@charset "UTF-8";
.address {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 25px;
}

.address__link {
  color: inherit;
  text-decoration: none;
}

.address__link:hover {
  color: #47535B;
  text-decoration: none;
}

.top-line {
  background-color: #00adef;
  height: 10px;
  width: 100%;
}

.article {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 50px);
  max-width: 1400px;
  margin-top: 80px;
  overflow-wrap: break-word;
}

@media (min-width: 1200px) {
  .article {
    max-width: 1150px;
  }
}

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

@media (min-width: 1200px) {
  .article {
    max-width: 1400px;
  }
}

.article .column {
  margin-bottom: 5vw;
}

.article__content {
  width: 100%;
  -webkit-columns: 1;
  columns: 1;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 22px;
  margin-bottom: 80px;
  color: #003399;
}

@media (max-width: 767px) {
  .article__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .article__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .article__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .article__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .article__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__content:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .article__content {
    -webkit-columns: 2;
    columns: 2;
  }
}

.article__content p:nth-of-type(1) {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.article__product {
  width: 100%;
  font-size: 22px;
}

@media (min-width: 768px) {
  .article__product {
    width: calc((100% - 480px) / 2 + 210px);
  }
}

@media (min-width: 992px) {
  .article__product {
    width: calc((100% - 550px) / 1.5 + 350px);
  }
}

@media (max-width: 767px) {
  .article__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .article__product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .article__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .article__product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .article__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__product:last-child {
    margin-right: 0;
  }
}

.article__more-info {
  width: 100%;
  font-size: 22px;
}

@media (min-width: 768px) {
  .article__more-info {
    width: calc((100% - 480px) / 2 + 210px);
  }
}

@media (min-width: 992px) {
  .article__more-info {
    width: calc((100% - 550px) / 3 + 150px);
  }
}

@media (max-width: 767px) {
  .article__more-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .article__more-info:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .article__more-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .article__more-info:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .article__more-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__more-info:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .article__more-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .article__more-info:last-child {
    margin-right: 0;
  }
}

.Textpage__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.Textpage__title2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

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

div.banner {
  height: auto;
  overflow-y: hidden;
}

a img.banner__image {
  width: 100%;
}

div.banner button.slick-next,
div.banner button.slick-prev {
  z-index: 10;
  top: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.banner button.slick-prev:before,
div.banner button.slick-next:before {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 6vw;
  line-height: 0;
  position: relative;
}

div.banner button.slick-prev:before {
  content: '<';
  z-index: 1000;
  right: 47vw;
}

div.banner button.slick-next:before {
  content: '>';
  left: 44vw;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button:active, .button:focus, .button:hover {
  background-color: white;
  color: #00adef;
  border-color: #00adef;
}

.button--bordered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.button--circle {
  width: 60px;
  border-radius: 100%;
}

.button--contrast {
  background-color: white;
  color: #00adef;
  border-color: #00adef;
}

.button--contrast:active, .button--contrast:focus, .button--contrast:hover {
  color: white;
  border-color: white;
  background-color: #00adef;
}

.button__label {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  text-transform: lowercase;
}

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

.calltoaction {
  width: 100%;
  margin-bottom: 80px;
}

.calltoaction img {
  width: 100%;
  overflow: auto;
}

footer {
  width: 100%;
  height: 570px;
  background: #00adef;
}

@media (min-width: 768px) {
  footer {
    height: 300px;
  }
}

@media (min-width: 992px) {
  footer {
    height: 200px;
  }
}

.footer {
  text-align: center;
  padding: 40px;
}

.footer__title {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  font-size: 22px;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer__link:hover {
  color: white;
}

.footer .block {
  width: 100%;
}

@media (min-width: 768px) {
  .footer .block {
    width: calc((100% - 480px) / 2 + 210px);
  }
}

@media (min-width: 992px) {
  .footer .block {
    width: calc((100% - 550px) / 4 + 100px);
  }
}

@media (max-width: 767px) {
  .footer .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .footer .block:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .footer .block:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .footer .block:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .footer .block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .footer .block:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer .block {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .block:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .block:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .footer .block:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer .block {
    margin-top: 10px;
  }
}

.footer__link {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  color: black;
  font-size: 22px;
}

.footer__address {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.footer__contact {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .footer__contact {
    margin-top: -5px;
  }
}

.footer__aboutus {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  font-weight: 1000;
}

.footer__aboutus p.footer__title {
  margin-bottom: 15px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-shadow: 4px 4px 24px 9px #88888857;
  box-shadow: 4px 4px 24px 9px #88888857;
  background-color: #FFF;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 50px);
  max-width: 1400px;
  height: 100px;
  position: relative;
}

@media (min-width: 1200px) {
  .header__body {
    max-width: 1150px;
  }
}

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

@media (min-width: 1200px) {
  .header__body {
    max-width: 1400px;
  }
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
}

.header .nav_button {
  width: 125px;
  height: 42px;
  position: absolute;
  right: -25px;
  top: 25px;
  z-index: 101;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

@media (min-width: 768px) {
  .header .nav_button {
    right: 0;
  }
}

.header .nav_button:focus {
  outline: none;
}

.header__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 3px;
  background-color: #575757;
}

.header__line:after, .header__line:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  width: 40px;
  height: 3px;
  background-color: #575757;
  left: 0;
  opacity: 1;
  -webkit-transform-origin: 25%;
  transform-origin: 25%;
}

.header__line:before {
  position: absolute;
  top: -10px;
}

.header__line:after {
  position: absolute;
  top: 10px;
}

.header--open .header__line {
  visibility: hidden;
}

.header--open .header__line:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 6px;
  transform-origin: 6px;
  visibility: visible;
}

.header--open .header__line:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 6px;
  transform-origin: 6px;
  visibility: visible;
}

.header__menu {
  font-size: 20px;
  font-weight: 600;
  float: right;
  text-transform: uppercase;
}

.header .navigation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translate(-50px, -110%);
  transform: translate(-50px, -110%);
}

.header--open .navigation {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 992px) {
  .header--open .navigation {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
}

a.link {
  text-decoration: none;
  color: inherit;
}

.navigation {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  background-color: white;
  -webkit-box-shadow: 4px 4px 24px 9px #88888857;
  box-shadow: 4px 4px 24px 9px #88888857;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 50px);
  max-height: 100vh;
  padding: 125px 20px 20px;
  overflow-y: auto;
  position: absolute;
  right: -25px;
  z-index: 100;
}

@media (min-width: 768px) {
  .navigation {
    padding: 40px 20px 20px;
  }
}

.navigation .footer__address {
  display: none;
}

.navigation .footer__aboutus {
  display: none;
}

@media (min-width: 992px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
  }
}

.navigation__list {
  list-style: none;
  margin: 40px auto;
  margin-left: 17vw;
  padding: 0;
  padding-top: 15px;
  width: 180px;
}

@media (min-width: 992px) {
  .navigation__list {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .navigation__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px solid #d6d6d6;
    width: 320px;
    margin: 0;
  }
}

.navigation__list-item {
  color: black;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  font-weight: 500;
}

.navigation__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.navigation__list-sub-item {
  color: black;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: silver;
  margin: 20px;
  font-weight: 500;
}

.navigation__list-item:not(.navigation__list-item--active) {
  color: #d6d6d6;
}

.navigation__link {
  color: #0086cd;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.navigation__link:hover {
  color: #0086cd;
  text-decoration: underline;
}

.navigation__sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #d6d6d6;
  margin: 50px auto 0;
  padding: 20px 0 0;
  width: calc(60% + 50px);
}

@media (min-width: 992px) {
  .navigation__sidebar {
    padding: 20px;
    display: block;
    border-top: none;
    margin: 0;
    padding-top: 0;
  }
}

.navigation .languages {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #d6d6d6;
  width: 50%;
  display: inline-block;
}

@media (min-width: 992px) {
  .navigation .languages {
    border-right: none;
    width: 100px;
  }
}

@media (max-width: 767px) {
  .navigation .languages {
    display: block;
    border-right: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}

.navigation .languages__list {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #d6d6d6;
}

@media (max-width: 767px) {
  .navigation .languages__list {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d6d6d6;
  }
}

.navigation .footer__link {
  color: silver;
  font-size: 18px;
  text-align: center;
}

.navigation .footer__link:hover {
  color: #47535B;
}

.navigation .footer__title {
  display: none;
}

.navigation .social {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.navigation .social__link {
  float: none;
}

.navigation .social__image {
  margin: 0;
  height: 60px;
  width: 60px;
}

.navigation .contact {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .navigation .contact {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-top: 0;
  }
}

a.navigation__link menu span {
  color: silver;
  text-decoration: none;
}

.selected {
  color: #47535B;
}

a.navigation__link:hover {
  color: #47535B;
  text-decoration: none;
}

div.contacts {
  display: inline;
  display: block;
  float: right;
}

@media (min-width: 768px) {
  div.contacts {
    display: inline;
  }
}

@media (min-width: 992px) {
  div.contacts {
    display: block;
  }
}

@media (min-width: 992px) {
  div.contacts {
    float: none;
  }
}

@media (max-width: 767px) {
  div.contacts {
    display: block;
    text-align: center;
    float: none;
    position: relative;
    top: 90px;
  }
}

.languages__title {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #47535B;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.languages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 70px;
}

.languages__list-item {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

.languages__list-item:not(:last-child) {
  margin-right: 20px;
}

.languages__list-item:last-of-type {
  text-align: right;
}

.languages__link {
  color: #d6d6d6;
  display: block;
  text-decoration: none;
}

.languages__link:hover {
  text-decoration: none;
  color: #47535B;
}

.languages__list-item--active .languages__link {
  color: black;
}

.news {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 50px);
  max-width: 1400px;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  margin-bottom: 80px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .news {
    max-width: 1150px;
  }
}

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

@media (min-width: 1200px) {
  .news {
    max-width: 1400px;
  }
}

@media (min-width: 768px) {
  .news {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .news {
    padding-left: 0;
  }
}

.news a {
  text-decoration: none;
  color: #00adef;
  font-size: 35px;
}

.news__messages {
  width: 100%;
  -webkit-columns: 1;
  columns: 1;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 768px) {
  .news__messages {
    width: calc((100% - 480px) / 1.5 + 300px);
  }
}

@media (min-width: 992px) {
  .news__messages {
    width: calc((100% - 550px) / 1.33333 + 400px);
  }
}

@media (max-width: 767px) {
  .news__messages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .news__messages:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news__messages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .news__messages:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news__messages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .news__messages:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .news__messages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .news__messages:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .news__messages {
    -webkit-columns: 2;
    columns: 2;
  }
}

@media (min-width: 992px) {
  .news__messages {
    -webkit-columns: 3;
    columns: 3;
  }
}

.news__twitter {
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  .news__twitter {
    width: calc((100% - 480px) / 3 + 120px);
  }
}

@media (min-width: 992px) {
  .news__twitter {
    width: calc((100% - 550px) / 4 + 100px);
  }
}

@media (max-width: 767px) {
  .news__twitter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .news__twitter:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news__twitter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .news__twitter:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news__twitter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .news__twitter:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .news__twitter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .news__twitter:last-child {
    margin-right: 0;
  }
}

.news__page__messages {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-columns: 1;
  columns: 1;
  margin: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-column-fill: balance;
  column-fill: balance;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .news__page__messages {
    -webkit-columns: 3;
    columns: 3;
  }
}

@media (min-width: 992px) {
  .news__page__messages {
    -webkit-columns: 4;
    columns: 4;
  }
}

@media (min-width: 768px) {
  .news__page__messages {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .news__page__messages {
    padding-right: 90px;
  }
}

@media (min-width: 768px) {
  .news__page__messages {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .news__page__messages {
    padding-left: 90px;
  }
}

.news__page__messages .news-message {
  margin-top: 0;
  margin-bottom: 20px;
}

.news-message {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  overflow: hidden;
  background-color: #f39200;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.news-message__link {
  color: black;
  text-decoration: none;
}

.news-message__head {
  word-wrap: normal;
  font-size: 22px;
  color: black;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
}

.news-message__head strong {
  text-transform: uppercase;
  font-size: 24px;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
}

.news-message__summary {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 20px;
  color: black;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}

.news-message__image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.news-message:nth-of-type(1) {
  margin-top: 0em;
}

.line {
  display: inline-block;
}

div.line {
  width: 10px;
  height: auto;
  content: ' ';
}

.logo-carousel {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.partner-carousel {
  margin-bottom: 50px;
  margin-right: 5vw;
  margin-left: 5vw;
}

.partner-carousel__slide {
  overflow: hidden;
}

.partner-carousel__logo {
  width: 90%;
  height: auto;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
}

div.partner-carousel button.slick-next,
div.partner-carousel button.slick-prev {
  right: 1vw;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.partner-carousel button.slick-prev:before,
div.partner-carousel button.slick-next:before {
  font-family: "Times New Roman", Times, serif;
  color: #47535B;
  font-size: 4vw;
  line-height: 0;
  position: relative;
}

div.partner-carousel button.slick-prev:before {
  content: '<';
  right: 48vw;
  z-index: 1000;
}

div.partner-carousel button.slick-next:before {
  content: '>';
  left: 46vw;
}

.products {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -30px;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .products {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .products {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .products {
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .products {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .products {
    max-width: 1150px;
  }
}

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

@media (min-width: 768px) {
  .products {
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .products {
    margin-top: -90px;
  }
}

@media (min-width: 768px) {
  .products {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .products {
    margin-bottom: 80px;
  }
}

.product {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-shadow: 4px 4px 24px 9px #88888857;
  box-shadow: 4px 4px 24px 9px #88888857;
  padding: 25px;
  text-align: left;
  color: white;
  overflow: hidden;
  height: 300px;
}

@media (min-width: 768px) {
  .product {
    width: calc((100% - 480px) / 2 + 210px);
  }
}

@media (min-width: 992px) {
  .product {
    width: calc((100% - 550px) / 4 + 100px);
  }
}

@media (max-width: 767px) {
  .product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .product {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .product {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .product:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .product:nth-child(4n) {
    margin-right: 0;
  }
}

div.product a.product__link {
  color: white;
  text-decoration: none;
}

.product__name {
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 20px;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  text-color: white;
}

.product__description {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 20px;
  text-color: white;
}

.product:nth-of-type(8n+1) {
  background-color: #253e8e;
}

.product:nth-of-type(8n+2) {
  background-color: #43ad4c;
}

.product:nth-of-type(8n+3) {
  background-color: #d31f2a;
}

.product:nth-of-type(8n+4) {
  background-color: #f39200;
}

.product:nth-of-type(8n+5) {
  background-color: #7958ad;
}

.product:nth-of-type(8n+6) {
  background-color: #fec311;
}

.product:nth-of-type(8n+7) {
  background-color: #198985;
}

.product:nth-of-type(8n+8) {
  background-color: #0086cd;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .row {
    max-width: 1150px;
  }
}

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

div.footer__socialmedia p.footer__title {
  margin-bottom: 15px;
}

.social {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .social {
    max-width: 1150px;
  }
}

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

@media (min-width: 992px) {
  .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.social__link {
  display: inline;
  margin-left: auto;
  margin-left: auto;
}

.social__link:not(:last-child) {
  margin-right: 20px;
}

.social__image {
  width: 60px;
  margin-left: auto;
  margin-left: auto;
}

div.team {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 50px);
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  align: center;
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  div.team {
    max-width: 1150px;
  }
}

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

.teammember {
  color: #003399;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  width: 100%;
  text-align: center;
  height: 125vw;
}

@media (min-width: 768px) {
  .teammember {
    width: calc((100% - 480px) / 3 + 120px);
  }
}

@media (min-width: 992px) {
  .teammember {
    width: calc((100% - 550px) / 4 + 100px);
  }
}

@media (max-width: 767px) {
  .teammember {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 80px;
  }
  .teammember:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teammember {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
  }
  .teammember:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teammember {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .teammember:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .teammember {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
  }
  .teammember:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .teammember:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teammember:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teammember:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .teammember:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .teammember {
    height: 42vw;
  }
}

@media (min-width: 992px) {
  .teammember {
    height: 32vw;
  }
}

@media (min-width: 1200px) {
  .teammember {
    height: 400px;
  }
}

.teammember__picture {
  width: 100%;
  height: auto;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.teammember__name {
  color: black;
  font-size: 22px;
}

.teammember__position {
  -webkit-margin-before: 7px;
  margin-block-start: 7px;
  font-size: 16px;
  color: #f39200;
}

.teammember__name {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
}

.Title-plugin {
  color: black;
  font-family: "Alegreya Sans", sans-serif;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-column-count: 1;
  column-count: 1;
}

div.twitterfeed {
  max-height: 1000px;
  max-width 100vw: 30vw;
  padding: 6px;
  background-color: #f39200;
  overflow: hidden;
  display: block;
  border: 6px;
  border-color: #f39200;
  border-radius: 6px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-left: 0;
}

@media (min-width: 768px) {
  div.twitterfeed {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  div.twitterfeed {
    margin-left: -20px;
  }
}

twitter-timeline {
  data-height: 900px;
  date-width: auto;
}

.view {
  margin: 0;
  padding: 0;
}

body.views {
  font-family: "Alegreya Sans", sans-serif;
}
