.row {
  margin-left: -15px;
  margin-right: -15px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.gfv-seirvice-block {
  padding: 50px 0 50px 0; }

.service_image img {
  max-width: 90%;
  display: inline-block; }

.gfv-aln-left {
  text-align: left; }

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

.info_text {
  min-height: 95px; }

.slide-content__inner-text {
  float: left;
  width: 100%;
  padding: 10px 20px 20px 20px;
  font-size: 1.1em;
  color: #f2f2fd; }

.slide-content__inner-title {
  float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #f2f2fd; }

.slide-content__inner-button {
  position: absolute;
  right: 20px;
  top: 85%;
  background-color: #7e0e30;
  padding: 10px 20px;
  color: #f2f2fd;
  font-size: 1.4em; }
  .slide-content__inner-button a {
    text-decoration: none;
    color: #ffffff; }

.slide-content__inner .description {
  height: auto; }

.hidden {
  display: none; }

.button_liftup {
  top: auto;
  bottom: 10%; }

.title_putdown {
  padding-top: 25px; }

h3 {
  padding-top: 20px; }

.spd-titleimage {
  max-height: 250px;
  padding-top: 40px; }
  @media (max-width: 1199px) {
    .spd-titleimage {
      padding-top: 32px; } }
  @media (max-width: 768px) {
    .spd-titleimage {
      padding-top: 30px; } }

body {
  overflow-x: hidden; }

@media (max-width: 500px) {
  .section-block__titleimage_services {
    display: none; } }

@media (max-width: 500px) {
  .section-block__titleimage_works {
    display: none; } }

.mainbottom ul li a {
  text-decoration: none; }

.footer_link {
  color: #747474; }

.navbar.spd-navbar {
  background-color: transparent;
  min-height: 0;
  margin-bottom: 0;
  border: none; }

.navbar-brand {
  height: auto;
  background-color: #007EE1;
  margin-top: 6px;
  margin-left: 10px;
  padding: 0; }
  .navbar-brand > img {
    max-width: 80px;
    width: 100%; }
  .spd-navbar .navbar-brand:hover,
  .spd-navbar .navbar-brand:focus {
    background-color: #007EE1; }
  @media (min-width: 768px) {
    .navbar-brand {
      margin-top: 3px; }
      .navbar-brand > img {
        max-width: 100px; } }
  @media (min-width: 992px) {
    .navbar-brand {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .navbar-brand {
      margin-top: 7px; } }

@media (max-width: 767px) {
  .spd-navbar .navbar-collapse {
    background-color: #000; } }

.spd-navbar .navbar-nav > li > a {
  height: auto;
  padding-top: 23px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase; }

.spd-navbar .navbar-nav > li > a:hover {
  background: url("../../images/menubg.png") 0 0 repeat; }

.page-home .spd-navbar .navbar-nav > li > a {
  color: #ffffff;
  text-shadow: 1px 0 4px #000000; }

.page-home .b-hblack .spd-navbar .navbar-nav > li > a {
  color: #007EE1;
  text-shadow: none; }

@media (max-width: 767px) {
  .spd-navbar.navbar-default .navbar-nav > li > a {
    text-align: center;
    background-color: #000000;
    padding: 10px 15px;
    border-bottom: none;
    height: auto; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .spd-navbar .navbar-nav > li > a,
  .spd-navbar .navbar-nav > li > a:hover,
  .spd-navbar .navbar-nav > li > a:focus {
    padding: 15px; } }

@media (min-width: 992px) {
  .spd-navbar .navbar-nav > li > a {
    font-size: 18px; } }

.navbar-toggle {
  margin-top: 8px; }

.header-main {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: top ease 0.5s, background-color ease 0.5s;
  transition: top ease 0.5s, background-color ease 0.5s; }
  .page-home .header-main {
    background-color: transparent; }
  .page-home .header-main.b-hblack {
    background-color: rgba(255, 255, 255, 0.95); }
  @media (max-width: 767px) {
    .header-main {
      height: auto; } }

.review-box {
  padding: 10px 35px;
  text-align: center; }
  .review-box__content {
    -webkit-transition: max-height ease 0.5s;
    transition: max-height ease 0.5s; }
  .review-box_short .review-box__content {
    line-height: 1.8em;
    max-height: 9em;
    overflow: hidden; }

.review-btn__title {
  text-decoration: underline; }

.review-btn:hover .review-btn__title {
  text-decoration: none; }

.spd-btn {
  border: none;
  background-color: transparent; }
  .spd-btn:focus {
    outline: none; }
  .spd-btn_down {
    position: relative;
    top: 0;
    -webkit-animation: scrollDown 0.6s infinite alternate ease-in-out;
            animation: scrollDown 0.6s infinite alternate ease-in-out; }
  .spd-btn_down .spd-btn__icon {
    color: #007EE1;
    font-size: 50px; }

@-webkit-keyframes scrollDown {
  0% {
    top: 0; }
  100% {
    top: -20px; } }

@keyframes scrollDown {
  0% {
    top: 0; }
  100% {
    top: -20px; } }

.spd-breadcrumb {
  margin-top: 0; }
  @media (max-width: 991px) {
    .spd-breadcrumb {
      display: block; } }

.owl-carousel {
  position: relative; }
  .owl-carousel.spd .owl-item img {
    display: inline; }
  .owl-carousel.spd .owl-nav [class*=owl-] {
    display: inline-block;
    font: normal normal normal 30px FontAwesome;
    position: absolute;
    top: 50%;
    margin: -19px 0 0 0;
    opacity: 0.5;
    cursor: pointer;
    color: #BDC3C7;
    background-color: transparent; }
  .owl-carousel.spd .owl-nav [class*=owl-]:hover,
  .owl-carousel.spd .owl-nav [class*=owl-]:focus {
    color: #BDC3C7;
    background-color: transparent;
    opacity: 1; }
  .owl-carousel.spd .owl-nav [class*=owl-].disabled:hover,
  .owl-carousel.spd .owl-nav [class*=owl-].disabled:hover {
    opacity: 0.5; }
  .owl-carousel.spd .owl-prev {
    left: 0; }
  .owl-carousel.spd .owl-next {
    right: 0; }
  .owl-carousel.spd .owl-prev:before {
    content: "\f053"; }
  .owl-carousel.spd .owl-next:before {
    content: "\f054"; }
  .owl-carousel.spd.owl-carousel_reviews {
    padding: 0 10px 30px 10px; }
    .owl-carousel.spd.owl-carousel_reviews .owl-dot {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 2.5px;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      -webkit-transition: border-color ease 0.25s;
      transition: border-color ease 0.25s; }
    .owl-carousel.spd.owl-carousel_reviews .owl-dot:hover {
      border-color: #007EE1; }
    .owl-carousel.spd.owl-carousel_reviews .owl-dot > span {
      overflow: hidden;
      width: 40px;
      height: 40px;
      margin: 5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%; }
  .owl-carousel.spd.owl-carousel_works {
    padding-top: 45px; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-] {
      color: #007EE1;
      top: 0;
      margin-top: 0;
      font: normal normal normal 16px FontAwesome; }
    .owl-carousel.spd.owl-carousel_works .owl-prev {
      left: 50%;
      margin-left: -30px; }
    .owl-carousel.spd.owl-carousel_works .owl-prev:before {
      content: "\f104"; }
    .owl-carousel.spd.owl-carousel_works .owl-next {
      right: 50%;
      margin-right: -30px; }
    .owl-carousel.spd.owl-carousel_works .owl-next:before {
      content: "\f105"; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-]:hover,
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-]:focus {
      color: #007EE1;
      background-color: transparent;
      opacity: 1; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-].disabled:hover,
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-].disabled:focus {
      opacity: 0.5; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-autoplay] {
      margin-left: -11px; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-autoplay]:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #007EE1; }
    .owl-carousel.spd.owl-carousel_works .owl-nav [class*=owl-autoplay].active {
      font-size: 16px;
      margin-left: -9.5px;
      left: 50%; }
    .owl-carousel.spd.owl-carousel_works .owl-autoplay.active:before,
    .owl-carousel.spd.owl-carousel_works .owl-autoplay.active:after {
      content: '|';
      display: inline-block; }
    .owl-carousel.spd.owl-carousel_works .owl-autoplay.active:before {
      border: none;
      width: auto;
      height: auto; }
  @media (min-width: 768px) {
    .owl-carousel.spd.owl-carousel_reviews {
      padding: 0 40px 30px 40px; } }

.spd-service {
  margin: 0 auto;
  padding-right: 10px;
  text-decoration: underline; }
  .spd-service__icon, .spd-service__title {
    display: inline-block;
    vertical-align: middle; }
  .spd-service__title {
    font-size: 1.2em;
    text-decoration: underline; }
  .spd-service:hover .spd-service__title {
    text-decoration: none; }

.section-title {
  font-family: 'Lato';
  text-transform: capitalize;
  font-size: 2.5em; }
  .section-title_bordered {
    padding-bottom: 10px;
    border-bottom: 1px dotted #E1E1E1; }
  .section_responsive .section-title {
    color: #ffffff;
    text-transform: capitalize; }
  .section_promo .section-title {
    color: #ffffff; }
    @media (max-width: 768px) {
      .section_promo .section-title {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .section_promo .section-title {
        font-size: 35px; } }

.section {
  margin-top: 20px; }
  .section_promo, .section_preview {
    margin-top: 0 !important; }
  .section_preview .section__down {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .section_responsive {
    background-color: #007EE1; }
  .section_promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #007EE1;
    height: 270px;
    overflow: hidden; }
  .section_promo > .container {
    height: 100%; }
  @media (min-width: 992px) {
    .section {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .section {
      margin-top: 80px; }
      .section_service {
        margin-top: 60px; } }

.section-block {
  padding: 20px 0; }
  .section-block__content {
    margin-top: 20px; }
  .section-block__description {
    margin-top: 20px;
    font-size: 1.2em; }
  .section-block__list {
    margin-top: 20px; }
  .section-block__separate {
    margin: 40px 0 40px 25%;
    height: 1px;
    background-color: #e1e1e1;
    width: 50%;
    position: relative; }
  .section-block__separate:before {
    content: '';
    display: block;
    background-color: #FCFCFC;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 2px #e1e1e1 solid;
    height: 9px;
    top: 50%;
    left: 50%;
    margin-left: -4.5px;
    margin-top: -4.5px;
    position: absolute;
    width: 9px; }
  .section_services .section-block {
    position: relative; }
  .section_responsive .section-block__content {
    margin-top: 40px; }
  .section_promo .section-block {
    height: 100%; }
  .section_promo .section-block__title {
    height: 100%;
    padding-top: 125px;
    font-size: 1.7em;
    text-align: center; }
    @media (max-width: 768px) {
      .section_promo .section-block__title {
        text-align: left;
        padding-top: 100px;
        padding-left: 12px; } }
    @media (max-width: 480px) {
      .section_promo .section-block__title {
        font-size: 2em; } }
  .section_promo .section-block__breadcrumb {
    text-align: left;
    height: 100%;
    padding-top: 125px;
    font-size: 1.7em; }
    @media (max-width: 768px) {
      .section_promo .section-block__breadcrumb {
        padding-top: 10px; } }
  .section_promo .section-block__image {
    float: right;
    margin-top: 65px; }
  .section_promo .section-block__image img {
    float: right;
    height: 170px; }

.section-container_zebra > .section:nth-child(even) {
  background-color: #f5f5f5; }

.section-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .section-list__item {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .section-list_services:after {
      content: '';
      display: block;
      clear: both; }
    .section-list_services .section-list__item {
      float: left;
      width: 50%; } }

.sidebar-heading {
  padding-top: 5px; }

.collapse-btn {
  position: relative;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: left;
  color: #007EE1;
  padding: 0; }
  .collapse-btn__text {
    display: inline-block;
    font-size: 15px;
    margin-top: 2px;
    text-transform: uppercase;
    padding-right: 35px; }
  .collapse-btn__icon {
    position: absolute;
    right: 13px;
    line-height: 1;
    top: 50%;
    font-size: 16px;
    margin-top: -8px; }
  .collapse-btn__icon .fa:before {
    content: "\f067"; }
  .collapse-btn[aria-expanded="true"] .collapse-btn__icon .fa:before {
    content: '\f068'; }
  .collapse-btn:hover {
    color: #cccccc; }
  .collapse-btn:focus {
    outline: none; }

.portfolio-item {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .portfolio-item__title {
    margin-top: 10px;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden; }
  .portfolio-item__description {
    color: #747474;
    margin-top: 5px;
    height: 64px;
    overflow: hidden; }
  .portfolio-item__img {
    position: relative;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    overflow: hidden; }
  .portfolio-item__img:before, .portfolio-item__img:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute; }
  .portfolio-item__img:before {
    background-color: transparent;
    -webkit-transition: background-color ease 0.5s;
    transition: background-color ease 0.5s;
    height: 100%; }
  .portfolio-item__img:after {
    color: transparent;
    -webkit-transition: color ease 0.5s;
    transition: color ease 0.5s; }
  .portfolio-item:hover .portfolio-item__img:before {
    height: 100%;
    background-color: rgba(0, 126, 225, 0.6); }
  .portfolio-item:hover .portfolio-item__img:after {
    content: 'Learn more';
    text-align: center;
    margin-top: -7px;
    line-height: 1;
    font-size: 20px;
    top: 50%;
    color: #ffffff;
    text-transform: uppercase; }
  .portfolio-item_fill {
    background-color: #f5f5f5;
    border-bottom: 2px solid #007EE1;
    padding-bottom: 20px;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    overflow: hidden; }
  .portfolio-item_fill .portfolio-item__img > img {
    padding: 2px 2px 0 2px;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
  .portfolio-item_fill .portfolio-item__title,
  .portfolio-item_fill .portfolio-item__description {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }

.responsive-block {
  padding: 0 10px;
  overflow: hidden;
  letter-spacing: -4px; }
  .responsive-block > .container {
    position: relative; }

.responsive-img {
  vertical-align: bottom;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: left ease 1s;
  transition: left ease 1s; }
  .responsive-img_monitor {
    position: relative;
    width: 40%; }
  .responsive-img_notebook {
    width: 35%; }
  .responsive-img_phone {
    width: 10%;
    z-index: 2; }
  .responsive-img_tablet {
    width: 17%;
    z-index: 1; }
  .responsive-block.active .responsive-img {
    left: 0; }
  @media (min-width: 992px) {
    .responsive-img_phone {
      width: 7%; } }

.service {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 20px; }
  .service__num {
    position: absolute;
    left: 0; }
  .service__title {
    padding-left: 20px; }

.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 160px; }
  .service-list__item {
    margin-top: 10px;
    padding: 0 20px; }

.form_feedback {
  padding: 20px 15px; }
