﻿@import url(../css-1);
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-BookIt.eot");
  src:
    local("ITC Franklin Gothic Std Book Italic"),
    local("ITCFranklinGothicStd-BookIt"),
    url("../fonts/ITCFranklinGothicStd-BookIt-1.eot")
      format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-BookIt.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-BookIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-BkCd.eot");
  src:
    local("ITC Franklin Gothic Std Book Condensed"),
    local("ITCFranklinGothicStd-BkCd"),
    url("../fonts/ITCFranklinGothicStd-BkCd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-BkCd.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-BkCd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-BkCdIt.eot");
  src:
    local("ITC Franklin Gothic Std Book Condensed Italic"),
    local("ITCFranklinGothicStd-BkCdIt"),
    url("../fonts/ITCFranklinGothicStd-BkCdIt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-BkCdIt.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-BkCdIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-BkCpIt.eot");
  src:
    local("ITC Franklin Gothic Std Book Compressed Italic"),
    local("ITCFranklinGothicStd-BkCpIt"),
    url("../fonts/ITCFranklinGothicStd-BkCpIt-1.eot")
      format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-BkCpIt.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-BkCpIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  /* font-family: "FranklinGothicBookCmpC"; */
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-Book.eot");
  src:
    local("ITC Franklin Gothic Std Book"),
    local("ITCFranklinGothicStd-Book"),
    url("../fonts/ITCFranklinGothicStd-Book-1.eot") format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-Book.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* font-family: 'ITC Franklin Gothic Std'; */
  font-family: "FranklinGothicBookCmpC";
  src: url("../fonts/ITCFranklinGothicStd-BkCp.eot");
  src:
    local("ITC Franklin Gothic Std Book Compressed"),
    local("ITCFranklinGothicStd-BkCp"),
    url("../fonts/ITCFranklinGothicStd-BkCp-1.eot") format("embedded-opentype"),
    url("../fonts/ITCFranklinGothicStd-BkCp.woff") format("woff"),
    url("../fonts/ITCFranklinGothicStd-BkCp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/NewBaskervilleC-Roman.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/NewBaskervilleC-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/NewBaskervilleC-BoldItalic.otf") format("truetype");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("../fonts/NewBaskervilleC-Italic.otf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
body,
html {
  overflow-x: hidden;
}
a {
  color: #303030;
  -webkit-transition:
    color 400ms,
    background-color 400ms;
  -moz-transition:
    color 400ms,
    background-color 400ms;
  -o-transition:
    color 400ms,
    background-color 400ms;
  transition:
    color 400ms,
    background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fe7117;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.fadeIn {
  visibility: hidden;
}
.btn-default:disabled {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 38px;
  color: #272727;
  position: relative;
  /* padding-bottom: 20px; */
  margin: 0 0 20px;
  font-size: 30px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  margin-top: 50px;
}
.section-header .section-title:after {
  content: "";
  /* position: absolute; */
  width: 290px;
  /* bottom: 0; */
  /* left: 50%; */
  /* margin-left: -70px; */
  height: 17px;
  background: #fe7117;
  background: url(../img/line.png) no-repeat center;
  filter: invert(41%) sepia(77%) saturate(2560%) hue-rotate(353deg) brightness(100%) contrast(98%);
  display: block;
  margin: 20px auto;
}

.btn {
  border-width: 0;
  border-radius: 0;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  text-transform: none;

  background-color: rgb(255, 255, 255);
  width: 280px;
  box-sizing: border-box;
}

.btn.btn-primary {
  background: #fe7117;
  color: #fff;
  padding: 15px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #000;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #fe7117;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #000;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #132125;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
  background: #fff;
}
#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
  background: rgb(90, 90, 90);
  color: #ffffff;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 3px 15px 21px;
}
@media only screen and (min-width: 767px) {
  #main-nav.navbar-default {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding: 0;
    border-bottom: 2px solid #fe7117;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
  }
  .nav > li {
    padding: 10px 15px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #6c6c6c;
  }
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: #fff;
    color: #fe7117;
    border-bottom: 2px solid transparent;
  }
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu.service {
    min-width: 320px;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a {
    padding: 15px 0;
    color: #a8a8a8;
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #000;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #000;
    background-color: transparent;
  }
}
#main-nav.navbar-default .navbar-nav > li.lang > a {
  border: none;
  display: inline;
  color: #a6a6a6;
}
#main-nav.navbar-default .navbar-nav > li.lang > a.active {
  color: #6c6c6c;
}
#main-nav.navbar-default .navbar-nav > li.lang > a:hover {
  color: #6c6c6c;
}
a.en {
  margin-left: 10px;
}
.main_slider__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.main_slider__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  background: url(../img/loading.gif) no-repeat center;
  z-index: 3;
}
.slider_container {
  position: relative;
  width: 100%;
}
#main-slider {
  height: 700px;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}
