*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  box-sizing: border-box;
  font-family: Roboto,sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  position: relative; }

.overflow {
  overflow: hidden;
  width: 100%; }

.overflow2 {
  overflow: hidden;
  width: 100%; }

.main {
  padding-top: 7.2rem;
  min-height: calc(100vh);
  width: calc(100%); }
  .main.burger-active {
    transition: all 0.7s ease-in;
    transition-property: transform, width;
    margin-left: auto; }
    @media only screen and (min-width: 1400px) {
      .main.burger-active {
        width: calc(100% - 34rem); } }

h1 {
  font-size: 4.2rem;
  font-weight: 300; }

h2 {
  font-size: 4rem;
  font-weight: 300; }

h3 {
  font-size: 3.8rem;
  font-weight: 300; }

h4 {
  font-size: 3.6rem;
  font-weight: 300; }

h5 {
  font-size: 3.4rem;
  font-weight: 300; }

h6 {
  font-size: 3.2rem;
  font-weight: 300; }

@media only screen and (max-width: 568px) {
  h1 {
    font-size: 3.3rem; } }

@media only screen and (max-width: 568px) {
  h2 {
    font-size: 3.2rem; } }

@media only screen and (max-width: 568px) {
  h3 {
    font-size: 3.1rem; } }

@media only screen and (max-width: 568px) {
  h4 {
    font-size: 3.0rem; } }

@media only screen and (max-width: 568px) {
  h5 {
    font-size: 2.9rem; } }

@media only screen and (max-width: 568px) {
  h6 {
    font-size: 2.8rem; } }

#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
  display: none; }

#SearchForm_SearchForm fieldset {
  border-width: 0px; }

.hidden_input, .placeholder-search {
  display: none; }

