@font-face {
  font-family: raleway-light;
  src: url(../fonts/raleway-light.ttf);
}

@font-face {
  font-family: opensans-regular;
  src: url(../fonts/opensans-regular.ttf);
}

@font-face {
  font-family: opensans-light;
  src: url(../fonts/opensans-light.ttf);
}

@font-face {
  font-family: opensans-semibold;
  src: url(../fonts/opensans-semibold.ttf);
}

@font-face {
  font-family: opensans-bold;
  src: url(../fonts/opensans-bold.ttf);
}

/* line 28, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
a:hover {
  text-decoration: none;
}

/* line 35, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
button:focus, input:focus {
  outline: none;
}

/* line 40, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.page-holder {
  background: url("../img/page-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 47, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.gorilla-background {
  position: relative;
  min-height: 87vh;
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 1600px) {
  /* line 47, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .gorilla-background {
    min-height: 89vh;
    padding-top: 80px;
  }
}

/* line 58, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.gorilla-background::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/gorilla-background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 1600px) {
  /* line 76, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .container {
    max-width: 1540px !important;
  }
}

/* line 82, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.white-line {
  margin: 40px auto;
  width: 100px;
  height: 3px;
  background: white;
}

/* line 89, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.home-button-holder {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

/* line 95, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.page-button-holder {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 95, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .page-button-holder {
    margin-top: 60px;
  }
}

/* line 104, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.page-button {
  width: 300px;
  height: 60px;
  border: 1px solid white;
  border-radius: 30px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  padding: 14px;
  font-family: "opensans-semibold";
  font-size: 20px;
  color: white;
  background: transparent;
  cursor: pointer;
}

/* line 119, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.page-button:hover {
  background-color: white;
  color: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 126, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.advantages-holder {
  width: 305px;
  margin: 0 auto;
  margin-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  /* line 126, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .advantages-holder {
    width: 950px;
  }
}

@media (min-width: 1600px) {
  /* line 126, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .advantages-holder {
    width: 1270px;
    margin-top: 135px;
    padding-bottom: 45px;
  }
}

/* line 141, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.advantages {
  float: left;
  margin-right: 25px;
  font-family: "opensans-regular";
  font-size: 16px;
  text-align: center;
  color: white;
  margin-top: 10px;
}

@media (min-width: 992px) {
  /* line 141, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .advantages {
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  /* line 141, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .advantages {
    margin-right: 50px;
    font-size: 21px;
  }
}

/* line 157, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.advantages img {
  margin-right: 10px;
  vertical-align: top;
  width: 25px;
}

@media (min-width: 1600px) {
  /* line 157, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .advantages img {
    width: 30px;
  }
}

/* line 167, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services-holder {
  padding-top: 30px;
}

@media (min-width: 992px) {
  /* line 167, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services-holder {
    padding-top: 50px;
  }
}

/* line 174, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  background-color: white;
  border: 15px solid #d9d9d9;
  font-family: "opensans-bold";
  font-size: 19px;
  color: #333333;
  text-align: center;
  padding: 10px;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  /* line 174, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 174, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services {
    width: 255px;
    height: 255px;
    font-size: 23px;
    padding-top: 30px;
  }
}

@media (min-width: 1600px) {
  /* line 174, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services {
    width: 295px;
    height: 295px;
    font-size: 26px;
  }
}

/* line 202, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services svg {
  width: 70px;
  height: 70px;
}

@media (min-width: 1200px) {
  /* line 202, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services svg {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1600px) {
  /* line 202, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services svg {
    width: 100px;
    height: 100px;
  }
}

/* line 215, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services:hover {
  background-color: transparent;
  border-color: white;
  color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 222, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services:hover svg path {
  fill: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 230, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services-right {
  float: none;
}

@media (min-width: 576px) {
  /* line 230, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services-right {
    float: right;
  }
}

/* line 237, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services-left {
  float: none;
}

@media (min-width: 576px) {
  /* line 237, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services-left {
    float: left;
  }
}

@media (min-width: 992px) {
  /* line 244, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services-right, .services-left {
    float: none;
  }
}

/* line 250, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.services-title {
  line-height: 120%;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  /* line 250, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .services-title {
    margin-top: 10px;
  }
}

/* line 258, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

@media (min-width: 576px) {
  /* line 258, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-form {
    width: 490px;
  }
}

@media (min-width: 768px) {
  /* line 258, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-form {
    width: 680px;
  }
}

@media (min-width: 992px) {
  /* line 258, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-form {
    width: 850px;
  }
}

@media (min-width: 1200px) {
  /* line 258, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-form {
    width: 980px;
  }
}

/* line 276, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.contact-input, .contact-textarea {
  width: 100%;
  height: 60px;
  font-family: "opensans-bold";
  font-size: 16px;
  color: black;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 286, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.contact-textarea {
  height: 200px;
  resize: none;
}

/* line 291, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.contact-address {
  margin-top: 20px;
  font-family: "opensans-semibold";
  font-size: 14px;
  color: white;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 291, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-address {
    margin-top: 0;
    font-size: 12px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  /* line 291, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
  .contact-address {
    margin-top: -30px;
    font-size: 15px;
  }
}

/*Modal*/
/* line 310, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.modal-header {
  border: none;
  z-index: 1;
}

/* line 315, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.modal-body {
  text-align: center;
  margin-top: -35px;
}

/* line 319, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.modal-body img {
  margin-bottom: 20px;
}

/* line 324, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.modal-body-txt {
  font-family: "opensans-light";
  font-size: 18px;
  color: #333333;
}

/* line 329, C:/xampp/htdocs/gorilla/frontend/assets/scss/_general.scss */
.modal-body-txt span {
  font-family: "opensans-bold";
}

/* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
.page-title {
  font-family: "opensans-regular";
  font-size: 50px;
  color: white;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
  .page-title {
    font-size: 70px;
  }
}

@media (min-width: 1600px) {
  /* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
  .page-title {
    font-size: 80px;
  }
}

/* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
.page-text {
  font-family: "raleway-light";
  font-size: 19px;
  color: white;
  width: 330px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 576px) {
  /* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
  .page-text {
    width: 490px;
  }
}

@media (min-width: 768px) {
  /* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
  .page-text {
    width: 720px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  /* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_typography.scss */
  .page-text {
    width: 800px;
  }
}

/* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar {
  padding: 5px;
  border-bottom: 4px solid #878787;
}

@media (min-width: 576px) {
  /* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar {
    padding: 5px 35px;
  }
}

@media (min-width: 768px) {
  /* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  /* line 1, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar {
    padding: 5px 65px;
  }
}

/* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar-nav {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 15, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar-nav {
    padding-bottom: 0;
  }
}

/* line 22, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar-brand {
  z-index: 3;
}

/* line 26, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.logo {
  width: 250px;
}

/* line 31, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-family: "opensans-light";
  color: black;
}

@media (min-width: 992px) {
  /* line 31, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  /* line 31, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
}

/* line 44, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-item.active .nav-link {
  color: black !important;
  font-family: "opensans-bold";
}

/* line 50, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar-toggler {
  padding: 0;
  border: none;
}

/* line 55, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.navbar-collapse {
  position: absolute;
  top: 78px;
  right: 0;
  background-color: white;
  width: 100%;
  z-index: 3;
}

@media (min-width: 576px) {
  /* line 55, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar-collapse {
    width: 255px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  /* line 55, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .navbar-collapse {
    position: relative;
    top: 0;
    margin-top: 3;
    width: auto;
  }
}

/* line 74, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-item {
  text-align: left;
  padding: 0 30px;
}

@media (min-width: 768px) {
  /* line 74, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .nav-item {
    margin-left: 5px;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  /* line 74, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .nav-item {
    margin-left: 10px;
  }
}

/*Nav hover effect*/
/* line 89, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-link {
  position: relative;
}

/* line 92, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #878787;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 992px) {
  /* line 92, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
  .nav-link:before {
    width: 100%;
    bottom: -1px;
    left: 0;
    margin-left: 0;
  }
}

/* line 110, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 119, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
.nav-item.active:hover .nav-link:hover:before {
  visibility: hidden;
}

/* line 126, C:/xampp/htdocs/gorilla/frontend/assets/scss/_header-footer.scss */
footer {
  position: relative;
  width: 100%;
  font-family: "opensans-regular";
  font-size: 12px;
  color: black;
  text-align: center;
  padding: 3px;
}

/*# sourceMappingURL=../dist/css/style.map */