#main-slider.show {
  opacity: 1;
}
#main-slider .item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
}
#main-slider .slider-inner h2 {
  /* margin-top: 180px; */
  font-size: 28px;
  line-height: 49px;
  color: #000;
  font-size: 76px;
  font-family: "Nunito", sans-serif;
  /* color: rgb(255, 255, 255); */
  font-weight: bold;
  line-height: 0.852;
  text-align: left;
}
#main-slider .slider-inner p {
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  margin: 40px 0;
}

#main-slider .slider-inner h2 > span {
  color: #fe7117;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
  background-color: #fff;
  color: #fff;
  color: rgb(39, 39, 39);
  text-transform: none;

  box-shadow: 0px 6px 0px 0px rgba(36, 36, 36, 0.34);
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: #fe7117;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: all 300ms;
  opacity: 0.3;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #fe7117;
  opacity: 1;
}
#main-slider .owl-prev {
  left: -35px;
}
#main-slider .owl-next {
  right: -35px;
}
ul.ListRowTpl a {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
ul.ListRowTpl a:hover {
  border-color: transparent;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #fff;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#hero-text {
  padding: 38px 0;
  background-color: #fe7117;
  border-bottom: 2px solid #eaeaea;
  color: #fff;
  position: relative;
  z-index: 6;
}
.italic_text {
  font-style: italic;
}
.img_paragraf {
  position: absolute;
  top: -96px;
  left: -64px;
}
#hero-text h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

#hero-text .italic_text {
  font-size: 19px;
  max-width: 700px;
  line-height: 1.2;
}
#hero-text .btn {
  margin-top: 22px;
  background-color: #ffffff;
  color: #000;
  width: 100%;
}

#cta2 {
  background: #45b1da;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #000;
}
#features {
  padding: 100px 0;
  background: #f1f1f1;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0 36px;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 54px;
  height: 67px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  color: #fe7117;
  background: #fff;
  transition:
    background-color 400ms,
    background-color 400ms;
  position: relative;
}

.media.service-box:hover .pull-left > i {
  color: #232323;
  background: #ffffff;
}
#portfolio {
  padding: 50px 0;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  margin: 0px 2px;
  background: #fff;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #6c6c6c;
  color: #fff;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
  margin-top: 15%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 15px auto;
  font-size: 29px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
#testimonial {
  background: #232323;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 8px;
}
#about {
  padding: 100px 0 40px;
}
.caption-wrapper {
  position: relative;
}
.carousel-content {
  position: absolute;
  left: 100px;
  top: 200px;
  background: none;
  padding: 0 20px 20px;
  color: #000;
  float: left;
  text-align: left;
  /* width: 550px; */
}
.imgs img {
  border: 1px solid #dedede;
  padding: 3px;
  background-color: #fff;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #000;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#business-stats {
  padding: 100px 0 70px;
  background: #132125;
  background-size: cover;
  color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #fff;
}
#business-stats strong {
  display: block;
  margin-bottom: 30px;
}
.business-stats {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

.footer_services__list li {
  width: 50%;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #232323;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #000;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  background: rgb(47, 47, 47);
  padding: 3px 0;
  width: 31px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {
  #portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
  }
  .carousel-content {
    width: 80%;
  }
  #portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    margin: 5px 2px;
  }
  #portfolio .portfolio-item {
    width: 48.9%;
    padding: 8px;
  }
  #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    width: 28px;
    height: 24px;
    line-height: 24px;
    margin: 9px auto;
  }
  #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    padding: 7px 0 0;
  }
}
.form-control {
  border: 1px solid #d8d8d8;
}

body {
  font:
    400 16px NewBaskervilleC-Roman,
    sans-serif;
  line-height: 1.2;
  color: #434b4d;
}
h2 {
  color: #303030;
  color: #000000;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}
.jumbotron {
  background: url(../images/room10.jpeg) no-repeat;
  color: #303030;
  padding: 100px 25px 90px;
  min-height: 500px;
  font-family: NewBaskervilleC-Roman, sans-serif;
  -moz-background-size: 100%; /* Firefox 3.6+ */
  -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100%; /* Opera 9.6+ */
  background-size: 100%; /* Современные браузеры */
}

.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: #fe7117;
  font-size: 50px;
}
.logo {
  color: #fe7117;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.uslugi {
}
.thumbnail ul {
  padding: 0;
}
.thumbnail li {
  font-size: 17px;
  color: #434b4d;
  text-align: left;
font-family: "Nunito", sans-serif;
  margin: 20px 0;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.thumbnail li:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/line03.png) no-repeat;
  filter: invert(41%) sepia(77%) saturate(2560%) hue-rotate(353deg) brightness(100%) contrast(98%);
  top: 7px;
  left: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #fe7117;
}
.carousel-indicators li {
  border-color: #fe7117;
}
.carousel-indicators li.active {
  background-color: #fe7117;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border: 1px solid #fe7117;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
  border: 1px solid #fe7117;
  background-color: #fff !important;
  color: #fe7117;
}
.panel-heading {
  color: #fff !important;
  background-color: #fe7117 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #f4511e;
  color: #fff;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fe7117;
}
.slideanim {
  visibility: hidden;
}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
}

