@import "../fonts/gilroy/style.css";
* {
  outline: none !important;
}
img {
  max-width: 100%;
}
body {
  font-family: 'Gilroy', serif;
  line-height: 150%;
  min-width: 320px;
  background: #fff;
  font-size: 16px;
  color: #18191f;
}
body.show-menu {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.show-menu {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
a,
a:hover,
a:active {
  color: #fa4d17;
  text-decoration: underline;
}
a:hover,
a:hover:hover,
a:active:hover {
  text-decoration: none;
}
a,
button {
  outline: none !important;
}
p {
  margin-bottom: 20px;
}
.container {
  min-width: 320px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.no-relative {
  position: static;
}
.relative {
  position: relative;
}
h1,
.h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
  color: #0e2f60;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 120%;
  }
}
h2,
.h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  color: #0e2f60;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
h3,
.h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  font-feature-settings: 'liga' off;
  color: #0e2f60;
}
h4 {
  font-size: 24px;
  line-height: 133%;
  color: #0e2f60;
  font-weight: 600;
}
header {
  position: absolute;
  padding-top: 50px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 1400px) {
  header .container {
    max-width: 1320px;
  }
}
header nav {
  padding-top: 21px;
}
header nav a {
  text-decoration: none;
  margin-left: 28px;
  color: #0e2f60;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
header nav a:first-child {
  margin: 0;
}
header .social {
  padding-top: 9px;
  float: right;
}
header .social a {
  margin-left: 6px;
}
header .social a:hover {
  opacity: 0.8;
}
#top-section {
  padding-top: 245px;
  padding-bottom: 130px;
  min-height: 855px;
  background: url('../images/bg.jpg') #cfdbe9 no-repeat 50% 100%;
}
@media (max-width: 767px) {
  #top-section {
    background-position: 55% 100%;
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  #top-section .top-section-text {
    width: 75%;
  }
}
#top-section .top-section-text p {
  font-size: 18px;
  line-height: 178%;
  margin-bottom: 120px;
  width: 85%;
}
@media (max-width: 767px) {
  #top-section .top-section-text p {
    font-size: 15px;
    line-height: 150%;
  }
}
@media (max-width: 400px) {
  #top-section .top-section-text p {
    font-size: 12px;
    line-height: 130%;
  }
}
#top-section .about-link {
  position: relative;
  display: inline-block;
  background: url('../images/play-circle.svg') no-repeat 0 50%;
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0e2f60;
  padding: 20px 0 20px 144px;
  text-decoration: none;
}
#top-section .about-link:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #0e2f60;
  top: 27px;
  left: 56px;
  position: absolute;
}
#about-section {
  padding: 65px 0;
}
#about-section h2 {
  margin: 0 auto 50px auto;
  max-width: 540px;
  text-align: center;
}
@media (max-width: 767px) {
  #about-section h2 {
    margin-bottom: 5.5vw;
  }
}
#about-section img {
  left: -25px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #about-section img {
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  #about-section img {
    left: auto;
    margin-bottom: 8vw;
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  #about-section {
    padding: 8vw 0;
  }
}
#about-section .about-section-text {
  padding-top: 35px;
  width: 80%;
}
@media (max-width: 1199px) {
  #about-section .about-section-text {
    width: 95%;
    padding-top: 0;
  }
}
#about-section .about-section-text p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #about-section .about-section-text p {
    margin-bottom: 5vw;
  }
}
#Partners-section {
  background: #cbd7e5;
}
#Partners-section .Partners-section-text {
  padding-top: 97px;
}
#Partners-section .Partners-section-text h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #Partners-section .Partners-section-text h3 {
    margin-bottom: 4vw;
  }
}
#Partners-section .Partners-section-text p {
  line-height: 180%;
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #Partners-section .Partners-section-text p {
    margin-bottom: 4.5vw;
  }
}
@media (max-width: 1199px) {
  #Partners-section .Partners-section-text {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #Partners-section .Partners-section-text {
    padding-top: 8vw;
    padding-bottom: 7vw;
  }
}
#Partners-section .Partners-section-text strong {
  color: #0e2f60;
}
@media (max-width: 1199px) {
  #Partners-section img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  #Partners-section .person {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#map-section .contact-info {
  top: 75px;
  right: 25px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  max-width: 525px;
  font-size: 14px;
  line-height: 16px;
  padding: 35px 25px;
}
@media (max-width: 1199px) {
  #map-section .contact-info {
    max-width: 400px;
    padding: 20px;
    top: 45px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  #map-section .contact-info {
    max-width: inherit;
    left: 10px;
  }
}
#map-section .contact-info table {
  width: 100%;
}
#map-section .contact-info table td {
  text-align: left;
  padding-bottom: 10px;
  vertical-align: top;
}
#map-section .contact-info table td:first-child {
  padding-right: 30px;
  width: 30%;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 1199px) {
  #map-section .contact-info table td:first-child {
    width: 35%;
  }
}
@media (max-width: 425px) {
  #map-section .contact-info table td {
    font-size: 12px;
  }
}
#map {
  background: url('../images/map.jpg') no-repeat 50% 0 #e9e9e7;
  height: 590px;
  background-size: cover;
}
body {
  opacity: 1 !important;
}
