.navbar-fixed-top-001 {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  border-bottom: none;
  height: 75px;
  max-height: 75px; }
  .navbar-fixed-top-001 .navbar-collapse {
    border: none; }
  .navbar-fixed-top-001 .navbar-default .navbar-toggle {
    margin-top: 20px; }
  .navbar-fixed-top-001 #mainHeader {
    box-shadow: none;
    border-bottom: none;
    height: 75px;
    max-height: 75px;
    transition: .3s ease;
    transition-property: top, padding-top, padding-bottom, opacity, background; }
  .navbar-fixed-top-001 .affix-top {
    transition: .3s ease;
    transition-property: top, padding-top, padding-bottom, opacity, background;
    top: -70px; }
  .navbar-fixed-top-001 .navbar-brand {
    font-weight: 700;
    font-size: 20px;
    display: block;
    height: 75px;
    line-height: 30px;
    padding: 13px 2px;
    color: #fff;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    .navbar-fixed-top-001 .navbar-brand:hover, .navbar-fixed-top-001 .navbar-brand:active, .navbar-fixed-top-001 .navbar-brand:visited {
      color: #fff; }
    .navbar-fixed-top-001 .navbar-brand img {
      max-width: 165px; }
    .navbar-fixed-top-001 .navbar-brand .logo-cut {
      display: none; }
  .navbar-fixed-top-001 .navbar-nav {
    height: 75px; }
    .navbar-fixed-top-001 .navbar-nav > li {
      height: 100%; }
    .navbar-fixed-top-001 .navbar-nav > li > a {
      position: relative;
      height: 26px;
      top: 50%;
      margin-top: -14px;
      font-weight: 700;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      padding: 0 10px;
      color: #fff; }
      .navbar-fixed-top-001 .navbar-nav > li > a:hover, .navbar-fixed-top-001 .navbar-nav > li > a:focus {
        color: #ddd; }
    .navbar-fixed-top-001 .navbar-nav > .open > a, .navbar-fixed-top-001 .navbar-nav > .open > a:focus, .navbar-fixed-top-001 .navbar-nav > .open > a:hover {
      color: #ddd; }
    .navbar-fixed-top-001 .navbar-nav .dropdown {
      padding-right: 15px; }
      .navbar-fixed-top-001 .navbar-nav .dropdown > a::after {
        font-family: 'FontAwesome', sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding: 0 1px;
        position: absolute;
        right: -9px;
        content: '\f107';
        color: #fff; }
    .navbar-fixed-top-001 .navbar-nav .arenda {
      padding-right: 19px; }
      .navbar-fixed-top-001 .navbar-nav .arenda > a::after {
        right: -8px; }
    .navbar-fixed-top-001 .navbar-nav .phone-item {
      margin-left: -3px; }
      .navbar-fixed-top-001 .navbar-nav .phone-item .phone {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0;
        padding: 0px 21px !important;
        margin-left: -3px; }
        .navbar-fixed-top-001 .navbar-nav .phone-item .phone::before {
          font-family: 'FontAwesome', sans-serif;
          font-weight: 400;
          font-size: 18px;
          padding: 0 1px;
          position: relative;
          left: -6px;
          content: '\f095';
          color: #fff; }
    .navbar-fixed-top-001 .navbar-nav .callback-item {
      padding: 0;
      margin-left: 9px;
      margin-right: 0px;
      transition: .3s ease;
      transition-property: top, padding-top, padding-bottom, opacity, background; }
      .navbar-fixed-top-001 .navbar-nav .callback-item .callback {
        height: 35px;
        margin-top: -18px;
        font-size: 14px;
        font-weight: 700;
        text-transform: none;
        background: transparent !important;
        border: 2px solid #fff;
        border-radius: 2px;
        padding: 2px 14px !important;
        letter-spacing: 0;
        color: #ffffff; }
  .navbar-fixed-top-001 .affix {
    transition: .3s ease;
    transition-property: top, padding-top, padding-bottom, opacity, background;
    top: 0px;
    background: #000;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    border-bottom: none;
    height: 70px;
    max-height: 70px; }
    .navbar-fixed-top-001 .affix .navbar-brand {
      height: 70px; }
    .navbar-fixed-top-001 .affix #mainHeader {
      height: 70px; }
    .navbar-fixed-top-001 .affix .navbar > .container .navbar-brand .logo-main {
      display: none; }
    .navbar-fixed-top-001 .affix .navbar > .container .navbar-brand .logo-cut {
      display: block; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  padding-top: 5px !important;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

@media only screen and (min-width: 1199px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px; }

  .multi-level .mobile-only-item {
    display: none; } }
.multi-level .mobile-only-item {
  padding-left: 25px !important; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.navbar .navbar-collapse.in {
  max-height: 460px !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important; }
  .navbar .navbar-collapse.in .phone-item {
    margin-left: 15px;
    margin-right: 15px; }
  .navbar .navbar-collapse.in .callback-item {
    margin-left: 15px;
    margin-right: 15px; }

.banner, .slider-content, .slider, .slider-v2 {
  height: auto; }

.banner .sliderInfo h1 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-shadow: 0 2px 5px #000;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 39px;
  padding: 0 170px; }
.banner .sliderInfo p {
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 5px #000;
  margin-bottom: 0px; }
.banner .video-content h1 {
  position: absolute;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-shadow: 0 2px 5px #000;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 39px;
  padding: 0 170px;
  text-align: center;
  color: #fff;
  height: 39px;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.sliderTextFull {
  top: 53%; }

.sliderControl {
  background: transparent;
  color: #fff;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 47%;
  padding: 0;
  padding-left: 10px;
  transition: all .3s ease; }
  .sliderControl .fa {
    margin-top: -1px; }
  .sliderControl:hover {
    background: transparent;
    color: #d8dcdf; }

.prevControl {
  left: 30px; }

.nextControl {
  padding-left: 15px;
  right: 30px; }

#pager2 span {
  margin: 8px; }

.services-001 {
  padding-bottom: 0px; }
  .services-001 .col-xs-12 {
    margin-bottom: 15px; }
  .services-001 .arti-heading {
    margin-top: 48px;
    margin-bottom: 52px; }
  .services-001 .services-item {
    position: relative;
    overflow: hidden; }
    .services-001 .services-item > a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 9; }
      .services-001 .services-item > a img {
        margin: 0 auto;
        transition: all .5s ease; }
    .services-001 .services-item h3 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      margin: auto; }
      .services-001 .services-item h3::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
      .services-001 .services-item h3 a {
        position: relative;
        z-index: 10;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        padding: 0 15px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        text-shadow: 0 2px 2.7px rgba(0, 0, 0, 0.6); }
        .services-001 .services-item h3 a:hover {
          text-decoration: none; }
    .services-001 .services-item:hover img {
      -ms-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }

.arti-heading {
  text-align: center; }
  .arti-heading h1, .arti-heading h2 {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #263238;
    margin: 0;
    overflow: visible;
    padding: 0 15px;
    letter-spacing: 0.000em; }
    .arti-heading h1::before, .arti-heading h1::after, .arti-heading h2::before, .arti-heading h2::after {
      display: block;
      content: '';
      position: absolute;
      width: 35px;
      height: 2px;
      bottom: -20px;
      background-color: #263238; }
    .arti-heading h1::before, .arti-heading h2::before {
      right: 50%; }
    .arti-heading h1::after, .arti-heading h2::after {
      left: 50%; }

.content-001 {
  padding-top: 34px;
  padding-bottom: 44px; }
  .content-001 .container .arti-heading {
    margin-bottom: 49px; }
    .content-001 .container .arti-heading h2 {
      color: #1e1e1e;
      line-height: 30px; }
      .content-001 .container .arti-heading h2::before, .content-001 .container .arti-heading h2::after {
        background-color: #000; }
      .content-001 .container .arti-heading h2 span {
        font-weight: 300;
        font-size: 21px; }
  .content-001 .container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    color: #000; }
    .content-001 .container p strong {
      font-weight: 600; }
  .content-001 .container .checkers {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0; }
    .content-001 .container .checkers li {
      position: relative;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      padding-left: 42px;
      margin: 0;
      color: #000;
      text-indent: -17px;
      text-align: left; }
      .content-001 .container .checkers li::before {
        font-family: 'FontAwesome', sans-serif;
        font-size: 16px;
        padding: 0 1px;
        position: relative;
        left: -11px;
        content: '\f00c';
        color: #f44336; }
  .content-001 .container .advantages {
    padding-top: 34px;
    margin: 0 7px; }
    .content-001 .container .advantages .advantages-item {
      text-align: center;
      padding: 0 30px; }
      .content-001 .container .advantages .advantages-item img {
        width: auto;
        transition: all .55s ease; }
      .content-001 .container .advantages .advantages-item .adv-img-container {
        display: inline-block; }
      .content-001 .container .advantages .advantages-item .adv-img-container:hover img {
        transform: rotateY(180deg); }
      .content-001 .container .advantages .advantages-item p.advantages-header {
        color: #000;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        margin-top: 37px;
        margin-bottom: 73px; }
      .content-001 .container .advantages .advantages-item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 32px; }

.inner-page .navbar-fixed-top-001 {
  background: #212121;
  background: #212121;
  box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.35); }
  .inner-page .navbar-fixed-top-001 .affix {
    background: #212121; }
.inner-page .content-001 {
  padding-top: 92px;
  padding-bottom: 43px;
  background-color: #fff; }
  .inner-page .content-001 .container .arti-heading {
    margin-top: 26px;
    margin-bottom: 44px; }
    .inner-page .content-001 .container .arti-heading h1, .inner-page .content-001 .container .arti-heading h2 {
      letter-spacing: 0; }
    .inner-page .content-001 .container .arti-heading h2 {
      font-size: 30px; }
  .inner-page .content-001 .container .arti-heading.w-icon h1::before, .inner-page .content-001 .container .arti-heading.w-icon h1::after {
    bottom: -29px;
    width: 100px; }
  .inner-page .content-001 .container .arti-heading.w-icon h1::before {
    right: calc(50% + 35px); }
  .inner-page .content-001 .container .arti-heading.w-icon h1::after {
    left: calc(50% + 35px); }
  .inner-page .content-001 .container .arti-heading.w-icon .heading-icon {
    display: block;
    margin: 15px auto; }
  .inner-page .content-001 .container .row-menu h2 {
    margin-bottom: 18px; }
  .inner-page .content-001 .container .menu-list {
    padding: 0;
    margin-bottom: 30px; }
    .inner-page .content-001 .container .menu-list .menu-list-desc {
      font-size: 13px;
      font-weight: 300;
      font-style: italic;
      border-bottom: none;
      margin-top: 5px; }
  .inner-page .content-001 .container .menu-list li {
    border-bottom: 1px dotted #454545;
    position: relative;
    padding: 0;
    padding-right: 80px;
    line-height: 1;
    margin-bottom: 0px; }
    .inner-page .content-001 .container .menu-list li span {
      line-height: 23px;
      background: #fff; }
    .inner-page .content-001 .container .menu-list li .menu-list-text {
      position: relative;
      padding-right: 3px;
      bottom: -6px; }
    .inner-page .content-001 .container .menu-list li .menu-list-val {
      position: absolute;
      right: 0;
      bottom: -6px;
      padding-left: 3px; }
  .inner-page .content-001 .container .recomends li {
    margin-right: 14px;
    margin-bottom: 20px; }
  .inner-page .content-001 .container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    margin-bottom: 20px; }
  .inner-page .content-001 .container p.price-person {
    text-align: center; }
  .inner-page .content-001 .container h2 {
    font-weight: 600;
    font-size: 20px;
    color: #454545;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px;
    letter-spacing: 0; }
  .inner-page .content-001 .container .img-thumbnail {
    border-color: #212121; }
  .inner-page .content-001 .container .table-price {
    margin: 0 auto;
    width: 85%; }
    .inner-page .content-001 .container .table-price td {
      padding: 14px 30px; }
  .inner-page .content-001 .container table {
    margin: 0 auto;
    color: #383737; }
    .inner-page .content-001 .container table th {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      text-align: center;
      padding: 9px 17px; }
      .inner-page .content-001 .container table th:first-child {
        text-align: left;
        width: 30%; }
      .inner-page .content-001 .container table th strong {
        font-weight: 700;
        font-size: 14px; }
    .inner-page .content-001 .container table td {
      color: #383737;
      border-color: #000;
      padding: 10px 16px;
      font-size: 14px;
      text-align: center; }
    .inner-page .content-001 .container table td.empty {
      border-left: none;
      border-right: none; }
      .inner-page .content-001 .container table td.empty + td {
        border-left: none; }
    .inner-page .content-001 .container table td.pre-empty {
      border-right: none; }
  .inner-page .content-001 .container .table-responsive {
    border-color: #000; }
  .inner-page .content-001 .container .advantages {
    padding-top: 34px; }
    .inner-page .content-001 .container .advantages .advantages-item p.advantages-header {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      color: #454545;
      margin-bottom: 8px; }
    .inner-page .content-001 .container .advantages .advantages-item p {
      font-size: 14px;
      color: #454545;
      line-height: 20px;
      margin-bottom: 50px; }
  .inner-page .content-001 .container .checkers {
    margin-top: 19px;
    margin-bottom: 21px;
    padding-left: 0px; }
    .inner-page .content-001 .container .checkers li {
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #454545;
      margin-bottom: 1px;
      padding-left: 35px; }
      .inner-page .content-001 .container .checkers li::before {
        left: -9px;
        color: #f44336; }
  .inner-page .content-001 .container .checkers-files a {
    color: #000;
    font-weight: 600;
    text-decoration: underline; }
    .inner-page .content-001 .container .checkers-files a:hover {
      text-decoration: none; }
  .inner-page .content-001 .container .checkers-files li::before {
    content: '\f0c7'; }
  .inner-page .content-001 .container .number {
    font-weight: 800;
    color: #00bfff;
    font-size: 20px; }
  .inner-page .content-001 .container .tstats-main {
    border-radius: 3px;
    margin-bottom: 27px; }
    .inner-page .content-001 .container .tstats-main th {
      background-color: #454545;
      border-color: #454545;
      color: #fff;
      font-size: 18px;
      text-transform: none;
      padding: 10px; }
    .inner-page .content-001 .container .tstats-main td {
      border-color: #118b96;
      font-size: 14px;
      color: #383737;
      padding: 1px 8px;
      height: 43px;
      vertical-align: middle; }
    .inner-page .content-001 .container .tstats-main td:first-child {
      text-align: left; }
  .inner-page .content-001 .container .tstats-all td {
    font-weight: 300; }
  .inner-page .content-001 .container .tstats-all td:last-child {
    background-color: #eeeeee; }
  .inner-page .content-001 .container .btn-files {
    display: inline-block;
    background-color: #454545;
    border: 1px solid #454545;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all .4s ease; }
    .inner-page .content-001 .container .btn-files::before {
      font-family: 'FontAwesome', sans-serif;
      font-size: 14px;
      font-weight: 400;
      padding: 0 1px;
      position: relative;
      content: '\f0c7';
      color: #fff;
      margin-right: 5px;
      transition: all .4s ease; }
    .inner-page .content-001 .container .btn-files:hover {
      background-color: #fff;
      color: #454545; }
      .inner-page .content-001 .container .btn-files:hover::before {
        color: #454545; }
  .inner-page .content-001 .container .reviews .reviews-item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px; }
    .inner-page .content-001 .container .reviews .reviews-item .name .number {
      font-size: 18px;
      font-weight: 800; }
  .inner-page .content-001 .container .reviews .reviews-item .date {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 11px; }
  .inner-page .content-001 .container .reviews .reviews-item .comment {
    margin-bottom: 30px; }
  .inner-page .content-001 .container .arenda-teh {
    text-align: center;
    margin: 0 -7.5px;
    margin-bottom: 3px; }
    .inner-page .content-001 .container .arenda-teh img {
      margin-bottom: 21px; }
    .inner-page .content-001 .container .arenda-teh p {
      font-size: 16px; }
    .inner-page .content-001 .container .arenda-teh .col-xs-12 {
      padding: 0 7.5px; }
  .inner-page .content-001 .container .partners {
    text-align: center;
    padding: 0;
    margin-bottom: -5px;
    margin: 0 -15px; }
    .inner-page .content-001 .container .partners li {
      display: inline-block;
      margin-bottom: 32px;
      padding: 0 12px; }
.inner-page .footerWrapper-001 footer {
  padding-top: 40px; }

.parallaxSection-001 {
  overflow: hidden; }
  .parallaxSection-001 .image-1 {
    background-image: url("/app/pages/static/img/parallaxSection-001/parallax-1.jpg"); }
  .parallaxSection-001 .paralaxText {
    padding-top: 98px;
    padding-bottom: 89px; }
    .parallaxSection-001 .paralaxText h2 {
      font-weight: 700;
      font-size: 44px;
      text-shadow: 0 2px 5px #000;
      line-height: 1.2;
      padding: 15px;
      padding-bottom: 27px;
      letter-spacing: 0.0em; }
      .parallaxSection-001 .paralaxText h2 span {
        font-weight: 400;
        font-size: 24px; }
      .parallaxSection-001 .paralaxText h2 a {
        color: inherit;
        text-decoration: none; }
        .parallaxSection-001 .paralaxText h2 a:hover {
          text-decoration: underline; }
    .parallaxSection-001 .paralaxText a.btn {
      display: block;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      border: 1px solid #fff;
      border-radius: 3px;
      width: 220px;
      margin: 0 auto;
      padding: 14px 0;
      transition: all .4s ease; }
      .parallaxSection-001 .paralaxText a.btn:hover {
        color: #d8dcdf; }

.footerWrapper-001 footer {
  padding-top: 42px;
  background-color: #fff;
  color: #474747; }
  .footerWrapper-001 footer h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #373737;
    text-transform: uppercase;
    margin-top: -10px; }
.footerWrapper-001 .footerWidget {
  padding-top: 12px; }
  .footerWrapper-001 .footerWidget p {
    color: #474747;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: -3px; }
  .footerWrapper-001 .footerWidget a {
    text-decoration: underline; }
  .footerWrapper-001 .footerWidget ul {
    margin-top: 25px; }
    .footerWrapper-001 .footerWidget ul li {
      margin-right: 0; }
      .footerWrapper-001 .footerWidget ul li a {
        color: #212121;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
        overflow: visible; }
  .footerWrapper-001 .footerWidget .navbar-brand {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #212121;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-bottom: -7px;
    margin-top: -3px;
    margin-left: 0px; }
    .footerWrapper-001 .footerWidget .navbar-brand:hover, .footerWrapper-001 .footerWidget .navbar-brand:focus, .footerWrapper-001 .footerWidget .navbar-brand:active, .footerWrapper-001 .footerWidget .navbar-brand:visited {
      color: #212121; }
    .footerWrapper-001 .footerWidget .navbar-brand img {
      max-width: 167px;
      margin-top: -5px;
      margin-left: 7px; }
  .footerWrapper-001 .footerWidget .social {
    margin-top: 24px;
    text-align: center; }
    .footerWrapper-001 .footerWidget .social li {
      margin-right: 6px;
      margin-bottom: 10px; }
      .footerWrapper-001 .footerWidget .social li a {
        display: inline-block;
        width: 38px;
        height: 38px;
        background-color: #222222;
        border-radius: 50%;
        border: 1px solid #222222;
        font-size: 0;
        text-align: center;
        transition: all .4s ease; }
        .footerWrapper-001 .footerWidget .social li a .fa {
          font-size: 0;
          line-height: 38px;
          margin-right: 0; }
          .footerWrapper-001 .footerWidget .social li a .fa::before {
            font-size: 17px;
            color: #fff;
            transition: all .4s ease; }
        .footerWrapper-001 .footerWidget .social li a:hover, .footerWrapper-001 .footerWidget .social li a:focus {
          background-color: #fff; }
          .footerWrapper-001 .footerWidget .social li a:hover .fa::before, .footerWrapper-001 .footerWidget .social li a:focus .fa::before {
            color: #222222; }
      .footerWrapper-001 .footerWidget .social li .link-fb .fa::before {
        position: relative;
        left: -1px; }
      .footerWrapper-001 .footerWidget .social li .link-viber {
        transform: rotate(-14deg); }
  .footerWrapper-001 .footerWidget address {
    margin-top: 26px; }
    .footerWrapper-001 .footerWidget address p {
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      color: #222222;
      margin: 0;
      padding-left: 25px; }
      .footerWrapper-001 .footerWidget address p a {
        color: #222222;
        text-decoration: underline; }
      .footerWrapper-001 .footerWidget address p::before {
        font-family: 'FontAwesome', sans-serif;
        font-size: 18px;
        padding: 0 1px;
        position: absolute;
        left: 14px;
        content: '';
        color: #222222; }
    .footerWrapper-001 .footerWidget address p.time::before {
      content: '\f017'; }
    .footerWrapper-001 .footerWidget address p.mail::before {
      font-size: 20px;
      content: '\f003'; }
    .footerWrapper-001 .footerWidget address p.time {
      margin-bottom: 6px; }
    .footerWrapper-001 .footerWidget address p.place {
      margin-top: 0px;
      line-height: 19px; }
      .footerWrapper-001 .footerWidget address p.place::before {
        content: '\f041'; }
    .footerWrapper-001 .footerWidget address p.phone::before {
      content: '\f095'; }
.footerWrapper-001 #footerRights {
  border-top: 2px solid #f44336;
  margin-top: -5px;
  background-color: #263238;
  padding: 15px 0 18px;
  color: #ffffff; }
  .footerWrapper-001 #footerRights img {
    margin-top: -4px; }

.submit-modal {
  background-color: #263238;
  border: 1px solid #263238;
  color: #fff;
  font-weight: 500;
  font-size: 17px; }
  .submit-modal:hover {
    color: #263238; }

.modal-open[style="padding-right: 17px;"] .affix {
  left: -17px;
  padding-left: 17px; }

.modal-open[style="padding-right: 17px;"] .navbar-fixed-top-001 {
  margin-right: 17px; }

.feedback_1_001 {
  padding-top: 75px;
  padding-bottom: 0;
  border-bottom: 1px solid #eee; }
  .feedback_1_001 h2 {
    font-weight: 400;
    font-size: 14px;
    color: #000; }
  .feedback_1_001 .feedback_1_001_back form button {
    background-color: #263238;
    font-weight: 400; }
  .feedback_1_001 .feedback_1_001_contacts {
    padding: 15px 35px 10px 35px; }
    .feedback_1_001 .feedback_1_001_contacts p {
      margin-bottom: 5px; }
      .feedback_1_001 .feedback_1_001_contacts p a {
        margin-bottom: 0; }
    .feedback_1_001 .feedback_1_001_contacts .phone::before, .feedback_1_001 .feedback_1_001_contacts .mail::before, .feedback_1_001 .feedback_1_001_contacts .place::before, .feedback_1_001 .feedback_1_001_contacts .time:before {
      font-family: 'FontAwesome', sans-serif;
      font-size: 16px;
      padding: 0 1px;
      position: absolute;
      top: 0px;
      left: -5px;
      content: '';
      color: #222222; }
    .feedback_1_001 .feedback_1_001_contacts p.time::before {
      content: '\f017'; }
    .feedback_1_001 .feedback_1_001_contacts p.mail::before {
      content: '\f003'; }
    .feedback_1_001 .feedback_1_001_contacts p.place {
      line-height: 20px;
      margin-top: 5px; }
      .feedback_1_001 .feedback_1_001_contacts p.place::before {
        content: '\f041'; }
    .feedback_1_001 .feedback_1_001_contacts p.phone::before {
      content: '\f095'; }
    .feedback_1_001 .feedback_1_001_contacts a {
      padding-left: 0; }
    .feedback_1_001 .feedback_1_001_contacts h2 {
      font-weight: 700;
      color: #373737; }
  .feedback_1_001 .map {
    position: relative; }
    .feedback_1_001 .map::after {
      content: '';
      pointer-events: none;
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: inset 0px -45px 52px -16px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0px -45px 52px -16px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0px -45px 52px -16px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 1199px) {
  .navbar-fixed-top-001 .navbar-nav {
    height: auto; }

  .navbar-fixed-top-001 .navbar-nav > li > a {
    margin-top: 0;
    height: 50px;
    padding: 12px 10px; }

  .navbar-fixed-top-001 .navbar-header {
    margin-bottom: 0px; }

  .navbar-fixed-top-001 .affix .navbar-header {
    margin-bottom: 0; }

  .navbar-fixed-top-001 {
    border-bottom: none; }

  .navbar-fixed-top-001 .navbar-nav .dropdown > a::after {
    color: #fff;
    position: relative; }

  .navbar-fixed-top-001 .navbar-nav .dropdown > a:hover::after {
    color: inherit !important; }

  .navbar .navbar-collapse .phone-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0; }
    .navbar .navbar-collapse .phone-item .phone {
      margin-left: 0;
      height: 50px;
      padding: 12px 10px !important; }
  .navbar .navbar-collapse .callback-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    height: 60px;
    padding: 12px 10px; }

  .banner, .slider-content, .slider, .slider-v2 {
    height: auto; }

  .banner .sliderInfo h1, .banner .video-content h1 {
    font-size: 26px;
    padding: 0; }

  .banner .sliderInfo p {
    font-size: 26px; }

  .content-001 .container .advantages .advantages-item {
    padding: 0 30px; }

  .parallaxSection-001 .image-1 {
    background-position: 50% 0 !important; }

  .parallaxSection-001 .paralaxText h2 a {
    text-decoration: underline; } }
@media only screen and (max-width: 991px) {
  .banner, .slider-content, .slider, .slider-v2 {
    height: auto; }

  .banner .sliderInfo h1, .banner .video-content h1 {
    font-size: 24px;
    line-height: 30px; }

  .banner .sliderInfo p {
    font-size: 24px; }

  .services-001 .services-item h3 a {
    font-size: 16px; }

  .img-price {
    display: block;
    float: none !important;
    margin: 0 auto 20px !important; }

  .content-001 .container .advantages .advantages-item {
    padding: 0 30px; }

  .parallaxSection-001 .paralaxText h2 {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .navbar-fixed-top-001 .affix {
    height: 70px;
    max-height: 70px; }

  .navbar-fixed-top-001 .affix #mainHeader {
    height: 69px; }

  .banner, .slider-content, .slider, .slider-v2 {
    height: auto; }

  .banner {
    margin-top: 0px; }

  .banner .sliderInfo h1, .banner .video-content h1 {
    font-size: 20px;
    line-height: 27px;
    padding-left: 30px;
    padding-right: 30px; }

  .banner .video-content h1 {
    opacity: 1 !important; }

  .banner .sliderInfo p {
    font-size: 16px; }

  .services-001 .services-item {
    max-height: 155px;
    overflow: hidden; }

  .services-001 .services-item > a img {
    max-width: 360px; }

  .services-001 .services-item h3 a {
    font-size: 15px; }

  .arti-heading h1::before, .arti-heading h1::after, .arti-heading h2::before, .arti-heading h2::after {
    width: 30px; }

  .arti-heading h1, .arti-heading h2 {
    font-size: 24px;
    max-width: 88%; }

  .content-001 .container .advantages .advantages-item {
    padding: 0 5px;
    margin-bottom: 20px; }

  .content-001 .container .advantages .advantages-item img {
    max-width: 84px; }

  .content-001 .container .advantages .advantages-item p.advantages-header {
    margin-bottom: 25px; }

  .inner-page .content-001 .container .price {
    width: 100%; }

  .inner-page .content-001 .container .price td {
    font-size: 12px; }

  .parallaxSection-001 .paralaxText h2 {
    font-size: 22px; }

  .footerWrapper-001 #footerRights {
    margin-top: 10px; }

  .footerWrapper-001 footer h3 {
    margin-top: -5px; }

  .footerWrapper-001 .footerWidget .navbar-brand img {
    max-width: 160px; }

  .footerWrapper-001 .footerWidget address {
    margin-top: 15px; }

  .footerWrapper-001 .footerWidget .social {
    text-align: left; }

  .footerWrapper-001 #footerRights p {
    text-align: center !important; } }
a {
  outline: none !important; }