a {
  text-decoration: none;
  /* text-transform: uppercase;  */
}
.align {
  text-align: justify;
  padding-right: 0px;
  padding-left: 0px;
}

.image {
  padding: 0px 0px 0px 20px;
}

.googlemap {
  height: 600px;
  -moz-background-size: 100%; /* Firefox */
  -webkit-background-size: 100%; /* Safari Chrome */
  -o-background-size: 100%; /* Opera  */
  background-size: 100%; /* Browser */
}

.btn {
  padding: 15px;
  background-color: #fe7117;
  color: #f1f1f1;
  border-radius: 50px;
  transition: 0.2s;
}

.form_privacy {
  text-align: justify;
  font-size: 10pt;
  padding: 0px 10px 0px 10px;
}

.worldmap {
  padding: 0px 0px 0px 0px;
}

.icon1 {
  padding-bottom: 10px;
}
.title1 {
  /* padding: 90px 0px 30px 0px; 
margin: 0 auto;
font-size: 30px;
text-transform: uppercase;
font-weight: 500; */
  padding: 150px 0px 10px 0px;
  margin-bottom: 2.25rem;
  font-size: 3.75rem;
  line-height: 1.04167;
  color: #434b4d;
  letter-spacing: 0.03125rem;
  display: block;
  vertical-align: middle;
  width: 100%;
}

.privacy {
  color: #fe7117;
  border-bottom: 1px solid #fe7117;
  text-transform: none;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  background-color: #fe7117 !important;
  width: 700px;
  padding-right: 30px !important;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
  line-height: 16px;
}

.dropdown-menu li {
  margin: 15px;
  text-align: left;
}

.link-2 {
  text-decoration: underline;
  color: #fff;
  text-transform: none !important;
}

.dropdown-menu a:hover {
  color: #fff;
}

.row {
  margin-rignt: 0px !important;
}

@media (max-width: 480px) {
  .mobile-hidden {
    display: none;
  }
}

/********/
.about_firm {
  font-size: 12px;
  font-family: "FranklinGothicBookCmpC";
  color: rgb(147, 149, 152);
  text-transform: uppercase;
  letter-spacing: 3.12px;
  margin-top: -13px;
  line-height: 16px;
  margin-left: 15px;
}
.about_firm span {
  padding-bottom: 2px;
  border-bottom: solid 1px #be1229;
}

.lia_nav_bar {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  color: rgb(39, 39, 39);
}
.tel_nav_bar {
  font-weight: bold;
}
.mail_nav_bar.privacy {
  text-decoration: none;
  border: none;
}
.top_line {
  /* margin-bottom: 25px; */
}

.footer-section {
  background: #1a1a1a;
  padding: 3em 0;
}

.footer-column p {
  font-size: 10pt;
  color: #eee;
  line-height: 1.8em;
  text-align: left;
}
.footer-column a {
  font-size: 10pt;
  color: #eee;
  line-height: 1.8em;
  text-transform: none;
}

.footer-column li {
  list-style-type: none;
  text-align: left;
  color: #eee;
  font-size: 10pt;
  line-height: 1.8em;
}

.footer-column ul {
  margin-left: 0;
  padding-left: 0;
}

/* .footer-column li a:hover { */
/* color: #eee; */
/* border-bottom: 1px solid #eee; */

/* } */

.dropdown-menu {
  background-color: #fe7117 !important;
  width: auto;
  padding-right: 10px !important;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  line-height: 16px;
}

.dropdown-menu li {
  margin: 15px;
  text-align: left;
}

.dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.link-2 {
  text-decoration: underline;
  color: #fff;
  text-transform: none !important;
}

.dropdown-menu a:hover {
  color: #fff;
}

.row_who_klients .title {
  font-size: 24px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}

