.main-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1340px) {
  .main-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.primary-button {
  width: fit-content;
  display: block;
  background-color: #12A8D5;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #12A8D5;
  transition: 0.2s linear;
  color: #fff;
}
.primary-button:hover {
  background-color: #fff;
  color: #12A8D5;
}

.secondary-button {
  width: fit-content;
  display: block;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: 0.2s linear;
}
.secondary-button:hover {
  border-color: #12A8D5;
  color: #12A8D5;
}

.common-box-shadow {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.page-top {
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.page-top__small .page-top-background {
  height: 231px;
}
.page-top__large .page-top-background {
  height: 662px;
}
@media only screen and (max-width: 575px) {
  .page-top__large .page-top-background {
    height: 465px;
  }
}
.page-top .page-top-background {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  transition: border-radius 0.2s linear;
}
@media only screen and (max-width: 1439px) {
  .page-top .page-top-background {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .page-top-background {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.page-top .page-top-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .page-top-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, #67C2E4 0%, #006D8E 100%);
  mix-blend-mode: multiply;
}
.page-top .page-top-title {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-top .page-top-title h1 {
  font-size: 45px !important;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}
@media only screen and (max-width: 1439px) {
  .page-top .page-top-title h1 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .page-top-title h1 {
    font-size: 24px !important;
  }
}

.footer-wrapper {
  background-color: #141E28;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  transition: 0.2s linear;
  min-height: 387px;
}
@media only screen and (max-width: 1439px) {
  .footer-wrapper {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.footer-wrapper footer {
  padding-top: 30px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 150%;
  gap: 30px;
}
.footer-wrapper footer .custom-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer-wrapper footer .custom-row .custom-col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.footer-wrapper footer .custom-row .custom-col .footer-item {
  display: flex;
  flex-direction: column;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #67C2E4;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-list {
  font-size: 18px;
  font-weight: 400;
  color: #8694A5;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-list ul li span {
  display: inline-block;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-list ul li span a {
  text-decoration: none;
  color: #8694A5;
}
.footer-wrapper footer .custom-row .custom-col .footer-item .footer-item-list ul li span a:hover {
  color: #12A8D5;
}
.footer-wrapper footer .custom-row .custom-col .footer-item.footer-logo-wrapper a {
  width: fit-content;
  height: fit-content;
}
.footer-wrapper footer .custom-row .custom-col .footer-item.footer-logo-wrapper a img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 158px;
}
.footer-wrapper footer .custom-row .custom-col .footer-item.company-details .footer-item-list li {
  font-size: 14px;
  line-height: 200%;
}
.footer-wrapper footer .custom-row .custom-col .footer-item.industrial-gas-heating-systems {
  max-width: 206px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row .custom-col.order-sm-1 {
    order: 1;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row .custom-col.order-sm-2 {
    order: 2;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row .custom-col.order-sm-3 {
    order: 3;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row .custom-col.order-sm-4 {
    order: 4;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .custom-row .custom-col.order-sm-5 {
    order: 5;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.footer-wrapper footer .footer-bottom .footer-bottom-left {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .footer-bottom .footer-bottom-left {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .made-by {
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .footer-bottom .footer-bottom-left .made-by {
    order: 2;
  }
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .made-by .made-by-title {
  font-size: 14px;
  color: #8694A5;
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .made-by .made-by-link img, .footer-wrapper footer .footer-bottom .footer-bottom-left .made-by .made-by-link svg {
  width: 100%;
  height: 100%;
  max-width: 106px;
  max-height: 33px;
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .policy-and-copyright {
  font-size: 14px;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .footer-bottom .footer-bottom-left .policy-and-copyright {
    gap: 0;
    order: 1;
  }
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .policy-and-copyright .privacy-policy-link {
  color: #12A8D5;
}
.footer-wrapper footer .footer-bottom .footer-bottom-left .policy-and-copyright .copyright {
  height: 33px;
  color: #8694A5;
}
.footer-wrapper footer .footer-bottom .footer-bottom-right .contacts-link {
  color: #67C2E4;
  text-decoration: underline;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper footer .footer-bottom .footer-bottom-right .contacts-link {
    order: 1;
  }
}
.footer-wrapper footer .footer-bottom .footer-bottom-right .contacts-link:hover {
  color: #12A8D5;
}

/*# sourceMappingURL=part-footer.css.map */
