/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

td, td img {
  vertical-align: top; }

input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%; }

input[type="checkbox"] {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

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

/* Reset style end */
/* Basic style */
html {
  height: 100% !important;
  overflow-y: scroll !important;
  margin-right: 0 !important; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }
  @media (max-width: 567px) {
    body {
      font-size: 14px; } }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

input, select, button, textarea {
  font-family: inherit;
  outline: none; }

label, input[type="button"], input[type="submit"], button {
  cursor: pointer;
  outline: none; }

a {
  color: #000; }

a, input, button, a img, textarea {
  -webkit-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s;
  -moz-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, -moz-box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s;
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
  outline: none; }
  a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
    outline: none; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1920px; }

svg {
  -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
  transition: fill 0.5s, stroke 0.5s, opacity 0.5s; }
  svg path, svg rect {
    -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, opacity 0.5s; }

.header__soc a, .header__soc--main a, .header__soc--services a, .news__all, .footer__soc a, .aboutPage__stagesLogo, .aboutPage__stagesItem .number, .servicesPage__nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wrapp--strech, .servicesPage__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.itemRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.itemRow--fs, .aboutPage__stagesItem, .servicesPage__facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.column_vc, .banner__box, .banner__box--main, .banner__box--in, .services__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.column_cc, .servicesPage__item--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul, ol {
  list-style-type: none; }

.wrapp--fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon, .text, .iconBox {
  display: inline-block;
  vertical-align: middle; }

.tt {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.text-right {
  text-align: right; }

.alignright {
  display: block;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }
  @media (max-width: 567px) {
    .alignright {
      float: none;
      margin: 0 auto 25px auto; } }

.alignleft {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 567px) {
    .alignleft {
      float: none;
      margin: 0 auto 25px auto; } }

/* Basic style end */
/* Fonts */
@font-face {
  font-family: 'FuturaPT-Medium';
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPT-Book';
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPT-Bold';
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaPT-Demi';
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe-Light';
  src: url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 500; }

.padding_main {
  padding-top: 70px; }
  @media (min-height: 1080px) {
    .padding_main {
      padding-top: 140px; } }

.main_title {
  font-size: 52px; }
  @media (max-width: 1199px) {
    .main_title {
      font-size: 46px; } }
  @media (max-width: 991px) {
    .main_title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .main_title {
      font-size: 36px; } }
  @media (max-width: 567px) {
    .main_title {
      font-size: 30px; } }
  @media (max-width: 450px) {
    .main_title {
      font-size: 26px; } }

.main_row {
  margin: -30px -15px 0; }
  .main_row > div {
    margin-top: 30px;
    padding: 0 15px; }

.container-fluid {
  max-width: 1290px; }

/* Header */
.header, .header--main, .header--services {
  z-index: 101;
  padding: 15px 0; }
  .header--main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .header--services {
    position: relative; }
  .header__logoBox img, .header__logoBox a {
    display: block; }
  .header__logoBox img {
    max-width: 120px; }
  @media (max-width: 567px) {
    .header__right {
      display: block;
      text-align: right; } }
  .header__right .header__tel, .header__right .header__tel--main, .header__right .header__tel--services {
    margin: 0 50px; }
    @media (max-width: 767px) {
      .header__right .header__tel, .header__right .header__tel--main, .header__right .header__tel--services {
        margin: 0 20px; } }
    @media (max-width: 567px) {
      .header__right .header__tel, .header__right .header__tel--main, .header__right .header__tel--services {
        margin: 10px 0;
        display: block; } }
  .header__soc--main a {
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .header__soc--services img {
    -webkit-filter: brightness(0);
            filter: brightness(0); }
  .header__soc--services a {
    border: 1px solid #d0d1d6; }
  .header__soc li, .header__soc--main li, .header__soc--services li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px; }
    .header__soc li:last-child, .header__soc--main li:last-child, .header__soc--services li:last-child {
      margin-right: 0; }
  .header__soc a, .header__soc--main a, .header__soc--services a {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    text-align: center; }
    .header__soc a:hover, .header__soc--main a:hover, .header__soc--services a:hover {
      opacity: .6; }
  .header__soc img, .header__soc--main img, .header__soc--services img {
    display: inline-block;
    vertical-align: middle; }
  .header__tel, .header__tel--main, .header__tel--services {
    font-size: 14px; }
    .header__tel--main {
      color: #ffffff; }
    .header__tel--services {
      color: #000; }
      .header__tel--services .icon {
        -webkit-filter: brightness(0);
                filter: brightness(0); }
    .header__tel:hover, .header__tel--main:hover, .header__tel--services:hover {
      opacity: .6; }
    .header__tel .icon, .header__tel--main .icon, .header__tel--services .icon {
      background-image: url(../img/sprite.png);
      background-position: -509px -247px;
      width: 12px;
      height: 13px;
      margin-right: 8px; }
  .header__mnu, .header__mnu--services {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/sprite.png);
    background-position: -434px -237px;
    width: 21px;
    height: 15px; }
    .header__mnu--services {
      -webkit-filter: brightness(10%);
              filter: brightness(10%); }
  @media (max-width: 767px) {
    .header__searchBox {
      display: none; } }
  .header__searchBox > a {
    margin-right: 23px; }
    .header__searchBox > a:last-child {
      margin-right: 0; }
  .header__search, .header__search--services {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/sprite.png);
    background-position: -414px -237px;
    width: 20px;
    height: 20px; }
    .header__search--services {
      -webkit-filter: brightness(10%);
              filter: brightness(10%); }
  .header__nav, .header__nav--main, .header__nav--services {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .header__nav, .header__nav--main, .header__nav--services {
        padding-top: 15px; } }
    @media (max-width: 567px) {
      .header__nav, .header__nav--main, .header__nav--services {
        padding-top: 0; } }
    .header__nav--main .menu a {
      color: #ffffff; }
      .header__nav--main .menu a:hover {
        border-bottom-color: #ffffff; }
    .header__nav--services .menu a {
      color: #000; }
      .header__nav--services .menu a:hover {
        color: #1D4FB5;
        border-bottom-color: #1D4FB5; }
    .header__nav .menu, .header__nav--main .menu, .header__nav--services .menu {
      text-align: right; }
      @media (max-width: 767px) {
        .header__nav .menu, .header__nav--main .menu, .header__nav--services .menu {
          display: none; } }
      .header__nav .menu li, .header__nav--main .menu li, .header__nav--services .menu li {
        display: inline-block;
        vertical-align: top;
        margin-right: 35px; }
        .header__nav .menu li:last-child, .header__nav--main .menu li:last-child, .header__nav--services .menu li:last-child {
          margin-right: 0; }
      .header__nav .menu a, .header__nav--main .menu a, .header__nav--services .menu a {
        border-bottom: 1px solid transparent; }

/* Banner */
.banner, .banner--in {
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif; }
  .banner--in {
    margin-bottom: 80px;
    background: url(../img/banner.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
         background-size: cover; }
  .banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
         transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden; }
  .banner__box, .banner__box--main, .banner__box--in {
    padding: 225px 0 180px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .banner__box, .banner__box--main, .banner__box--in {
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .banner__box--main {
      min-height: 100vh; }
    .banner__box--in {
      min-height: 515px; }
    .banner__box h4, .banner__box--main h4, .banner__box--in h4 {
      margin-top: 25px;
      font-size: 22px; }
      @media (max-width: 767px) {
        .banner__box h4, .banner__box--main h4, .banner__box--in h4 {
          font-size: 20px; } }
  .banner__title, .banner__title--main, .banner__title--in {
    letter-spacing: 2px; }
    @media (max-width: 767px) {
      .banner__title, .banner__title--main, .banner__title--in {
        letter-spacing: 0; } }
    .banner__title--main {
      font-size: 52px; }
      @media (max-width: 1199px) {
        .banner__title--main {
          font-size: 46px; } }
      @media (max-width: 991px) {
        .banner__title--main {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .banner__title--main {
          font-size: 36px; } }
      @media (max-width: 567px) {
        .banner__title--main {
          font-size: 30px; } }
      @media (max-width: 450px) {
        .banner__title--main {
          font-size: 26px; } }
    .banner__title--in {
      font-size: 56px;
      font-weight: 300; }
      @media (max-width: 1199px) {
        .banner__title--in {
          font-size: 46px; } }
      @media (max-width: 991px) {
        .banner__title--in {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .banner__title--in {
          font-size: 36px; } }
      @media (max-width: 567px) {
        .banner__title--in {
          font-size: 30px; } }
      @media (max-width: 450px) {
        .banner__title--in {
          font-size: 26px; } }
  .banner__arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -18px;
    background-image: url(../img/sprite.png);
    background-position: -488px -298px;
    width: 36px;
    height: 19px;
    -webkit-animation: bounce 2s infinite;
       -moz-animation: bounce 2s infinite;
         -o-animation: bounce 2s infinite;
            animation: bounce 2s infinite; }

/* About */
.about {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .about {
      padding: 45px 0; } }
  @media (max-width: 991px) {
    .about__row {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  .about__imgBox {
    width: 525px; }
    @media (max-width: 991px) {
      .about__imgBox {
        width: 100%; } }
    .about__imgBox img {
      display: block;
      margin: 0 auto; }
  .about__content {
    width: -webkit-calc(100% - 470px);
    width: -moz-calc(100% - 470px);
    width: calc(100% - 470px);
    margin-left: -55px;
    background: #ebebeb;
    padding: 35px 30px 35px 55px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .about__content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .about__content {
        padding: 25px; } }
    @media (max-width: 375px) {
      .about__content {
        padding: 20px 15px; } }
    .about__content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px; }
  .about__title {
    font-size: 36px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .about__title {
        font-size: 33px; } }
    @media (max-width: 567px) {
      .about__title {
        font-size: 30px; } }
    .about__title:before, .about__title:after {
      content: '';
      height: 2px;
      background: #1D4FB5;
      position: absolute;
      left: 0; }
    .about__title:before {
      bottom: 0;
      width: 72px; }
    .about__title:after {
      width: 112px;
      bottom: 7px; }
    .about__title span {
      color: #1D4FB5; }
  .about__more {
    color: #1D4FB5; }
    .about__more:hover {
      opacity: .5; }
    .about__more:after {
      content: '';
      display: inline-block;
      background-image: url(../img/sprite.png);
      background-position: -538px -235px;
      width: 5px;
      height: 9px;
      margin-left: 8px; }

/* Services */
.services__box {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
       background-size: cover !important;
  position: relative;
  border-bottom: 1px solid #ffffff; }
  .services__box:first-child {
    margin-top: 0;
    z-index: 5; }
  .services__box:nth-child(2) {
    z-index: 4; }
  .services__box:nth-child(3) {
    z-index: 3; }
  .services__box:last-child {
    z-index: 2; }
  .services__box:nth-child(even) .services__content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; }

.services__content {
  height: 626px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 30px;
  color: #ffffff; }
  .services__content .main_title {
    margin-bottom: 10px; }
  .services__content p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .services__content p {
        font-size: 20px; } }
    @media (max-width: 567px) {
      .services__content p {
        font-size: 18px; } }

.services__more {
  width: 195px;
  height: 42px;
  line-height: 40px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff; }
  .services__more:hover {
    background: #ffffff;
    color: #1D4FB5; }
    .services__more:hover .icon:before {
      opacity: 0; }
    .services__more:hover .icon:after {
      opacity: 1; }
  .services__more .icon {
    position: relative;
    margin-left: 18px;
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    -o-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s; }
    .services__more .icon:before, .services__more .icon:after {
      content: '';
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s;
      display: block; }
    .services__more .icon:before {
      background-image: url(../img/sprite.png);
      background-position: -538px -225px;
      width: 5px;
      height: 10px; }
    .services__more .icon:after {
      opacity: 0;
      background-image: url(../img/sprite.png);
      background-position: -538px -235px;
      width: 5px;
      height: 9px;
      position: absolute;
      top: 0;
      left: 0; }

/* News */
.news {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .news {
      padding-top: 50px; } }
  .news .main_title {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .news .main_title {
        margin-bottom: 45px; } }
  .news__slider {
    padding: 0 57px; }
    @media (max-width: 1199px) {
      .news__slider {
        padding: 0 0 50px;
        margin-bottom: 40px; } }
    .news__slider .slick-list {
      margin: 0 -10px;
      padding-bottom: 40px; }
    .news__slider .slick-slide {
      padding: 0 10px;
      height: auto; }
    .news__slider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      border: 1px solid #1D4FB5;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      z-index: 10;
      text-indent: -9999px;
      font-size: 0;
      margin-top: -25px;
      background: transparent; }
      .news__slider .slick-arrow:hover {
        opacity: .4; }
      @media (max-width: 1199px) {
        .news__slider .slick-arrow {
          top: auto;
          bottom: 0;
          margin-top: 0; } }
      .news__slider .slick-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -8.5px;
        -webkit-transition: -webkit-filter 0.5s;
        transition: -webkit-filter 0.5s;
        -o-transition: filter 0.5s;
        -moz-transition: filter 0.5s;
        transition: filter 0.5s;
        transition: filter 0.5s, -webkit-filter 0.5s;
        background-image: url(../img/sprite.png);
        background-position: -524px -298px;
        width: 10px;
        height: 17px; }
    .news__slider .slick-next {
      right: 0; }
      @media (max-width: 1199px) {
        .news__slider .slick-next {
          right: 50%;
          margin-right: -60px; } }
    .news__slider .slick-prev {
      left: 0; }
      @media (max-width: 1199px) {
        .news__slider .slick-prev {
          left: 50%;
          margin-left: -60px; } }
      .news__slider .slick-prev:after {
        -webkit-transform: rotateY(180deg);
           -moz-transform: rotateY(180deg);
                transform: rotateY(180deg); }
  .news__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
       -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07); }
    .news__item .imgBox {
      position: relative; }
    .news__item .date {
      width: 104px;
      background: #1D4FB5;
      color: #ffffff;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      position: absolute;
      top: 10px;
      left: -10px;
      font-family: "FuturaPT-Book";
      font-size: 11.56px; }
    .news__item img {
      display: block; }
    .news__item .textBox {
      padding: 18px 10px; }
    .news__item h3 {
      font-size: 14px;
      margin-bottom: 13px; }
    .news__item p {
      font-weight: 300;
      font-size: 12.73px;
      margin-bottom: 15px; }
  .news__more {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1D4FB5;
    color: #ffffff;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-family: "FuturaPT-Medium";
    font-size: 13.64px;
    width: 100%;
    display: inline-block; }
    .news__more:hover {
      background: #131732; }
  .news__btnBox {
    overflow: hidden;
    padding: 0 57px; }
    .news__btnBox .news__all {
      float: right; }
  .news__all {
    background: #1D4FB5;
    color: #ffffff;
    font-family: "FuturaPT-Medium";
    font-size: 17px;
    height: 40px;
    width: 220px;
    text-align: center;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: none; }
    .news__all:hover {
      background: #131732; }
    .news__all .icon {
      background-image: url(../img/sprite.png);
      background-position: -538px -225px;
      width: 5px;
      height: 10px;
      margin-left: 18px; }

/* Footer */
.footer {
  margin-top: 70px;
  background: #131732;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  @media (max-width: 1199px) {
    .footer .header__logoBox {
      width: 100%;
      margin-bottom: 30px; }
      .footer .header__logoBox img {
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .footer .header__logoBox {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .footer__box {
      width: 50%;
      margin-top: 30px; } }
  @media (max-width: 475px) {
    .footer__box {
      width: 100%; } }
  .footer__box .menu li {
    margin-bottom: 20px; }
    .footer__box .menu li:last-child {
      margin-bottom: 0; }
  .footer__box .menu a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    border-bottom: 1px solid transparent; }
    @media (max-width: 991px) {
      .footer__box .menu a {
        font-size: 16px; } }
    .footer__box .menu a:hover {
      border-bottom: 1px solid #ffffff; }
  .footer__info {
    width: 270px;
    color: #cbcbcb;
    font-size: 18px;
    font-family: "FuturaPT-Book"; }
    @media (max-width: 991px) {
      .footer__info {
        width: 100%; } }
    .footer__info li {
      margin-bottom: 20px; }
      .footer__info li:last-child {
        margin-bottom: 0; }
    .footer__info .iconBox, .footer__info .textBox {
      display: inline-block;
      vertical-align: top; }
    .footer__info .iconBox {
      width: 27px;
      text-align: center; }
    .footer__info img {
      display: block;
      vertical-align: top; }
    .footer__info .textBox {
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px);
      padding-left: 20px; }
  .footer__contact {
    width: 205px; }
    @media (max-width: 991px) {
      .footer__contact {
        width: 100%; } }
    .footer__contact li {
      margin-bottom: 25px; }
      .footer__contact li a:hover {
        opacity: .7; }
    .footer__contact .iconBox {
      width: 23px; }
    .footer__contact .text {
      width: -webkit-calc(100% - 27px);
      width: -moz-calc(100% - 27px);
      width: calc(100% - 27px);
      padding-left: 15px;
      font-weight: 300;
      font-size: 18px;
      color: #ffffff; }
      @media (max-width: 991px) {
        .footer__contact .text {
          font-size: 16px; } }
  .footer__soc li {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px; }
    .footer__soc li:last-child {
      margin-right: 0; }
  .footer__soc a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center; }
    .footer__soc a:hover {
      opacity: .7; }
  .footer__soc img {
    display: inline-block;
    vertical-align: middle; }
  .footer__requisites {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px; }
    @media (max-width: 991px) {
      .footer__requisites {
        font-size: 16px; } }
    .footer__requisites p {
      margin-bottom: 18px; }
      .footer__requisites p:last-child {
        margin-bottom: 0; }
    .footer__requisites .name {
      font-size: 25px; }
      @media (max-width: 991px) {
        .footer__requisites .name {
          font-size: 20px; } }
  .footer__bottom {
    padding-top: 60px; }
    @media (max-width: 567px) {
      .footer__bottom > div {
        width: 100%;
        text-align: center;
        margin-bottom: 15px; }
        .footer__bottom > div:last-child {
          margin-bottom: 0; } }
    .footer__bottom img {
      max-width: 180px; }
    .footer__bottom a {
      color: #ffffff;
      font-size: 13px; }
      .footer__bottom a span, .footer__bottom a img {
        vertical-align: top;
        line-height: 1; }
      .footer__bottom a img {
        position: relative;
        top: 1px; }
      .footer__bottom a span {
        margin-right: 10px; }
  .footer__copy {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300; }
    .footer__copy p {
      margin-bottom: 5px; }
      .footer__copy p:last-child {
        margin-bottom: 0; }

/* News Page */
.newsPage__row {
  margin-left: -10px;
  margin-right: -10px; }
  .newsPage__row > div {
    padding: 0 10px; }
    .newsPage__row > div:first-child {
      width: 260px; }
      @media (max-width: 991px) {
        .newsPage__row > div:first-child {
          width: 100%; } }
    .newsPage__row > div:last-child {
      width: -webkit-calc(100% - 260px);
      width: -moz-calc(100% - 260px);
      width: calc(100% - 260px); }
      @media (max-width: 991px) {
        .newsPage__row > div:last-child {
          width: 100%; } }

@media (max-width: 475px) {
  .newsPage__itemRow > div {
    width: 100%; } }

.newsPage__sortBox h4 {
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 28px;
  margin-bottom: 50px; }

.newsPage__sortBox ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px; }
  .newsPage__sortBox ul:last-child {
    margin-right: 0; }
  .newsPage__sortBox ul li {
    margin-bottom: 20px; }
    .newsPage__sortBox ul li:last-child {
      margin-bottom: 0; }
    .newsPage__sortBox ul li.current a {
      border-bottom-color: #000;
      font-weight: 400; }
  .newsPage__sortBox ul a {
    font-weight: 300;
    border-bottom: 1px solid transparent;
    font-size: 22px; }
    .newsPage__sortBox ul a:hover {
      border-bottom-color: #000; }

.newsPage__title {
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 28px;
  margin-bottom: 50px; }
  .newsPage__title span {
    font-family: "FuturaPT-Medium"; }

.newsPage__item {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
  font-size: 15px; }
  .newsPage__item img {
    width: 100%; }
  .newsPage__item .textBox {
    padding: 30px; }
    @media (max-width: 991px) {
      .newsPage__item .textBox {
        padding: 15px; } }
  .newsPage__item p {
    font-size: 15px;
    font-weight: 300; }

.newsPage__time {
  font-size: 14px;
  margin-bottom: 20px; }
  .newsPage__time:before {
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -394px -237px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px; }

.newsPage__pagination {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .newsPage__pagination .date {
    font-weight: 500;
    font-size: 22px;
    margin: 0 10px; }
    @media (max-width: 767px) {
      .newsPage__pagination .date {
        display: none; } }

.newsPage__btn, .newsPage__btn--prev, .newsPage__btn--next {
  background: #1D4FB5;
  color: #ffffff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  width: 260px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block; }
  @media (max-width: 1199px) {
    .newsPage__btn, .newsPage__btn--prev, .newsPage__btn--next {
      width: 200px; } }
  @media (max-width: 475px) {
    .newsPage__btn, .newsPage__btn--prev, .newsPage__btn--next {
      width: 100%;
      margin-bottom: 15px; }
      .newsPage__btn:last-child, .newsPage__btn--prev:last-child, .newsPage__btn--next:last-child {
        margin-bottom: 0; } }
  .newsPage__btn:hover, .newsPage__btn--prev:hover, .newsPage__btn--next:hover {
    opacity: .4; }
  .newsPage__btn--prev .icon {
    margin-right: 18px;
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .newsPage__btn--next .icon {
    margin-left: 18px; }
  .newsPage__btn .icon, .newsPage__btn--prev .icon, .newsPage__btn--next .icon {
    background-image: url(../img/sprite.png);
    background-position: -538px -225px;
    width: 5px;
    height: 10px; }

/* Single Page */
.singlePage {
  background: #f6f6f6; }
  .singlePage__content {
    background: #ffffff;
    padding: 45px 100px 55px; }
    @media (max-width: 1199px) {
      .singlePage__content {
        padding: 45px; } }
    @media (max-width: 991px) {
      .singlePage__content {
        padding: 40px 30px; } }
    @media (max-width: 567px) {
      .singlePage__content {
        padding: 30px 15px; } }
    .singlePage__content h1 {
      font-size: 30px;
      margin-bottom: 35px; }
      @media (max-width: 567px) {
        .singlePage__content h1 {
          font-size: 27px; } }
      @media (max-width: 375px) {
        .singlePage__content h1 {
          font-size: 24px; } }
    .singlePage__content img {
      display: block;
      margin-bottom: 35px; }
    .singlePage__content p {
      margin-bottom: 35px;
      font-size: 18px;
      line-height: 30px; }
      @media (max-width: 991px) {
        .singlePage__content p {
          font-size: 16px;
          line-height: normal; } }
    @media (max-width: 450px) {
      .singlePage__content .singlePage__soc li:first-child {
        display: block;
        margin-bottom: 10px; } }
  .singlePage__soc {
    margin-top: 30px; }
    .singlePage__soc li {
      display: inline-block;
      vertical-align: middle;
      color: #5c5c5c;
      margin-right: 25px; }
      .singlePage__soc li:last-child {
        margin-right: 0; }
      .singlePage__soc li img {
        margin-bottom: 0; }
  .singlePage__info {
    font-size: 15px;
    color: #5c5c5c;
    margin-bottom: 35px; }
    @media (max-width: 475px) {
      .singlePage__info {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 475px) {
      .singlePage__info .title {
        width: 100%;
        margin: 15px 0; } }
    .singlePage__info .title span {
      color: #1D4FB5; }
    .singlePage__info .newsPage__time {
      font-size: 15px;
      margin-bottom: 0; }
    .singlePage__info p {
      margin-bottom: 0; }
  .singlePage__views:before {
    content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -327px -214px;
    width: 24px;
    height: 14px;
    margin-right: 9px;
    position: relative;
    top: 1px; }
  .singlePage__nextNews {
    margin-top: 65px; }
    .singlePage__nextNews h2 {
      margin-bottom: 20px; }
  .singlePage__nextItem {
    background: #ffffff;
    padding: 20px; }
    @media (max-width: 567px) {
      .singlePage__nextItem {
        text-align: center; } }
    .singlePage__nextItem .main_row {
      margin-left: -10px;
      margin-right: -10px; }
      .singlePage__nextItem .main_row > div {
        padding: 0 10px; }
        .singlePage__nextItem .main_row > div:first-child {
          width: 260px; }
          @media (max-width: 567px) {
            .singlePage__nextItem .main_row > div:first-child {
              width: 100%; } }
        .singlePage__nextItem .main_row > div:last-child {
          width: -webkit-calc(100% - 260px);
          width: -moz-calc(100% - 260px);
          width: calc(100% - 260px); }
          @media (max-width: 567px) {
            .singlePage__nextItem .main_row > div:last-child {
              width: 100%; } }
    .singlePage__nextItem img {
      display: block; }
      @media (max-width: 567px) {
        .singlePage__nextItem img {
          margin: 0 auto; } }
    .singlePage__nextItem h3 {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px; }
    .singlePage__nextItem .news__btnBox {
      padding: 0; }
    .singlePage__nextItem .news__all {
      width: 190px; }
  .singlePage__subtitle {
    font-size: 26px;
    margin-bottom: 25px; }
  .singlePage__otherNews {
    padding-top: 50px; }
    .singlePage__otherNews .singlePage__subtitle {
      margin-bottom: 40px; }
  .singlePage__otherItem {
    padding: 28px 20px;
    background: #ffffff;
    margin-bottom: 30px; }
    .singlePage__otherItem:last-child {
      margin-bottom: 0; }
    .singlePage__otherItem img {
      display: block;
      margin-bottom: 22px; }
    .singlePage__otherItem h3 {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 30px; }
    .singlePage__otherItem .news__all {
      width: 195px;
      margin: 0 auto; }

/* Contacts Page */
.contactPage {
  background: #f6f6f6;
  font-family: "FuturaPT-Demi"; }
  .contactPage__pagination {
    margin-top: 10px; }
    .contactPage__pagination li {
      display: inline-block;
      vertical-align: top;
      margin-right: 25px; }
      .contactPage__pagination li:last-child {
        margin-right: 0; }
    .contactPage__pagination a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      font-weight: 300;
      font-size: 18px; }
      @media (max-width: 567px) {
        .contactPage__pagination a {
          font-size: 16px; } }
      .contactPage__pagination a:hover {
        border-bottom-color: transparent; }
  .contactPage__box {
    padding: 60px;
    background: #ffffff;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .contactPage__box {
        padding: 30px; } }
    @media (max-width: 475px) {
      .contactPage__box {
        padding: 20px 15px; } }
  .contactPage__title {
    font-size: 32px;
    font-family: "FuturaPT-Demi";
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .contactPage__title {
        font-size: 30px; } }
    @media (max-width: 567px) {
      .contactPage__title {
        font-size: 27px; } }
  .contactPage__formBox {
    text-align: center; }
    .contactPage__formBox .inputBox {
      width: 555px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        .contactPage__formBox .inputBox {
          width: 100%; } }
    @media (max-width: 475px) {
      .contactPage__formBox .main_row > div {
        width: 100%; } }
    .contactPage__formBox input[type="text"], .contactPage__formBox input[type="email"], .contactPage__formBox input[type="tel"], .contactPage__formBox textarea {
      width: 100%;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      height: 50px;
      padding: 0 22px;
      font-family: "Circe-Light";
      color: #9d9d9d;
      border: 1px solid #d2d2d2; }
      .contactPage__formBox input[type="text"]::-webkit-input-placeholder, .contactPage__formBox input[type="email"]::-webkit-input-placeholder, .contactPage__formBox input[type="tel"]::-webkit-input-placeholder, .contactPage__formBox textarea::-webkit-input-placeholder {
        color: #9d9d9d; }
      .contactPage__formBox input[type="text"]::-moz-placeholder, .contactPage__formBox input[type="email"]::-moz-placeholder, .contactPage__formBox input[type="tel"]::-moz-placeholder, .contactPage__formBox textarea::-moz-placeholder {
        color: #9d9d9d; }
      .contactPage__formBox input[type="text"]:-moz-placeholder, .contactPage__formBox input[type="email"]:-moz-placeholder, .contactPage__formBox input[type="tel"]:-moz-placeholder, .contactPage__formBox textarea:-moz-placeholder {
        color: #9d9d9d; }
      .contactPage__formBox input[type="text"]:-ms-input-placeholder, .contactPage__formBox input[type="email"]:-ms-input-placeholder, .contactPage__formBox input[type="tel"]:-ms-input-placeholder, .contactPage__formBox textarea:-ms-input-placeholder {
        color: #9d9d9d; }
    .contactPage__formBox textarea {
      resize: none;
      height: 135px;
      padding: 20px 22px; }
    .contactPage__formBox button, .contactPage__formBox input[type="submit"] {
      position: absolute;
      right: 30px;
      bottom: 20px; }
    .contactPage__formBox .terms {
      color: #9d9d9d;
      margin-top: 20px; }
      .contactPage__formBox .terms a {
        color: #181818; }
  .contactPage__submit {
    background: #1D4FB5;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    height: 40px;
    width: 180px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    font-family: "FuturaPT-Medium"; }
    .contactPage__submit:hover {
      background: #131732; }
    .contactPage__submit .icon {
      background-image: url(../img/sprite.png);
      background-position: -524px -260px;
      width: 19px;
      height: 15px;
      margin-left: 14px; }
  .contactPage__contacts {
    padding: 0 140px;
    margin: -55px -30px 0; }
    @media (max-width: 1199px) {
      .contactPage__contacts {
        padding: 0; } }
    @media (max-width: 991px) {
      .contactPage__contacts {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 767px) {
      .contactPage__contacts {
        margin-top: -20px; } }
    .contactPage__contacts > div {
      padding: 0 30px;
      margin-top: 55px; }
      @media (max-width: 991px) {
        .contactPage__contacts > div {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .contactPage__contacts > div {
          margin-top: 20px;
          width: 50%; } }
      @media (max-width: 475px) {
        .contactPage__contacts > div {
          width: 100%; } }
    .contactPage__contacts .title {
      color: #757575;
      margin-bottom: 22px; }
    .contactPage__contacts .info {
      font-size: 24px;
      font-family: "FuturaPT-Book"; }
      @media (max-width: 991px) {
        .contactPage__contacts .info {
          font-size: 20px; } }

/* About Page*/
.aboutPage__intro {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; }
  @media (max-width: 767px) {
    .aboutPage__intro {
      font-size: 18px;
      line-height: 1.4; } }
  @media (max-width: 567px) {
    .aboutPage__intro {
      font-size: 16px; } }

.aboutPage__kinds {
  padding: 85px 0 115px; }
  @media (max-width: 767px) {
    .aboutPage__kinds {
      padding: 45px 0; } }
  .aboutPage__kinds h2 {
    font-size: 27px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .aboutPage__kinds h2 {
        margin-bottom: 45px;
        font-size: 24px; } }
    @media (max-width: 567px) {
      .aboutPage__kinds h2 {
        font-size: 21px; } }
  .aboutPage__kinds .main_row {
    position: relative; }
    @media (max-width: 991px) {
      .aboutPage__kinds .main_row > div {
        width: 50%; }
        .aboutPage__kinds .main_row > div:last-child {
          width: 100%; } }
    @media (max-width: 675px) {
      .aboutPage__kinds .main_row > div {
        width: 100%;
        text-align: center; } }
  .aboutPage__kinds .main_row {
    margin-top: -95px; }
    @media (max-width: 767px) {
      .aboutPage__kinds .main_row {
        margin-top: -30px; } }
    .aboutPage__kinds .main_row > div {
      margin-top: 95px; }
      @media (max-width: 767px) {
        .aboutPage__kinds .main_row > div {
          margin-top: 30px; } }

.aboutPage__info {
  background: url(../img/tabs-bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
       background-size: cover;
  min-height: 405px;
  color: #FFFFFF;
  text-align: center;
  padding: 70px 0; }
  .aboutPage__info .tabs_item {
    display: none;
    font-size: 24px; }
    @media (max-width: 991px) {
      .aboutPage__info .tabs_item {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .aboutPage__info .tabs_item {
        font-size: 20px; }
        .aboutPage__info .tabs_item br {
          display: none; } }
    @media (max-width: 567px) {
      .aboutPage__info .tabs_item {
        font-size: 18px; } }
    @media (max-width: 475px) {
      .aboutPage__info .tabs_item {
        font-size: 16px; } }
    .aboutPage__info .tabs_item:first-child {
      display: block; }

.aboutPage__tabs {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  font-size: 22px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .aboutPage__tabs {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .aboutPage__tabs {
      font-size: 18px; } }
  @media (max-width: 475px) {
    .aboutPage__tabs {
      font-size: 16px; } }
  @media (max-width: 375px) {
    .aboutPage__tabs {
      font-size: 14px;
      border-bottom: none; } }
  .aboutPage__tabs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 90px; }
    @media (max-width: 991px) {
      .aboutPage__tabs li {
        margin-right: 45px; } }
    @media (max-width: 475px) {
      .aboutPage__tabs li {
        margin-right: 10px; } }
    @media (max-width: 375px) {
      .aboutPage__tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px; }
        .aboutPage__tabs li:last-child {
          margin-bottom: 0; } }
    .aboutPage__tabs li:last-child {
      margin-right: 0; }
    .aboutPage__tabs li.current a {
      opacity: 1; }
      .aboutPage__tabs li.current a:after {
        opacity: 1; }
    .aboutPage__tabs li a {
      color: #FFFFFF;
      display: block;
      padding-bottom: 25px;
      opacity: .44;
      position: relative; }
      @media (max-width: 475px) {
        .aboutPage__tabs li a {
          padding-bottom: 15px; } }
      @media (max-width: 375px) {
        .aboutPage__tabs li a {
          padding-bottom: 3px; } }
      .aboutPage__tabs li a:hover {
        opacity: 1; }
        .aboutPage__tabs li a:hover:after {
          opacity: 1; }
      .aboutPage__tabs li a:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        height: 2px;
        background: #FFFFFF;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; }

.aboutPage__item {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #4f4f4f;
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .aboutPage__item {
      font-size: 18px; } }
  @media (max-width: 567px) {
    .aboutPage__item {
      font-size: 16px; } }
  @media (max-width: 475px) {
    .aboutPage__item {
      text-align: center;
      margin-bottom: 30px; } }
  .aboutPage__item:last-child {
    margin-bottom: 0; }
  .aboutPage__item:hover .iconBox {
    -webkit-transform: rotateY(360deg);
       -moz-transform: rotateY(360deg);
            transform: rotateY(360deg); }
  .aboutPage__item .iconBox {
    height: 106px;
    line-height: 106px;
    margin-bottom: 35px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; }
  .aboutPage__item .quantity {
    font-weight: normal;
    font-family: "FuturaPT-Bold";
    color: #2e709f;
    font-size: 59px;
    margin-right: -30px;
    position: relative;
    z-index: 1;
    line-height: 1; }
  .aboutPage__item img {
    max-height: 100%; }

.aboutPage__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .aboutPage__title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .aboutPage__title {
      font-size: 36px;
      margin-bottom: 35px; } }
  @media (max-width: 567px) {
    .aboutPage__title {
      font-size: 30px; } }
  @media (max-width: 375px) {
    .aboutPage__title {
      font-size: 27px; } }

.aboutPage__stages {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .aboutPage__stages {
      padding-top: 50px; } }
  .aboutPage__stages h2 {
    margin-bottom: 115px; }
    @media (max-width: 767px) {
      .aboutPage__stages h2 {
        margin-bottom: 40px; } }

.aboutPage__stagesBox {
  position: relative; }

.aboutPage__stagesLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 346px;
  height: 346px;
  margin: -173px 0 0 -173px;
  border: 2px dashed #d4d8df;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%; }
  @media (max-width: 991px) {
    .aboutPage__stagesLogo {
      display: none; } }

.aboutPage__stagesRow {
  margin: 0 -85px 165px; }
  @media (max-width: 1199px) {
    .aboutPage__stagesRow {
      margin-left: -50px;
      margin-right: -50px; } }
  @media (max-width: 991px) {
    .aboutPage__stagesRow {
      margin-bottom: 40px;
      margin-left: -15px;
      margin-right: -15px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .aboutPage__stagesRow:last-child {
    margin-bottom: 0; }
  .aboutPage__stagesRow > div {
    padding: 0 85px;
    width: 50%; }
    @media (max-width: 1199px) {
      .aboutPage__stagesRow > div {
        padding: 0 50px; } }
    @media (max-width: 991px) {
      .aboutPage__stagesRow > div {
        padding: 0 15px; } }
    @media (max-width: 413px) {
      .aboutPage__stagesRow > div {
        width: 100%; } }

.aboutPage__stagesItem {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 991px) {
    .aboutPage__stagesItem {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media (max-width: 413px) {
    .aboutPage__stagesItem {
      margin-bottom: 40px;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .aboutPage__stagesItem:last-child {
        margin-bottom: 0; } }
  .aboutPage__stagesItem:first-child {
    text-align: right; }
    @media (max-width: 991px) {
      .aboutPage__stagesItem:first-child {
        text-align: left; } }
    @media (max-width: 413px) {
      .aboutPage__stagesItem:first-child {
        text-align: center; } }
    .aboutPage__stagesItem:first-child .number {
      margin-left: 30px; }
      @media (max-width: 991px) {
        .aboutPage__stagesItem:first-child .number {
          margin-left: 0;
          margin-right: 0; } }
  .aboutPage__stagesItem:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 991px) {
      .aboutPage__stagesItem:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .aboutPage__stagesItem:last-child .number {
      margin-right: 30px; }
      @media (max-width: 991px) {
        .aboutPage__stagesItem:last-child .number {
          margin-right: 0; } }
  .aboutPage__stagesItem:hover .number {
    -webkit-transform: rotateY(360deg);
       -moz-transform: rotateY(360deg);
            transform: rotateY(360deg); }
  @media (max-width: 991px) {
    .aboutPage__stagesItem > div:first-child {
      width: 100%; } }
  .aboutPage__stagesItem h3 {
    color: #2A3F5E;
    font-size: 28px;
    margin-bottom: 12px;
    padding-top: 5px; }
    @media (max-width: 991px) {
      .aboutPage__stagesItem h3 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .aboutPage__stagesItem h3 {
        font-size: 24px; } }
    @media (max-width: 567px) {
      .aboutPage__stagesItem h3 {
        font-size: 22px; } }
  .aboutPage__stagesItem p {
    line-height: 25px; }
  .aboutPage__stagesItem .number {
    font-size: 40px;
    font-weight: 700;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    width: 85px;
    height: 85px;
    color: #2e709f;
    border: 1px solid #2A3F5E;
    background: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s; }
    @media (max-width: 991px) {
      .aboutPage__stagesItem .number {
        margin-bottom: 15px; } }

.aboutPage__types {
  padding-top: 135px; }
  @media (max-width: 767px) {
    .aboutPage__types {
      padding-top: 45px; } }
  .aboutPage__types p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .aboutPage__types p {
        font-size: 18px; } }
    @media (max-width: 567px) {
      .aboutPage__types p {
        font-size: 16px; } }
    .aboutPage__types p:last-child {
      margin-bottom: 0; }
  .aboutPage__types h3 {
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .aboutPage__types h3 {
        font-size: 24px; } }
    @media (max-width: 567px) {
      .aboutPage__types h3 {
        font-size: 21px; } }

.aboutPage__direction {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .aboutPage__direction {
      padding-top: 45px; } }
  @media (max-width: 375px) {
    .aboutPage__direction .main_row > div {
      width: 100%; } }
  .aboutPage__direction h2 {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .aboutPage__direction h2 {
        margin-bottom: 40px; } }

.aboutPage__directionItem {
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9); }
  .aboutPage__directionItem:hover {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  .aboutPage__directionItem img {
    display: block;
    margin: 0 auto 35px; }
  .aboutPage__directionItem h3 {
    font-size: 18px;
    margin-bottom: 12px; }
    @media (max-width: 413px) {
      .aboutPage__directionItem h3 {
        font-size: 16px; } }
  .aboutPage__directionItem p {
    font-size: 24px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .aboutPage__directionItem p {
        font-size: 22px; } }
    @media (max-width: 567px) {
      .aboutPage__directionItem p {
        font-size: 20px; } }
    @media (max-width: 413px) {
      .aboutPage__directionItem p {
        font-size: 18px; } }

/* Card Page*/
.cardPage__banner {
  position: relative;
  padding: 230px 0 280px;
  min-height: 100vh;
  text-align: center;
  color: #ffffff;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
       background-size: cover !important; }
  .cardPage__banner .name {
    display: inline-block;
    background: #1D4FB5;
    padding: 14px 20px;
    line-height: 1;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .cardPage__banner .name {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .cardPage__banner .name {
        font-size: 20px;
        padding: 10px;
        letter-spacing: 1px; } }
    @media (max-width: 567px) {
      .cardPage__banner .name {
        font-size: 20px; } }
  .cardPage__banner h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 55px; }
    @media (max-width: 1199px) {
      .cardPage__banner h1 {
        font-size: 52px; } }
    @media (max-width: 991px) {
      .cardPage__banner h1 {
        font-size: 46px; } }
    @media (max-width: 767px) {
      .cardPage__banner h1 {
        font-size: 38px; } }
    @media (max-width: 567px) {
      .cardPage__banner h1 {
        font-size: 32px; } }
  .cardPage__banner p {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 991px) {
      .cardPage__banner p {
        font-size: 27px; } }
    @media (max-width: 767px) {
      .cardPage__banner p {
        font-size: 25px; } }
    @media (max-width: 567px) {
      .cardPage__banner p {
        font-size: 22px; } }
  .cardPage__banner .banner__arrow {
    bottom: 150px; }

.cardPage__object {
  padding-top: 80px; }
  @media (max-width: 767px) {
    .cardPage__object {
      padding-top: 50px; } }
  .cardPage__object h2 {
    margin-bottom: 45px; }
  .cardPage__object p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .cardPage__object p {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.4; } }
    @media (max-width: 567px) {
      .cardPage__object p {
        font-size: 16px; } }
    .cardPage__object p:last-child {
      margin-bottom: 0; }
  .cardPage__object img {
    display: block;
    margin-bottom: 45px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95); }
    .cardPage__object img:hover {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 767px) {
      .cardPage__object img {
        margin-bottom: 30px; } }

.cardPage__gallery {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .cardPage__gallery {
      padding-top: 50px; } }

@media (max-width: 1199px) {
  .cardPage__gallerySlider {
    padding-bottom: 75px; } }

.cardPage__gallerySlider .slick-list {
  margin: 0 -15px; }

.cardPage__gallerySlider .slick-slide {
  padding: 0 15px; }

.cardPage__gallerySlider .slick-arrow {
  position: absolute;
  top: 85px;
  width: 50px;
  height: 50px;
  border: 1px solid #1D4FB5;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  z-index: 10;
  text-indent: -9999px;
  font-size: 0;
  background: #ffffff; }
  .cardPage__gallerySlider .slick-arrow:hover {
    opacity: .4; }
  @media (max-width: 1199px) {
    .cardPage__gallerySlider .slick-arrow {
      top: auto;
      bottom: 0;
      margin-top: 0; } }
  .cardPage__gallerySlider .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8.5px;
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    -o-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
    background-image: url(../img/sprite.png);
    background-position: -524px -298px;
    width: 10px;
    height: 17px; }

.cardPage__gallerySlider .slick-next {
  right: 0; }
  @media (max-width: 1199px) {
    .cardPage__gallerySlider .slick-next {
      right: 50%;
      margin-right: -60px; } }

.cardPage__gallerySlider .slick-prev {
  left: 0; }
  @media (max-width: 1199px) {
    .cardPage__gallerySlider .slick-prev {
      left: 50%;
      margin-left: -60px; } }
  .cardPage__gallerySlider .slick-prev:after {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.cardPage__gallerySlider .slick-dots {
  margin-top: 60px;
  text-align: center; }
  @media (max-width: 1199px) {
    .cardPage__gallerySlider .slick-dots {
      display: none !important; } }
  .cardPage__gallerySlider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }
    .cardPage__gallerySlider .slick-dots li:last-child {
      margin-right: 0; }
    .cardPage__gallerySlider .slick-dots li.slick-active button {
      background: #1D4FB5; }
  .cardPage__gallerySlider .slick-dots button {
    font-size: 0;
    text-indent: -9999px;
    border: 1px solid #1D4FB5;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #ffffff; }
    .cardPage__gallerySlider .slick-dots button:hover {
      background: #1D4FB5; }

/* Services Page*/
.servicesPage {
  padding-top: 110px; }
  @media (max-width: 767px) {
    .servicesPage {
      padding-top: 50px; } }
  .servicesPage__title {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .servicesPage__title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .servicesPage__title {
        font-size: 34px; } }
    @media (max-width: 567px) {
      .servicesPage__title {
        font-size: 30px; } }
    @media (max-width: 375px) {
      .servicesPage__title {
        font-size: 27px; } }
  .servicesPage__nav {
    margin-bottom: 100px;
    margin-top: -5px; }
    @media (max-width: 1199px) {
      .servicesPage__nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767px) {
      .servicesPage__nav {
        margin-bottom: 45px; } }
    .servicesPage__nav li {
      margin-top: 5px; }
      @media (max-width: 1199px) {
        .servicesPage__nav li {
          margin-right: 5px; }
          .servicesPage__nav li:last-child {
            margin-right: 0; } }
      .servicesPage__nav li.current a {
        color: #ffffff;
        background: #1D4FB5; }
    .servicesPage__nav a {
      height: 30px;
      font-size: 14px;
      color: #1D4FB5;
      font-weight: 300;
      padding: 0 8px;
      background: #E4F6FA;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px; }
      .servicesPage__nav a:hover {
        background: #1D4FB5;
        color: #ffffff; }
  .servicesPage__arrow {
    background-image: url(../img/sprite.png);
    background-position: -496px -225px;
    width: 42px;
    height: 22px;
    display: block;
    margin: 0 auto 45px;
    -webkit-animation: bounce 2s infinite;
       -moz-animation: bounce 2s infinite;
         -o-animation: bounce 2s infinite;
            animation: bounce 2s infinite; }
  .servicesPage__row > div {
    padding: 0; }
  .servicesPage__item, .servicesPage__item--lg, .servicesPage__item--sm, .servicesPage__item--center {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 50px 60px;
    height: 100%; }
    .servicesPage__item:hover .servicesPage__itemBg, .servicesPage__item--lg:hover .servicesPage__itemBg, .servicesPage__item--sm:hover .servicesPage__itemBg, .servicesPage__item--center:hover .servicesPage__itemBg {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 1300px) {
      .servicesPage__item, .servicesPage__item--lg, .servicesPage__item--sm, .servicesPage__item--center {
        padding-right: 30px; } }
    @media (max-width: 1199px) {
      .servicesPage__item, .servicesPage__item--lg, .servicesPage__item--sm, .servicesPage__item--center {
        padding: 50px 25px; } }
    @media (max-width: 991px) {
      .servicesPage__item, .servicesPage__item--lg, .servicesPage__item--sm, .servicesPage__item--center {
        text-align: center; } }
    .servicesPage__item--lg {
      min-height: 720px; }
      @media (max-width: 991px) {
        .servicesPage__item--lg {
          min-height: 1px; } }
    .servicesPage__item--sm {
      min-height: 645px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start; }
      @media (max-width: 991px) {
        .servicesPage__item--sm {
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
          min-height: 1px; } }
    .servicesPage__item--center {
      text-align: center; }
    .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
      display: inline;
      font-weight: 900;
      font-size: 70px;
      border-bottom: 1px solid #ffffff; }
      @media (max-width: 1199px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 56px; } }
      @media (max-width: 991px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 46px; } }
      @media (max-width: 767px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 38px; } }
      @media (max-width: 567px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 32px; } }
      @media (max-width: 450px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 28px; } }
      @media (max-width: 375px) {
        .servicesPage__item h2, .servicesPage__item--lg h2, .servicesPage__item--sm h2, .servicesPage__item--center h2, .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 25px; } }
    .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
      font-size: 30px; }
      @media (max-width: 450px) {
        .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 28px; } }
      @media (max-width: 375px) {
        .servicesPage__item h3, .servicesPage__item--lg h3, .servicesPage__item--sm h3, .servicesPage__item--center h3 {
          font-size: 25px; } }
  .servicesPage__itemBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
         background-size: cover !important;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
    .servicesPage__itemBg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #000;
      opacity: .41; }
  .servicesPage__cat, .servicesPage__cat--lg, .servicesPage__cat--sm, .servicesPage__cat--blue, .servicesPage__cat--orange, .servicesPage__cat--violet {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .servicesPage__cat, .servicesPage__cat--lg, .servicesPage__cat--sm, .servicesPage__cat--blue, .servicesPage__cat--orange, .servicesPage__cat--violet {
        letter-spacing: 1px; } }
    .servicesPage__cat--lg {
      font-size: 18px;
      padding: 9px 15px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .servicesPage__cat--lg {
          font-size: 16px; } }
      @media (max-width: 567px) {
        .servicesPage__cat--lg {
          font-size: 14px; } }
    .servicesPage__cat--sm {
      font-size: 14px;
      padding: 9px 12px;
      margin-bottom: 35px; }
    .servicesPage__cat--blue {
      background: #1D4FB5; }
    .servicesPage__cat--orange {
      background: #C3922C; }
    .servicesPage__cat--violet {
      background: #6043B1; }
  .servicesPage__subtitle, .servicesPage__subtitle--lg, .servicesPage__subtitle--sm {
    font-weight: 300; }
    .servicesPage__subtitle--lg {
      font-size: 28px;
      line-height: 1.2;
      margin-top: 55px; }
      @media (max-width: 991px) {
        .servicesPage__subtitle--lg {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .servicesPage__subtitle--lg {
          font-size: 24px; } }
      @media (max-width: 567px) {
        .servicesPage__subtitle--lg {
          font-size: 21px; } }
    .servicesPage__subtitle--sm {
      font-size: 18px;
      margin-top: 30px; }
  .servicesPage__facts {
    margin-top: 125px; }
    @media (max-width: 991px) {
      .servicesPage__facts {
        width: 100%;
        margin-top: 65px;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .servicesPage__facts li {
      display: inline-block;
      vertical-align: top;
      margin-right: 90px; }
      @media (max-width: 1199px) {
        .servicesPage__facts li {
          margin-right: 35px; } }
      @media (max-width: 991px) {
        .servicesPage__facts li {
          width: 33.33333333%;
          padding: 0 15px;
          margin-right: 0; } }
      @media (max-width: 567px) {
        .servicesPage__facts li {
          width: 100%;
          margin-bottom: 15px; }
          .servicesPage__facts li:last-child {
            margin-bottom: 0; } }
      .servicesPage__facts li:last-child {
        margin-right: 0; }
    .servicesPage__facts .number {
      font-weight: 100;
      font-size: 76px;
      line-height: 1; }
      @media (max-width: 1199px) {
        .servicesPage__facts .number {
          font-size: 56px; } }
      @media (max-width: 991px) {
        .servicesPage__facts .number {
          font-size: 46px; } }
      @media (max-width: 767px) {
        .servicesPage__facts .number {
          font-size: 38px; } }
      @media (max-width: 567px) {
        .servicesPage__facts .number {
          font-size: 32px; } }
    .servicesPage__facts p {
      font-weight: 300;
      font-size: 20px;
      min-height: 56px; }
      @media (max-width: 767px) {
        .servicesPage__facts p {
          font-size: 18px; } }
      @media (max-width: 567px) {
        .servicesPage__facts p {
          font-size: 16px; } }

/* ModalBox */
.modalBox {
  width: 500px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  padding: 55px 70px;
  text-align: center;
  z-index: 1; }
  @media (max-width: 567px) {
    .modalBox {
      width: 100%;
      padding: 50px 20px; } }
  .modalBox input[type="text"], .modalBox input[type="tel"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 45px;
    padding: 0 15px;
    margin-bottom: 25px; }
    .modalBox input[type="text"]::-webkit-input-placeholder, .modalBox input[type="tel"]::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .modalBox input[type="text"]::-moz-placeholder, .modalBox input[type="tel"]::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .modalBox input[type="text"]:-moz-placeholder, .modalBox input[type="tel"]:-moz-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .modalBox input[type="text"]:-ms-input-placeholder, .modalBox input[type="tel"]:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
  .modalBox .mfp-close {
    top: 10px;
    right: 10px;
    color: #9c9c9c; }

.mfp-gallery .mfp-close {
  color: #FFFFFF !important; }

.mfp-close {
  text-indent: 0 !important; }

.menuBoxAdapt {
  display: none;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .menuBoxAdapt {
      display: inline-block;
      vertical-align: top; } }
  .menuBoxAdapt .cd-btn {
    cursor: pointer;
    display: block; }
    .menuBoxAdapt .cd-btn svg {
      display: block;
      width: 30px;
      height: 30px; }

.cd-panel-content .menu, .cd-panel-footer-content .menu {
  padding-bottom: 45px; }
  .cd-panel-content .menu > li, .cd-panel-footer-content .menu > li {
    line-height: 1;
    margin-bottom: 10px; }
    .cd-panel-content .menu > li:last-child, .cd-panel-footer-content .menu > li:last-child {
      margin-bottom: 0; }
    .cd-panel-content .menu > li.current-menu-item > a, .cd-panel-content .menu > li.current-menu-parent > a, .cd-panel-content .menu > li.current-menu-ancestor > a, .cd-panel-content .menu > li.current-category-ancestor > a, .cd-panel-footer-content .menu > li.current-menu-item > a, .cd-panel-footer-content .menu > li.current-menu-parent > a, .cd-panel-footer-content .menu > li.current-menu-ancestor > a, .cd-panel-footer-content .menu > li.current-category-ancestor > a {
      border-bottom: 1px solid #ffffff; }
    .cd-panel-content .menu > li.menu-item-has-children > a, .cd-panel-footer-content .menu > li.menu-item-has-children > a {
      padding-right: 10px; }
      .cd-panel-content .menu > li.menu-item-has-children > a:before, .cd-panel-footer-content .menu > li.menu-item-has-children > a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-left: 2.5px solid transparent;
        border-right: 2.5px solid transparent;
        margin-top: -2.5px; }
    .cd-panel-content .menu > li > a, .cd-panel-footer-content .menu > li > a {
      display: inline-block;
      padding: 5px 0;
      position: relative;
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .cd-panel-content .menu > li > a:first-letter, .cd-panel-footer-content .menu > li > a:first-letter {
        text-transform: uppercase; }
      .cd-panel-content .menu > li > a:hover, .cd-panel-content .menu > li > a.mPS2id-highlight, .cd-panel-footer-content .menu > li > a:hover, .cd-panel-footer-content .menu > li > a.mPS2id-highlight {
        border-bottom: 1px solid #ffffff; }
    .cd-panel-content .menu > li > ul, .cd-panel-footer-content .menu > li > ul {
      padding: 10px 10px 10px 25px; }
      .cd-panel-content .menu > li > ul > li, .cd-panel-footer-content .menu > li > ul > li {
        margin-bottom: 7px; }
        .cd-panel-content .menu > li > ul > li:last-child, .cd-panel-footer-content .menu > li > ul > li:last-child {
          margin-bottom: 0; }
        .cd-panel-content .menu > li > ul > li.current-menu-item > a, .cd-panel-content .menu > li > ul > li.current-menu-parent > a, .cd-panel-content .menu > li > ul > li.current-category-ancestor > a, .cd-panel-footer-content .menu > li > ul > li.current-menu-item > a, .cd-panel-footer-content .menu > li > ul > li.current-menu-parent > a, .cd-panel-footer-content .menu > li > ul > li.current-category-ancestor > a {
          border-bottom: 1px solid #ffffff; }
        .cd-panel-content .menu > li > ul > li > a, .cd-panel-footer-content .menu > li > ul > li > a {
          padding: 3px 0;
          color: #ffffff;
          font-size: 14px;
          display: inline-block;
          position: relative;
          border-bottom: 1px solid transparent; }
          .cd-panel-content .menu > li > ul > li > a:first-letter, .cd-panel-footer-content .menu > li > ul > li > a:first-letter {
            text-transform: uppercase; }
          .cd-panel-content .menu > li > ul > li > a:hover, .cd-panel-footer-content .menu > li > ul > li > a:hover {
            border-bottom: 1px solid #ffffff; }

.cd-panel-content .header__contactsBox a, .cd-panel-footer-content .header__contactsBox a {
  margin-right: 0;
  margin-bottom: 15px; }
  .cd-panel-content .header__contactsBox a:last-child, .cd-panel-footer-content .header__contactsBox a:last-child {
    margin-bottom: 0; }

.cd-panel::after {
  /* overlay layer */
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85); }

.cd-panel.is-visible::after {
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  -o-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  -o-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg);
         transform: rotate(45deg); } }

@-o-keyframes cd-close-1 {
  0%, 50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(45deg);
       transform: rotate(45deg); } }

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg); } }

@-o-keyframes cd-close-2 {
  0%, 50% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg); } }

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  z-index: 100; }

.cd-panel-close:before, .cd-panel-close:after {
  /* close icon created in CSS */
  content: " ";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 5px;
  width: 25px;
  background-color: #ffffff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.cd-panel-close:before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close:after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .cd-panel-close:hover {
  background-color: #424f5c; }

.no-touch .cd-panel-close:hover:before,
.no-touch .cd-panel-close:hover:after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s; }

.no-touch .cd-panel-close:hover:before {
  -o-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg); }

.no-touch .cd-panel-close:hover:after {
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 280px;
  height: 100%;
  overflow: auto;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
  -webkit-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
     -moz-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
          box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
  background: #1D4FB5; }

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 55px 25px 30px;
  min-height: 100%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }
  .cd-panel-content .mobBox {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: none; }
    @media (max-width: 599px) {
      .cd-panel-content .mobBox {
        display: block; } }
    .cd-panel-content .mobBox > div {
      margin-bottom: 20px; }
      .cd-panel-content .mobBox > div:last-child {
        margin-bottom: 0; }

div.wpcf7 .ajax-loader {
  display: none; }

span.wpcf7-not-valid-tip {
  font-size: 12px; }

.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
  margin-top: 10px !important;
  text-align: center; }
  @media (max-width: 567px) {
    .wpcf7-response-output {
      font-size: 12px; } }

div.wpcf7-validation-errors {
  border: none; }

.wpcf7-mail-sent-ok {
  color: green; }

.wpcf7-validation-errors {
  color: red;
  border: none; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(-5%);
         transform: translateY(-5%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(-5%);
       transform: translateY(-5%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }

@keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
       -moz-transform: translateY(-5%);
         -o-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(25%);
         transform: translateY(25%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }

@-o-keyframes slideDown {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(25%);
       transform: translateY(25%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
       -moz-transform: translateY(25%);
         -o-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(75%);
            transform: translateX(75%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-moz-keyframes slideRight {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(75%);
         transform: translateX(75%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(100%);
         transform: translateX(100%); } }

@-o-keyframes slideRight {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(75%);
       transform: translateX(75%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(100%);
       transform: translateX(100%); } }

@keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(75%);
       -moz-transform: translateX(75%);
         -o-transform: translateX(75%);
            transform: translateX(75%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

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