.row.text-center.slideanim.row_who_klients.slide {
  margin-bottom: 20px;
}
.text_who_klient {
  width: 90%;
  margin: 0 auto;
}
.link_dir {
  text-transform: none;
  color: #fe7117;
  text-decoration: underline;
}
.link_dir:hover {
  text-decoration: none;
}
.direktor_message .section-header .section-title:after {
  display: none;
}
.direktor_message .section-header .section-title {
  text-align: left;
}
.descr {
  background-size: 170px;
  padding-bottom: 30px;
  margin-right: -15px;
  margin-top: 40px;
}
.descr p {
  font-size: 16px;
  color: rgb(39, 39, 39);
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
}
.descr strong {
  font-size: 24px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  line-height: 1.2;
}

.thumbnail strong {
  font-size: 19px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  line-height: 1.2;
}
.row_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0;
}

@media (max-width: 555px) {
  .descr {
    padding-bottom: 140px;
  }
}
@media (max-width: 475px) {
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.owl-controls {
  /* width: 1170px; */
  position: relative;
  margin: 0 auto;
}
.owl-pagination {
  position: absolute;
  bottom: 120px;
  right: 0;
  /* left: 0; */
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 30px;
  width: auto;
  padding: 0 6px;
  cursor: pointer;
  background: transparent;
}
.owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  position: relative;
  background: #fff;
  /* box-shadow: 0 0 1px 1px #000; */
  box-shadow: 1px 1px 3px 0px #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* opacity: .4; */
  border: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.owl-pagination .owl-page span:hover,
.owl-pagination .owl-page span:focus {
  outline: none;
}
.owl-pagination .owl-page span:hover:after {
  opacity: 1;
}
.owl-pagination .owl-page.active span {
  opacity: 1;
  background: #fff;

  width: 30px;
}

.form-control {
  border: none;
  border-bottom: 2px solid rgb(39, 39, 39);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 0;
  height: 50px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  outline: none;
  font-weight: normal;
}
.form-control:focus {
  border-color: #bf0a25;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form_privacy {
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  color: rgb(147, 149, 152);
  line-height: 1.2;
  text-align: center;
  margin: 30px auto 50px;
}

.form_privacy input {
  display: none;
}

.form_privacy a.privacy:hover,
#form_konsult .form_privacy a.privacy:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-color: transparent;
}
/* .form_privacy p{
	cursor:pointer;
} */
.form_privacy label {
  font-weight: normal;
}
.form_privacy p:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  background-color: rgb(232, 232, 232);
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.form_privacy input:checked + p:before {
  background: rgb(232, 232, 232) url(../img/check.png) no-repeat center;
}
#form_konsult {
  background: #fe7117;
  padding: 20px 0;
  margin: 80px 0;
  color: #fff;
}
#form_konsult h2 {
  color: #fff;
}
#form_konsult .section-header .section-title:after {
  background: url(../img/line-3.png) no-repeat center;
}
#form_konsult .form_privacy,
#form_konsult .form_privacy a {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
#form_konsult .form-control {
  color: #fff;
  background: transparent;
  border-color: #fff;
  margin-bottom: 0;
  height: 58px;
}
#form_konsult ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
} /* webkit */
#form_konsult ::-moz-placeholder {
  color: #fff;
  opacity: 1;
} /* Firefox 19+ */
#form_konsult :-moz-placeholder {
  color: #fff;
  opacity: 1;
} /* Firefox 18- */
#form_konsult :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
} /* IE */

#form_konsult .btn {
  background-color: #ffffff;
  color: #000000;
  width: 100%;

  font-size: 17px;
}
section#form_niz {
  padding: 60px 0 100px;
}
#contact .container {
  position: relative;
}
.div_cont {
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  z-index: 100;
  background: #fafafa;
  padding: 30px;
  top: 105px;
}
.tel_cont {
  margin-top: 50px;
  font-size: 37px;
  font-weight: bold;
}
.tel_cont a {
  color: rgb(20, 20, 20);
}
.email_contact {
  color: #1a1a1a;
  border-bottom: 2px solid #fe7117;
  padding-bottom: 2px;
  font-size: 21px;
}
.adress_contact {
  margin-top: 20px;
  color: #939598;
  font-size: 16px;
}

.tabs_top.row_wrap {
  justify-content: center;
  margin-top: 0;
}
.col-flex {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(147, 149, 152);
  background-color: rgb(255, 255, 255);
  width: 247px;
  height: 50px;
  border-radius: 40px;
  font-size: 18px;
  color: rgb(39, 39, 39);
  line-height: 0.8;
  text-align: center;
  padding: 14px 0;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.5s;
}
.col-flex.active {
  background-color: rgb(39, 39, 39);
  color: #fff;
  transition: 0.5s;
}
.col-flex:hover {
  background-color: rgba(39, 39, 39, 0.6);
  color: #fff;
  transition: 0.5s;
}

