:root {
  --white: #ffffff;
  --white500: #F1FAEE;
  --gray50: #f2f2f3;
  --gray100: #e5e6e7;
  --gray200: #cacdce;
  --gray300: #b0b3b5;
  --gray400: #959a9d;
  --gray500: #7b8184;
  --gray600: #62676a;
  --gray700: #4a4d50;
  --gray800: #313435;
  --gray900: #181a1b;
  --black: #000000;
  --blue100: #A8DADC;
  --blue300: #457B9D;
  --blue400: #3959e9;
  --blue500: #1D3557;
  --green300: #56906b;
  --orange400: #ff944f;
  --main: #d4272d;
  --red400: #ff0000;
  --red500: #F64743;
  --red700: #e6494e;
  --red800: #bf5757;
}

/**
 *	Global
 */
.container,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg {
    max-width: 1200px;
  }
}
@media (min-width: 1700px) {
  .container-lg {
    max-width: 1670px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Thin.eot");
  src: url("../assets/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-ThinItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-ExtraLight.eot");
  src: url("../assets/fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-ExtraLightItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Light.eot");
  src: url("../assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-LightItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Regular.eot");
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-RegularItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Medium.eot");
  src: url("../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-MediumItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-SemiBold.eot");
  src: url("../assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-SemiBoldItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Bold.eot");
  src: url("../assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-BoldItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-ExtraBold.eot");
  src: url("../assets/fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-ExtraBoldItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-Black.eot");
  src: url("../assets/fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins../assets/fonts/Poppins-BlackItalic.eot");
  src: url("../assets/fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
body input,
body textarea,
body button {
  font-family: "Poppins", sans-serif;
}

/**
 *  Table of contents
 *  | .btn - button with green400 background, rounded corners
 */
.btn {
  height: 50px;
  padding: 0 35px;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: -webkit-fit-content;
  background-color: var(--main);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.btn:hover {
  background-color: var(--red500);
}
.btn span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  margin: 0;
}
.btn--white {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btn--white:hover {
  background-color: var(--gray100);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
}
.btn--white span {
  color: var(--black);
}
.btn--uppercase span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn--center {
  margin: 0 auto;
}

@media (max-width: 575px) {
  .btn {
    height: 42px;
    padding: 0 20px;
  }
  .btn span {
    font-size: 12px;
  }
  .btn--small {
    height: 36px;
    padding: 0 20px;
  }
  .btn--small span {
    font-size: 13px;
  }
}
/**
 *	Partials
 */
.siteHeader {
  display: flex;
  flex-direction: column;
  background-color: var(--gray50);
}
.siteHeader__wrap {
  position: relative;
}
.siteHeader__top {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 50px;
  position: relative;
}
.siteHeader__top:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%);
  position: absolute;
  left: 220px;
  top: 0;
  z-index: 3;
}
.siteHeader__top .logo {
  display: flex;
  width: 100%;
  max-width: 200px;
  margin: 0;
  position: relative;
  z-index: 4;
}
.siteHeader__top .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.siteHeader__top .phone {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 5;
}
.siteHeader__top .phone__icon {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50px;
}
.siteHeader__top .phone__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.siteHeader__top .phone__content {
  width: 100%;
  max-width: calc(100% - 50px);
  padding-left: 10px;
}
.siteHeader__top .phone__content p {
  font-size: 12px;
  line-height: 1.2;
  color: var(--main);
  margin: 0 0 5px;
}
.siteHeader__top .phone__content p b {
  font-weight: 600;
}
.siteHeader__top .phone__content h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
  margin: 0;
}
.siteHeader__bottom {
  width: calc(100% - 30px);
  height: 64px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translate(0, 50%);
  z-index: 5;
}
.siteHeader__bottom .navigation {
  width: 100%;
  max-width: calc(100% - 200px);
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1098039216);
  height: inherit;
}
.siteHeader__bottom .navigation .menuToggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: unset;
  font-size: 0;
  width: 34px;
  height: 20px;
}
.siteHeader__bottom .navigation .menuToggle span {
  width: 100%;
  height: 3px;
  background-color: var(--black);
  border-radius: 2px;
}
.siteHeader__bottom .navigation .menu-menu-top-pl-container {
  height: inherit;
}
.siteHeader__bottom .navigation .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 60px;
  margin: 0;
  height: inherit;
}
.siteHeader__bottom .navigation .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  margin-right: 15px;
  position: relative;
}
.siteHeader__bottom .navigation .menu li:last-of-type {
  margin-right: 0;
}
.siteHeader__bottom .navigation .menu li:hover:after, .siteHeader__bottom .navigation .menu li.current-menu-item:after {
  width: 100%;
  opacity: 1;
}
.siteHeader__bottom .navigation .menu li:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: ease 0.3s;
  opacity: 0;
}
.siteHeader__bottom .navigation .menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  margin: 0;
}
.siteHeader__bottom .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  height: inherit;
  background-color: var(--main);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1098039216);
  transition: ease 0.3s;
}
.siteHeader__bottom .contact:hover {
  background-color: var(--red700);
}
.siteHeader__bottom .contact p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}

