html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 0.625em; }
  @media (max-width: 1024px) {
    html, body {
      overflow-x: hidden; } }

.html--font-small {
  font-size: 1em; }

.html--font-medium {
  font-size: 1.5em; }

.html--font-large {
  font-size: 2em; }

h1, h2, h3, h4, h5, h6 {
  margin: inherit; }

.overflow {
  overflow: hidden; }

.clear {
  clear: both; }

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

.main-container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px; }
  .main-container--small {
    max-width: 1270px; }
  .main-container--xsmall {
    max-width: 785px;
    margin-top: 65px; }

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

.pagination-block {
  text-align: center;
  margin-top: 20px; }

.pagination__li.active .pagination__link {
  background: #0e81ce; /*x*/
  border-color: #0e81ce; /*x*/
  color: #fff !important; }
  .pagination__li.active .pagination__link:hover {
    background: #0e81ce; /*x*/
    border-color: #0e81ce; } /*x*/

.pagination__link {
  color: #0e81ce !important; } /*x*/

.pagination li.disabled {
  display: none; }

.pagination li > a {
  color: #0e81ce !important; /*x*/
  margin: 0 4px;
  font-size: 1.6em !important; }

.pagination li > span {
  margin: 0 4px;
  font-size: 1.6em !important; }

.scrollTop {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 20px;
  opacity: 0.5;
  font-size: 0;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px; }
  @media (max-width: 1024px) {
    .scrollTop {
      right: 10px; } }
  .scrollTop.show {
    bottom: 30px; }
  .scrollTop:hover {
    opacity: 1; }
  .scrollTop::before {
    content: '';
    display: block;
    border-top: 3px solid #1F2C4C;
    width: 11px;
    height: 11px;
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }
  .scrollTop::after {
    content: '';
    display: block;
    border-top: 3px solid #1F2C4C;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s; }
  .preloader__img {
    display: block;
    margin-bottom: 30px; }
  .preloader__content {
    animation: rotate 1s cubic-bezier(0.1, 0.8, 0.8, 0.1) infinite; }
  .preloader__dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #0e81ce;
    display: inline-block;
    margin: 5px;
    background: #0e81ce;
    transition: transform 1s;
    animation: show-hide 1s ease infinite; }
    .preloader__dot:nth-child(2) {
      animation-delay: 300ms; }
    .preloader__dot:nth-child(3) {
      animation-delay: 600ms; }

@keyframes show-hide {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#preloader.preloader-hiding {
  opacity: 0; }

#preloader.preloader-hidden {
  display: none; }

.alert ul {
  padding-left: 15px; }

.center-link {
  display: block;
  margin: 0 auto;
  padding: 0 15px; }

.center-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.center {
  text-align: center; }

.default-button {
  display: block;
  width: 330px;
  border-radius: 10px;
  border: 3px solid #1F2C4C;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #1F2C4C;
  padding: 14px 0;
  margin: 0 auto;
  transition: background-color 0.3s;
  margin-top: 70px; }
  @media (max-width: 1199px) {
    .default-button {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .default-button {
      font-size: 14px;
      width: 200px;
      padding: 10px 0;
      bottom: 55px; } }
  @media (max-width: 767px) {
    .default-button {
      display: none; } }
  .default-button:hover, .default-button:focus {
    text-decoration: none;
    background: rgba(55, 61, 134, 0.2);
    color: #1F2C4C; }

.default-row {
  display: block !important; }

.default-section {
  background: #fff !important; }

.download-link {
  margin: 0 35px;
  margin-bottom: 35px;
  position: relative; }
  .download-link:hover .download-icon {
    background: #0e81ce; }
    .download-link:hover .download-icon .fa {
      color: #fff; }

.download-icon {
  background: #fff;
  width: 63px;
  height: 51px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: background-color 0.3s; }
  .download-icon .fa {
    color: #0e81ce;
    font-size: 35px;
    transition: color 0.3s; }

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

.row-center {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 1024px) {
    .row-center {
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox !important;
      display: flex !important; } }

p {
  -ms-flex-pack: left !important;
  justify-content: left !important; }

.sprite, .news__header::before, .contact__header::before, .contact__text--marker::before, .contact__text--phone::before, .contact__text--mail::before, .quality__header::before, .grants__header::before, .resolution__header::before, .docs__header::before, .docs__download::before, .page__header::before {
  background: url("/media/default/sprites.png") no-repeat top left; }

.sprite.small-marker, .small-marker.news__header::before, .small-marker.contact__header::before, .small-marker.contact__text--marker::before, .small-marker.contact__text--phone::before, .small-marker.contact__text--mail::before, .small-marker.quality__header::before, .small-marker.grants__header::before, .small-marker.resolution__header::before, .small-marker.docs__header::before, .small-marker.docs__download::before, .small-marker.page__header::before {
  background-position: 0px 0px;
  width: 15px;
  height: 20px; }

.sprite.small-phone, .small-phone.news__header::before, .small-phone.contact__header::before, .small-phone.contact__text--marker::before, .small-phone.contact__text--phone::before, .small-phone.contact__text--mail::before, .small-phone.quality__header::before, .small-phone.grants__header::before, .small-phone.resolution__header::before, .small-phone.docs__header::before, .small-phone.docs__download::before, .small-phone.page__header::before {
  background-position: 0px -30px;
  width: 20px;
  height: 19px; }

.sprite.contactMail, .contactMail.news__header::before, .contactMail.contact__header::before, .contactMail.contact__text--marker::before, .contactMail.contact__text--phone::before, .contact__text--mail::before, .contactMail.quality__header::before, .contactMail.grants__header::before, .contactMail.resolution__header::before, .contactMail.docs__header::before, .contactMail.docs__download::before, .contactMail.page__header::before {
  background-position: 0px -59px;
  width: 31px;
  height: 23px; }

.sprite.contactmarker, .contactmarker.news__header::before, .contactmarker.contact__header::before, .contact__text--marker::before, .contactmarker.contact__text--phone::before, .contactmarker.contact__text--mail::before, .contactmarker.quality__header::before, .contactmarker.grants__header::before, .contactmarker.resolution__header::before, .contactmarker.docs__header::before, .contactmarker.docs__download::before, .contactmarker.page__header::before {
  background-position: 0px -92px;
  width: 23px;
  height: 30px; }

.sprite.contactPhone, .contactPhone.news__header::before, .contactPhone.contact__header::before, .contactPhone.contact__text--marker::before, .contact__text--phone::before, .contactPhone.contact__text--mail::before, .contactPhone.quality__header::before, .contactPhone.grants__header::before, .contactPhone.resolution__header::before, .contactPhone.docs__header::before, .contactPhone.docs__download::before, .contactPhone.page__header::before {
  background-position: 0px -132px;
  width: 30px;
  height: 28px; }

.sprite.deklaracja, .deklaracja.news__header::before, .deklaracja.contact__header::before, .deklaracja.contact__text--marker::before, .deklaracja.contact__text--phone::before, .deklaracja.contact__text--mail::before, .deklaracja.quality__header::before, .deklaracja.grants__header::before, .deklaracja.resolution__header::before, .deklaracja.docs__header::before, .deklaracja.docs__download::before, .deklaracja.page__header::before {
  background-position: 0px -170px;
  width: 32px;
  height: 41px; }

.sprite.files, .files.news__header::before, .files.contact__header::before, .files.contact__text--marker::before, .files.contact__text--phone::before, .files.contact__text--mail::before, .files.quality__header::before, .files.grants__header::before, .files.resolution__header::before, .files.docs__header::before, .docs__download::before, .files.page__header::before {
  background-position: 0px -221px;
  width: 55px;
  height: 55px; }

.sprite.header-img, .news__header::before, .header-img.contact__header::before, .header-img.contact__text--marker::before, .header-img.contact__text--phone::before, .header-img.contact__text--mail::before, .quality__header::before, .header-img.grants__header::before, .resolution__header::before, .docs__header::before, .header-img.docs__download::before, .page__header::before {
  background-position: 0px -286px;
  width: 159px;
  height: 69px; }

.sprite.header-img-white, .header-img-white.news__header::before, .contact__header::before, .header-img-white.contact__text--marker::before, .header-img-white.contact__text--phone::before, .header-img-white.contact__text--mail::before, .header-img-white.quality__header::before, .grants__header::before, .header-img-white.resolution__header::before, .header-img-white.docs__header::before, .header-img-white.docs__download::before, .header-img-white.page__header::before {
  background-position: 0px -365px;
  width: 159px;
  height: 69px; }

.sprite.info, .info.news__header::before, .info.contact__header::before, .info.contact__text--marker::before, .info.contact__text--phone::before, .info.contact__text--mail::before, .info.quality__header::before, .info.grants__header::before, .info.resolution__header::before, .info.docs__header::before, .info.docs__download::before, .info.page__header::before {
  background-position: 0px -444px;
  width: 40px;
  height: 40px; }

.sprite.pdf, .pdf.news__header::before, .pdf.contact__header::before, .pdf.contact__text--marker::before, .pdf.contact__text--phone::before, .pdf.contact__text--mail::before, .pdf.quality__header::before, .pdf.grants__header::before, .pdf.resolution__header::before, .pdf.docs__header::before, .pdf.docs__download::before, .pdf.page__header::before {
  background-position: 0px -494px;
  width: 33px;
  height: 38px; }

.sprite.regulamin, .regulamin.news__header::before, .regulamin.contact__header::before, .regulamin.contact__text--marker::before, .regulamin.contact__text--phone::before, .regulamin.contact__text--mail::before, .regulamin.quality__header::before, .regulamin.grants__header::before, .regulamin.resolution__header::before, .regulamin.docs__header::before, .regulamin.docs__download::before, .regulamin.page__header::before {
  background-position: 0px -542px;
  width: 34px;
  height: 41px; }

.top {
  background: #0e81ce;
  padding: 7px 0; }
  @media (max-width: 767px) {
    .top {
      padding: 2px 0; } }
  @media (max-width: 1024px) {
    .top__container {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .top__container {
      padding: 0 7px; } }
  .top__col {
    float: left;
    width: 40%; }
    @media (max-width: 1024px) {
      .top__col {
        width: 45%; } }
    @media (max-width: 767px) {
      .top__col {
        display: none; } }
    .top__col--right {
      width: 60%;
      float: right;
      text-align: right; }
      @media (max-width: 1024px) {
        .top__col--right {
          width: 55%; } }
      @media (max-width: 767px) {
        .top__col--right {
          width: 100%;
          display: block; } }
  .top__text {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em; }
    @media (max-width: 767px) {
      .top__text {
        text-align: center; } }
    .top__text--marker {
      position: relative; }
  .top__markerIcon {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px; }
    @media (max-width: 1024px) {
      .top__markerIcon {
        display: none; } }
  .top__phoneIcon {
    display: inline-block;
    margin-left: 13px;
    margin-right: 10px;
    position: relative;
    top: 4px; }
    @media (max-width: 1024px) {
      .top__phoneIcon {
        display: none; } }
  .top__link {
    color: #fff; }
    .top__link--phone {
      position: relative; }
    @media (max-width: 767px) {
      .top__link {
        margin-left: 0; } }
    .top__link:hover, .top__link:focus {
      color: #fff; }
  .top__city {
    margin-right: 15px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .top__city {
        display: none; } }
  @media (max-width: 767px) {
    .top__block {
      display: inline-block; } }
  .top__span {
    font-weight: 400; }
    @media (max-width: 1024px) {
      .top__span {
        display: none; } }

.banner {
  position: relative; }
  .banner__img {
    width: 100%; }
  .banner__indicators {
    bottom: 18px !important; }
    @media (max-width: 1199px) {
      .banner__indicators {
        bottom: 15px !important; } }
    @media (max-width: 1024px) {
      .banner__indicators {
        display: none; } }
  .banner__content {
    position: absolute;
    top: 0;
    right: 0%;
    left: 0%;
    bottom: 0;
    margin: auto;
    max-width: 1430px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin-top: 7.5%; }
    @media (max-width: 1199px) {
      .banner__content {
        margin-top: 5%; } }
    @media (max-width: 767px) {
      .banner__content {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .banner__text {
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: bold;
    padding: 10px 20px; }
    @media (max-width: 1199px) {
      .banner__text {
        font-size: 40px; } }
    @media (max-width: 1024px) {
      .banner__text {
        font-size: 25px; } }
    @media (max-width: 767px) {
      .banner__text {
        font-size: 20px; } }
    .banner__text--small {
      font-family: 'Open Sans', sans-serif;
      font-size: 23px;
      text-transform: none;
      background: none;
      font-weight: 400;
      text-align: left;
      display: block;
      padding: 0;
      margin: 0 auto;
      margin-top: 32px;
      line-height: 120%;
      text-align: center;
      letter-spacing: 1px;
      max-width: 1030px; }
      @media (max-width: 1199px) {
        .banner__text--small {
          font-size: 18px;
          margin-top: 16px; } }
      @media (max-width: 1024px) {
        .banner__text--small {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .banner__text--small {
          display: none; } }
  .banner__button {
    display: block;
    width: 330px;
    border-radius: 10px;
    border: 3px solid #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 14px 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 100px;
    transition: background-color 0.3s; }
    @media (max-width: 1199px) {
      .banner__button {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .banner__button {
        font-size: 14px;
        width: 200px;
        padding: 10px 0;
        bottom: 55px; } }
    @media (max-width: 767px) {
      .banner__button {
        display: none; } }
    .banner__button:hover, .banner__button:focus {
      text-decoration: none;
      background: rgba(255, 255, 255, 0.2); }
  .banner__li {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    border: 3px solid #0e81ce !important;
    background: none !important;
    border-radius: 100% !important;
    margin: 0 9px !important;
    background: #fff !important; }
    @media (max-width: 767px) {
      .banner__li {
        width: 18px !important;
        height: 18px !important;
        margin: 0 3px !important;
        border-width: 2px !important; } }
    .banner__li.active {
      width: 24px !important;
      height: 24px !important;
      margin: 0 9px !important;
      padding: 0 !important;
      background: #0e81ce !important;
      border: 3px solid #fff !important; }
      @media (max-width: 767px) {
        .banner__li.active {
          width: 18px !important;
          height: 18px !important;
          margin: 0 3px !important;
          border-width: 2px !important; } }

.header {
  background: #fff;
  padding: 16px 0;
  position: relative;
  z-index: 101; }
  @media (max-width: 1024px) {
    .header {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 767px) {
    .header {
      padding: 9px 0; } }
  .header .main-container {
    position: relative; }
  .header__title {
    max-width: 320px;
    margin: 0 auto;
    position: relative; }
    .header__title a {
      text-decoration: none !important; }
  .header__text {
    text-transform: uppercase;
    font-size: 26px;
    font-style: italic;
    color: #0e81ce;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -70px; }
    @media (max-width: 767px) {
      .header__text {
        right: -25px;
        position: relative;
        top: 23px; } }
  @media (max-width: 767px) {
    .header__img {
      max-width: 100px;
      margin: 10px 0; } }

.menu {
  background: #fff;
  padding: 5px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 100; }
  @media (max-width: 1024px) {
    .menu {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.95);
      display: none;
      overflow-y: auto; } }
  .menu__ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .menu__ul {
        display: block;
        margin-top: 20%; } }
    @media (max-width: 1024px) and (orientation: landscape) {
      .menu__ul {
        margin-top: 5%; } }
  .menu__li {
    margin: 0 15px;
    position: relative;
    margin-top: 10px; }
    .menu__li::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -18px;
      margin: auto;
      width: 6px;
      height: 6px;
      background: #0e81ce; }
    .menu__li:first-child {
      margin-left: 0; }
    .menu__li:last-child {
      margin-right: 0; }
      .menu__li:last-child::after {
        display: none; }
    .menu__li.active .menu__link {
      text-decoration: underline; }
    @media (max-width: 1399px) {
      .menu__li {
        margin: 0 13px; }
        .menu__li::after {
          right: -16px; } }
    @media (max-width: 1024px) {
      .menu__li {
        margin: 30px 0; }
        .menu__li::after {
          display: none; } }
  .menu__link {
    text-transform: uppercase;
    color: #1F2C4C;
    font-size: 1.5em; }
    @media (max-width: 1199px) {
      .menu__link {
        font-size: 1.4em; } }
    @media (max-width: 1024px) {
      .menu__link {
        font-size: 2.3em;
        color: #fff; } }
    @media (max-width: 767px) {
      .menu__link {
        font-size: 2em; } }
    .menu__link:hover, .menu__link:focus {
      color: #1F2C4C; }
      @media (max-width: 1024px) {
        .menu__link:hover, .menu__link:focus {
          color: #fff; } }
    .menu__link:hover, .menu__link:focus {
      text-decoration: none; }
    .menu__link.highlight {
      font-weight: 900; }
  .menu__home {
    display: none; }
    @media (max-width: 1024px) {
      .menu__home {
        display: block; } }

.menuButton {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: none;
  padding-top: 15px;
  transition: box-shadow 0.3s, opacity 0.3s; }
  .menuButton.shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: auto;
    top: 20px; }
  @media (max-width: 1024px) {
    .menuButton {
      display: block; } }
  @media (max-width: 767px) {
    .menuButton {
      right: 5px; } }
  .menuButton__span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 4px;
    background: #0e81ce; }
  .menuButton.active {
    opacity: 0; }

.closeMenuButton {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: none; }
  @media (max-width: 767px) {
    .closeMenuButton {
      right: 5px; } }
  .closeMenuButton span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 4px;
    background: #0e81ce;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .closeMenuButton span:nth-child(1) {
    transform: rotate(45deg); }
  .closeMenuButton span:nth-child(2) {
    transform: rotate(-45deg); }

.alerts {
  padding-top: 50px; }
  .alerts__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    font-size: 1.6em;
    color: #1F2C4C; }
    .alerts__item:hover, .alerts__item:focus {
      color: #1F2C4C; }
  .alerts__img {
    max-width: 40px;
    margin-right: 10px;
    float: left; }

.news {
  background: #fff;
  padding: 90px 0;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .news {
      padding-top: 25px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .news .main-container--xsmall {
      margin-top: 30px; } }
  .news__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #0e81ce;
    text-align: center;
    position: relative; }
    /*.news__header::before {*/
    /*  content: '';*/
    /*  display: block;*/
    /*  position: absolute;*/
    /*  top: -91px;*/
    /*  right: 0;*/
    /*  left: 0;*/
    /*  margin: auto; }*/
    @media (max-width: 767px) {
      .news__header {
        font-size: 2.5em; }
        .news__header::before {
          display: none; } }
  .news__desc {
    line-height: 160%;
    font-size: 2em;
    max-width: 580px;
    margin: 0 auto;
    color: #334B59;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .news__desc {
        font-size: 1.8em; } }
  .news__row {
    margin-top: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1599px) {
      .news__row {
        max-width: 1025px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 1024px) {
      .news__row {
        max-width: 768px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .news__row {
        max-width: 295px;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .news__col {
    width: 28.8em;
    margin: 3%;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .news__col {
        width: 100%;
        margin: 0;
        margin-bottom: 60px; } }
  .news__date {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #334B59;
    margin-bottom: 8px;
    font-weight: 500; }
    .news__date--noMargin {
      margin: 0; }
  .news__content {
    min-height: 183px; }
    @media (max-width: 767px) {
      .news__content {
        min-height: 0;
        padding-bottom: 15px; } }
  .news__title {
    color: #0e81ce;
    font-size: 2.2em;
    line-height: 120%;
    margin-top: 32px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .news__title {
        font-size: 1.5em; } }
    .news__title:hover {
      text-decoration: underline; }
    .news__title--large {
      font-size: 4.5em;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 2px; }
      @media (max-width: 1024px) {
        .news__title--large {
          font-size: 2em; } }
      .news__title--large:hover {
        text-decoration: none; }
  .news__text {
    font-size: 1.6em;
    line-height: 200%;
    color: #0e81ce;
    margin: 20px 0; }
    .news__text--bold {
      font-weight: bold; }
    .news__text--large {
      font-size: 2em;
      line-height: 160%;
      color: #1F2C4C; }
      @media (max-width: 1024px) {
        .news__text--large {
          font-size: 1.8em; } }
  .news__description {
    color: #334B59;
    line-height: 160%;
    font-size: 1.5em;
    margin-top: 7px; }
  .news__more {
    border-top: 1px solid #334B59;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #0e81ce;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    transition: color 0.3s, text-decoration 0.3s; }
    .news__more:hover, .news__more:focus {
      color: #0e81ce; }
    .news__more:hover {
      color: #0e81ce;
      text-decoration: underline; }
  .news__button {
    background: #0e81ce;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 350px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 15px 10px;
    margin-top: 59px;
    font-size: 1.5em;
    font-weight: bold;
    transition: opacity 0.3s; }
    .news__button:hover, .news__button:focus {
      color: #fff;
      text-decoration: none; }
    .news__button:hover {
      opacity: 0.8; }
  .news__link:hover, .news__link:focus {
    text-decoration: underline;
    color: #1F2C4C; }
  .news__return {
    color: #1F2C4C;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    transition: opacity 0.3s; }
    .news__return:hover, .news__return:focus {
      color: #1F2C4C;
      text-decoration: none;
      opacity: 0.8; }
    .news__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #1F2C4C;
      border-left: 3px solid #1F2C4C;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg); }
  .news__block {
    margin-top: 53px; }
    @media (max-width: 767px) {
      .news__block {
        margin-top: 25px; } }
  .news__gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3%; }
  .news__galleryCol {
    width: 33.33%;
    padding: 3%; }
    @media (max-width: 767px) {
      .news__galleryCol {
        width: 50%; } }
  .news__galleryLink {
    display: block; }
  .news a:hover img {
    opacity: 0.9; }
  .news__empty {
    font-size: 2em;
    color: #868686;
    margin: 20px;
    text-align: center; }
    @media (max-width: 1024px) {
      .news__empty {
        margin: 0;
        margin-bottom: 30px;
        font-size: 1.5em; } }
  .news__img--border {
    border: 1px solid #DDDDDD; }

.contact {
  position: relative;
  height: 59.5em; }
  @media (max-width: 1024px) {
    .contact {
      height: auto; } }
  .contact__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 86px; }

    @media (max-width: 767px) {
      .contact__header {
        font-size: 2.5em; }
        .contact__header::before {
          display: none; } }
  .contact__container {
    width: 50%;
    text-align: center;
    background: #0e81ce; /*x*/
    position: absolute;
    padding-top: 90px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    transition: left 0.5s; }
    .contact__container.active {
      left: -50%; }
    @media (max-width: 1024px) {
      .contact__container {
        width: 100%;
        position: static;
        padding-top: 184px;
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      .contact__container {
        padding-top: 30px; } }
  .contact__text {
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 72px;
    line-height: 160%;
    position: relative; }
    .contact__text a {
      display: block;
      color: #fff; }
      .contact__text a:hover, .contact__text a:focus {
        color: #fff; }
    .contact__text--marker::before {
      content: '';
      display: block;
      position: absolute;
      top: -39px;
      right: 0;
      left: 0;
      margin: auto; }
    .contact__text--phone::before {
      content: '';
      display: block;
      position: absolute;
      top: -39px;
      right: 0;
      left: 0;
      margin: auto; }
    .contact__text--mail::before {
      content: '';
      display: block;
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      margin: auto; }
  .contact__center {
    text-align: center; }
  .contact__map {
    width: 100%;
    height: 100%; }
    @media (max-width: 1024px) {
      .contact__map {
        height: 763px; } }
    @media (max-width: 767px) {
      .contact__map {
        height: 578px; } }
  .contact__mapButton {
    font-size: 0;
    display: block;
    width: 49px;
    height: 49px;
    background: #0e81ce; /*x*/
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto; }
    @media (max-width: 1024px) {
      .contact__mapButton {
        display: none; } }
    .contact__mapButton:hover::before {
      opacity: 1; }
    .contact__mapButton.active {
      transform: rotate(180deg);
      right: -35px; }
    .contact__mapButton::before {
      opacity: 0.6;
      transition: opacity 0.3s;
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border: 3px solid transparent;
      border-bottom: 3px solid #fff;
      border-left: 3px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 21px;
      margin: auto; }

.map {
  width: 100%;
  height: 710px; }

.footer {
  background: #000;
  padding: 30px 15px; }
  .footer .main-container {
    padding: 0; }
  .footer__text {
    color: #fff;
    font-size: 1.4em; }
  .footer__links {
    margin-top: 6px; }
  .footer__link {
    color: #fff;
    font-size: 1.3em;
    padding: 0 7px;
    padding-left: 9px;
    border-right: 1px solid #fff; }
    .footer__link:hover, .footer__link:focus {
      color: #fff; }
    .footer__link:first-child {
      padding-left: 0; }
    .footer__link:last-child {
      border-right: 0; }
    @media (max-width: 767px) {
      .footer__link {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        margin: 5px 0; } }
  .footer__realization {
    color: #fff;
    font-size: 1.2em;
    margin-top: 23px; }
  .footer__img {
    position: relative;
    margin-left: 12px;
    position: relative;
    top: -2px; }

.quality {
  padding: 165px 15px;
  padding-bottom: 77px;
  background: url("/media/default/background.jpg") no-repeat top center;
  background-size: cover; }
  .quality--white {
    background: #fff;
    padding: 100px 15px;
    padding-bottom: 67px; }
  @media (max-width: 767px) {
    .quality {
      padding-top: 25px;
      padding-bottom: 20px; } }
  .quality .main-container {
    padding: 0; }
  .quality__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #0e81ce;/*#4bb747;*/
    text-align: center;
    position: relative; }
    /*.quality__header::before {*/
    /*  content: '';*/
    /*  display: block;*/
    /*  position: absolute;*/
    /*  top: -91px;*/
    /*  right: 0;*/
    /*  left: 0;*/
    /*  margin: auto; }*/
    @media (max-width: 767px) {
      .quality__header {
        font-size: 2.5em; }
        .quality__header::before {
          display: none; } }
  .quality__row {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .quality__row--margin {
      margin-top: 55px; }
    @media (max-width: 767px) {
      .quality__row {
        margin-top: 30px; } }
    @media (max-width: 1024px) {
      .quality__row {
        display: block; } }
  .quality__col {
    padding: 0 15px;
    padding-bottom: 30px;
    width: 50%;
    max-width: 310px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .quality__col {
        margin: auto;text-align: center;
        width: 100%; } }
  .quality__link {
    display: block;
    min-height: 249px;
    width: 100%;
    background: #fff;
    border: 2px solid #0e81ce;
    transition: background-color 0.3s; }
    @media (max-width: 1024px) {
      .quality__link {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 30px; } }
    .quality__link:hover, .quality__link:focus {
      text-decoration: none; }
    .quality__link:hover {
      background: #0e81ce; }
      .quality__link:hover .quality__icon {
        opacity: 0; }
        .quality__link:hover .quality__icon--white {
          opacity: 1; }
      .quality__link:hover .quality__title {
        color: #fff; }
  .quality__image {
    position: relative;
    height: 140px; }
    .quality__image--first {
      margin-top: 30px; }
    .quality__image--second {
      margin-top: 20px;
      margin-bottom: 24px; }
    .quality__image--third {
      margin-top: 44px;
      margin-bottom: -13px; }
    .quality__image--fourth {
      margin-top: 35px;
      margin-bottom: -4px; }
  .quality__icon {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity 0.3s; }
    .quality__icon--white {
      opacity: 0; }
  .quality__title {
    font-size: 2.7em;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 14px;
    padding: 0 15px;
    color: #0e81ce;
    font-weight: 400;
    text-align: center;
    transition: color 0.3s; }
    @media (max-width: 767px) {
      .quality__title {
        font-size: 2.5em; } }
  .quality__widget {
    max-width: 947px;
    margin: 0 auto;
    margin-top: 70px; }
  .quality__iframe {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

.grants {
  padding: 165px 15px;
  background: url("/media/default/background2.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 60px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .grants {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .grants {
      padding-top: 25px;
      padding-bottom: 0; } }
  .grants .main-container {
    position: relative; }
  .grants__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-align: center;
    position: relative; }
    .grants__header::before {
      content: '';
      display: block;
      position: absolute;
      top: -91px;
      right: 0;
      left: 0;
      margin: auto; }
    @media (max-width: 767px) {
      .grants__header {
        font-size: 2.5em; }
        .grants__header::before {
          display: none; } }
  .grants__row {
    margin: 0 -15px;
    margin-top: 200px; }
    @media (max-width: 1024px) {
      .grants__row {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .grants__row {
        margin-top: 30px; } }
  .grants__button {
    display: block;
    line-height: 120%;
    background: #EEEEEE;
    width: 100%;
    max-width: 490px;
    font-size: 2em;
    color: #000;
    padding: 17px 0;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 72px;
    padding-right: 75px;
    letter-spacing: 0.5px;
    position: relative;
    transition: opacity 0.3s; }
    @media (max-width: 1024px) {
      .grants__button {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .grants__button {
        max-width: 100%;
        padding: 15px; } }
    .grants__button::after {
      content: '';
      display: block;
      width: 2px;
      height: 46px;
      background: #000;
      right: 73px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute; }
      @media (max-width: 767px) {
        .grants__button::after {
          display: none; } }
    .grants__button:hover, .grants__button:focus {
      text-decoration: none;
      color: #000; }
    .grants__button:hover {
      opacity: 0.8; }
  .grants__icon {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .grants__icon {
        display: none; } }
  .grants__pdf {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .grants__pdf {
        display: none; } }
  .grants__img {
    position: absolute;
    right: -134px;
    bottom: -151px; }
    @media (max-width: 1199px) {
      .grants__img {
        max-width: 700px;
        right: -120px; } }
    @media (max-width: 1024px) {
      .grants__img {
        max-width: 450px;
        right: -96px;
        bottom: -171px; } }
    @media (max-width: 767px) {
      .grants__img {
        max-width: 340px;
        position: static;
        margin: 0 auto;
        display: block; } }
  .grants__content {
    margin-top: 42px; }
  .grants__contact {
    font-size: 3.1em;
    color: #fff;
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .grants__contact {
        font-size: 2.5em; } }
  .grants__text {
    font-size: 1.8em;
    color: #fff;
    line-height: 130%; }
    @media (max-width: 767px) {
      .grants__text {
        font-size: 1.5em; } }

.resolution {
  padding: 30px 15px;
  /*background: #DDDDDD;*/
  /*padding-bottom: 115px; */
}
  @media (max-width: 767px) {
    .resolution {
      padding-top: 25px;
      padding-bottom: 20px; } }
  .resolution .main-container {
    padding: 0; }
  .resolution__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #0e81ce;
    text-align: center;
    position: relative; }
    /*.resolution__header::before {*/
    /*  content: '';*/
    /*  display: block;*/
    /*  position: absolute;*/
    /*  top: -91px;*/
    /*  right: 0;*/
    /*  left: 0;*/
    /*  margin: auto; }*/
    @media (max-width: 767px) {
      .resolution__header {
        font-size: 2.5em; }
        .resolution__header::before {
          display: none; } }
  .resolution__row {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .resolution__row {
        display: block; } }
    @media (max-width: 767px) {
      .resolution__row {
        margin-top: 30px; } }
  .resolution__col {
    padding: 0 15px;
    width: 50%; }
    @media (max-width: 1024px) {
      .resolution__col {
        width: 100%; } }
  .resolution__block {
    width: 100%;
    height: 247px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .resolution__block {
        max-width: 600px;
        margin: 0px auto;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .resolution__block {
        height: 200px; } }
    .resolution__block:hover, .resolution__block:focus {
      text-decoration: none; }
    .resolution__block:hover .resolution__text {
      background: rgba(255, 255, 255, 0.2); }
    .resolution__block--first {
      background: url("/media/default/img1.jpg") no-repeat center center;
      background-size: cover; }
    .resolution__block--second {
      background: url("/media/default/img2.jpg") no-repeat center center;
      background-size: cover; }
  .resolution__text {
    width: 370px;
    height: 129px;
    line-height: 100%;
    border: 3px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.1em;
    color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background-color 0.3s; }
    @media (max-width: 1024px) {
      .resolution__text {
        max-width: 400px;
        height: 150px; } }
    @media (max-width: 1024px) {
      .resolution__text {
        max-width: 300px;
        height: 150px;
        font-size: 2.5em; } }

.docs {
  padding: 152px 15px;
  background: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .docs {
      padding-top: 25px;
      padding-bottom: 0; } }
  .docs .main-container {
    padding: 0; }
  .docs__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #0e81ce;
    text-align: center;
    position: relative; }
    .docs__header::before {
      content: '';
      display: block;
      position: absolute;
      top: -91px;
      right: 0;
      left: 0;
      margin: auto; }
    @media (max-width: 767px) {
      .docs__header {
        font-size: 2.5em; }
        .docs__header::before {
          display: none; } }
  .docs__title {
    font-size: 3em;
    color: #0e81ce;
    line-height: 120%;
    position: relative;
    margin-top: 77px;
    margin-bottom: 58px; }
    @media (max-width: 767px) {
      .docs__title {
        margin-top: 30px;
        font-size: 2em; } }
    .docs__title::after {
      content: '';
      display: block;
      width: 368px;
      height: 1px;
      background: #0e81ce;
      position: absolute;
      bottom: -12px;
      left: 0; }
      @media (max-width: 767px) {
        .docs__title::after {
          width: 300px; } }
  .docs__text {
    font-size: 2em;
    color: #868686;
    margin-top: -30px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .docs__text {
        font-size: 1.5em; } }
  .docs__content {
    margin-bottom: 50px; }
  .docs__download {
    display:block;
    font-size: 2em;
    color: #0e81ce;
    position: relative;
    padding-left: 69px;
    transition: opacity 0.3s; }
    @media (max-width: 767px) {
      .docs__download {
        font-size: 1.5em; } }
    .docs__download::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .docs__download:hover, .docs__download:focus {
      color: #0e81ce;
      text-decoration: none; }
    .docs__download:hover {
      opacity: 0.8; }

.page {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .page {
      padding-top: 25px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .page .main-container {
      margin-top: 0; } }
  .page__header {
    font-size: 4.2em;
    font-weight: 300;
    font-style: italic;
    color: #0e81ce;
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
    .page__header::before {
      content: '';
      display: block;
      position: absolute;
      top: -91px;
      right: 0;
      left: 0;
      margin: auto; }
    @media (max-width: 767px) {
      .page__header {
        font-size: 2.5em;
        margin-bottom: 25px; }
        .page__header::before {
          display: none; } }
  .page__text {
    line-height: 160%;
    font-size: 1.6em;
    color: #334B59; }
    .page__text--error {
      text-align: center;
      font-size: 2em; }
    .page__text--left {
      text-align: left; }
  .page__center {
    text-align: center;
    margin-top: 30px; }
  .page__button {
    background: #0e81ce;
    color: #fff;
    font-size: 1.5em;
    min-width: 200px;
    display: inline-block;
    padding: 14px 10px;
    text-transform: uppercase;
    transition: opacity 0.3s; }
    .page__button:hover, .page__button:focus {
      text-decoration: none;
      color: #fff; }
    .page__button:hover {
      opacity: 0.8; }

.navigation {
  background: #EEEEEE;
  padding: 40px 0; }
  .navigation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navigation__col {
    width: 50%; }
  .navigation__text {
    font-size: 1.5em;
    color: #1F2C4C;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media (max-width: 1024px) {
      .navigation__text {
        font-size: 1.3em; } }
    .navigation__text--right {
      text-align: right; }
  .navigation__link {
    display: block;
    font-size: 2.2em;
    font-weight: bold;
    color: #1F2C4C;
    transition: opacity 0.3s;
    max-width: 245px;
    line-height: 160%;
    position: relative; }
    @media (max-width: 1024px) {
      .navigation__link {
        font-size: 1.4em; } }
    .navigation__link::before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border: 2px solid #1F2C4C;
      border-width: 2px 0px 0 2px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 1024px) {
        .navigation__link::before {
          width: 15px;
          height: 15px; } }
    .navigation__link--left {
      padding-left: 50px; }
      @media (max-width: 1024px) {
        .navigation__link--left {
          padding-left: 25px; } }
      .navigation__link--left::before {
        transform: rotate(-45deg);
        left: 7px; }
        @media (max-width: 1024px) {
          .navigation__link--left::before {
            left: 2px; } }
    .navigation__link--right {
      padding-right: 50px;
      float: right; }
      @media (max-width: 1024px) {
        .navigation__link--right {
          padding-right: 25px; } }
      .navigation__link--right::before {
        transform: rotate(135deg);
        right: 7px; }
        @media (max-width: 1024px) {
          .navigation__link--right::before {
            right: 2px; } }
    .navigation__link:hover, .navigation__link:focus {
      color: #1F2C4C;
      text-decoration: none; }
    .navigation__link:hover {
      opacity: 0.8; }

.wcag {
  position: absolute;
  top: 0px;
  right: 8px;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }
  @media (max-width: 767px) {
    .wcag {
      position: static;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .wcag__link {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    display: block;
    margin: 0 5px;
    position: relative; }
    .wcag__link:hover, .wcag__link:focus {
      text-decoration: none; }
    .wcag__link:hover, .wcag__link.active {
      border-color: #ED174C;
      box-shadow: 0 0 0 1px #ED174C inset; }
    .wcag__link .wcag__icon {
      font-size: 18px;
      bottom: -2px; }
  .wcag__contrast {
    margin-right: 15px;
    font-size: 20px;
    background: #000; }
  .wcag__normal {
    font-size: 20px; }
  .wcag__icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    color: #000;
    font-weight: bold;
    text-align: center; }
    .wcag__icon--small {
      bottom: 2px; }
    .wcag__icon--medium {
      bottom: 1px; }
    .wcag__icon--large {
      bottom: -1px;
      left: 2px; }
    .wcag__icon--contrast {
      color: #fff; }
    .wcag__icon sup {
      font-size: 13px;
      position: relative;
      top: -7px; }

.skipLinks {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .skipLinks__link {
    display: block;
    font-size: 2em;
    color: #ff0;
    background: #444444;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    width: 300px;
    position: absolute;
    left: -999em; }
    .skipLinks__link:focus {
      text-decoration: none;
      color: #ff0;
      left: 0; }

/*# sourceMappingURL=stylesheet.css.map */




.bottomContact__map{
    width:100%;
    height:100%;
}


.mapa{
  width: 50%;
  margin-left: auto;
  transition: width 0.5s;
  background: #0A0E18;
}

@media(max-width: 1024px){
  .mapa{
    width:100%;
  }
}

.mapa.active{
  width: 100%;
}