/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #252527; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }
h1 {
  font-size: 78px; }
h2 {
  font-size: 47px; }
h3 {
  font-size: 36px; }
h4 {
  font-size: 23px; }
h5 {
  font-size: 16px; }
h6 {
  font-size: 12px; }
@media (max-width: 1200px) {
  h1 {
    font-size: 58px; } }
@media (max-width: 480px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 39px; } }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after
{
    content: '';
    display: block;
    clear: both;
}
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 41px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
.header.shown {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 1px #b4b4b4;
            box-shadow: 0 0 13px 1px #b4b4b4; }
.header.open {
    background: #000; }
.header .btn-menu {
    display: none; }
@media (max-width: 1200px) {
    .header {
      padding: 25px 30px; } }
@media (max-width: 767px) {
    .header {
      padding: 10px 30px; }
      .header .logo {
        margin: 0 auto; }
      .header .btn-menu {
        display: block; }
      .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        background: #000;
        color: #fff;
        width: 100%;
        padding: 0 30px 30px;
        max-height: 0;
        visibility: hidden;
        opacity: 0; }
        .header .nav li {
          display: block; }
          .header .nav li + li {
            margin-left: 0;
            border-top: 1px solid #1e1e20; }
        .header .nav a {
          display: block;
          padding: 15px 0; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  text-align: center;
  background: #252527;
  padding: 84px 0;
  color: #dde5e8; }
.footer .nav--white {
    margin-bottom: 31px; }
.footer .socials {
    margin-bottom: 30px; }
@media (max-width: 767px) {
    .footer .nav--white li {
      display: block; }
      .footer .nav--white li + li {
        margin-left: 0; }
    .footer .nav--white a {
      padding: 10px 0; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 15px 45px 15px 25px;
  border: none;
  /*  btn-green  */ }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
.btn:hover {
    color: #252527;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #252527;
            box-shadow: inset 0 0 0 2px #252527; }
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #252527;
    width: 100%;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s; }
.btn:hover:before {
    width: 0; }
.btn span {
    position: relative;
    z-index: 1; }
.btn .ico-arrow {
    position: absolute;
    top: 2px;
    right: -24px;
    margin-left: 10px;
    -webkit-animation: arrow 2s infinite;
            animation: arrow 2s infinite; }
.btn--green {
    color: #252527; }
.btn--green:before {
      content: '';
      background: #2D9CDB; }
.btn--green:hover {
      color: #2D9CDB;
      background: none;
      -webkit-box-shadow: inset 0 0 0 2px #2D9CDB;
              box-shadow: inset 0 0 0 2px #2D9CDB; }
/* ------------------------------------------------------------ *\
	Btn Menu
\* ------------------------------------------------------------ */
.btn-menu {
  position: absolute;
  top: 17px;
  left: 15px;
  display: inline-block;
  width: 22px;
  height: 15px; }
.btn-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #252527;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.btn-menu:before, .btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #252527;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
.btn-menu:after {
    top: auto;
    bottom: -1px; }
.btn-menu.open:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
.btn-menu.open:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: -2px;
    left: -1px;
    background: #fff; }
.btn-menu.open span {
    left: 100%;
    opacity: 0; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form-contact {
  color: #252527; }
.form-contact .form__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px; }
.form-contact .form__btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #252527;
    padding: 13px 26px 14px;
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.form-contact .form__btn:hover {
      background: #595f61; }
.form-contact .field {
    width: 100%;
    background: #efefef;
    border: none;
    padding: 11px 14px 10px; }
.form-contact .field:focus {
      -webkit-box-shadow: inset 0 0 0 1px #252527;
              box-shadow: inset 0 0 0 1px #252527; }
.form-contact .form__row + .form__row {
    margin-top: 16px; }
.form-contact .textarea {
    max-width: 500px;
    min-height: 210px; }
.form-contact .form__body {
    margin-bottom: 15px; }
@media (max-width: 767px) {
    .form-contact .textarea {
      max-width: 100%; } }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
    List Circles
\* ------------------------------------------------------------ */
.list-circles {
  color: #8c95a1;
  font-size: 15px;
  line-height: 1.2; }
.list-circles li {
    position: relative;
    padding-left: 32px; }
.list-circles li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 11px;
      height: 11px;
      border: 1px solid #8c95a1;
      border-radius: 50%; }
.list-circles li + li {
      margin-top: 19px; }
/* ------------------------------------------------------------ *\
    List Features
\* ------------------------------------------------------------ */
.list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin: -15px -10px 0; }
.list-features li {
    width: 50%;
    margin-top: 15px;
    padding: 0 10px; }
@media (max-width: 767px) {
    .list-features li {
      width: 100%; } }
/* ------------------------------------------------------------ *\
    List Logos
\* ------------------------------------------------------------ */
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.list-logos li {
    width: 25%;
    margin: 42px 0;
    text-align: center; }
@media (max-width: 767px) {
    .list-logos li {
      width: 33.33%; } }
@media (max-width: 480px) {
    .list-logos li {
      width: 50%; } }
/* ------------------------------------------------------------ *\
    List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.list-checkboxes li {
    margin: 0 6px 6px 0; }
/* ------------------------------------------------------------ *\
    List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
  font-size: 14px; }
.list-contacts > li + li {
    margin-top: 33px; }
.list-contacts h6 {
    text-transform: uppercase;
    margin-bottom: 5px; }
.list-contacts a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.list-contacts a:hover {
      color: #2D9CDB; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit; }
.nav a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
.nav a:hover {
      color: #8c95a1; }
.nav li {
    display: inline-block; }
.nav li + li {
      margin-left: 15px; }
.nav.open {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 300px;
    visibility: visible;
    opacity: 1; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  color: #8c95a1;
  background-color: #252527;
  background-repeat: no-repeat;
  background-position: 34%;
  padding: 196px 0; }
.section h4,
  .section h2 {
    color: #fff; }
.section p + p {
    margin-top: 20px; }
.section .subtitle {
    margin-bottom: 10px; }
.section__inner {
    max-width: 800px;
    margin: 0 auto; }
.section__head {
    margin-bottom: 10px; }
.section__actions {
    margin-top: 46px; }
.section__entry {
    margin-top: 30px; }
.section--lightgrey {
    color: #252527;
    background-color: #f7fbfb; }
.section--lightgrey h4,
    .section--lightgrey h2 {
      color: #252527; }
.section--lightgrey h4 {
      margin-bottom: 10px; }
.section--slider h2 {
    margin-bottom: 10px; }
.section--slider .section__head {
    margin-bottom: 50px; }
.section--logos {
    color: #252527;
    background: #fff; }
.section--logos h5,
    .section--logos h4,
    .section--logos h2 {
      color: #252527; }
.section--logos h1 {
      font-size: 64px; }
.section--logos .section__head {
      margin-bottom: 140px; }
.section--logos .list-logos {
      margin-top: -42px; }
.section--logos .section__actions {
      text-align: center; }
.section--contact {
    background: #fff;
    color: #252527; }
.section--contact h1 {
      font-size: 64px; }
@media (max-width: 1200px) {
    .section {
      padding: 100px 0; } }
@media (max-width: 1023px) {
    .section__inner {
      max-width: 100%; } }
@media (max-width: 767px) {
    .section__actions {
      margin-top: 30px; }
    .section--logos h1 {
      font-size: 50px; }
    .section--logos .section__head {
      margin-bottom: 80px; } }
/* ------------------------------------------------------------ *\
    Section Contact
\* ------------------------------------------------------------ */
.section-contact {
  padding: 150px 0 110px; }
.section-contact .section__head {
    margin-bottom: 95px; }
.section-contact h1 {
    font-size: 64px;
    margin-bottom: 10px; }
.section-contact .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.section-contact .section__content {
    width: 60%; }
.section-contact .section__aside {
    width: 40%;
    padding-left: 30px; }
.section-contact .list-contacts {
    margin-bottom: 30px; }
@media (max-width: 1200px) {
    .section-contact .section__content,
    .section-contact .section__aside {
      width: 50%; }
    .section-contact .section__head {
      margin-bottom: 75px; } }
@media (max-width: 767px) {
    .section-contact {
      padding: 150px 0 80px; }
      .section-contact h1 {
        font-size: 50px; }
      .section-contact .subtitle {
        margin-bottom: 5px; }
      .section-contact .section__content,
      .section-contact .section__aside {
        width: 100%; }
      .section-contact .section__content {
        margin-bottom: 33px; }
      .section-contact .section__aside {
        padding-left: 0; }
      .section-contact .section__head {
        margin-bottom: 50px; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider figure {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.slider--secondary {
  margin-top: 30px; }
.slider--secondary figure {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Intro
\* ------------------------------------------------------------ */
.intro {
  font-size: 40px;
  line-height: 1.4;
  padding: 196px 0 224px;
  background-image: -o-radial-gradient(circle, #d7d7d7, #d7d7d7 1px, #fff 1px, #fff);
  background-image: radial-gradient(circle, #d7d7d7, #d7d7d7 1px, #fff 1px, #fff);
  background-size: 28px 28px; }
.intro__content {
    max-width: 800px;
    margin: 0 auto; }
.intro h1 {
    margin-bottom: 5px; }
.intro .btn {
    margin-top: 31px; }
.intro .subtitle {
    margin-bottom: 2px; }
@media (max-width: 1200px) {
    .intro {
      font-size: 21px;
      padding: 189px 0 150px; } }
/* ------------------------------------------------------------ *\
    Subtitle
\* ------------------------------------------------------------ */
.subtitle {
  position: relative;
  padding: 0 0 0 64px;
  text-transform: uppercase;
  font-size: 15px;
  color: inherit; }
.subtitle:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 48px;
    height: 2px;
    background: #2D9CDB; }
/* ------------------------------------------------------------ *\
    Service
\* ------------------------------------------------------------ */
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px; }
@media (max-width: 767px) {
    .services {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.service {
  padding: 0 10px; }
.service h4 {
    margin-bottom: 13px; }
@media (max-width: 767px) {
    .service {
      margin-bottom: 40px; } }
/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */
.socials {
  color: #dde5e8; }
.socials--black {
    color: #252527; }
.socials li {
    display: inline-block; }
.socials li + li {
      margin-left: 9px;
      -webkit-transition: opacity .2s;
      -o-transition: opacity .2s;
      transition: opacity .2s; }
.socials li:hover {
      opacity: 0.9; }
.socials i {
    display: inline-block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.socials .ico-twitter:hover {
    color: #1da1f2; }
.socials .ico-linkedin:hover {
    color: #0073b1; }
.socials .ico-spectrum {
    position: relative; }
.socials .ico-spectrum:after {
      content: '';
      position: absolute;
      bottom: 1px;
      right: -3px;
      width: 7px;
      height: 7px;
      background: #2bdb66;
      border-radius: 50%; }
.socials .ico-spectrum:hover {
      color: #5e21d9; }
/* ------------------------------------------------------------ *\
    Copyright
\* ------------------------------------------------------------ */
.copyright {
  color: #8c95a1;
  font-size: 12px; }
/* ------------------------------------------------------------ *\
    Callout
\* ------------------------------------------------------------ */
.callout {
  padding: 65px 0;
  text-align: center; }
.callout h4 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px; }
@media (max-width: 767px) {
    .callout h4 {
      display: block;
      margin: 0 0 20px; } }
/* ------------------------------------------------------------ *\
    Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  font-size: 13px; }
.checkbox label {
    display: inline-block;
    background: #efefef;
    padding: 7px 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.checkbox label:hover {
      background: #dde5e8; }
.checkbox input {
    display: none;
    visibility: hidden;
    opacity: 0; }
.checkbox input:checked + label {
      background: #2D9CDB; }
/* ------------------------------------------------------------ *\
    Map
\* ------------------------------------------------------------ */
.map {
  position: relative;
  font-size: 15px; }
.map h5 {
    font-size: 16px; }
.map__content {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 1px #b7b7b7;
            box-shadow: 0 0 20px 1px #b7b7b7; }
@media (max-width: 1200px) {
    .map img {
      width: 100%;
      height: auto; } }
/* ------------------------------------------------------------ *\
    Animations
\* ------------------------------------------------------------ */
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); } }
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); } }