.title_law {
  font-size: 30px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}
.str_wrap {
  position: relative;
  overflow: hidden;
  margin-top: 66px;
  height: 18px;
}
.str {
  position: absolute;
  right: 0;
}
.project_btn_more {
  width: 100%;
}
a.btn.project_btn_more {
  margin-top: 80px;
}
.title_project_text {
  font-size: 24px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  line-height: 1.2;
}
.title_project_text:after {
  content: "";
  display: block;
  background: #fe7117;
  /* position: absolute; */
  width: 38px;
  height: 2px;
  margin: 15px 0 20px;
}

.text_project_text {
  font-size: 18px;
  color: rgb(110, 110, 110);
  line-height: 1.2;
}
.text_problem {
  font-style: italic;
}

.hidden_n {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
}
.not_hidden {
  opacity: 1;
  transition: 0.5s;
}

.tabs_law {
  position: relative;
}

.link-2 {
  text-decoration: underline;
  color: #fff;
  text-transform: none !important;
}

.dropdown-menu a:hover {
  color: #fff;
}
a.dropdownMenuLink {
  padding-right: 12px !important;
}
.dropdownMenuLink > span.arrow {
  text-indent: -9999px;
  overflow: hidden;
  content: " ";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  opacity: 0.7;
}

.listtype li {
  color: #434b4d;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #fe7117 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #fe7117 !important;
}

.nav-pills > li > a {
  border-radius: 0px !important;
}
.link {
  text-decoration: underline;
  color: #fe7117;
  text-transform: none !important;
}

.columns-block {
  padding: 5px 60px 15px 60px;
}
.columns {
  float: left;
  width: 33.3%;
  padding: 5px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  /* box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2) */
}

.price .header {
  background-color: #808080;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #fe7117;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 50px;
}
.button:hover {
  background-color: #000;
  border: none;
  color: white;
}

