/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  height: 100%; }

body {
  height: 100%;
  background-color: #E1E1E3;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 26px; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.inside-page-wrapper, .category__page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px; }
  @media screen and (max-width: 816px) {
    .inside-page-wrapper, .category__page-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 40px; } }
.category__page-wrapper .magazine {
  display: block;
  width: 100%;
}
.search_query_finded {
  color: #5DC6F2;
}
.category__page-wrapper .magazine .magazine__items-wrapper {
  flex-wrap: wrap;
}
.category__page-wrapper .magazine .magazine__item-wrapper {
  flex: 0 1 23% !important;
  margin-bottom: 50px !important;
}
.category__page-wrapper .magazine .block__header-wrapper {
  margin-top: 50px;
}
.category__page-wrapper .magazine .block__header-wrapper:first-child {
  margin-top: 0;
}
.page__title {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1.35em; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

a.link {
  color: #000000; }

footer.footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  footer.footer .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer.footer .footer__content-wrapper, footer.footer .footer__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 20px; }
  footer.footer .footer__menu-wrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4; }
    @media screen and (max-width: 816px) {
      footer.footer .footer__menu-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  footer.footer .footer__menu_list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px; }
    @media screen and (max-width: 816px) {
      footer.footer .footer__menu_list-wrapper {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 1 31% !important;
                flex: 0 1 31% !important; }
        footer.footer .footer__menu_list-wrapper:nth-child(3) {
          margin-right: 0 !important; } }
    @media screen and (max-width: 540px) {
      footer.footer .footer__menu_list-wrapper {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 1 48% !important;
                flex: 0 1 48% !important; }
        footer.footer .footer__menu_list-wrapper:nth-child(2) {
          margin-right: 0 !important; }
        footer.footer .footer__menu_list-wrapper:nth-child(3) {
          margin-right: 15px !important; } }
    footer.footer .footer__menu_list-wrapper:last-child {
      margin-right: 0; }
    footer.footer .footer__menu_list-wrapper .list__items-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer.footer .footer__menu_list-wrapper .list__items-wrapper .list__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 20px; }
      @media screen and (max-width: 816px) {
        footer.footer .footer__menu_list-wrapper .list__items-wrapper.childs.opened .list__title:after {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        footer.footer .footer__menu_list-wrapper .list__items-wrapper.childs.opened > .items-wrapper {
          max-height: 1000px;
          padding-bottom: 30px; } }
      footer.footer .footer__menu_list-wrapper .list__items-wrapper.childs .list__title {
        cursor: pointer; }
        footer.footer .footer__menu_list-wrapper .list__items-wrapper.childs .list__title:after {
          content: '';
          width: 8px;
          height: 8px;
          background: url("../images/general/arrow_footer_menu.png") center center no-repeat;
          background-size: contain;
          margin-left: 15px; }
          @media screen and (min-width: 817px) {
            footer.footer .footer__menu_list-wrapper .list__items-wrapper.childs .list__title:after {
              display: none; } }
      footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (max-width: 816px) {
          footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper {
            max-height: 0;
            overflow: hidden; } }
        footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper .link {
          font-size: 14px;
          color: #777777;
          margin-bottom: 15px;
          line-height: 1.35em; }
          @media screen and (max-width: 1024px) {
            footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper .link {
              font-size: 13px; } }
          footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper .link:hover {
            text-decoration: underline; }
          footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper .link.bold {
            font-weight: bold;
            color: #000000; }
          footer.footer .footer__menu_list-wrapper .list__items-wrapper .items-wrapper .link:last-child {
            margin-bottom: 0; }
  footer.footer .footer__bottom-wrapper {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #C4C4C4; }
    @media screen and (max-width: 540px) {
      footer.footer .footer__bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer.footer .footer__bottom-wrapper .social__link-wrapper {
          margin-right: 0 !important;
          margin-left: 0 !important;
          padding-bottom: 7px;
          border-bottom: 1px solid #C4C4C4; }
        footer.footer .footer__bottom-wrapper .contact__area-wraper {
          margin-bottom: 15px; }
        footer.footer .footer__bottom-wrapper .contactus-wrapper {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
          -webkit-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important;
          margin-top: 15px !important; }
          footer.footer .footer__bottom-wrapper .contactus-wrapper .icon {
            margin-bottom: 10px; }
          footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper > * {
            margin-bottom: 5px; }
            footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper > *:last-child {
              margin-bottom: 0; } }
    footer.footer .footer__bottom-wrapper .block__title {
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 20px; }
    footer.footer .footer__bottom-wrapper .content {
      font-size: 13px;
      color: #777777;
      line-height: 1.5em; }
      footer.footer .eu__wrapper {
        display: flex;
        flex: 1 1 40%;
        align-items: flex-start;
        margin-right: 15px;
      }
      footer.footer .eu__wrapper > img {
        margin-right: 15px;
        min-width: 59px;
      }
      footer.footer .eu__wrapper p:first-child {
        margin-top: 0;
        margin-bottom: 3px;
      }
      footer.footer .eu__wrapper .content {
        font-size: 13px;
        color: #777777;
      }
      footer.footer .eu__wrapper p:last-child {
        margin-bottom: 0;
        margin-top: 3px;
      }
    footer.footer .footer__bottom-wrapper .contact__area-wraper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    footer.footer .footer__bottom-wrapper .social__link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 20%;
              flex: 1 1 20%;
      margin-right: 15px;
      margin-left: 15px; }
      
      @media screen and (max-width: 1024px) {
        footer.footer .footer__bottom-wrapper .social__link-wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%; } }
      footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-direction: column !important;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
        footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-right: 2%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 10px; }
          footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item:nth-child(even) {
            margin-right: 0; }
          footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .icon {
            width: 22px;
            height: 22px;
            margin-right: 10px;
            border-radius: 4px;
            background-size: contain !important; }
            footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .icon.fb {
              background: url("../images/general/facebook_logo.png") center center no-repeat; }
            footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .icon.gp {
              background: url("../images/general/gplus_logo.png") center center no-repeat; }
            footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .icon.linkedin {
              background: url("../images/general/linkedin_logo.png") center center no-repeat; }
          footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .link {
            font-size: 13px; }
            footer.footer .footer__bottom-wrapper .social__link-wrapper .social__links-wrapper .social__item .link:hover {
              text-decoration: underline; }
    footer.footer .footer__bottom-wrapper .contactus-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
            flex: 1 0 auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      footer.footer .footer__bottom-wrapper .contactus-wrapper .icon {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        background: url("../images/general/phone.png") center center no-repeat; }
      footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper .title {
          font-weight: 600;
          color: #101B6A; }
        footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper .phone {
          font-size: 18px;
          font-weight: 700;
          color: #000000; }
        footer.footer .footer__bottom-wrapper .contactus-wrapper .content-wrapper .message {
          font-size: 12px;
          color: #777777; }
  footer.footer .footer__copy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 540px) {
      footer.footer .footer__copy-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 1.4em; }
        footer.footer .footer__copy-wrapper span.developed {
          margin-top: 10px; } }
    footer.footer .footer__copy-wrapper span.developed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer.footer .footer__copy-wrapper span.developed .content {
        color: #565656;
        font-weight: bold; }
        footer.footer .footer__copy-wrapper span.developed .content > a {
          color: #565656; }
      footer.footer .footer__copy-wrapper span.developed .icon {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        background: url("../images/general/developer.png") center center no-repeat;
        background-size: contain; }

header.header {
  background-color: #ffffff;
  padding: 30px 0 30px 0; }
  @media screen and (max-width: 816px) {
    header.header {
      padding: 15px 0 0 0; } }
  @media screen and (max-width: 540px) {
    header.header {
      padding: 0 !important; } }
  header.header .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 816px) {
      header.header .content-wrapper {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important; } }
    @media screen and (max-width: 376px) {
      header.header .content-wrapper {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; } }
    header.header .content-wrapper .left__content-wrapper, header.header .content-wrapper .right__content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
    @media screen and (max-width: 540px) {
      header.header .content-wrapper .left__content-wrapper, header.header .content-wrapper .right__content-wrapper {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 50% !important;
                flex: 0 0 50% !important; } }
    header.header .content-wrapper .left__content-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media screen and (max-width: 816px) {
        header.header .content-wrapper .left__content-wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 60%;
                  flex: 1 0 60%; } }
    header.header .content-wrapper .right__content-wrapper {
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 816px) {
        header.header .content-wrapper .right__content-wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 30%;
                  flex: 1 0 30%; } }
  header.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 816px) {
      header.header .logo {
        padding-bottom: 15px; } }
    @media screen and (max-width: 540px) {
      header.header .logo {
        padding: 0 !important; } }
    header.header .logo > img {
      max-width: 210px;
      height: auto;
      margin-right: 40px; }
      @media screen and (max-width: 540px) {
        header.header .logo img {
          max-width: 140px; } }
      @media screen and (max-width: 376px) {
        header.header .logo img {
          max-width: 130px; } }
    header.header .logo .message {
      display: block; }
      header.header .logo .message > img {
        display: block;
        max-width: 327px;
        height: auto; }
      @media screen and (max-width: 540px) {
        header.header .logo .message {
          display: none; } }
  header.header .time-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 816px) {
      header.header .time-wraper {
        display: none; } }
    header.header .time-wraper .title {
      font-size: 14px;
      color: #777777; }
    header.header .time-wraper .time {
      font-size: 15px;
      margin-left: 5px;
      margin-right: 15px;
      color: #000000;
      font-weight: 600; }
    header.header .time-wraper .icon {
      width: 17px;
      height: 17px;
      background: url("../images/general/time.png") center center no-repeat;
      background-size: contain; }
  header.header .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    header.header .content-wrapper .header-top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 80px; }
      @media screen and (max-width: 816px) {
        header.header .content-wrapper .header-top-menu {
          display: none; } }
      header.header .content-wrapper .header-top-menu a.link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 30px;
        font-size: 14px; }
        header.header .content-wrapper .header-top-menu a.link .icon {
          display: block;
          width: 20px;
          height: 20px;
          background-size: contain;
          margin-right: 10px; }
        header.header .content-wrapper .header-top-menu a.link:hover {
          color: #101B6A;
          text-decoration: underline; }
        header.header .content-wrapper .header-top-menu a.link:last-child {
          margin-right: 0; }
    header.header .content-wrapper .lang-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777777; }
      @media screen and (max-width: 816px) {
        header.header .content-wrapper .lang-wrapper {
          margin-bottom: 15px; } }
      @media screen and (max-width: 540px) {
        header.header .content-wrapper .lang-wrapper {
          display: none; } }
      header.header .content-wrapper .lang-wrapper .link {
        margin-right: 15px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.header .content-wrapper .lang-wrapper .link .flag {
          width: 14px;
          height: 10px;
          background-size: contain;
          margin-right: 5px; }
        header.header .content-wrapper .lang-wrapper .link:hover {
          color: #101B6A; }
        header.header .content-wrapper .lang-wrapper .link:last-child {
          margin-right: 0; }
        header.header .content-wrapper .lang-wrapper .link.active .title {
          color: #101B6A;
          font-weight: 800; }
    header.header .content-wrapper .mobile__content-wrapper {
      display: none; }
  @media screen and (max-width: 816px) {
    header.header .mobile__content-wrapper {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      right: -15px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header.header .mobile__content-wrapper .menu__togler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        background-color: #0d1655;
        padding: 15px 50px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 816px) and (max-width: 376px) {
      header.header .mobile__content-wrapper .menu__togler {
        padding: 15px !important; } }
  @media screen and (max-width: 816px) {
        header.header .mobile__content-wrapper .menu__togler span.title {
          text-transform: uppercase;
          font-size: 15px;
          color: #ffffff; }
        header.header .mobile__content-wrapper .menu__togler .icon {
          display: block;
          width: 14px;
          height: 14px;
          background: url("../images/general/menu-button.png") center center no-repeat;
          background-size: contain;
          margin-right: 15px; }
      header.header .mobile__content-wrapper .search-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 48px;
                flex: 0 1 48px;
        height: 47px;
        background-color: #101b6a;
        position: relative; }
        header.header .mobile__content-wrapper .search-wrapper .toggler__js {
          position: absolute;
          width: 48px;
          height: 47px;
          right: 0;
          background-color: transparent;
          z-index: 2; }
        header.header .mobile__content-wrapper .search-wrapper .search__toggler {
          width: 48px;
          height: 47px;
          right: 0;
          overflow: hidden;
          position: absolute;
          background-color: #101b6a;
          -webkit-transition: .2s ease-in-out;
          -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out; }
          header.header .mobile__content-wrapper .search-wrapper .search__toggler.opened {
            right: -210px;
            width: 258px; } }
        @media screen and (max-width: 816px) and (max-width: 376px) {
          header.header .mobile__content-wrapper .search-wrapper .search__toggler.opened {
            right: 0;
            width: calc(100vw - 107px); } }
  @media screen and (max-width: 816px) {
          header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper {
            position: absolute;
            overflow: hidden;
            right: 5px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="text"] {
              background-color: transparent;
              border: none;
              padding: 0 0 0 10px;
              font-size: 13px;
              color: #5DC6F2;
              width: calc(100% - 48px); }
              header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="text"]::-webkit-input-placeholder {
                color: #5DC6F2; }
              header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="text"]:-ms-input-placeholder {
                color: #5DC6F2; }
              header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="text"]::-ms-input-placeholder {
                color: #5DC6F2; }
              header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="text"]::placeholder {
                color: #5DC6F2; }
            header.header .mobile__content-wrapper .search-wrapper .search__toggler .search-form-wrapper input[type="submit"] {
              background: #101b6a url("../images/general/search.png") center center no-repeat;
              border: none;
              width: 48px;
              height: 47px;
              cursor: pointer; }
        header.header .mobile__content-wrapper .search-wrapper .icon {
          width: 20px;
          height: 47px; } }

nav.navigation {
  background: #254B9C url("../images/general/rig_long.png") center center repeat-x;
  background-size: contain; }
  @media screen and (max-width: 816px) {
    nav.navigation {
      display: none; } }
  nav.navigation .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    nav.navigation .navigation-wrapper .menu-items-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px; }
      nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link {
        color: #ffffff;
        cursor: pointer !important;
        padding: 20px 17px;
        background-color: rgba(93, 198, 242, 0);
        position: relative;
        font-size: 15px; }
        nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .link {
          cursor: pointer !important;
          color: #ffffff; }
        nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link:hover {
          background-color: rgba(93, 198, 242, 0.2); }
          nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link:hover .sub_menu-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link.active {
          background-color: rgba(93, 198, 242, 0.2); }
        nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper {
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: absolute;
          z-index: 22;
          top: 57px;
          left: 0;
          min-width: 320px;
          padding-bottom: 15px;
          background-color: #3164ad; }
          nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper:after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 25px;
            background: url(../images/general/rig_long.png) center -39px repeat-x;
            background-size: 1180px; }
          nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper {
            position: relative; }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper a.link {
              display: block;
              padding: 10px 15px;
              line-height: 1.4em;
              font-size: 14px; }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper > .link.childs::after {
              content: '';
              width: 15px;
              height: 15px;
              /* background-color: red; */
              background: url(../images/general/down-arrow.png) center center no-repeat;
              background-size: contain;
              position: absolute;
              right: 15px; }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper .childs-wrapper {
              display: none;
              width: 100%;
              position: absolute;
              left: 100%;
              flex-direction: column;
              background-color: #254b9c;
              top: 0;
              z-index: 22;
              padding: 10px 0;
            }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper .childs-wrapper .link {
              padding: 8px 30px;
            }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper .childs-wrapper .link:hover {
              background-color: #3264ad;
            }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper:hover .childs-wrapper {
              display: flex;
            }
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper:hover,
            nav.navigation .navigation-wrapper .menu-items-wrapper .menu-link .sub_menu-wrapper > .link-wrapper.active {
              background-color: #254B9C; }
    nav.navigation .navigation-wrapper .search-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="text"] {
          background-color: transparent;
          border: none;
          padding: 0 10px;
          font-size: 15px;
          color: #5DC6F2;
          width: calc(100% - 15px); }
          nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="text"]::-webkit-input-placeholder {
            color: #5DC6F2; }
          nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="text"]:-ms-input-placeholder {
            color: #5DC6F2; }
          nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="text"]::-ms-input-placeholder {
            color: #5DC6F2; }
          nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="text"]::placeholder {
            color: #5DC6F2; }
        nav.navigation .navigation-wrapper .search-wrapper .search-form-wrapper input[type="submit"] {
          background: url("../images/general/search.png") center center no-repeat;
          background-size: contain;
          border: none;
          width: 25px;
          height: auto;
          cursor: pointer; }

.mobile__navigation {
  display: none; }
  @media screen and (max-width: 816px) {
    .mobile__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: fixed;
      top: 0;
      right: -480px;
      width: 380px;
      height: 100vh;
      background-color: #ffffff;
      z-index: 1;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      -webkit-box-shadow: 14px 0px 10px 10px #000;
              box-shadow: 14px 0px 10px 10px #000;
      overflow: scroll; }
      .mobile__navigation.opened {
        right: 0; } }
  @media screen and (max-width: 376px) {
    .mobile__navigation {
      width: 320px; } }
  .mobile__navigation .header__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 12px;
    font-size: 12px;
    background: rgba(163, 169, 207, 0.2); }
    .mobile__navigation .header__content-wrapper .back__button-wrapper,
    .mobile__navigation .header__content-wrapper .lang-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .mobile__navigation .header__content-wrapper .back__button-wrapper .icon {
      width: 20px;
      height: 12px;
      background: url("../images/general/close_icon_menu.png") center center no-repeat;
      background-size: contain;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin-right: 10px; }
    .mobile__navigation .header__content-wrapper .lang-wrapper .link {
      margin-right: 20px; }
      .mobile__navigation .header__content-wrapper .lang-wrapper .link.active {
        font-weight: bold;
        text-decoration: underline;
        color: #101B6A; }
      .mobile__navigation .header__content-wrapper .lang-wrapper .link:last-child {
        margin-right: 0; }
  .mobile__navigation .menu__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile__navigation .menu__items-wrapper .menu__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 15px;
      border-bottom: 2px solid #D3D3D3; }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 12px;
        cursor: pointer; }
        .mobile__navigation .menu__items-wrapper .menu__item-wrapper.childs .title:after {
          content: '';
          width: 12px;
          height: 12px;
          background: url("../images/general/arrow_footer_menu.png") center center no-repeat;
          background-size: contain; }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 0;
        overflow: hidden;
        background: rgba(163, 169, 207, 0.2);
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear; }
        .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper .link-wrapper > .link {
          /* margin-bottom: 20px; */
          display: block;
          padding: 10px 12px; }
          .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper .link-wrapper.active {
            background-color: rgba(163, 169, 207, 0.22);
          }
          .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper .link-wrapper:first-child {
            margin-top: 10px; }
          .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper .link-wrapper:last-child {
            margin-bottom: 10px; }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper.opened .title::after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper.opened > .childs-wrapper,
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .childs-wrapper .link-wrapper.active > .childs-wrapper,
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper.active > .childs-wrapper {
        max-height: 1000px; }
      /* START Mobile Level 3 Menu */
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper.opened {
        background-color: rgba(163, 169, 207, 0.22);
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper .childs-wrapper {
        max-height: 0;
        background-color: unset;
        transition: .2s linear;
        /* margin-top: 10px;
        margin-bottom: 10px; */
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper.opened .childs-wrapper {
        max-height: 1000px;
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper.childs > .link {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper.childs > .link::after {
        content: '';
        display: block;
        background: url("../images/general/arrow_footer_menu.png") center center no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        /* margin-right: 10px;      */
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper .childs-wrapper .link {
        padding: 7px 0 7px 20px;
      }
      .mobile__navigation .menu__items-wrapper .menu__item-wrapper .link-wrapper .childs-wrapper .link.active {
        background-color: #101b6a;
        color: #fff;
      }
      /* END Mobile Level 3 Menu */
  .mobile__navigation .footer__content-wrapper {
    padding: 15px 12px; }
    .mobile__navigation .footer__content-wrapper .contact__area-wraper, .mobile__navigation .footer__content-wrapper .social__link-wrapper, .mobile__navigation .footer__content-wrapper .contactus-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .mobile__navigation .footer__content-wrapper .contact__area-wraper .block__title, .mobile__navigation .footer__content-wrapper .social__link-wrapper .block__title, .mobile__navigation .footer__content-wrapper .contactus-wrapper .block__title {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px; }
    .mobile__navigation .footer__content-wrapper .contact__area-wraper {
      margin-bottom: 10px; }
      .mobile__navigation .footer__content-wrapper .contact__area-wraper .content {
        font-size: 13px;
        line-height: 1.35em;
        color: #565656; }
    .mobile__navigation .footer__content-wrapper .social__link-wrapper {
      margin-bottom: 15px;
      border-bottom: 2px solid #D3D3D3;
      padding-bottom: 10px; }
      .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 5px; }
        .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item:last-child {
          margin-bottom: 0; }
        .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item .icon {
          width: 22px;
          height: 22px;
          margin-right: 10px;
          border-radius: 4px;
          background-size: contain !important; }
          .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item .icon.fb {
            background: url("../images/general/facebook_logo.png") center center no-repeat; }
          .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item .icon.gp {
            background: url("../images/general/gplus_logo.png") center center no-repeat; }
          .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item .icon.linkedin {
            background: url("../images/general/linkedin_logo.png") center center no-repeat; }
        .mobile__navigation .footer__content-wrapper .social__link-wrapper .social__item .link {
          font-size: 13px; }
    .mobile__navigation .footer__content-wrapper .contactus-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .mobile__navigation .footer__content-wrapper .contactus-wrapper .icon {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        margin-bottom: 10px;
        background: url("../images/general/phone.png") center center no-repeat; }
      .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper > * {
          margin-bottom: 5px; }
          .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper > *:last-child {
            margin-bottom: 0; }
        .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper .title {
          font-weight: bold;
          color: #101B6A; }
        .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper .phone {
          font-size: 18px;
          font-weight: 700;
          color: #000000; }
        .mobile__navigation .footer__content-wrapper .contactus-wrapper .content-wrapper .message {
          font-size: 12px;
          color: #777777; }

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 35px; }

.breadcrumbs-wrapper {
  margin-top: 20px;
  margin-bottom: 20px; }

.photo__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  max-width: 837px; }
  
  /* Animation Start */
  .photo__slider-wrapper .slide-track {
		display: flex;
	} 
  
  /* Animation End */
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    .photo__slider-wrapper {
      max-width: 676px;
    }
  }
  @media screen and (max-width: 425px) {
    .photo__slider-wrapper .slider-item .slider__content-wrapper {
      font-size: 10px;
    }
  }
  .photo__slider-wrapper .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .photo__slider-wrapper .slider-item {
    display: block;
    position: relative;
    cursor: pointer;
    min-width: 320px;
    margin-right: 10px; }
    .photo__slider-wrapper .slider-item > img {
      border-radius: 0 !important;
    }
    .photo__slider-wrapper .slider-item:hover .slider__content-wrapper {
      bottom: 0; }
    .photo__slider-wrapper .slider-item .slider__content-wrapper {
      color: #000000;
      display: block;
      width: 100%;
      text-decoration: none !important;
      position: absolute;
      bottom: -100%;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      text-align: center;
      padding: 10px 30px;
      background-color: rgba(255, 255, 255, 0.7);
      border-bottom: 4px solid #254B9C; }

.time__line-wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 4px; }
  .time__line-wrapper .time__line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 0;
    width: 100%; }
    .time__line-wrapper .time__line__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .time__line-wrapper .time__line__item:nth-child(even) .date {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .time__line-wrapper .time__line__item:first-child .delimiter {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .time__line-wrapper .time__line__item:last-child .delimiter {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .time__line-wrapper .time__line__item .delimiter {
      width: 8px;
      margin-right: 3%;
      margin-left: 3%;
      background-color: #254B9C;
      position: relative; }
      .time__line-wrapper .time__line__item .delimiter .circle {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        left: -5px;
        width: 18px;
        height: 18px;
        background-color: #254B9C;
        border-radius: 50%; }
        .time__line-wrapper .time__line__item .delimiter .circle:after {
          content: '';
          background-color: #FFFFFF;
          height: 10px;
          border-radius: 50%;
          width: 10px; }
    .time__line-wrapper .time__line__item .date, .time__line-wrapper .time__line__item .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 47%;
              flex: 0 1 47%; }
    .time__line-wrapper .time__line__item .date {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 26px;
      color: #254B9C;
      font-weight: bold; }
    .time__line-wrapper .time__line__item .content-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      font-size: 15px;
      margin-bottom: 60px;
      background-color: #f3f3f3;
      border-radius: 4px;
      padding: 15px 10px;
      align-items: flex-start;
      line-height: 1.35em; }
      .time__line-wrapper .time__line__item .content-wrapper {
        display: block;
      }
      .time__line-wrapper .time__line__item .content-wrapper.inline {
        display: flex !important;
      }
      .time__line-wrapper .time__line__item .content-wrapper.inline > a {
        max-width: 40%;
        margin-right: 10px;
      }
      .time__line-wrapper .time__line__item .content-wrapper.inline > p {
        margin-top: 0; 
      }
      /* .time__line-wrapper .time__line__item .content-wrapper > p:last-child {
        margin-bottom: 0; } */

@media screen and (max-width: 500px) {
  .time__line-wrapper {
    padding: 15px 4px; }
    .time__line-wrapper .time__line__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .time__line-wrapper .time__line__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .time__line-wrapper .time__line__item .date, .time__line-wrapper .time__line__item .content-wrapper {
        margin-left: 35px;        
        margin-right: 0; }
      .time__line-wrapper .time__line__item .content-wrapper {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 !important;
                flex: 1 !important; }
      .time__line-wrapper .time__line__item .date {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 1 auto !important;
                flex: 0 1 auto !important;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 15px; }
      .time__line-wrapper .time__line__item .delimiter {
        position: absolute;
        height: 100%;
        left: 0;
        margin-right: 10px;
        margin-left: 10px; } }

.breadcrumbs__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 540px) {
    .breadcrumbs__links-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      line-height: 1.45em; } }
  .breadcrumbs__links-wrapper .breadcrumbs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #777777;
    font-size: 13px; }
    .breadcrumbs__links-wrapper .breadcrumbs-link:after {
      content: '/';
      margin-right: 10px;
      margin-left: 10px; }
    .breadcrumbs__links-wrapper .breadcrumbs-link:last-child:after {
      display: none; }
  .breadcrumbs__links-wrapper a.breadcrumbs-link:hover {
    color: #101B6A; }

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .pagination-wrapper .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #000000;
    margin: 0 6px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer; }
    @media screen and (max-width: 540px) {
      .pagination-wrapper .item__link {
        display: none; }
        .pagination-wrapper .item__link.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .pagination-wrapper .item__link.active {
      background-color: #101B6A;
      color: #ffffff; }
      .pagination-wrapper .item__link.active:hover {
        background-color: #101B6A;
        color: #ffffff; }
    .pagination-wrapper .item__link:hover {
      background-color: rgba(16, 27, 106, 0.47);
      color: #ffffff; }
  .pagination-wrapper .delimiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    color: #000000;
    margin: 0 6px;
    font-size: 27px;
    letter-spacing: -3px; }
    @media screen and (max-width: 540px) {
      .pagination-wrapper .delimiter {
        display: none; } }
  .pagination-wrapper .control__item {
    display: block;
    width: 45px;
    height: 32px;
    background: url("../images/general/pagination_arrow.png") 0 center no-repeat;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .pagination-wrapper .control__item:hover {
      background: url("../images/general/pagination_arrow.png") 10px center no-repeat; }
    .pagination-wrapper .control__item:first-child {
      margin-right: 12px;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .pagination-wrapper .control__item:last-child {
      margin-left: 12px; }

.slider.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.slider__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  margin-right: 25px; }
  .slider__content-wrapper .slider-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
  .slider__content-wrapper .section-title {
    font-size: 26px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 22px; }
  .slider__content-wrapper .section-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    color: #777777; }
    .slider__content-wrapper .section-link > i.icon {
      margin-left: 7px;
      width: 17px;
      height: 10px; }
  .slider__content-wrapper .slider__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 320px; }
    .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      border-radius: 4px;
      overflow: hidden;
      position: relative; }
      .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 70%;
                  flex: 0 0 70%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: #101B6A;
          padding: 15px;
          position: relative;
          z-index: 2; }
          .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper:after {
            content: '';
            position: absolute;
            right: -45px;
            top: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 75px 0 0 45px;
            border-color: transparent transparent transparent #101B6A; }
          .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper span.posted {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            color: #5DC6F2;
            margin-right: 25px; }
            .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper span.posted span.year {
              font-size: 28px;
              font-weight: bold; }
            .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper span.posted span.date_month {
              font-size: 12px;
              text-transform: uppercase; }
          .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__item .slider__item__data-wrapper a.title {
            font-weight: 500;
            color: #ffffff; }
      .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__dots {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        z-index: 1;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        right: 0;
        padding: 22px; }
        .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__dots i.dot-item {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #ffffff;
          margin-right: 10px; }
          .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__dots i.dot-item.active {
            background-color: #101B6A; }
          .slider__content-wrapper .slider__items-wrapper .slider__active-wrapper .slider__dots i.dot-item:last-child {
            margin-right: 0; }
    .slider__content-wrapper .slider__items-wrapper .slider__next-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px;
      background-color: black;
      -webkit-transform: scaleY(0.95);
          -ms-transform: scaleY(0.95);
              transform: scaleY(0.95);
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      color: #ffffff; }

.links-wrapper {
  background-color: #ffffff;
  padding: 18px;
  border-radius: 4px; }
  .links-wrapper .left__part-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .links-wrapper .left__part-wrapper .block-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    .links-wrapper .left__part-wrapper .block-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777777;
      font-size: 14px; }
      .links-wrapper .left__part-wrapper .block-link > i.icon {
        margin-left: 5px;
        display: block;
        width: 17px;
        height: 10px;
        background: url("../../../images/svg/next-arrow.svg") center center no-repeat; }
  .links-wrapper .items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
    .links-wrapper .items-wrapper .link-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .links-wrapper .items-wrapper .link-item .icon {
        margin-right: 15px; }
      .links-wrapper .items-wrapper .link-item a.link {
        font-size: 14px;
        color: #101B6A; }
        .links-wrapper .items-wrapper .link-item a.link:hover {
          text-decoration: underline; }

section.magazine {
  padding-top: 40px;
  padding-bottom: 40px; }
  section.magazine .block__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 540px) {
      section.magazine .block__header-wrapper {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important; } }
    section.magazine .block__header-wrapper .block__title {
      font-size: 26px;
      font-weight: bold; }
    section.magazine .block__header-wrapper .link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 35px;
      font-size: 13px;
      color: #777777;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      section.magazine .block__header-wrapper .link-wrapper:hover .icon {
        margin-left: 15px; }
      section.magazine .block__header-wrapper .link-wrapper .icon {
        margin-left: 10px;
        width: 17px;
        height: 11px;
        background: url("../images/general/pagination_arrow.png") center center no-repeat;
        background-size: contain;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
  section.magazine .magazine__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 816px) {
      section.magazine .magazine__items-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    section.magazine .magazine__items-wrapper .magazine__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      margin-right: 20px;
      padding: 15px 15px;
      border-radius: 4px;
      background: #133782 url("../images/general/cub.png") right top no-repeat;
      background-size: contain;
      position: relative;
      margin-top: 60px;
      margin-bottom: 25px;
      cursor: pointer; }
      @media screen and (max-width: 816px) {
        section.magazine .magazine__items-wrapper .magazine__item-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 48%;
                  flex: 0 1 48%;
          margin-bottom: 55px; }
          section.magazine .magazine__items-wrapper .magazine__item-wrapper:nth-child(even) {
            margin-right: 0 !important; } }
      @media screen and (max-width: 540px) {
        section.magazine .magazine__items-wrapper .magazine__item-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100% !important;
                  flex: 0 1 100% !important;
          margin-bottom: 55px;
          margin-right: 0 !important; }
          section.magazine .magazine__items-wrapper .magazine__item-wrapper:last-child {
            margin-bottom: 0 !important; } }
      section.magazine .magazine__items-wrapper .magazine__item-wrapper:hover .content-wrapper .link {
        text-decoration: underline; }
      section.magazine .magazine__items-wrapper .magazine__item-wrapper:hover .thumb {
        bottom: -15px; }
      section.magazine .magazine__items-wrapper .magazine__item-wrapper:last-child {
        margin-right: 0; }
      section.magazine .magazine__items-wrapper .magazine__item-wrapper .thumb {
        position: absolute;
        display: block;
        max-height: 150px;
        width: 100px;
        left: 5px;
        bottom: -25px;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 5px;
        overflow: hidden;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        section.magazine .magazine__items-wrapper .magazine__item-wrapper .thumb > img {
          display: block;
          max-width: 100%;
          height: auto; }
      section.magazine .magazine__items-wrapper .magazine__item-wrapper .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 13px;
        color: #ffffff;
        margin-left: 110px; }
        section.magazine .magazine__items-wrapper .magazine__item-wrapper .content-wrapper .link {
          display: block;
          margin-top: 6px;
          font-size: 12px;
          color: #5DC6F2; }

.page__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px; }
  @media screen and (max-width: 1024px) {
    .page__content-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 72%;
              flex: 0 0 72%; } }
  @media screen and (max-width: 816px) {
    .page__content-wrapper {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-right: 0; } }

.page-post__content-wrapper {
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 26px;
  overflow: hidden; }
.page-post__content-wrapper .posted{
  font-size: 14px;
  color: #adadad;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
  .page-post__content-wrapper .page__title {
    display: block;
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.35em; }
    @media screen and (max-width: 540px) {
      .page-post__content-wrapper .content-wrapper .table-wrapper {
        display: block;
        overflow-y: scroll;
        width: 100%;
      }
      .page-post__content-wrapper .content-wrapper p > img {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 15px 0 !important;
      }
      .page-post__content-wrapper .page__title {
        font-size: 18px; } }
  .page-post__content-wrapper .main__image-wrapper {
    display: block;
    margin-bottom: 15px; }
    .page-post__content-wrapper .main__image-wrapper > img {
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 4px;
      margin: 0 auto; }
  .page-post__content-wrapper > .content-wrapper,
  .documents__block-wrapper .block__content-wrapper .document__item-wrapper > .text-content-wrapper {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.35em; }
  /* BUG NAMED DUMITRU */ 
 .functia {
    font-size: 15px;
    color: #d9251c;
  }
  .documents__block-wrapper .block__content-wrapper .document__item-wrapper.small {
    padding-bottom: 6px;
    border-bottom: 0;
  }
  .documents__block-wrapper .block__content-wrapper .document__item-wrapper.small .posted {
    display: none;
  }
  .documents__block-wrapper .block__content-wrapper .document__item-wrapper.small_parent {
    padding-top: 0;
  }
  /* BUG NAMED DUMITRU END */ 
    .page-post__content-wrapper .content-wrapper h3,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper h3 {
      font-size: 16px;
      padding: 20px 10px;
      background-color: #fafafa;
    }

    .page-post__content-wrapper .content-wrapper h2,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper h2 {
        color: #254b9c;
        margin: 35px 0;
    }
    
  .page-post__content-wrapper .content-wrapper table,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table {
      border: 1px solid #b7b7b7;
    }
    .page-post__content-wrapper .content-wrapper .table-wrapper.cv-table > table,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper .table-wrapper.cv-table > table {
      border: none !important;
    }
    .page-post__content-wrapper .content-wrapper table th,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table th {
      background-color: #f1f1f1;
      padding: 10px 5px;
    }
    .page-post__content-wrapper .content-wrapper .table-wrapper > table tbody tr:hover,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper .table-wrapper > table tbody tr:hover {
      background-color: #35b2e9 !important;
      color: #fff;
    }
    .page-post__content-wrapper .content-wrapper .table-wrapper.cv-table > table tbody tr:hover,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper .table-wrapper.cv-table > table tbody tr:hover {
      background-color: initial !important;
      color: #000;
    }
    .page-post__content-wrapper .content-wrapper .table-wrapper.cv-table > table tbody tr:nth-child(2n):hover,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper .table-wrapper.cv-table > table tbody tr:nth-child(2n):hover {
      background-color: #f4f4f4 !important;
    }
    .page-post__content-wrapper .content-wrapper table tr:nth-child(2n),
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table tr:nth-child(2n) {
      background-color: #f4f4f4 !important;
    }
    .page-post__content-wrapper .content-wrapper table p,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table p {
      margin-top: 0;
      margin-bottom: 0;
    }
    .page-post__content-wrapper .content-wrapper table tr:nth-child(1n),
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table tr:nth-child(1n) {
      background-color: #ffffff;
    }
    .page-post__content-wrapper .content-wrapper table tbody td,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper table tbody td {
      padding: 5px;
    }
    @media screen and (max-width: 540px) {
      .page-post__content-wrapper .content-wrapper,
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper {
        font-size: 14px; } }
    .page-post__content-wrapper .content-wrapper img,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper img {
      max-width: 100%;
      border-radius: 4px; }
      .page-post__content-wrapper .content-wrapper img.stinga {
        margin-right: 20px;
      }
      .page-post__content-wrapper .content-wrapper img.dreapta {
        margin-left: 20px;
      }
    .page-post__content-wrapper .content-wrapper a,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper a {
      color: #101B6A;
      font-weight: 600; }
      .page-post__content-wrapper .content-wrapper a:hover,
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper a:hover {
        text-decoration: underline; }
    .page-post__content-wrapper .content-wrapper ul, .page-post__content-wrapper .content-wrapper li,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper li,
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper ul {
      list-style-type: none;
      margin: 0 0 10px 20px; }
      @media screen and (max-width: 540px) {
        .page-post__content-wrapper .content-wrapper ul, .page-post__content-wrapper .content-wrapper li,
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper ul,
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper li {
          margin: 0 0 10px 5px; } }
      .page-post__content-wrapper .content-wrapper ul li, .page-post__content-wrapper .content-wrapper li li,
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper ul li,
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper li li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .page-post__content-wrapper .content-wrapper ul li:before, .page-post__content-wrapper .content-wrapper li li:before,
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper ul li:before ,
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper li li:before{
          content: '';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 7px;
          height: 7px;
          background-color: #101B6A;
          border-radius: 50%;
          margin-right: 10px;
          margin-top: 7px; }
          @media screen and (max-width: 540px) {
            .page-post__content-wrapper .content-wrapper ul li:before, .page-post__content-wrapper .content-wrapper li li:before,
            .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper li li:before ,
            .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper ul li:before {
              width: 6px;
              height: 6px; } }
    .page-post__content-wrapper .content-wrapper > p:first-child,    
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .text-content-wrapper > p:first-child {
      margin-top: 0; }
    .page-post__content-wrapper .content-wrapper .time__line__item .content-wrapper {
      display: flex;
      align-items: flex-start;
    }
    .page-post__content-wrapper .content-wrapper .time__line__item .content-wrapper > .thumb {
      max-width: 35%;
      margin-right: 10px;
    }
    .page-post__content-wrapper .content-wrapper .time__line__item p {
      margin-top: 0 !important; }
  .page-post__content-wrapper .message {
    font-size: 13px;
    color: #444444;
    font-style: italic;
    line-height: 1.35em;
    padding: 5px 20px;
    border: 2px solid #E9EBFB; }

.documents__block-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 0 20px; }
  .documents__block-wrapper.opened .block__header-wrapper {
    border-bottom: 1px solid #E9EBFB; }
    .documents__block-wrapper.opened .block__header-wrapper .icon__close_open {
      background: url("../images/general/closed_icon.png") center center no-repeat; }
  .documents__block-wrapper.opened .block__content-wrapper {
    max-height: 1000000px; }
  .documents__block-wrapper .block__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #ffffff;
    cursor: pointer; }
    .documents__block-wrapper .block__header-wrapper .title {
      font-size: 16px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif; }
    .documents__block-wrapper .block__header-wrapper .icon__close_open {
      width: 15px;
      height: 15px;
      background: url("../images/general/opeden_icon.png") center center no-repeat;
      cursor: pointer; }
  .documents__block-wrapper .block__content-wrapper {
    max-height: 0;
    overflow: hidden; }
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 16px 0;
      border-bottom: 1px solid #E9EBFB; }
    @media screen and (max-width: 816px) {
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content {
        flex-direction: column;
      }
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper {
        width: 100%;
        margin-bottom: 20px;
      }
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper:last-child {
        margin-bottom: 0;
      }
    }
    .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      @media screen and (max-width: 540px) {
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper {
          margin-right: 0 !important;
          margin-bottom: 15px; } }
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper:last-child {
        border-bottom: none; }
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 14px;
        margin-right: 15px; }
        @media screen and (max-width: 816px) {
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper {
            -ms-flex-preferred-size: 100%;
            margin-right: 0;
                flex-basis: 100%; } }
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper .title {
          line-height: 1.35em;
          margin-bottom: 8px; }
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper .posted {
          color: #999999; }
          @media screen and (max-width: 540px) {
            .documents__block-wrapper .block__content-wrapper .document__item-wrapper .document__content .left__part-wrapper .posted {
              font-size: 12px; } }
      .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 38%;
            flex-basis: 38%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        justify-content: flex-end; }
        @media screen and (max-width: 540px) {
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper {
            width: 100%;
          justify-content: flex-start; }
        }
        @media screen and (max-width: 816px) {
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;          
          background-color: #f3f3f3;
          border-bottom: 4px solid #254b9c;
          justify-content: center;
          transition: .10s linear;
          margin-right: 10px;
          cursor: pointer; }
        .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item:last-child {
            margin-right: 0;
        }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item .doc__link {
            padding: 10px 30px;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item:hover > a{
            color: #fff;
          }
          @media screen and (max-width: 816px) {
            .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item {
              -webkit-box-pack: start !important;
                  -ms-flex-pack: start !important;
                      justify-content: flex-start !important; } }
          @media screen and (max-width: 540px) {
            .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item {
              -webkit-box-pack: start !important;
                  -ms-flex-pack: start !important;
                      justify-content: flex-start !important; } }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item .icon {
            width: 24px;
            height: 24px;
            margin-right: 5px;
            background-size: contain !important; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .icon {
            width: 30px;
            height: 37px;
            margin-right: 5px;
            background-size: contain !important; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.html .document-download__item {
            border-color: #12358b;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.html .document-download__item:hover {
            background-color: #12358b;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.pdf .document-download__item {
            border-color: #d24740;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.pdf .document-download__item:hover {
            background-color: #d24740;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.ppt .document-download__item {
            border-color: #b24529;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.ppt .document-download__item:hover {
            background-color: #b24529;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.zip .document-download__item {
            border-color: #e4b626;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.zip .document-download__item:hover {
            background-color: #e4b626;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xlsx .document-download__item,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xls .document-download__item {
            border-color: #1e7145;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xlsx .document-download__item:hover,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xls .document-download__item:hover {
            background-color: #1e7145;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.doc .document-download__item,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.docx .document-download__item {
            border-color: #27a2db;
            margin-right: 5px;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.doc .document-download__item:last-child,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.docx .document-download__item:last-child {
            margin-right: 0;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.doc .document-download__item:hover,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.docx .document-download__item:hover {
            background-color: #27a2db;
          }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.html .icon{
            background: url("../images/general/documents_type_icons/web.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.pdf .icon{
            background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.ppt .icon{
            background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.zip .icon{
            background: url("../images/general/documents_type_icons/zip.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xlsx .icon,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.xls .icon{
            background: url("../images/general/documents_type_icons/xls.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.doc .icon,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper.docx .icon{
            background: url("../images/general/documents_type_icons/doc.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.html .icon{
            background: url("../images/general/documents_type_icons/web.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.pdf .icon{
            background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.zip .icon{
            background: url("../images/general/documents_type_icons/zip.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.ptt .icon{
            background: url("../images/general/documents_type_icons/ptt.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.xlsx .icon,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.xls .icon{
            background: url("../images/general/documents_type_icons/xls.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.doc .icon,
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item.docx .icon{
            background: url("../images/general/documents_type_icons/doc.png") center center no-repeat; }
          .documents__block-wrapper .block__content-wrapper .document__item-wrapper .documents-download-wrapper .document-download__item .doc__link {
            font-size: 13px;
            line-height: 1;
            font-weight: bold;
            color: #525252; }

.sidebar__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }
  @media screen and (max-width: 816px) {
    .sidebar__content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 50px;
      width: 100%; }
      .sidebar__content-wrapper .block__links-wrapper {
        margin-bottom: 0;
        margin-right: 35px; } }
  @media screen and (max-width: 540px) {
    .sidebar__content-wrapper {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; }
      .sidebar__content-wrapper .block__links-wrapper {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px; }
      .sidebar__content-wrapper .documents__sidebar__block-wrapper.mobile .documents__slider {
        max-width: 395px; } }

.block__wrapper {
  margin-bottom: 50px; }
  @media screen and (max-width: 816px) {
    .block__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .block__wrapper:last-child {
    margin-bottom: 0; }
  .block__wrapper .block__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px; }
  @media screen and (max-width: 816px) {
    .block__wrapper.links {
      display: none; } }
  .block__wrapper .block__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .block__wrapper .block__content-wrapper .link-wrapper {
      margin-bottom: 10px;      
      background-color: #ffffff;
      border-radius: 4px;      
      -webkit-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out;
      font-size: 13px;
      line-height: 1.35em;
      cursor: pointer;
      overflow: hidden; }
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper {
      max-height: 0;
      overflow: hidden;
      background-color: #254B9C;
      display: flex;
      flex-direction: column;
    }
    .block__wrapper .block__content-wrapper .link-wrapper.active .childs-wrapper {
      max-height: 500px;
    }
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper > .link:first-child {
      margin-top: 10px;
    }
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper > .link:last-child {
      margin-bottom: 10px;
    }
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper > .link {
      color: #fff;
      padding: 10px 12px 10px 30px;    
    }
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper > .link:hover,
    .block__wrapper .block__content-wrapper .link-wrapper .childs-wrapper > .link.active {
      background-color: #3264ad;
    }
      .block__wrapper .block__content-wrapper .link-wrapper > .link {
        display: block;
        color: #101B6A;
        padding: 10px 15px;
      }
      .block__wrapper .block__content-wrapper .link-wrapper:hover,
      .block__wrapper .block__content-wrapper .link-wrapper.active {
        background-color: #254B9C; }
      .block__wrapper .block__content-wrapper .link-wrapper:hover > .link {
        color: #ffffff; }
      .block__wrapper .block__content-wrapper .link-wrapper.active > .link {
        font-weight: 600;
        color: #ffffff; }
  @media screen and (max-width: 816px) {
    .block__wrapper.documents .block__content-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (max-width: 540px) {
    .block__wrapper.documents {
      width: 100%; }
      .block__wrapper.documents .block__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .block__wrapper.documents .document__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px; }
    @media screen and (max-width: 816px) {
      .block__wrapper.documents .document__item {
        margin-right: 15px;
        margin-bottom: unset; }
        .block__wrapper.documents .document__item:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 540px) {
      .block__wrapper.documents .document__item {
        margin-right: 0 !important;
        margin-bottom: 15px; }
        .block__wrapper.documents .document__item:last-child {
          margin-bottom: 0; } }
    .block__wrapper.documents .document__item:last-child {
      margin-bottom: 0; }
    .block__wrapper.documents .document__item .icon {
      width: 43px;
      height: 60px;
      margin-right: 20px;
      background-size: contain !important; }
      @media screen and (max-width: 816px) {
        .block__wrapper.documents .document__item .icon {
          width: 26px;
          height: 36px; } }
      .block__wrapper.documents .document__item .icon.pdf {
        background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
      .block__wrapper.documents .document__item .icon.xlsx, .block__wrapper.documents .document__item .icon .xls {
        background: url("../images/general/documents_type_icons/xls.png") center center no-repeat; }
      .block__wrapper.documents .document__item .icon.doc {
        background: url("../images/general/documents_type_icons/doc.png") center center no-repeat; }
    .block__wrapper.documents .document__item .document__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      justify-items: flex-start; }
      .block__wrapper.documents .document__item .document__info .title {
        font-size: 13px;
        color: #101B6A;
        line-height: 1.35em;
        margin-bottom: 10px; }
        .block__wrapper.documents .document__item .document__info .title:hover {
          text-decoration: underline; }
      .block__wrapper.documents .document__item .document__info .doc_size {
        font-size: 13px;
        color: rgba(16, 27, 106, 0.3); }
  .block__wrapper.gallery .main__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block__wrapper.gallery .main__items-wrapper .gallery__item {
      max-width: 47%;
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      position: relative;
      overflow: hidden; }
      .block__wrapper.gallery .main__items-wrapper .gallery__item.hidden {
        display: none; }
      .block__wrapper.gallery .main__items-wrapper .gallery__item > img {
        max-width: 100%; }
      @media screen and (max-width: 816px) {
        .block__wrapper.gallery .main__items-wrapper .gallery__item {
          margin-right: 10px;
          max-width: 135px; }
          .block__wrapper.gallery .main__items-wrapper .gallery__item:nth-child(5) {
            margin-right: 10px !important; } }
      @media screen and (max-width: 540px) {
        .block__wrapper.gallery .main__items-wrapper .gallery__item {
          max-width: 120px !important;
          margin-right: 10px !important; } }
      .block__wrapper.gallery .main__items-wrapper .gallery__item:nth-child(odd) {
        margin-right: 10px; }

@media screen and (max-width: 1024px) {
  .sidebar__content-wrapper2 {
    margin-top: 50px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 816px) {
  .sidebar__content-wrapper2 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; } }

@media screen and (max-width: 540px) {
  .sidebar__content-wrapper2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%; } }

.sidebar__content-wrapper2 .block__header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  .sidebar__content-wrapper2 .block__header-wrapper .block__title {
    font-size: 15px;
    font-weight: bold; }
  .sidebar__content-wrapper2 .block__header-wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #777777; }
    .sidebar__content-wrapper2 .block__header-wrapper .link i.icon {
      margin-left: 15px;
      width: 17px;
      height: 11px;
      background: url("../images/general/pagination_arrow.png") center center no-repeat;
      background-size: contain; }
    .sidebar__content-wrapper2 .block__header-wrapper .link:hover {
      color: #101B6A; }

.block__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 55px; }
  @media screen and (max-width: 1024px) {
    .block__links-wrapper {
      margin-bottom: 0;
      margin-right: 25px; } }
  @media screen and (max-width: 540px) {
    .block__links-wrapper {
      margin-right: 0 !important;
      margin-bottom: 25px !important;
      width: 100%; } }
  .block__links-wrapper .block__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .block__links-wrapper .block__content-wrapper .link__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 13px;
      line-height: 1.35em;
      color: #101B6A;
      margin-bottom: 10px;
      padding: 15px 10px;
      background-color: #ffffff;
      border-radius: 4px;
      border-right: 4px solid;
      -webkit-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out;
      font-weight: bold; }
      .block__links-wrapper .block__content-wrapper .link__item-wrapper:hover {
        border-right: 8px solid; }
      .block__links-wrapper .block__content-wrapper .link__item-wrapper .icon {
        width: 36px;
        height: 36px;
        margin-right: 15px; }

.documents__sidebar__block-wrapper.mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .documents__sidebar__block-wrapper.mobile {
      display: block; } }
  @media screen and (max-width: 540px) {
    .documents__sidebar__block-wrapper.mobile {
      width: 100%; }
      .documents__sidebar__block-wrapper.mobile .documents__slider {
        max-width: 100%; } }

@media screen and (max-width: 1024px) {
  .documents__sidebar__block-wrapper {
    display: none; } }

.documents__sidebar__block-wrapper .documents__slider {
  max-width: 273px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .documents__sidebar__block-wrapper .documents__slider {
      max-width: 258px; } }
  .documents__sidebar__block-wrapper .documents__slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .documents__sidebar__block-wrapper .documents__slider .owl-nav {
    display: none; }
  .documents__sidebar__block-wrapper .documents__slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
    .documents__sidebar__block-wrapper .documents__slider .owl-dots > .owl-dot {
      margin-right: 4px;
      background-color: transparent;
      border: none; }
      .documents__sidebar__block-wrapper .documents__slider .owl-dots > .owl-dot > span {
        display: block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer; }
      .documents__sidebar__block-wrapper .documents__slider .owl-dots > .owl-dot.active > span {
        background-color: #101B6A; }
      .documents__sidebar__block-wrapper .documents__slider .owl-dots > .owl-dot:last-child {
        margin-right: 0; }

.documents__sidebar__block-wrapper .document__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .documents__sidebar__block-wrapper .document__item:last-child {
    margin-bottom: 0; }
  .documents__sidebar__block-wrapper .document__item .icon {
    width: 43px;
    height: 60px;
    margin-right: 20px;
    background-size: contain !important; }
    .documents__sidebar__block-wrapper .document__item .icon.pdf {
      background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
    .documents__sidebar__block-wrapper .document__item .icon.xlsx, .documents__sidebar__block-wrapper .document__item .icon.xls {
      background: url("../images/general/documents_type_icons/xls.png") center center no-repeat; }
    .documents__sidebar__block-wrapper .document__item .icon.doc, .documents__sidebar__block-wrapper .document__item .icon.docx {
      background: url("../images/general/documents_type_icons/doc.png") center center no-repeat; }
  .documents__sidebar__block-wrapper .document__item .document__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: flex-start; }
    .documents__sidebar__block-wrapper .document__item .document__info .title {
      font-size: 13px;
      color: #101B6A;
      line-height: 1.35em;
      margin-bottom: 10px; }
      .documents__sidebar__block-wrapper .document__item .document__info .title:hover {
        text-decoration: underline; }
    .documents__sidebar__block-wrapper .document__item .document__info .doc_size {
      font-size: 13px;
      color: rgba(16, 27, 106, 0.3); }

section.partners {
  padding: 35px 50px;
  background-color: #ffffff; }
  @media screen and (max-width: 540px) {
    section.partners {
      padding: 15px 15px; } }
  section.partners .partners-wrapper {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto; }
  section.partners .partners__items-wrapper, section.partners .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

section.documents {
  padding-top: 40px;
  padding-bottom: 40px; }
  section.documents .documents-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 25px; }
    section.documents .documents-header .section-title {
      font-size: 26px;
      font-weight: bold; }
  section.documents .documents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.documents .documents-wrapper .document__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 24%;
              flex: 1 1 24%;
      margin-right: 15px;
      background-color: #ffffff;
      padding: 10px;
      border-radius: 4px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        section.documents .documents-wrapper .document__item {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 30%;
                  flex: 1 1 30%; }
          section.documents .documents-wrapper .document__item:nth-child(3n) {
            margin-right: 0; }
          section.documents .documents-wrapper .document__item:nth-child(4) {
            margin-right: 15px !important; }
          section.documents .documents-wrapper .document__item:nth-child(6) {
            margin-right: 0; } }
      @media screen and (max-width: 540px) {
        section.documents .documents-wrapper .document__item {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 48%;
                  flex: 1 1 48%;
          margin-right: 0 !important; }
          section.documents .documents-wrapper .document__item:nth-child(4n) {
            margin-right: 0 !important; }
          section.documents .documents-wrapper .document__item:nth-child(odd) {
            margin-right: 15px !important; } }
      @media screen and (max-width: 376px) {
        section.documents .documents-wrapper .document__item {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-right: 0 !important; }
          section.documents .documents-wrapper .document__item:nth-child(odd) {
            margin-right: 0 !important; } }
      section.documents .documents-wrapper .document__item:nth-child(4n) {
        margin-right: 0; }
      section.documents .documents-wrapper .document__item .icon {
        width: 43px;
        height: 60px;
        margin-right: 20px;
        background-size: contain !important; }
        section.documents .documents-wrapper .document__item .icon.pdf {
          background: url("../images/general/documents_type_icons/pdf.png") center center no-repeat; }
        section.documents .documents-wrapper .document__item .icon.xlsx, section.documents .documents-wrapper .document__item .icon .xls {
          background: url("../images/general/documents_type_icons/xls.png") center center no-repeat; }
        section.documents .documents-wrapper .document__item .icon.doc,
        section.documents .documents-wrapper .document__item .icon.docx {
          background: url("../images/general/documents_type_icons/doc.png") center center no-repeat; }
      section.documents .documents-wrapper .document__item .document__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        justify-items: flex-start; }
        section.documents .documents-wrapper .document__item .document__info .title {
          font-size: 13px;
          color: #101B6A;
          line-height: 1.35em;
          margin-bottom: 10px; }
          section.documents .documents-wrapper .document__item .document__info .title:hover {
            text-decoration: underline; }
        section.documents .documents-wrapper .document__item .document__info .doc_size {
          font-size: 13px;
          color: rgba(16, 27, 106, 0.3); }

.news__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px; }
  @media screen and (max-width: 1024px) {
    .news__list-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 72%;
              flex: 0 0 72%; } }
  @media screen and (max-width: 816px) {
    .news__list-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-right: 0; } }
  .news__list-wrapper .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4; }
    .news__list-wrapper .item-wrapper .content {
      display: flex;
      flex-direction: column;
      flex: 0 1 100%;
    }
    .news__list-wrapper .item-wrapper:hover .title {
      color: #254B9C; }
    @media screen and (max-width: 540px) {
      .news__list-wrapper .item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .news__list-wrapper .item-wrapper .thumb-wrapper {
          margin-right: 0 !important;
          margin-bottom: 25px; } }
    .news__list-wrapper .item-wrapper .thumb-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      margin-right: 25px;
      background-position: center center;
      background-size: cover;
      min-height: 125px;
      -webkit-box-shadow: 2px 2px 8px rgba(16, 27, 106, 0.4);
              box-shadow: 2px 2px 8px rgba(16, 27, 106, 0.4); }
      .news__list-wrapper .item-wrapper .thumb-wrapper > img {
        display: block;
        max-width: 100%;
        height: auto; }
    .news__list-wrapper .item-wrapper .posted {
      font-size: 13px;
      color: #777777;
      font-weight: 400;
      margin-bottom: 10px; }
    .news__list-wrapper .item-wrapper .title {
      display: block;
      width: 90%;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      color: #101B6A;
      margin-bottom: 10px; }
    .news__list-wrapper .item-wrapper .short {
      font-size: 13px;
      line-height: 1.35;
      font-weight: 400;
      color: #777777; }

section.services {
  padding-top: 35px;
  padding-bottom: 35px; }
  section.services .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    @media screen and (max-width: 560px) {
      section.services .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  section.services .block-interactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden; }
    section.services .block-interactive #animation_container {
      margin: 0 auto;
      position: relative;
    }
    @media screen and (max-width: 560px) {
      section.services .block-interactive {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%; } }
    @media screen and (max-width: 540px) {
      section.services .block-interactive #animation_container .ui-label {
        width: 132vw;
      }
      section.services .block-interactive #animation_container .ui-label a {
        display: block;
        width: 100%;
        font-size: 2.8rem !important;
      }
      section.services .block-interactive {
        min-height: 350px; } }
    section.services .block-interactive .interactive__logo-wrapper {
      display: block;
      width: 100%;
      padding: 10px 10px 60px 10px; }
    section.services .block-interactive .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      color: #ffffff;
      font-size: 14px; }
  section.services .services__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
    margin-right: 15px; }
    @media screen and (max-width: 1024px) {
      section.services .services__items-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 70%;
                flex: 1 1 70%; } }
    @media screen and (min-width: 350px) and (max-width: 410px) {
      section.services .services__items-wrapper .service__item {
        max-width: 47%;
      }
    }
    @media screen and (max-width: 520px) {
      section.services .services__items-wrapper {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        margin-right: 0 !important; }
        section.services .services__items-wrapper .service__item {
          -webkit-box-flex: 1 !important;
              -ms-flex: 1 0 48% !important;
                  flex: 1 0 48% !important;
          margin-right: 0 !important;
          margin-bottom: 15px !important; }
          section.services .services__items-wrapper .service__item:nth-child(odd) {
            margin-right: 15px !important; } }
    @media screen and (max-width: 350px) {
      section.services .services__items-wrapper .service__item {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 0 100% !important;
                flex: 1 0 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important; }
        section.services .services__items-wrapper .service__item:nth-child(odd) {
          margin-right: 0 !important; } }
    section.services .services__items-wrapper .service__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 4px;
      margin-right: 15px;
      background-color: #ffffff;
      min-height: 150px;
      border-bottom: 6px solid;
      margin-bottom: 20px;
      -webkit-transition: .15s ease-in-out;
      -o-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      padding: 10px; }
      section.services .services__items-wrapper .service__item:hover {
        border-bottom: 12px solid; }
      section.services .services__items-wrapper .service__item:nth-child(3n) {
        margin-right: 0; }
      section.services .services__items-wrapper .service__item:nth-child(4), section.services .services__items-wrapper .service__item:nth-child(5), section.services .services__items-wrapper .service__item:nth-child(6) {
        margin-bottom: 0; }
      section.services .services__items-wrapper .service__item .icon {
        max-width: 48px;
        height: auto;
        margin-bottom: 14px; }
      section.services .services__items-wrapper .service__item .title {
        font-size: 16px;
        line-height: 1.35em;
        color: #101B6A;
        text-align: center; }
        @media screen and (max-width: 816px) {
          section.services .services__items-wrapper .service__item .title {
            font-size: 14px; } }

section.news {
  padding-top: 40px;
  background-color: #EBEBEB; }
  section.news .block__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 540px) {
      section.news .block__header-wrapper {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important; } }
    section.news .block__header-wrapper .block__title {
      font-size: 26px;
      font-weight: bold; }
    section.news .block__header-wrapper .link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 35px;
      font-size: 13px;
      color: #777777; }
      section.news .block__header-wrapper .link-wrapper:hover .icon {
        margin-left: 15px;
      }
      section.news .block__header-wrapper .link-wrapper .icon {
        margin-left: 10px;
        width: 17px;
        height: 11px;
        background: url("../images/general/pagination_arrow.png") center center no-repeat;
        background-size: contain;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
  section.news .news__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.news .news__items-wrapper .news__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%;
      margin-right: 20px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 55px; }
      @media screen and (max-width: 540px) {
        section.news .news__items-wrapper .news__item-wrapper {
          margin-bottom: 25px;
          -webkit-box-flex: 1 !important;
              -ms-flex: 1 1 100% !important;
                  flex: 1 1 100% !important; } }
      @media screen and (max-width: 816px) {
        section.news .news__items-wrapper .news__item-wrapper {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 47%;
                  flex: 1 1 47%; }
          section.news .news__items-wrapper .news__item-wrapper:nth-child(3n) {
            margin-right: 20px !important; }
          section.news .news__items-wrapper .news__item-wrapper:nth-child(even) {
            margin-right: 0 !important; } }
      section.news .news__items-wrapper .news__item-wrapper:nth-child(3n) {
        margin-right: 0; }
      section.news .news__items-wrapper .news__item-wrapper .thumb {
        max-width: 100%;
        height: auto;
        margin-right: 15px;
        box-shadow: 0px 0px 8px -3px #000000; }
      section.news .news__items-wrapper .news__item-wrapper .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        section.news .news__items-wrapper .news__item-wrapper .content-wrapper .posted {
          display: block;
          font-size: 13px;
          margin-bottom: 10px;
          color: #777777; }
        section.news .news__items-wrapper .news__item-wrapper .content-wrapper .link {
          display: block;
          font-size: 14px;
          font-weight: bold;
          color: #101B6A; }
          section.news .news__items-wrapper .news__item-wrapper .content-wrapper .link:hover {
            color: #254B9C; }

section.faq {
  background: #254B9C url('../images/general/faq_background.png') center center no-repeat;
  background-size: cover; }
  section.faq .faq__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 25px 0;
    position: relative; }
    section.faq .faq__content-wrapper .link__faq_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 30px;
      right: 15px;
      color: rgba(255, 255, 255, 0.3);
      font-size: 14px;
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      @media screen and (max-width: 540px) {
        section.faq .faq__content-wrapper .link__faq_list {
          position: unset !important;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      section.faq .faq__content-wrapper .link__faq_list:hover {
        color: rgba(255, 255, 255, 0.7); }
      section.faq .faq__content-wrapper .link__faq_list .icon {
        display: block;
        width: 17px;
        height: 10px;
        background: url("../images/general/pagination_arrow_white.png") center center no-repeat;
        background-size: contain;
        margin-left: 10px; }
  section.faq .faq__block-title {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 36px; }
    @media screen and (max-width: 540px) {
      section.faq .faq__block-title {
        margin-bottom: 10px; } }
  section.faq .faq__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 35px; }
    @media screen and (max-width: 540px) {
      section.faq .faq__items-wrapper {
        margin-top: 25px; } }
  section.faq .faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 25px;
    font-size: 12px;
    line-height: 1.45em; }
    @media screen and (max-width: 376px) {
      section.faq .faq__item {
        display: none;
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important; }
        section.faq .faq__item:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media screen and (max-width: 816px) {
      section.faq .faq__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        section.faq .faq__item:last-child {
          display: none; } }
    section.faq .faq__item:last-child {
      margin-right: 0; }
    section.faq .faq__item .question {
      font-style: italic;
      color: #5DC6F2;
      margin-bottom: 10px; }
    section.faq .faq__item .delimiter {
      text-transform: uppercase;
      color: #5DC6F2;
      margin-bottom: 10px; }
      @media screen and (max-width: 816px) {
        section.faq .faq__item .delimiter {
          display: none; } }
    section.faq .faq__item .response {
      color: #ffffff;
      margin-bottom: 10px; }
      @media screen and (max-width: 816px) {
        section.faq .faq__item .response {
          display: none; } }
    section.faq .faq__item .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: rgba(93, 198, 242, 0.4);
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      section.faq .faq__item .link:hover {
        color: #ffffff; }
  section.faq .send_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.faq .send_question .button_togeler {
      padding: 8px 15px;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #ffffff;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out; }
      section.faq .send_question .button_togeler:hover {
        background-color: rgba(0, 0, 0, 0.7); }

/* START Table Icon  */
#table__icon {
  position: fixed;
  display: none;
  width: 80px;
  height: 80px;
  /* background-color: red; */
  background: url("../images/svg/finger_table.svg") center center no-repeat;
  background-size: contain;
  left: calc(50% - 40px);
  bottom: 150px;
}
/* END Table Icon*/

/* START FAQ FORM */
.faq-form__wrapper {
  display: block;
  margin: 0 auto;
}

.faq-form__wrapper .form__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
  background-color: #f1f1f1;
  padding: 45px 25px;
  border-radius: 4px;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper label {
  font-size: 17px;
  color: #525252;
  margin-right: 25px;
  width: 190px;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper label > i {
  color: red;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper > input,
.faq-form__wrapper .form__wrapper > .form--group__wrapper > textarea {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  flex: 1;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper > input:active,
.faq-form__wrapper .form__wrapper > .form--group__wrapper > input:focus,
.faq-form__wrapper .form__wrapper > .form--group__wrapper > textarea:active,
.faq-form__wrapper .form__wrapper > .form--group__wrapper > textarea:focus {
  outline: none;
  box-shadow: 2px 2px 20px 0px #c3c3c3;
  border-color: #9e9e9e;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper:last-child {
  margin-bottom: 0;
}
.faq-form__wrapper .form__wrapper input[type=submit] {
  color: #ffffff;
  background-color: #064691;
  padding: 5px 25px;
  border-radius: 8px;
  border: none;
  transition: all .2s;
  cursor: pointer;
  margin-top: 30px;
}
.faq-form__wrapper .form__wrapper .form__submit {
  text-align: center;
}
.faq-form__wrapper .form__wrapper input[type=submit]:hover {
  background-color: #0c61c3;
}
.faq-form__wrapper .form__wrapper > .form--group__wrapper.short input {
    display: block;
    flex: 0 0 40%;
    height: 37px;
}

.faq-form__wrapper .form__wrapper > .form--group__wrapper.short_two textarea {
    display: block;
    margin-right: 50px;
}
/* END FAQ FORM */
.page__title.wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page__title.wrapper > a {
    font-size: 14px;
    padding: 2px 35px;
    background-color: #254b9c;
    border-radius: 4px;
    color: #fff;
    margin-right: 300px;
    transition: .2s linear;
}
.page__title.wrapper > a:hover {
    background-color: #355fb9;
}
section.partners.services .parner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
section.partners.services .parner:hover {
    filter: brightness(1.3);
}
section.partners.services .parner > img {
    max-width: 50px;
    height: auto;
    margin: 0 auto 15px auto;
}
section.partners.services .parner > .title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #254b9c;
}
@media screen and (max-width: 720px) {
    section.partners.services .parner > .title {
        width: 100%;
    }  
}

.page-post__content-wrapper.magazine_view .header__wrapper {
  display: flex;
  align-items: flex-start;
  flex: 0 1 100%;
  padding: 10px 15px;
  border-radius: 4px;
  overflow: hidden;
}
.page-post__content-wrapper.magazine_view .header__wrapper .main__image-wrapper {
  margin-right: 30px;
  box-shadow: 3px 4px 12px -7px #000;
}
.page-post__content-wrapper.magazine_view .header__wrapper .main__image-wrapper > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-post__content-wrapper.magazine_view .header__wrapper .magazine__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-post__content-wrapper.magazine_view .header__wrapper .magazine__body .page__title {
  margin-bottom: 5px;
}
.page-post__content-wrapper.magazine_view .header__wrapper .magazine__body .download {
  display: block;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  background-color: #254b9c;
}
.to_top_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  background-color: #254b9c;
  z-index: 222;
  cursor: pointer;
}
.to_top_button > .icon {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/general/top-arrow.png") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg)
}
@media screen and (max-width: 425px) {
  .to_top_button {
    display: none !important;
  }
}

@keyframes aparence {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fade1 {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade2 {
  0% {
    transform: translateX(-250px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animated {
  display: flex !important;
}
.animated:nth-child(even) .content-wrapper {
  animation-name: fade2;
  animation-duration: 1s;
}
.animated:nth-child(odd) .content-wrapper {
  animation-name: fade1;
  animation-duration: 1s;
}
.animated:nth-child(even) .date {
  animation-name: fade1;
  animation-duration: 1s;
}

.animated:nth-child(odd) .date {
  animation-name: fade2;
  animation-duration: 1s;
}

.alert__modal__wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3333;
}
@media screen and (max-width: 540px) {
  .alert__modal__wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.alert__modal__wrapper  .alert__modal__content {
  background-color: red;
  color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  line-height: 1.55em;
  max-width: 800px;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.alert__modal__wrapper .alert__modal__content::-webkit-scrollbar {
  display: none;
}
.alert__modal__wrapper  .alert__modal__content img {
  border-radius: 6px;
}
.alert__modal__wrapper .close__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #254b9c;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .alert__modal__wrapper  {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: unset;
  }
  .alert__modal__wrapper .alert__modal__content {
    overflow: scroll;
  }
  .alert__modal__wrapper .close__modal {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 540px) {
  .alert__modal__wrapper .close__modal {
    top: 5px;
    right: 5px;
  }
}
.alert__modal__wrapper .close__modal svg {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
}