@import url(/assets/Montserrat/Montserrat.css);
html *,
html ul,
html p {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
  font-family: "Montserrat", sans-serif;
  color: black;
  line-height: 1.5;
}
html a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
html section {
  overflow: hidden;
}
html p {
  font-size: 16px;
  color: #013D5E;
}
html h1 {
  font-size: 48px;
  font-weight: 600;
  color: #013D5E;
  font-weight: 700;
}
html h2 {
  font-size: 32px;
  font-weight: 600;
}
html h3 {
  font-weight: 500;
  font-size: 20px;
}
html h4 {
  font-weight: 500;
  font-size: 18px;
}
html h5 {
  font-weight: 400;
  font-size: 16px;
  color: #013D5E;
}
html input::-webkit-outer-spin-button,
html input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html body {
  margin: 0;
}
html .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background-color: #013D5E;
  transition: all 0.5s ease;
  color: white;
  border-radius: 5px;
}
html .btn-default:hover {
  transform: scale(0.95);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #013D5E;
}
header .navigation {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
header .navigation .logo {
  display: flex;
}
header .navigation .links {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  align-items: center;
  width: 100%;
}
header .navigation .links li a {
  font-weight: 700;
  color: white;
}
header .navigation .mobile-btns {
  display: none;
}

main .intro {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
main .intro .img {
  max-width: 1440px;
}
main .intro .img img {
  width: 100%;
}
main .intro .text {
  max-width: 900px;
  margin-top: -150px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 70px;
}
main .intro .text p {
  font-size: 20px;
  color: black;
  padding: 15px 0;
}
main .intro .text .btn-default {
  margin-top: 20px;
}
main .intro .text .btn-default:hover {
  background-color: #01263A;
  color: white;
}
main .whatwedo {
  margin-top: 0px;
}
main .whatwedo .text {
  padding: 30px calc((100vw - 1440px) / 2) 300px;
  background-color: #013D5E;
  width: 100%;
}
main .whatwedo .text h2 {
  color: white;
  text-align: center;
}
main .whatwedo .text p {
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 1.8;
}
main .whatwedo .whatweoffer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: -250px auto 50px;
}
main .whatwedo .whatweoffer .product {
  width: 500px;
  height: 550px;
  padding: 30px 10px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
main .whatwedo .whatweoffer .product h3 {
  color: #013D5E;
  font-weight: 600;
  padding-bottom: 10px;
}
main .whatwedo .whatweoffer .product ul li {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #013D5E;
}
main .partners {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1440px;
}
main .partners h2 {
  text-align: center;
  color: #013D5E;
  padding-bottom: 50px;
}
main .partners .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main .partners .logos .logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 420px;
  align-items: center;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px 20px;
  width: 30%;
  margin-bottom: 30px;
}
main .partners .logos .logo .img {
  margin: 0 auto;
  width: 120px;
}
main .partners .logos .logo .img img {
  width: 100%;
}
main .partners .logos .logo .text {
  text-align: center;
  padding-bottom: 30px;
}
main .partners .logos .logo .text h3 {
  color: #013D5E;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 24px;
}
main .partners .logos .logo .text p {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .contacts {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}
main .contacts .form {
  width: 48%;
}
main .contacts .form h2 {
  color: #013D5E;
  padding-bottom: 30px;
  font-weight: 700;
}
main .contacts .form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .contacts .form form input {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  border: 2px solid rgba(1, 62, 94, 0.3882352941);
  border-radius: 5px;
  display: flex;
  padding-left: 20px;
  color: #013D5E;
  font-size: 16px;
}
main .contacts .form form input::-moz-placeholder {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .contacts .form form input::placeholder {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .contacts .form form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border: 2px solid rgba(1, 62, 94, 0.3882352941);
  border-radius: 5px;
  display: flex;
  color: #013D5E;
  padding-left: 20px;
  padding-top: 84px;
  font-size: 16px;
}
main .contacts .form form textarea::-moz-placeholder {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .contacts .form form textarea::placeholder {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .contacts .form form .btn-default {
  width: 100%;
  height: 60px;
  background-color: #013D5E;
  cursor: pointer;
}
main .contacts .form form .btn-default:hover {
  background-color: #01263A;
  color: white;
}
main .contacts .form form .message {
  display: none;
}
main .contacts .form form .message.success {
  color: green;
  font-size: 16px;
  padding-top: 20px;
  display: unset;
}
main .contacts .form form .message.error {
  color: red;
  font-size: 16px;
  padding-top: 20px;
  display: unset;
}
main .contacts .address {
  width: 48%;
}
main .contacts .address h2 {
  color: #013D5E;
  padding-bottom: 30px;
  font-weight: 700;
}
main .contacts .address address {
  padding-bottom: 20px;
  font-size: 16px;
}
main .contacts .address .tel {
  margin-bottom: 30px;
  display: flex;
}
main .contacts .address .img {
  display: flex;
  width: 100%;
}
main .contacts .address .img img {
  width: 100%;
}
main .aboutpage {
  margin: 120px auto 100px;
  max-width: 1480px;
  padding: 0 20px;
}
main .aboutpage .img {
  width: 100%;
}
main .aboutpage .img img {
  width: 100%;
}
main .aboutpage h1 {
  padding: 40px 0 20px;
}
main .aboutpage p {
  line-height: 1.8;
  font-size: 18px;
  max-width: 1000px;
}
main .aboutpage h2 {
  padding: 30px 0;
  color: #013D5E;
}
main .aboutpage ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #013D5E;
  padding-bottom: 30px;
}
main .aboutpage ul li img {
  margin-right: 15px;
}
main .aboutpage h3 {
  padding: 30px 0;
  color: #013D5E;
  font-weight: 700;
}
main .servicepage {
  margin: 120px auto 100px;
  max-width: 1480px;
  padding: 0 20px;
}
main .servicepage h1 {
  padding: 20px 0;
}
main .servicepage p {
  line-height: 1.8;
  font-size: 18px;
  max-width: 1200px;
}
main .servicepage h2 {
  padding: 30px 0;
  color: #013D5E;
}
main .servicepage .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .servicepage .items .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  align-items: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 50px;
  padding: 30px 20px;
  height: 480px;
}
main .servicepage .items .item .img {
  width: 80%;
}
main .servicepage .items .item .img img {
  width: 100%;
}
main .servicepage .items .item .text {
  text-align: center;
}
main .servicepage .items .item .text h3 {
  color: #013D5E;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 24px;
}
main .servicepage .items .item .text p {
  color: #013D5E;
  font-size: 16px;
  font-weight: 500;
}
main .servicepage .items .item .btn-default {
  width: 70%;
  height: 50px;
}
main .servicepage h3 {
  color: #013D5E;
  font-weight: 700;
}

footer {
  background-color: #013D5E;
  display: flex;
  padding: 30px calc((100vw - 1440px) / 2);
  width: 100%;
}
footer h2, footer a, footer address, footer p {
  color: white;
  padding-bottom: 20px;
  display: flex;
}
footer .socials {
  padding-left: 100px;
}
footer .socials .connect {
  display: flex;
  align-items: center;
}
footer .socials .connect a {
  margin-right: 15px;
}
footer .socials .connect a img {
  width: 30px;
}

@media (max-width: 1200px) {
  main .intro {
    margin-top: 60px;
  }
  main .intro .text {
    padding: 30px;
  }
  main .intro .text h1 {
    font-size: 32px;
  }
  main .intro .text p {
    font-size: 18px;
  }
  main .whatwedo .text {
    padding: 20px;
  }
  main .whatwedo .text h2 {
    font-size: 28px;
  }
  main .whatwedo .text p {
    font-size: 16px;
  }
  main .whatwedo .whatweoffer {
    margin: 0 auto;
    padding: 30px 20px;
    max-width: 900px;
  }
  main .whatwedo .whatweoffer .product {
    width: 400px;
    height: 440px;
    padding: 20px;
  }
  main .whatwedo .whatweoffer .product h3 {
    font-size: 24px;
  }
  main .whatwedo .whatweoffer .product ul li {
    font-size: 14px;
  }
  main .whatwedo .whatweoffer .btn-default {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  main .partners {
    padding: 0 20px;
  }
  main .partners h2 {
    padding-bottom: 20px;
  }
  main .partners .logos .logo {
    height: 350px;
  }
  main .partners .logos .logo .img {
    width: 80px;
  }
  main .partners .logos .logo .btn-default {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  main .contacts {
    padding: 20px;
  }
  main .servicepage .items .item {
    width: 48%;
  }
  footer {
    padding: 20px;
  }
  header .navigation {
    height: 60px;
    padding: 0px 30px;
  }
  header .navigation .logo {
    height: 40px;
  }
  header .navigation .links {
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  html p {
    font-size: 14px;
  }
  header .navigation {
    padding: 20px;
  }
  header .navigation .logo {
    height: 35px;
    display: flex;
  }
  header .navigation .links {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 60px 20px 100px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #013D5E;
    transform: translateX(100%);
    transition: all 0.3s ease;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: unset;
  }
  header .navigation .links.active {
    transform: unset;
  }
  header .navigation .links li a {
    padding: 15px 0;
    display: flex;
  }
  header .navigation .mobile-btns {
    display: flex;
  }
  header .navigation .mobile-btns .hamburger {
    display: inline-block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  header .navigation .mobile-btns .hamburger:hover {
    opacity: 0.7;
  }
  header .navigation .mobile-btns .hamburger.is-active:hover {
    opacity: 0.7;
  }
  header .navigation .mobile-btns .hamburger.is-active .hamburger-inner,
  header .navigation .mobile-btns .hamburger.is-active .hamburger-inner::before,
  header .navigation .mobile-btns .hamburger.is-active .hamburger-inner::after {
    background-color: white;
  }
  header .navigation .mobile-btns .hamburger-box {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
  }
  header .navigation .mobile-btns .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  header .navigation .mobile-btns .hamburger-inner,
  header .navigation .mobile-btns .hamburger-inner::before,
  header .navigation .mobile-btns .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  header .navigation .mobile-btns .hamburger-inner::before,
  header .navigation .mobile-btns .hamburger-inner::after {
    content: "";
    display: block;
  }
  header .navigation .mobile-btns .hamburger-inner::before {
    top: -13px;
  }
  header .navigation .mobile-btns .hamburger-inner::after {
    bottom: -13px;
  }
  header .navigation .mobile-btns .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header .navigation .mobile-btns .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.12s ease, opacity 0.1s ease;
  }
  header .navigation .mobile-btns .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.12s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header .navigation .mobile-btns .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .navigation .mobile-btns .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.2s ease;
  }
  header .navigation .mobile-btns .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.2s cubic-bezier(0.2, 0.61, 0.355, 1);
  }
  main .intro .text {
    margin: 0;
    padding: 15px;
  }
  main .intro .text p {
    padding: 10px 0;
    font-size: 14px;
  }
  main .intro .text .btn-default {
    margin-top: 10px;
    width: 150px;
    height: 40px;
  }
  main .whatwedo .whatweoffer {
    flex-wrap: wrap;
    justify-content: center;
  }
  main .whatwedo .whatweoffer .product {
    margin-bottom: 30px;
  }
  main .partners h2 {
    font-size: 32px;
  }
  main .partners .logos .logo {
    height: 320px;
    width: 45%;
  }
  main .partners .logos .logo .img {
    width: 60px;
  }
  main .partners .logos .logo .text h3 {
    font-size: 20px;
  }
  main .partners .logos .logo .text p {
    font-size: 14px;
  }
  main .contacts {
    flex-wrap: wrap;
  }
  main .contacts .form {
    width: 100%;
    margin-bottom: 20px;
  }
  main .contacts .form h2 {
    font-size: 28px;
    text-align: center;
  }
  main .contacts .address {
    width: 100%;
  }
  main .contacts .address address {
    text-align: center;
    padding-bottom: 15px;
  }
  main .contacts .address h2 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 15px;
  }
  main .contacts .address .tel {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  main .contacts .address .tel span {
    padding: 10px 0;
    font-size: 14px;
  }
  main .aboutpage {
    margin: 60px auto 50px;
    max-width: 1480px;
    padding: 0;
  }
  main .aboutpage h1 {
    padding: 20px;
    font-size: 24px;
  }
  main .aboutpage p {
    padding: 0 20px;
    font-size: 14px;
  }
  main .aboutpage h2 {
    padding: 20px;
    font-size: 20px;
  }
  main .aboutpage ul {
    padding: 0px 20px;
  }
  main .aboutpage ul li {
    font-size: 14px;
    padding-bottom: 15px;
  }
  main .aboutpage ul li img {
    margin-right: 10px;
    width: 20px;
  }
  main .aboutpage h3 {
    padding: 20px;
    color: #013D5E;
    font-size: 18px;
  }
  main .servicepage {
    margin: 80px auto 50px;
  }
  main .servicepage h1 {
    padding: 20px 0;
    font-size: 24px;
  }
  main .servicepage p {
    font-size: 14px;
  }
  main .servicepage h2 {
    padding: 15px 0 20px;
    font-size: 20px;
  }
  main .servicepage .items .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 10px;
    height: unset;
  }
  main .servicepage .items .item .img {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  main .servicepage .items .item .img img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .servicepage .items .item .text {
    text-align: center;
    padding-bottom: 20px;
  }
  main .servicepage .items .item .text h3 {
    font-size: 18px;
  }
  main .servicepage .items .item .text p {
    font-size: 14px;
  }
  main .servicepage .items .item .btn-default {
    width: 50%;
    height: 40px;
  }
  main .servicepage h3 {
    color: #013D5E;
    font-weight: 600;
    font-size: 18px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer h2 {
    font-size: 28px;
  }
  footer .socials {
    padding-left: 30px;
  }
  footer .socials .connect a {
    margin-right: 10px;
  }
  footer .socials .connect a img {
    width: 25px;
  }
}
@media (max-width: 550px) {
  main .intro .text h1 {
    font-size: 22px;
  }
  main .intro .text .btn-default {
    margin-top: 0;
  }
  main .whatwedo .text h2 {
    font-size: 20px;
  }
  main .whatwedo .text p {
    font-size: 14px;
  }
  main .whatwedo .whatweoffer .product h3 {
    font-size: 18px;
  }
  main .whatwedo .whatweoffer .product ul li {
    font-size: 14px;
  }
  main .partners h2 {
    font-size: 24px;
  }
  main .partners .logos .logo {
    height: 280px;
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 10px;
  }
  main .partners .logos .logo .img {
    width: 60px;
  }
  main .partners .logos .logo .text {
    padding-bottom: 15px;
  }
  main .partners .logos .logo .text h3 {
    font-size: 20px;
  }
  main .partners .logos .logo .text p {
    font-size: 14px;
  }
  footer h2 {
    font-size: 24px;
  }
  footer .socials {
    padding-left: 0;
  }
  footer .socials .connect a {
    margin-right: 5px;
  }
  footer .socials .connect a img {
    width: 20px;
  }
}/*# sourceMappingURL=main.css.map */