.a:hover {
  color: #fff;
}
/* .panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff !important;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
} */
.panel-title > a {
  color: #fff;
}
.panel-title > a:hover {
  color: #000;
}
#business-stats {
  padding: 100px 0 70px;
  background: #132125;
  background-size: cover;
  color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #fff;
}
#business-stats strong {
  display: block;
  margin-bottom: 30px;
}
.business-stats {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
.back.block {
  /* min-height: 255px; 
    border: 1px solid #FE7117;*/
  margin: 0px;
  overflow: hidden;
  height: 100%;
}
.back.block .thumbnail .bold,
.block_block .thumbnail .bold {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.back.block .thumbnail .bold {
  font-size: 21px;
}
.back.block .thumbnail li,
.block_block .thumbnail li {
  margin: 10px 0;
}

.block_block2 {
  display: flex;
  flex-wrap: wrap;
}

.cookies {
  margin-top: 75px;
}
.cookies a,
.cookies {
  font-size: 16px;
  font-family: "FranklinGothicBookCmpC";
  color: rgb(116, 116, 116);
  line-height: 1.2;
  text-align: left;
}

.politics_footer a {
  text-align: right;
  text-decoration: underline;
}
.politics_footer a:hover {
  text-decoration: none;
}

.footer-column h4 {
  font-size: 28px;
  font-family: "Nunito", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.107;
}
.footer-column h4:after {
  content: "";
  display: block;
  background: #fe7117;
  /* position: absolute; */
  width: 38px;
  height: 2px;
  margin: 15px 0 20px;
}
.footer-column ul li a {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: rgba(255, 255, 255, 0.659);
  /* text-decoration: underline; */
  line-height: 1.938;
  text-align: left;
  border-bottom: 1px solid;
}
.footer-column ul li a:hover {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  #main-slider .slider-inner h2 {
    font-size: 51px !important;
  }
}
@media (max-width: 767px) {
  #about {
    padding: 100px 0 60px;
  }
  .owl-pagination {
    bottom: 30px;
    right: 20px;
  }
  #hero-text {
    text-align: center;
  }
  #main-slider .slider-inner h2 {
    font-size: 41px !important;
  }
  .row_wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .title_project_text:after {
    margin: 15px auto 20px;
  }
  .decision {
    text-align: center;
  }
  .title_law {
    margin: 0 auto 20px;
  }
  .col-flex {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  a.btn.project_btn_more {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.nav_header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -43px;
}
.logo_wrap {
  width: 35%;
  display: flex;
  align-items: center;
}
.lang {
  padding: 15px 15px 0 !important;
}
.navbar-collapse.collapse.top_menu_r {
  width: 65%;
  display: flex !important;
  justify-content: flex-end;
  margin-right: -25px;
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .about_firm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.navbar-default .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    margin: 0;
    top: 25px;
  }
  .navbar-collapse.collapse.top_menu_r {
    display: none !important;
    width: 100%;
    justify-content: flex-start;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.top_menu_r.in {
    display: flex !important;
  }
  .navbar-right.collapse {
    display: none !important;
  }
  .navbar-right.collapse.in {
    display: block !important;
  }
  .nav_header_wrap {
    position: relative;
    justify-content: flex-start;
    margin-top: 0;
  }
  .navbar.navbar-default .navbar-brand {
    padding: 10px 0 10px 25px;
  }
  .lang {
    padding: 15px !important;
  }
  .nav.navbar-nav {
    margin-left: -5px;
  }
}
#o_comp h4 {
  margin: 0 0 10px 0;
  font-weight: 600;
}
#o_comp p {
  padding-left: 20px;
  margin-bottom: 35px;
  background: url(../images/line03.png) no-repeat 0 2px;
}
#o_comp .col-md-6 {
  margin: 10px 0;
}
@media only screen and (max-width: 991px) {
  #o_comp .img-responsive {
    margin: 0 auto;
  }
}
.img_brend {
  width: 140px;
  text-align: center;
  margin: 20px 10px 0;
  display: flex !important;
  align-items: center;
  height: 70px !important;
  justify-content: center;
}
.img_brend:focus,
.img_brend:active {
  outline: none;
}
.img_brend img {
  max-width: 100%;
}
.port_it {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: help;
}
.port_it_img_wrap {
  width: 90px;
}
.port_it_text {
  width: calc(100% - 95px);
  text-align: left;
  position: relative;
}
.port_it_text .title {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  line-height: 1.2em;
}
.text_who_klient {
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  z-index: 2;
  border-radius: 3px;
  box-shadow: 0 3px 30px -4px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  display: none;
  transition: all 0.2s;
}
.text_princ {
  margin: -30px 0 50px 0;
  font-size: 18px;
  font-style: italic;
}
.princ_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.princ_wrap .icon1 img {
  filter: invert(41%) sepia(77%) saturate(2560%) hue-rotate(353deg) brightness(100%) contrast(98%);
}
.uslugi_wrap li {
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  background-position: left center;
  position: relative;
  transition: all 0.3s;
}
.uslugi_wrap li:hover {
  /* color: #fe7117; */
}
.uslugi_wrap li:hover .text_who_klient {
  color: #000;
}
.uslugi_wrap li .text_who_klient {
  font-size: 14px;
}
#form_konsult h2 {
  font-size: 30px;
  margin: 35px 0;
}
.konsult_label p {
  text-align: left;
  display: flex;
}
.konsult_label p span {
  width: calc(100% - 30px);
}
.konsult_label .form_privacy p:before {
  margin-top: 2px;
}
#form_konsult {
  padding: 0;
}
.konsul_img img {
  height: 430px;
  margin: -38px 0 0px;
}
.konsult_label .form_privacy input:checked + p:before {
  background: rgb(232, 232, 232) url(../img/check.png) no-repeat center;
}
@media only screen and (max-width: 991px) {
  .konsul_img {
    display: none;
  }
}
#main-slider .owl-buttons {
  position: absolute;
  width: 100%;
  top: -310px;
}
#why_key {
  padding: 20px 0;
}
.icon_numb {
  background: #ddd;
  width: 60px;
  height: 60px;
  color: #fe7117;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  font-size: 26px;
  border-radius: 50%;
}
.columns-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 60px;
}
.tarif_it {
  height: 420px;
}
.price {
  height: 100%;
}
.price li {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.price li:last-child {
  align-self: flex-end;
}
.tarif_it div.grey {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: solid 1px #eee;
  border-top: 0;
  background: #eee;
}
.columns-block-3item .tarif_it {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .columns-block-3item .tarif_it {
    width: 100%;
  }
}
.h_inp {
  display: none;
}
.popup_window {
  padding: 25px;
  display: none;
}
#form_send {
  font-size: 20px;
}
.popup_window ion-icon[name="ios-checkmark"] {
  font-size: 60px;
  color: #21b946;
}
.modal_form {
  width: 500px;
  text-align: center;
  max-width: 100%;
}
.modal_form input,
.modal_form textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: none;
  border-bottom: solid 1px #9c9c9c;
}
.modal_form input:focus,
.modal_form input:active,
.modal_form textarea:focus,
.modal_form textarea:active {
  outline: none;
}
.modal_form .form_privacy {
  margin: 15px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #main-slider .owl-buttons {
    display: none;
  }
  .img_brend img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .carousel-content {
    left: 0;
    width: 100%;
    padding: 0;
  }
  .carousel-content * {
    word-break: break-word;
  }
  #main-slider .slider-inner h2 {
    font-size: 30px !important;
  }
  #main-slider .slider-inner p {
    font-size: 22px;
    margin: 25px 0;
  }
}
.dropdown-menu2 {
  display: none;
  background: #fe7117;
  position: absolute;
}
.dropdown-menu2 {
  padding: 30px 10px 30px 20px;
  background-color: #fe7117;
  font-size: 14px;
  min-width: 220px;
  border-radius: 0;
  position: absolute;
  top: 180%;
  z-index: 1000;
  display: none;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  opacity: 0;
  transition: all 0.3s;
}
.dropdown-menu2 ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu2 li {
  margin: 15px;
  text-align: left;
}
.dropdown-menu2.open {
  top: 100%;
  opacity: 1;
}
.dropdown-menu2 li .link-2:hover {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  #main-nav.navbar-default .dropdown-menu2.service {
    min-width: 320px;
    overflow-y: auto;
  }
}
#main-slider {
  position: relative;
}
#main-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#main-slider .item .carousel-content {
  z-index: 2;
  color: #fff !important;
}
#main-slider .item .carousel-content h2 {
  color: #fff !important;
}
#main-slider .slider-inner p {
  color: #fff !important;
}
.news_full {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.portfolio-item {
  margin: 15px 0;
}
.card-img-top {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-title {
  font-size: 17px;
  margin-bottom: 20px;
}
.contacts_page {
  font-size: 24px;
  text-align: center;
}
.contacts_page p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts_page p ion-icon {
  margin-right: 10px;
}
.tarifs_wrap {
  justify-content: space-between;
}
.tarifs_wrap .tarif_it:nth-child(1) .header {
  background: #d3d3d3;
}
.tarifs_wrap .tarif_it:nth-child(2) .header {
  background: #bbb9b9;
}
.tarifs_wrap .tarif_it:nth-child(3) .header {
  background: #949292;
}
.tarifs_wrap .tarif_it:nth-child(4) .header {
  background: #fe7117;
}
.columns-block-3item .tarif_it:nth-child(1) .header {
  background: #d3d3d3;
}
.columns-block-3item .tarif_it:nth-child(2) .header {
  background: #949292;
}
.columns-block-3item .tarif_it:nth-child(3) .header {
  background: #fe7117;
}
.main_slide_nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 100%;
  display: none;
}
.main_slide_nav i {
  font-size: 30px;
  color: #fff;
  padding: 20px 30px;
  background: #fe7117;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.main_slide_nav i:hover {
  opacity: 1;
}

#main_prev {
  right: 5%;
  position: absolute;
}
#main_next {
  left: 5%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .main_slide_nav {
    display: none !important;
  }
}
.ada {
  display: none;
}
.btn110 {
  float: right;
}
.btn110:hover {
  background: #960e21 !important;
}
.num_it > div:first-child {
  height: 20px;
}
.num_it span.red {
  color: #fe7117;
}

