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

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

.pointm {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #192652;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -3px;
  left: 22px; }
  @media (max-width: 1024px) {
    .pointm {
      display: none; } }

.menu__ul .menu__li::after {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #192652;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 8px;
  left: 20.5px; }
  .menu__ul .menu__li::after::after:last-of-type {
    display: none; }
  @media (max-width: 1024px) {
    .menu__ul .menu__li::after {
      display: none; } }

.menu__ul .menu__li ul li::after {
  display: none; }

.main-container li:last-of-type::after {
  display: none; }

.overflow {
  overflow: hidden; }

.clear {
  clear: both; }

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

.main-container {
  max-width: 1680px;
  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: #333;
  border-color: #333;
  color: #fff !important; }
  .pagination__li.active .pagination__link:hover {
    background: #333;
    border-color: #333; }

.pagination__link {
  color: #333 !important; }

.pagination li.disabled {
  display: none; }

.pagination li > a {
  color: #333 !important;
  margin: 0 4px; }

.pagination li > span {
  margin: 0 4px; }

.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;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px; }
  @media (max-width: 1024px) {
    .scrollTop {
      right: 10px; } }
  .scrollTop.show {
    bottom: 90px; }
  .scrollTop:hover {
    opacity: 1; }
  .scrollTop::before {
    content: '';
    display: block;
    border-top: 3px solid #374E5C;
    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 #374E5C;
    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: white;
  opacity: 0.8;
  z-index: 10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s; }
  .preloader__content {
    animation: rotate 1s cubic-bezier(0.5, 0.8, 0.8, 0.5) infinite; }
  .preloader__dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #131E33;
    display: inline-block;
    margin: 5px;
    background: white;
    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; }

.top {
  background: #1F2D4C;
  padding: 8px 0;
  font-family: 'Roboto'; }
  @media (max-width: 766px) {
    .top {
      padding: 2px 0; } }
  @media (max-width: 1023px) {
    .top__container {
      padding: 0 10px; } }
  @media (max-width: 766px) {
    .top__container {
      padding: 0 7px; } }
  .top__col {
    float: left;
    width: 33%; }
    .top__col--right {
      float: right;
      text-align: right; }
    .top__col--center {
      color: white;
      text-align: center;
      font-size: 20px;
      text-transform: uppercase; }
  .top__text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 4px; }
  .top__link {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    transition: color 0.3s; }
    @media (max-width: 767px) {
      .top__link {
        margin-left: 0; } }
    .top__link:hover, .top__link:focus {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
    .top__link--active {
      color: #FF7F00;
      font-weight: bold; }
  .top__city {
    margin-right: 25px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .top__city {
        display: none; } }
  .top__city::before {
    content: " ";
    display: block;
    position: absolute;
    top: 11px;
    width: 22px;
    height: 23px;
    padding-left: 0px;
    background: url(/media/icon/point.png);
    background-repeat: no-repeat;
    background-size: contain; }
  @media (max-width: 767px) {
    .top__block {
      display: block; } }

.banner {
  position: relative; }
  .banner__img {
    width: 100%; }
  .banner__indicators {
    bottom: 26px !important; }
    @media (max-width: 1199px) {
      .banner__indicators {
        bottom: 15px !important; } }
    @media (max-width: 1024px) {
      .banner__indicators {
        bottom: 5px !important; } }
    @media (max-width: 767px) {
      .banner__indicators {
        display: none; } }
  .banner__content {
    position: absolute;
    top: 0;
    right: 10%;
    left: 10%;
    bottom: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: 1; }
  .banner__text {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46px; }
    @media (max-width: 1199px) {
      .banner__text {
        font-size: 44px;
        padding-top: 0; } }
    @media (max-width: 1024px) {
      .banner__text {
        font-size: 6.250vw;
        text-align: center; } }
    .banner__text--small {
      font-family: 'Open Sans', sans-serif;
      font-size: 25px;
      text-transform: none;
      background: none;
      max-width: 615px;
      font-weight: 400;
      text-align: center;
      display: block;
      padding: 0;
      margin-top: 17px;
      line-height: 160%;
      padding-top: 23px; }
      @media (max-width: 1199px) {
        .banner__text--small {
          font-size: 20px; } }
      @media (max-width: 1024px) {
        .banner__text--small {
          font-size: 16px;
          padding-top: 0px;
          text-align: center; } }
  .banner__button {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    min-width: 191px;
    font-size: 15px;
    text-align: center;
    margin-top: 41px;
    padding: 14px 21px;
    text-transform: uppercase;
    color: #374E5C;
    margin-top: 28px;
    transition: background 0.3s; }
    .banner__button:hover, .banner__button:focus {
      color: #374E5C;
      text-decoration: none; }
    .banner__button:hover {
      background: #D9E7EB; }
    @media (max-width: 1024px) {
      .banner__button {
        font-size: 13px;
        padding: 10px;
        min-width: 170px; } }
  .banner__arrow {
    position: absolute;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 3px solid transparent;
    opacity: 0.3;
    transition: opacity 0.3s; }
    .banner__arrow:hover {
      opacity: 1; }
    .banner__arrow--next {
      right: 5%;
      top: 0;
      bottom: 0;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      transform: rotate(45deg); }
      @media (max-width: 1024px) {
        .banner__arrow--next {
          right: 2%; } }
    .banner__arrow--prev {
      left: 5%;
      top: 0;
      bottom: 0;
      border-left: 3px solid #fff;
      border-top: 3px solid #fff;
      margin-right: 8px;
      transform: rotate(-45deg); }
      @media (max-width: 1024px) {
        .banner__arrow--prev {
          left: 2%; } }
  .banner__li {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    border: 3px solid #192652 !important;
    background: white !important;
    border-radius: 100%;
    margin: 0 9px !important;
    transition: background 1s, border 1s; }
    .banner__li.active {
      width: 22px !important;
      height: 22px !important;
      margin: 0 9px !important;
      padding: 0 !important;
      background: #192652 !important;
      border: 3px solid #fff !important;
      transition: background 1s, border 1s; }

.baner {
  background: #F4F4F4; }
  .baner img {
    width: 100%; }

.header {
  background: #EEEEEE;
  padding: 15px 0;
  padding-bottom: 9px;
  position: relative;
  z-index: 101; }
  @media (max-width: 1024px) {
    .header {
      padding: 20px 0;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } }
  .header__title {
    font-size: 65px;
    font-weight: bold;
    color: #374E5C;
    margin: 0; }
    @media (max-width: 1199px) {
      .header__title {
        font-size: 50px; } }
    @media (max-width: 1199px) {
      .header__title {
        font-size: 30px; } }
    .header__title a {
      color: #374E5C;
      text-decoration: none;
      display: none; }
    .header__title span {
      text-transform: uppercase;
      color: #889BA2; }
  .header img {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 790px) {
      .header img {
        width: 50%; } }
    @media (max-width: 500px) {
      .header img {
        width: 65%;
        margin-left: 0; } }

.menu {
  background: #EEEEEE;
  padding: 12px 0;
  padding-top: 13px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: color 0.3s; }
  @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; }
    @media (max-width: 1024px) {
      .menu__ul {
        margin: 15% 0; } }
    @media (max-device-width: 1024px) and (orientation: landscape) {
      .menu__ul {
        margin: 5% 0; } }
  .menu__li {
    float: left;
    margin-right: 41px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .menu__li {
        margin-bottom: 25px;
        float: none;
        text-align: center;
        display: block;
        margin-right: 0px; } }
    .menu__li:last-child {
      margin-right: 0; }
    .menu__li.active > .menu__link {
      color: #FF7F00; }
    .menu__li-dropdown {
      position: relative; }
      @media (min-width: 1025px) {
        .menu__li-dropdown:hover .menu__dropdown {
          visibility: visible;
          opacity: 1;
          transform: scaleY(1); } }
      .menu__li-dropdown:hover .menu__dropdown {
        display: block; }
      .menu__li-dropdown .menu__li {
        padding: 0; }
  .menu__icon {
    position: absolute;
    top: 16px;
    right: 128px;
    display: block; }
    @media (max-width: 1024px) {
      .menu__icon {
        display: none; } }
    .menu__icon__white {
      display: none; }
      @media (max-width: 1024px) {
        .menu__icon__white {
          display: block;
          position: relative;
          text-align: center;
          top: auto;
          right: 0; } }
  .menu__link {
    display: block;
    text-transform: uppercase;
    color: #1F2D4C;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .menu__link {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .menu__link {
        font-size: 20px;
        color: #fff; } }
    @media (max-width: 767px) {
      .menu__link {
        font-size: 18px; } }
    .menu__link:hover, .menu__link:focus {
      color: #FF7F00;
      text-decoration: none; }
    .menu__link:hover {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
    .menu__link.highlight {
      font-weight: 900; }
    .menu__link::after {
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #192652;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      top: -3px;
      left: 22px; }
  .menu__dropdown {
    position: absolute;
    background: #fff;
    left: -10px;
    width: 200px;
    top: 30px;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s; }
    @media (max-width: 1024px) {
      .menu__dropdown {
        position: static;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        background: none;
        box-shadow: none;
        visibility: visible;
        transform: scaleY(1);
        display: none;
        opacity: 1; } }
    .menu__dropdown .menu__li {
      float: none;
      margin: 0; }
    .menu__dropdown .menu__link {
      padding: 10px 10px;
      display: block; }
      @media (max-width: 1024px) {
        .menu__dropdown .menu__link {
          font-size: 16px; } }

.menuButton {
  position: fixed;
  z-index: 9999;
  top: 48px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: none;
  padding-top: 15px;
  transition: transform 0.7s, box-shadow 0.3s; }
  .menuButton.shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 1024px) {
    .menuButton {
      display: block; } }
  @media (max-width: 767px) {
    .menuButton {
      top: 54px; } }
  .menuButton__span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 4px;
    background: #192652;
    transition: opacity 0.3s, transform 0.3s, top 0.3s;
    position: relative; }
  .menuButton.active {
    transform: rotate(-180deg); }
    .menuButton.active .menuButton__span--top {
      transform: rotate(45deg);
      top: 8px; }
    .menuButton.active .menuButton__span--center {
      opacity: 0; }
    .menuButton.active .menuButton__span--bottom {
      transform: rotate(-45deg);
      top: -8px; }

@media (min-width: 1023px) {
  .menu_centre {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -2px; } }

.itproducesfor {
  background: #1F2D4C; }
  .itproducesfor__title {
    font-size: 29px;
    font-weight: 200;
    color: white;
    padding-top: 65px;
    text-align: center; }
  .itproducesfor__section {
    width: 34%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 43px; }
    @media (max-width: 1024px) {
      .itproducesfor__section {
        width: 66%; } }
    @media (max-width: 767px) {
      .itproducesfor__section {
        width: 100%; } }
    .itproducesfor__section--logo {
      float: left;
      width: 50%;
      padding: 37px;
      margin-left: auto; }

.alerts {
  background: #889BA2;
  padding: 50px 0;
  padding-bottom: 60px; }
  .alerts__header {
    font-size: 45px;
    font-weight: bold;
    line-height: 120%;
    color: #374E5C;
    text-decoration: underline;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .alerts__header {
        font-size: 35px; } }
  .alerts__row {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .alerts__row {
        display: block; } }
  .alerts__col--left {
    width: 75%;
    padding-right: 15px; }
    @media (max-width: 1024px) {
      .alerts__col--left {
        width: 100%; } }
  .alerts__col--right {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 28px; }
    @media (max-width: 1024px) {
      .alerts__col--right {
        width: 100%; } }
  @media (max-width: 767px) {
    .alerts__col {
      width: 100%;
      display: block;
      padding: 0; } }
  .alerts__image {
    float: left;
    padding-right: 40px;
    max-width: 330px; }
    @media (max-width: 767px) {
      .alerts__image {
        float: none; } }
  .alerts__content {
    float: left;
    width: 100%; }
    .alerts__content--noFull {
      width: calc(100% - 330px); }
    @media (max-width: 767px) {
      .alerts__content {
        float: none;
        width: 100%; } }
  .alerts__img {
    max-width: 100%;
    height: auto; }
  .alerts__date {
    color: #374E5C;
    font-size: 14px;
    line-height: 200%;
    text-transform: uppercase;
    margin-top: -5px; }
    @media (max-width: 767px) {
      .alerts__date {
        margin-top: 10px; } }
  .alerts__title {
    font-size: 20px;
    color: #fff;
    line-height: 160%;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .alerts__title {
        font-size: 18px;
        margin-top: 5px; } }
  .alerts__text {
    line-height: 200%;
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 300; }
  .alerts__button {
    display: block;
    width: 190px;
    background: #374E5C;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 13px 5px;
    text-align: center;
    transition: color 0.3s, background 0.3s; }
    @media (max-width: 1024px) {
      .alerts__button {
        font-size: 13px;
        padding: 10px;
        width: 170px; } }
    @media (max-width: 767px) {
      .alerts__button {
        margin-top: 15px; } }
    .alerts__button:hover, .alerts__button:focus {
      color: #fff;
      text-decoration: none; }
    .alerts__button:hover {
      background: #D9E7EB;
      color: #374E5C; }
  .alerts__link:hover, .alerts__link:focus {
    text-decoration: none; }

.quickContact {
  background: #fff;
  padding: 110px 0;
  padding-bottom: 135px; }
  @media (max-width: 1199px) {
    .quickContact {
      padding: 70px 0; } }
  .quickContact__header {
    font-size: 45px;
    color: #374E5C;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .quickContact__header {
        font-size: 35px; } }
  .quickContact__text {
    color: #889BA2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .quickContact__text {
        font-size: 18px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
  .quickContact__container {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 39px; }
  .quickContact__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .quickContact__row {
        display: block; } }
  .quickContact__col {
    font-size: 22px;
    color: #374E5C; }
    .quickContact__col--left {
      width: 56%;
      padding-right: 15px; }
      @media (max-width: 1024px) {
        .quickContact__col--left {
          width: 100%;
          padding: 0; } }
    .quickContact__col--right {
      width: 44%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 15px; }
      @media (max-width: 1024px) {
        .quickContact__col--right {
          width: 100%;
          text-align: center;
          margin-top: 30px;
          display: block; } }
  .quickContact__phone {
    border: 3px solid #374E5C;
    font-size: 45px;
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    width: 415px; }
    @media (max-width: 1024px) {
      .quickContact__phone {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .quickContact__phone {
        font-size: 26px;
        max-width: 280px; } }
    .quickContact__phone a {
      font-weight: bold;
      color: #374E5C;
      display: block; }
      .quickContact__phone a span {
        font-weight: 300; }
  .quickContact__button {
    background: #374E5C;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    width: 245px;
    padding: 13px 0;
    font-weight: bold;
    margin-left: 35px;
    transition: color 0.3s, background 0.3s; }
    .quickContact__button:hover, .quickContact__button:focus {
      color: #fff;
      text-decoration: none; }
    .quickContact__button:hover {
      background: #D9E7EB;
      color: #374E5C; }
    @media (max-width: 1024px) {
      .quickContact__button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; } }

.aboutUs {
  background-image: url("/media/background/background_paralax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75px; }
  .aboutUs__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 148px; }
    @media (max-width: 1399px) {
      .aboutUs__logo {
        padding-top: 50px; } }
  .aboutUs__inner {
    border: 10px solid #eeeeee;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5); }
  .aboutUs__headretitle {
    font-size: 45px;
    color: #131E33;
    margin-bottom: 14px;
    text-align: center;
    text-decoration: none;
    padding-top: 10px; }
  .aboutUs__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1399px) {
      .aboutUs__row {
        margin: 0px 20px; } }
    @media (max-width: 1024px) {
      .aboutUs__row {
        display: block; } }
  .aboutUs__col {
    width: 50%;
    padding: 0px 8px; }
    @media (max-width: 1024px) {
      .aboutUs__col {
        width: 100%; } }
    .aboutUs__col--right {
      padding-top: 22px; }
  .aboutUs__header {
    font-size: 45px;
    color: #374E5C;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .aboutUs__header {
        font-size: 35px;
        text-align: center; } }
  .aboutUs__text {
    color: #333333;
    font-size: 17px;
    line-height: 157%;
    margin-bottom: 33px;
    padding-top: 19px; }
    .aboutUs__text--desc {
      color: #889BA2;
      font-weight: bold;
      line-height: 160%;
      font-size: 20px;
      letter-spacing: 1.2px; }
      @media (max-width: 1024px) {
        .aboutUs__text--desc {
          font-size: 18px;
          text-align: center; } }
  .aboutUs__button {
    background: #1F2D4C;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 330px;
    margin: 0 auto;
    display: block;
    padding: 17px 10px;
    margin-top: 79px;
    transition: color 0.3s, background 0.3s;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 20px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .aboutUs__button {
        margin: 0 auto;
        margin-top: 90px; } }
    @media (max-width: 480px) {
      .aboutUs__button {
        width: 290px; } }
    .aboutUs__button:hover, .aboutUs__button:focus {
      color: #FF7F00;
      text-decoration: none; }
    .aboutUs__button:hover {
      background: #192652;
      color: #FF7F00; }
  .aboutUs__img {
    width: 100% !important; }
  .aboutUs__indicators {
    bottom: -52px; }
  .aboutUs__li {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    border: 3px solid #192652 !important;
    background: white !important;
    border-radius: 100%;
    margin: 0 9px !important;
    transition: background 1s, border 1s; }
    .aboutUs__li.active {
      width: 22px !important;
      height: 22px !important;
      margin: 0 9px !important;
      padding: 0 !important;
      background: #192652 !important;
      border: 3px solid #fff !important;
      transition: background 1s, border 1s; }

.news {
  background: #F4F4F4;
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .news {
      padding: 70px 0; } }
  .news__header {
    color: #1F2D4C;
    text-align: center;
    font-size: 47px;
    font-weight: 400;
    padding-top: 14px;
    letter-spacing: -1px;
    text-align: center; }
    .news__header--left {
      text-align: left;
      padding-top: 0;
      margin-top: 10px; }
    @media (max-width: 1024px) {
      .news__header {
        font-size: 35px; } }
  .news__img {
    width: 100%; }
  .news__logo {
    width: 80px;
    padding-top: 73px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 1199px) {
      .news__logo {
        padding-top: 15px; } }
  @media (max-width: 1199px) {
    .news {
      padding-top: 0; } }
  .news__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .news__desc {
        font-size: 18px; } }
  .news__row {
    margin-top: 12px;
    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: 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: 18%;
    margin: 3%;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .news__col {
        width: 25%; } }
    @media (max-width: 1024px) {
      .news__col {
        width: 40%; } }
    @media (max-width: 767px) {
      .news__col {
        width: 100%;
        margin: 0;
        margin-bottom: 25px; } }
  .news__date {
    color: #333333;
    margin-bottom: 20px;
    font-size: 17px;
    padding-top: 10px;
    text-transform: uppercase; }
    .news__date--noMargin {
      margin: 0; }
  .news__content {
    min-height: 235px; }
  .news__title {
    color: #1F2D4C;
    line-height: 160%;
    margin-top: 19px;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 800;
    transition: color 0.3s;
    text-decoration: none; }
    @media (max-width: 1024px) {
      .news__title {
        font-size: 18px; } }
    .news__title:hover {
      transition: color 0.3s;
      text-decoration: none; }
    .news__title--large {
      color: #333333;
      font-size: 45px;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 2px; }
      @media (max-width: 1024px) {
        .news__title--large {
          font-size: 35px; } }
      .news__title--large:hover {
        text-decoration: none; }
  .news__text {
    font-size: 16px;
    line-height: 200%;
    color: #333333 !important;
    margin: 20px 0; }
    .news__text--bold {
      font-weight: bold; }
    .news__text--large {
      font-size: 20px;
      line-height: 160%;
      color: #374E5C; }
  .news__description {
    color: #333333;
    font-size: 16px;
    line-height: 200%;
    margin-top: 5px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px; }
  .news__more {
    border-top: 1px solid #1F2D4C;
    text-transform: uppercase;
    font-size: 15px;
    color: #1F2D4C;
    font-weight: bold;
    display: block;
    padding-top: 15px;
    transition: color 0.3s;
    text-decoration: none; }
    .news__more:hover, .news__more:focus {
      color: #FF7F00;
      transition: color 0.3s;
      text-decoration: none; }
    .news__more:hover {
      color: #FF7F00;
      text-decoration: underline;
      transition: color 0.3s;
      text-decoration: none; }
  .news__button {
    background: #374E5C;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.3s, background 0.3s; }
    .news__button:hover, .news__button:focus {
      color: #fff;
      text-decoration: none; }
    .news__button:hover {
      background: #D9E7EB;
      color: #374E5C; }
  .news__link:hover, .news__link:focus {
    text-decoration: none;
    color: #374E5C; }
    .news__link:hover h3, .news__link:focus h3 {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
  .news__return {
    color: #1F2D4C;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    transition: color 0.3s; }
    .news__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #1F2D4C;
      border-left: 3px solid #1F2D4C;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg);
      transition: border 0.3s; }
    .news__return:hover, .news__return:focus {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
      .news__return:hover::before, .news__return:focus::before {
        border-top: 3px solid #FF7F00;
        border-left: 3px solid #FF7F00;
        transition: border 0.3s; }
  .news__block {
    margin-top: 53px; }
  .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; }

.newsw__button {
  color: white !important;
  transition: color 0.3s; }

.newsw__button:hover {
  color: #FF7F00 !important;
  transition: color 0.3s; }

.newsw__container__col__more {
  color: white !important;
  transition: color 0.3s; }

.newsw__container__col__more:hover {
  color: #FF7F00 !important;
  transition: color 0.3s; }

.news__show {
  width: 67%;
  margin-left: auto;
  margin-right: auto; }

p {
  text-align: left !important; }

.newsw {
  width: 100%;
  background-image: url("/media/background/background_logo.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 1px; }
  .newsw__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 77px; }
    @media (max-width: 1023px) {
      .newsw__logo {
        padding-top: 50px; } }
  .newsw__header {
    color: #131E33;
    text-align: center;
    font-size: 47px;
    font-weight: 400;
    color: #374E5C;
    padding-top: 14px;
    letter-spacing: -1px;
    text-align: center; }
  .newsw__container {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1500px) {
      .newsw__container {
        width: 90%; } }
    @media (max-width: 1250px) {
      .newsw__container {
        margin-top: 25px;
        display: block; } }
    @media (max-width: 766px) {
      .newsw__container {
        width: 95%; } }
    @media (max-width: 479px) {
      .newsw__container {
        width: 99%; } }
    .newsw__container__col {
      width: 50%;
      float: left;
      padding: 0px 15px;
      position: relative; }
      @media (max-width: 1250px) {
        .newsw__container__col {
          width: 100%;
          padding: 10px; } }
      .newsw__container__col__img {
        border: 11px #EEEEEE solid;
        width: 100%; }
      .newsw__container__col__link {
        color: #333333;
        transition: color 0.3s; }
        .newsw__container__col__link__title {
          font-size: 28px; }
        .newsw__container__col__link:hover {
          color: #FF7F00;
          transition: color 0.3s; }
      .newsw__container__col__date {
        font-size: 17px;
        padding-top: 10px;
        text-transform: uppercase; }
      .newsw__container__col__description {
        font-size: 18px;
        padding-top: 44px; }
        @media (max-width: 1023px) {
          .newsw__container__col__description {
            padding-top: 10px;
            padding-bottom: 15px; } }
        @media (max-width: 1200px) {
          .newsw__container__col__description {
            padding-top: 10px; } }
      .newsw__container__col__more {
        width: 250px;
        height: 55px;
        background: #1F2D4C;
        display: block;
        text-align: center;
        color: white;
        border-radius: 5px;
        text-decoration: none !important;
        font-size: 14px;
        letter-spacing: 1.4px;
        padding-top: 20px;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        bottom: 0; }
        @media (max-width: 1500px) {
          .newsw__container__col__more {
            margin-top: 20px; } }
        @media (max-width: 1250px) {
          .newsw__container__col__more {
            margin-left: auto;
            margin-right: auto;
            position: relative; } }
      .newsw__container__col__more:hover {
        color: #FF7F00 !important;
        text-decoration: none; }
      .newsw__container__col a:active, .newsw__container__col a:visited {
        color: white;
        text-decoration: none;
        text-underline-position: auto; }
      .newsw__container__col a:hover {
        color: #FF7F00;
        text-decoration: none; }
  .newsw__button {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    background: #1F2D4C;
    display: block;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media (max-width: 1023px) {
      .newsw__button {
        margin-top: 20px;
        margin-bottom: 30px; } }
    @media (max-width: 766px) {
      .newsw__button {
        width: 250px;
        min-height: 55px;
        padding-bottom: 15px;
        margin-top: 17px;
        margin-bottom: 30px; } }
    .newsw__button--hidden {
      visibility: hidden;
      transition: visibility 0s, opacity 0.5s linear; }
    .newsw__button--show {
      visibility: visible;
      transition: visibility 0s, opacity 0.5s linear; }

.whyUs {
  background: #ffffff;
  padding-bottom: 35px; }
  .whyUs__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px; }
  .whyUs__header {
    font-size: 46px;
    color: #192652;
    text-align: center;
    padding-top: 15px; }
    @media (max-width: 1024px) {
      .whyUs__header {
        font-size: 35px; } }
  .whyUs__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 11px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .whyUs__desc {
        font-size: 18px; } }
  .whyUs__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
    margin-top: 75px; }
    @media (max-width: 1024px) {
      .whyUs__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .whyUs__row {
        margin-top: 40px; } }
  .whyUs__link {
    width: 33.33%;
    padding: 0 15px;
    padding-bottom: 70px; }
    @media (max-width: 1024px) {
      .whyUs__link {
        width: 49.33%; } }
    @media (max-width: 767px) {
      .whyUs__link {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 40px; } }
  .whyUs__checkbox {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .whyUs__icon {
    font-size: 39px;
    color: #889BA2;
    border-radius: 100%;
    border: 5px solid #889BA2;
    padding: 9px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .whyUs__icon {
        margin: 10px auto; } }
  .whyUs__text {
    color: #333333;
    text-align: center;
    font-size: 22px;
    line-height: 160%;
    padding: 0px 40px;
    padding-top: 35px; }
    @media (max-width: 1024px) {
      .whyUs__text {
        font-size: 16px; } }
  .whyUs__button {
    background: #374E5C;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 54px;
    font-size: 15px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .whyUs__button {
        margin-top: 30px; } }

.products {
  background: #E4E4E4;
  padding-bottom: 75px; }
  @media (max-width: 1023px) {
    .products {
      padding-bottom: 30px; } }
  .products__title {
    text-align: center;
    margin-bottom: 25px; }
  .products__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px; }
    @media (max-width: 1023px) {
      .products__logo {
        padding-top: 50px; } }
  .products__header {
    font-size: 46px;
    padding-top: 13px;
    color: #374E5C;
    text-align: center; }
    @media (max-width: 1024px) {
      .products__header {
        font-size: 35px; } }
  .products__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .products__desc {
        font-size: 18px; } }
  .products__content {
    margin: 0 5%;
    margin-top: 66px; }
    @media (max-width: 1024px) {
      .products__content {
        max-width: 650px;
        margin: 0 auto;
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .products__content {
        max-width: 290px;
        margin: 0 auto;
        margin-top: 25px; } }
  .products__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }
    .products__img--list {
      width: 100% !important; }
    .products__img--show {
      max-width: 100%; }
    .products__img--showblock {
      display: block;
      text-align: center; }
  .products__link:hover, .products__link:focus {
    text-decoration: none; }
  .products__name {
    font-size: 22px;
    color: #1F2D4C;
    line-height: 160%;
    text-align: center;
    margin-top: 19px;
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    transition: color 0.3s; }
    @media (max-width: 1024px) {
      .products__name {
        font-size: 18px;
        margin-top: 15px; } }
  .products__name:hover {
    color: #FF7F00;
    transition: color 0.3s; }
  .products__text {
    color: #333333;
    font-size: 16px;
    line-height: 200%;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px; }
  .products__showMore {
    background: #192652;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 5px;
    width: 190px;
    margin: 0 auto;
    display: block;
    margin-top: 19px;
    transition: display 2s;
    display: none; }
    .products__showMore:hover, .products__showMore:focus {
      color: #fff;
      text-decoration: none; }
    .products__showMore:hover {
      background: #889BA2; }
    @media (max-width: 1024px) {
      .products__showMore {
        font-size: 13px;
        padding: 10px; } }
  .products__block {
    width: 260px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    transition: display 2s; }
  .products__block:hover .products__name {
    color: #FF7F00; }
  .products .owl-nav {
    position: absolute;
    top: -7px;
    width: 100%; }
  .products .owl-prev {
    cursor: pointer;
    position: absolute;
    left: -4.5%;
    top: 88px;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-left: 2px solid #374E5C !important;
    border-top: 2px solid #374E5C !important;
    transform: rotate(-45deg);
    transition: opacity 0.3s;
    outline: none; }
    @media (max-width: 767px) {
      .products .owl-prev {
        left: -7.5%; } }
    .products .owl-prev:hover {
      opacity: 0.5; }
  .products .owl-next {
    cursor: pointer;
    position: absolute;
    top: 88px;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-right: 2px solid #374E5C !important;
    border-top: 2px solid #374E5C !important;
    transform: rotate(45deg);
    transition: opacity 0.3s;
    outline: none;
    right: -4.5%; }
    @media (max-width: 767px) {
      .products .owl-next {
        right: -7.5%; } }
    .products .owl-next:hover {
      opacity: 0.5; }
  .products__button {
    background: #1F2D4C;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 17px 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 45px;
    transition: color 0.3s; }
    .products__button:hover, .products__button:focus {
      text-decoration: none; }
    .products__button:hover {
      color: #FF7F00; }
    @media (max-width: 767px) {
      .products__button {
        margin-top: 30px; } }

.gallery {
  background: #F5F5F5;
  padding: 124px 0; }
  @media (max-width: 1199px) {
    .gallery {
      padding: 70px 0; } }
  .gallery--white {
    background: #fff; }
  .gallery__header {
    font-size: 45px;
    font-weight: bold;
    color: #374E5C;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .gallery__header {
        font-size: 35px; } }
  .gallery__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .gallery__desc {
        font-size: 18px; } }
  .gallery__link {
    display: block;
    max-width: 730px;
    margin: 0 auto;
    padding: 0 15px; }
    .gallery__link:hover .gallery__title, .gallery__link:focus .gallery__title {
      text-decoration: underline;
      color: #374E5C; }
    .gallery__link--list {
      width: 100%; }
  .gallery__title {
    color: #374E5C;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin-top: 5px;
    text-align: left; }
    .gallery__title--list {
      max-width: 293px;
      margin-left: auto;
      margin-right: auto; }
  .gallery__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 85px; }
    @media (max-width: 1024px) {
      .gallery__row {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .gallery__row {
        margin-top: 50px; } }
  .gallery__col {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    @media (max-width: 1024px) {
      .gallery__col {
        width: 100%; }
        .gallery__col--single {
          padding: 0 10px;
          margin-bottom: 45px; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .gallery__col--single {
        padding: 0px;
        max-width: 323px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .gallery__col {
        width: 100%; } }
    .gallery__col--list {
      width: 100%; }
  .gallery__item {
    width: 50%;
    margin-bottom: 45px; }
    .gallery__item--list {
      width: 25%; }
      @media (max-width: 1199px) {
        .gallery__item--list {
          width: 33.3%; } }
      @media (max-width: 1024px) {
        .gallery__item--list {
          padding: 0 10px;
          width: 50%; } }
      @media (max-width: 767px) {
        .gallery__item--list {
          width: 100%;
          padding: 0; } }
    @media (max-width: 767px) {
      .gallery__item {
        width: 100%; } }
  .gallery__button {
    background: #374E5C;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.3s, background 0.3s; }
    .gallery__button:hover, .gallery__button:focus {
      color: #fff;
      text-decoration: none; }
    .gallery__button:hover {
      background: #889BA2; }
  .gallery__return {
    color: #374E5C;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    transition: opacity 0.3s;
    margin-left: 15px;
    margin-bottom: 30px; }
    .gallery__return:hover, .gallery__return:focus {
      color: #374E5C;
      text-decoration: none;
      opacity: 0.8; }
    .gallery__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #374E5C;
      border-left: 3px solid #374E5C;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg); }

.recommended {
  padding: 70px 0;
  width: 79%;
  background: #fff;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1023px) {
    .recommended {
      padding: 60px 15px; } }
  @media (max-width: 766px) {
    .recommended {
      padding: 30px 0; } }
  .recommended__container {
    margin: 0 5%; }
    @media (max-width: 1023px) {
      .recommended__container {
        margin: 0 10%; } }
    @media (max-width: 766px) {
      .recommended__container {
        margin: 0px 14%; } }
  .recommended__header {
    font-size: 35px;
    color: #131E33;
    text-align: center;
    padding-top: 0px;
    font-weight: 300; }
  .recommended__contener {
    margin: 0; }
  .recommended__link {
    position: relative;
    display: block;
    padding: 0px 10px;
    text-align: center; }
    @media (max-width: 1023px) {
      .recommended__link {
        border: 0; } }
    @media (max-width: 766px) {
      .recommended__link {
        padding: 20; } }
    .recommended__link:hover .recommended__img {
      filter: none; }
  .recommended .owl-item:last-child .recommended__link {
    border-right: 0 !important; }
  .recommended__img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: sepia(80%) hue-rotate(175deg) saturate(50%);
    -webkit-filter: sepia(80%) hue-rotate(175deg) saturate(50%); }
    @media (max-width: 766px) {
      .recommended__img {
        position: static;
        max-width: 100% !important;
        height: auto !important;
        max-height: 53px; } }
  .recommended .owl-nav {
    width: 100%; }
    .recommended .owl-nav::before {
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      background: #fff; }
    .recommended .owl-nav::after {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      background: #fff; }
  .recommended .owl-prev {
    cursor: pointer;
    position: absolute;
    left: -40px;
    top: 36%;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-left: 2px solid #374E5C !important;
    border-top: 2px solid #374E5C !important;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
    outline: none; }
    .recommended .owl-prev:hover {
      border-left: 2px solid #192652 !important;
      border-top: 2px solid #192652 !important; }
  .recommended .owl-next {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 36%;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-right: 2px solid #374E5C !important;
    border-top: 2px solid #374E5C !important;
    transform: rotate(45deg);
    transition: border-color 0.3s;
    outline: none; }
    .recommended .owl-next:hover {
      border-right: 2px solid #192652 !important;
      border-top: 2px solid #192652 !important; }

.contact {
  background: #F4F4F4; }
  @media (max-width: 1199px) {
    .contact {
      padding: 70px 0; } }
  .contact__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px; }
    @media (max-width: 1024px) {
      .contact__logo {
        padding-top: 40px; } }
  .contact__header {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .contact__header {
        font-size: 35px; } }
  .contact__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .contact__desc {
        font-size: 18px; } }
  .contact__row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin-top: 80px; }
    @media (max-width: 1024px) {
      .contact__row {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .contact__row {
        display: block; } }
  .contact__col {
    width: 33.33%;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .contact__col {
        width: 100%;
        margin-bottom: 30px; } }
  .contact__contentHeader {
    color: #889BA2;
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 22px; }
    @media (max-width: 1024px) {
      .contact__contentHeader {
        font-size: 18px; } }
  .contact__content {
    margin-bottom: 20px; }
  .contact__text {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold; }
    .contact__text a {
      color: #fff; }
      .contact__text a:hover, .contact__text a:focus {
        color: #fff; }
  .contact__button {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #14355E;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 17px 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0 !important;
    outline: none !important;
    transition: color 0.3s; }
    .contact__button:hover {
      color: #FF7F00;
      transition: color 0.3s;
      -webkit-appearance: button-bevel !important; }
    .contact__button:active {
      color: white;
      text-decoration: none;
      -webkit-appearance: button-bevel !important; }

.page_height {
  min-height: 1172px; }

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

.footer {
  background: #0A0E18;
  padding: 110px 0px;
  padding-bottom: 105px;
  width: 100%;
  bottom: 0;
  z-index: 0;
  display: block; }
  .footer__desctop {
    display: block; }
    @media (max-width: 1023px) {
      .footer__desctop {
        display: none; } }
  .footer__mobile {
    display: none; }
    @media (max-width: 1023px) {
      .footer__mobile {
        display: block; } }
  .footer__sectionlogo {
    width: 20%;
    float: left; }
    @media (max-width: 1024px) {
      .footer__sectionlogo {
        width: 100%;
        text-align: center; } }
  .footer__sectionmenu {
    width: 68%;
    float: left; }
    @media (max-width: 1024px) {
      .footer__sectionmenu {
        width: 100%;
        text-align: center;
        padding-top: 20px; } }
    .footer__sectionmenu--menu {
      width: 100%; }
      @media (max-width: 1024px) {
        .footer__sectionmenu--menu {
          padding: 0;
          margin: 0; } }
    .footer__sectionmenu--politic {
      width: 100%;
      margin-top: 175px;
      position: relative;
      left: 82px;
      font-weight: 300; }
      @media (max-width: 1024px) {
        .footer__sectionmenu--politic {
          left: 0;
          padding-top: 20px;
          margin-top: 10px; } }
      .footer__sectionmenu--politic a {
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        padding-right: 40px;
        transition: color 	0.3s; }
        @media (max-width: 1024px) {
          .footer__sectionmenu--politic a {
            padding-right: 0;
            display: block; } }
      .footer__sectionmenu--politic a:hover, .footer__sectionmenu--politic a:active {
        color: #FF7F00;
        transition: color 	0.3s;
        text-decoration: none; }
    .footer__sectionmenu ul {
      padding-top: 7px; }
  .footer__sectiorealization {
    width: 12%;
    float: left; }
    @media (max-width: 1024px) {
      .footer__sectiorealization {
        width: 100%; } }
  .footer__icon {
    float: right;
    width: 100%;
    margin-right: 6px;
    display: block; }
    .footer__icon img {
      float: right; }
      @media (max-width: 1024px) {
        .footer__icon img {
          float: none;
          text-align: center;
          display: block;
          margin-left: auto;
          margin-right: auto;
          padding-top: 22px; } }
  .footer__text--copy {
    color: white;
    padding-top: 50px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0px;
    font-family: 'Roboto'; }
    @media (max-width: 1024px) {
      .footer__text--copy {
        padding-top: 65px;
        text-align: center; } }
  .footer__text--wykon {
    color: white;
    font-size: 12px;
    line-height: 20px;
    padding-top: 19px !important;
    font-weight: 100;
    letter-spacing: 0px;
    font-family: 'Roboto'; }
    @media (max-width: 1024px) {
      .footer__text--wykon {
        text-align: center; } }

.footerMenu {
  list-style-type: none;
  padding: 0;
  margin-top: 58px; }
  @media (max-width: 1199px) {
    .footerMenu {
      margin-top: 30px; } }
  .footerMenu__li {
    float: left;
    margin-left: 4%;
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 1199px) {
      .footerMenu__li {
        margin-right: 2%; } }
    @media (max-width: 1024px) {
      .footerMenu__li {
        float: none;
        margin-bottom: 20px;
        margin-left: 0; } }
    .footerMenu__li:last-child {
      margin-right: 0; }
    .footerMenu__li ul {
      padding: 0;
      margin: 0; }
      .footerMenu__li ul li {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
        padding-top: 10px;
        color: red; }
        .footerMenu__li ul li:first-child {
          padding-top: 0; }
      .footerMenu__li ul li:hover a {
        color: #FF7F00;
        cursor: pointer; }
    .footerMenu__li-dropdown {
      width: 105px; }
      @media (max-width: 1024px) {
        .footerMenu__li-dropdown {
          width: 100%; } }
  .footerMenu__link {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.3s; }
    .footerMenu__link:hover, .footerMenu__link:focus {
      color: #FF7F00;
      transition: color 0.3s;
      text-decoration: none; }
    .footerMenu__link.highlight {
      font-weight: 900; }
  .footerMenu__openList {
    cursor: default;
    color: white;
    display: none; }
  .footerMenu__openList:hover, .footerMenu active {
    color: white; }

.socialMediaTop {
  position: absolute;
  top: 56.5%;
  right: 17px;
  z-index: 1; }
  @media (max-width: 1199px) {
    .socialMediaTop {
      top: 40%;
      right: 5px; } }
  @media (max-width: 1024px) {
    .socialMediaTop {
      display: none;
      z-index: 9999;
      right: 10px; } }

.socialMedia__link {
  display: block;
  margin-bottom: 14px;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.page {
  background: #F4F4F4;
  overflow-x: hidden;
  padding-bottom: 60px; }
  @media (max-width: 1199px) {
    .page {
      padding-bottom: 40px; } }
  .page--points {
    padding-bottom: 0; }
  .page__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 44px;
    color: #131E33;
    padding-top: 15px; }
    @media (max-width: 1024px) {
      .page__title {
        font-size: 35px; } }
  .page__text {
    font-size: 16px;
    line-height: 200%;
    color: #192652;
    margin: 20px 0; }
  .page__description {
    font-size: 20px;
    color: #374E5C;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
    max-width: 577px;
    margin: 26px auto;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .page__description {
        font-size: 18px; } }
  .page__button {
    background: #374E5C;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
    margin: 0 auto;
    display: block;
    padding: 14px 10px;
    margin-top: 36px;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.3s, background 0.3s; }
    .page__button:hover, .page__button:focus {
      color: #fff;
      text-decoration: none; }
    .page__button:hover {
      background: #D9E7EB;
      color: #374E5C; }
  .page__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .page__desc {
        font-size: 18px; } }

.form {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 13px; }
  .form__label {
    display: block;
    font-weight: 300;
    color: #131E33;
    margin-bottom: 1px; }
    .form__label--checkbox {
      color: #192652;
      font-size: 10px;
      line-height: 160%; }
  .form__input {
    width: 100%;
    height: 38px;
    padding: 5px;
    border: 1px solid #889BA2;
    font-size: 14px;
    color: #374E5C;
    margin-bottom: 23px;
    outline: none; }
    .form__input--textarea {
      max-width: 540px;
      min-width: 540px;
      max-height: 190px;
      min-height: 190px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .form__input--textarea {
          max-width: 100%;
          min-width: 100%; } }
  .form__checkbox {
    margin: 0;
    position: relative;
    top: 3px; }
  .form__more {
    font-weight: bold;
    color: #374E5C; }
    .form__more:hover, .form__morefocus {
      color: #374E5C; }
  .form__moreText {
    display: none; }
  .form__text {
    font-size: 10px;
    color: #374E5C;
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px; }
  .form__button {
    display: block;
    width: 122px;
    padding: 17px 5px;
    background: #374E5C;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    border: 0;
    transition: background 0.3s; }
    .form__button:hover, .form__button:focus {
      background: #889BA2; }
  .form__loading {
    width: 50px;
    height: 50px;
    border: 6px solid #889BA2;
    border-top: 6px solid #374E5C;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 100%;
    margin: 20px auto;
    animation: loading-animation 1s ease infinite;
    display: none; }

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

.prices {
  padding-top: 77px; }
  @media (max-width: 1199px) {
    .prices {
      max-width: 1025px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px; } }
  .prices--show {
    padding-top: 0; }
  .prices__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -80px; }
    @media (max-width: 1199px) {
      .prices__row {
        margin: 0 -15px;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 1024px) {
      .prices__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .prices__row {
        display: block; } }
  .prices__col {
    width: 50%;
    margin-bottom: 4%;
    padding: 0 80px; }
    @media (max-width: 1199px) {
      .prices__col {
        width: 31%;
        padding: 0 15px; } }
    @media (max-width: 1024px) {
      .prices__col {
        width: 50%;
        max-width: 295px;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0; } }
    @media (max-width: 767px) {
      .prices__col {
        width: 100%; } }
  .prices__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }
    .prices__link:hover, .prices__link:focus {
      color: #374E5C; }
      .prices__link:hover .prices__img, .prices__link:focus .prices__img {
        opacity: 0.8; }
    .prices__link.active {
      opacity: 0.2;
      cursor: default; }
      .prices__link.active:hover, .prices__link.active:focus {
        text-decoration: none; }
        .prices__link.active:hover .prices__img, .prices__link.active:focus .prices__img {
          opacity: 1; }
    @media (max-width: 1199px) {
      .prices__link {
        display: block; } }
  .prices__categoryName {
    font-size: 18px;
    font-weight: bold;
    color: #374E5C;
    max-width: 270px;
    margin-left: 28px;
    line-height: 140%; }
    @media (max-width: 1199px) {
      .prices__categoryName {
        margin: 0;
        margin-top: 10px;
        max-width: 100%; } }
  .prices__return {
    color: #374E5C;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding-left: 23px;
    position: relative;
    transition: opacity 0.3s; }
    .prices__return:hover, .prices__return:focus {
      color: #374E5C;
      text-decoration: none;
      opacity: 0.8; }
    .prices__return::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-top: 3px solid #374E5C;
      border-left: 3px solid #374E5C;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg); }
  .prices__header {
    text-align: center;
    margin: 30px 0;
    color: #374E5C;
    font-size: 35px; }
    @media (max-width: 1024px) {
      .prices__header {
        font-size: 25px; } }

.pricesList__block {
  position: relative;
  margin-bottom: 3px; }

.pricesList__row {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .pricesList__row--normal {
    background: #889BA2; }
  .pricesList__row--highlight {
    background: #374E5C;
    font-weight: bold; }
  @media (max-width: 767px) {
    .pricesList__row {
      display: block;
      padding: 15px 0; }
      .pricesList__row--header {
        display: none; }
      .pricesList__row--highlight {
        padding-top: 25px; } }

.pricesList__col {
  padding: 25px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .pricesList__col {
      padding: 22px; } }
  .pricesList__col--left {
    width: 65%; }
    @media (max-width: 1024px) {
      .pricesList__col--left {
        width: 61%; } }
  .pricesList__col--center {
    width: 17%;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .pricesList__col--center {
        width: 19%; } }
  .pricesList__col--right {
    width: 18%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .pricesList__col--right {
        width: 20%; } }
  @media (max-width: 767px) {
    .pricesList__col {
      width: 100%;
      display: block;
      text-align: left;
      padding: 0px 15px; }
      .pricesList__col--right {
        text-align: right; } }

.pricesList__header {
  font-size: 15px;
  line-height: 140%;
  color: #889BA2;
  font-weight: bold;
  text-transform: uppercase; }

.pricesList__text {
  font-size: 20px;
  color: #fff;
  line-height: 140%; }
  @media (max-width: 1024px) {
    .pricesList__text {
      font-size: 18px; } }

.pricesList__showMore {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: opacity 0.3s;
  position: relative; }
  @media (max-width: 1024px) {
    .pricesList__showMore {
      font-size: 14px; } }
  .pricesList__showMore:hover, .pricesList__showMore:focus {
    text-decoration: none;
    color: #fff; }
  .pricesList__showMore:hover {
    opacity: 0.5; }
  .pricesList__showMore::before {
    content: '';
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: -35px;
    margin: auto;
    transition: transform 0.3s; }
    @media (max-width: 1024px) {
      .pricesList__showMore::before {
        left: -25px; } }
  .pricesList__showMore.active {
    opacity: 0.5; }
    .pricesList__showMore.active::before {
      transform: rotate(-135deg);
      top: 6px; }
  .pricesList__showMore--content {
    color: #889BA2; }
    .pricesList__showMore--content:hover, .pricesList__showMore--content:focus {
      color: #889BA2; }
    .pricesList__showMore--content::before {
      top: 5px;
      transform: rotate(-135deg);
      border-right: 3px solid #889BA2;
      border-bottom: 3px solid #889BA2; }

.pricesList__content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  display: none; }
  @media (max-width: 767px) {
    .pricesList__content {
      padding-top: 50px; } }
  .pricesList__content::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 90px 0 90px;
    border-color: #889BA2 transparent transparent transparent;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .pricesList__content::before {
        border-width: 30px 50px 0 50px; } }

.pricesList__highlight {
  background: #fff;
  font-weight: bold;
  color: #374E5C;
  font-size: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  padding-left: 20px;
  padding-right: 5px;
  text-transform: uppercase;
  z-index: 1; }
  @media (max-width: 1024px) {
    .pricesList__highlight {
      font-size: 13px; } }

.pricesList__right {
  text-align: right; }

.pricesList__categories {
  margin-top: 70px; }

.pricesList__seeAlso {
  font-size: 20px;
  color: #374E5C;
  font-weight: bold;
  text-align: center; }

.mapPoints__photoLink {
  position: relative;
  display: block; }
  .mapPoints__photoLink:hover .fa {
    opacity: 1; }
  .mapPoints__photoLink .fa {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s; }

.mapPoints__header {
  font-size: 20px;
  color: #192652;
  font-weight: bold;
  line-height: 140%;
  margin: 10px 0; }

.mapPoints__text {
  font-size: 14px;
  color: #374E5C;
  line-height: 140%;
  margin: 5px; }

.mapPoints__link {
  display: block;
  width: 200px;
  background: #374E5C;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 15px 5px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: background 0.3s; }
  .mapPoints__link:hover, .mapPoints__link:focus {
    color: #fff;
    text-decoration: none;
    background: #889BA2; }

.share {
  margin-top: 40px; }
  .share__text {
    font-size: 15px;
    color: #374E5C;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 140%;
    margin-bottom: 17px; }

.navigation {
  background: #F5F5F5;
  padding: 40px 0; }
  .navigation__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navigation__col {
    width: 50%;
    padding: 0px 100px; }
    @media (max-width: 767px) {
      .navigation__col {
        padding: 0; } }
  .navigation__text {
    font-size: 15px;
    color: #1F2D4C;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media (max-width: 1024px) {
      .navigation__text {
        font-size: 13px; } }
    .navigation__text--right {
      text-align: right; }
  .navigation__link {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #1F2D4C;
    transition: opacity 0.3s;
    max-width: 245px;
    line-height: 160%;
    position: relative;
    transition: color 0.3s; }
    @media (max-width: 1024px) {
      .navigation__link {
        font-size: 14px; } }
    .navigation__link::before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border: 2px solid #1F2D4C;
      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;
        transition: border 0.3s; }
        @media (max-width: 1024px) {
          .navigation__link--left::before {
            left: 2px; } }
      .navigation__link--left:hover::before {
        border: 2px solid #FF7F00;
        border-width: 2px 0px 0 2px;
        transition: border 0.3s; }
    .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;
        transition: border 0.3s; }
        @media (max-width: 1024px) {
          .navigation__link--right::before {
            right: 2px; } }
      .navigation__link--right:hover::before {
        border: 2px solid #FF7F00;
        border-width: 2px 0px 0 2px;
        transform: rotate(135deg);
        transition: border 0.3s; }
    .navigation__link:hover, .navigation__link:focus {
      color: #FF7F00;
      text-decoration: none; }
    .navigation__link:hover {
      color: #FF7F00;
      transition: color 0.3s; }

.localization {
  background: #fff;
  padding: 30px 0;
  padding-bttom: 70px; }
  .localization--background {
    background: #F5F5F5;
    padding: 70px 0; }
    @media (max-width: 767px) {
      .localization--background {
        padding: 30px 0; } }
  .localization__type {
    text-align: center; }
  .localization__typeText {
    color: #374E5C;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 20px; }
  .localization__row {
    margin-top: 12px;
    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: 1024px) {
      .localization__row {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .localization__row {
        display: block; } }
  .localization__col {
    width: 18%;
    margin: 3%;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .localization__col {
        width: 27.3%; } }
    @media (max-width: 1024px) {
      .localization__col {
        width: 40%; } }
    @media (max-width: 767px) {
      .localization__col {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 295px; } }
  .localization__title {
    color: #374E5C;
    font-size: 22px;
    line-height: 160%;
    margin-top: 25px; }
    .localization__title--large {
      font-size: 45px;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 2px; }
      .localization__title--large:hover {
        text-decoration: none; }
  .localization__text {
    font-size: 16px;
    line-height: 200%;
    color: #192652;
    margin: 20px 0; }
    .localization__text--bold {
      font-weight: bold; }
    .localization__text--large {
      font-size: 20px;
      line-height: 160%;
      color: #374E5C; }
  .localization__description {
    line-height: 200%;
    color: #374E5C;
    line-height: 200%;
    font-size: 14px;
    margin-top: 16px; }
  .localization__more {
    text-transform: uppercase;
    font-size: 15px;
    color: #374E5C;
    font-weight: bold;
    display: block;
    padding-top: 15px;
    transition: color 0.3s, text-decoration 0.3s; }
    .localization__more:hover, .localization__more:focus {
      color: #374E5C; }
    .localization__more:hover {
      color: #889BA2;
      text-decoration: underline; }
  .localization__content {
    min-height: 235px; }
  .localization__img {
    transition: opacity 0.3s; }
  .localization__link {
    position: relative; }
    .localization__link:hover .localization__img {
      opacity: 0.8; }
  .localization__hr {
    border-top: 1px solid #889BA2;
    margin: 0; }

.modalGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: -999;
  transition: opacity 0.3s; }
  .modalGallery.active {
    z-index: 99999;
    opacity: 1; }
  .modalGallery__content {
    max-width: 1300px;
    padding: 0 15px;
    margin: 20px auto; }
    @media (max-width: 1399px) {
      .modalGallery__content {
        max-width: 1100px; } }
    @media (max-device-width: 1399px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 1300px; } }
    @media (max-width: 1199px) {
      .modalGallery__content {
        max-width: 900px; } }
    @media (max-device-width: 1199px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 1100px; } }
    @media (max-width: 1024px) {
      .modalGallery__content {
        max-width: 700px; } }
    @media (max-device-width: 1024px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 900px; } }
    @media (max-width: 767px) {
      .modalGallery__content {
        max-width: 100vw; } }
    @media (max-device-width: 767px) and (orientation: landscape) {
      .modalGallery__content {
        max-width: 50vw; } }
  .modalGallery__list {
    margin-top: 20px; }
    .modalGallery__list .slick-track {
      margin: 0; }
  .modalGallery__img {
    margin: 0 5px;
    transition: opacity 0.3s;
    opacity: 0.4;
    outline: 0; }
    .modalGallery__img:hover {
      opacity: 1;
      cursor: pointer; }
    .modalGallery__img.slick-center {
      opacity: 1; }
  .modalGallery .slick-arrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px; }
  .modalGallery .slick-arrow.slick-next {
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    transition: border-color 0.3s; }
    .modalGallery .slick-arrow.slick-next:hover {
      border-top: 2px solid white;
      border-right: 2px solid white; }
  .modalGallery .slick-arrow.slick-prev {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    transition: border-color 0.3s; }
    .modalGallery .slick-arrow.slick-prev:hover {
      border-bottom: 2px solid white;
      border-left: 2px solid white; }
  .modalGallery__close {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px; }
  .modalGallery__span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .modalGallery__span:nth-child(1) {
      transform: rotate(45deg); }
    .modalGallery__span:nth-child(2) {
      transform: rotate(-45deg); }
  .modalGallery img:hover, .modalGallery img:focus {
    outline: 0; }

.career {
  background: #F4F4F4;
  padding-bottom: 38px; }
  .career__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px; }
    @media (max-width: 1024px) {
      .career__logo {
        padding-top: 40px; } }
  .career__title {
    color: #131E33;
    font-size: 44px;
    text-align: center;
    padding-top: 6px; }
  .career__container {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px; }
    @media (max-width: 1399px) {
      .career__container {
        width: 90%; } }
    @media (max-width: 1024px) {
      .career__container {
        margin-top: 40px; } }
    .career__container__col {
      width: 50%;
      float: left;
      font-size: 16px;
      color: #131E33; }
      @media (max-width: 1024px) {
        .career__container__col {
          width: 100%; } }
  .career__subtitle {
    color: #003F63;
    font-size: 18px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 4px;
    padding-bottom: 13px; }
    @media (min-width: 1024px) {
      .career__subtitle--right {
        padding-top: 5px;
        padding-left: 14px; } }
  .career__text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0;
    padding-left: 4px;
    padding-right: 35px; }
  .career__li {
    font-size: 16px;
    line-height: 28px; }
  .career__ul {
    margin-bottom: 27px; }
    @media (min-width: 1024px) {
      .career__ul--right {
        padding-left: 50px; } }

.start {
  width: 100%;
  background: #1F2D4C; }
  .start__container {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 7%; }
  .start__col {
    width: 50%;
    float: left;
    background: url("/media/image/skoczow.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 175px; }
    @media (max-width: 1024px) {
      .start__col {
        padding-top: 90px;
        background: #d2d2d2; } }
    @media (max-width: 767px) {
      .start__col {
        width: 100%; } }
    .start__col--right {
      background: url("/media/image/bazanowice.jpg"); }
      @media (max-width: 1024px) {
        .start__col--right {
          padding-top: 90px;
          background: #c4c4c4; } }
  .start__logo {
    width: 39.114vw;
    padding-left: 10.543vw;
    text-align: center;
    display: block; }
    @media (max-width: 1024px) {
      .start__logo {
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 290px; } }
  .start__subtitle {
    font-size: 32px;
    color: #394F5C;
    padding-left: 18.081vw;
    padding-top: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500; }
    @media (max-width: 1399px) {
      .start__subtitle {
        padding-left: 0;
        text-align: center; } }
  .start__adres {
    color: #212c4c;
    font-size: 22px;
    padding-left: 18.081vw;
    padding-top: 15px;
    font-weight: 500; }
    @media (max-width: 1399px) {
      .start__adres {
        padding-left: 0;
        text-align: center; } }
    .start__adres--street {
      font-weight: 500;
      color: #394F5C; }
    .start__adres--phone {
      color: #394F5C;
      padding-top: 4px;
      display: block;
      font-weight: 500;
      transition: color 0.3s; }
    .start__adres--phone:hover, .start__adres--phone:active {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
    .start__adres--mail {
      color: #394F5C;
      font-weight: 500;
      transition: color 0.3s; }
    .start__adres--mail:hover, .start__adres--mail:active {
      color: #FF7F00;
      text-decoration: none;
      transition: color 0.3s; }
  .start__button {
    background: #14355E;
    display: block;
    width: 368px;
    height: 79px;
    color: white;
    text-align: center;
    margin-left: 17.976vw;
    margin-right: auto;
    font-size: 28px;
    margin-top: 63px;
    padding-top: 20px;
    margin-bottom: 115px;
    transition: color 0.3s; }
    @media (max-width: 1399px) {
      .start__button {
        margin-left: auto; } }
    @media (max-width: 1024px) {
      .start__button {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .start__button {
        width: 300px; } }
  .start__button:hover, .start__button:active {
    color: #FF7F00;
    text-decoration: none;
    transition: color 0.3s; }

.zone__button {
  width: 285px;
  height: 48px;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  right: -120px;
  top: 420px;
  z-index: 121;
  transform: rotate(-90deg);
  background: #212c4c;
  -webkit-transform-origin: 50% 51%;
  transition: color 0.3s; }
  @media (max-width: 1024px) {
    .zone__button {
      right: -124px;
      top: 265px;
      transform: rotate(-90deg) scale(0.8, 0.8); } }
  .zone__button:hover {
    color: #FF7F00;
    text-decoration: none !important; }
    .zone__button:hover .zone__text--1 {
      color: #FF7F00 !important;
      transition: color 0.3s; }
    .zone__button:hover .zone__text--2 {
      color: #FF7F00 !important;
      transition: color 0.3s; }
  .zone__button:active {
    text-decoration: none !important; }
    .zone__button:active .zone__text--1 {
      text-decoration: none !important; }
    .zone__button:active .zone__text--2 {
      text-decoration: none !important; }

.zone__logo {
  width: 36px;
  height: 36px;
  margin: 5px;
  margin-left: 9px; }

.zone__text {
  padding-top: 4px;
  padding-left: 5px; }
  .zone__text--1 {
    color: white;
    display: block;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    transition: color 0.3s; }
  .zone__text--2 {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 20px;
    transition: color 0.3s; }

.orgchart {
  margin: auto;
  margin-top: 76px; }
  @media (max-width: 767px) {
    .orgchart {
      margin-top: 40px; } }
  .orgchart__undertitle {
    font-size: 40px;
    margin-top: 11px; }
    @media (max-width: 1024px) {
      .orgchart__undertitle {
        font-size: 25px;
        margin-top: 0px; } }
  .orgchart__section {
    width: 614px;
    text-align: center;
    margin: auto;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px; }
    @media (max-width: 767px) {
      .orgchart__section {
        width: 100%;
        display: block; } }
    .orgchart__section__department {
      position: relative;
      width: 148px;
      float: left;
      box-sizing: border-box;
      min-height: 40px;
      background: #FFFFFF;
      border: 1px solid #bbbbbb;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .orgchart__section__department {
          width: 100%; } }
      .orgchart__section__department--element {
        background: #131E33;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size: 15px;
        font-weight: bold; }
        .orgchart__section__department--element p {
          color: white !important; }
        @media (max-width: 767px) {
          .orgchart__section__department--element {
            display: none; } }
      .orgchart__section__department p {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #131E33;
        padding: 0 5px; }
    .orgchart__section__full_name {
      position: relative;
      width: 233px;
      float: left;
      box-sizing: border-box;
      min-height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .orgchart__section__full_name {
          width: 50%; } }
      .orgchart__section__full_name--element {
        background: #131E33;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size: 15px;
        font-weight: bold; }
      .orgchart__section__full_name p {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    .orgchart__section__position {
      position: relative;
      width: 233px;
      float: left;
      box-sizing: border-box;
      min-height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .orgchart__section__position {
          width: 50%; } }
      .orgchart__section__position--element {
        background: #131E33;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size: 15px;
        font-weight: bold; }
      .orgchart__section__position p {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    .orgchart__section__full {
      position: relative;
      width: 233px;
      float: left;
      box-sizing: border-box;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      display: block; }
      @media (max-width: 767px) {
        .orgchart__section__full {
          width: 50%; } }
      .orgchart__section__full__name {
        position: relative;
        width: 233px;
        box-sizing: border-box;
        min-height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid #bbbbbb;
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 767px) {
          .orgchart__section__full__name {
            width: 100%; } }
        .orgchart__section__full__name p {
          margin: 0;
          font-size: 14px;
          color: #131E33; }
          @media (max-width: 767px) {
            .orgchart__section__full__name p {
              font-size: 12px; } }

.bottomContact {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  height: 766px; }
  @media (max-width: 1023px) {
    .bottomContact {
      height: auto; } }
  .bottomContact__container {
    padding-top: 110px;
    width: 50%;
    text-align: center;
    background: #1F2D4C;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    transition: left 0.5s; }
    .bottomContact__container.active {
      left: -50%; }
    @media (max-width: 1023px) {
      .bottomContact__container {
        width: 100%;
        position: static;
        padding-top: 184px;
        padding-bottom: 128px; } }
  .bottomContact__logo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1399px) {
      .bottomContact__logo {
        padding-top: 50px; } }
  .bottomContact__header {
    margin: 0;
    padding: 0;
    font-size: 45px;
    padding-top: 10px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
    text-decoration: none; }
    .bottomContact__header.animated {
      opacity: 1; }
  .bottomContact__text {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 118%;
    padding-top: 48px;
    position: relative; }
    .bottomContact__text a {
      display: block;
      color: white;
      transition: color 	0.3s; }
      .bottomContact__text a:hover, .bottomContact__text a:focus {
        color: #FF7F00;
        text-decoration: none;
        transition: color 	0.3s; }
    .bottomContact__text--marker::before {
      content: " ";
      background: url(/media/icon/point.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      margin: auto;
      width: 23px;
      height: 37px;
      margin-bottom: 7px; }
    .bottomContact__text--calendar::before {
      content: " ";
      background: url(/media/icon/point.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      margin: auto;
      width: 23px;
      height: 37px;
      margin-bottom: 7px; }
    .bottomContact__text--phone::before {
      content: " ";
      background: url(/media/icon/phone.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      margin: auto;
      width: 31px;
      height: 37px;
      margin-bottom: 7px;
      margin-top: 13px; }
    .bottomContact__text--mail::before {
      content: " ";
      background: url(/media/icon/mail.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      margin: auto;
      width: 46px;
      height: 43px;
      margin-bottom: 14px;
      margin-top: -1px; }
  .bottomContact__center {
    text-align: center; }
  .bottomContact__button {
    display: inline-block;
    min-width: 275px;
    text-align: center;
    border-radius: 40px;
    padding: 14px 20px;
    background: #fff;
    color: #192652;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -10px;
    transition: box-shadow 	0.3s; }
    .bottomContact__button:hover, .bottomContact__button:focus {
      color: #192652;
      text-decoration: none; }
    .bottomContact__button:hover {
      box-shadow: 0 0 20px 0px #fff; }
  .bottomContact__map {
    width: 100%;
    height: 100%; }
    @media (max-width: 1023px) {
      .bottomContact__map {
        height: 763px; } }
    @media (max-width: 766px) {
      .bottomContact__map {
        height: 578px; } }
  .bottomContact__mapButton {
    font-size: 0;
    display: block;
    width: 49px;
    height: 49px;
    background: #1F2D4C;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto; }
    @media (max-width: 1023px) {
      .bottomContact__mapButton {
        display: none; } }
    .bottomContact__mapButton:hover::before {
      opacity: 1; }
    .bottomContact__mapButton.active {
      transform: rotate(180deg); }
    .bottomContact__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; }

.mapa {
  width: 50%;
  margin-left: auto;
  transition: width 0.5s;
  background: #0A0E18; }
  .mapa.active {
    width: 100%; }
  @media (max-width: 1024px) {
    .mapa {
      width: 100%; } }

.components {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .components {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .components {
      padding: 0; } }
  .components__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px; }
    .components__row--gallery {
      margin: 0 -15px; }
      @media (max-width: 1199px) {
        .components__row--gallery {
          padding: 0 20px; } }
      @media (max-width: 1024px) {
        .components__row--gallery {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .components__row--gallery {
          padding: 0; } }
    .components__row--alignItemsCenter {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .components__row--alignItemsCenter {
          margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .components__row {
        display: block;
        margin-left: 0px;
        margin-right: 0px; } }
  .components__col {
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .components__col {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
  .components__text {
    font-size: 15px;
    color: #374E5C;
    line-height: 200%;
    text-align: left; }
    .components__text--singleText {
      max-width: 593px;
      text-align: left; }
  .components__subHeader {
    font-size: 20px;
    color: #889BA2;
    font-weight: bold;
    line-height: 160%;
    margin-top: 15px; }
    @media (max-width: 1024px) {
      .components__subHeader {
        font-size: 18px; } }
    .components__subHeader--center {
      text-align: center; }
  .components__img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .components__img {
        display: block;
        margin: 0 auto; } }
  .components__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    text-decoration: underline;
    color: #374E5C; }
    @media (max-width: 1024px) {
      .components__header {
        font-size: 35px; } }
    .components__header--center {
      text-align: center; }
  .components__description {
    font-size: 20px;
    color: #889BA2;
    font-weight: bold;
    line-height: 160%; }
  .components__iframe {
    border: 0;
    width: 100%;
    height: 20vw; }
    @media (max-width: 1199px) {
      .components__iframe {
        height: 25vw; } }
    .components__iframe--center {
      width: 50%; }
    @media (max-width: 1024px) {
      .components__iframe {
        width: 100%;
        max-width: 480px;
        height: 25vw;
        margin: 0 auto;
        display: block; } }
    @media (max-width: 767px) {
      .components__iframe {
        height: 45vw; } }
  .components__gallery {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 25%;
    text-align: center; }
    @media (max-width: 1024px) {
      .components__gallery {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .components__gallery {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }

.politic {
  width: 66%;
  text-align: center;
  margin: auto; }

.text-s {
  width: 50%; }
  @media (max-width: 740px) {
    .text-s {
      width: 98%;
      margin: auto;
      padding-top: 20px; } }

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