@media (max-width: 1199px) {
  .siteHeader__bottom .navigation .menu {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .siteHeader__bottom .navigation {
    display: flex;
    align-items: center;
  }
  .siteHeader__bottom .navigation .menuToggle {
    display: flex;
    margin-left: 20px;
  }
  .siteHeader__bottom .navigation .menu-menu-top-pl-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .siteHeader__top {
    padding: 10px 0 30px;
  }
  .siteHeader__top .logo {
    max-width: 150px;
  }
  .siteHeader__top .phone {
    max-width: 190px;
  }
  .siteHeader__top .phone__icon {
    max-width: 36px;
  }
  .siteHeader__top .phone__content {
    max-width: calc(100% - 36px);
    padding-left: 6px;
  }
  .siteHeader__top .phone__content p {
    font-size: 10px;
  }
  .siteHeader__top .phone__content h3 {
    font-size: 1.53rem;
  }
  .siteHeader__bottom {
    height: 50px;
  }
  .siteHeader__bottom .navigation {
    max-width: calc(100% - 160px);
  }
  .siteHeader__bottom .navigation .menuToggle {
    margin-left: 15px;
  }
  .siteHeader__bottom .contact {
    max-width: 150px;
  }
  .siteHeader__bottom .contact p {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .siteHeader__top .logo {
    max-width: 130px;
  }
  .siteHeader__top .phone {
    max-width: 142px;
    align-items: flex-end;
  }
  .siteHeader__top .phone__icon {
    max-width: 26px;
  }
  .siteHeader__top .phone__content {
    max-width: calc(100% - 26px);
  }
  .siteHeader__top .phone__content p {
    font-size: 0.47rem;
  }
  .siteHeader__top .phone__content h3 {
    font-size: 1.15rem;
  }
}
.mobileMenu {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  transition: ease 0.5s;
}
.mobileMenu--active {
  left: 0;
}
.mobileMenu__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobileMenu__close:after {
  content: "";
  background-image: url("/wp-content/themes/asproterm/assets/icons/close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.mobileMenu__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobileMenu__menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px;
}
.mobileMenu__menu ul li:last-of-type {
  margin: 0;
}
.mobileMenu__menu ul li.current-menu-item > a {
  padding: 0 6px 7px;
}
.mobileMenu__menu ul li.current-menu-item > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobileMenu__menu ul li a {
  font-size: 20px;
  line-height: 1.2;
  color: var(--black);
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.siteFooter {
  padding: 25px 0;
  border-top: 1px solid var(--gray100);
}
.siteFooter__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteFooter__wrap p {
  font-size: 14px;
  line-height: 1.2;
  color: var(--gray300);
  margin: 0;
}
.siteFooter__wrap p a {
  display: inline-flex;
  position: relative;
  top: 3px;
  padding-left: 3px;
  transition: ease 0.3s;
}
.siteFooter__wrap p a:hover {
  opacity: 0.75;
}
.siteFooter__wrap p a img {
  width: 100%;
  max-width: 70px;
}

@media (max-width: 767px) {
  .siteFooter__wrap {
    flex-direction: column;
  }
  .siteFooter__wrap p {
    display: block;
    font-size: 13px;
    text-align: center;
    margin: 0 0 6px;
  }
  .siteFooter__wrap p:last-of-type {
    margin: 0;
  }
}
/**
 *  Pages
 */
.homeSlider {
  width: 100%;
  max-width: 100%;
  min-height: 650px;
  border-bottom: 6px solid var(--blue300);
}
.homeSlider__list {
  min-height: inherit;
  position: relative;
}
.homeSlider__list .slick-list,
.homeSlider__list .slick-track {
  min-height: inherit;
}
.homeSlider__list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.homeSlider__list .slick-dots li {
  line-height: 1;
  margin-right: 6px;
}
.homeSlider__list .slick-dots li:last-of-type {
  margin-right: 0;
}
.homeSlider__list .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 20px;
}
.homeSlider__list .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: var(--white);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 0;
  cursor: pointer;
  transition: ease 0.3s;
}
.homeSlider__list .slick-dots li button:hover {
  background-color: var(--gray200);
}
.homeSlider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  min-height: inherit !important;
  position: relative;
  z-index: 1;
}
.homeSlider__slide .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.homeSlider__slide .content {
  position: relative;
  z-index: 3;
}
.homeSlider__slide .content .inner {
  max-width: 600px;
  padding: 40px 0;
}
.homeSlider__slide .content h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.homeSlider__slide .content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: var(--white);
  margin: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.homeSlider__slide .content .btn {
  margin: 25px 0 0;
}

@media (max-width: 767px) {
  .homeSlider {
    min-height: calc(100vh - 81px);
  }
  .homeSlider__slide .content h2 {
    font-size: 26px;
  }
  .homeSlider__slide .content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .homeSlider__slide .content h2 {
    font-size: 21px;
    margin: 0 0 10px;
  }
  .homeSlider__slide .content p {
    font-size: 13px;
  }
  .homeSlider__slide .content .btn {
    margin: 20px 0 0;
  }
}
.homeAbout {
  padding: 50px 0;
}
.homeAbout__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeAbout__content {
  width: 100%;
  max-width: calc(100% - 500px);
  padding-right: 60px;
}
.homeAbout__content h2 {
  font-size: 46px;
  line-height: 1.3;
  color: var(--black);
  font-weight: 300;
  margin: 0 0 25px;
}
.homeAbout__content p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--gray700);
  margin: 0 0 15px;
}
.homeAbout__content p:last-of-type {
  margin: 0;
}
.homeAbout__content .featured {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.homeAbout__content .featured__pos {
  width: 50%;
  padding-left: 28px;
  position: relative;
  margin: 0 0 5px;
}
.homeAbout__content .featured__pos:before {
  content: "";
  background-image: url("/wp-content/themes/asproterm/assets/icons/arrow_right_light_red.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.homeAbout__content .featured__pos p {
  font-size: 17px;
}
.homeAbout__content .btn {
  margin: 50px 0 0;
}
.homeAbout__image {
  width: 100%;
  max-width: 500px;
}
.homeAbout__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .homeAbout__content {
    max-width: calc(100% - 360px);
    padding-right: 35px;
  }
  .homeAbout__image {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .homeAbout {
    padding: 26px 0;
  }
  .homeAbout__wrap {
    flex-direction: column;
  }
  .homeAbout__content {
    max-width: 100%;
    padding-right: 0;
    margin: 0 0 32px;
  }
  .homeAbout__content .btn {
    margin: 20px 0 0;
  }
  .homeAbout__image {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .homeAbout__content h2 {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .homeAbout__content p {
    font-size: 16px;
  }
  .homeAbout__content .featured__pos p {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .homeAbout__content .featured__pos {
    width: 100%;
  }
}
.staticContent {
  padding: 40px 0;
}
.staticContent__wrap h1,
.staticContent__wrap h2,
.staticContent__wrap h3,
.staticContent__wrap h4,
.staticContent__wrap h5,
.staticContent__wrap h6 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 25px;
}
.staticContent__wrap p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  margin: 0 0 15px;
}
.staticContent__wrap p:last-of-type {
  margin: 0;
}

@media (max-width: 575px) {
  .staticContent {
    padding: 25px 0;
  }
  .staticContent__wrap h1,
  .staticContent__wrap h2,
  .staticContent__wrap h3,
  .staticContent__wrap h4,
  .staticContent__wrap h5,
  .staticContent__wrap h6 {
    font-size: 21px;
  }
  .staticContent__wrap p {
    font-size: 14px;
  }
}
.portfolioContent {
  padding: 30px 0;
}
.portfolioContent__list {
  display: flex;
  flex-wrap: wrap;
}
.portfolioContent__list .box {
  width: 100%;
  max-width: calc(33.3333333333% - 10px);
  padding: 25px 20px;
  border: 1px solid var(--gray300);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  margin-bottom: 15px;
  transition: ease 0.3s;
}
.portfolioContent__list .box:hover {
  background-color: var(--main);
}
.portfolioContent__list .box:hover h2,
.portfolioContent__list .box:hover p {
  color: var(--white);
}
@media (min-width: 992px) {
  .portfolioContent__list .box:nth-child(3n-3) {
    margin-right: 0;
  }
}
.portfolioContent__list .box h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 15px;
  text-transform: uppercase;
  transition: ease 0.3s;
}
.portfolioContent__list .box p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
  transition: ease 0.3s;
}

@media (max-width: 991px) {
  .portfolioContent__list .box {
    max-width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .portfolioContent__list .box:nth-child(2n-2) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .portfolioContent__list .box {
    padding: 15px;
  }
  .portfolioContent__list .box h2 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .portfolioContent__list .box p {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .portfolioContent__list .box {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .portfolioContent__list .box:last-of-type {
    margin: 0;
  }
}
.referencesContent {
  padding: 40px 0;
}
.referencesContent__wrap h1,
.referencesContent__wrap h2,
.referencesContent__wrap h3,
.referencesContent__wrap h4,
.referencesContent__wrap h5,
.referencesContent__wrap h6 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 25px;
}
.referencesContent__wrap p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  margin: 0 0 15px;
}
.referencesContent__wrap p:last-of-type {
  margin: 0;
}

@media (max-width: 575px) {
  .referencesContent {
    padding: 25px 0;
  }
  .referencesContent__wrap h1,
  .referencesContent__wrap h2,
  .referencesContent__wrap h3,
  .referencesContent__wrap h4,
  .referencesContent__wrap h5,
  .referencesContent__wrap h6 {
    font-size: 21px;
  }
  .referencesContent__wrap p {
    font-size: 14px;
  }
}
.referencesList__wrap {
  display: flex;
  flex-wrap: wrap;
}
.referencesList__wrap a {
  display: flex;
  width: 100%;
  max-width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid var(--gray300);
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  height: 0;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .referencesList__wrap a:nth-child(3n-3) {
    margin-right: 0;
  }
}
.referencesList__wrap a img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .referencesList__wrap a {
    max-width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 30%;
  }
  .referencesList__wrap a:nth-child(2n-2) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .referencesList__wrap a {
    max-width: 100%;
    margin-right: 0;
    padding-top: 50%;
  }
  .referencesList__wrap a:last-of-type {
    margin-bottom: 0;
  }
}
.jobsContent {
  padding: 40px 0;
}
.jobsContent__wrap h1,
.jobsContent__wrap h2,
.jobsContent__wrap h3,
.jobsContent__wrap h4,
.jobsContent__wrap h5,
.jobsContent__wrap h6 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 25px;
}
.jobsContent__wrap p,
.jobsContent__wrap a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  margin: 0 0 15px;
}
.jobsContent__wrap p:last-of-type,
.jobsContent__wrap a:last-of-type {
  margin: 0;
}
.jobsContent__wrap a {
  color: var(--main);
}