.our_history .nav-stacked > li {
  font-size: 19px;
}
address {
  font-size: 15px;
}
.important_client {
  text-align: left;
  font-size: 18px;
  margin-top: 22px;
  color: #000;

  border: 1px solid #d4d4d4;
  padding: 10px;
  background: #fbfbfb;
}
.important_client a.btn.btn-primary.btn-lg {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu2 {
    position: relative;
  }
  /* .top_line .nav.navbar-nav{
		display: flex;
		align-items: center;
		justify-content: space-between;
	} */
  li.mobile-hidden {
    display: none;
  }
  .li_tel {
    float: right;
    margin-top: 10px;
  }
  #main-nav.navbar-default .navbar-nav > li.lang > a {
    padding: 5px;
  }
  li.lang {
    float: left;
    width: 100px;
    margin-left: 10px;
  }
  .descr {
    margin-right: 0;
  }
  /* .menu_wrap{
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
	}
	.navbar-header.nav_header_wrap {
		margin: 0;
	}
	.navbar-header .navbar-nav {
		margin: 7.5px 0;
	}
	.dropdown-menu2 li {
		margin: 10px;
	}
	.navbar-header ul.ListRowTpl a {
		font-size: 13px;
		line-height: 1.3;
	}
	.navbar.navbar-default .navbar-toggle {
		right: 20px;
	} */
  .dropdownMenuLink > span.arrow {
    right: 13px;
  }
  .nav.navbar-nav {
    min-width: 160px;
  }
}

