@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Black.woff2") format("woff2"), url("../fonts/TTFors-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-BlackItalic.woff2") format("woff2"), url("../fonts/TTFors-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Bold.woff2") format("woff2"), url("../fonts/TTFors-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-BoldItalic.woff2") format("woff2"), url("../fonts/TTFors-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-DemiBoldItalic.woff2") format("woff2"), url("../fonts/TTFors-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-DemiBold.woff2") format("woff2"), url("../fonts/TTFors-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/TTFors-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-ExtraBold.woff2") format("woff2"), url("../fonts/TTFors-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-ExtraLight.woff2") format("woff2"), url("../fonts/TTFors-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-ExtraLightItalic.woff2") format("woff2"), url("../fonts/TTFors-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Light.woff2") format("woff2"), url("../fonts/TTFors-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Italic.woff2") format("woff2"), url("../fonts/TTFors-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-LightItalic.woff2") format("woff2"), url("../fonts/TTFors-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Medium.woff2") format("woff2"), url("../fonts/TTFors-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-MediumItalic.woff2") format("woff2"), url("../fonts/TTFors-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Regular.woff2") format("woff2"), url("../fonts/TTFors-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-Thin.woff2") format("woff2"), url("../fonts/TTFors-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors";
  src: url("../fonts/TTFors-ThinItalic.woff2") format("woff2"), url("../fonts/TTFors-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
* {
  font-family: "TT Fors";
}

body {
  padding-top: 55px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background: #12963f;
  border-radius: 0;
  border: 0;
}
body.body-noscroll {
  overflow: hidden;
  background: #006edb;
}
body.body-noscroll header {
  opacity: 0;
}
body.body-noscroll footer {
  opacity: 0;
}
body.body-noscroll main * {
  opacity: 0;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #12963f url("../images/up-arrow.svg") center center no-repeat;
  background-size: 20px 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.to-top-show {
  opacity: 1;
  pointer-events: auto;
}

header {
  display: flex;
  position: fixed;
  z-index: 100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
}
header .left-panel {
  padding: 20px 25px 20px 25px;
  border-right: 1px solid #dce1e1;
  min-width: 308px;
}
header .left-panel .logo {
  display: block;
}
header .left-panel .logo img {
  display: block;
  width: 100%;
  max-width: 244px;
}
header .left-panel .small-logo {
  display: none;
}
header .left-panel {
  /*border-bottom: 1px solid #dce1e1;*/
}
header .right-panel {
  flex: 1;
  /*border-bottom: 1px solid #006edb;*/
}
header .right-panel .menu {
  list-style: none;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: #006edb;
}
header .right-panel .menu > li {
  display: inline-block;
}
header .right-panel .menu > li > a {
  display: inline-block;
  padding: 16px 40px 15px 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  /*border-right: 1px solid #009fe3;*/
}
header .right-panel .menu > li > a:hover {
  text-decoration: none;
}
header .right-panel .menu > li ul {
  display: none;
}
header .right-panel .menu > li.active > a {
  background: #ffffff;
  color: #006edb;
  /*position: relative;
  &:after{
      content: "";
      display: block;
      height: 1px;
      left: 0;
      right: 0;
      background: #dce1e1;
      position: absolute;
      bottom: 0;
  }*/
}
header .right-panel .menu > li.active > ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  left: 308px;
}
header .right-panel .menu > li.active > ul li {
  display: inline-block;
}
header .right-panel .menu > li.active > ul li > a {
  display: inline-block;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  color: #006edb;
  font-size: 17px;
  font-weight: 500;
}
header .right-panel .menu > li.active > ul li > a:hover {
  text-decoration: underline;
}
header .right-panel .top-panel {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
header .right-panel .top-panel div {
  display: inline-block;
}
header .right-panel .top-panel div > a {
  display: inline-block;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  border-left: 1px solid #009fe3;
}
header .right-panel .top-panel div > a:hover {
  text-decoration: none;
}
header .right-panel .top-panel div.language > .button {
  padding-left: 14px;
  padding-right: 14px;
}
header .right-panel .top-panel div.language .list {
  position: absolute;
  width: 100%;
  max-width: 110px;
  margin-left: -78px;
  margin-top: 55px;
  display: none;
}
header .right-panel .top-panel div.language .list div {
  padding: 10px 20px 10px 20px;
  line-height: 1;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  background: #006edb;
  width: 100%;
  text-align: left;
}
header .right-panel .top-panel div.language .list div:hover {
  background: #ffffff;
  color: #006edb;
}
header .right-panel .top-panel div.language .list.list-open {
  display: inline-block;
}
header .right-panel .top-panel div.mobile-menu-button {
  display: none;
}
header .right-panel .top-panel div.search {
  border-left: 1px solid #009fe3;
}
header .right-panel .top-panel div.search .search-field {
  display: none;
  /*padding-left: 32px;*/
  position: absolute;
  width: 100%;
  max-width: 300px;
  right: 0;
  top: 56px;
  padding: 10px 10px 10px 10px;
  background: #006edb;
}
header .right-panel .top-panel div.search .search-field input[type=text] {
  background: #ffffff;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  color: #000000;
  border: 0;
  outline: none;
  width: 100%;
}
header .right-panel .top-panel div.search.search-open .search-field {
  display: inline-block;
}
header .right-panel .top-panel div.search > a {
  padding-left: 32px;
  padding-right: 32px;
  border: 0;
}
header .right-panel .top-panel div.link:hover > a {
  background: #ffffff;
  color: #006edb;
}

.body-scrolled header .left-panel {
  min-height: 55px;
  min-width: 108px;
  padding: 3px 25px 3px 25px;
  border-bottom: 1px solid #006edb;
}
.body-scrolled header .left-panel .logo {
  display: none;
}
.body-scrolled header .left-panel .small-logo {
  display: inline-block;
}
.body-scrolled header .left-panel .small-logo img {
  height: 50px;
}
.body-scrolled header .right-panel .menu > li.active {
  border-bottom: 1px solid #006edb;
}
.body-scrolled header .right-panel .menu > li.active ul {
  display: none;
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  height: 100dvh;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  background: #006fde;
  background-size: cover;
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.popup-menu .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.popup-menu .logo img {
  max-height: 60px;
}
.popup-menu .menu-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 30px;
  right: 0;
  overflow: auto;
}
.popup-menu .menu-wrapper::-webkit-scrollbar {
  width: 8px;
}
.popup-menu .menu-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.popup-menu .menu-wrapper::-webkit-scrollbar-thumb {
  background: #12963f;
  border-radius: 0;
  border: 0;
}
.popup-menu .close-window {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.popup-menu .close-window:before, .popup-menu .close-window:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -1px;
  transition: all 100ms ease-out;
}
.popup-menu .close-window:before {
  transform: rotate(-45deg);
}
.popup-menu .close-window:after {
  transform: rotate(45deg);
}
.popup-menu .menu {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.popup-menu .menu li {
  display: block;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.popup-menu .menu li a {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.popup-menu .menu > li > a {
  font-weight: 700;
}
.popup-menu .menu .current-menu-item a {
  color: #ffffff;
  font-weight: 700;
}

.popup-menu-open {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
}

@media (max-width: 991px) {
  header .left-panel {
    z-index: 1;
  }
  header .right-panel {
    background: #006fde;
  }
  header .right-panel .menu {
    display: none;
  }
  header .right-panel .top-panel {
    left: 0;
  }
  header .right-panel .top-panel > div.search .search-field {
    max-width: 100%;
  }
  header .right-panel .top-panel > div.search a {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .right-panel .top-panel > div.language > .button {
    border-left: 0;
  }
  header .right-panel .top-panel > div.mobile-menu-button {
    display: inline-block;
  }
  header .right-panel .top-panel > div.mobile-menu-button a {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .right-panel .top-panel .link {
    display: none;
  }
}
@media (max-width: 730px) {
  header .left-panel {
    min-width: 200px;
  }
  header .left-panel .logo img {
    max-width: 150px;
  }
}
@media (max-width: 620px) {
  header .left-panel {
    min-width: 150px;
    padding: 14px 25px 14px 25px;
  }
  header .left-panel .logo img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  header .right-panel .top-panel > div.search a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer {
  padding-top: 65px;
  padding-bottom: 30px;
  background: #006fde;
}
footer .logo {
  margin-bottom: 10px;
}
footer .logo img {
  display: block;
}
footer .slogan {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 75px;
}
footer .socials {
  position: absolute;
  bottom: 4px;
  left: 12px;
}
footer .socials a {
  display: inline-block;
  margin-right: 30px;
}
footer ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
footer ul li {
  display: block;
  margin-bottom: 10px;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
}
footer ul li a.bold {
  font-weight: 700;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer .copyright {
  padding-top: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  footer {
    padding-top: 30px;
  }
  footer .slogan {
    margin-bottom: 30px;
  }
  footer .socials {
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  footer .last-column {
    padding-top: 10px;
  }
  footer .copyright {
    padding-top: 30px;
  }
}
.hero-block {
  position: relative;
  margin-bottom: 140px;
  overflow: hidden;
  max-height: calc(100vh - 55px);
}
.hero-block video {
  width: 100%;
  display: block;
}
.hero-block .text-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.hero-block .text-layer .content {
  width: 100%;
}
.hero-block .text-layer .content .heading {
  color: #ffffff;
  line-height: 1;
  font-size: 120px;
  margin-bottom: 42px;
}
.hero-block .text-layer .content .text {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 88px;
}
.hero-block .text-layer .content .buttons .button {
  display: inline-block;
  padding: 17px 25px 17px 55px;
  line-height: 1;
  background: #12963f;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 32px;
}
.hero-block .text-layer .content .buttons .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 12px;
  height: 20px;
  background: url("../images/chevron-right.png") center center no-repeat;
  margin-top: -10px;
}
.hero-block .text-layer .content .buttons .button:hover {
  background: #006fde;
}
.hero-block .text-layer .content .buttons .button.show-video:before {
  background: url("../images/play-icon.png") center center no-repeat;
  width: 16px;
  height: 18px;
  margin-top: -9px;
}
.hero-block .text-layer .content .mobile-pagination {
  display: none;
  position: relative;
}
.hero-block .text-layer .content .mobile-pagination .pagination {
  padding-right: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
}
.hero-block .text-layer .content .mobile-pagination .pagination > div {
  background: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-block .text-layer .content .mobile-pagination .pagination > div.active {
  background: #12963f;
  opacity: 1;
}
.hero-block .text-layer .content .mobile-pagination .pagination > div:hover {
  background: #006edb;
  opacity: 1;
}
.hero-block .text-layer .content .mobile-pagination .pause {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 12px;
  height: 16px;
  background: url("../images/pause.png") center center no-repeat;
  transition: all 0.3s ease;
}
.hero-block .text-layer .content .mobile-pagination .pause:hover {
  background: url("../images/pause-blue.png") center center no-repeat;
}
.hero-block .text-layer .content .pagination-column {
  position: relative;
}
.hero-block .text-layer .content .pagination-column .pagination {
  position: absolute;
  width: 100%;
  max-width: 500px;
  right: 25px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
}
.hero-block .text-layer .content .pagination-column .pagination > div {
  background: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-block .text-layer .content .pagination-column .pagination > div.active {
  background: #12963f;
  opacity: 1;
}
.hero-block .text-layer .content .pagination-column .pagination > div:hover {
  background: #006edb;
  opacity: 1;
}
.hero-block .text-layer .content .pagination-column .pause {
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 12px;
  height: 16px;
  background: url("../images/pause.png") center center no-repeat;
  transition: all 0.3s ease;
}
.hero-block .text-layer .content .pagination-column .pause:hover {
  background: url("../images/pause-blue.png") center center no-repeat;
}

@media (max-width: 991px) {
  .hero-block {
    margin-bottom: 0;
    max-height: 50000px;
  }
  .hero-block .video {
    margin-bottom: 25px;
    min-height: calc(100vh - 55px);
    position: relative;
    overflow: hidden;
  }
  .hero-block .video video {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .hero-block .pagination-column {
    display: none;
  }
  .hero-block .text-layer {
    /*position: relative;*/
  }
  .hero-block .text-layer .content {
    margin-top: -170px;
  }
  .hero-block .text-layer .content .heading {
    font-size: 60px;
    /*color: #000000;*/
    margin-bottom: 30px;
  }
  .hero-block .text-layer .content .text {
    font-size: 18px;
    /*color: #000000;*/
    margin-bottom: 50px;
  }
  .hero-block .text-layer .content .mobile-pagination {
    display: block;
  }
  .hero-block .text-layer .content .buttons {
    position: absolute;
    bottom: 120px;
    left: 12px;
    right: 12px;
  }
  .hero-block .text-layer .content .buttons .button {
    margin-bottom: 30px;
  }
}
.mosaic-block .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 60px;
  line-height: 1;
}
.mosaic-block .left-column {
  position: relative;
}
.mosaic-block .left-column .sub-heading {
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
}
.mosaic-block .left-column .buttons {
  position: absolute;
  bottom: 0;
  left: 12px;
}
.mosaic-block .left-column .buttons .button {
  display: inline-block;
  padding: 17px 25px 17px 55px;
  line-height: 1;
  background: #12963f;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mosaic-block .left-column .buttons .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 12px;
  height: 20px;
  background: url("../images/chevron-right.png") center center no-repeat;
  margin-top: -10px;
}
.mosaic-block .left-column .buttons .button:hover {
  background: #006fde;
}
.mosaic-block p {
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
}
.mosaic-block p:last-child {
  margin-bottom: 0;
}
.mosaic-block .mosaic {
  padding-top: 85px;
  margin-bottom: 110px;
}
.mosaic-block .mosaic img {
  width: 100%;
}

@media (max-width: 991px) {
  .mosaic-block .heading {
    margin-bottom: 30px;
  }
  .mosaic-block .left-column .sub-heading {
    margin-bottom: 30px;
  }
  .mosaic-block .left-column .buttons {
    position: relative;
    left: 0;
  }
  .mosaic-block .left-column .buttons > div {
    margin-bottom: 30px;
  }
  .mosaic-block .mosaic {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mosaic-block .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .mosaic-block .left-column .sub-heading {
    font-size: 20px;
  }
  .mosaic-block p {
    font-size: 14px;
  }
}
.news-block {
  padding-top: 140px;
  padding-bottom: 80px;
}
.news-block .container {
  position: relative;
}
.news-block .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 110px;
  line-height: 1;
}
.news-block .news .item {
  border-bottom: 1px solid #dce1e1;
}
.news-block .news .item .image {
  margin-bottom: 25px;
}
.news-block .news .item .image img {
  display: block;
  width: 100%;
}
.news-block .news .item .title {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 25px;
  min-height: 72px;
}
.news-block .news .item .meta {
  margin-bottom: 10px;
}
.news-block .news .item .meta .date {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  color: #000000;
  padding-right: 25px;
  border-right: 1px solid #000000;
  padding-top: 2px;
  padding-bottom: 2px;
}
.news-block .news .item .meta .link {
  display: inline-block;
  padding-left: 25px;
}
.news-block .news .item .meta .link a {
  display: inline-block;
  color: #006fde;
  font-size: 16px;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.news-block .news .item .meta .link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../images/chevron-blue.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.news-block .news .item .meta .link a:hover {
  text-decoration: underline;
}
.news-block .news .swiper-pagination {
  position: absolute;
  top: 20px;
  right: 130px;
  width: auto;
  left: auto;
  bottom: auto;
}
.news-block .news .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.news-block .news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #12963f;
}
.news-block .news .swiper-button-prev {
  position: absolute;
  top: 12px;
  right: 73px;
  left: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-left.png") center center no-repeat;
}
.news-block .news .swiper-button-prev svg {
  display: none;
}
.news-block .news .swiper-button-next {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-right.png") center center no-repeat;
}
.news-block .news .swiper-button-next svg {
  display: none;
}
.news-block .button-wrapper {
  text-align: center;
  padding-top: 70px;
}
.news-block .button-wrapper .button {
  display: inline-block;
  padding: 17px 25px 17px 55px;
  line-height: 1;
  background: #12963f;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.news-block .button-wrapper .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 21px;
  height: 16px;
  background: url("../images/envelope-icon.png") center center no-repeat;
  margin-top: -8px;
}
.news-block .button-wrapper .button:hover {
  background: #006fde;
}

@media (max-width: 991px) {
  .news-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-block .heading {
    margin-bottom: 30px;
  }
  .news-block .button-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .news-block .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .news-block .news .swiper-button-prev {
    top: -10px;
  }
  .news-block .news .swiper-button-next {
    top: -10px;
  }
  .news-block .news .swiper-pagination {
    top: 30px;
    right: 20px;
  }
}
.numbers-block {
  margin-bottom: 110px;
}
.numbers-block .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 110px;
  line-height: 1;
}
.numbers-block .item {
  position: relative;
}
.numbers-block .item .number {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #12963f;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.numbers-block .item .number sub {
  bottom: 0;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.numbers-block .item .text {
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 25px;
}
.numbers-block .item:after {
  content: "";
  display: block;
  height: 1px;
  background: #dce1e1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 200px;
}

@media (max-width: 991px) {
  .numbers-block {
    margin-bottom: 30px;
  }
  .numbers-block .heading {
    margin-bottom: 30px;
  }
  .numbers-block .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .numbers-block {
    margin-bottom: 0;
  }
  .numbers-block .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .numbers-block .item .number {
    font-size: 50px;
  }
  .numbers-block .item .text {
    font-size: 20px;
  }
}
.projects-block {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #dce1e1;
}
.projects-block .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1;
}
.projects-block .text p {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0;
}
.projects-block .text p:last-child {
  margin-bottom: 0;
}
.projects-block .projects {
  padding-top: 70px;
  position: relative;
}
.projects-block .projects .swiper-slide {
  /*width: 370px;
  padding-top: 90px;*/
}
.projects-block .projects .swiper-slide .item .image img {
  display: block;
  width: 100%;
}
.projects-block .projects .swiper-slide .item .text-wrapper {
  background: #ffffff;
  padding: 20px 25px 20px 25px;
}
.projects-block .projects .swiper-slide .item .text-wrapper .title {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.projects-block .projects .swiper-slide .item .text-wrapper .text {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.projects-block .projects .swiper-slide .item .text-wrapper .link {
  text-align: right;
}
.projects-block .projects .swiper-slide .item .text-wrapper .link a {
  color: #006fde;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.projects-block .projects .swiper-slide .item .text-wrapper .link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../images/chevron-blue.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.projects-block .projects .swiper-slide .item .text-wrapper .link a:hover {
  text-decoration: underline;
}
.projects-block .projects .swiper-slide {
  transform-origin: center;
}
.projects-block .projects .swiper-slide.pre-active {
  /*width: 500px;*/
}
.projects-block .projects .swiper-slide-active {
  /*width: 500px;
  padding-top: 0;
  .item{
      .text-wrapper{
          .title{
              font-size: 22px;
              margin-bottom: 20px;
          }
          .text{
              color: #000000;
              font-size: 16px;
              line-height: 1.2;
              margin-bottom: 20px;
          }
      }
  }*/
}
.projects-block .projects .swiper-slide-next {
  /*width: 500px;*/
  /*-webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;*/
}
.projects-block .projects .controls {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.projects-block .projects .controls .swiper-pagination {
  display: inline-block;
  position: relative;
  top: -14px;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
}
.projects-block .projects .controls .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 1;
}
.projects-block .projects .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #12963f;
}
.projects-block .projects .controls .swiper-button-prev {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-left.png") center center no-repeat;
}
.projects-block .projects .controls .swiper-button-prev svg {
  display: none;
}
.projects-block .projects .controls .swiper-button-next {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-right.png") center center no-repeat;
}
.projects-block .projects .controls .swiper-button-next svg {
  display: none;
}

@media (max-width: 991px) {
  .projects-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .projects-block .heading {
    margin-bottom: 30px;
  }
  .projects-block .projects .swiper-slide {
    padding-top: 0;
  }
  .projects-block .projects .controls {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .projects-block .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .projects-block .text p {
    font-size: 14px;
  }
}
.services-block .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 40px;
  line-height: 1;
}
.services-block p {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}
.services-block p:last-child {
  margin-bottom: 0;
}
.services-block .right-column {
  position: relative;
}
.services-block .right-column .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.services-block .right-column .buttons .button {
  display: inline-block;
  padding: 17px 25px 17px 55px;
  line-height: 1;
  background: #12963f;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 32px;
}
.services-block .right-column .buttons .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 12px;
  height: 20px;
  background: url("../images/chevron-right.png") center center no-repeat;
  margin-top: -10px;
}
.services-block .right-column .buttons .button:hover {
  background: #006fde;
}
.services-block .tabs {
  padding-top: 60px;
  position: relative;
}
.services-block .tabs .mobile-points {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 0px;
}
.services-block .tabs .mobile-points div {
  height: 5px;
  background: #dce1e1;
}
.services-block .tabs .mobile-points div.active {
  background: #12963f;
}
.services-block .tabs .links {
  border-top: 1px solid #dce1e1;
}
.services-block .tabs .links > div {
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 24px 40px 24px 40px;
  border-top: 5px solid #ffffff;
  display: inline-block;
}
.services-block .tabs .links > div:first-child {
  padding-left: 0;
}
.services-block .tabs .links > div.active {
  border-top: 5px solid #12963f;
}
.services-block .tabs .controls {
  position: absolute;
  top: 80px;
  right: 0;
  text-align: right;
}
.services-block .tabs .controls .prev {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-left.png") center center no-repeat;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.services-block .tabs .controls .next {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-right.png") center center no-repeat;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.services-block .tabs .panels > div {
  display: none;
  position: relative;
}
.services-block .tabs .panels > div img {
  width: 100%;
  display: block;
}
.services-block .tabs .panels > div.active {
  display: block;
}
.services-block .tabs .panels > div .panel {
  background: #12963f;
  padding: 24px 28px 24px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.services-block .tabs .panels > div .panel .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 80px;
}
.services-block .tabs .panels > div .panel .link a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
}
.services-block .tabs .panels > div .panel .link a:after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url("../images/chevron-right.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.services-block .tabs .panels > div .panel .link a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .services-block .heading {
    margin-bottom: 30px;
  }
  .services-block .right-column .buttons {
    padding-top: 30px;
    position: relative;
  }
  .services-block .tabs {
    padding-top: 30px;
  }
  .services-block .tabs .controls {
    top: 50px;
  }
  .services-block .tabs .mobile-points {
    display: grid;
  }
  .services-block .tabs .links > div {
    display: none;
    padding-left: 0;
    border-top: 0;
  }
  .services-block .tabs .links > div.active {
    display: inline-block;
    border-top: 0;
  }
  .services-block .tabs .panels > div .panel {
    position: relative;
  }
  .services-block .tabs .panels > div .panel .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services-block .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .services-block p {
    font-size: 14px;
  }
}
.sites-block {
  padding-top: 120px;
  padding-bottom: 160px;
  background: #dce1e1;
  position: relative;
}
.sites-block .sites .item {
  border-bottom: 1px solid #dce1e1;
}
.sites-block .sites .item .image img {
  display: block;
  width: 100%;
}
.sites-block .sites .item .text-wrapper {
  background: #ffffff;
  min-height: 280px;
  box-sizing: border-box;
  padding: 45px 45px 45px 45px;
  position: relative;
}
.sites-block .sites .item .title {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}
.sites-block .sites .item .text {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}
.sites-block .sites .item .link {
  position: absolute;
  right: 45px;
  bottom: 45px;
}
.sites-block .sites .item .link a {
  font-size: 20px;
  line-height: 1.2;
  color: #006fde;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.sites-block .sites .item .link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../images/chevron-blue.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.sites-block .sites .item .link a:hover {
  text-decoration: underline;
}
.sites-block .sites .controls {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  text-align: center;
}
.sites-block .sites .controls .swiper-pagination {
  display: inline-block;
  position: relative;
  top: -14px;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
}
.sites-block .sites .controls .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 1;
}
.sites-block .sites .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #12963f;
}
.sites-block .sites .controls .swiper-button-prev {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-left.png") center center no-repeat;
}
.sites-block .sites .controls .swiper-button-prev svg {
  display: none;
}
.sites-block .sites .controls .swiper-button-next {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 50%;
  background: #12963f url("../images/chevron-right.png") center center no-repeat;
}
.sites-block .sites .controls .swiper-button-next svg {
  display: none;
}

@media (max-width: 991px) {
  .sites-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sites-block .sites .item .text {
    margin-bottom: 20px;
  }
  .sites-block .sites .item .link {
    text-align: right;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .sites-block .sites .item .text-wrapper {
    padding-bottom: 105px;
  }
}
@media (max-width: 767px) {
  .sites-block .sites .item .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sites-block .sites .item .text {
    font-size: 14px;
  }
  .sites-block .sites .controls .swiper-pagination .swiper-pagination-bullet {
    background: #dce1e1;
  }
}
.text-image-block {
  margin-bottom: 140px;
}
.text-image-block > .row {
  margin-left: 0;
  margin-right: 0;
}
.text-image-block.text-image-block-grey {
  background: #dce1e1;
}
.text-image-block .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-left: 0;
  padding-right: 0;
}
.text-image-block .text-wrapper > div {
  max-width: 650px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 110px;
}
.text-image-block .text-wrapper > div .heading {
  font-size: 55px;
  color: #000000;
  margin-bottom: 50px;
  line-height: 1;
}
.text-image-block .text-wrapper > div .sub-heading {
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 40px;
}
.text-image-block .text-wrapper > div .text {
  margin-bottom: 40px;
}
.text-image-block .text-wrapper > div .text p {
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}
.text-image-block .text-wrapper > div .button {
  display: inline-block;
  padding: 17px 25px 17px 55px;
  line-height: 1;
  background: #12963f;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.text-image-block .text-wrapper > div .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 12px;
  height: 20px;
  background: url("../images/chevron-right.png") center center no-repeat;
  margin-top: -10px;
}
.text-image-block .text-wrapper > div .button:hover {
  background: #006fde;
}
.text-image-block .image-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.text-image-block .image-wrapper .image img {
  display: block;
  width: 100%;
}

@media (max-width: 1360px) {
  .text-image-block {
    margin-bottom: 0;
  }
  .text-image-block .text-wrapper > div {
    padding-left: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-image-block .text-wrapper > div .heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .text-image-block .text-wrapper > div {
    padding-right: 12px;
  }
  .text-image-block .text-wrapper > div .heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .text-image-block .text-wrapper > div .sub-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .text-image-block .text-wrapper > div .text p {
    font-size: 14px;
  }
}/*# sourceMappingURL=full.css.map */