.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.justify_around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex.justify_center, .flex.v_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.align_center, .flex.h_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
  flex-basis: 5.5833333333%;
  max-width: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
  flex-basis: 14.1666666667%;
  max-width: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
  max-width: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
  flex-basis: 31.3333333333%;
  max-width: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
  flex-basis: 39.9166666667%;
  max-width: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  max-width: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
  flex-basis: 57.0833333333%;
  max-width: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
  flex-basis: 65.6666666667%;
  max-width: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
  flex-basis: 74.25%;
  max-width: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
  flex-basis: 82.8333333333%;
  max-width: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
  flex-basis: 91.4166666667%;
  max-width: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
* {
  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, 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;
  font-size: 0;
  overflow: hidden;
  display: block;
  height: 0;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 30px 10px 0;
}
img.alignright {
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
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, .fullframe video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans";
  height: 50px;
}
.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: #737070;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #eee;
  line-height: 50px;
}
.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: 20px;
}
.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: "Open Sans";
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.75rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5.3125rem;
  line-height: 1.2;
  color: #1d5ecb;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: none;
}
#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;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -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 #000, 0 18px 0 0 #000;
  -webkit-box-shadow: 0 4px 0 0 #000, 0 18px 0 0 #000;
  -moz-box-shadow: 0 4px 0 0 #000, 0 18px 0 0 #000;
  -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 #000;
  -moz-box-shadow: 0 4px 0 0 #000;
  -ms-box-shadow: 0 4px 0 0 #000;
  -o-box-shadow: 0 4px 0 0 #000;
  box-shadow: 0 4px 0 0 #000;
}
html {
  font: 400 16px/1.5714 "Open Sans", sans-serif;
}
body {
  color: #252129;
  -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;
}
#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%;
}
.wrapper {
  margin: 0 auto;
  width: 1400px;
  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;
}
.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;
}
.end {
  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;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Gilroy";
}
h1 {
  font-size: 50px;
  font-weight: 900;
}
h2 {
  font-size: 40px;
  font-weight: 900;
}
h3 {
  font-size: 35px;
  font-weight: 800;
}
h4 {
  font-size: 30px;
  font-weight: 800;
}
h5 {
  font-size: 24px;
  font-weight: 400;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #1d5ecb;
  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: fixed;
  z-index: 100;
  padding: 21px 0;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
header .wrapper {
  width: 1790px;
}
#logo {
  width: 120px;
  max-width: 100%;
}
body {
  padding-top: 100px;
}
.search-box {
  margin-left: 15px;
  position: relative;
}
.search-box:hover #s {
  width: 200px;
  opacity: 1;
}
#searchform .btn {
  background: url('../img/search.png');
  width: 22px;
  height: 23px;
  padding: 0;
  position: absolute;
  right: 5px;
  border-radius: 0;
}
#s {
  -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;
  padding-right: 30px;
  width: 0;
  opacity: 0;
}
#s:focus {
  width: 200px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #mainMenu {
    margin-left: auto;
  }
  #mainMenu ul {
    font-size: 0;
  }
  #mainMenu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    position: relative;
  }
  #mainMenu ul li a {
    font-size: 17px;
    display: block;
    color: #38465b;
    font-family: "Gilroy";
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
  }
  #mainMenu ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    -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;
    width: 0;
    height: 4px;
    background: #4298c6;
  }
  #mainMenu ul li:hover a, #mainMenu ul li.current-menu-item a {
    text-decoration: none;
  }
  #mainMenu ul li:hover a::before, #mainMenu ul li.current-menu-item a::before {
    width: 100%;
  }
  #mainMenu ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  #mainMenu ul li.menu-item-has-children:hover > .sub-menu li a::before {
    display: none;
  }
  #mainMenu .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    bottom: 1px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    padding: 20px 0;
    width: 150px;
    border-top: 2px solid #1d5ecb;
    border-bottom: 2px solid #1d5ecb;
  }
  #mainMenu .sub-menu li {
    display: block;
    padding: 0 20px 15px;
    margin: 0;
  }
  #mainMenu .sub-menu li a {
    font-size: 14px;
  }
  #mainMenu .sub-menu li a:hover {
    text-decoration: underline;
  }
  #mainMenu .sub-menu li a:hover::before {
    display: none;
  }
  #mainMenu .sub-menu li > .sub-menu {
    bottom: auto;
    top: 0;
    left: 1px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  #mainMenu .sub-menu .sub-menu {
    display: none;
  }
}
/*.content {
 ul {
 margin: 0 0 20px 15px;
 li {
 padding: 5px 0 5px 15px;
 position: relative;
 &:before {
 content: "";
 background: $bg;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 position: absolute;
 top: 15px;
 left: 0;
 }
 }
 }
 }*/
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #edf0f5;
  background: #fff;
  padding: 0 20px;
  font-family: "Open Sans";
  font-size: 1rem;
  border-radius: 30px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #c4c7cc;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px 20px;
}
.btn {
  display: inline-block;
  -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;
  line-height: 1;
  padding: 0.9375rem 3.125rem;
  font-size: 1.0625rem;
  background: linear-gradient(to bottom, #47aae0, #4298c6);
  font-family: "Gilroy";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
footer {
  color: #fff;
  font-size: 15px;
}
footer a {
  color: #fff;
}
footer .top {
  background: #323e4d;
  padding: 75px 0;
}
footer .top .wrapper > * {
  margin-right: 20px;
}
footer .top .wrapper > *:last-child {
  margin-right: 0;
}
footer .copy {
  background: #3a4858;
  padding: 15px 0;
  text-align: center;
}
footer input[type="text"], footer input[type="email"], footer input[type="tel"], footer input[type="search"], footer input[type="password"], footer textarea {
  background: #46576b;
  font-size: 15px;
  color: #fff;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 25px;
}
footer input[type="text"]::-webkit-input-placeholder, footer input[type="email"]::-webkit-input-placeholder, footer input[type="tel"]::-webkit-input-placeholder, footer input[type="search"]::-webkit-input-placeholder, footer input[type="password"]::-webkit-input-placeholder, footer textarea::-webkit-input-placeholder {
  color: #fff;
}
footer input[type="text"]::-moz-placeholder, footer input[type="email"]::-moz-placeholder, footer input[type="tel"]::-moz-placeholder, footer input[type="search"]::-moz-placeholder, footer input[type="password"]::-moz-placeholder, footer textarea::-moz-placeholder {
  color: #fff;
}
footer input[type="text"]:-moz-placeholder, footer input[type="email"]:-moz-placeholder, footer input[type="tel"]:-moz-placeholder, footer input[type="search"]:-moz-placeholder, footer input[type="password"]:-moz-placeholder, footer textarea:-moz-placeholder {
  color: #fff;
}
footer input[type="text"]:-ms-input-placeholder, footer input[type="email"]:-ms-input-placeholder, footer input[type="tel"]:-ms-input-placeholder, footer input[type="search"]:-ms-input-placeholder, footer input[type="password"]:-ms-input-placeholder, footer textarea:-ms-input-placeholder {
  color: #fff;
}
footer textarea {
  height: 80px;
  padding: 10px 20px;
}
footer .some {
  font-size: 25px;
}
footer .some > * {
  margin: 0 7px;
}
footer .some > *:first-child {
  margin-left: 0;
}
footer .some > *:last-child {
  margin-right: 0;
}
footer .some > *:hover {
  text-decoration: none;
  color: #2bedff;
}
footer div.wpcf7 .wpcf7-not-valid-tip {
  line-height: 40px;
  border-radius: 25px;
}
footer div.wpcf7 .wpcf7-response-output {
  color: #000;
}
.to-top {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: #46576b;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.f-about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 335px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 335px;
  -ms-flex: 0 1 335px;
  flex: 0 1 335px;
}
.f-links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
.f-address-social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 280px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 280px;
  -ms-flex: 0 1 280px;
  flex: 0 1 280px;
}
.f-contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 290px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 290px;
  -ms-flex: 0 1 290px;
  flex: 0 1 290px;
}
.f-contact ._form_element {
  margin-bottom: 20px;
}
.f-contact ._field-wrapper ._error {
  background: #46576b;
}
.f-contact .g-recaptcha > div {
  margin: 0 auto;
}
.overlay {
  position: relative;
  color: #fff;
}
.overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 49, 72, .76);
}
.top-block {
  min-height: 530px;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 90px;
}
.simple-text {
  margin-bottom: 70px;
}
.simple-text.for-graph {
  padding-bottom: 50px;
}
.simple-text.industries .wrapper {
  width: 1040px;
}
.default .wrapper {
  width: 980px;
}
.call-to-action {
  min-height: 570px;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 60px;
}
.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
  padding-bottom: 20px;
  position: relative;
}
.call-to-action h1::after, .call-to-action h2::after, .call-to-action h3::after, .call-to-action h4::after, .call-to-action h5::after, .call-to-action h6::after {
  content: '';
  display: block;
  position: absolute;
  width: 63px;
  height: 3px;
  background: #4298c6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.call-to-action .wrapper {
  width: 1100px;
}
.graph {
  background: #eef4fb;
  text-align: center;
  padding-bottom: 30px;
}
.graph figure {
  position: relative;
  top: -166px;
}
.graph figure img {
  display: inline-block;
}
.graph .text {
  position: relative;
  margin-top: -160px;
}
.graph .wrapper {
  width: 840px;
}
.how-to {
  padding: 20px 0;
}
.how-to .wrapper {
  width: 1270px;
}
.how-to .top-text {
  margin-bottom: 90px;
}
.how-to .box {
  -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 -5%;
  width: 110%;
}
.how-to .box > * {
  width: 23.3333333333%;
  margin: 0 5% 6.6666666667em;
}
.how-to .box > * {
  margin-bottom: 20px;
}
.form-map {
  min-height: 520px;
  position: relative;
}
.form-map .text {
  padding: 40px 0;
  width: 430px;
  max-width: 49%;
  text-align: center;
}
.form-map ._form_element {
  margin-bottom: 20px;
}
.form-map input:not([type="submit"]), .form-map textarea {
  background: #eef4fb;
  color: #000;
  height: 40px;
  border-radius: 15px;
}
.form-map input:not([type="submit"])::-webkit-input-placeholder, .form-map textarea::-webkit-input-placeholder {
  color: #000;
}
.form-map input:not([type="submit"])::-moz-placeholder, .form-map textarea::-moz-placeholder {
  color: #000;
}
.form-map input:not([type="submit"]):-moz-placeholder, .form-map textarea:-moz-placeholder {
  color: #000;
}
.form-map input:not([type="submit"]):-ms-input-placeholder, .form-map textarea:-ms-input-placeholder {
  color: #000;
}
.form-map textarea {
  height: 100px;
}
.form-map div.wpcf7 .wpcf7-not-valid-tip {
  line-height: 40px;
  border-radius: 15px;
}
.form-map .acf-map {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.form-map.nomap .text {
  margin: 0 auto;
  max-width: 100%;
  width: 740px;
}
.tpl-about .top-block .wrapper {
  width: 840px;
}
.tpl-about .simple-text .wrapper {
  width: 840px;
}
.no-mb {
  margin-bottom: 0;
}
.checkers {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-bottom: 60px;
}
.checkers .wrapper {
  width: 1180px;
}
.checkers .box {
  -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%;
}
.checkers .box > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.checkers .item {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border-top: 6px solid transparent;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  cursor: pointer;
  top: 0;
  position: relative;
  color: #252129;
  -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;
}
.checkers .item.active {
  border-top: 6px solid #4298c6;
  color: #4298c6;
}
.checkers .item.active .icon {
  background-color: #4298c6;
}
.checkers .item.active .icon > div {
  background-position: 0 -50px;
}
.checkers .item:hover {
  top: -10px;
  text-decoration: none;
}
.checkers .icon {
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  margin: -86px auto 35px;
  overflow: hidden;
  -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;
}
.checkers .icon > div {
  width: 50px;
  height: 50px;
  background-position: 0 0;
  -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;
}
.checkers h5 {
  font-weight: 900;
}
.tpl-contact .top-block {
  margin-bottom: 0;
  padding-bottom: 160px;
}
.tpl-contact .form-map .text {
  text-align: left;
}
.tpl-contact .form-map .text strong {
  font-weight: 900;
}
.check-container {
  background: #edf0f5;
  padding-bottom: 60px;
}
.checkers-form {
  text-align: center;
}
.checkers-form .wrapper {
  width: 780px;
}
.checkers-form .flex > * {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 20px;
}
.checkers-form ._form_element {
  margin-bottom: 20px;
}
.checkers-form .selbel_w {
  text-align: left;
}
.checkers-form .selbel_w select + span {
  border-radius: 30px;
}
.checkers-form .item {
  display: none;
}
.checkers-form .g-recaptcha > div {
  margin: 0 auto;
}
.hidden {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -5000px;
}
.page-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.25%;
  width: 100.5%;
}
.page-links > * {
  width: 32.8333333333%;
  margin: 0 0.25% 0.3333333333em;
}
.page-links .item {
  border: 1px solid #4b5b73;
  min-height: 325px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  color: #4b5a71;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
}
.page-links .item:first-child {
  border-left: none;
}
.page-links .item:nth-child(3n+3) {
  border-right: none;
}
.page-links .item h3 {
  margin-top: auto;
  margin-bottom: 40px;
}
.page-links .item figure {
  margin-top: auto;
}
.page-links .item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #4b5a71;
  position: relative;
  top: 0;
}
.page-links .item a:hover {
  text-decoration: none;
  top: -5px;
}
.tpl-solutions .simple-text .wrapper {
  width: 780px;
}
.assetpro .top-text h2 {
  font-size: 61px;
  line-height: 0.8;
  text-transform: uppercase;
}
.assetpro .top-text h2 strong {
  font-size: 174px;
}
.assetpro .top-text h2 em {
  font-size: 28px;
  font-style: normal;
  position: relative;
  top: -10px;
}
.faq .line {
  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;
}
.faq .line:nth-child(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.faq .line:nth-child(2n) .half {
  -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;
}
.faq .line:nth-child(2n) .half::before {
  right: auto;
  left: -10px;
}
.faq .line:nth-child(2n) .half::after {
  left: auto;
  right: -10px;
}
.faq .line.ver .half::before {
  height: 100%;
}
.faq .line.hor .half::after {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faq .line.vis .item {
  opacity: 1;
}
.faq .half {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.faq .half::after {
  content: '';
  display: block;
  height: 20px;
  background: #e5e8ee;
  width: 0;
  position: relative;
  z-index: 1;
  left: -10px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.faq .half::before {
  content: '';
  display: block;
  height: 0;
  background: #e5e8ee;
  width: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -10px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.faq .item {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  width: 395px;
  max-width: 90%;
  padding: 30px 10px 40px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  background: #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;
  opacity: 0;
  margin-top: 40px;
}
.faq .item > div {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.faq .item h5 {
  font-weight: 900;
  margin-bottom: 0;
}
.faq .item .answer {
  display: none;
  margin-top: 20px;
}
.faq .item .answer ul {
  list-style-type: disc;
  padding-left: 20px;
}
.faq .item::before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: calc(50% - 30px);
  background: url('../img/round.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -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;
}
.faq .item:hover::before {
  bottom: -35px;
}
.faq .item.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.asset-info {
  position: relative;
  padding-top: 265px;
}
.asset-info::before {
  content: '';
  width: 20px;
  background: #e5e8ee;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.asset-info.active::before {
  height: 265px;
}
.asset-info .wrapper {
  width: 1600px;
}
.asset-info .box {
  -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%;
}
.asset-info .box > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.asset-info .item {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -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;
  opacity: 0;
}
.asset-info .item .thumb {
  height: 0;
  padding-bottom: 64%;
}
.asset-info .item .text {
  padding: 40px 30px;
}
.true-visibility {
  padding: 100px 0;
  position: relative;
}
.true-visibility:after {
  content: '';
  background-color: #f4f7fc;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 6000px;
  width: 6000px;
  border-radius: 50%;
  z-index: 1;
  top: 345px;
}
.true-visibility .wrapper {
  z-index: 2;
}
.true-visibility img {
  margin-bottom: 85px;
}
.true-visibility h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.true-visibility h2:after {
  content: '';
  background-color: #4298c6;
  height: 3px;
  width: 64px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.true-visibility .btn {
  margin-top: 30px;
}
.single-our-products .content .wrapper {
  width: 1180px;
}
.single-our-products .key-benefits {
  margin-bottom: 60px;
}
.single-our-products .key-benefits .wrapper {
  width: 1520px;
}
.single-our-products .key-benefits .title h5 {
  font-size: 20px;
}
.single-our-products .call-to-action {
  margin-bottom: 0;
}
.single-jobs .thumb-box {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.top-single-products {
  background-color: #eef4fb;
  padding: 90px 0 65px;
}
.top-single-products .alc > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.top-single-products .alc > div.thumbnail {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.top-single-products .alc > div.video-thumb a {
  display: block;
  position: relative;
}
.top-single-products .alc > div.video-thumb a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/play_icon.png");
  background-size: 100%;
  width: 65.5px;
  height: 65.5px;
  border-radius: 50%;
  overflow: hidden;
}
.top-single-products h1 {
  text-transform: uppercase;
  margin-bottom: 70px;
}
.product-tab {
  padding-top: 20px;
}
.product-tab .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.product-tab .tabs li {
  margin: 0 10px;
}
.product-tab .tabs li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  min-width: 334px;
  padding: 30px;
  background-color: #4298c6;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
.product-tab .tabs li a:hover {
  text-decoration: none;
  background-color: #233e5f;
}
.product-tab .tabs li.current a {
  background-color: #233e5f;
}
.product-tab .tabs li.current a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #233e5f transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -16px;
}
.product-tab .tab_content {
  position: relative;
  padding: 40px 0 60px;
}
.product-tab .tabs_item {
  display: none;
}
.product-tab .tabs_item:first-child {
  display: block;
}
.product-tab .tabs_item ul {
  -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 -2%;
  width: 104%;
}
.product-tab .tabs_item ul > * {
  width: 46%;
  margin: 0 2% 3em;
}
.product-tab .tabs_item ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.product-tab .tabs_item ul li:before {
  content: '';
  background-color: #4298c6;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.single-products-slider {
  background-image: url('../img/prodDarkBg.jpg');
  color: #fff;
  text-align: center;
  padding: 110px 0;
  position: relative;
}
.single-products-slider h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.single-products-slider h2:after {
  content: '';
  background-color: #4298c6;
  height: 3px;
  width: 64px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.single-products-slider .btn {
  font-size: 14px;
  padding: 1.375rem;
  min-width: 240px;
}
.single-products-slider .arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
}
.single-products-slider .arrow.custom_prev {
  left: 9%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-products-slider .arrow.custom_next {
  right: 9%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.why_this_product {
  text-align: center;
  padding: 30px 0;
}
.why_this_product ul {
  list-style-type: disc;
}
.why_this_product ul li {
  margin-bottom: 10px;
}
.advantages .wrapper {
  width: 1520px !important;
}
.advantages .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%;
  width: 102%;
  position: relative;
  padding-bottom: 60px;
}
.advantages .items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.advantages .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  padding: 22px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 20px;
}
.advantages .item figure {
  margin-right: 25px;
}
.advImg .wrapper {
  width: 1520px !important;
  padding-top: 110px;
}
.advImg .wrapper:after {
  content: '';
  background-image: url('../img/advAfter.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 101px;
  position: absolute;
}
.advImg img {
  margin: 0 auto 30px;
}
.home-top-block {
  color: #fff;
}
.home-top-block .swiper-slide {
  min-height: 670px;
  position: relative;
  overflow: hidden;
}
.home-top-block .swiper-slide .text {
  width: 560px;
  max-width: 100%;
}
.home-top-block .swiper-slide .slide-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
.home-top-block .swiper-slide .slide-video > * {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-top-block .hs-play {
  display: block;
  position: relative;
}
.home-top-block .hs-play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/play_icon.png");
  background-size: 100%;
  width: 65.5px;
  height: 65.5px;
  border-radius: 50%;
  overflow: hidden;
}
.hash-nav {
  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;
}
.hash-nav .item {
  -webkit-flex-basis: 33.333%;
  -moz-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  min-height: 175px;
  background: #2f3b4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.hash-nav .item:hover {
  text-decoration: none;
  opacity: 0.6;
}
.hash-nav .item.active {
  opacity: 0.8;
}
.hash-nav .item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 170px;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 10px;
  text-align: center;
  background: #38465b;
}
.hash-nav .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.hash-nav .item .text > h5 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
}
.hash-nav.industries .item:hover {
  opacity: 1;
}
.hash-nav.industries .item.active {
  opacity: 1;
}
.home .simple-text {
  padding: 70px 0 0;
}
.home .simple-text .wrapper {
  width: 740px;
}
.home .catProducts .tabs a {
  border-radius: 60px;
  margin: 0 -40px;
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  font-size: 14px;
}
.home .catProducts .tabs .current a {
  background: linear-gradient(to bottom, #47aae0, #4298c6);
  z-index: 2;
}
.home .catProducts .title {
  background: #4298c6;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  width: 160px;
  max-width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .catProducts .title h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.home .catProducts .columns .column {
  padding-top: 0;
  font-size: 15px;
  background: #e9edf0;
}
.home .catProducts .columns .column.active {
  border: 3px solid orange;
}
.home .catProducts .columns figure {
  margin-bottom: 10px;
}
.home .catProducts .columns .short_description {
  text-align: left;
}
.home .catProducts .columns .list-advantages {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}
.home .key-benefits {
  padding: 40px 0;
  margin-bottom: 0;
}
.home .key-benefits .text {
  font-size: 16px;
}
.grey {
  background-color: #eef4fb;
}
.key-benefits {
  margin-bottom: 120px;
}
.key-benefits .top-text {
  color: #4298c6;
  margin-bottom: 100px;
}
.key-benefits .box {
  -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%;
}
.key-benefits .box > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.key-benefits .item {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  padding-bottom: 50px;
  background: #fff;
}
.key-benefits .icon {
  width: 120px;
  height: 120px;
  background: #4298c6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  margin-top: -60px;
  margin-left: 35px;
  margin-bottom: 25px;
}
.key-benefits .title {
  padding: 0 20px;
  position: relative;
  margin-bottom: 25px;
}
.key-benefits .title h5 {
  font-weight: 700;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}
.key-benefits .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #4298c6;
  width: 10px;
  height: 25px;
}
.key-benefits .text {
  padding: 0 20px;
  font-size: 15px;
}
.key-benefits .text > div {
  width: 240px;
  margin: 0 auto;
  max-width: 100%;
}
.key-benefits .text ul {
  list-style: disc;
  margin-left: 15px;
}
.key-benefits.industries .top-text {
  color: #252129;
}
.key-benefits.industries .item {
  border-top: 12px solid #4298c6;
  border-radius: 20px;
}
.key-benefits.industries .icon {
  margin: 20px auto;
  background: #eef4fb;
}
.key-benefits.asset .box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.home-calculator {
  padding: 100px 0;
  color: #fff;
  margin-bottom: 100px;
}
.home-calculator .top-text {
  margin-bottom: 100px;
  text-align: center;
}
.home-calculator .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 100px;
}
.home-calculator .buttons .btn {
  border-radius: 10px;
  font-size: 18px;
  background: #4298c6;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin: 10px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-calculator .step-two, .home-calculator .step-three, .home-calculator .step-four {
  display: none;
}
.home-calculator .case-one, .home-calculator .case-two {
  display: none;
}
.home-calculator .step-four .btn.active {
  background: #1d5ecb;
}
.home-calculator .step-four .btn.orange {
  background: orange;
}
.home-calculator .next {
  opacity: 0.4;
  cursor: default;
}
.home-calculator .next.ready {
  cursor: pointer;
  opacity: 1;
}
.home-calculator .center {
  text-align: center;
  margin-bottom: 20px;
}
.home-calculator .back {
  text-align: center;
}
.steps-progress-bar {
  margin: 20px 0;
  height: 6px;
  background: #fff;
  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: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  position: relative;
}
.steps-progress-bar::before, .steps-progress-bar::after {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.steps-progress-bar::before {
  left: 0;
}
.steps-progress-bar::after {
  right: 0;
}
.steps-progress-bar .steps {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
  position: relative;
}
.steps-progress-bar .steps:first-child {
  -webkit-flex-basis: 1%;
  -moz-flex-basis: 1%;
  -ms-flex-preferred-size: 1%;
  flex-basis: 1%;
  max-width: 1%;
}
.steps-progress-bar .steps:first-child::before {
  content: 'Step 1';
  width: 47px;
  right: auto;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.steps-progress-bar .steps:first-child::after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.steps-progress-bar .steps:nth-child(2)::before {
  content: 'Step 2';
}
.steps-progress-bar .steps:nth-child(3)::before {
  content: 'Step 3';
}
.steps-progress-bar .steps:nth-child(4)::before {
  content: 'Step 4';
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.steps-progress-bar .steps::before {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -35px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.steps-progress-bar .steps::after {
  content: '';
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4298c6;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
}
.steps-progress-bar.s-one .steps:nth-child(1) {
  background: #4298c6;
}
.steps-progress-bar.s-one .steps:nth-child(1)::after {
  display: block;
}
.steps-progress-bar.s-two .steps:nth-child(2) {
  background: #4298c6;
}
.steps-progress-bar.s-two .steps:nth-child(2)::after {
  display: block;
}
.steps-progress-bar.s-two .steps:nth-child(1) {
  background: #4298c6;
}
.steps-progress-bar.s-three .steps:nth-child(3) {
  background: #4298c6;
}
.steps-progress-bar.s-three .steps:nth-child(3)::after {
  display: block;
}
.steps-progress-bar.s-three .steps:nth-child(1), .steps-progress-bar.s-three .steps:nth-child(2) {
  background: #4298c6;
}
.steps-progress-bar.s-four .steps:nth-child(4) {
  background: #4298c6;
}
.steps-progress-bar.s-four .steps:nth-child(4)::after {
  display: block;
}
.steps-progress-bar.s-four .steps:nth-child(1), .steps-progress-bar.s-four .steps:nth-child(2), .steps-progress-bar.s-four .steps:nth-child(3) {
  background: #4298c6;
}
.home-assetpro {
  padding: 100px 0;
  background: #f2f2f2;
}
.home-assetpro .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 310px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 310px;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px;
}
.home-assetpro .middle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 600px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 600px;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
}
.home-assetpro .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 490px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 490px;
  -ms-flex: 0 1 490px;
  flex: 0 1 490px;
  position: relative;
  padding-left: 60px;
}
.home-assetpro .right a {
  color: #f6931e;
  text-transform: uppercase;
  font-weight: 700;
}
.home-assetpro .right::before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 44px;
  background: #f6931e;
  left: 0;
  top: 10px;
}
.sharepost a {
  color: #000;
}
.home-industries {
  padding: 40px 0;
}
.home-industries .wrapper {
  width: 1600px;
}
.home-industries .top-text {
  margin-bottom: 100px;
}
.home-industries .industries-box {
  -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%;
}
.home-industries .industries-box > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.home-industries .item {
  min-height: 360px;
  position: relative;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-decoration: none;
}
.home-industries .item::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(7, 49, 106, .65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px transparent;
  -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;
}
.home-industries .item .title {
  width: 350px;
  display: inline-block;
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-right: 70px;
  padding-left: 20px;
  margin-bottom: 35px;
}
.home-industries .item .title:hover {
  text-decoration: none;
}
.home-industries .item .title > span {
  display: inline-block;
  width: 260px;
  padding: 10px 0;
}
.home-industries .item .title::after {
  content: '>';
  text-align: center;
  display: block;
  position: absolute;
  width: 70px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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;
  opacity: 0;
}
.home-industries .item .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #358ab7;
  -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;
  opacity: 0;
}
.home-industries .item:hover::before {
  background: none;
  border: 10px solid #4298c6;
}
.home-industries .item:hover .title {
  background: #4298c6;
}
.home-industries .item:hover .title::before, .home-industries .item:hover .title::after {
  opacity: 1;
}
.home-signup {
  padding: 70px 0;
  color: #fff;
}
.home-signup ._form-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 390px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 390px;
  -ms-flex: 0 1 390px;
  flex: 0 1 390px;
  margin-right: 20px;
}
.home-signup h2 {
  margin-bottom: 0;
  font-size: 36px;
}
.home-signup div.wpcf7 .wpcf7-form-control-wrap, .home-signup ._form_element, .home-signup ._button-wrapper {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 340px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 340px;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  margin-right: 10px;
}
.home-signup .btn {
  padding: 1.25rem 5rem;
}
.home-signup div.wpcf7 .wpcf7-response-output {
  color: #000;
}
.search .post {
  margin-bottom: 40px;
}
.tpl-industries .call-to-action {
  margin-bottom: 0;
}
.to-third, .to-first {
  display: none;
}
._form-branding {
  display: none;
}
._form label {
  display: block;
  text-align: left;
}
.maintenance {
  padding: 60px 0;
}
.maintenance .wrapper {
  width: 990px;
}
.maintenance .top-text h1, .maintenance .top-text h2, .maintenance .top-text h3, .maintenance .top-text h4, .maintenance .top-text h5, .maintenance .top-text h6 {
  padding-bottom: 20px;
  position: relative;
}
.maintenance .top-text h1::after, .maintenance .top-text h2::after, .maintenance .top-text h3::after, .maintenance .top-text h4::after, .maintenance .top-text h5::after, .maintenance .top-text h6::after {
  content: '';
  display: block;
  position: absolute;
  width: 63px;
  height: 3px;
  background: #4298c6;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.maintenance .box {
  -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 -3.5%;
  width: 107%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.maintenance .box > * {
  width: 26.3333333333%;
  margin: 0 3.5% 4.6666666667em;
}
.maintenance .item {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  padding: 30px 10px 40px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  background: #eef4fb;
  -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;
  margin-top: 40px;
}
.maintenance .item h5 {
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
.maintenance .item .answer {
  display: none;
  margin-top: 20px;
  text-align: center;
}
.maintenance .item .answer ul {
  list-style-type: disc;
  padding-left: 20px;
}
.maintenance .item::before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: calc(50% - 30px);
  background: url('../img/round.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -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;
}
.maintenance .item:hover::before {
  bottom: -35px;
}
.maintenance .item.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.maintenance.dark {
  background: #eef4fb;
}
.maintenance.dark .item {
  background: #fff;
}
._field-wrapper {
  position: relative;
}
._field-wrapper ._error {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eef4fb;
  border: 1px solid red;
  border-radius: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.g-translate {
  margin-left: 20px;
}
.g-translate .switcher {
  border: 1px solid #4298c6;
  border-radius: 30px;
  max-width: 100%;
}
.g-translate .switcher .option {
  position: absolute;
  top: 65%;
  border: 1px solid #4298c6;
}
.g-translate .switcher .selected {
  background: none;
}
.single-our-products .product-tab .tab_content {
  padding: 40px 0 20px;
}
.single-our-products .why_this_product, .single-our-products .advantages {
  background: rgba(239, 239, 239, .3);
}
.single-our-products .advantages .items {
  padding-bottom: 30px;
}
.single-our-products .key-benefits {
  padding-top: 30px;
}
.tpl-assetpro .top-block .textBox {
  -webkit-flex-basis: 560px;
  -moz-flex-basis: 560px;
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px;
  max-width: 560px;
  margin-right: 40px;
}
.tpl-assetpro .top-block figure {
  -webkit-flex-basis: 460px;
  -moz-flex-basis: 460px;
  -ms-flex-preferred-size: 460px;
  flex-basis: 460px;
  max-width: 460px;
}
.wia {
  padding-bottom: 10px;
}
.wia .wrapper {
  width: 1140px;
}
.wia .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 427px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 427px;
  -ms-flex: 0 1 427px;
  flex: 0 1 427px;
}
.wia .middle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 600px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 600px;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  margin-right: 40px;
}
.wia .middle h1, .wia .middle h2, .wia .middle h3, .wia .middle h4, .wia .middle h5, .wia .middle h6, .wia .middle p {
  margin-bottom: 0;
}
.wia .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 170px;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
}
.thumb-box {
  text-align: center;
}
.thumb-box img {
  display: inline-block;
}
.margin-bottom {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.meet-the-team {
  padding: 60px 0;
}
.meet-the-team .btn {
  cursor: pointer;
}
.meet-the-team .box {
  -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%;
  position: relative;
}
.meet-the-team .box > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
.meet-the-team .item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
  padding: 20px;
}
.meet-the-team .thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.meet-the-team.preloader .box {
  min-height: 300px;
}
.meet-the-team.preloader .box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .8);
}
.meet-the-team.preloader .box::after {
  content: " ";
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.meet-the-team.preloader #load_team {
  pointer-events: none;
}
.meet-the-team .description .end-description {
  display: none;
}
.meet-the-team .description.active .separator {
  display: none;
}
.meet-the-team .description.active .end-description {
  display: block;
}
.checkers-and-faq .checkers-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkers-and-faq .contact-faq {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  margin-left: 60px;
}
.contact-faq .item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  -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;
}
.contact-faq .item.active .question::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.contact-faq .item.active:hover {
  background: #fff;
}
.contact-faq .item:hover {
  background: #f4f7fc;
}
.contact-faq .question {
  font-size: 20px;
  font-weight: 700;
  padding: 9.5px 40px 9.5px 20px;
  position: relative;
}
.contact-faq .question::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -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-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-faq .answer {
  padding: 20px 40px;
  display: none;
}
.contact-faq .answer ol {
  list-style: decimal inside;
}
.text_careers {
  margin-bottom: 90px;
}
.index_style .post_item .post_thumbnail img {
  display: block;
}
.team_main {
  -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%;
}
.team_main > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.team_main .post_item .post_thumbnail {
  display: block;
  padding: 20px;
}
.team_main .post_item .post_content {
  padding: 0 20px;
  text-align: center;
}
.team_main .post_item .post_content span {
  display: block;
  padding: 15px 0;
  color: #47aae0;
  font-size: 14px;
}
.team_main .post_item .post_content .soc-team {
  text-align: center;
}
.team_main .post_item .post_content .soc-team a {
  display: inline-block;
  background: #1d5ecb;
  width: 30px;
  height: 30px;
}
.team_main .post_item .post_content .soc-team a:before {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.info-popup {
  position: fixed;
  z-index: 100;
  right: 80px;
  bottom: 80px;
  padding: 40px;
  background-color: #fff;
  color: #000;
  width: 300px;
  border: 1px solid #000;
  display: none;
}
.info-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.info-popup .close::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info-popup .close::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arch-jobs {
  font-family: "Gilroy";
}
.arch-jobs p {
  font-weight: 300;
}
.arch-jobs strong {
  font-weight: 800;
}
.arch-jobs a {
  color: #f6921e;
  font-weight: 800;
}
.arch-jobs a.btn {
  color: #fff;
}
.arch-jobs h2 {
  font-weight: 800;
}
.arch-jobs .top-block h2 {
  font-weight: 300;
}
.arch-jobs .join-our-team {
  margin-bottom: 90px;
}
.arch-jobs .join-our-team h2 {
  color: #4488ae;
}
.arch-jobs .join-our-team .text {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  max-width: 55%;
  font-size: 20px;
}
.arch-jobs .join-our-team figure {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.arch-jobs .open-positions {
  padding: 40px 0;
  background-color: #4488ae;
  color: #fff;
  font-size: 20px;
  margin-bottom: 90px;
}
.arch-jobs .open-positions .top {
  margin-bottom: 40px;
}
.arch-jobs .open-positions .positions {
  margin-bottom: 40px;
}
.arch-jobs .open-positions .positions .item {
  background-color: #fff;
  margin-bottom: 20px;
  border-left: 25px solid #1a283a;
  padding: 15px 25px;
}
.arch-jobs .open-positions .positions .item .left {
  margin-right: 20px;
}
.arch-jobs .open-positions .positions .item .name {
  color: #1f2d3e;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
}
.arch-jobs .open-positions .positions .item .spec {
  font-size: 20px;
  font-weight: 300;
  color: #5f6a6f;
  text-transform: uppercase;
}
.arch-jobs .open-positions .positions .item .right {
  font-size: 20px;
  color: #5f6a6f;
  font-weight: 300;
}
.arch-jobs .open-positions .positions .item:hover {
  text-decoration: none;
  opacity: 0.6;
}
.arch-jobs .why-access {
  margin-bottom: 90px;
  font-size: 20px;
}
.arch-jobs .why-access h2 {
  color: #4487ad;
}
.arch-jobs .why-access .left {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
.arch-jobs .why-access .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.arch-jobs .why-access .right .inner {
  -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%;
}
.arch-jobs .why-access .right .inner > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.arch-jobs .why-access .right .item {
  background-color: #fff;
  border-radius: 15px;
  border-top: 40px solid #4488ae;
  padding: 25px 15px 60px 15px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(236, 242, 247, 1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(236, 242, 247, 1);
  box-shadow: 5px 5px 5px 0px rgba(236, 242, 247, 1);
}
.arch-jobs .why-access .right .item .icon-box {
  width: 140px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.arch-jobs .why-access .right .item .icon-box .icon {
  height: 0;
  padding-bottom: 100%;
  background-color: #edf5f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
}
.arch-jobs .why-access .right .item .title {
  font-size: 30px;
  font-weight: 800;
  color: #192739;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.arch-jobs .why-access .benefits {
  -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%;
}
.arch-jobs .why-access .benefits > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
.arch-jobs .why-access .benefits .item {
  text-align: center;
  color: #5f6a6f;
  line-height: 1.2;
}
.arch-jobs .why-access .benefits .item figure {
  margin-bottom: 15px;
}
.arch-jobs .why-access .benefits .item img {
  display: inline-block;
}
.dont_forget {
  background-image: url('../img/prodDarkBg.jpg');
  color: #fff;
  text-align: center;
  padding: 100px 0 80px;
  position: relative;
}
.dont_forget .btn {
  font-size: 14px;
  padding: 1.375rem;
  min-width: 200px;
  margin: 0 10px;
}
.dont_forget ul {
  list-style-type: disc;
}
.scheduleDemo {
  text-align: center;
  padding: 75px 0;
}
.scheduleDemo .wrapper {
  width: 780px !important;
}
.scheduleDemo .flex > * {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 20px;
}
.scheduleDemo ._form_element {
  margin-bottom: 20px;
}
.scheduleDemo form {
  margin-top: 50px;
}
.scheduleDemo input, .scheduleDemo textarea {
  background-color: #eef4fb;
  color: #000;
}
.scheduleDemo input::placeholder, .scheduleDemo textarea::placeholder {
  color: #000;
}
.scheduleDemo .btn {
  color: #fff;
}
.scheduleDemo .g-recaptcha > div {
  margin: 0 auto;
}
.relatedProducts {
  background-color: #eef4fb;
  padding: 75px 0;
}
.relatedProducts h3 {
  text-align: center;
  margin-bottom: 75px;
}
.relatedProducts .item {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  background-color: #fff;
  padding: 40px 5%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  border-radius: 30px;
}
.relatedProducts .item figure {
  -webkit-flex-basis: 175px;
  -moz-flex-basis: 175px;
  -ms-flex-preferred-size: 175px;
  flex-basis: 175px;
  max-width: 175px;
  margin-right: 10%;
}
.relatedProducts .item div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.relatedProducts .item h5 {
  font-weight: 900;
}
.relatedProducts .item .more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #274263;
}
.colProducts {
  margin-bottom: 100px;
}
.colProducts .wrapper {
  width: 1240px;
}
.colProducts .columns {
  -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%;
}
.colProducts .columns > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
.colProducts .column {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.colProducts .column .wrap {
  padding: 25px;
}
.colProducts .column h5 {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #4298c6;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.colProducts .column .prodImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 250px;
  min-height: 220px;
  margin: 0 auto 30px;
}
.colProducts .column .short_description {
  font-size: 20px;
  font-weight: 700;
}
.colProducts .column .short_description.min {
  min-height: 140px;
}
.colProducts .list-advantages {
  font-weight: 600;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.colProducts .list-advantages .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.colProducts .list-advantages .item {
  margin-bottom: 25px;
}
.colProducts .list-advantages .item div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.colProducts .list-advantages figure {
  -webkit-flex-basis: 52px;
  -moz-flex-basis: 52px;
  -ms-flex-preferred-size: 52px;
  flex-basis: 52px;
  max-width: 52px;
  margin-right: 25px;
}
.colProducts .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -23px;
  padding: 0.9375rem 2.5rem;
  min-width: 200px;
}
.top-single-products img {
  margin: 0 auto;
}
.catProducts {
  margin-bottom: 100px;
}
.catProducts .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.catProducts .tabs a {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  box-shadow: inset 0px 0px 16px 4px rgba(66, 116, 198, 0.1);
  min-width: 380px;
  padding: 1.5625rem;
  margin: 10px;
  border-radius: 10px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.catProducts .tabs a:hover {
  background: #4298c6;
  color: #fff;
  text-decoration: none;
}
.catProducts .tabs .current a {
  background: #4298c6;
  color: #fff;
}
.catProducts .tabs_item {
  display: none;
}
.catProducts .tabs_item:first-child {
  display: block;
}
.catProducts .columns {
  -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%;
}
.catProducts .columns > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
.catProducts .columns .column {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 40px;
}
.catProducts .columns .column .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -23px;
  padding: 0.9375rem 2.5rem;
  min-width: 200px;
}
.catProducts .columns figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 220px;
  margin: 0 auto 30px;
  max-width: 200px;
}
.catProducts .columns figure img {
  margin: auto;
}
.catProducts .columns h5 {
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .advImg .wrapper::after {
    background-size: contain !important;
  }
}
@media screen and (max-width: 1024px) {
  .single-our-products .content > div {
    padding: 30px 0;
  }
  .product-tab {
    padding: 0 !important;
  }
  .product-tab .tabs li a {
    font-size: 16px;
    min-width: 200px;
    padding: 15px;
  }
  .product-tab .tab_content {
    padding: 30px 0;
  }
  .top-single-products h1 {
    margin-bottom: 20px;
  }
  .advantages .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%;
    width: 102%;
    padding-bottom: 0;
  }
  .advantages .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .advantages .items:after {
    display: none;
  }
  .single-products-slider .arrow.custom_prev {
    left: 3%;
  }
  .single-products-slider .arrow.custom_next {
    right: 3%;
  }
  .relatedProducts h3 {
    margin-bottom: 30px;
  }
  .relatedProducts .item {
    display: block;
  }
  .relatedProducts .item figure {
    margin: 0 auto 20px;
  }
  .colProducts {
    margin-bottom: 30px;
  }
  .colProducts .columns {
    -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%;
  }
  .colProducts .columns > * {
    width: 99%;
    margin: 0 0.5 1em;
  }
  .catProducts {
    margin-bottom: 30px;
  }
  .catProducts .tabs {
    margin-bottom: 30px;
  }
  .catProducts .tabs a {
    min-width: 1px;
    padding: 0.625rem 0.9375rem;
  }
  .catProducts .columns {
    -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%;
  }
  .catProducts .columns > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .catProducts .columns .column {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-single-products .alc {
    display: block;
  }
  .top-single-products .alc > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .top-single-products .alc > div.thumbnail {
    max-width: 100%;
  }
  .product-tab .tabs_item ul {
    -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;
    width: 100%;
  }
  .product-tab .tabs_item ul > * {
    width: 100%;
    margin: 0 0 0em;
  }
  .single-products-slider .swiper-container {
    padding: 0 30px;
  }
  .relatedProducts .flex {
    display: block;
  }
  .relatedProducts .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .advantages .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%;
  }
  .advantages .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media screen and (max-width: 480px) {
  .product-tab .tabs {
    display: block;
  }
  .product-tab .tabs li {
    margin-bottom: 20px;
  }
  .product-tab .tabs li.current a:after {
    display: none;
  }
  .dont_forget .btn {
    display: block;
  }
  .scheduleDemo .flex {
    display: block;
  }
  .scheduleDemo .flex > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.index_style .page-title {
  font-size: 25px;
}
.index_style .post_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
  box-shadow: 0px 5px 10px 0px rgba(233, 239, 248, 1);
}
.index_style .post_title {
  color: #323e4d;
  font-size: 22px;
}
.index_style time {
  display: block;
  padding: 15px 0;
  color: #47aae0;
  font-size: 14px;
  font-style: italic;
}
.index_style .post_thumbnail {
  background-size: cover;
  min-height: 180px;
}
.index_style .post_thumbnail img {
  display: none;
}
.index_style .post_thumbnail:hover {
  opacity: 0.85;
}
@media screen and (max-width: 765px) {
  .post_thumbnail {
    min-height: 1px;
    width: 100%;
    display: block;
    background: none !important;
  }
  .post_thumbnail img {
    display: block !important;
    margin: 0 auto 20px;
  }
}
.wp-pagenavi {
  font-size: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #323e4d;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #323e4d;
  background: #323e4d;
}
.index_aside .aside_box {
  margin-bottom: 20px;
  border: 1px solid #323e4d;
  padding: 20px;
  border-radius: 2px;
}
.index_aside .aside_box h3 {
  font-size: 18px;
  border-bottom: 1px solid #47aae0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.index_aside .aside_box li {
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.index_aside .aside_box li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323e4d;
}
.index_aside .aside_box li a {
  color: #4298c6;
}
.index_top {
  min-height: 320px;
}
.single_post {
  padding-bottom: 60px;
}
.single_post .has_post_thumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  #mainMenu ul li {
    margin: 0 10px;
  }
  #mainMenu ul li a {
    font-size: 12px;
  }
  header .btn {
    font-size: 0.75rem;
    padding: 0.625rem 1.25rem;
  }
  header .search-box input[type="text"] {
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #logo {
    width: 120px;
  }
  .arch-jobs h1 {
    font-size: 40px;
  }
  .arch-jobs h2 {
    font-size: 30px;
  }
  .arch-jobs .join-our-team .text {
    font-size: 16px;
  }
  .arch-jobs .open-positions {
    font-size: 16px;
  }
  .arch-jobs .open-positions .positions .item .name {
    font-size: 20px;
  }
  .arch-jobs .open-positions .positions .item .spec {
    font-size: 16px;
  }
  .arch-jobs .open-positions .positions .item .right {
    font-size: 16px;
  }
  .arch-jobs .why-access {
    font-size: 16px;
  }
  .arch-jobs .why-access .right .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #menuOpen {
    display: block;
    z-index: 5001;
  }
  #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: 0;
    padding-top: 100px;
    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;
    z-index: 5000;
    margin-bottom: 0;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
  }
  #mainMenu ul li a {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
  }
  #mainMenu ul li:hover a {
    background: none;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #1d5ecb;
  }
  #mainMenu ul li.menu-item-has-children {
    padding: 0 40px;
    position: relative;
  }
  #mainMenu ul li.menu-item-has-children::before, #mainMenu ul li.menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    right: 10px;
    top: 30px;
    -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.menu-item-has-children::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #mainMenu ul li.menu-item-has-children.active::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #mainMenu .sub-menu {
    display: none;
  }
  #mainMenu .sub-menu li a {
    font-size: 14px;
  }
  .hash-nav .item .text > h5 {
    font-size: 12px;
  }
  .key-benefits .box {
    -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 -2.5%;
    width: 105%;
  }
  .key-benefits .box > * {
    width: 45%;
    margin: 0 2.5% 3.75em;
  }
  .key-benefits .item {
    margin-bottom: 80px;
  }
  .home .catProducts .tabs {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .home .catProducts .tabs li {
    margin-bottom: 20px;
  }
  .home .catProducts .columns .list-advantages, .home .catProducts .columns .short_description {
    text-align: center;
    list-style: none;
    margin-left: 0;
  }
  .home .catProducts .columns .column {
    margin-bottom: 60px;
  }
  header .btn {
    display: none;
  }
  header .search-box {
    display: none;
  }
  header .wrapper {
    padding-right: 70px;
  }
  #logo {
    margin-left: 10px;
    margin-right: 10px;
  }
  .hash-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hash-nav .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-height: 75px;
  }
  .hash-nav .item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
  .hash-nav .item .text {
    margin-bottom: 0;
    text-align: center;
  }
  .home-top-block .alc {
    display: block;
  }
  .home-top-block .swiper-slide {
    padding: 40px 0;
    text-align: center;
  }
  .home-top-block .swiper-slide img {
    display: inline-block;
  }
  .home-top-block .text {
    margin: 0 auto 40px;
    text-align: left;
  }
  .home-signup .wrapper .alc {
    display: block;
    text-align: center;
  }
  .home-signup .wrapper .alc > * {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .home-signup div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .g-translate {
    margin: 0 auto;
  }
  .wia {
    padding: 20px 0;
  }
  .meet-the-team .box {
    -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%;
  }
  .meet-the-team .box > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .checkers-and-faq > .flex {
    display: block;
  }
  .checkers-and-faq .checkers-form {
    margin-bottom: 40px;
  }
  .checkers-and-faq .contact-faq {
    margin-left: 0;
  }
  .arch-jobs .why-access .wrapper {
    display: block;
  }
  .arch-jobs .why-access .wrapper > * {
    max-width: 100% !important;
  }
  .arch-jobs .why-access .left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
  .flex > * {
    max-width: 100% !important;
  }
  footer {
    text-align: center;
  }
  footer .top .f-about, footer .top .f-links, footer .top .f-address-social {
    margin-right: 0;
  }
  .home-top-block .swiper-slide .text {
    margin: 0 auto;
    text-align: center;
  }
  .home-top-block .hs-play {
    margin-top: 20px;
  }
  .key-benefits .box {
    -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%;
    width: 100%;
  }
  .key-benefits .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .key-benefits .item {
    margin-bottom: 80px;
  }
  .key-benefits .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .home-calculator .buttons {
    text-align: center;
  }
  .home-assetpro {
    text-align: center;
  }
  .home-assetpro img {
    display: inline-block;
  }
  .home-assetpro .alc {
    display: block;
  }
  .home-industries .industries-box {
    -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%;
    width: 100%;
  }
  .home-industries .industries-box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .home-industries .industries-box > * {
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .how-to .box {
    -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%;
    width: 100%;
    text-align: center;
  }
  .how-to .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .how-to .box img {
    display: inline-block;
  }
  .form-map .text {
    margin: 0 auto;
    max-width: 100%;
  }
  .form-map .acf-map {
    position: relative;
    width: 100%;
    min-height: 400px;
  }
  .faq .line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .faq .half {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .faq .item {
    opacity: 1;
    text-align: center;
  }
  .asset-info {
    padding-top: 40px;
  }
  .asset-info .box {
    -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%;
    width: 100%;
  }
  .asset-info .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .asset-info .box .item {
    margin-bottom: 20px;
    opacity: 1;
    text-align: center;
  }
  .checkers .box {
    -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%;
    width: 100%;
  }
  .checkers .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .checkers .item {
    margin-bottom: 80px;
  }
  .tpl-contact .form-map {
    display: block;
    text-align: center;
  }
  .tpl-contact .form-map .text {
    text-align: center;
  }
  .page-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%;
    width: 100%;
  }
  .page-links > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .page-links .item {
    margin-bottom: 20px;
  }
  .maintenance .box {
    -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%;
    width: 100%;
  }
  .maintenance .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .maintenance .item {
    margin-bottom: 60px;
  }
  .wia {
    text-align: center;
  }
  .wia img {
    display: inline-block;
  }
  .wia .alc {
    display: block;
  }
  .wia .alc > * {
    margin-bottom: 20px;
  }
  .wia .middle {
    margin-right: 0;
  }
  .meet-the-team .box {
    -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%;
    width: 100%;
  }
  .meet-the-team .box > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .meet-the-team .item {
    margin-bottom: 20px;
  }
  .tpl-assetpro .top-block .wrapper {
    display: block;
  }
  .tpl-assetpro .top-block .wrapper > * {
    max-width: 100% !important;
  }
  .tpl-assetpro .top-block .wrapper .textBox {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tpl-assetpro .top-block .wrapper .textBox > * {
    text-align: center !important;
  }
  .arch-jobs .join-our-team .wrapper {
    display: block;
  }
  .arch-jobs .join-our-team .wrapper > * {
    max-width: 100% !important;
  }
  .arch-jobs .join-our-team .text {
    margin-bottom: 40px;
  }
  .arch-jobs .why-access .benefits {
    -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%;
    width: 100%;
  }
  .arch-jobs .why-access .benefits > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .arch-jobs .why-access .benefits .item {
    margin-bottom: 20px;
  }
  .arch-jobs .why-access .right .inner {
    -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%;
    width: 100%;
  }
  .arch-jobs .why-access .right .inner > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .arch-jobs .why-access .right .inner .item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .info-popup {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
}