/* 
	.navbar-header.nav_header_wrap {
		margin: 0;
	}
	.navbar-collapse.navbar-right.top_menu_r.collapse.in {
		overflow: visible;
	}
	.navbar-header ul.nav.navbar-nav {
		width: 100%;
	}
	.dropdown-menu2{
		padding: 0;
		width: 100%;
	}
}
 */
/*
 
	 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 #main-nav.navbar-default {background: #fff;}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {background: rgb(90, 90, 90);color: #FFFFFF;}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 3px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .navbar-default .navbar-nav>li>a {
	color: #6C6C6C;
	}
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: #fff;
    color: #FE7117;
    border-bottom: 6px solid #FE7117;
  }
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a { 
    padding: 15px 0;
    color:#A8A8A8; 
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #000;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #000;
    background-color: transparent;
  }
}*/
.hidden_p {
  display: none;
}
.read_more_btn,
.read_more_btn_close {
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}

.btn_resp_header {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header_email {
    position: absolute !important;
    right: 15px;
    top: 45px;
  }
  .btn_resp_header {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 20px;
    font-size: 14px;
    width: 200px;
    max-width: 100%;
    padding: 10px;
    color: #fff !important;
  }
  .navbar-header.nav_header_wrap {
    width: calc(100% + 10px);
  }
}
@media only screen and (max-width: 400px) {
  .btn_resp_header {
    width: 150px;
    left: auto;
    margin-left: 0;
    right: 50px;
    top: auto;
    /* bottom: 10px; */
  }
  .navbar.navbar-default .navbar-toggle {
    top: auto;
    /* bottom: 12px; */
  }
}

.d-none {
  display: none;
}
@media (min-width: 992px) {
  .col-md-3.tarif_it {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
@media (max-width: 991px) {
  .col-sm-5.tarif_it {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .tarif_it {
    margin: 40px 0 40px 0;
  }
  .tarifs_wrap {
    justify-content: center;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.tarifs-section {
  background-image: url("../img/abonentskoe-obsluzhivanie/tarifs-bg.jpg");
  background-repeat: no-repeat;
  padding-bottom: 125px;
}
.tarifs-section .section-title {
  color: #383838;
  font-size: 60px;
  line-height: 70px;
  font-family: basc;
  text-align: center;
  margin-bottom: 40px;
}
.tarifs-section .col-xl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarifs-section .tarif {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.tarifs-section .tarif.Business .title {
  background-color: #fe7117;
  color: #fff;
}
.tarifs-section .tarif.Individual .text-center .button {
  padding: 17px 33px;
  display: inline-block;
}
.tarifs-section .tarif .title {
  background-color: #e8e8e8;
  color: #383838;
  font-size: 30px;
  font-family: basc;
  text-align: center;
  padding: 20px 0;
}
.tarifs-section .tarif .price {
  background-color: #f2f2f2;
  font-family: GothamPro-Bold;
  color: #fe7117;
  font-size: 20px;
  text-align: center;
  padding: 13px 0;
}
.tarifs-section .tarif .list li {
  padding: 13px 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #383838;
  font-family: "Nunito", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarifs-section .tarif .list li:after {
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tarifs-section .tarif .more {
  text-align: center;
  font-size: 12px;
  font-family: GothamPro-Bold;
  color: #383838;
  margin-bottom: 50px;
  margin-top: 30px;
}
.tarifs-section .tarif .more img {
  display: inline-block;
  margin-top: 18px;
}
.tarifs-section .tarif .text-center {
  margin-top: auto;
  background-color: #f2f2f2;
}
.tarifs-section .tarif .text-center .button {
  padding: 17px 33px;
  position: relative;
  top: 0%;
}
.tarifs-section .section-title-2 {
  margin-top: 100px;
}
.tarifs-section .dop-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  margin-right: -10px;
  margin-left: -10px;
}
.tarifs-section .dop-services .service {
  width: 500px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(76, 84, 94, 0.4);
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.tarifs-section .dop-services .service .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 150px;
  text-align: center;
  color: #fe7117;
  font-size: 24px;
  line-height: 36px;
  font-family: GothamPro-Bold;
  position: relative;
}
.tarifs-section .dop-services .service .title:after {
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tarifs-section .dop-services .service .list {
  padding: 20px;
  list-style-image: url(../img/abonentskoe-obsluzhivanie/marker.svg);
  margin-left: 20px;
}
.tarifs-section .dop-services .service .list li {
  color: #383838;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}
.tarifs-section .dop-services .service .text-center {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.tarifs-section .col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tarif-slider {
  justify-content: center;
}
.tarifs-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.tarifs-section .price {
  height: auto;
}
.tarifs-section ul {
  padding: 0;
}
.descr {
  background: transparent !important;
}
