@media (min-width: 1400px) {
  .nav__list li a {
    font-size: 20px !important;
    line-height: 49px;
    padding: 0 10px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    cursor: pointer;
  }
  .btn {
    font-size: 19px !important;
    padding-top: 15px;
  }
  .nav .has-dropdown:last-child {
    margin-right: 196px !important;
  }
  .logo-white {
    background-image: url(../image/pit-logo.webp) !important;
    background-size: contain;
    width: 197px !important;
  }
  h1,
  h3,
  li,
  p,
  span {
    font-size: 21px !important;
  }
  .nav {
    height: 100px !important;
  }
  .nav .has-dropdown .sub-menu-wrapper .sub-menu-container {
    max-width: 1400px !important;
  }
  .nav
    .has-dropdown
    .sub-menu-wrapper
    .sub-menu-container
    .article__item-wrapper
    .article__item
    .article__content
    .article__text
    a {
    color: #494949 !important;
  }
  .nav
    .has-dropdown
    .sub-menu-wrapper
    .sub-menu-container
    .article__item-wrapper
    .article__item
    .article__content
    .article__media {
    height: 225px !important;
  }
}
.apocalypse__icon,
.content-icon {
  font-size: 40px;
  display: inline-block;
  margin-right: 20px;
}
.apocalypse__icon.isoi-bullet-w,
.content-icon.isoi-bullet-w {
  width: 5px;
  height: 5px;
  background: #fff;
}
.apocalypse__icon.isoi-bullet-blue,
.content-icon.isoi-bullet-blue {
  width: 5px;
  height: 5px;
  background: #1476f2;
}
.h1,
h1 {
  font-size: 40px;
  line-height: 1.25;
}
.h2,
h2 {
  font-size: 30px;
}
.h2,
.h3,
h2,
h3 {
  line-height: 1.33;
}
.h3,
h3 {
  font-size: 15px;
}
p {
  font-size: 18px;
}
p.small-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
}
.white-text {
  color: #fff;
}
.blue-color {
  color: #1476f2;
}
.gray-color {
  color: #555;
}
.h1 ~ p,
h1 ~ p {
  margin-top: 25px;
}
.h2 ~ p,
h2 ~ p {
  margin-top: 15px;
}
.h3 ~ p,
h3 ~ p {
  margin-top: 5px;
}
.about {
  background-color: #f2f2f2;
  padding: 70px 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about ul {
  padding-left: 30px;
  list-style-type: none;
}
.about ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.about ul li:before {
  font-size: 12px;
  content: "â– ";
  color: #0072f6;
  position: relative;
  bottom: 3px;
  padding-right: 10px;
}
.about ul li:first-child {
  margin-top: 30px;
}
.about ul li:last-child {
  margin-bottom: 0;
}
html {
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  -webkit-backface-visibility: hidden;
}
body {
  margin: 0;
  position: relative;
  background-color: #fafafa;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  -webkit-tap-highlight-color: transparent;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
iframe {
  border: transparent;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 15px;
}
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
p {
  font-size: 15px;
  line-height: 1.67;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: auto;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #0072f6;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
blockquote em {
  display: block;
  font-size: 80%;
}
.container.no {
  padding: 50px 0;
}
.container.no h3 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.container.no p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
}
.no-wrp {
  white-space: nowrap;
}
.block-chart {
  padding: 25px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .block-chart {
    display: block;
  }
}
.block-chart__content {
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .block-chart__content {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .block-chart__content {
    width: 100%;
  }
}
.block-chart__title {
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
}
.block-chart__text {
  font-weight: 300;
}
.block-chart__media {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .block-chart__media {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .block-chart__media {
    display: block;
    text-align: center;
  }
}
.block-chart__media img {
  margin-right: 125px;
}
@media screen and (max-width: 767px) {
  .block-chart__media img {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.block-chart__list li {
  line-height: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.block-chart__list li span {
  padding-left: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .block-chart__list li {
    width: 150px;
    margin: 0 auto;
  }
}
.block-features {
  padding: 25px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-features__title {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 50px;
}
.block-features__item {
  width: 50%;
  padding-right: 100px;
}
.block-features__item:nth-child(-n + 4) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .block-features__item {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .block-features__item {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-features__item {
    width: 100%;
    padding-right: 0;
  }
}
.block-features__item a {
  color: #000;
}
.block-features__item a:hover {
  color: #0072f6;
}
.block-features__item a:active {
  color: #0061d1;
}
.block-features__heading {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 25px;
  border-left: 5px solid #0072f6;
}
.block-features__list li {
  font-weight: 300;
  line-height: 30px;
}
.block-features__list li:last-child {
  margin-bottom: 0;
}
.block-features__text {
  font-weight: 300;
}
.block-features--main .block-features__heading {
  font-size: 24px;
  line-height: 1;
}
.block-features--main .block-features__item {
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  margin-right: 135px;
  width: -webkit-calc(100%/2 - 135px);
  width: calc(100% / 2 - 135px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block-features--main .block-features__item {
    margin-right: 80px;
    width: -webkit-calc(100%/2 - 60px);
    width: calc(100% / 2 - 60px);
  }
  .block-features--main .block-features__item:nth-child(2n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-features--main .block-features__item {
    margin-right: 50px;
    width: 100%;
  }
}
.block-features--no-padding {
  padding: 0;
}
.block-features--disc-style {
  list-style-type: disc;
  padding-left: 30px;
}
.block-features__item--link {
  cursor: pointer;
}
.block-features__item--link:after {
  content: "";
  background-color: #0072f6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .column-three {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .column-three {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.header {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 200px 0 100px;
  height: 630px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header--services {
  background-image: url(../img/services.jpg);
}
.header--solutions {
  background-image: url(../img/solutions.jpg);
}
.header--solutions-main {
  background-image: url(../img/software_banner.png);
}
.header--technologies {
  background-image: url(../img/technologies.jpg);
}
.header--platforms {
  background-image: url(../img/platforms.jpg);
}
.header .box-left {
  float: left;
  max-width: 655px;
  width: 100%;
  margin-right: 85px;
}
.header .box-right {
  float: left;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1215px) {
  .header {
    padding: 240px 0 120px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 100px 0 35px;
  }
}
@media (max-width: 1215px) and (min-width: 1024px) {
  .header .box-left {
    max-width: 440px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .header .box-left {
    max-width: 390px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .header .box-left {
    float: none;
    max-width: 100%;
  }
  .header .box-left br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header .box-right {
    max-width: 184px;
  }
}
@media (max-width: 767px) {
  .header .box-right {
    float: none;
    max-width: 100%;
  }
}
.header__title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header__title {
    margin-top: 100px;
  }
}
.header__lead {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  max-width: 840px;
}
@media screen and (max-width: 1024px) {
  .header__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__lead {
    font-size: 15px;
  }
}
@media screen and (min-width: 1221px) {
  .js-scroll,
  .nav.is-hover {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-scroll .menu-item a,
  .nav.is-hover .menu-item a {
    color: #000;
  }
  .js-scroll .is-hover a,
  .nav.is-hover .is-hover a {
    color: #0072f6;
  }
  .js-scroll .logo,
  .nav.is-hover .logo {
    background-image: url(../image/pit-logo.webp);
    background-size: contain;
  }
}
.nav {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1220px) {
  .nav {
    position: fixed;
  }
}
.nav .current-menu-item {
  color: #0072f6;
}
.nav .container {
  position: relative;
  height: 100%;
}
.nav__wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1220px) {
  .nav__wrapper {
    display: none;
  }
}
.nav__list {
  height: 100%;
  text-align: right;
  font-size: 0;
}
.nav__list li {
  display: inline-block;
  line-height: 75px;
}
.nav__list li a {
  font-size: 15px;
  line-height: 45px;
  padding: 0 15px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  cursor: pointer;
}
.nav__list .is-hover a,
.nav__list li a:hover {
  color: #0072f6;
}
.nav--black .logo {
  background-image: url(../image/pit-logo.webp);
  background-size: contain;
}
.nav--black .nav__list li a {
  color: #000;
}
.nav--black .nav__list li a:hover,
.nav--black .nav__list li.is-hover a {
  color: #0072f6;
}
.nav .has-dropdown > a {
  position: relative;
}
.nav .has-dropdown > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -32px;
  left: 0;
  background-color: #1476f2;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: none;
  transition: none;
}
.nav .has-dropdown:last-child {
  margin-right: 160px;
}
.nav .has-dropdown.is-hover {
  color: #1476f2;
}
.nav .has-dropdown.is-hover .sub-menu-wrapper {
  display: block;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation: animWrapper 0.3s ease-in-out;
  animation: animWrapper 0.3s ease-in-out;
}
.nav .has-dropdown.is-hover .sub-menu-wrapper .sub-menu-container {
  visibility: visible;
  -webkit-animation: animContainer 0.5s ease-in-out;
  animation: animContainer 0.5s ease-in-out;
}
.nav
  .has-dropdown.is-hover
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: animItem 0.6s ease-in-out;
  animation: animItem 0.6s ease-in-out;
}
.nav
  .has-dropdown.is-hover
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper:nth-child(2n) {
  -webkit-animation: animItem 0.7s ease-in-out;
  animation: animItem 0.7s ease-in-out;
}
.nav .has-dropdown.is-hover > a:before {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: unset;
  transition-delay: unset;
}
.nav .has-dropdown .sub-menu-wrapper {
  display: none;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: auto;
  padding: 30px 0;
  top: 77px;
  left: 0;
  right: 0;
  line-height: normal;
  width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid hsla(0, 0%, 85%, 0.3);
  overflow: hidden;
}
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container {
  margin: 0 auto;
  max-width: 1200px;
  visibility: hidden;
}
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container,
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.nav .has-dropdown .sub-menu-wrapper .sub-menu-container .article-container {
  width: 70%;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper {
  width: 48%;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 20px;
  cursor: pointer;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item:hover
  .article__media-inner {
  -webkit-transform: scale(1.16);
  -ms-transform: scale(1.16);
  transform: scale(1.16);
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  width: 100%;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text {
  padding-left: 25px;
  width: 65%;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text
  h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #323232;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text
  p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #555;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text
  a {
  padding: 0;
  margin-top: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  bottom: 5px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text
  a
  i {
  font-size: 11px;
  margin-left: 5px;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__text
  a:hover {
  color: #005ed7;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__media {
  height: 160px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 35%;
  overflow: hidden;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .article__item-wrapper
  .article__item
  .article__content
  .article__media
  .article__media-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-color: #fff;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container {
  position: relative;
  width: 23%;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  padding: 0 20px 0 70px;
  opacity: 0;
  border-left: 1px solid #d8d8d8;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul.active {
  padding: 0 20px;
  opacity: 1;
  -webkit-animation: animList 0.7s ease-in-out;
  animation: animList 0.7s ease-in-out;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul:after {
  content: "";
  display: table;
  clear: both;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  li {
  width: 100%;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  li
  a {
  text-transform: none;
  word-spacing: normal;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #323232;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  li
  a
  i {
  position: relative;
  top: 1px;
  right: -4px;
  font-size: 12px;
  color: #1476f2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  li:hover
  a {
  color: #1476f2;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  li:hover
  a
  i {
  right: -8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.nav
  .has-dropdown
  .sub-menu-wrapper
  .sub-menu-container
  .sub-menu-list-container
  ul
  .service--main
  a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.nav .dropdown-split .sub-menu {
  min-width: 470px;
}
.nav .dropdown-split .sub-menu li {
  width: -webkit-calc(100%/2 - 20px);
  width: calc(100% / 2 - 20px);
}
.nav .dropdown-split .sub-menu li:nth-child(2n) a {
  margin-left: 50px;
}
.nav .dropdown-split.narrow .sub-menu {
  min-width: 320px;
}
.nav__btn {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .nav__btn {
    right: 18px;
  }
}
@media (max-width: 767px) {
  .nav__btn {
    right: 20px;
  }
}
@media (max-width: 1220px) {
  .nav__btn .get-touch {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .nav__btn .get-touch {
    display: none;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 768px) {
  #c-button--push-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .get-touch.btn {
    display: none;
  }
}
.nav__btn .sandwich {
  background-image: url(../image/sandwich-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
}
@media (min-width: 1221px) {
  .nav__btn .sandwich {
    display: none;
  }
}
.nav__btn .sandwich:before {
  content: "";
  background-image: url(../image/sandwich-icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1221px) {
  .js-scroll {
    top: 0;
  }
}
@media (max-width: 1220px) {
  .js-scroll .logo {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
@media (min-width: 1221px) {
  .js-hidden {
    top: -90px;
  }
}
.nav__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .nav__logo {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .nav__logo {
    left: 20px;
  }
}
.logo {
  background-image: url(../image/pit-logo.webp);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 88px;
  width: 170px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.logo-white {
  background-image: url(../image/pit-logo.webp);
  background-size: contain !important;
}
.nav-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 201;
  background-color: #000;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-mobile .c-menu__items {
  padding: 90px 0 35px;
  z-index: 200;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.nav-mobile .c-menu__items li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 320px) {
  .nav-mobile .c-menu__items li a {
    font-size: 16px;
    padding: 13px 25px;
  }
}
@media screen and (max-height: 320px) {
  .nav-mobile .c-menu__items li a {
    font-size: 12px;
    padding: 12px 25px;
  }
}
.nav-mobile .c-menu__items .has-dropdown {
  overflow: hidden;
}
.nav-mobile .c-menu__items .has-dropdown .sub-menu {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.nav-mobile .c-menu__items .has-dropdown.active > a:after {
  width: 9px;
  height: 8px;
}
.nav-mobile .c-menu__items .has-dropdown.active .sub-menu {
  max-height: 900px;
}
.nav-mobile .c-menu__items .has-dropdown li a {
  text-transform: none;
  font-weight: 400;
  color: #b2b2b2;
}
.nav-mobile .c-menu__items .has-dropdown li a:hover {
  color: #0072f6;
}
.nav-mobile .c-menu__items .has-dropdown > a {
  position: relative;
}
.nav-mobile .c-menu__items .has-dropdown > a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 8px;
  height: 9px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-mobile .c-menu__items .has-dropdown li.service--main a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.nav-mobile .c-menu__items .has-dropdown li.service--main a:hover {
  color: #0072f6;
}
.btn--menuLeft {
  padding: 0 25px;
}
.has-active-menu .nav-mobile {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.has-active-menu .nav-mobile--stripe {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 17px;
  background-color: #000;
  z-index: 999;
}
.c-menu {
  position: fixed;
  z-index: 199;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-menu__close:focus {
  outline: 0;
}
.nav-mobile__top {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  z-index: 999;
  height: 79px;
  padding-left: 25px;
  top: 0;
  left: 0;
  padding-top: 17px;
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 300px;
}
.has-active-menu .nav-mobile__top {
  background-color: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 321px) {
  .has-active-menu .nav-mobile__top {
    width: 100%;
  }
}
.has-active-menu .nav-mobile__top .btn-close {
  position: absolute;
  background-image: url(../img/icon-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 150vh;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 321px) {
  .c-menu--push-left,
  .c-menu--push-right,
  .c-menu--slide-left,
  .c-menu--slide-right {
    width: 300px;
  }
}
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: 1px solid #b5dbe9;
  border-bottom: 1px solid #3184a1;
}
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}
.c-menu--push-left,
.c-menu--slide-left {
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 321px) {
  .c-menu--push-left,
  .c-menu--slide-left {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}
.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
}
.has-push-left .nav {
  z-index: 1;
}
@media (min-width: 321px) {
  .wrapper.has-push-left {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
.wrapper.has-push-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 321px) {
  .wrapper.has-push-right {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}
.nav--case-main {
  height: 0;
}
.nav--case-main .sandwich {
  display: inline-block;
}
.nav--case-main .nav__wrapper {
  display: none;
}
.nav--case-main .nav__btn,
.nav--case-main .nav__logo {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.nav--case-main .get-touch {
  margin-right: 25px;
}
.nav--case-main.js-scroll {
  background-color: transparent;
}
.nav--case-main.js-scroll .logo {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
@-webkit-keyframes animWrapper {
  0% {
    display: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  1% {
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes animWrapper {
  0% {
    display: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  1% {
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes animContainer {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes animContainer {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes animItem {
  0% {
    top: 20px;
    visibility: hidden;
    opacity: 0;
  }
  40% {
    top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  50% {
    top: 20px;
    visibility: visible;
  }
  60% {
    opacity: 1;
  }
  to {
    top: 0;
  }
}
@keyframes animItem {
  0% {
    top: 20px;
    visibility: hidden;
    opacity: 0;
  }
  40% {
    top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  50% {
    top: 20px;
    visibility: visible;
  }
  60% {
    opacity: 1;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes animList {
  0% {
    padding: 0 20px 0 70px;
    opacity: 0;
  }
  60% {
    padding: 0 20px 0 60px;
    opacity: 0;
  }
  70% {
    padding: 0 20px 0 50px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    padding: 0 20px;
  }
}
@keyframes animList {
  0% {
    padding: 0 20px 0 70px;
    opacity: 0;
  }
  60% {
    padding: 0 20px 0 60px;
    opacity: 0;
  }
  70% {
    padding: 0 20px 0 50px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  to {
    padding: 0 20px;
  }
}
.numbers {
  padding: 70px 0;
}
.numbers .container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.numbers .col-4 {
  padding-right: 50px;
  width: 25%;
  float: left;
}
@media (max-width: 1215px) {
  .numbers .col-4 {
    width: 50%;
  }
  .numbers .col-4:nth-child(3),
  .numbers .col-4:nth-child(4) {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .numbers .col-4 {
    width: -webkit-calc(100%/2 - 70px);
    width: calc(100% / 2 - 70px);
    margin-right: 70px;
    padding-right: 0;
  }
  .numbers .col-4:nth-child(2),
  .numbers .col-4:nth-child(4) {
    margin-right: 0;
  }
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.fade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
a {
  color: #171717;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #0072f6;
  -webkit-transition: none;
  transition: none;
}
.btn {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 140px;
  font-size: 13px;
  padding: 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #1476f2;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
}
.btn [class*=" isoi-"],
.btn [class^="isoi-"] {
  font-size: 12px;
  color: #1476f2;
  padding-left: 12px;
  display: block;
}
.btn:hover {
  background: #005ed7;
  border-color: #005ed7;
  color: #fff;
}
.btn:hover [class*=" isoi-"],
.btn:hover [class^="isoi-"] {
  color: #fff;
}
.btn:active {
  background: #323232;
  border-color: #323232;
  color: #fff;
}
.btn:active [class*=" isoi-"],
.btn:active [class^="isoi-"] {
  color: #fff;
}
.btn.btn--about-news {
  height: 50px;
  min-width: 170px;
}
.btn--fluid {
  width: 100%;
  padding: 0;
}
#fp-nav ul li:last-child {
  display: none;
}
