@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
}

.noPadding {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

header {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
header .navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #8B1610;
  line-height: 24px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
header .navbar-expand-md .navbar-nav .nav-link:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #8B1610;
  bottom: -30px;
  height: 3px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-expand-md .navbar-nav .nav-link:hover:before {
  opacity: 1;
  width: 100%;
}
header .navbar-expand-md .navbar-nav .nav-item.active .nav-link:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  background: #8B1610;
  bottom: -30px;
  height: 3px;
  opacity: 1;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-expand-md .logo .nav-link:before {
  display: none;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.content {
  margin-bottom: 300px;
}
.content .caption {
  margin: 55px 0;
}
.content .caption h6 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
}
.content .box {
  height: 340px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.content .box:hover {
  transform: translate(0, -10px);
}
.content .box img {
  max-height: 155px;
}
.content .box a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .red {
  background: #FF0000;
}
.content .green {
  background: #5ABD8C;
}

.corporate-page {
  padding-top: 55px;
}
.corporate-page .content {
  margin-bottom: 262px;
}
.corporate-page .content .text {
  padding: 0 60px;
}
.corporate-page .content .text h6 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 29px;
  margin-bottom: 24px;
}
.corporate-page .content .text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  margin-bottom: 30px;
}

.detail-page .text {
  margin-top: 55px;
}
.detail-page .text h6 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 39px;
  margin-bottom: 40px;
}
.detail-page .text b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
  margin-bottom: 18px;
}
.detail-page .text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  margin-bottom: 40px;
}
.detail-page .text ul {
  margin-left: 50px;
  margin-bottom: 40px;
}
.detail-page .text ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  list-style-type: square;
}
.detail-page .form-section .needs-validation {
  padding: 60px 105px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.detail-page .form-section .needs-validation label {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}
.detail-page .form-section .needs-validation .form-item {
  margin-bottom: 40px;
}
.detail-page .form-section .needs-validation .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #F5F5F5;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  border-radius: 8px;
  padding: 27px 15px;
}
.detail-page .form-section .needs-validation .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #969494;
  opacity: 1;
  /* Firefox */
}
.detail-page .form-section .needs-validation .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969494;
}
.detail-page .form-section .needs-validation .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #969494;
}
.detail-page .form-section .needs-validation .custom-file-input {
  height: 64px !important;
}
.detail-page .form-section .needs-validation .custom-file-label {
  text-align: left;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: #C4C4C4;
  border: none;
  padding-top: 20px;
  padding-left: 230px;
  height: 66px;
  border-radius: 10px;
}
.detail-page .form-section .needs-validation .custom-file-label:before {
  content: "";
  background: url("../img/vektor.png");
  width: 21px;
  height: 26px;
  position: absolute;
  left: 20px;
  z-index: 9;
}
.detail-page .form-section .needs-validation .custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(139, 22, 15, 0.28) !important;
}
.detail-page .form-section .needs-validation b {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.detail-page .form-section .needs-validation .custom-file-label::after {
  content: "Portfolyo/CV Link";
  left: 0;
  font-size: 14px;
  font-weight: 600;
  color: #8B1610;
  right: initial;
  background: #F5F5F5;
  border: 1px solid #fff;
  padding: 34px;
  border-radius: 8px;
  padding-top: 22px;
  padding-bottom: 42px;
  padding-left: 50px;
}
.detail-page .form-section .needs-validation .btn-send {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  padding: 15px 35px;
  margin-top: 10px;
  background: #8B1610;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  border: 1px solid #fff;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.detail-page .form-section .needs-validation .btn-send:hover {
  background: #d62118;
}
.detail-page .form-section .needs-validation .btn-send .fas {
  margin-right: 7px;
}
.detail-page .form-section .needs-validation .btn-send:focus {
  box-shadow: none !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 22, 15, 0.28);
}

.career-page .content {
  margin-bottom: 147px;
}
.career-page .content .box-item {
  height: 216px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
}
.career-page .content .box-item h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  height: 80px;
  margin-bottom: 28px;
}
.career-page .content .box-item .btn-cstm {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #8B1610;
  border-radius: 20px;
  line-height: 17px;
  padding: 10px 60px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.career-page .content .box-item .btn-cstm:hover {
  background: #d62118;
}

.contact-page {
  margin-top: 60px;
  margin-bottom: 177px;
}
.contact-page li {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 41px;
  display: block;
  overflow: auto;
}
.contact-page a {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 29px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact-page a span {
  position: relative;
}
.contact-page a span:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0px;
  background: #8B1610;
  bottom: 0px;
  height: 2px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact-page a span:hover:before {
  opacity: 1;
  width: 30px;
}
.contact-page img {
  margin-right: 27px;
  max-width: 25px;
  float: left;
  margin-top: 7px;
}
.contact-page span {
  width: 90%;
  float: left;
}

footer {
  background: #8B1610;
  padding: 20px 0;
}
footer .mtg {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #D3D3D3;
  line-height: 20px;
}
footer p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .nav-link:before {
    display: none;
  }

  footer .mtg {
    position: relative;
    text-align: center;
    margin-top: 60px;
  }

  footer p {
    line-height: 19px;
    padding: 0 38px;
  }

  .contact-page span {
    width: 83%;
    float: left;
  }

  .contact-page a {
    font-size: 18px;
  }

  .contact-page li {
    font-size: 18px;
  }

  #mapDiv {
    height: 288px;
  }

  .detail-page .form-section .needs-validation .custom-file-label::after {
    top: -60px;
    width: 100%;
    text-align: center;
  }

  .detail-page .form-section .needs-validation .custom-file-label {
    margin-top: 70px;
    text-align: center;
    padding-left: 0;
  }

  .detail-page .form-section .needs-validation .btn-send {
    margin-top: 40px;
  }

  .detail-page .form-section .needs-validation .custom-file-label:before {
    top: -42px;
    position: absolute;
    left: -160px;
    right: 0;
    margin: 0 auto;
  }

  .custom-file-input {
    margin-top: 70px;
  }

  .detail-page .form-section .needs-validation {
    padding: 25px 18px;
  }

  .corporate-page .content {
    margin-bottom: 124px;
  }

  .corporate-page .content .text {
    padding: 0;
  }

  .content {
    margin-bottom: 125px;
  }

  .content .box {
    height: 288px;
    margin-bottom: 20px;
  }
  .content .box img {
    max-height: 145px;
  }

  .navbar-toggler-icon {
    content: "";
    background: url("../img/menu.png");
    width: 32px;
    height: 32px;
    background-size: cover;
  }

  .navbar-toggler.active .navbar-toggler-icon {
    content: "";
    background: url("../img/cancel.png");
  }

  .nav {
    width: 100%;
  }
  .nav .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 24px;
  }

  .navbar {
    z-index: 99;
    position: relative;
  }

  body.active:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 9;
  }
  body.active:after {
    content: "© mtg 2019 ";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #969494;
  }
  body.active .navbar {
    padding-top: 70px;
  }

  .first-link {
    border-top: 1px solid #ECECEC;
  }

  header .navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0;
  }

  header .navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #ECECEC;
  }

  body.active .navbar .nav-link img {
    display: none;
  }
  body.active .navbar .logo:before {
    content: "Menu";
    display: block;
  }

  .logo .nav-item .nav-link {
    border-bottom: none !important;
    padding: 0 !important;
  }

  .logo {
    margin-top: 10px;
  }
  .logo:before {
    content: "Menu";
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: none;
    position: absolute;
    top: 33px;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .contact-page span {
    width: 86%;
    float: left;
  }
}

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