@media (max-width: 575px) {
  .jobsContent {
    padding: 25px 0;
  }
  .jobsContent__wrap h1,
  .jobsContent__wrap h2,
  .jobsContent__wrap h3,
  .jobsContent__wrap h4,
  .jobsContent__wrap h5,
  .jobsContent__wrap h6 {
    font-size: 21px;
  }
  .jobsContent__wrap p {
    font-size: 14px;
  }
}
.jobsList {
  margin: 0 0 50px;
}
.jobsList__wrap {
  display: flex;
  flex-direction: column;
}
.jobsList__heading h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--black);
  margin: 0 0 15px;
  text-align: center;
}
.jobsList__pos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 12px 25px;
  background-color: var(--main);
  border-radius: 5px;
  margin: 0 0 14px;
  transition: ease 0.3s;
}
.jobsList__pos:hover {
  opacity: 0.9;
}
.jobsList__pos:last-of-type {
  margin: 0;
}
.jobsList__pos h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white);
  margin: 0 10px 0 0;
}
.jobsList__pos a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: var(--white);
  border-radius: 5px;
  transition: ease 0.3s;
}
.jobsList__pos a:hover {
  background-color: var(--gray100);
}
.jobsList__pos a span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--black);
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .jobsList__pos {
    padding: 10px 20px;
  }
  .jobsList__pos h4 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .jobsList__pos {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
  }
  .jobsList__pos h4 {
    margin: 0 0 20px;
    text-align: left;
  }
}
.contactBoxes {
  margin: 25px 0;
}
.contactBoxes__wrap {
  display: flex;
  justify-content: space-between;
}
.contactBoxes__box {
  width: 100%;
  max-width: calc(33.3333333333% - 10px);
  background-color: var(--main);
  padding: 20px;
  margin: 0 10px;
}
.contactBoxes__box:first-of-type {
  margin-left: 0;
}
.contactBoxes__box:last-of-type {
  margin-right: 0;
}
.contactBoxes__box h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 25px;
}
.contactBoxes__box p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 20px;
}
.contactBoxes__box p:last-of-type {
  margin: 0;
}
.contactBoxes__box p b,
.contactBoxes__box p strong {
  font-weight: 600;
}
.contactBoxes__box a {
  color: var(--white);
  text-decoration: underline !important;
  word-break: break-all;
  transition: ease 0.3s;
}
.contactBoxes__box a:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .contactBoxes__box h4 {
    font-size: 18px;
    margin: 0 0 18px;
  }
  .contactBoxes__box p {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .contactBoxes__wrap {
    flex-direction: column;
  }
  .contactBoxes__box {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .contactBoxes__box:last-of-type {
    margin: 0;
  }
}
.contactMap {
  margin: 0 0 25px;
}
.contactMap__wrap {
  display: flex;
}
.contactMap__wrap iframe {
  width: 100%;
  max-width: 100%;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none !important;
}

button {
  outline: none !important;
}

.d-none {
  display: none !important;
}

#page {
  overflow: hidden;
}

.subpageHeader {
  width: 100%;
  background-image: url("/wp-content/themes/asproterm/assets/images/breadcrumbs_bg.jpg");
  padding: 80px 0 70px;
}
.subpageHeader__wrap h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .subpageHeader {
    padding: 60px 0 50px;
  }
  .subpageHeader__wrap h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs__link {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--red400) !important;
  margin: 0;
  transition: ease 0.3s;
}
.breadcrumbs__link:hover {
  opacity: 0.8;
}
.breadcrumbs__divider {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.breadcrumbs__divider:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/asproterm/assets/icons/chevron_right_red.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  display: block;
  position: relative;
}
.breadcrumbs p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--white);
  margin: 0;
}

@media (max-width: 991px) {
  .breadcrumbs__link,
  .breadcrumbs p {
    font-size: 15px;
  }
  .breadcrumbs__divider {
    width: 20px;
    height: 20px;
    margin: 0 8px;
  }
}

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