.Log main {
  background: #f4f4f4; }

.Log form {
  height: 100%;
  position: relative;
  margin: auto;
  max-width: 300px;
  padding: 50px; }

.Log fieldset {
  border: none; }

.background-color-able-blue {
  background-color: #2195F2; }

.background-color-able-red {
  background-color: #F34336; }

.background-color-able-green {
  background-color: #00C853; }

.background-color-able-purple {
  background-color: #AA47BB; }

.background-color-able-orange {
  background-color: #F47C00; }

.background-color-able-turquoise {
  background-color: #20BDC1; }

.background-color-black {
  background-color: #000; }

.background-color-white {
  background-color: #fff; }

.background-color-light-grey {
  background-color: #F4F4F4; }

.background-color-dark-blue {
  background-color: #002d6a; }

.HomePage__page .search-container {
  display: none !important; }

.HomePage__page .section-background {
  background-size: cover;
  min-height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .HomePage__page .section-background p {
    font-size: 2rem; }
    .HomePage__page .section-background p strong {
      font-weight: 500; }
      .HomePage__page .section-background p strong a {
        color: #fff;
        text-decoration: none; }
  .HomePage__page .section-background .section-grid {
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 25px; }

.HomePage__page .home_search_holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 15px auto;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 800px; }
  .HomePage__page .home_search_holder input {
    height: 66px;
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 2.2rem;
    padding: 0 75px 0 25px; }
    .HomePage__page .home_search_holder input::-webkit-input-placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      padding-left: 50px; }
    .HomePage__page .home_search_holder input:-ms-input-placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      padding-left: 50px; }
    .HomePage__page .home_search_holder input::placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      padding-left: 50px; }
    .HomePage__page .home_search_holder input:focus {
      border-radius: 4px;
      padding-left: 25px;
      padding-right: 75px;
      outline: none; }
      .HomePage__page .home_search_holder input:focus::-webkit-input-placeholder {
        color: transparent; }
    .HomePage__page .home_search_holder input:active {
      padding-left: 25px;
      padding-right: 75px; }
  .HomePage__page .home_search_holder img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .HomePage__page .home_search_holder form {
    width: 100%; }

.HomePage__page .section-grid-sublocks {
  max-width: 1010px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 25px; }
  @media only screen and (max-width: 768px) {
    .HomePage__page .section-grid-sublocks {
      padding: 50px 60px; } }
  @media only screen and (max-width: 568px) {
    .HomePage__page .section-grid-sublocks {
      padding: 50px 25px; } }

.HomePage__page .section-grid-sublock-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.HomePage__page .sublock-holder {
  width: 310px;
  height: 310px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.1s all ease-in-out;
  border: 1px solid;
  border-color: #fff;
  margin: 5px 5px; }
  @media only screen and (max-width: 768px) {
    .HomePage__page .sublock-holder:nth-child(odd) {
      margin: 5px auto; } }
  @media only screen and (max-width: 768px) {
    .HomePage__page .sublock-holder:nth-child(even) {
      margin: 5px auto; } }
  .HomePage__page .sublock-holder:hover {
    border-color: #2195F2;
    border-radius: 4px;
    transition: 0.3s all ease-in-out; }
  .HomePage__page .sublock-holder a {
    text-decoration: none;
    color: #00265C;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 70px 25px 35px 25px;
    -ms-flex-pack: center;
        justify-content: center; }
    .HomePage__page .sublock-holder a .image-holder {
      text-align: center; }
      .HomePage__page .sublock-holder a .image-holder img {
        width: 40%; }
    .HomePage__page .sublock-holder a :hover {
      box-shadow: none;
      border: none; }
    .HomePage__page .sublock-holder a h6 {
      font-size: 2.2rem;
      max-width: 250px;
      padding-top: 40px; }
      .HomePage__page .sublock-holder a h6:after {
        content: "";
        position: absolute;
        width: 9px;
        transition: all 0.2s;
        height: 9px;
        border: 2px solid;
        border-width: 0px 2px 2px 0px;
        transform: rotate(315deg) translateY(-70%);
        color: #F47C00;
        opacity: 1;
        margin-top: 18px;
        margin-left: 10px; }
      .HomePage__page .sublock-holder a h6.short-title {
        max-width: 170px; }

@media only screen and (max-width: 568px) {
  .HomePage__page .home-heading {
    line-height: 40px; } }

header {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
  header .burger-nav {
    width: 34rem;
    background: #00265C;
    height: 100%;
    position: fixed;
    transform: translateX(-50rem);
    opacity: 0;
    z-index: 2;
    display: none; }
    header .burger-nav.active {
      animation: navAnimation 0.7s;
      transition: all 1s ease-in;
      animation-fill-mode: forwards;
      opacity: 1;
      -webkit-overflow-scrolling: touch;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    header .burger-nav nav {
      height: calc(100% - 7.2rem);
      padding: 2.5rem;
      margin: auto;
      width: 100%; }
      header .burger-nav nav #navigation {
        position: relative;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; }
        header .burger-nav nav #navigation.HomePage .secondary {
          transform: translateX(1000px);
          display: none; }
        header .burger-nav nav #navigation.GeneralPage .primary {
          transform: translateX(-1000px); }
      header .burger-nav nav ul li {
        list-style: none;
        position: relative;
        display: -ms-flexbox;
        display: flex; }
        header .burger-nav nav ul li a {
          padding: 3px 5px 3px 5px;
          width: 100%;
          max-width: 28rem;
          line-height: 20px;
          margin-top: 5px;
          margin-bottom: 5px; }
          header .burger-nav nav ul li a:not(.active):not(.activeScroll):hover {
            background: #002D6A; }
      header .burger-nav nav .primary {
        position: absolute;
        width: 100%; }
        header .burger-nav nav .primary li .not_first_link::after {
          content: "";
          position: absolute;
          width: 9px;
          right: 5px;
          transition: all 0.2s;
          height: 9px;
          border: 2px solid;
          border-width: 0px 2px 2px 0px;
          transform: rotate(315deg) translateY(-70%);
          color: #fff;
          opacity: 0.5;
          top: 50%; }
        header .burger-nav nav .primary li .active::after {
          opacity: 1; }
      header .burger-nav nav .secondary {
        opacity: 0;
        position: absolute; }
        header .burger-nav nav .secondary .active {
          padding-left: 30px;
          max-width: 29rem;
          line-height: 20px;
          margin-top: 3px;
          margin-bottom: 3px;
          margin-top: 3px;
          margin-bottom: 3px; }
          header .burger-nav nav .secondary .active::before {
            content: "";
            position: absolute;
            width: 9px;
            transition: all 0.2s;
            height: 9px;
            border: 2px solid;
            border-width: 0px 2px 2px 0px;
            transform: rotate(130deg) translateY(70%);
            color: #fff;
            opacity: 1;
            top: 50%;
            margin-left: -18px; }
          header .burger-nav nav .secondary .active::after {
            content: "";
            width: 13px;
            transition: all 0.2s;
            border: 1px solid;
            transform: rotate(0deg) translateY(-30%);
            border-radius: 4px;
            color: #fff;
            top: 50%;
            position: absolute;
            left: 8px;
            opacity: 1; }
        header .burger-nav nav .secondary .activeScroll {
          color: #2195F2;
          opacity: 1; }
        header .burger-nav nav .secondary.secondary_active {
          opacity: 1;
          transform: translateX(0px);
          display: block;
          width: 100%; }
          header .burger-nav nav .secondary.secondary_active .secondary-sections:last-child {
            margin-bottom: 25px; }
        header .burger-nav nav .secondary.secondary_ {
          transform: translateX(-1000px);
          display: none; }
      header .burger-nav nav a {
        color: #fff;
        opacity: 0.5;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: 400;
        max-width: 28rem;
        line-height: 20px;
        margin-top: 3px;
        margin-bottom: 3px; }
        header .burger-nav nav a.active {
          opacity: 1; }
    header .burger-nav > :first-child {
      background: #002D6A;
      height: 7.2rem;
      width: 100%; }
  header .header-container {
    height: 7.2rem;
    padding: 0 2.5rem; }
    header .header-container .section__grid {
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      height: 100%; }
      header .header-container .section__grid .logo-container {
        position: relative;
        margin: auto;
        text-align: center; }
        header .header-container .section__grid .logo-container img {
          height: 45px;
          width: auto;
          z-index: 1; }
          @media only screen and (max-width: 568px) {
            header .header-container .section__grid .logo-container img {
              height: 35px; } }
      header .header-container .section__grid .search-container {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        height: 22px;
        right: 25px;
        top: 50%;
        transform: translateY(-50%); }
        header .header-container .section__grid .search-container img {
          height: 22px;
          width: auto; }
        header .header-container .section__grid .search-container form {
          opacity: 0px;
          transform: translateX(1000px); }
        header .header-container .section__grid .search-container input {
          display: block;
          font-size: 1.6rem;
          width: 100%;
          border: none;
          border-bottom: 1px solid #002d6a;
          background: none;
          width: 130px;
          position: absolute;
          right: 0px;
          padding-left: 10px;
          padding-bottom: 10px;
          padding-right: 10px;
          border-radius: 0; }
          header .header-container .section__grid .search-container input::-webkit-input-placeholder {
            font-size: 1.6rem;
            text-align: left;
            color: #000000;
            opacity: 0.4;
            line-height: 2.2rem;
            text-align: left; }
          header .header-container .section__grid .search-container input:-ms-input-placeholder {
            font-size: 1.6rem;
            text-align: left;
            color: #000000;
            opacity: 0.4;
            line-height: 2.2rem;
            text-align: left; }
          header .header-container .section__grid .search-container input::placeholder {
            font-size: 1.6rem;
            text-align: left;
            color: #000000;
            opacity: 0.4;
            line-height: 2.2rem;
            text-align: left; }
          header .header-container .section__grid .search-container input:focus {
            outline: none;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 1.6rem;
            border-bottom: 1px solid #2195F2; }
            header .header-container .section__grid .search-container input:focus::-webkit-input-placeholder {
              color: transparent; }
      header .header-container .section__grid .burger {
        position: relative;
        width: 2.5rem;
        height: 1.7rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer; }
        header .header-container .section__grid .burger span {
          width: 100%;
          transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
          height: 0.3rem;
          background: #002d6a;
          position: absolute;
          right: 0;
          left: 0;
          margin: 0 auto;
          transform: rotate(0); }
          header .header-container .section__grid .burger span:nth-child(1) {
            top: 0; }
          header .header-container .section__grid .burger span:nth-child(2) {
            top: 7px; }
          header .header-container .section__grid .burger span:nth-child(3) {
            bottom: 0; }
        header .header-container .section__grid .burger.active {
          transition: margin 0.7s ease-in; }
          @media only screen and (min-width: 1400px) {
            header .header-container .section__grid .burger.active {
              margin-right: 34rem; } }
          header .header-container .section__grid .burger.active span {
            background: #fff; }
            header .header-container .section__grid .burger.active span:nth-child(1) {
              top: 0.5rem;
              transform: rotate(-45deg); }
            header .header-container .section__grid .burger.active span:nth-child(2) {
              width: 0%; }
            header .header-container .section__grid .burger.active span:nth-child(3) {
              bottom: 0.9rem;
              transform: rotate(45deg); }
  @media only screen and (max-width: 700px) {
    header .displayNone {
      display: none; } }

@keyframes navAnimation {
  0% {
    opacity: 1;
    transform: translateX(-200px); }
  100% {
    transform: translateX(0px); } }

@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    transform: translateX(-350px);
    opacity: 0; } }

@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    transform: translateX(350px);
    opacity: 0; } }

@keyframes slide-in-left {
  0% {
    transform: translateX(-350px);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    transform: translateX(350px);
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.slide-out-left {
  animation: slide-out-left 0.7s cubic-bezier(0, 0, 0.2, 1) forwards; }

.slide-out-right {
  animation: slide-out-right 0.7s cubic-bezier(0, 0, 0.2, 1) forwards; }

.slide-in-left {
  animation: slide-in-left 0.7s cubic-bezier(0, 0, 0.2, 1) forwards; }

.slide-in-right {
  animation: slide-in-right 0.7s cubic-bezier(0, 0, 0.2, 1) forwards; }

.footer-contact-wrapper {
  background-color: #002D6A;
  color: #fff;
  padding: 0px 25px; }

.footer-company-wrapper {
  background-color: #00265C;
  color: #fff;
  padding: 0px 25px; }

.footer-contact, .footer-company {
  max-width: 960px;
  margin: auto; }

.footer-company {
  padding: 0 0rem 4.5rem 0rem; }

.footer-contact {
  padding: 0rem 0rem 9rem 0rem; }
  .footer-contact .footer-contact-details {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 568px) {
      .footer-contact .footer-contact-details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .footer-contact .footer-contact-details .company-email-link a {
      color: #fff;
      font-size: 2.2rem;
      text-decoration: none; }
    .footer-contact .footer-contact-details .company-contact h6 {
      margin-bottom: 15px; }
      .footer-contact .footer-contact-details .company-contact h6 a {
        color: #fff;
        text-decoration: none; }
    .footer-contact .footer-contact-details .company-contact h6:not(:first-child) {
      font-size: 2.2rem;
      line-height: 34px;
      margin-bottom: 0px; }
    @media only screen and (max-width: 568px) {
      .footer-contact .footer-contact-details .company-social {
        margin-top: 30px; } }
    .footer-contact .footer-contact-details .company-social h6 {
      margin-bottom: 15px; }
    .footer-contact .footer-contact-details .company-social-icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media only screen and (max-width: 568px) {
        .footer-contact .footer-contact-details .company-social-icons {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .footer-contact .footer-contact-details .company-social-icons a {
        background: #fff;
        opacity: 1;
        border-radius: 50%;
        height: 48px;
        position: relative;
        width: 48px;
        margin: 5px; }
        .footer-contact .footer-contact-details .company-social-icons a:hover {
          opacity: 1; }
        .footer-contact .footer-contact-details .company-social-icons a img {
          height: 60%;
          width: 60%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

.footer-logo {
  background-color: #fff;
  width: 146px;
  height: 82px;
  border-radius: 0px 0px 4px 4px; }
  .footer-logo img {
    height: 40px;
    width: auto;
    margin: auto; }
  .footer-logo a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
    position: relative; }

.footer-company div:first-child {
  padding-top: 40px; }
  .footer-company div:first-child p:first-child {
    margin-bottom: 20px; }
  .footer-company div:first-child p:not(first-child) {
    line-height: 20px; }
  .footer-company div:first-child p {
    font-size: 1.4rem; }
    .footer-company div:first-child p a {
      color: #fff;
      text-decoration: none; }

footer {
  width: calc(100%); }
  footer.burger-active {
    transition: all 0.7s ease-in;
    transition-property: transform, width;
    margin-left: auto; }
    @media only screen and (min-width: 1400px) {
      footer.burger-active {
        width: calc(100% - 34rem); } }

.GeneralPage__page .article {
  padding: 0 25px; }

.GeneralPage__page .section {
  margin-top: 60px;
  margin-bottom: 60px; }
  .GeneralPage__page .section p {
    line-height: 28px; }
  .GeneralPage__page .section li {
    list-style: none;
    display: -ms-flexbox;
    display: flex; }
    .GeneralPage__page .section li::before {
      content: "\2022   ";
      color: #002D6A;
      font-size: 24px;
      height: 10px;
      top: 50%;
      transform: translateY(-50%);
      position: relative;
      margin-right: 8px; }

.GeneralPage__page .section li {
  list-style: none;
  display: -ms-flexbox;
  display: flex; }
  .GeneralPage__page .section li::before {
    content: "\2022   ";
    color: #002D6A;
    font-size: 24px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin-right: 8px; }

.GeneralPage__page .into-content li {
  list-style: none;
  display: -ms-flexbox;
  display: flex; }
  .GeneralPage__page .into-content li::before {
    content: "\2022   ";
    color: #002D6A;
    font-size: 24px;
    height: 10px;
    position: relative;
    margin-right: 8px; }

.GeneralPage__page .title_wrapper {
  height: 210px;
  position: relative;
  text-align: center;
  background-color: #2195F2;
  margin: 0 -25px; }

.GeneralPage__page .title_wrapper_text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  width: 100%;
  padding: 0 25px; }

.GeneralPage__page .into-content, .GeneralPage__page .section, .GeneralPage__page .glossary {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.GeneralPage__page .into-content {
  color: #002D6A;
  font-size: 20px;
  margin-top: 72px;
  line-height: 28px; }

.GeneralPage__page .section-title {
  color: #002D6A;
  font-size: 2.8rem; }

.GeneralPage__page .sublock-holder {
  margin-top: 25px; }
  .GeneralPage__page .sublock-holder .sublock-content + img {
    margin-top: 40px; }
  .GeneralPage__page .sublock-holder .sublock-content h1 {
    margin: 25px auto;
    font-size: 2.4rem; }
  .GeneralPage__page .sublock-holder .sublock-content h2 {
    margin: 25px auto;
    font-size: 2.4rem; }
  .GeneralPage__page .sublock-holder .sublock-content h3 {
    margin: 25px auto;
    font-size: 2.4rem; }
  .GeneralPage__page .sublock-holder .sublock-content h4 {
    margin: 25px auto;
    font-size: 2.4rem; }
  .GeneralPage__page .sublock-holder .sublock-content h5 {
    margin: 25px auto;
    font-size: 2.4rem; }
  .GeneralPage__page .sublock-holder .sublock-content h6 {
    margin: 25px auto;
    font-size: 2.4rem; }

.GeneralPage__page .sublock-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #d6d6d6; }

.GeneralPage__page .glossary {
  margin-bottom: 60px; }
  .GeneralPage__page .glossary table {
    border-spacing: 0px;
    width: 100%; }
  .GeneralPage__page .glossary th {
    text-align: left;
    color: #002D6A;
    font-size: 2.8rem;
    font-weight: 300;
    padding-bottom: 13px; }
  .GeneralPage__page .glossary tr:nth-child(2) td {
    border-top: 1px solid #d6d6d6; }
  .GeneralPage__page .glossary td {
    padding: 15px;
    border-bottom: 1px solid #d6d6d6; }
    .GeneralPage__page .glossary td:nth-child(odd) {
      background-color: #2195f2;
      width: 30%;
      color: #fff;
      font-weight: 400;
      border-left: 1px solid #d6d6d6; }
    .GeneralPage__page .glossary td:nth-child(even) {
      border-right: 1px solid #d6d6d6;
      width: 70%; }

.GeneralPage__page .sublock-content table, .GeneralPage__page .sublock-content td, .GeneralPage__page .sublock-content th {
  border: 1px solid #d6d6d6;
  border-collapse: collapse; }

.GeneralPage__page .sublock-content td {
  padding: 8px; }

.GeneralPage__page .title_wrapper_text {
  line-height: 40px; }

.GeneralPage__page .article p {
  margin-bottom: 15px; }

.GeneralPage__page .article h6 {
  margin: 20px auto 15px auto !important;
  font-size: 2rem !important;
  font-weight: 400; }

.directory__page .sublock-content table {
  width: 100%; }

.directory__page .sublock-content tr:first-child {
  background: #2195F2; }
  .directory__page .sublock-content tr:first-child td {
    color: #fff;
    font-weight: 400; }

.anchor {
  display: block;
  position: relative;
  top: -72px;
  visibility: hidden; }

.Results__page .search-container {
  display: none !important; }

.Results__page .results-background {
  background-size: cover;
  min-height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.Results__page .results-grid {
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 25px; }
  .Results__page .results-grid input {
    height: 66px;
    width: 100%;
    border-radius: 4px;
    border: none;
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-left: 25px;
    padding-right: 75px; }
    .Results__page .results-grid input::-webkit-input-placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      line-height: 2.2rem; }
    .Results__page .results-grid input:-ms-input-placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      line-height: 2.2rem; }
    .Results__page .results-grid input::placeholder {
      font-size: 2.2rem;
      text-align: center;
      color: #000000;
      opacity: 0.4;
      line-height: 2.2rem; }
    .Results__page .results-grid input:focus {
      border-radius: 4px;
      padding-left: 25px;
      padding-right: 75px;
      outline: none; }
      .Results__page .results-grid input:focus::-webkit-input-placeholder {
        color: transparent; }
  .Results__page .results-grid img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .Results__page .results-grid form {
    width: 100%; }

.Results__page .results_search_holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 15px auto;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 800px; }

.Results__page .results-paragraph {
  font-size: 2.0rem; }

.Results__page .results-list {
  margin: auto;
  height: 100%;
  padding: 50px 25px;
  background: #f4f4f4; }
  .Results__page .results-list ul {
    list-style: none;
    max-width: 960px;
    margin: auto; }
    .Results__page .results-list ul li {
      padding: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: left;
          justify-content: left;
      background: #ffffff;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      width: 100%; }
      .Results__page .results-list ul li:not(:first-child) {
        margin-top: 25px; }
      .Results__page .results-list ul li a {
        color: #002d6a;
        text-decoration: none;
        position: relative;
        width: 100%;
        padding-right: 20px;
        font-size: 20px; }
        @media only screen and (max-width: 568px) {
          .Results__page .results-list ul li a {
            font-size: 16px; } }
        .Results__page .results-list ul li a .link-section {
          color: #2195F2;
          position: relative; }
        .Results__page .results-list ul li a::after {
          content: "";
          position: absolute;
          width: 9px;
          transition: all 0.2s;
          height: 9px;
          border: 2px solid;
          border-width: 0px 2px 2px 0px;
          transform: rotate(315deg);
          color: #F47C00;
          opacity: 1;
          margin-left: 10px;
          margin-top: 14px; }
          @media only screen and (max-width: 568px) {
            .Results__page .results-list ul li a::after {
              margin-top: 10px; } }

.Results__page .popular-searches {
  min-height: 420px;
  width: 100%; }
  .Results__page .popular-searches .popular-searches-grid {
    max-width: 960px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    padding: 0 25px; }
    @media only screen and (max-width: 568px) {
      .Results__page .popular-searches .popular-searches-grid {
        margin-bottom: 50px; } }
    .Results__page .popular-searches .popular-searches-grid .popular-searches-container {
      width: 100%; }
      .Results__page .popular-searches .popular-searches-grid .popular-searches-container .popular-searches-title {
        color: #002d6a; }
      .Results__page .popular-searches .popular-searches-grid .popular-searches-container .popular-searches-box-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-top: 20px; }
        .Results__page .popular-searches .popular-searches-grid .popular-searches-container .popular-searches-box-container .popular-searches-box {
          background-color: #F47C00;
          color: #fff;
          width: calc(100% / 2 - 8px);
          margin: 8px 0px;
          border-radius: 4px;
          padding: 22px 0px;
          text-decoration: none; }
          @media only screen and (max-width: 568px) {
            .Results__page .popular-searches .popular-searches-grid .popular-searches-container .popular-searches-box-container .popular-searches-box {
              width: calc(100% / 1 - 8px); } }

.Results__page .noresult .noresult-container {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: center;
      justify-content: center; }
  .Results__page .noresult .noresult-container .noresult-wrapper {
    text-align: center; }
    .Results__page .noresult .noresult-container .noresult-wrapper .noresulimg {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .Results__page .noresult .noresult-container .noresult-wrapper .noresulimg {
          width: 80%; } }
    .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt {
      max-width: 600px;
      margin: 50px auto auto auto; }
      .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt p {
        background-color: #ffffff;
        width: 75%;
        margin: auto;
        padding: 4px;
        font-size: 2rem;
        line-height: 16px;
        padding-top: 20px;
        padding-bottom: 16px;
        color: #8b9a9f; }
        @media only screen and (max-width: 767px) {
          .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt p {
            width: 100%;
            line-height: 30px;
            padding-left: 15px;
            padding-right: 15px; } }
        .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt p:not(:first-child) {
          width: 90%;
          padding-top: 8px;
          padding-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt p:not(:first-child) {
              width: 100%; } }
        .Results__page .noresult .noresult-container .noresult-wrapper .noresult-txt p span {
          color: #2195F2; }

.NotFound__page .not-found {
  min-height: calc(100vh - 7.2rem);
  background: #f4f4f4;
  padding: 25px; }
  .NotFound__page .not-found .not-found-container {
    max-width: 960px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
    top: 15%;
    position: relative; }
  .NotFound__page .not-found .not-found-wrapper {
    text-align: center; }
    .NotFound__page .not-found .not-found-wrapper .not-found-txt {
      margin: 50px auto;
      max-width: 600px; }
      .NotFound__page .not-found .not-found-wrapper .not-found-txt p {
        background-color: #ffffff;
        width: 95%;
        margin: auto;
        padding: 4px;
        font-size: 2rem;
        line-height: 16px;
        padding-top: 20px;
        padding-bottom: 16px;
        color: #8b9a9f; }
        @media only screen and (max-width: 767px) {
          .NotFound__page .not-found .not-found-wrapper .not-found-txt p {
            width: 100%;
            line-height: 30px;
            padding-left: 15px;
            padding-right: 15px; } }
        .NotFound__page .not-found .not-found-wrapper .not-found-txt p:not(:first-child) {
          width: 60%;
          padding-top: 8px;
          padding-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            .NotFound__page .not-found .not-found-wrapper .not-found-txt p:not(:first-child) {
              width: 100%; } }
        .NotFound__page .not-found .not-found-wrapper .not-found-txt p span {
          color: #2195F2; }
        .NotFound__page .not-found .not-found-wrapper .not-found-txt p a {
          -webkit-text-decoration-color: #2195F2;
                  text-decoration-color: #2195F2;
          text-underline-position: under; }
    .NotFound__page .not-found .not-found-wrapper .not-found-img {
      width: 80%; }
      @media only screen and (max-width: 767px) {
        .NotFound__page .not-found .not-found-wrapper .not-found-img {
          width: 100%; } }

@supports (-ms-ime-align: auto) {
  @media only screen and (min-width: 1400px) {
    footer.burger-active {
      width: calc(100%);
      transform: translateX(17rem); }
    main.burger-active {
      width: calc(100%);
      transform: translateX(17rem); } }
  body {
    overflow-x: hidden !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow-x: hidden !important; }
  #SearchForm_SearchForm_Search {
    opacity: 1; }
  .footer-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer-logo a {
      margin-left: 0;
      margin-right: 0; }
  .HomePage__page .section-background, .GeneralPage__page .title_wrapper {
    margin-top: 72px; }
  .HomePage__page .section:nth-child(2) {
    margin-top: -72px; }
  .site-nav-logo img {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%); }
  .HomePage__page .sublock-holder a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
    .HomePage__page .sublock-holder a .image-holder, .HomePage__page .sublock-holder a h6 {
      width: 100%; }
  .HomePage__page .sublock-holder a h6.short-title {
    margin-left: -75px; } }

@media only screen and (-ms-high-contrast: active) and (min-width: 1400px), only screen and (-ms-high-contrast: none) and (min-width: 1400px) {
  footer.burger-active {
    width: calc(100%);
    transform: translateX(17rem); }
  main.burger-active {
    width: calc(100%);
    transform: translateX(17rem); } }

