* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Roboto';
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border: 1px solid #ccc;
  line-height: 40px;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Roboto';
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #fa3941;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
  z-index: 100;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 16px/1.5714 'Roboto', sans-serif;
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: #eff1f4;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1350px;
  max-width: 94%;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 1.2;
}
h1 {
  font-size: 2.1875rem;
  font-weight: 900;
}
h2 {
  font-size: 1.5rem;
  font-weight: 800;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1rem;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #fa3941;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
}
.hBottom {
  background: #fa3941;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #mainMenu > ul > li {
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding: 15px 33px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  }
  #mainMenu > ul > li.menu-item-has-children > a:before {
    content: "\56";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 13px;
    font-family: "icons";
    font-weight: 400;
    text-transform: none;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    background: #5a5d6d;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fa3941;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #5a5d6d;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
#mainSlider {
  background: #000;
}
#mainSlider .swiper-slide {
  overflow: hidden;
}
#mainSlider .info {
  color: #fff;
  padding: 35px 30px 15px 0;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  position: relative;
  z-index: 0;
}
#mainSlider .info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100em;
  background: rgba(94, 98, 115, 0.83);
  border-radius: 0 7px 7px 0;
  z-index: -1;
}
#mainSlider .info h3 {
  font-size: 2.1875rem;
  padding-bottom: 0;
}
#mainSlider .info p {
  font-size: 1.5rem;
  font-weight: 700;
}
#mainSlider .swiper-pagination {
  text-align: center;
  bottom: 140px;
}
#mainSlider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.65;
}
#mainSlider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#mainSlider .i-left, #mainSlider .i-right {
  background: none;
}
#mainSlider .i-left:before, #mainSlider .i-right:before {
  color: #fff;
  font-size: 2.1875rem;
}
#mainSlider .i-left {
  left: 75px;
}
#mainSlider .i-right {
  right: 75px;
}
.content {
  padding: 30px 0 100px;
}
.featured {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
  text-align: center;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
.featured > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
.featured .item {
  background: #fff;
  border-radius: 5px;
  padding: 0 3% 130px;
  position: relative;
}
.featured .item figure {
  width: 120px;
  border-radius: 50%;
  border: 12px solid #fff;
  margin: -60px auto 12px;
}
.featured .item h3 {
  color: #fa3941;
  font-weight: 800;
  font-size: 1.5625rem;
}
.featured .item p {
  line-height: 1.8;
}
.featured .item .button {
  border: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: 800;
  min-width: 172px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 50px;
}
.aboutBox {
  background: #fff;
  border-radius: 5px;
  padding: 30px 4%;
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.aboutBox .start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.aboutBox figure {
  width: 85px;
  margin-right: 30px;
}
.aboutBox h2 {
  font-weight: 800;
  font-size: 2.1875rem;
  padding-bottom: 0;
}
.breadcrumbs {
  margin-bottom: 30px;
  font-weight: 500;
  color: #fa3941;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  color: #fa3941;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  color: #000;
}
.contentBox {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
article > ul {
  margin: 0 0 20px 20px;
}
article > ul li {
  padding: 4px 0 4px 20px;
  position: relative;
}
article > ul li a {
  color: #000;
}
article > ul li a:hover {
  color: #fa3941;
  text-decoration: none;
}
article > ul li:before {
  content: "";
  background: #fa3941;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.white {
  padding: 30px 3.5%;
  background: #fff;
  border-radius: 5px;
}
aside {
  -webkit-flex-basis: 260px;
  -moz-flex-basis: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  margin-right: 20px;
}
aside .widget {
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fff;
}
aside .widget .widgetTitle {
  border-radius: 5px 5px 0 0;
  background: #fa3941;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
}
aside .tree > .submenu {
  margin: 0;
  padding: 15px 30px 20px;
}
aside .tree > .submenu > li:before {
  display: none;
}
aside .tree > .submenu > li > a {
  color: #000;
  font-weight: 700;
}
aside .tree > .submenu > li > a:hover {
  text-decoration: none;
  color: #fa3941;
}
aside .tree > .submenu > li.current_page_item > a {
  color: #fa3941;
}
aside .tree > .submenu > li.current_page_parent > a {
  color: #fa3941;
}
aside .tree > .submenu > li ul li {
  padding-left: 15px;
}
aside .tree > .submenu > li ul li a {
  color: #808080;
  font-weight: 400;
}
aside .tree > .submenu > li ul li a:hover {
  text-decoration: none;
  color: #fa3941;
}
aside .tree > .submenu > li ul li.current_page_item > a {
  color: #fa3941;
}
aside .tree > .submenu > li ul li.current_page_parent > a {
  color: #fa3941;
}
aside .tree > .submenu > li ul li ul li a:hover {
  text-decoration: none;
  color: #fa3941;
}
aside .tree > .submenu > li ul li ul li.current_page_item > a {
  color: #fa3941;
}
aside .docs .items {
  padding: 20px 15px;
}
aside .docs .item {
  color: #000;
  font-size: 14px;
  padding: 8px 0 8px 40px;
  position: relative;
  display: block;
  font-weight: 500;
}
aside .docs .item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 28px;
  margin-right: 17px;
  background: url("../images/pdf.png") 0 0 / cover no-repeat;
}
aside .docs .item:hover {
  text-decoration: none;
  color: #fa3941;
}
aside .gallery .items {
  padding: 10px;
  position: relative;
}
aside .gallery img {
  margin: 0 auto;
}
aside .gallery .swiper-pagination {
  position: static;
  text-align: center;
}
aside .gallery .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
aside .gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: #fa3941;
}
aside .cDesc .cInfo {
  padding: 20px 30px;
}
aside .cDesc .cInfo h4 {
  padding-bottom: 0;
  font-weight: 800;
}
.links .item {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
}
.links .item figure {
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 10px;
  background: #eff1f4;
  text-align: center;
  padding: 15px 5px;
  border-radius: 5px;
}
.links .item figure img {
  display: inline-block;
  vertical-align: middle;
}
.links .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.links .item .info p {
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.3;
}
.links .item:hover {
  text-decoration: none;
  background: #5a5d6d;
  color: #fff;
}
.tpl-estimate .links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.tpl-estimate .links > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.tpl-estimate .links .item {
  background: #eff1f4;
}
.tpl-estimate .links .item figure {
  background: #fff;
}
.tpl-estimate .links .item:hover {
  background: #5a5d6d;
}
.homeLinks {
  -webkit-flex-basis: 43.5%;
  -moz-flex-basis: 43.5%;
  -ms-flex-preferred-size: 43.5%;
  flex-basis: 43.5%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
.homeLinks .item {
  -webkit-flex-basis: 48.2%;
  -moz-flex-basis: 48.2%;
  -ms-flex-preferred-size: 48.2%;
  flex-basis: 48.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 20px 0 0 0;
  text-align: center;
}
.homeLinks .item figure {
  width: 117px;
  -webkit-flex-basis: 133px;
  -moz-flex-basis: 133px;
  -ms-flex-preferred-size: 133px;
  flex-basis: 133px;
  margin: 0 auto 10px;
  background: url("../images/starbg.png") 0 0 no-repeat;
}
.homeLinks .item figure img {
  margin: 0 auto;
}
.homeLinks .item .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.faq .accordion-arrow .accordionHeader {
  background: #eff1f4;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
.faq .accordion-arrow .accordionHeader:before {
  content: "\54";
  color: #fa3941;
  font-family: "icons";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.faq .accordion-arrow .is-active:before {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  -moz-transform: translate(50%, -50%) rotate(90deg);
  -ms-transform: translate(50%, -50%) rotate(90deg);
  -o-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.faq .accordion-arrow .accordionContent {
  display: none;
  padding: 20px;
}
.locations .item {
  margin-bottom: 17px;
}
.locations .item > * {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.map {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.map #map_canvas {
  width: 100%;
  height: 100%;
}
.resources .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
  margin-bottom: 30px;
}
.resources .items > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
.resources .item {
  margin-bottom: 5px;
}
.resources .item a {
  color: #000;
  font-size: 14px;
  padding: 8px 0 8px 40px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.resources .item a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 28px;
  margin-right: 17px;
  background: url("../images/pdf.png") 0 0 / cover no-repeat;
}
.resources .item a:hover {
  text-decoration: none;
  color: #fa3941;
}
.checkbox {
  margin-right: 20px;
}
span.wpcf7-list-item {
  display: block;
  margin: 8px 0;
  color: #484848;
}
span.wpcf7-list-item label {
  display: inline-block;
}
span.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
}
span.wpcf7-list-item label span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #ccc;
}
span.wpcf7-list-item label span:after {
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: 2px;
  content: '\2713';
  opacity: 0;
  color: #fa3941;
}
span.wpcf7-list-item label input {
  display: none;
}
span.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 0.625rem;
  font-family: 'Roboto';
  font-size: 0.875rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: limegreen;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 1.25rem;
}
.button, .submit {
  display: inline-block;
  min-width: 215px;
  line-height: 3.25rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  background: #d9272e;
  border: 3px solid #dbdbde;
  border-radius: 1.875rem;
  color: #fff;
  font-family: 'Roboto';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.button:hover, .submit:hover {
  background: #5a5d6d;
  text-decoration: none;
}
.button.aaa, .submit.aaa {
  box-sizing: border-box;
}
.job {
  border-bottom: 1px solid #fa3941;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.job-single form {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.job-single .uploadfieldtrick {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.job-single .uploadfieldtrick i {
  position: absolute;
}
.job-single .uploadfieldtrick .wpcf7-form-control-wrap input[type="file"] {
  display: none !important;
}
.job-single .uploadfieldtrick span.uploadtextfield {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.job-single .uploadfieldtrick span .uploadtextfield {
  background-color: transparent;
  border: none;
}
.job-single .uploadfieldtrick #uploadbrowsebutton {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #707070;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.job-single .uploadfieldtrick #uploadbrowsebutton:hover {
  color: red;
}
.job-single #sideUpload #fileuploadfield {
  display: none;
}
.job-single #sideUpload #uploadbrowsebutton {
  height: 27px;
  width: 147px;
  margin-top: 5px;
  text-align: center;
}
header .hTop {
  padding: 10px 0 25px;
}
header .hTop #logo {
  width: 350px;
  display: block;
}
header .hTop p {
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0 55px 0 0;
  color: #4a4d59;
}
header .hTop .button {
  font-weight: 700;
}
.contactForm .checkbox {
  display: inline-block;
}
.contactForm .half {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.contactForm .half > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
.contactForm .half > * {
  margin-bottom: 0;
}
#sliderImages {
  width: 47.2%;
  float: left;
  margin-right: 5%;
  background: #000;
  margin-bottom: 50px;
}
#sliderImages img {
  margin: 0 auto;
}
#sliderImages .i-left, #sliderImages .i-right {
  width: 28px;
  height: 48px;
  background: #fa3941;
}
#sliderImages .i-left:before, #sliderImages .i-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#sliderImages .i-left {
  left: 0;
}
#sliderImages .i-right {
  right: 0;
}
table {
  width: 100%;
}
table tr th {
  background: #000;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
}
table th, table td {
  border: 1px solid #000;
  padding: 15px 5px;
  text-align: center;
}
.forTable {
  overflow-x: auto;
}
.forTable table {
  width: 600px;
}
footer .fBlock {
  background-color: #34363e;
  padding: 60px 0;
}
footer .fBlock h3 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 800;
  padding-bottom: 40px;
}
footer .fBlock #navigationMenu ul, footer .fBlock #productsMenu ul {
  column-count: 2;
  column-gap: 68px;
}
footer .fBlock a {
  font-size: 14px;
  color: #aeaeb0;
  position: relative;
  padding-left: 10px;
}
footer .fBlock a:before {
  position: absolute;
  content: '>';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .fCopyright {
  background-color: #2b2d33;
  padding: 20px 0;
  text-align: center;
}
footer .fCopyright p {
  padding: 0;
  font-size: 13px;
  color: #66676a;
}
@media screen and (max-width: 1360px) {
  footer .fBlock ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  footer .fBlock .respondBlock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  footer .fBlock .respondBlock > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  footer .fBlock h3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .fBlock {
    padding: 30px 0;
  }
  footer .fBlock h3 {
    font-size: 20px;
  }
  footer .fBlock #navigationMenu ul, footer .fBlock #productsMenu ul {
    column-count: 1;
  }
}
@media screen and (max-width: 479px) {
  footer .fBlock .respondBlock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    text-align: center;
  }
  footer .fBlock .respondBlock > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  footer .fBlock ul {
    column-count: 1;
  }
}
@media screen and (max-width: 1600px) {
  #mainSlider .i-left, #mainSlider .i-right {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #mainMenu > ul > li > a {
    font-size: 12px;
    padding: 15px 18px;
  }
  #mainMenu > ul > li.menu-item-has-children > a:before {
    right: 3px;
  }
}
@media screen and (max-width: 1200px) {
  header .hTop #logo {
    width: 200px;
  }
  header .hTop p {
    padding: 0 30px 0 0;
  }
  #sliderImages {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .featured {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .featured > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
  .featured .item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  header .hTop {
    padding: 60px 0 10px;
    display: block;
  }
  header .hTop #logo {
    margin: 0 auto 20px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #fa3941;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #fa3941;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #fa3941;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  h1 {
    font-weight: 800;
    font-size: 22px;
  }
  #mainSlider .info {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .content {
    padding: 15px 0 50px;
  }
  .contentBox {
    display: block;
  }
  .contentBox article {
    margin-bottom: 40px;
  }
  .contentBox aside {
    margin-right: 0;
  }
  .bottomBox {
    display: block;
  }
  .aboutBox {
    margin-bottom: 30px;
  }
  .aboutBox figure {
    width: 60px;
  }
  .aboutBox h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .hTop .data {
    display: block;
    text-align: center;
  }
  header .hTop .data p {
    padding: 0 0 10px;
  }
  #mainSlider .swiper-slide {
    min-height: 350px !important;
  }
  #mainSlider .swiper-slide .container {
    display: block;
    max-width: 100%;
  }
  #mainSlider .info {
    background: rgba(94, 98, 115, 0.83);
    padding: 30px 3% 10px;
  }
  #mainSlider .info:before {
    display: none;
  }
  #mainSlider .info h3 {
    font-size: 22px;
  }
  #mainSlider .info p {
    font-size: 16px;
  }
  #mainSlider .swiper-pagination {
    bottom: 20px;
  }
  .featured {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .featured > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .homeLinks {
    display: block;
  }
  .tpl-estimate .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .tpl-estimate .links > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .locations .item {
    display: block;
  }
  .locations .item .info {
    margin-bottom: 30px;
  }
  .resources .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 30px;
  }
  .resources .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .resources .item {
    margin-bottom: 0;
  }
  .contactForm .checkbox {
    display: block;
    margin-right: 0;
  }
  .contactForm .half {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .contactForm .half > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .contactForm .half > * {
    margin-bottom: 0;
  }
}
