@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, img, ins, kbd, samp, var, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

.moving {
  transform: translate3d(0, 50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  opacity: 0.1;
  transition: all 1s ease 0s; }
  .moving.active {
    transform: translate3d(0px, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    opacity: 1; }

body {
  color: #626262;
  width: 100%;
  line-height: 1.35;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', serif;
  font-weight: 600; }

a {
  color: inherit;
  text-decoration: none; }

p,
ul,
ol {
  margin-bottom: 12px;
  line-height: 1.8; }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 15px; }

ul,
ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 1.1em; }
  ul li,
  ol li {
    margin-bottom: 10px; }

.wrapper {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .wrapper {
      padding: 0 15px; } }

.glider,
.glider-contain {
  margin: 0 auto;
  position: relative; }

.glider,
.glider-track {
  transform: translateZ(0); }

.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0; }

.glider-contain {
  width: 100%; }

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 210px; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 30px 0 0; }

.glider-dot {
  display: block;
  cursor: pointer;
  color: #eaebec;
  border-radius: 999px;
  background: #eaebec;
  width: 12px;
  height: 12px;
  margin: 7px; }

.glider-dot:focus,
.glider-dot:hover {
  background: #ddd; }

.glider-dot.active {
  background: #00aeef; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

body.blured section,
body.blured footer {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px); }

header {
  padding: 27px 0 0;
  height: 95px; }
  @media (max-width: 500px) {
    header {
      padding: 10px 0;
      height: auto;
      border-bottom: 1px solid #f1f1f1; } }

.logo-header {
  position: absolute; }
  @media (max-width: 500px) {
    .logo-header {
      position: relative; } }
  .logo-header a {
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 167px;
    height: 54px; }
    @media (max-width: 500px) {
      .logo-header a {
        margin: 0; } }

.mobile-menu {
  display: none; }
  @media (max-width: 500px) {
    .mobile-menu {
      display: block;
      position: absolute;
      top: 20px;
      right: 15px;
      width: 23px;
      height: 28px;
      background-image: url(../../images/icons.png);
      background-size: auto 100%;
      background-position-x: -56px;
      cursor: pointer;
      transition: all .5s; }
      .mobile-menu.active {
        background-position-x: -82px; } }

nav {
  text-align: right;
  padding: 9px 0 0; }
  @media (max-width: 500px) {
    nav {
      padding: 0 12px 10px;
      text-align: left;
      transition: .5s ease-in-out;
      overflow: hidden;
      position: absolute;
      background: #f0f7ff;
      width: 100%;
      left: 0;
      top: 74px;
      z-index: 1; }
      nav:not(.active) {
        display: none; } }
  nav a {
    font-size: 14px;
    color: #0e1821;
    margin-left: 32px; }
    @media (max-width: 700px) {
      nav a {
        font-size: 13px;
        margin: 0 6px; } }
    @media (max-width: 500px) {
      nav a {
        font-size: 15px;
        margin: 0;
        display: block;
        padding: 15px 0 18px;
        border-bottom: 1px solid #cfdbe9; }
        nav a:last-child {
          border-bottom: unset; } }
    nav a span {
      font-size: 10px;
      color: #fff;
      background: #00aeef;
      margin-left: 5px;
      padding: 1px 4px 1px;
      border-radius: 4px;
      overflow: hidden; }
      @media (max-width: 600px) {
        nav a span {
          display: none; } }

footer {
  padding: 0 0 20px; }

section.footer {
  border-top: 1px solid rgba(226, 226, 226, 0.5);
  display: table;
  width: 100%;
  padding: 20px 0 10px;
  position: relative; }
  section.footer > * {
    display: table-cell;
    vertical-align: top; }
  @media (max-width: 600px) {
    section.footer {
      display: block; }
      section.footer > * {
        display: block; } }

.logo-footer {
  width: 150px; }
  @media (max-width: 700px) {
    .logo-footer {
      width: 130px; } }
  @media (max-width: 600px) {
    .logo-footer {
      width: 100%; } }
  .logo-footer a {
    background-image: url(../../images/logo-footer.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 139px;
    height: 45px;
    margin-right: 35px; }

.nav-footer {
  padding: 10px 0 0; }
  @media (max-width: 800px) {
    .nav-footer {
      width: 270px; } }
  @media (max-width: 600px) {
    .nav-footer {
      width: 100%;
      padding: 20px 0 5px;
      flex-wrap: wrap;
      display: flex !important;
      max-width: 340px;
      margin: 0 auto; } }
  .nav-footer a {
    font-size: 13px;
    margin-right: 35px;
    white-space: nowrap; }
    @media (max-width: 700px) {
      .nav-footer a {
        margin-right: 20px; }
        .nav-footer a:last-of-type {
          margin-right: 0;
          margin-bottom: 0; } }
    @media (max-width: 600px) {
      .nav-footer a {
        margin-right: 0;
        display: block;
        width: 33.33%;
        text-align: center;
        font-size: 12px; } }

.social {
  text-align: right;
  position: relative; }
  @media (max-width: 600px) {
    .social {
      position: absolute;
      top: 20px;
      right: 0;
      padding: 0;
      width: 143px; } }
  @media (max-width: 400px) {
    .social {
      width: 133px; } }
  .social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../../images/icons.png);
    background-size: auto 100%; }

.google {
  display: block;
  width: 110px;
  height: 47px;
  background-image: url(../../images/google.png);
  background-size: 100% auto;
  position: absolute;
  right: 80px;
  top: 0; }
  @media (max-width: 600px) {
    .google {
      left: 0;
      width: 73px;
      height: 33px; } }

.fb-icon {
  background-position-x: 0;
  margin-right: 5px; }
  @media (max-width: 400px) {
    .fb-icon {
      margin-right: 2px; } }

.in-icon {
  background-position-x: -28px; }

.copy {
  font-size: 13px; }
  @media (max-width: 600px) {
    .copy {
      font-size: 12px;
      display: block;
      text-align: center;
      padding: 5px 0; } }

section.top {
  background-image: url(../../images/top.png);
  background-repeat: no-repeat;
  background-position: 101% top;
  background-size: 45% auto;
  min-height: 550px;
  margin: 15px 0 0; }
  @media (max-width: 1600px) {
    section.top {
      background-position: 100% top;
      background-size: 50% auto; } }
  @media (max-width: 1200px) {
    section.top {
      background-position: 100% top;
      background-size: 55% auto;
      min-height: 480px; } }
  @media (max-width: 1100px) {
    section.top {
      background-size: 50% auto; } }
  @media (max-width: 1000px) {
    section.top {
      background-position: 100% 40px;
      min-height: unset; } }
  @media (max-width: 900px) {
    section.top {
      background-position: 120% 40px; } }
  @media (max-width: 500px) {
    section.top {
      background-size: 97% auto;
      margin: 10px 0 0;
      background-position: right bottom;
      padding: 0 0 290px; } }
  @media (max-width: 450px) {
    section.top {
      padding: 0 0 250px; } }
  @media (max-width: 400px) {
    section.top {
      margin: 0;
      padding: 0 0 215px;
      background-position: right bottom; } }
  @media (max-width: 350px) {
    section.top {
      padding: 0 0 180px;
      background-position: right bottom; } }
  section.top article {
    width: 50%;
    padding: 90px 0 50px 0;
    max-width: 490px; }
    @media (max-width: 900px) {
      section.top article {
        padding: 40px 0 50px 0;
        max-width: 550px;
        width: 60%; } }
    @media (max-width: 600px) {
      section.top article {
        padding: 0 0 30px; } }
    @media (max-width: 500px) {
      section.top article {
        padding: 20px 0;
        width: 100%; } }
  section.top h1 {
    font-size: 39px;
    color: #0e1821;
    padding: 0 0 10px; }
    @media (max-width: 600px) {
      section.top h1 {
        font-size: 26px; } }
    section.top h1 span {
      display: block; }
    section.top h1 .colored {
      color: #00aeef; }

.partners-list {
  display: table;
  width: 100%;
  padding: 40px 0 35px; }
  @media (max-width: 900px) {
    .partners-list {
      width: 900px; } }
  @media (max-width: 500px) {
    .partners-list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 0; } }
  .partners-list > * {
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 500px) {
      .partners-list > * {
        display: block;
        width: 33.33%;
        text-align: center; }
        .partners-list > * img {
          max-width: 90%; } }

@media (max-width: 900px) {
  .partners-list-wrapper {
    width: 100%;
    overflow: scroll; } }

section.partners {
  background-image: url(../../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 0 0 210px; }
  @media (max-width: 600px) {
    section.partners {
      padding: 40px 0 70px; } }
  @media (max-width: 500px) {
    section.partners {
      padding: 40px 0 80px; } }
  @media (max-width: 500px) {
    section.partners {
      background: none;
      padding: 40px 0 40px; } }
  section.partners h2 {
    color: #00aeef;
    font-size: 28px;
    padding: 0 0 13px; }
  section.partners p {
    max-width: 930px;
    margin: 0 auto 12px; }

.partners-table {
  display: table;
  width: 100%;
  padding: 30px 0 0; }
  @media (max-width: 600px) {
    .partners-table {
      display: block; } }
  @media (max-width: 500px) {
    .partners-table {
      padding: 10px 0 0; } }
  .partners-table > * {
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 600px) {
      .partners-table > * {
        display: block; } }

.pt-image {
  width: auto;
  padding: 0 30px 0 40px; }
  @media (max-width: 1200px) {
    .pt-image {
      padding: 0 40px 0 0; } }
  @media (max-width: 800px) {
    .pt-image {
      padding: 0 30px 30px 0; } }
  @media (max-width: 500px) {
    .pt-image {
      display: none; } }
  .pt-image img {
    display: block;
    width: 100%;
    max-width: 410px; }
    @media (max-width: 800px) {
      .pt-image img {
        max-width: 320px;
        margin: 0 auto; } }

.pt-info {
  width: 55%;
  padding: 25px 40px 0 20px; }
  @media (max-width: 1000px) {
    .pt-info {
      padding: 25px 0 0; } }
  @media (max-width: 800px) {
    .pt-info {
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .pt-info {
      width: 100% !important; } }

section.experience {
  background-color: #0e1821;
  background-image: url(../../images/expirience.png);
  background-repeat: no-repeat;
  background-size: 54% auto;
  background-position: right top;
  padding: 70px 0 60px; }
  @media (max-width: 500px) {
    section.experience {
      padding: 40px 0 30px;
      background-image: unset; } }
  section.experience h2 {
    font-size: 32px;
    color: #fff;
    text-align: center; }
    @media (max-width: 600px) {
      section.experience h2 {
        font-size: 26px; } }

.experience-items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0; }

.ei-item {
  width: 48%;
  background: #fff;
  margin: 1%;
  position: relative;
  padding: 33px 33px 33px 125px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  transform: translate3d(0px, 50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  opacity: 0.2;
  transition: all 1s ease 0s; }
  .ei-item.active {
    transform: translate3d(0px, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    opacity: 1; }
  @media (max-width: 800px) {
    .ei-item {
      padding: 25px 25px 15px 100px; } }
  @media (max-width: 600px) {
    .ei-item {
      padding: 25px 25px 20px 100px;
      margin: 0 0 15px;
      width: 100%; } }
  .ei-item img {
    width: 58px;
    display: block;
    position: absolute;
    top: 32px;
    left: 35px; }
    @media (max-width: 800px) {
      .ei-item img {
        width: 45px;
        top: 24px;
        left: 28px; } }
  .ei-item h3 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #414142;
    padding: 0 0 8px; }

section.obsessed {
  background-image: url(../../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 220px 0 60px; }
  @media (max-width: 800px) {
    section.obsessed {
      padding: 120px 0 60px; } }
  @media (max-width: 500px) {
    section.obsessed {
      background: none;
      padding: 20px 0 35px; } }
  section.obsessed h2 {
    font-size: 28px;
    color: #00aeef;
    padding: 0 0 15px; }

.absessed-table {
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .absessed-table {
      display: block; } }
  .absessed-table > * {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
    @media (max-width: 1200px) {
      .absessed-table > * {
        width: auto; } }
    @media (max-width: 800px) {
      .absessed-table > * {
        display: block;
        width: 100%; } }

.at-image {
  padding: 0 40px 0 30px; }
  @media (max-width: 1200px) {
    .at-image {
      padding: 0 40px 0 0; } }
  @media (max-width: 800px) {
    .at-image {
      padding: 0 0 30px; } }
  @media (max-width: 500px) {
    .at-image {
      display: none; } }
  .at-image img {
    display: block;
    max-width: 100%; }
    @media (max-width: 800px) {
      .at-image img {
        width: 320px;
        margin: 0 auto; } }

.at-info {
  padding: 25px 0 0 10px; }
  @media (max-width: 1200px) {
    .at-info {
      width: 570px !important; } }
  @media (max-width: 1000px) {
    .at-info {
      padding: 25px 0 0; } }
  @media (max-width: 800px) {
    .at-info {
      margin: 0 auto; } }
  @media (max-width: 600px) {
    .at-info {
      width: 100% !important; } }

.round-items {
  padding: 25px 0 0; }
  @media (max-width: 800px) {
    .round-items {
      display: flex;
      flex-wrap: wrap;
      max-width: 300px;
      margin: 0 auto; } }
  .round-items:after {
    content: '';
    clear: both;
    display: block;
    height: 0; }
  .round-items article {
    background: #e0f7ff;
    width: 130px;
    height: 130px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 0; }
    @media (max-width: 1000px) {
      .round-items article {
        width: 105px;
        height: 105px;
        padding: 10px 0 0; } }
    @media (max-width: 800px) {
      .round-items article {
        height: 130px;
        width: 130px;
        padding: 130px 0 0;
        position: relative;
        margin: 0 7px 14px !important; } }
    .round-items article:nth-child(-n+3) {
      margin-right: 12px; }
      @media (max-width: 1000px) {
        .round-items article:nth-child(-n+3) {
          margin-right: 7px; } }
  .round-items h3 {
    font-size: 47px;
    color: #0c2841;
    text-transform: uppercase; }
    @media (max-width: 1000px) {
      .round-items h3 {
        font-size: 37px; } }
    @media (max-width: 800px) {
      .round-items h3 {
        position: absolute;
        top: 20px;
        text-align: center;
        width: 100%; } }
  .round-items p {
    font-size: 13px;
    max-width: 91px;
    margin: 0 auto;
    line-height: 1.3;
    color: #0c2841; }
    @media (max-width: 1000px) {
      .round-items p {
        font-size: 12px; } }
    @media (max-width: 800px) {
      .round-items p {
        font-size: 13px;
        position: absolute;
        top: 68px;
        display: block;
        width: 100%;
        max-width: unset; } }

section.team {
  padding: 100px 0 0; }
  @media (max-width: 800px) {
    section.team {
      padding: 50px 0 0; } }
  @media (max-width: 500px) {
    section.team {
      padding: 10px 0 0; } }

.team-table {
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .team-table {
      display: flex;
      flex-wrap: wrap-reverse; } }
  .team-table > * {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 800px) {
      .team-table > * {
        display: block;
        width: 100%; } }

.tt-info {
  padding: 40px 0 0 30px; }
  @media (max-width: 800px) {
    .tt-info {
      padding: 20px 0 0;
      max-width: 570px;
      margin: 0 auto; }
      .tt-info .round-items {
        max-width: 570px;
        text-align: center;
        display: block; }
        .tt-info .round-items article {
          display: inline-block !important;
          float: unset; } }
  @media (max-width: 500px) {
    .tt-info .round-items {
      max-width: 100%; }
      .tt-info .round-items article {
        height: 107px;
        width: 107px;
        padding: 107px 0 0;
        margin: 0 5px 0 0 !important; }
        .tt-info .round-items article:last-child {
          margin: 0 0 0 0 !important; }
      .tt-info .round-items h3 {
        top: 15px; }
      .tt-info .round-items p {
        font-size: 12px;
        top: 56px; } }
  @media (max-width: 500px) {
    .tt-info .round-items {
      padding: 0 0 35px; }
      .tt-info .round-items article {
        height: 93px;
        width: 93px;
        padding: 93px 0 0; }
      .tt-info .round-items h3 {
        top: 10px; }
      .tt-info .round-items p {
        font-size: 11px;
        top: 51px; } }
  @media (max-width: 330px) {
    .tt-info .round-items article {
      height: 90px;
      width: 90px;
      padding: 90px 0 0; } }
  .tt-info h2 {
    font-size: 27px;
    color: #00aeef;
    padding: 0 0 15px; }

.tt-image {
  padding: 0 0 0 10px; }
  @media (max-width: 800px) {
    .tt-image {
      padding: 20px 0 40px; } }
  @media (max-width: 500px) {
    .tt-image {
      display: none; } }
  .tt-image img {
    display: block;
    max-width: 100%; }
    @media (max-width: 800px) {
      .tt-image img {
        width: 320px;
        margin: 0 auto; } }

section.carbon {
  padding: 0 0 220px;
  background-image: url(../../images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center; }
  @media (max-width: 600px) {
    section.carbon {
      padding: 0 0 100px; } }
  @media (max-width: 500px) {
    section.carbon {
      display: none; } }

.carbon-table {
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .carbon-table {
      display: block; } }
  .carbon-table > * {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 800px) {
      .carbon-table > * {
        display: block;
        width: 100%; } }

.ct-image {
  padding: 0 120px 0 70px; }
  @media (max-width: 1000px) {
    .ct-image {
      padding: 0 60px 0 30px; } }
  @media (max-width: 800px) {
    .ct-image {
      padding: 0; } }
  @media (max-width: 500px) {
    .ct-image {
      display: none; } }
  .ct-image img {
    display: block;
    max-width: 100%; }
    @media (max-width: 800px) {
      .ct-image img {
        width: 320px;
        margin: 0 auto; } }

.ct-info {
  padding: 20px 0 0; }
  @media (max-width: 800px) {
    .ct-info {
      padding: 40px 0 0;
      max-width: 570px;
      margin: 0 auto; } }
  .ct-info h2 {
    font-size: 27px;
    color: #00aeef;
    padding: 0 0 15px; }
  .ct-info a {
    color: #00aeef; }

section.work {
  background: #effbff;
  padding: 60px 0 90px; }

.work-header {
  padding: 0 0 30px; }
  .work-header h2 {
    color: #00aeef;
    font-size: 32px;
    text-align: center;
    padding: 0 0 15px; }
  .work-header p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto; }

.work-table {
  display: table;
  width: 100%;
  background: #fff; }
  @media (max-width: 1000px) {
    .work-table {
      display: block; } }
  .work-table > * {
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 1000px) {
      .work-table > * {
        display: block; } }

.wt-info {
  width: auto;
  padding: 50px 30px 80px 40px; }
  @media (max-width: 1000px) {
    .wt-info {
      padding: 40px 30px 0; } }
  .wt-info h3 {
    font-size: 25px;
    color: #755ca5;
    padding: 0 0 15px; }

.wt-slider {
  width: 750px; }
  @media (max-width: 1200px) {
    .wt-slider {
      width: 720px; } }
  @media (max-width: 1000px) {
    .wt-slider {
      width: 100%;
      margin: 0 auto;
      padding: 0 10px 30px;
      max-width: 720px; } }

.nojob {
  background-image: url(../../images/nojob.jpg);
  content: '';
  height: 310px;
  background-repeat: no-repeat;
  background-size: 90% auto;
  margin: 40px 30px 0 0;
  padding: 100px 0 0; }
  @media (max-width: 700px) {
    .nojob {
      height: 280px;
      margin: 40px 0 0; } }
  @media (max-width: 500px) {
    .nojob {
      background-image: url(../../images/nojob-mob.jpg);
      height: 370px; } }
  @media (max-width: 400px) {
    .nojob {
      height: 300px; } }
  @media (max-width: 350px) {
    .nojob {
      height: 270px; } }

.nojob-text {
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 360px;
  border-radius: 80px;
  margin: 0 auto;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: #00aeef; }
  @media (max-width: 500px) {
    .nojob-text {
      font-size: 12px;
      padding: 15px;
      max-width: 270px; } }

.wt-slider-wrapper {
  padding: 40px 30px 0 30px;
  width: 720px;
  height: 300px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1200px) {
    .wt-slider-wrapper {
      width: 690px; } }
  @media (max-width: 1000px) {
    .wt-slider-wrapper {
      width: 100%; } }
  @media (max-width: 400px) {
    .wt-slider-wrapper {
      padding: 40px 10px 0; } }

.wt-slides:after {
  content: '';
  clear: both;
  display: block;
  height: 0; }

.wt-item {
  float: left;
  width: 33.33%;
  display: block; }
  .wt-item a {
    display: block;
    border: 1px solid #deeaf1;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 10px;
    padding: 14px 0 25px; }
  .wt-item img {
    max-width: 140px;
    margin: 0 auto;
    display: block; }
  .wt-item h4 {
    color: #00aeef;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 8px;
    min-height: 39px;
    max-width: 150px;
    margin: 0 auto; }
  .wt-item span {
    color: #fff;
    font-size: 11px;
    background-color: #00aeef;
    font-weight: 500;
    display: block;
    padding: 6px 0 9px;
    text-align: center;
    width: 117px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto; }

.wt-img {
  height: 150px;
  padding: 0 0 15px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column; }

.wt-prev {
  background: no-repeat center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAMAAAAWLodmAAAARVBMVEUAAAAvgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNoscSSbAAAAFnRSTlMAVPK6fUoT9+ni2cOxo5eKcWQ+Mikef1QvTwAAAF9JREFUGNNl0FkOgCAMBFBBEPfd3v+oDklrTaZ/LyFMO41PG9MPIvJhBibDAoydYgUGwwb0jyIB8VbsQLkUByCnIlRkRa4IFlQcmKiil/SLJ1A6b+Zb00V0rTXBLXmDL2CMCDRffkx5AAAAAElFTkSuQmCC");
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 150px;
  left: 0; }
  .wt-prev.disabled {
    display: none; }
  @media (max-width: 500px) {
    .wt-prev {
      display: none; } }

.wt-next {
  background: no-repeat center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAYCAMAAAAWLodmAAAARVBMVEUAAAAvgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNovgNoscSSbAAAAFnRSTlMAVPK6fUoT9+ni2cOxo5eKcWQ+Mikef1QvTwAAAFxJREFUGNNl0FkOwCAIBFC1Wrvv5f5HLf7MlMDfSwjLhJy6wBKRH2flAvWTciVH5Qa+g3IHn6TM4F2VB3ip5ARLYwRjYzGsRsl3corfwO28zF/Nj/y3TMKnZBP8AGXgCDT440+7AAAAAElFTkSuQmCC");
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 150px;
  right: 0; }
  .wt-next.disabled {
    display: none; }
  @media (max-width: 500px) {
    .wt-next {
      display: none; } }

section.touch {
  padding: 80px 0 85px;
  text-align: center; }
  @media (max-width: 800px) {
    section.touch {
      text-align: left; } }
  section.touch h2 {
    color: #0e1821;
    font-size: 32px;
    padding: 0 0 17px; }
    @media (max-width: 400px) {
      section.touch h2 {
        text-align: center; } }
  section.touch p {
    max-width: 1000px;
    margin: 0 auto 40px; }
    @media (max-width: 400px) {
      section.touch p {
        text-align: center; } }

.touch-items {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .touch-items {
      text-align: left; } }
  @media (max-width: 1000px) {
    .touch-items {
      max-width: 800px;
      margin: 0 auto; } }
  .touch-items.limited-width {
    max-width: 800px;
    margin: 0 auto; }
  .touch-items .btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 400px) {
      .touch-items .btn-wrapper {
        position: unset;
        bottom: unset;
        left: unset;
        right: unset; } }

.ti-item {
  width: 33.3%;
  padding: 0 10px 28px;
  position: relative;
  margin: 0 auto 50px; }
  @media (max-width: 800px) {
    .ti-item {
      width: 50%;
      padding: 0 0 28px 0; } }
  @media (max-width: 400px) {
    .ti-item {
      width: 100%;
      padding: 25px 18px !important;
      border: 1px solid #e9f0f3;
      border-radius: 12px;
      overflow: hidden;
      text-align: center;
      margin: 0 auto 15px; } }
  .ti-item img {
    display: block;
    margin: 0 auto 15px;
    max-height: 25px; }
    @media (max-width: 800px) {
      .ti-item img {
        margin: 0 0 15px; } }
    @media (max-width: 500px) {
      .ti-item img {
        max-width: 100%; } }
    @media (max-width: 400px) {
      .ti-item img {
        margin: 0 auto 15px; } }
  .ti-item p {
    margin: 0 auto 6px !important;
    font-size: 13px; }
    .ti-item p:last-of-type {
      margin: 0 auto 20px !important; }
    .ti-item p a {
      color: #00aeef; }
  .ti-item .btn {
    color: #fff;
    font-size: 12px;
    background-color: #1b242c;
    display: block;
    padding: 5px 20px 7px 12px;
    text-align: center;
    width: 116px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 800px) {
      .ti-item .btn {
        margin: 0; } }
    @media (max-width: 400px) {
      .ti-item .btn {
        margin: 0 auto;
        width: 126px;
        padding: 5px 20px 7px 12px; } }
    .ti-item .btn:after {
      position: absolute;
      display: block;
      content: '';
      background-image: url(../../images/plane.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 10px;
      height: 8px;
      top: 10px;
      right: 8px; }
      @media (max-width: 400px) {
        .ti-item .btn:after {
          right: 15px; } }

.about {
  background-color: #0e1821;
  position: relative; }
  .about:before {
    content: '';
    display: block;
    background-image: url(../../images/bg3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #fff;
    padding: 104px 0 0; }
    @media (max-width: 500px) {
      .about:before {
        display: none; } }
  .about:after {
    content: '';
    display: block;
    background-image: url(../../images/bg4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    background-color: #fff;
    padding: 108px 0 0; }
    @media (max-width: 500px) {
      .about:after {
        display: none; } }

.about-info {
  color: #fff;
  text-align: center;
  margin: 40px 0 40px; }
  .about-info h2 {
    font-size: 27px;
    padding: 0 0 15px; }
  .about-info p {
    display: block;
    max-width: 1000px;
    margin: 0 auto; }

.about-sections {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  max-width: 1110px; }

.about-section {
  width: 47%;
  width: calc(50% - 30px);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 15px;
  padding: 100px 40px 30px;
  position: relative; }
  @media (max-width: 800px) {
    .about-section {
      width: 100%;
      margin: 0 0 20px; } }
  @media (max-width: 600px) {
    .about-section {
      padding: 100px 18px 9px; } }
  .about-section img {
    position: absolute;
    max-width: 117px;
    max-height: 59px;
    left: 40px;
    top: 30px; }
    @media (max-width: 600px) {
      .about-section img {
        left: 18px; } }

.about-section:last-of-type img {
  top: 20px; }

section.job-header {
  background: #effbff; }
  section.job-header h1 {
    color: #24374e;
    font-size: 32px;
    padding: 0 0 20px; }
    @media (max-width: 600px) {
      section.job-header h1 {
        font-size: 26px; } }
    section.job-header h1 .colored {
      color: #00aeef; }
  section.job-header p {
    max-width: 700px; }
  section.job-header .path {
    padding: 0 0 20px;
    color: #24374e; }
    section.job-header .path a {
      color: inherit; }
    section.job-header .path span {
      color: #3884db; }

.jh-table {
  display: table;
  width: 100%; }
  .jh-table > * {
    display: table-cell;
    vertical-align: top; }

.jh-info {
  width: auto;
  padding: 80px 40px 40px 35px; }
  @media (max-width: 900px) {
    .jh-info {
      padding: 60px 40px 40px 30px; } }
  @media (max-width: 800px) {
    .jh-info {
      padding: 40px 40px 40px 10px; } }
  @media (max-width: 600px) {
    .jh-info {
      padding: 30px 10px 20px; } }
  .jh-info img {
    display: none; }
    @media (max-width: 600px) {
      .jh-info img {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 5px auto 25px; } }

.jh-image {
  width: 350px;
  padding: 35px 30px 40px 0; }
  @media (max-width: 800px) {
    .jh-image {
      width: 250px;
      padding: 35px 20px 40px 0; } }
  @media (max-width: 700px) {
    .jh-image {
      width: 200px;
      padding: 35px 0px 40px 0; } }
  @media (max-width: 600px) {
    .jh-image {
      display: none; } }
  .jh-image img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto; }

.job-body {
  padding: 50px 0 40px; }
  @media (max-width: 900px) {
    .job-body {
      padding: 30px 0; } }

.jb-table {
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .jb-table {
      display: block; } }
  .jb-table > * {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 25px 0 35px; }
    @media (max-width: 900px) {
      .jb-table > * {
        padding: 0 40px 0 10px; } }
    @media (max-width: 800px) {
      .jb-table > * {
        padding: 0 40px 20px 10px;
        display: block;
        width: 100%; } }
    @media (max-width: 500px) {
      .jb-table > * {
        padding: 0 10px 20px 10px; } }
  .jb-table h2 {
    font-size: 28px;
    color: #00aeef;
    padding: 0 0 15px; }
  .jb-table ul {
    padding: 0; }
  .jb-table li {
    position: relative;
    list-style: none;
    padding: 0 0 0 30px; }
    @media (max-width: 500px) {
      .jb-table li {
        padding: 0 0 0 20px; } }
    .jb-table li:before {
      content: "•";
      font-size: 15px;
      position: absolute;
      top: 0;
      left: 0; }

section.job-form {
  background: #effbff;
  padding: 40px 0 50px; }
  @media (max-width: 800px) {
    section.job-form {
      padding: 30px 0 20px; } }
  section.job-form p {
    max-width: 950px;
    padding: 0 35px 20px; }
    @media (max-width: 800px) {
      section.job-form p {
        padding: 0 10px 20px; } }
    @media (max-width: 700px) {
      section.job-form p {
        padding: 0 10px; } }
  section.job-form form {
    padding: 0 35px; }
    @media (max-width: 800px) {
      section.job-form form {
        padding: 0 10px 20px; } }
  section.job-form label {
    display: block;
    color: #00aeef;
    padding: 0 0 7px; }
    @media (max-width: 700px) {
      section.job-form label {
        padding: 15px 0 7px; } }
  section.job-form input,
  section.job-form textarea {
    display: block;
    border: 1px solid #deeaf1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    resize: none;
    font-family: inherit;
    padding: 3px 11px 4px;
    width: 100%; }
  section.job-form input {
    height: 36px; }
  section.job-form textarea {
    height: 120px; }

.jf-row {
  display: table;
  width: 100%;
  max-width: 950px;
  padding: 0 0 30px;
  position: relative; }
  @media (max-width: 700px) {
    .jf-row {
      display: block;
      padding: 0; } }
  .jf-row > * {
    display: table-cell;
    vertical-align: top;
    position: relative; }
    @media (max-width: 700px) {
      .jf-row > * {
        display: block;
        width: 100% !important; }
        .jf-row > *:after {
          content: '';
          display: block;
          clear: both;
          height: 0; } }
  .jf-row .jf-column:first-of-type {
    width: 33.33%; }
    .jf-row .jf-column:first-of-type .jf-item {
      padding-right: 20px; }
      @media (max-width: 700px) {
        .jf-row .jf-column:first-of-type .jf-item {
          padding-right: 0; }
          .jf-row .jf-column:first-of-type .jf-item textarea {
            height: 36px; } }
  .jf-row .jf-column:last-of-type {
    width: 66.66%; }
  .jf-row:first-of-type .jf-column:last-of-type .jf-item:first-of-type {
    padding-right: 10px;
    float: left;
    width: 50%; }
  .jf-row:first-of-type .jf-column:last-of-type .jf-item:last-of-type {
    padding-left: 10px;
    float: left;
    width: 50%; }
  @media (max-width: 500px) {
    .jf-row:first-of-type .jf-column:last-of-type .jf-item {
      float: none !important;
      width: 100% !important;
      padding: 0 !important; } }

.jf-item-bottom {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0; }
  @media (max-width: 700px) {
    .jf-item-bottom {
      position: relative;
      bottom: unset; } }
  @media (max-width: 500px) {
    .jf-item-bottom {
      display: block; } }
  .jf-item-bottom > * {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
    @media (max-width: 500px) {
      .jf-item-bottom > * {
        display: block;
        width: 100%; } }
    .jf-item-bottom > *:first-of-type {
      padding-right: 10px; }
      @media (max-width: 500px) {
        .jf-item-bottom > *:first-of-type {
          padding-right: 0; } }
    .jf-item-bottom > *:last-of-type {
      padding-left: 10px; }
      @media (max-width: 500px) {
        .jf-item-bottom > *:last-of-type {
          padding-left: 0; } }

@media (max-width: 700px) {
  .jf-bottom {
    padding: 35px 0 0; } }

.jf-bottom h3 {
  font-family: inherit; }
  @media (max-width: 700px) {
    .jf-bottom h3 {
      padding: 0 0 10px; } }

.jf-bottom .colored {
  color: #00aeef; }

.jf-bottom input {
  display: none !important; }

.jf-table {
  display: table;
  width: 100%;
  max-width: 950px;
  padding: 25px 0 0; }
  @media (max-width: 700px) {
    .jf-table {
      padding: 0; } }
  @media (max-width: 600px) {
    .jf-table {
      display: block; } }
  .jf-table > * {
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 600px) {
      .jf-table > * {
        display: block; } }

.jf-upload {
  position: relative;
  width: auto;
  padding: 0 50px 0 170px; }
  @media (max-width: 700px) {
    .jf-upload {
      padding: 0 20px 0 130px; } }
  @media (max-width: 600px) {
    .jf-upload {
      padding: 0; } }
  .jf-upload .jf-choose {
    position: absolute;
    left: 0;
    display: block;
    width: 120px;
    color: #fff;
    font-size: 13px;
    background: #939393;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding: 9px 0 11px; }
    @media (max-width: 600px) {
      .jf-upload .jf-choose {
        position: relative;
        left: unset; } }
    .jf-upload .jf-choose.lighted {
      background: #ffff00;
      color: #000;
      transition: all 0.2s ease; }
    .jf-upload .jf-choose.normal {
      background: #939393;
      color: #fff;
      transition: all 0.2s ease; }

.jf-submit {
  width: 144px; }
  @media (max-width: 600px) {
    .jf-submit {
      padding-top: 25px;
      width: 100%; } }
  .jf-submit button {
    display: block;
    border: none;
    cursor: pointer;
    background: #00aeef;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding: 9px 0 11px;
    display: block;
    width: 144px;
    color: #fff;
    font-size: 13px;
    float: right; }
    @media (max-width: 600px) {
      .jf-submit button {
        border-radius: 4px;
        float: none;
        width: 100%;
        padding: 13px 0 15px; } }

.job-list {
  padding: 30px 0 20px; }
  .job-list .wt-info {
    padding: 50px 30px 80px 0; }
    @media (max-width: 1000px) {
      .job-list .wt-info {
        padding: 0; } }

.jf-hidden {
  display: none !important; }

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  overflow: auto; }
  .popup.active {
    display: block;
    background: rgba(0, 0, 0, 0.49); }
  .popup .popup-content {
    width: 95%;
    max-width: 550px;
    height: 345px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 50px 0 0; }
    @media (max-width: 500px) {
      .popup .popup-content {
        padding: 40px 0; } }

.popup-close {
  display: none;
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../../images/icons.png);
  background-size: auto 100%;
  background-position-x: -105px;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px; }
  .popup-close.active {
    display: block; }

.popup-status-descr {
  font-size: 15px;
  text-align: center;
  padding: 15px 20px 20px;
  max-width: 380px;
  margin: 0 auto; }

.popup-status-icon {
  width: 100px;
  height: 100px;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto; }

.popup-status-title {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 0; }

.popup-success {
  display: none; }
  .popup-success.active {
    display: block; }
  .popup-success .popup-status-title {
    color: #018aff; }
  .popup-success .popup-status-icon {
    background-image: url(../../images/status/success.png); }

.popup-fail {
  display: none; }
  .popup-fail.active {
    display: block; }
  .popup-fail .popup-status-icon {
    background-image: url(../../images/status/fail.png); }

.popup-waiting {
  display: none; }
  .popup-waiting.active {
    display: block; }
  .popup-waiting .popup-status-title {
    color: #00aeef; }
  .popup-waiting .popup-status-icon {
    background-image: url(../../images/status/waiting.svg); }

.form-file {
  position: relative;
  padding: 0 25px 0 15px; }
  .form-file + .form-file {
    margin-top: 15px; }
  @media (max-width: 600px) {
    .form-file {
      padding: 0 25px 0 0;
      margin-top: 15px; } }
  .form-file label {
    display: none !important; }

.form-file-name-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form-file-name {
  font-size: 13px;
  color: #939393;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  padding: 3px 0 6px 20px;
  position: relative; }
  .form-file-name:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 16px;
    height: 28px;
    background-image: url(../../images/icons.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: -133px;
    display: block; }

.form-file-status {
  width: auto;
  text-align: right;
  font-size: 12px;
  color: #939393;
  padding: 3px 0 6px 24px; }
  .form-file-status.done {
    color: #04c359;
    position: relative; }
    .form-file-status.done:before {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 20px;
      height: 28px;
      background-image: url(../../images/icons.png);
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position-x: -154px;
      display: block; }

.form-file-progress {
  background: #e8ebf0;
  height: 12px;
  content: '';
  position: relative;
  border-radius: 12px;
  overflow: hidden; }

.form-file-progress-line {
  background: #04c359;
  height: 12px;
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.05s; }

.form-file-remove {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 0;
  content: '';
  background-image: url(../../images/icons.png);
  background-size: auto 100%;
  background-position-x: -67px;
  bottom: -2px; }

section.login {
  background: #f4f8ff;
  padding: 150px 0; }
  section.login h1 {
    color: #24374e;
    font-size: 32px; }
  section.login input {
    display: block;
    border: 1px solid #deeaf1;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    resize: none;
    font-family: inherit;
    padding: 3px 11px 4px;
    width: 100%;
    max-width: 400px; }
  section.login button {
    display: block;
    border: none;
    cursor: pointer;
    background: #0089ff;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding: 9px 0 11px;
    display: block;
    width: 144px;
    color: #fff;
    font-size: 13px; }
  section.login label {
    display: block;
    color: #00aeef;
    padding: 0 0 7px; }

.login-item {
  padding: 5px 0; }

.info-header {
  background-color: #e9f3fa;
  padding: 40px 0 50px; }
  .info-header.info-terms {
    background-image: url(../../images/terms.png);
    background-size: auto 100%;
    background-position: 80% center;
    background-repeat: no-repeat; }
    .info-header.info-terms .info-table {
      height: 300px; }
    @media (max-width: 1600px) {
      .info-header.info-terms {
        background-position: 85% center; } }
    @media (max-width: 1300px) {
      .info-header.info-terms {
        background-position: 90% center; } }
    @media (max-width: 1200px) {
      .info-header.info-terms {
        background-position: 100% center; }
        .info-header.info-terms .info-table {
          height: 250px; } }
    @media (max-width: 1000px) {
      .info-header.info-terms .info-table {
        height: auto; } }
    @media (max-width: 800px) {
      .info-header.info-terms {
        background-image: unset; } }
  .info-header h1 {
    font-size: 32px;
    color: #0e1821;
    padding: 0 0 15px; }

.info-table {
  display: table;
  width: 100%;
  padding: 0 0 0 30px; }
  @media (max-width: 800px) {
    .info-table {
      display: block;
      padding: 0 30px; } }
  @media (max-width: 600px) {
    .info-table {
      padding: 0 10px; } }
  .info-table > * {
    display: table-cell;
    vertical-align: middle; }
  .info-table p {
    max-width: 670px; }

.it-info {
  width: auto; }
  @media (max-width: 800px) {
    .it-info {
      display: block;
      width: 100%; } }
  .it-info h2 {
    color: #00aeef; }

.it-image {
  width: 440px; }
  @media (max-width: 800px) {
    .it-image {
      display: none; } }
  .it-image img {
    width: 100%;
    display: block;
    max-width: 440px; }

.info-body article {
  padding: 30px 35px 50px; }
  @media (max-width: 600px) {
    .info-body article {
      padding: 30px 10px 40px; } }

.info-body h2,
.info-body h3,
.info-body h4 {
  margin: 0 0 5px;
  color: #00aeef;
  font-family: inherit;
  font-weight: bold; }

.info-body ul {
  padding: 0 0 0 15px; }
  .info-body ul li {
    list-style: disc; }

.info-body p,
.info-body ul,
.info-body ol {
  margin: 0 0 10px; }
  .info-body p a,
  .info-body ul a,
  .info-body ol a {
    color: #0e1821; }

.info-body table {
  border: 1px solid #0e1821;
  margin: 10px 0 20px;
  width: 100%;
  background: #e9f3fa;
  color: #3885db; }
  .info-body table tr {
    border-bottom: 1px solid #0e1821; }
    .info-body table tr:first-of-type {
      font-weight: 700;
      background: #0e1821;
      color: #fff; }
    .info-body table tr td,
    .info-body table tr th {
      border-right: 1px solid #0e1821;
      padding: .5em 1em; }
      .info-body table tr td:last-of-type,
      .info-body table tr th:last-of-type {
        border: none; }
    .info-body table tr th {
      background: #0e1821;
      text-align: left;
      color: #fff; }

section.bad {
  background: #00aeef;
  color: #fff;
  padding: 150px 0; }
  section.bad h1 {
    font-size: 32px;
    padding: 0 0 15px; }

section.success {
  background: #f4f8ff;
  padding: 150px 0; }
  section.success h1 {
    font-size: 32px;
    padding: 0 0 15px; }

/*# sourceMappingURL=../maps/default/main.css.map */
