.transition {
  transition: 0.3s ease-in-out;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.radius {
  border-radius: 50%;
}
.wrapper-holder {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.btn {
  transition: 0.3s ease-in-out;
  border: 4px solid #00aec7;
  padding: 17px 20px 16px;
  text-transform: uppercase;
  font: 14px/16px 'Circeb', Arial, Helvetica, sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.btn:hover {
  background: #00aec7;
  text-decoration: none;
}
.btn.style01 {
  border-color: #fff;
}
.btn.style01:hover {
  background: #fff;
}
.btn.style02 {
  color: #fff;
}
.btn.style02:hover {
  color: #231f20;
}
#header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: relative;
  line-height: 24px;
}
#header.sticky .header-holder .logo-fixed {
  display: block;
  float: left;
  margin-top: -6px;
}
#header.sticky .header-holder .nav-holder {
  overflow: hidden;
  padding: 0 70px;
}
#header.sticky .header-holder .tel {
  display: block;
  color: #00aec7;
  float: right;
  margin-top: -10px;
  font: 28px 'Circeb', Arial, Helvetica, sans-serif;
}
#header.sticky .header-holder .tel a {
  color: #00aec7;
}
.tel a:hover {
  text-decoration: none;
}
.twentytwenty-overlay {
  display: none;
}
.header-holder {
  background: #231f20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 24px 0 19px;
}
.header-holder .btn,
.header-holder .tel,
.header-holder .logo-fixed {
  display: none;
}
.header-holder .btn:after,
.header-holder .tel:after,
.header-holder .logo-fixed:after {
  background: #00aec7;
}
.header-holder .btn:before,
.header-holder .tel:before,
.header-holder .logo-fixed:before {
  background: url(/local/templates/bs/markup/images/logo_sign_frame_yellow.svg) no-repeat;
}
.header-frame {
  padding: 127px 0 64px;
  overflow: hidden;
}
.header-frame address {
  font-style: normal;
  margin: 0 0 10px;
}
.header-frame .contact-holder {
  float: right;
  font-size: 20px;
  padding: 2px 0 0;
}
.header-frame .contact-holder .holder {
  float: left;
  margin: -3px 123px 0 0;
}
.header-frame .tel {
  float: right;
  font: 28px 'Circeb', Arial, Helvetica, sans-serif;
  color: #000;
  margin: 9px 0 0 54px;
}
.header-frame .tel a {
  color: #000;
}
.header-frame .tel a:hover {
  text-decoration: none;
}
.mail {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.mail:hover {
  text-decoration: none;
  border-bottom: 1px solid #231f20;
}
.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 14px 'Circeb', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nav ul {
  padding: 0 0 5px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.nav a {
  color: #fff;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}
.nav a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00aec7;
}
.nav .active a {
  color: #00aec7;
}
.btn-menu {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  border: none;
  padding: 0;
  background: none;
}
.btn-menu span {
  background: #00aec7;
  display: block;
  height: 2px;
  width: 32px;
  text-indent: -9999px;
  z-index: 10;
  transition: background 0 0.3s;
  position: absolute;
  left: 0;
  top: 10px;
}
.btn-menu span:after,
.btn-menu span:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  right: 12px;
  background-color: #00aec7;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
  left: 0;
}
.btn-menu span:after {
  transition-property: bottom, transform;
  top: -10px;
}
.btn-menu span:before {
  transition-property: top, transform;
  bottom: -10px;
}
.menu-open .btn-menu span {
  background: none;
}
.menu-open .btn-menu span:before {
  transform: rotate(45deg);
  transition-delay: 0, 0.3s;
  bottom: 0;
  width: 34px;
  left: 0;
}
.menu-open .btn-menu span:after {
  transform: rotate(-45deg);
  transition-delay: 0, 0.3s;
  top: 0;
  width: 34px;
  left: 0;
}
.logo {
  float: left;
  text-transform: uppercase;
  font: 24px/31px 'Circe', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.logo img {
  float: left;
  margin: 0 20px 0 0;
}
.logo span {
  float: left;
  margin: -5px 0 0;
}
.logo:hover {
  text-decoration: none;
}
.logo .logo-icon {
  margin: 0 20px 0 0;
}
.logo-icon {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.logo-icon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
.logo-icon:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background: url(/local/templates/bs/markup/images/logo_sign_frame.svg) no-repeat;
}
.first_item {
  background: url("/local/templates/bs/markup/images/headslider/1.jpg") no-repeat;
}
.second_item {
  background: url("/local/templates/bs/markup/images/headslider/2.jpg") no-repeat;
}
.third_item {
  background: url("/local/templates/bs/markup/images/headslider/4.jpg") no-repeat;
}
.fourth_item {
  background: url("/local/templates/bs/markup/images/headslider/5.jpg") no-repeat;
}
.logo-icon.grey:before {
  width: 83px;
  height: 83px;
  background: url(/local/templates/bs/markup/images/logo_grey.svg) no-repeat;
}
.logo-icon.hovered:before {
  transition: transform 1.5s ease-in-out;
  -moz-transform: rotate(360deg) scale(1.1, 1.1);
  -ms-transform: rotate(360deg) scale(1.1, 1.1);
  -webkit-transform: rotate(360deg) scale(1.1, 1.1);
  -o-transform: rotate(360deg) scale(1.1, 1.1);
  transform: rotate(360deg) scale(1.1, 1.1);
}
.carousel-holder {
  position: relative;
  margin: 0 0 140px;
}
.carousel-holder:after {
  content: '';
  background: #f1f2f2;
  bottom: -44px;
  content: "";
  left: -9614px;
  position: absolute;
  right: 100%;
  top: -187px;
  width: 9999px;
}
.carousel-holder .owl-carousel {
  padding: 0;
}
.carousel-holder .owl-prev {
  display: none !important;
}
.carousel-holder .owl-next {
  position: absolute;
  right: -4px;
  bottom: 0;
  background: url(/local/templates/bs/markup/images/arrow_main_slider.svg) no-repeat;
  width: 132px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 20;
}
.carousel-holder .owl-next:hover {
  background: url(/local/templates/bs/markup/images/arrow_main_slider-h.svg) no-repeat;
}
.carousel-holder .slick-next.slick-arrow {
  font-size: 0px;
  border: 0px none;
  position: absolute;
  right: -4px;
  bottom: 12px;
  cursor: pointer;
  background: url(/local/templates/bs/markup/images/arrow_main_slider.svg) no-repeat;
  width: 132px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 20;
}
.carousel-holder .slick-next.slick-arrow:hover {
  background: url(/local/templates/bs/markup/images/arrow_main_slider-h.svg) no-repeat;
}
.carousel-holder .owl-item {
  width: 100%;
}
.carousel-holder .photo-holder {
  width: 80%;
}
.carousel-holder .photo-holder img {
  display: block;
  width: 100%;
}
.carousel-holder .description {
  position: absolute;
  right: 0;
  top: 75px;
  width: 450px;
}
.carousel-holder .description h2 {
  margin: 0;
  text-align: left;
  font: 64px/64px 'Circebb', Arial, Helvetica, sans-serif;
}
.carousel-holder .owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  text-align: center;
}
.carousel-holder .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #231f20;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  position: relative;
}
.carousel-holder .slick-dots {
  list-style-type: none;
  text-align: center;
  margin-top: 65px !important;
}
.carousel-holder .slick-dots li {
  display: inline-block;
}
.carousel-holder .slick-dots button {
  width: 8px;
  height: 8px;
  background: #231f20;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  position: relative;
  padding: 0;
  border: 0px none;
  font-size: 0px;
}
.carousel-holder .owl-dots .owl-dot:hover {
  background: #00aec7;
}
.carousel-holder .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/local/templates/bs/markup/images/switch_active.svg) no-repeat;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: none;
}
.carousel-holder .owl-dots .owl-dot.active:after {
  display: block;
}
.carousel-holder .slick-dots button:hover {
  background: #00aec7;
}
.carousel-holder .slick-dots button:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/local/templates/bs/markup/images/switch_active.svg) no-repeat;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: none;
}
.carousel-holder .slick-dots .slick-active button:after {
  display: block;
}
#main {
  position: relative;
}
#main:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 128px;
  right: 0;
  top: 513px;
  background: #00aec7;
}
.text-holder {
  padding: 0 9% 108px 30%;
  position: relative;
}
.text-holder:before {
  content: '';
  position: absolute;
  top: -306px;
  left: 126px;
  width: 4px;
  height: 384px;
  background: #00aec7;
  z-index: 5;
  opacity: 0;
}
.mobile-visible {
  display: none;
}
.tariff-plan .box-comment {
  color: #fff;
  margin: 0 0 26px;
}
.tariff-plan:hover .box-comment {
  color: #231f20;
}
.services-area {
  padding: 80px 0;
}
.services-area .wrapper {
  max-width: 1536px;
  margin: 0 auto;
}
.services-area .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.services-area .tariff-plan {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 60px 50px 80px 129px;
  min-height: 742px;
  transition: 0.3s ease-in-out;
}
.services-area .tariff-plan:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.76);
  transition: 0.3s ease-in-out;
}
.services-area .tariff-plan .options-list {
  color: #fff;
  padding-bottom: 40px;
}
.services-area .tariff-plan:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  margin-bottom: -50px;
}
.services-area .tariff-plan:hover:after {
  background: #fff;
}
.services-area .tariff-plan:hover .title {
  color: #231f20;
}
.services-area .tariff-plan:hover .options-list {
  color: #231f20;
}
.services-area .tariff-plan:hover .time-holder,
.services-area .tariff-plan:hover .price-holder {
  color: #231f20;
}
.services-area .tariff-plan:hover .btn {
  display: block;
  max-width: 218px;
}
.services-area .tariff-plan.comfort {
  background: url(/local/templates/bs/markup/images/img03.jpg) no-repeat;
  background-size: cover;
}
.services-area .tariff-plan.comfort-plus {
  background: url(/local/templates/bs/markup/images/img15.jpg) no-repeat;
  background-size: cover;
}
.services-area .tariff-plan.premium {
  background: url(/local/templates/bs/markup/images/img16.jpg) no-repeat;
  background-size: cover;
}
.services-area .tariff-plan .holder {
  position: relative;
  z-index: 10;
}
.services-area .tariff-plan .title {
  display: block;
  text-transform: uppercase;
  font: 32px/36px 'Circeb', Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 45px;
}
.services-area .tariff-plan sup {
  font-size: 15px;
}
.services-area .tariff-plan .time-holder,
.services-area .tariff-plan .price-holder {
  font: 28px/30px 'Circeb', Arial, Helvetica, sans-serif;
  color: #00aec7;
  position: relative;
  margin: 0 0 16px;
}
.services-area .tariff-plan .time-holder .ico-holder,
.services-area .tariff-plan .price-holder .ico-holder {
  position: absolute;
  left: -75px;
  top: 2px;
}
.services-area .tariff-plan .price-holder .ico-holder {
  top: 4px;
}
.services-area .tariff-plan .btn {
  display: none;
}
.options-list {
  padding: 34px 0 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  line-height: 24px;
}
.options-list li {
  position: relative;
  margin: 0 0 24px;
}
.options-list li:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/local/templates/bs/markup/images/plus.svg) no-repeat;
  left: -73px;
  top: 5px;
}
.options-list.inner li {
  padding-left: 73px;
}
.options-list.inner li:after {
  left: 0;
}
.carousel-frame {
  position: relative;
  padding: 130px 0;
}
.carousel-frame .owl-prev,
.carousel-frame .owl-next {
  position: absolute;
  top: 50%;
  left: -90px;
  background: url(/local/templates/bs/markup/images/arrow_medium_left.svg) no-repeat;
  width: 52px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -18px;
  transition: 0.3s ease-in-out;
}
.carousel-frame .owl-prev:hover,
.carousel-frame .owl-next:hover {
  background: url(/local/templates/bs/markup/images/arrow_medium_left-h.svg) no-repeat;
}
.carousel-frame .owl-next {
  background: url(/local/templates/bs/markup/images/arrow_medium_right.svg) no-repeat;
  left: auto;
  right: -90px;
}
.carousel-frame .owl-next:hover {
  background: url(/local/templates/bs/markup/images/arrow_medium_right-h.svg) no-repeat;
}
.carousel-frame .photo-holder {
  padding-left: 40%;
}
.carousel-frame .photo-holder img {
  display: block;
  width: 100%;
}
.carousel-frame .description {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 620px;
  padding-left: 127px;
}
.quote-holder {
  position: relative;
  font: 32px/32px 'Circebb', Arial, Helvetica, sans-serif;
}
.quote-holder:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  top: 0;
  left: -78px;
  background-size: 100% 100%;
}
.quote-holder .heading {
  display: block;
  font: 48px/52px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
.quote-holder span {
  display: block;
  margin: 0 0 58px;
}
.team-area {
  background: #f1f2f2;
  margin-top: -193px;
  padding: 160px 0 50px;
  position: relative;
  height: 950px;
  margin-bottom: 47px;
  overflow: hidden;
}
.team-area:after {
  content: '';
  position: absolute;
  top: 879px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.team-area .holder {
  position: relative;
  text-align: center;
  padding: 0 170px;
  margin: 0 0 65px;
}
.team-area .holder:after {
  content: '';
  position: absolute;
  width: 127px;
  height: 4px;
  background: #a7a9ac;
  right: 0;
  top: 50%;
  margin-top: 2px;
  opacity: 0;
}
.team-area .holder:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 128px;
  background: #a7a9ac;
  left: 127px;
  top: 50%;
  margin-top: -64px;
  opacity: 0;
}
.team-area .holder .logo {
  display: block;
  margin: 0 auto 47px;
  float: none;
  width: 64px;
  height: 64px;
}
.team-area .holder .logo:after {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
}
.team-area .holder .logo:before {
  width: 64px;
  height: 64px;
}
.team-area .heading {
  display: block;
  font: 48px/50px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 54px;
}
.team-area .owl-prev,
.team-area .owl-next {
  position: absolute;
  top: 205px;
  left: -90px;
  background: url(/local/templates/bs/markup/images/arrow_medium_left.svg) no-repeat;
  width: 52px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -18px;
  transition: 0.3s ease-in-out;
}
.team-area .owl-prev:hover,
.team-area .owl-next:hover {
  background: url(/local/templates/bs/markup/images/arrow_medium_left-h.svg) no-repeat;
}
.team-area .owl-next {
  background: url(/local/templates/bs/markup/images/arrow_medium_right.svg) no-repeat;
  left: auto;
  right: -90px;
}
.team-area .owl-next:hover {
  background: url(/local/templates/bs/markup/images/arrow_medium_right-h.svg) no-repeat;
}
.team-area .item {
  padding: 7px 7px 49px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
.team-area .item .name {
  display: block;
  font-size: 24px;
  font-family: 'Circeb';
  margin: 0 0 14px;
}
.team-area .item .post {
  display: block;
  margin: 0 0 26px;
}
.team-area .item .btn {
  padding: 10px 10px 8px;
  display: none;
}
.team-area .item:hover {
  box-shadow: inset 0 0 0 4px #d1d3d4;
}
.team-area .item:hover .btn {
  display: inline-block;
}
.team-area .item:hover .filter {
  filter: none;
}
.team-area .item .img-holder {
  height: 375px;
  margin: 0 0 55px;
  white-space: nowrap;
}
.team-area .item .img-holder:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.team-area .item .img-holder img {
  max-height: 375px;
  vertical-align: bottom;
  display: inline-block;
  white-space: normal;
}
.video-area_about {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .video-area_about {
    margin-bottom: 50px;
  }
}
.video-area .holder {
  float: left;
  width: 225px;
  margin: 0 30px 0 0;
  padding: 78px 0 0;
}
.video-area .frame {
  overflow: hidden;
  float: right;
  width: 78.5%;
}
.video-area .panel {
  padding-left: 255px;
  position:relative;
  z-index:3;
}
.video-area .panel .btn {
  margin: 0 60px 0 0;
}
.video-area .panel .info {
  font: 32px/45px 'Circeb', Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 0;
}
.video-area .panel:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  height: 287px;
  right: 127px;
  bottom: -69px;
  background: #231f20;
  z-index: 2;
  opacity: 0;
}
.video-area .video-section {
  position: relative;
  margin: 0 0 63px;
}
.video-area .video-section img {
  display: block;
  width: 100%;
}
.video-area .video-section .btn-play {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/local/templates/bs/markup/images/play_video.svg) no-repeat;
  width: 100px;
  height: 115px;
  top: 50%;
  left: 50%;
  margin: -57px 0 0 -50px;
}
.video-area .quote-holder {
  font-size: 48px;
  line-height: 48px;
  margin-right: -150px;
  position: relative;
  z-index: 100;
  background-color: #4edadf87;
}
.video-area .quote-holder:after {
  left: -52px;
}
.video-area .quote-holder span {
  margin-bottom: 92px;
}
.video-area .autor-holder img {
  border-radius: 50%;
  display: block;
  margin: 0 0 40px;
}
.video-area .autor-holder .autor {
  display: block;
  font: 24px/26px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 13px;
}
.video-area .autor-holder .post {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.video-area .wrapper {
  position: relative;
}
.video-area .wrapper:after {
  content: '';
  position: absolute;
  width: 9999px;
  background: #e8f0f9;
  bottom: 26px;
  right: -9742px;
  height: 512px;
  z-index: -1;
}
.video-area .wrapper:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  height: 287px;
  right: 127px;
  bottom: -69px;
  background: #231f20;
  z-index: 2;
  opacity: 0;
}
.portfolio-area {
  max-width: 1536px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 140px;
}
.portfolio-area h2 {
  font-size: 72px;
  line-height: 64px;
  position: relative;
  margin-bottom: 118px;
}
.portfolio-area h2 span {
  text-align: left;
  display: inline-block;
}
.portfolio-area h2:after {
  content: '';
  position: absolute;
  height: 4px;
  background: #231f20;
  width: 9999px;
  left: -9612px;
  top: 68px;
  opacity: 0;
}
.portfolio {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: 0.3s ease-in-out;
}
.portfolio:after {
  content: '';
  clear: both;
  display: block;
}
.portfolio li {
  float: left;
  width: 25%;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 383px;
}
.portfolio li img {
  display: block;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  max-height: 383px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  min-height: 383px;
}
.portfolio .block {
  padding: 14% 5% 10% 17%;
  font-size: 20px;
}
.portfolio .block .title {
  display: block;
  font-size: 25px;
  line-height: 34px;
  margin: 0 0 25px;
}
.portfolio .block .address {
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 4px;
}
.portfolio .block .address:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 20px;
  background: url(/local/templates/bs/markup/images/project_location.svg) no-repeat;
  top: 9px;
  left: 0;
}
.portfolio .block .area {
  display: inline-block;
  vertical-align: top;
  margin: 0 38px 0 0;
  padding: 0 0 0 35px;
  position: relative;
}
.portfolio .block .area sup {
  font-size: 12px;
}
.portfolio .block .area:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 11px;
  background: url(/local/templates/bs/markup/images/project_square.svg) no-repeat;
}
.portfolio .block .status {
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
  vertical-align: top;
}
.portfolio .block .status:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/local/templates/bs/markup/images/project_service.svg) no-repeat;
  top: 10px;
  left: 0;
}
.portfolio .block .description {
  margin: 0 0 83px;
}
.portfolio .block .btn {
  padding: 10px 27px 8px;
  position: absolute;
  left: 17%;
  bottom: 42px;
}
.portfolio:hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
}
.portfolio:hover li {
  background: #00aec7;
}
.portfolio:hover li img {
  filter: none;
}
.portfolio:hover .block {
  color: #231f20;
}
.portfolio:hover .btn {
  border-color: #fff;
}
.portfolio:hover .btn:hover {
  background: #fff;
}
.portfolio:hover .address:after {
  background-image: url(/local/templates/bs/markup/images/project_location-h.svg);
}
.portfolio:hover .area:after {
  background-image: url(/local/templates/bs/markup/images/project_square-h.svg);
}
.portfolio:hover .status:after {
  background-image: url(/local/templates/bs/markup/images/project_service-h.svg);
}
.cta-area {
  background: url(/local/templates/bs/markup/images/bg01.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 112px 0 129px;
}
.cta-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.76);
}
.cta-area .wrapper {
  position: relative;
  z-index: 10;
}
.cta-area .description {
  padding-left: 40%;
  position: relative;
}
.cta-area .description:after {
  content: '';
  position: absolute;
  height: 4px;
  background: #00aec7;
  width: 257px;
  left: 0;
  top: 17px;
}
.cta-area .title {
  display: block;
  font: 48px/52px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 50px;
}
.for-disigners {
  padding: 145px 0 158px;
  overflow: hidden;
  position: relative;
}
.for-disigners:after {
  content: '';
  position: absolute;
  width: 999px;
  height: 4px;
  background: #231f20;
  width: 256px;
  right: 0;
  bottom: 164px;
}
.for-disigners .wrapper {
  position: relative;
}
.for-disigners .wrapper:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 128px;
  background: #d1d3d4;
  top: -145px;
  right: 130px;
  opacity: 0;
}
.for-disigners .title-panel {
  overflow: hidden;
  margin: 0 0 74px;
}
.for-disigners .title-panel .title {
  float: none;
  font: 48px/50px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 84px 0 0;
  position: relative;
}
.for-disigners .title-panel .title:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #00aec7;
  right: -50px;
  top: 35px;
}
.for-disigners .title-panel .slogan {
  display: inline-block;
  vertical-align: top;
  font: 48px/50px 'Circe', Arial, Helvetica, sans-serif;
}
.for-disigners .options-list {
  padding: 0 0 47px;
}
.for-disigners .options-list li {
  padding: 0 0 0 30px;
}
.for-disigners .options-list li:after {
  left: 0;
  top: 3px;
}
.after-before .holder {
  float: left;
  width: 45%;
}
.after-before .holder .heading {
  display: block;
  margin: 0 0 55px;
  font: 20px/24px 'Circeb', Arial, Helvetica, sans-serif;
}
.after-before .frame {
  float: right;
  width: 50%;
}
.after-before .frame .panel {
  overflow: hidden;
  font: 24px/26px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 60px;
}
.after-before .frame .panel span {
  float: right;
}
.after-before .frame .panel span:first-child {
  float: left;
}
.after-before .after-before-block img {
  display: block;
  width: 100%;
}
.after-before .contact-form {
  max-width: 385px;
}
.after-before .options-list {
  position: relative;
}
.after-before .options-list:before {
  content: '';
  position: absolute;
  background: url(/local/templates/bs/markup/images/arrow_for_designers_1536.svg) no-repeat;
  width: 194px;
  height: 19px;
  right: -33px;
  top: 4px;
}
.text-frame {
  display: block;
  margin: 0 0 10px;
  position: relative;
}
.text-frame input[type=tel],
.text-frame input[type=text] {
  width: 100%;
}
.text-frame .error-message {
  position: absolute;
  background: #fff;
  padding: 5px;
  width: 190px;
  bottom: -30px;
  z-index: 100;
  left: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.text-frame .error-message:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
  right: 180px;
  top: -8px;
}
.text-frame label {
  transition: all 0.2s ease 0s;
  font-size: 18px;
  line-height: 24px;
  bottom: 13px;
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 5;
}
.text-frame label em {
  color: #a7a9ac;
  font-style: normal;
}
.text-frame.parent-focus label,
.text-frame.parent-active label {
  bottom: 35px;
  font-size: 14px;
}
.contact-area {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}
.contact-area.request-area {
  overflow: visible;
}
.contact-area:after {
  content: '';
  position: absolute;
  width: 256px;
  height: 4px;
  background: #bcbec0;
  right: 0;
  bottom: 90px;
  opacity: 0;
}
.contact-area .box {
  overflow: hidden;
  background: #00aec7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.5% 10%;
  position: relative;
}
.contact-area .box:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 128px;
  background: #00aec7;
  top: -128px;
  right: 129px;
}
.contact-area .box input[type=tel],
.contact-area .box input[type=email],
.contact-area .box input[type=password],
.contact-area .box input[type=text] {
  border-color: #fff;
  margin: 0 0 26px;
}
.contact-area .box .btn-holder {
  padding-top: 37px;
}
.contact-area .logo {
  display: block;
  margin: 0 0 48px;
  float: none;
  width: 64px;
  height: 64px;
}
.contact-area .logo:after {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
}
.contact-area .logo:before {
  width: 64px;
  height: 64px;
}
.contact-area .location-holder {
  overflow: hidden;
  padding: 130px 0 0;
  position: relative;
  float: right;
  width: 50%;
}
.contact-area .location-holder .holder {
  background: #e6e7e8;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  padding: 17.5% 20% 20%;
}
.contact-area .location-holder .holder:after {
  content: '';
  position: absolute;
  width: 274px;
  height: 96px;
  background: url(/local/templates/bs/markup/images/city.svg) no-repeat;
  top: -95px;
  left: 97px;
}
.contact-area .location-holder .holder p {
  margin: 0 0 54px;
}
.contact-area .location-holder .ico-address {
  position: absolute;
  right: 128px;
  top: -93px;
  transition: 0.3s ease-in-out;
  z-index: 100;
  width: 96px;
}
.contact-area .location-holder .ico-address img {
  display: block;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.contact-area .location-holder .ico-address:hover img {
  margin-top: -10px;
  margin-bottom: 10px;
}
.contact-area .location-holder .ico-address:hover:after {
  transform: scale(1.5, 1.5);
}
.contact-area .location-holder .ico-address:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 10px;
  background: radial-gradient(40% 50%, #a2a1a1, #e6e7e8);
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  transition: 0.3s ease-in-out;
}
.contact-area.inner {
  padding: 14px 0 0;
}
.contact-area.inner:after {
  width: 100px;
  background: #00aec7;
  top: 30px;
}
.contact-area.inner .contact-form {
  max-width: 710px;
  margin: 0 auto;
}
.contact-area.inner .contact-form .logo {
  margin: 0 auto 50px;
}
.contact-area.inner .contact-form .title {
  text-align: center;
  padding: 0;
  color: #fff;
}
.contact-area.inner .contact-form input[type=submit] {
  margin: 0 auto;
  border-color: #00aec7;
}
.contact-area.inner .contact-form input[type=submit]:hover {
  background: #00aec7;
}
.contact-area.inner .contact-form .row .holder:first-child {
  float: left;
}
.contact-area.inner .contact-form .holder {
  float: right;
  width: 45%;
}
.contact-area.inner .contact-form.inner {
  max-width: 100%;
}
.contact-area.inner .text-frame {
  margin-bottom: 18px;
}
.contact-form .title {
  display: block;
  padding: 0 35px 0 0;
  margin: 0 0 63px;
  font: 40px/45px 'Circebb', Arial, Helvetica, sans-serif;
  color: #fff;
}
.contact-form .btn-holder {
  padding-top: 54px;
}
.contact-form.inner .text-frame {
  width: 26%;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}
.contact-form.inner .row {
  margin: 0 -30px;
}
.inform-area {
  position: relative;
}
.inform-area:before,
.inform-area:after {
  content: '';
  position: absolute;
  width: 127px;
  height: 4px;
  background: #231f20;
  right: 0;
  top: 25px;
  opacity: 0;
}
.inform-area:before {
  right: auto;
  left: 0;
  top: 637px;
  width: 254px;
}
.inform-area h2 {
  text-align: left;
  padding-left: 30%;
  margin-bottom: 110px;
}
ul.inform-holder {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  min-height: 600px;
  padding: 0;
  list-style: none;
}
ul.inform-holder li {
  position: absolute;
}
ul.inform-holder li:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-size: 100% 100%;
}
ul.inform-holder .standart {
  font: 28px/28px 'Circeb', Arial, Helvetica, sans-serif;
  top: 0;
  left: 83px;
  top: 100px;
  width: 130px;
}
ul.inform-holder .standart:after {
  background: url(/local/templates/bs/markup/images/infographics4.svg) no-repeat;
  width: 128px;
  height: 128px;
  top: -30px;
  left: -40px;
}
ul.inform-holder .time {
  left: 329px;
  top: 126px;
  font-size: 32px;
  font-family: 'Circe';
  height: 132px;
  width: 164px;
}
ul.inform-holder .time:after {
  background: url(/local/templates/bs/markup/images/infographics2.svg) no-repeat;
  width: 164px;
  height: 132px;
  top: 35px;
  left: 0;
}
ul.inform-holder .time .number {
  font: 72px/74px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder .time .text01 {
  position: absolute;
  font: 24px/26px 'Circebb', Arial, Helvetica, sans-serif;
  transform: rotate(-90deg);
  white-space: nowrap;
  top: 111px;
  left: -64px;
}
ul.inform-holder .time .text02 {
  position: absolute;
  bottom: -43px;
  right: 3px;
}
ul.inform-holder .price-info {
  left: 723px;
  top: 41px;
  font: 56px/60px 'Circe', Arial, Helvetica, sans-serif;
}
ul.inform-holder .price-info sup {
  font-size: 30px;
}
ul.inform-holder .price-info .heading {
  font: 24px/26px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 -6px;
  letter-spacing: 1px;
}
ul.inform-holder .price-info .number {
  font: 112px/126px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 -25px;
}
ul.inform-holder .price-info:after {
  background: url(/local/templates/bs/markup/images/infographics1.svg) no-repeat;
  width: 180px;
  height: 180px;
  left: -40px;
  top: -36px;
}
ul.inform-holder .realize {
  left: 204px;
  top: 421px;
  font: 20px/24px 'Circe', Arial, Helvetica, sans-serif;
}
ul.inform-holder .realize sup {
  font: 20px/30px 'Circe', Arial, Helvetica, sans-serif;
  display: inline-block;
}
ul.inform-holder .realize em {
  font: 36px/40px 'Circe', Arial, Helvetica, sans-serif;
}
ul.inform-holder .realize:after {
  left: -34px;
  top: -48px;
  background: url(/local/templates/bs/markup/images/infographics3.svg) no-repeat;
  width: 208px;
  height: 208px;
}
ul.inform-holder .realize .heading {
  font: 24px/26px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
}
ul.inform-holder .realize .number {
  font: 60px/64px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 -8px;
}
ul.inform-holder .guarantees {
  left: 555px;
  top: 336px;
  font: 26px/24px 'Circeb', Arial, Helvetica, sans-serif;
  padding: 35px 0 0 55px;
}
ul.inform-holder .guarantees:after {
  background: url(/local/templates/bs/markup/images/infographics5.svg) no-repeat;
  width: 160px;
  height: 160px;
  left: 0;
  top: 0;
}
ul.inform-holder .guarantees:after:hover {
  animation: 3.5s linear 0s normal none infinite running rotate;
}
ul.inform-holder .guarantees .number {
  float: left;
  font: 96px/100px 'Circebb', Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 14px 0 0;
}
ul.inform-holder .guarantees span {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 0;
}
ul.inform-holder .guarantees:hover:after {
  animation: 3.5s linear 0s normal none infinite running rotate;
}
ul.inform-holder .finished {
  left: auto;
  right: 149px;
  top: auto;
  bottom: 46px;
  font: 14px/14px 'Circe', Arial, Helvetica, sans-serif;
}
ul.inform-holder .finished .percent {
  display: block;
  margin: 0 0 -5px;
  font: 32px/40px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder .finished:after {
  background: url(/local/templates/bs/markup/images/infographics7.svg) no-repeat;
  width: 80px;
  height: 80px;
  top: -7px;
  left: -41px;
}
ul.inform-holder .liked {
  font: 16px/16px 'Circe', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 128px;
  left: auto;
  right: -25px;
  top: 338px;
}
ul.inform-holder .liked .number {
  font: 40px/40px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 40px;
  font-weight: bolder;
  color: #fff;
}
ul.inform-holder .liked:after {
  background: url(/local/templates/bs/markup/images/infographics6.svg) no-repeat;
  width: 120px;
  height: 104px;
  top: -30px;
  left: -4px;
  animation: 1.5s linear 0s normal none infinite pulse;
}
ul.inform-holder.inner {
  min-height: 605px;
}
ul.inform-holder.inner .reputation {
  left: 350px;
  top: 61px;
  font: 24px/26px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder.inner .reputation .text02 {
  font-size: 48px;
  line-height: 50px;
  display: block;
  margin: -8px 0 0;
}
ul.inform-holder.inner .reputation:after {
  background: url(/local/templates/bs/markup/images/icon1.svg) no-repeat;
  width: 128px;
  height: 146px;
  top: -43px;
  left: -141px;
}
ul.inform-holder.inner .pulse {
  left: 166px;
  top: 235px;
  font: 18px/24px 'Circe', Arial, Helvetica, sans-serif;
}
ul.inform-holder.inner .pulse:after {
  background: url(/local/templates/bs/markup/images/pulse_x2.gif) no-repeat;
  background-size: 100% 100%;
  width: 212px;
  height: 89px;
  top: -21px;
  left: -35px;
  z-index: 0;
}
ul.inform-holder.inner .pulse:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00aec7;
  z-index: 1;
  animation: 1.5s linear 0s normal none infinite pulse
}
ul.inform-holder.inner .pulse span {
  display: block;
}
ul.inform-holder.inner .pulse .number {
  display: block;
  position: relative;
  z-index: 10;
  font-size: 48px;
  line-height: 50px;
  margin: 0 0 27px 62px;
  font: 48px/50px 'Circeb', Arial, Helvetica, sans-serif;
  color: #fff;
}
ul.inform-holder.inner .pulse .heading {
  display: block;
  font: 52px/50px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder.inner .pulse .text01 {
  display: block;
  font-size: 20px;
  font-family: 'Circebb';
  margin-bottom: -2px;
}
ul.inform-holder.inner .price-info {
  left: 462px;
  top: 327px;
}
ul.inform-holder.inner .liked {
  top: 55px;
  right: 166px;
  font-size: 14px;
  line-height: 13px;
}
ul.inform-holder.inner .liked:after {
  width: 102px;
  height: 105px;
  left: 5px;
  top: 0;
}
ul.inform-holder.inner .liked .number {
  font-size: 31px;
  margin-bottom: 8px;
  line-height: 77px;
}
ul.inform-holder.inner .liked-clients {
  position: absolute;
  top: 141px;
  left: 56%;
  font: 24px/20px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder.inner .liked-clients .number {
  display: block;
  margin: 0 0 -4px;
  font: 39px/50px 'Circebb', Arial, Helvetica, sans-serif;
}
ul.inform-holder.inner .liked-clients:after {
  background: url(/local/templates/bs/markup/images/smile_x2.gif) no-repeat;
  background-size: 100% 100%;
  width: 107px;
  height: 107px;
  top: -4px;
  left: -124px;
}
ul.inform-holder.inner .calories-info {
  position: absolute;
  right: 30px;
  top: 366px;
  font-size: 20px;
  line-height: 20px;
}
ul.inform-holder.inner .calories-info .number {
  font: 50px/50px 'Circebb', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 2px -45px;
}
ul.inform-holder.inner .calories-info strong {
  font-weight: normal;
  font-family: 'Circebb';
}
ul.inform-holder.inner .calories-info:after {
  background: url(/local/templates/bs/markup/images/muscle_white_x2.gif) no-repeat;
  background-size: 100% 100%;
  width: 198px;
  height: 187px;
  top: -197px;
  left: -10px;
}
@keyframes bounce {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.twentytwenty-wrapper img {
  filter: grayscale(100%);
}
.twentytwenty-wrapper:hover img {
  filter: none;
  transition: filter 0.9s;
}
.filter {
  filter: contrast(38%) grayscale(100%) brightness(140%);
  transition: 0.3s ease-in-out;
}
.filter:hover {
  filter: contrast(100%) grayscale(0) brightness(100%);
}
.mejs-container {
  height: 565px !important;
}
#footer {
  padding-bottom: 20px;
}
#footer .footer-logo {
  float: left;
  margin: 0 97px 0 0;
}
#footer .social-networks {
  float: left;
  margin: 0 10% 0 0;
}
#footer .contact-holder {
  float: left;
  font-size: 20px;
  line-height: 22px;
  margin: -4px 0 0 0;
  width: 41%;
}
#footer .contact-holder address {
  font-style: normal;
  margin: 0 0 13px;
}
#footer .contact-holder .holder {
  float: left;
  margin: 0 18% 0 0;
}
#footer .contact-holder .tel {
  font: 28px/30px 'Circeb', Arial, Helvetica, sans-serif;
  white-space: nowrap;
  float: left;
  padding: 17px 0 0;
}
#footer .contact-holder .tel a:hover {
  text-decoration: none;
}
#footer .contact-holder .mail {
  position: relative;
}
#footer .contact-holder .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #231f20;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#footer .contact-holder .mail:hover {
  text-decoration: none;
}
#footer .contact-holder .mail:hover:after {
  visibility: visible;
  opacity: 1;
}
#footer .logo-webit {
  float: right;
}
.social-networks {
  padding: 13px 0 0;
  margin: 0;
  list-style: none;
}
.social-networks li {
  float: left;
  margin: 0 16px 0 0;
  position: relative;
  width: 24px;
  height: 29px;
}
.social-networks li img {
  display: block;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.social-networks li img.hover {
  opacity: 0;
  visibility: hidden;
}
.social-networks li:hover img {
  opacity: 0;
  visibility: hidden;
}
.social-networks li:hover img.hover {
  opacity: 1;
  visibility: visible;
}
.lightbox-holder {
  height: 0;
  overflow: hidden;
}
textarea,
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  background: none;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-bottom: 2px solid #d1d3d4;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #000;
  font-size: 18px;
  margin: 0;
}
textarea.error,
input[type=text].error,
input[type=tel].error,
input[type=email].error {
  border-color: #f00;
}
textarea {
  height: 140px;
}
input[type=submit] {
  display: block;
  height: 58px;
  width: 172px;
  border: 4px solid #00aec7;
  margin: 0;
  padding: 0 0 2px;
  color: #231f20;
  background: none;
  text-transform: uppercase;
  font: 14px/51px 'Circeb', Arial, Helvetica, sans-serif;
  transition: 0.3s;
  letter-spacing: 2px;
}
textarea {
  resize: none;
  overflow: auto;
}
.service-description {
  padding: 28px 0 0;
}
.service-description .description {
  float: left;
  width: 54%;
  margin: 0 20px 0 0;
}
.service-description .description .title {
  display: block;
  font: 48px/50px 'Circeb', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 84px;
}
.service-description .description .title span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.1px;
  margin: 0 0 17px;
}
.service-description .description .panel {
  overflow: hidden;
  margin: 0 0 51px;
}
.service-description .description .panel .heading {
  display: block;
  font: 12px/14px 'Circeb', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 2px;
}
.service-description .description .panel .days,
.service-description .description .panel .price {
  display: block;
  font: 28px/30px 'Circeb', Arial, Helvetica, sans-serif;
}
.service-description .description .panel sup {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}
.service-description .description .panel .price-holder {
  float: left;
  width: 37%;
  margin: 0 20px 0 0;
  position: relative;
  padding-left: 73px;
}
.service-description .description .panel .price-holder:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 50px;
  background: url(/local/templates/bs/markup/images/service_rubl.svg) no-repeat;
  left: -4px;
  top: 3px;
}
.service-description .description .panel .time-holder {
  overflow: hidden;
  position: relative;
  padding-left: 77px;
}
.service-description .description .panel .time-holder:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(/local/templates/bs/markup/images/service_time.svg) no-repeat;
  top: 2px;
  left: 0;
}
.service-description .description .options-list li {
  padding-left: 59px;
}
.service-description .box-info {
  float: right;
  overflow: hidden;
  background: url(/local/templates/bs/markup/images/img22.jpg) no-repeat;
  background-size: 100% 100%;
  width: 50%;
  max-width: 500px;
  margin-right: -100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 170px 80px 133px 130px;
  color: #fff;
  position: relative;
  font: 20px/28px 'Circeb', Arial, Helvetica, sans-serif;
}
.service-description .box-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.86);
}
.service-description .box-info .description {
  position: relative;
  z-index: 10;
  padding: 57px 0 0;
  float: none;
  width: auto;
}
.service-description .box-info .description:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  top: 0;
  left: 0;
}
.service-description .box-info q {
  display: block;
  margin: 0 0 56px;
  position: relative;
}
.service-description .box-info q:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  left: -30px;
  top: 10px;
}
.service-description .box-info cite img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: block;
}
.calc-area {
  background: #231f20;
  margin: 4px 0 77px;
  color: #fff;
  padding: 31px 0 0;
  text-align: center;
}
.calc-area .price {
  font-size: 24px;
  line-height: 30px;
  color: #00aec7;
  display: block;
  margin: 0 0 60px;
}
.calc-area .price strong {
  font-weight: normal;
  font-family: 'Circeb';
  font-size: 28px;
}
.calc-area .open-more {
  color: #fff;
  text-transform: uppercase;
  font: 12px/15px 'Circeb', Arial, Helvetica, sans-serif;
  letter-spacing: 2.2px;
  position: relative;
  padding-left: 65px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 34px;
}
.calc-area .open-more:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 21px;
  background: url(/local/templates/bs/markup/images/arrow02.png) no-repeat;
  left: 14px;
  top: -2px;
  transition: 0.3s;
}
.calc-area .open-more.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calc-area .open-more span {
  border-bottom: 1px dashed #918f90;
  transition: 0.3s;
}
.calc-area .open-more:hover {
  text-decoration: none;
}
.calc-area .open-more:hover span {
  border-color: transparent;
}
.calc-area .slide {
  background: #f1f2f2;
  color: #231f20;
  text-align: left;
  overflow: hidden;
  display: none;
  position: relative;
}
.calc-area .slide:after {
  content: '';
  position: absolute;
  left: 0;
  width: 67%;
  top: 0;
  bottom: 0;
  background: #e9e9eb;
}
.calc-area.premium .stage-holder {
  padding: 54px 0 0;
  margin-right: -50px;
}
.calc-area.premium .stage-holder .row {
  display: table;
  width: 100%;
}
.calc-area.premium .stage-holder .cell {
  display: table-cell;
  padding: 8px 10px;
  width: 18.5%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.calc-area.premium .stage-holder .cell.cell01 {
  width: 45%;
  text-align: left;
  padding-left: 0;
}
.calc-area.premium .slide {
  background: #e9e9eb;
}
.calc-area.premium .slide:after {
  display: none;
}
.calc-area.premium .slide .price {
  color: #231f20;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.calc-area.premium .stage-heading {
  color: #231f20;
  font-size: 20px;
  text-align: center;
}
.calc-area.premium .stage-heading .title {
  font: 20px/22px 'Circebb', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
}
.calc-area.premium .stage-heading .cell {
  padding-bottom: 52px;
}
.calc-area.premium .stage:last-child {
  margin: 0;
}
.calc-area.premium .stage .title {
  margin-bottom: 45px;
}
.calc-area.premium .row-holder .row {
  margin: 0 -9999px;
  padding: 0 9999px;
}
.calc-area.premium .row-holder .row:nth-child(odd) {
  background: #f1f2f2;
}
.stage-holder {
  padding: 87px 0 10px;
}
.stage {
  position: relative;
  margin: 0 0 62px;
  z-index: 20;
}
.stage .title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 53px;
  position: relative;
}
/*.stage .title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 4px;
  background: #00aec7;
  left: -100px;
  top: 11px;
}*/
.stage .title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00aec7;
  left: -105%;
  top: 11px;
}
.stage .title strong {
  font-weight: normal;
  font-family: 'Circeb';
  margin: 0 5px 0 0;
}
.stage .holder {
  float: left;
  width: 78%;
  margin: 0 20px 0 0;
}
.stage .frame {
  display: none;
  overflow: hidden;
  padding: 7px 0 0;
  position: relative;
}
.stage .frame:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 144px;
  background: #00aec7;
  top: 10px;
  right: 0;
}
.stage .frame .heading {
  display: block;
  text-transform: uppercase;
  font: 12px/15px 'Circeb', Arial, Helvetica, sans-serif;
  letter-spacing: 2.2px;
  margin: 0 0 6px;
}
.stage .frame .price,
.stage .frame .time {
  display: block;
  color: #231f20;
  font: 28px/38px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 37px;
}
.stage .info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.stage .info li {
  margin: 0 0 20px;
}
.stage-mobile {
  padding: 35px 0 6px;
}
.stage-mobile .open {
  display: block;
  position: relative;
}
.stage-mobile .open:hover {
  text-decoration: none;
}
.stage-mobile .open span {
  display: block;
  padding-right: 20px;
  margin: 0 0 8px;
}
.stage-mobile .open:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00aec7 transparent transparent transparent;
  right: 0;
  top: 15px;
}
.stage-mobile .open.active:after {
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #00aec7 transparent;
  top: 12px;
}
.stage-mobile .jq-selectbox__select {
  padding: 5px 0 7px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px;
}
.stage-mobile .price {
  display: block;
  margin: 0;
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: 'Circeb';
}
.stage-mobile .jq-selectbox__dropdown {
  border: none;
}
.stage-mobile .jq-selectbox__dropdown ul {
  font-size: 16px;
  line-height: 20px;
}
.stage-mobile .jq-selectbox__dropdown li {
  padding: 6px;
}
.slide-mobile {
  padding-top: 30px;
}
.slide-mobile .title {
  margin-bottom: 32px !important;
}
.slide-mobile .stage:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 20px;
  left: -35px;
  background: #00aec7;
  top: 10px;
}
.calc-form {
  text-align: center;
  margin: 0 0 53px;
}
.calc-form .title {
  display: inline-block;
  vertical-align: top;
  font: 40px/50px 'Circebb', Arial, Helvetica, sans-serif;
  margin-right: 13%;
}
.calc-form .text-holder {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0;
  margin: 0 5% 0 0;
}
.calc-form .text-holder span {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.calc-form sup {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.calc-form input[type=text] {
  width: 124px;
  color: #000;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 15px 7px;
  font-size: 28px;
  line-height: 32px;
  border: none;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.calc-form input[type=submit] {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 2px;
}
.calc-form input[type=submit]:hover {
  background: #00aec7;
  color: #231f20;
}
.calc-form .text-holder:before {
  display: none;
}
.examples-area {
  margin: 0 auto 78px;
  max-width: 1536px;
}
.examples-area h2 {
  text-align: left;
  font: 40px/50px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 49px;
}
.color {
  color: #00aec7;
}
.faq-area {
  position: relative;
  padding-bottom: 64px;
}
.faq-area:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 4px;
  background: #231f20;
  right: 0;
  top: 0;
}
.faq-area h2 {
  text-align: left;
  font: 40px/50px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 49px;
}
.faq-area .block {
  overflow: hidden;
}
.faq-area .block .autor {
  float: left;
  width: 55px;
  margin: 32px 46px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.faq-area .block .autor .img-holder {
  margin: 0 auto 5px;
  display: block;
}
.faq-area .block .autor img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.faq-area .block .box {
  border: 4px solid #e9e9eb;
  border-radius: 30px;
  padding: 19px 38px 27px 58px;
  font: 20px/28px 'Circeb', Arial, Helvetica, sans-serif;
  max-width: 1050px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 48px;
  width: 79%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.faq-area .block .box:before,
.faq-area .block .box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 0;
  border-color: #e9e9eb transparent transparent transparent;
  left: 100px;
  bottom: -20px;
}
.faq-area .block .box:before {
  border-width: 10px 8px 0 0;
  z-index: 5;
  bottom: -10px;
  left: 104px;
  border-color: #fff transparent transparent transparent;
}
.faq-area .block .box a {
  color: #231f20;
  border-bottom: 1px dashed #777475;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.faq-area .block .box a:hover {
  text-decoration: none;
  border-color: #fff;
}
.faq-area .block .box.box-answer {
  border-color: #231f20;
  margin-left: 101px;
  float: none;
}
.faq-area .block .box.box-answer:after {
  border-color: #231f20 transparent transparent transparent;
  border-width: 20px 0 0 18px;
  left: auto;
  right: 100px;
}
.faq-area .block .box.box-answer:before {
  border-width: 10px 0 0 8px;
  left: auto;
  right: 104px;
}
.faq-area .block .box .slide {
  overflow: hidden;
}
.faq-area .block .box .holder {
  position: relative;
  overflow: visible;
}
.faq-area .block .box .holder:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  top: 9px;
  left: -31px;
}
.faq-area .block .holder {
  overflow: hidden;
}
.faq-area .block.active .box-question {
  border-color: #00aec7;
}
.faq-area .block.active .box-question:after {
  border-color: #00aec7 transparent transparent transparent;
}
.faq-area .block.active .logo-tochka {
  display: inline-block;
  margin-left: 57px;
}
.faq-area .block .logo-tochka {
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: url(/local/templates/bs/markup/images/logo_sign.svg) no-repeat;
  margin: 33px 0 0;
  display: none;
}
.request-area {
  background: #00aec7;
  color: #231f20;
  padding: 96px 0;
  margin: 0 0 50px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  position: relative;
}
.request-area:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #fff;
  top: 126px;
  left: 96px;
}
.request-area:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 190px;
  background: #231f20;
  top: -95px;
  right: 100px;
  opacity: 0;
}
.request-area .logo {
  margin: 0 auto 48px;
}
.request-area .title {
  display: block;
  font: 40px/44px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 40px;
}
.request-area .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.request-area .contact-form p {
  margin: 0 0 30px;
}
.request-area .contact-form .row {
  margin: 0 0 40px;
}
.request-area .contact-form .row .holder {
  float: right;
  width: 50%;
  padding: 20px 0 0;
}
.request-area .contact-form .row .holder:first-child {
  float: left;
  width: 39%;
  padding: 0;
}
.request-area input[type=email],
.request-area input[type=tel],
.request-area input[type=text],
.request-area input[type=password] {
  border-color: #fff;
  margin: 0 0 26px;
}
.request-area textarea {
  border: 2px solid #fff;
  padding: 14px 22px;
  height: 182px;
}
.request-area input[type=submit] {
  border-color: #fff;
  margin: 0 auto;
}
.request-area input[type=submit]:hover {
  background: #fff;
}
.info-block {
  padding: 18px 0 66px;
  position: relative;
}
.info-block:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 40px;
}
.info-block .logo {
  position: absolute;
  top: 0;
  right: 0;
  top: 14px;
  right: 25px;
  width: 83px;
  height: 83px;
  text-indent: -9999px;
}
.info-block .logo-icon:after {
  display: none;
}
.info-block h2 {
  font-size: 40px;
  line-height: 42px;
  text-align: left;
  margin: 0 0 72px;
}
.info-block .description {
  padding: 0 250px 0 0;
  position: relative;
}
.info-block .description p {
  margin: 0 0 50px;
}
.info-block .btn-packages {
  width: 230px;
  height: 57px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 15px 20px 63px;
  background: #00aec7;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 12px 'Circeb', Arial, Helvetica, sans-serif;
}
.info-block .btn-packages span {
  border-bottom: 1px dashed #ab9048;
  position: relative;
  transition: 0.3s;
}
.info-block .btn-packages span:after {
  content: '';
  position: absolute;
  background: url(/local/templates/bs/markup/images/arrow03.png) no-repeat;
  left: -51px;
  top: 0;
  width: 36px;
  height: 21px;
}
.info-block .btn-packages:hover {
  text-decoration: none;
}
.info-block .btn-packages:hover span {
  border-color: transparent;
}
.one-window {
  position: relative;
  margin: 0 0 110px;
}
.one-window:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  left: 0;
  top: 110px;
}
.one-window .photo-holder {
  float: right;
  margin: 0 -60px 0 -150px;
  position: relative;
  z-index: 10;
}
.one-window .photo-holder:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 192px;
  background: #231f20;
  right: 100px;
  bottom: -130px;
}
.one-window .photo-holder:before {
  content: '';
  position: absolute;
  width: 64px;
  height: 4px;
  background: #e9e9eb;
  top: 65%;
  left: -64px;
}
.one-window .photo-holder img {
  display: block;
  width: 100%;
}
.one-window .box {
  background: #f1f2f2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 88px 150px 44px 102px;
  width: 75%;
  float: left;
  margin: 63px 0 0;
  position: relative;
}
.block-info {
  font-size: 20px;
  line-height: 36px;
}
.block-info h3 {
  text-align: left;
  font: 40px/44px 'Circeb', Arial, Helvetica, sans-serif;
  margin-bottom: 41px;
}
.block-info p {
  margin: 0 0 43px;
}
.block-info blockquote {
  margin: 0 0 42px;
  position: relative;
  padding-left: 40px;
  line-height: 28px;
}
.block-info blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  width: 14px;
  height: 12px;
}
.block-info q {
  display: block;
  font-family: 'Circeb';
  margin: 0 0 15px;
}
.block-info cite {
  display: block;
  font-style: normal;
  font-size: 16px;
}
.block-info cite img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
  border-radius: 50%;
}
.block-info cite span {
  display: inline-block;
  vertical-align: middle;
}
.fix-coast {
  margin: 0 0 50px;
}
.fix-coast h3 {
  padding-right: 50px;
  position: relative;
}
.fix-coast h3:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 5px;
}
.fix-coast .img-holder {
  float: right;
  margin: 122px 0 0 20px;
}
.fix-coast .box {
  overflow: hidden;
  padding: 0 100px 0 0;
  float: left;
  width: 63%;
}
.fix-coast blockquote {
  margin-left: 95px;
}
.view-blank {
  position: relative;
  padding-left: 62px;
  font-family: 'Circeb';
  line-height: 20px;
}
.view-blank:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 33px;
  background: url(/local/templates/bs/markup/images/icon_document.svg) no-repeat;
  left: 0;
  top: 0;
}
.view-blank span {
  position: relative;
}
.view-blank span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #979697;
  bottom: 4px;
  transition: 0.3s;
}
.view-blank:hover {
  text-decoration: none;
}
.view-blank:hover span:after {
  opacity: 0;
}
.terms {
  position: relative;
}
.terms:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  top: 23px;
  left: 0;
}
.terms .img-holder {
  float: right;
  margin: 50px 0 0 150px;
}
.terms .box {
  margin-left: 100px;
  float: left;
  width: 44%;
}
.terms blockquote {
  margin-left: 100px;
}
.reports-area {
  background: url(/local/templates/bs/markup/images/bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0 96px;
  margin: 0 0 50px;
  position: relative;
}
.reports-area .holder {
  float: left;
  width: 37%;
  padding-top: 87px;
  margin: 0 115px 0 0;
  position: relative;
}
.reports-area .holder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  top: 20px;
  right: 0;
  background: #00aec7;
}
.warranty {
  margin: 0 0 130px;
}
.warranty .photo-holder {
  position: relative;
  float: left;
  margin-left: -15px;
  margin-right: -190px;
  z-index: 10;
}
.warranty .photo-holder:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 190px;
  background: #231f20;
  top: -130px;
  left: 100px;
}
.warranty .photo-holder img {
  display: block;
  width: 100%;
}
.warranty .box {
  float: right;
  width: 72%;
  background: #f1f2f2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 165px;
  margin-right: -15px;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}
.warranty .box:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 105px;
}
.search-area {
  position: relative;
}
.search-area:after,
.search-area:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  top: 22px;
  left: 0;
}
.search-area:before {
  left: auto;
  right: 0;
}
.search-area h2 {
  font: 40px/42px 'Circeb', Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 0 120px;
}
.search-area .wrapper {
  padding: 0;
  max-width: 100%;
}
.search-area .services-area {
  padding-top: 0;
}
.comments {
  padding-bottom: 150px;
  margin: 0 0 42px;
}
.comments .block {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33.33%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px;
  position: relative;
}
.comments .block:after {
  content: '';
  position: absolute;
  background: url(/local/templates/bs/markup/images/arrow_medium_left.svg) no-repeat;
  width: 68px;
  height: 42px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: -110px;
  left: 50%;
  margin-left: -34px;
}
.box-comment {
  border: 4px solid #00aec7;
  border-radius: 30px;
  padding: 16px 20px 16px 54px;
  position: relative;
  font: 20px/28px 'Circeb', Arial, Helvetica, sans-serif;
}
.box-comment blockquote {
  margin: 0;
  position: relative;
}
.box-comment blockquote:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  top: 10px;
  left: -28px;
}
.map-holder {
  position: relative;
  min-height: 522px;
  z-index: 10;
  margin: 0 0 89px;
}
.map-holder .map {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  margin-left: -640px;
}
.map-holder .map img {
  display: inline-block;
  vertical-align: top;
}
.map-holder .map .marker {
  position: absolute;
  top: 178px;
  left: 303px;
  background: url(/local/templates/bs/markup/images/marker.png) no-repeat;
  width: 48px;
  height: 57px;
  text-indent: -9999px;
  overflow: hidden;
}
.contact-section {
  position: relative;
  margin: 0 0 118px;
}
.contact-section:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  right: 0;
  top: 20px;
  background: #00aec7;
}
.contact-section h1 {
  margin-bottom: 131px;
  font-family: 'Circebb';
}
.contact-section .box {
  background: #00aec7;
  max-width: 500px;
  margin: 0 0 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 82px 100px;
  position: relative;
  margin-top: -46px;
  float: right;
  width: 56%;
}
.contact-section .box .text-frame {
  margin: 0 0 27px;
}
.contact-section .box .text-frame input {
  border-color: #fff;
  color: #fff;
}
.contact-section .box .text-frame input::placeholder {
  color:#fff;
}
.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  line-height: 32px;
}
.contact-info li {
  margin: 0 0 14px;
  padding: 0 0 0 146px;
}
.contact-info address {
  position: relative;
  font-style: normal;
}
.contact-info address:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 31px;
  background: url(/local/templates/bs/markup/images/icon_place.svg) no-repeat;
  left: -43px;
  top: 6px;
}
.contact-info .info {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #6b6d70;
  padding-top: 10px;
  max-width: 245px;
}
.contact-info .metro {
  position: relative;
}
.contact-info .metro:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 15px;
  background: url(/local/templates/bs/markup/images/icon_metro.svg) no-repeat;
  left: -43px;
  top: 8px;
}
.contact-info .tel {
  font-size: 24px;
  font-family: 'Circeb';
  position: relative;
}
.contact-info .tel:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(/local/templates/bs/markup/images/icon_phone.svg) no-repeat;
  left: -46px;
  top: 8px;
}
.contact-info .mail {
  position: relative;
}
.contact-info .mail:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(/local/templates/bs/markup/images/icon_mail.svg) no-repeat;
  left: -46px;
  top: 6px;
}
.waiting-area {
  margin: 0 0 63px;
}
.waiting-area .photo-holder {
  float: left;
}
.waiting-area .photo-holder img {
  display: block;
  width: 100%;
}
.waiting-area .description {
  padding: 130px 0 0;
  overflow: hidden;
  position: relative;
  float: right;
  margin: 0 0 0 20px;
  width: 32%;
}
.waiting-area .description:after {
  content: '';
  position: absolute;
  width: 180px;
  height: 4px;
  background: #00aec7;
  top: 77px;
  left: 0;
}
.waiting-area .description .title {
  display: block;
  font: 40px/44px 'Circebb', Arial, Helvetica, sans-serif;
}
.requisities-block {
  position: relative;
  padding: 46px;
  margin: 0 0 68px;
}
.requisities-block .decor,
.requisities-block:after,
.requisities-block:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 25px;
  background: url(/local/templates/bs/markup/images/decor.png) no-repeat;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.requisities-block:before {
  left: auto;
  right: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.requisities-block .decor-l {
  top: auto;
  bottom: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.requisities-block .decor-r {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.requisities-block .photo {
  float: right;
  width: 295px;
  margin: 0 0 0 50px;
}
.requisities-block .description {
  overflow: hidden;
}
.requisities-block h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin: 0 0 46px;
}
.payment-info {
  font-size: 16px;
  line-height: 32px;
}
.payment-info h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin: 0 0 38px;
}
.payment-info .heading {
  display: block;
  font: 20px/24px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 33px;
}
.payment-info .holder {
  float: right;
  width: 300px;
  margin: 16px 0 0 21px;
}
.payment-info .frame {
  float: left;
  width: 65%;
}
.payment-info p {
  margin: 0 0 53px;
}
.payment-info .logo-tinkof {
  display: block;
  margin: 0 0 34px;
}
.payments-system {
  padding: 0;
  margin: 0 0 88px;
  list-style: none;
}
.payments-system li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 57px;
}
.payments-system li:first-child {
  margin: 0;
}
.payments-system img {
  vertical-align: middle;
}
.guarantee-holder {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 110px;
}
.guarantee-holder_policy {
  margin-top: -45px;
}
.guarantee-holder_policy b {
  font-weight: bolder;
}
.guarantee-holder p {
  margin: 0 0 44px;
}
.requisities {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.requisities address {
  font-style: normal;
}
.requisities li {
  margin: 0 0 12px;
}
.link-download {
  position: relative;
  padding: 0 0 0 63px;
  font: 20px/24px 'Circeb', Arial, Helvetica, sans-serif;
}
.link-download:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 33px;
  background: url(/local/templates/bs/markup/images/ico-download.png) no-repeat;
  top: 0;
  left: 0;
}
.link-download span {
  position: relative;
}
.link-download span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #abaaaa;
  bottom: 2px;
}
.link-download:hover {
  text-decoration: none;
}
.link-download:hover span:after {
  display: none;
}
.company-area {
  position: relative;
  padding: 85px 0 0;
  overflow: hidden;
  /*.wrapper{
		max-width:1000px;
	}*/
}
.company-area:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 39px;
}
.company-area .title-holder {
  margin: 0 0 88px;
  font-size: 40px;
  line-height: 44px;
}
.company-area .title-holder .title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 53px;
  margin: 0 21px 0 0;
  font-family: 'Circebb';
}
.company-area .title-holder .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.company-area .title-holder .info:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 2px;
  background: #00aec7;
  top: 20px;
  left: -55px;
}
.company-area .inform-block {
  background: #000000 url(/local/templates/bs/markup/images/bg03.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  /*&:after{
			content:'';
			position: absolute;
			width:100px;
			height:4px;
			background:@color02;
			right:0;
			bottom:156px;
		} */
}
.company-area .inform-block .inform-holder {
  padding: 195px 0 78px;
  text-align: center;
  position: relative;
}
.company-area .inform-block .inform-holder:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 127px;
  background: #231f20;
  right: 98px;
  bottom: -64px;
  opacity: 0;
}
.company-area .inform-block .heading {
  font-size: 32px;
  line-height: 34px;
  color: #00aec7;
  display: block;
  margin: 0 0 65px;
}
.company-area .inform-block .info {
  display: block;
  font: 64px/70px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 49px;
  padding-left: 100px;
}
.company-area .inform-block .info.divider-right {
  padding-right: 100px;
  position: relative;
}
.company-area .inform-block .info.divider-right:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 37px;
}
.company-area .inform-block .info.divider-right.inner {
  right: 100px;
}
.company-area .inform-block .info.divider-left {
  position: relative;
  padding-left: 300px;
}
.company-area .inform-block .info.divider-left:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  left: 99px;
  top: 37px;
}
.company-area .inform-area {
  padding: 50px 0;
}
.company-area .inform-area:after,
.company-area .inform-area:before {
  width: 100px;
}
.company-area .inform-area:after {
  top: 364px;
}
.company-area .inform-area:before {
  top: 660px;
}
.photos-area {
  margin: 0;
}
.photos-area .row {
  overflow: hidden;
}
.photos-area .holder {
  float: left;
  width: 75%;
}
.photos-area img {
  display: block;
  width: 100%;
}
.photos-area .frame {
  overflow: hidden;
  width: 25%;
}
.photos-area .cell {
  float: left;
  width: 100%;
  position: relative;
}
.photos-area .cell:hover .hover-block {
  opacity: 0;
}
.photos-area .cell .hover-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 10% 13% 10% 16%;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}
.photos-area .cell .hover-block .cite {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font: 40px/40px 'Circebb', Arial, Helvetica, sans-serif;
  padding-left: 70px;
  position: relative;
}
.photos-area .cell .hover-block .cite:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 24px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  left: 6px;
  top: 12px;
}
.photos-area .cell .hover-block:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.photos-area .cell .hover-block .holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  float: none;
  width: auto;
}
.photos-area .cell.cell02 {
  width: 33.33%;
}
.photos-area .cell.cell01 {
  width: 66.66%;
}
.photos-area .cell.cell04 {
  width: 50%;
}
.photo-team {
  position: relative;
  z-index: 10;
  margin-bottom: -64px;
}
.photo-team img {
  display: block;
  width: 100%;
  position: relative;
}
.photo-team .holder {
  position: relative;
}
.photo-team .holder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #231f20;
  bottom: 33%;
  left: -100px;
  opacity: 0;
}
.reasons-area {
  padding: 121px 0 128px;
}
.reasons-area .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.reasons-area .photo-holder {
  float: left;
  width: 50%;
  margin: 10px 0 0 -96px;
  position: relative;
  z-index: 10;
}
.reasons-area .photo-holder img {
  display: block;
  width: 100%;
}
.reasons-area .heading {
  display: block;
  font: 40px/44px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 76px;
}
.reasons-area .heading.mobile-visible {
  display: none;
}
.reasons-area .description {
  padding-left: 200px;
  padding-bottom: 30px;
  overflow: hidden;
}
.reasons-area .js-tab-hidden img {
  opacity: 0;
  transition: 0.3s;
}
.reasons-area .photo-holder img {
  opacity: 1;
  transition: 0.3s;
}
.reasons {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 24px;
  line-height: 28px;
}
.reasons li {
  margin: 0 0 48px;
  position: relative;
}
.reasons li:last-child {
  margin: 0;
}
.reasons li .number {
  position: absolute;
  left: -64px;
  top: -7px;
  font: 64px/70px 'Circebb', Arial, Helvetica, sans-serif;
  color: #00aec7;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.reasons li .number:after {
  content: '';
  position: absolute;
  width: 170px;
  height: 4px;
  background: #00aec7;
  left: -207px;
  top: 31px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.reasons .active {
  text-decoration: none;
  font-family: 'Circeb';
}
.reasons .active .number {
  opacity: 1;
  visibility: visible;
}
.reasons .active .number:after {
  opacity: 1;
  visibility: visible;
}
.reasons a:hover {
  text-decoration: none;
}
.clients-reviews {
  background: #000000 url(/local/templates/bs/markup/images/bg04.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 80px 0 88px;
}
.clients-reviews .title {
  position: relative;
  padding-right: 150px;
  display: block;
  margin: 0 0 79px;
  font: 40px/44px 'Circebb', Arial, Helvetica, sans-serif;
}
.clients-reviews .title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: 0;
  top: 24px;
}
.blocks-rewiews .block {
  width: 32.3%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 80px;
  padding: 0 50px 0 0;
  float: left;
  line-height: 28px;
}
.blocks-rewiews .block blockquote {
  position: relative;
  margin: 0;
}
.blocks-rewiews .block blockquote:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  left: -40px;
  top: 11px;
  background: url(/local/templates/bs/markup/images/quotes.svg) no-repeat;
  background-size: 36px;
}
.blocks-rewiews .block blockquote q {
  display: block;
  min-height: 220px;
}
.blocks-rewiews .block blockquote cite {
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.blocks-rewiews .block blockquote cite img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 10px 0 0;
  width: 48px;
  height: 48px;
}
.blocks-rewiews .block blockquote cite span {
  vertical-align: middle;
  display: inline-block;
}
.blocks-rewiews .block:first-child {
  margin: 0;
}
.blocks-rewiews .block:last-child {
  float: right;
  margin: 0 -100px 0 0;
}
.work-examples h1 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 84px;
}
.work-examples img {
  display: inline-block;
  vertical-align: top;
}
.work-examples .visual {
  margin: 0 0 84px;
}
.work-examples .visual.has-divider {
  position: relative;
}
.work-examples .visual.has-divider:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: -100px;
  top: 300px;
}
.work-examples .visual.has-divider .photo-holder {
  max-width: 90%;
}
.work-examples .visual img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.work-examples .info-holder .alignleft {
  margin-right: 70px;
}
.work-examples .alignright {
  margin-right: -100px;
}
.work-examples .alignright img {
  display: block;
  width: 100%;
  margin: 0 0 90px;
}
.work-examples .alignleft {
  margin-left: -100px;
}
.work-examples .alignleft img {
  display: block;
  width: 100%;
  margin: 0 0 90px;
}
.work-examples .description {
  width: 57%;
  margin: 0 20px 0 0;
}
.work-examples .description.alignright {
  width: 50%;
  float: right;
}
.work-examples .description .title {
  display: block;
  font: 32px/33px 'Circeb', Arial, Helvetica, sans-serif;
  margin: 0 0 56px;
}
.work-examples .description .panel {
  overflow: hidden;
  margin: 0 0 43px;
}
.work-examples .description .panel sup {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}
.work-examples .description .panel .price-holder {
  float: left;
  width: 37%;
  margin: 0 20px 0 0;
  position: relative;
  padding-left: 73px;
}
.work-examples .description .panel .price-holder:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 50px;
  background: url(/local/templates/bs/markup/images/service_rubl.svg) no-repeat;
  left: -4px;
  top: 3px;
}
.work-examples .description .panel .time-holder {
  overflow: hidden;
  position: relative;
  padding-left: 77px;
}
.work-examples .description .panel .time-holder:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(/local/templates/bs/markup/images/service_time.svg) no-repeat;
  top: 2px;
  left: 0;
}
.work-examples .description .panel .heading {
  display: block;
  font: 12px/14px 'Circeb', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 2px;
}
.work-examples .description .panel .days,
.work-examples .description .panel .price {
  display: block;
  font: 28px/30px 'Circeb', Arial, Helvetica, sans-serif;
}
.work-examples .description .info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.work-examples .description .info li {
  display: inline-block;
  vertical-align: top;
  margin: 0 42px 0 0;
}
.work-examples .description .info li:last-child {
  margin: 0;
}
.work-examples .description .info .address {
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 4px;
}
.work-examples .description .info .address:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 20px;
  background: url(/local/templates/bs/markup/images/project_location.svg) no-repeat;
  top: 9px;
  left: 0;
}
.work-examples .description .info .area {
  display: inline-block;
  vertical-align: top;
  margin: 0 38px 0 0;
  padding: 0 0 0 35px;
  position: relative;
}
.work-examples .description .info .area sup {
  font-size: 12px;
}
.work-examples .description .info .area:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 11px;
  background: url(/local/templates/bs/markup/images/project_square.svg) no-repeat;
}
.work-examples .description .info .status {
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
  vertical-align: top;
}
.work-examples .description .info .status:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/local/templates/bs/markup/images/project_service.svg) no-repeat;
  top: 10px;
  left: 0;
}
.work-examples .description .text-holder {
  padding: 0;
}
.work-examples .description .text-holder p {
  margin: 0 0 46px;
}
.work-examples .description .text-holder:before {
  display: none;
}
.work-examples .photo-frame {
  padding-top: 85px;
  position: relative;
  min-width: 70%;
}
.work-examples .photo-frame:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 4px;
  background: #231f20;
  left: -400px;
  bottom: 128px;
}
.work-examples .photo-frame.no-divider:before {
  display: none;
}
.work-examples .photo-frame.two-images img {
  float: right;
  margin: 0;
  width: 45%;
}
.work-examples .photo-frame.two-images img:first-child {
  float: left;
}
.work-examples .photo-section {
  margin: 0 0 90px;
}
.work-examples .photo-holder {
  position: relative;
}
.work-examples .divider {
  position: absolute;
  bottom: -175px;
  text-indent: -9999px;
  overflow: hidden;
  left: 57%;
  width: 4px;
  height: 100px;
}
.work-examples .divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100px;
  background: #231f20;
}
.work-examples .section01 .info-holder {
  margin-bottom: 95px;
}
.work-examples .section01 .photo-area {
  position: relative;
  margin-bottom: 95px;
}
.work-examples .section01 .photo-area:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 4px;
  background: #00aec7;
  left: -100px;
  bottom: 63px;
}
.work-examples .section01 .photo-area.no-divider:before {
  display: none;
}
.work-examples .section01 .photo-area .photo-holder.alignleft {
  margin-top: -232px;
}
.work-examples .section01 .has-divider.black:after {
  background: #231f20;
}
.work-examples .section02 .info-holder {
  margin-bottom: 88px;
}
.work-examples .section02 .photo-area {
  margin-bottom: 96px;
}
.work-examples .section02 .has-divider:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100px;
  background: #231f20;
  top: -100px;
  left: 498px;
}
.work-examples .section02 .has-divider .photo-holder {
  max-width: 100%;
}
.work-examples .block {
  margin-bottom: 130px;
}
.work-examples .logo-tochka {
  display: block;
  margin: 0 auto 130px;
  width: 48px;
  height: 48px;
  background: url(/local/templates/bs/markup/images/logo_sign.svg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.work-examples .open {
  display: none;
  width: 230px;
  height: 57px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 5px 20px 48px;
  background: #00aec7;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 12px 'Circeb', Arial, Helvetica, sans-serif;
}
.work-examples .open span {
  border-bottom: 1px dashed #ab9048;
  position: relative;
}
.work-examples .open span:after {
  content: '';
  position: absolute;
  background: url(/local/templates/bs/markup/images/arrow03.png) no-repeat;
  left: -41px;
  top: 0;
  width: 36px;
  height: 21px;
}
.work-examples .open.active span:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px;
}
.work-examples .open:hover {
  text-decoration: none;
}
.work-examples .open:hover span {
  border: none;
}
.lightbox {
  padding: 62px 150px;
  width: 600px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox .contact-form .title {
  display: block;
  font: 32px/36px 'Circebb', Arial, Helvetica, sans-serif;
  margin: 0 0 32px;
  color: #231f20;
  text-align: center;
}
.lightbox .contact-form textarea,
.lightbox .contact-form input[type=email],
.lightbox .contact-form input[type=text],
.lightbox .contact-form input[type=tel] {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 0 10px;
}
.lightbox .contact-form input[type=submit] {
  margin: 0 auto;
  font-size: 12px;
}
.lightbox .submit-holder {
  padding-top: 33px;
}
.fancybox-close {
  right: 48px !important;
  top: 48px !important;
  background: url(/local/templates/bs/markup/images/close.svg) no-repeat !important;
  width: 26px !important;
  height: 26px !important;
  position: absolute !important;
}
.fancybox-skin {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fancybox-overlay {
  background: rgba(188, 190, 192, 0.9) !important;
}
.twentytwenty-container img {
  display: block;
  width: 100%;
}
.mobile-visible,
.tablet-visible {
  display: none;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
.jq-selectbox__select {
  height: 24px;
  border-bottom: 2px solid #d1d3d4;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 11px 0 10px;
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 8px solid #00aec7;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: -17px 0 0;
  padding: 0;
  border: 2px solid #dddedf;
  background: #FFF;
  top: 100% !important;
  bottom: auto !important;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.jq-selectbox li {
  padding: 1px 15px 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #dedfe0;
  color: #000;
}
.jq-selectbox li:hover {
  background-color: #00aec7;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-file__browse {
  position: relative;
  border-bottom: 1px dashed #9e9e9e;
  font-size: 20px;
  line-height: 24px;
}
.jq-file {
  position: relative;
  padding: 0 0 0 34px;
}
.jq-file:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 0;
  top: 0;
  margin-top: 2px;
  background: url(/local/templates/bs/markup/images/plus.svg) no-repeat;
}
@media only screen and (max-width: 1536px) {
  body {
    font-size: 20px;
    line-height: 36px;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-frame .tel {
    font-size: 24px;
    margin-left: 26px;
  }
  .header-frame .contact-holder {
    font-size: 16px;
  }
  .header-frame .contact-holder .holder {
    margin-right: 64px;
  }
  .carousel-holder:after {
    left: -9698px;
  }
  .carousel-holder:before {
    left: 100px;
  }
  .btn {
    font-size: 12px;
    padding: 17px 25px 16px;
  }
  #header.sticky .header-holder .nav-holder {
    padding: 0 30px;
  }
  ul.inform-holder {
    max-width: 880px;
    min-height: 542px;
  }
  ul.inform-holder .standart {
    font-size: 22px;
    line-height: 22px;
    top: 0;
    left: 72px;
    top: 85px;
    width: 130px;
  }
  ul.inform-holder .standart:after {
    width: 100px;
    height: 100px;
    top: -24px;
    left: -32px;
  }
  ul.inform-holder .time {
    left: 263px;
    top: 104px;
    font-size: 25px;
    font-family: 'Circe';
    height: 103px;
    width: 128px;
  }
  ul.inform-holder .time:after {
    height: 103px;
    width: 128px;
    top: 31px;
  }
  ul.inform-holder .time .number {
    font-size: 56px;
    line-height: 60px;
  }
  ul.inform-holder .time .text01 {
    font-size: 19px;
    line-height: 20px;
    top: 90px;
    left: -50px;
  }
  ul.inform-holder .time .text02 {
    bottom: -40px;
  }
  ul.inform-holder .price-info {
    left: 571px;
    top: 37px;
    font-size: 44px;
  }
  ul.inform-holder .price-info sup {
    font-size: 22px;
  }
  ul.inform-holder .price-info .heading {
    font-size: 19px;
    margin-bottom: -4px;
  }
  ul.inform-holder .price-info .number {
    font-size: 57px;
    line-height: 65px;
    margin-bottom: -22px;
  }
  ul.inform-holder.inner .price-info{
	  left: 412px;
  }
  ul.inform-holder .price-info:after {
    width: 140px;
    height: 140px;
    left: -31px;
    top: -25px;
  }
  ul.inform-holder .realize {
    left: 166px;
    top: 334px;
    font-size: 16px;
  }
  ul.inform-holder .realize sup {
    font-size: 16px;
  }
  ul.inform-holder .realize em {
    font-size: 28px;
  }
  ul.inform-holder .realize:after {
    width: 162px;
    height: 162px;
    left: -25px;
    top: -35px;
  }
  ul.inform-holder .realize .heading {
    font-size: 19px;
    margin: 0 0 -8px;
  }
  ul.inform-holder .realize .number {
    font-size: 47px;
    display: block;
    margin: 0 0 -18px;
  }
  ul.inform-holder .guarantees {
    left: 440px;
    top: 261px;
    font-size: 20px;
    line-height: 19px;
    padding: 29px 0 0 44px;
  }
  ul.inform-holder .guarantees:after {
    width: 126px;
    height: 126px;
    left: 0;
    top: 0;
  }
  ul.inform-holder .guarantees .number {
    font-size: 75px;
    line-height: 75px;
    padding: 0;
    margin: 0 11px 0 0;
  }
  ul.inform-holder .guarantees span {
    padding: 23px 0 0;
  }
  ul.inform-holder .finished {
    bottom: 101px;
    font-size: 11px;
    line-height: 11px;
    right: 124px;
  }
  ul.inform-holder .finished .percent {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 -2px;
  }
  ul.inform-holder .finished:after {
    width: 62px;
    height: 62px;
    top: -8px;
    left: -30px;
  }
  ul.inform-holder .liked {
    font-size: 13px;
    line-height: 13px;
    right: -27px;
    top: 267px;
  }
  ul.inform-holder .liked .number {
    font-size: 31px;
    margin: 0 0 27px;
  }
  ul.inform-holder .liked:after {
    width: 100px;
    height: 83px;
    left: 12px;
    top: -15px;
  }
  .inform-area:before {
    width: 200px;
    top: 539px;
  }
  .services-area .wrapper {
    padding: 0;
  }
  .services-area .tariff-plan {
    padding: 52px 50px 80px 88px;
  }
  .services-area .tariff-plan .price-holder .ico {
    left: -57px;
  }
  .options-list li:after {
    left: -56px;
    top: 3px;
  }
  .carousel-frame {
    padding: 47px 0;
  }
  .carousel-frame .owl-prev {
    left: -16px;
  }
  .carousel-frame .owl-next {
    right: -16px;
  }
  .carousel-frame .photo-holder {
    padding-left: 42%;
    padding-right: 8%;
  }
  .carousel-frame .description {
    padding-left: 16%;
    max-width: 550px;
  }
  .quote-holder:after {
    left: -55px;
  }
  .quote-holder .heading {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .team-area {
    margin-top: -107px;
  }
  .team-area .owl-prev {
    left: -55px;
  }
  .team-area .owl-next {
    right: -55px;
  }
  .team-area .item {
    padding: 7px 12px 28px;
  }
  .team-area .item .name {
    font-size: 20px;
    line-height: 22px;
  }
  .team-area .item .img-holder {
    height: 300px;
  }
  .team-area:after {
    top: 803px;
  }
  .owl-holder {
    padding: 0 45px;
  }
  .video-area .quote-holder {
    font-size: 40px;
    line-height: 40px;
  }
  .services-area .tariff-plan .time-holder .ico-holder,
  .services-area .tariff-plan .price-holder .ico-holder {
    left: -58px;
  }
  .video-area .wrapper:after {
    right: -9626px;
    bottom: -22px;
  }
  .video-area .holder {
    width: 176px;
  }
  .video-area .quote-holder span {
    margin-bottom: 60px;
  }
  .video-area .autor-holder img {
    width: 100px;
    margin-bottom: 30px;
  }
  .video-area .autor-holder .post {
    font-size: 16px;
    line-height: 24px;
  }
  .video-area .autor-holder .autor {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .video-area .frame .panel .info {
    font-size: 24px;
  }
  .portfolio-area h2:after {
    left: -9772px;
  }
  .portfolio .block {
    padding: 12% 5% 7% 17%;
    font-size: 16px;
  }
  .portfolio .block sup {
    font-size: 9px;
  }
  .portfolio .block .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px;
  }
  .portfolio .block .btn {
    bottom: 50px;
  }
  .cta-area .title {
    font-size: 40px;
    line-height: 44px;
  }
  .for-disigners {
    padding: 112px 0 158px;
  }
  .for-disigners .wrapper {
    padding-left: 100px;
  }
  .after-before .holder {
    width: 41%;
  }
  .after-before .options-list:before {
    width: 55px;
    background: url(/local/templates/bs/markup/images/arrow_for_designers_1200.svg) no-repeat;
  }
  .after-before .frame .panel {
    padding: 0 50px;
  }
  input[type=submit] {
    font-size: 12px;
  }
  .blockquote .wrapper {
    padding-left: 100px;
    padding-right: 120px;
  }
  .blockquote .box {
    width: 50%;
    padding: 10% 9.5%;
  }
  .blockquote .location-holder .ico-address {
    right: 98px;
  }
  .blockquote .location-holder .holder {
    padding: 23.5% 15% 20% 20%;
  }
  #footer .wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
  #footer .footer-logo {
    margin-right: 77px;
  }
  #footer .social-networks {
    margin-right: 3%;
  }
  #footer .contact-holder {
    font-size: 16px;
    line-height: 20px;
  }
  #footer .contact-holder .tel {
    font-size: 24px;
  }
  #footer .contact-holder .holder {
    margin: 0 10% 0 0;
  }
  #header.sticky .header-holder .tel {
    font-size: 24px;
  }
  .carousel-holder .description {
    width: 410px;
  }
  .wrapper {
    max-width: 1100px;
  }
  .team-area {
    height: 845px;
  }
}
@media only screen and (max-width: 1426px) {
  .services-area .tariff-plan {
    min-height: 840px;
  }
}
@media only screen and (max-width: 1340px) {
  .team-area {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1280px) {
  .map-holder .map {
    margin-left: 0;
    left: 0;
    right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .wrapper {
    max-width: 1000px;
  }
  .team-area {
    height: 880px;
  }
  .team-area .item .img-holder {
    height: 300px;
  }
  .team-area .item .img-holder img {
    max-height: 295px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio .block {
    font-size: 14px;
    padding: 5% 5% 7% 7%;
  }
  .portfolio .block .title {
    margin-bottom: 5px;
  }
  .portfolio .block .btn {
    bottom: 25px;
  }
  .for-disigners .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact-area .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  #footer .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  #footer .contact-holder {
    width: 43%;
  }
  .portfolio-area h2:after {
    left: -9597px;
  }
  .team-area {
    margin: -4px 0 0;
    padding: 95px 0 50px;
    height: 815px;
  }
  .team-area .item .img-holder {
    height: 285px;
  }
  .team-area:after {
    top: 820px;
  }
  .team-area .owl-prev {
    background: url(/local/templates/bs/markup/images/arrow_small_left.svg) no-repeat;
    width: 20px;
    height: 36px;
    left: -30px;
  }
  .team-area .owl-next {
    background: url(/local/templates/bs/markup/images/arrow_small_right.svg) no-repeat;
    width: 20px;
    height: 36px;
    right: -30px;
  }
  .team-area .heading {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 37px;
  }
  .team-area:after {
    top: 687px;
  }
  .team-area .logo {
    width: 48px;
    height: 48px;
  }
  .team-area .holder {
    padding: 0;
    margin-bottom: 50px;
  }
  .team-area .holder:before {
    left: 112px;
    height: 65px;
  }
  .team-area .holder:after {
    width: 65px;
  }
  .team-area .item {
    max-width: 275px;
    margin: 0 auto;
  }
  .team-area .item img {
    height: 100%;
    width: auto;
    width: 100%;
  }
  .team-area .img-holder {
    margin-bottom: 22px;
  }
  .video-area .wrapper {
    padding-left: 65px;
    padding-right: 45px;
  }
  .video-area .frame {
    width: 73%;
  }
  .portfolio-area h2:after {
    left: -9861px;
  }
  .services-area .tariff-plan .time-holder .ico-holder,
  .services-area .tariff-plan .price-holder .ico-holder {
    left: -56px;
  }
  .after-before .options-list:before {
    display: none;
  }
  .map-holder .map {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .nav {
    font-size: 12px;
  }
  .logo-tochka {
    margin-left: 0 !important;
    float: right;
  }
  .work-examples .logo-tochka {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
  #header.sticky .header-holder .nav-holder {
    position: absolute;
    right: 65px;
    top: 22px;
    padding: 0;
    overflow: visible;
  }
  #header.sticky .nav {
    position: absolute;
    right: -65px;
    top: 40px;
    background: #231f20;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 20px;
    width: 100%;
  }
  #header.sticky .nav ul {
    display: block;
    text-align: right;
  }
  #header.sticky .nav li {
    display: block;
    margin: 0 0 20px;
  }
  #header.sticky .menu-open .nav {
    visibility: visible;
    opacity: 1;
  }
  #header.sticky .btn-menu {
    display: block;
  }
  #header.sticky .tel {
    font-size: 24px;
    color: #fff;
    margin: -8px 70px 5px 0;
  }
  #header.sticky .tel a {
    color: #fff;
  }
  .tablet-hidden {
    display: none;
  }
  .tablet-visible {
    display: block;
  }
  .header-frame {
    position: relative;
    padding-top: 110px;
    padding-botttom: 48px;
  }
  .header-frame .tel {
    position: absolute;
    top: 102px;
    right: 65px;
    margin: 0;
  }
  .header-frame .holder {
    float: right;
  }
  .header-frame .contact-holder {
    font-size: 14px;
    padding: 0;
  }
  .header-frame .contact-holder .btn {
    margin-top: 35px;
  }
  .header-frame .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .btn {
    padding: 10px 9px 8px;
  }
  .carousel-holder .photo-holder {
    width: 100%;
    margin: 0 0 4px;
  }
  .carousel-holder .owl-next {
    display: none !important;
  }
  h2 {
    font-size: 40px;
  }
  .inform-area:before {
    display: none;
  }
  .carousel-frame {
    display: none;
  }
  .header-holder .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .carousel-holder {
    margin: 0 -15px 150px;
  }
  .carousel-holder:after {
    left: -9715px;
  }
  .carousel-holder .owl-dots {
    left: 160px;
  }
  #main:after {
    top: 607px;
  }
  .text-holder {
    padding-bottom: 46px;
  }
  .inform-area h2 {
    margin-bottom: 73px;
  }
  ul.inform-holder {
    max-width: 680px;
    min-height: 430px;
  }
  ul.inform-holder .standart {
    font-size: 16px;
    left: 32px;
    line-height: 17px;
    top: 68px;
    width: 130px;
  }
  ul.inform-holder .standart:after {
    width: 76px;
    height: 76px;
    left: -25px;
    top: -19px;
  }
  ul.inform-holder .time {
    left: 176px;
    top: 80px;
    font-size: 19px;
    height: 97px;
    width: 78px;
  }
  ul.inform-holder .time:after {
    height: 78px;
    width: 98px;
    top: 24px;
  }
  ul.inform-holder .time .number {
    font-size: 43px;
    line-height: 50px;
  }
  ul.inform-holder .time .text01 {
    font-size: 14px;
    line-height: 26px;
    top: 63px;
    left: -39px;
  }
  ul.inform-holder .time .text02 {
    bottom: -15px;
    right: -14px;
  }
  ul.inform-holder .price-info {
    left: 408px;
    top: 28px;
    font-size: 33px;
  }
  ul.inform-holder .price-info sup {
    font-size: 16px;
  }
  ul.inform-holder .price-info .heading {
    font-size: 14px;
    margin-bottom: -6px;
  }
  ul.inform-holder .price-info .number {
    font-size: 66px;
    line-height: 70px;
    margin-bottom: -25px;
  }
  ul.inform-holder .price-info:after {
    width: 151px;
    height: 151px;
    left: -25px;
    top: -16px;
  }
  ul.inform-holder .realize {
    left: 102px;
    top: 250px;
    font-size: 12px;
  }
  ul.inform-holder .realize sup {
    font-size: 12px;
  }
  ul.inform-holder .realize em {
    font-size: 21px;
  }
  ul.inform-holder .realize:after {
    width: 122px;
    height: 122px;
    left: -19px;
    top: -23px;
  }
  ul.inform-holder .realize .heading {
    font-size: 14px;
    margin: 0 0 -16px;
  }
  ul.inform-holder .realize .number {
    font-size: 35px;
    display: block;
    margin: 0 0 -24px;
  }
  ul.inform-holder .guarantees {
    font-size: 15px;
    left: 310px;
    line-height: 14px;
    top: 200px;
    padding: 21px 0 0 33px;
  }
  ul.inform-holder .guarantees:after {
    width: 92px;
    height: 92px;
    left: 0;
    top: 0;
  }
  ul.inform-holder .guarantees .number {
    font-size: 56px;
    line-height: 58px;
    padding: 0;
    margin: 0 6px 0 0;
  }
  ul.inform-holder .guarantees span {
    padding: 17px 0 0;
  }
  ul.inform-holder .finished {
    bottom: 95px;
    font-size: 9px;
    line-height: 9px;
    right: 130px;
  }
  ul.inform-holder .finished .percent {
    font-size: 19px;
    line-height: 19px;
    margin: 0 0 -2px;
  }
  ul.inform-holder .finished:after {
    width: 48px;
    height: 48px;
    left: -24px;
    top: -6px;
  }
  ul.inform-holder .liked {
    font-size: 9px;
    line-height: 9px;
    right: 7px;
    top: 200px;
  }
  ul.inform-holder .liked .number {
    font-size: 24px;
    margin: 0 0 15px;
  }
  ul.inform-holder .liked:after {
    width: 75px;
    height: 62px;
    left: 28px;
    top: -8px;
  }
  .services-area {
    padding: 48px 0 0;
  }
  .services-area .tariff-plan {
    display: block;
    width: 100%;
    padding: 44px 50px 51px 64px;
    margin: 0 0 5px;
    float: none;
    min-height: 150px;
    height: auto !important;
  }
  .services-area .tariff-plan:hover {
    margin-bottom: 4px;
  }
  .services-area .tariff-plan .title {
    margin-bottom: 27px;
  }
  .services-area .tariff-plan .price-holder,
  .services-area .tariff-plan .time-holder {
    font-size: 20px;
    padding: 0 0 0 36px;
  }
  .services-area .tariff-plan .price-holder .ico-holder,
  .services-area .tariff-plan .time-holder .ico-holder {
    left: 0;
  }
  .services-area .tariff-plan .time-holder {
    margin: 0 0 26px;
  }
  .services-area .tariff-plan .options-list {
    position: absolute;
    top: 0;
    left: 257px;
    padding: 0;
  }
  .services-area .tariff-plan .btn {
    display: block;
    color: #fff;
    max-width: 195px;
  }
  .services-area .tariff-plan .btn:hover {
    color: #000;
  }
  .services-area .tariff-plan:hover {
    box-shadow: none;
  }
  .services-area .tariff-plan:hover .btn {
    color: #000;
    max-width: 195px;
  }
  .services-area .tariff-plan.comfort {
    background: url(/local/templates/bs/markup/images/img18.jpg) no-repeat 50% 0;
    background-size: 100% 100%;
  }
  .services-area .tariff-plan.comfort-plus {
    background: url(/local/templates/bs/markup/images/img19.jpg) no-repeat 50% 0;
    background-size: 100% 100%;
  }
  .services-area .tariff-plan.premium {
    background: url(/local/templates/bs/markup/images/img20.jpg) no-repeat 50% 0;
    background-size: 100% 100%;
  }
  .options-list {
    font-size: 16px;
  }
  .options-list li {
    padding: 0 0 0 32px;
  }
  .options-list li:after {
    left: 0;
  }
  .video-area .frame {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .video-area .holder {
    float: none;
    width: 100%;
  }
  .video-area .wrapper {
    padding: 0;
  }
  .video-area .wrapper:after,
  .video-area .wrapper:before {
    display: none;
  }
  .video-area .quote-holder {
    font-size: 32px;
    line-height: 40px;
    padding: 0 50px 0 100px;
  }
  .video-area .quote-holder:after {
    left: 37px;
  }
  .video-area .quote-holder span {
    margin-bottom: 40px;
  }
  .video-area .holder {
    padding: 0 30px;
  }
  .video-area .panel {
    padding: 0 20px 0 129px;
  }
  .video-area .panel .info {
    font-size: 24px;
    line-height: 25px;
  }
  .video-area .panel .btn {
    margin: 0 20px 0 0;
  }
  .video-area .video-section {
    margin-bottom: 40px;
  }
  .video-area .autor-holder {
    padding: 0 50px 0 100px;
    overflow: hidden;
    margin: 0 0 46px;
  }
  .video-area .autor-holder img {
    float: left;
    margin: 0 32px 0 0;
    width: 64px;
  }
  .video-area .autor-holder .autor {
    display: block;
    margin-bottom: 5px;
  }
  .portfolio-area h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .portfolio .block {
    padding: 11.5% 5% 5% 9%;
    font-size: 16px;
    overflow: hidden;
  }
  .portfolio .block .btn {
    position: static;
    display: block;
  }
  .portfolio .block .area {
    display: block;
    margin: 0;
  }
  .portfolio .block .title {
    margin-bottom: 40px;
  }
  .portfolio .block .description {
    margin-bottom: 42px;
  }
  .portfolio .block .btn {
    max-width: 160px;
  }
  .portfolio .photo-gallery {
    width: 58%;
    position: relative;
  }
  .portfolio .photo-gallery .owl-prev,
  .portfolio .photo-gallery .owl-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 36px;
    background: url(/local/templates/bs/markup/images/arrow_small_left01.svg) no-repeat;
    margin-top: -18px;
    left: 20px;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
  }
  .portfolio .photo-gallery .owl-next {
    left: auto;
    right: 20px;
    background: url(/local/templates/bs/markup/images/arrow_small_right01.svg) no-repeat;
  }
  .portfolio:hover {
    background: #00aec7;
  }
  .portfolio:hover .filter {
    filter: none;
  }
  .cta-area {
    padding: 81px 0 96px;
  }
  .cta-area .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .cta-area .description {
    padding-left: 42%;
  }
  .cta-area .description:after {
    width: 128px;
    top: 61px;
    left: 49px;
  }
  .for-disigners {
    padding: 80px 0 98px;
  }
  .for-disigners:after {
    display: none;
  }
  .for-disigners .wrapper:after {
    display: none;
  }
  .for-disigners .title-panel {
    margin-bottom: 30px;
  }
  .for-disigners .title-panel .title {
    font-size: 40px;
    line-height: 46px;
  }
  .for-disigners .title-panel .slogan {
    font-size: 40px;
    line-height: 46px;
  }
  .after-before .holder {
    float: none;
    width: 100%;
  }
  .after-before .frame {
    float: none;
    width: 100%;
    margin: 0 0 26px;
    position: relative;
  }
  .after-before .frame .panel {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    color: #00aec7;
    font-size: 20px;
  }
  .after-before .options-list {
    float: left;
    width: 44%;
    margin: 0 90px 0 0;
    padding: 30px 0 0;
  }
  .after-before .options-list li {
    margin: 0 0 16px;
  }
  .after-before .options-list:before {
    display: none;
  }
  .after-before .contact-form {
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0 auto;
  }
  .after-before .contact-form .btn-holder {
    padding-top: 20px;
  }
  .text-frame label {
    font-size: 16px;
  }
  input[type=submit] {
    height: 44px;
    width: 156px;
    line-height: 40px;
    padding: 0 0 1px;
  }
  .contact-area {
    margin-bottom: 63px;
  }
  .contact-area:after {
    display: none;
  }
  .contact-area .box {
    padding: 6% 7% 6% 8.5%;
  }
  .contact-area .box:after {
    display: none;
  }
  .contact-area .box .title {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 17px;
    padding: 0;
  }
  .contact-area .box input[type=password],
  .contact-area .box input[type=tel],
  .contact-area .box input[type=text] {
    margin: 0 0 10px;
  }
  .contact-area .box .btn-holder {
    padding-top: 23px;
  }
  .contact-area .logo {
    margin: 0 0 37px;
  }
  .contact-area .location-holder .ico-address {
    width: 65px;
  }
  .contact-area .location-holder .ico-address img {
    width: 65px;
    height: auto;
  }
  .contact-area .location-holder .holder {
    font-size: 16px;
    line-height: 32px;
    padding: 15.5% 15% 20% 18%;
  }
  .contact-area .location-holder .holder p {
    margin: 0 0 38px;
  }
  #footer .contact-holder {
    display: none;
  }
  #footer .wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }
  .team-area:after {
    top: 672px;
  }
  #header.sticky .nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: #231f20;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 10px 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  #header.sticky .nav ul {
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #header.sticky .nav li {
    display: block;
    margin: 0 0 20px;
  }
  #header.sticky .btn-menu {
    position: fixed;
    right: 25px;
    top: 22px;
    z-index: 10000;
  }
  .service-description {
    padding: 0;
    margin-top: -27px;
  }
  .service-description .wrapper {
    padding-bottom: 40px;
  }
  .service-description .description .title {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 35px;
  }
  .service-description .description .panel {
    margin-bottom: 20px;
  }
  .service-description .description .panel .price-holder {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .service-description .box-info {
    margin-right: -60px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 22px;
    padding: 68px 30px 78px 72px;
  }
  .service-description .box-info .description {
    padding-top: 48px;
  }
  .service-description .box-info q {
    margin-bottom: 40px;
  }
  .calc-form {
    margin-bottom: 20px;
  }
  .calc-form .title {
    margin: 0 0 48px;
    display: block;
  }
  .calc-form input[type=submit] {
    height: 58px;
    width: 172px;
  }
  .calc-area .wrapper {
    padding-bottom: 0;
  }
  .calc-area .price {
    margin-bottom: 45px;
  }
  .stage-holder {
    padding: 62px 0 10px;
  }
  .stage {
    margin-bottom: 40px;
  }
  .stage .title {
    margin-bottom: 40px;
  }
  .stage .holder {
    width: 72%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .stage .frame:after {
    display: none;
  }
  .examples-area h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .calc-area {
    margin-bottom: 68px;
  }
  .faq-area {
    padding-bottom: 50px;
  }
  .faq-area:after {
    display: none;
  }
  .faq-area .block .autor {
    display: none;
  }
  .faq-area .block .box {
    width: 100%;
    margin-bottom: 39px;
  }
  .faq-area .block .box.box-answer {
    margin-left: 0;
  }
  .faq-area .block.active .logo-tochka {
    display: none;
  }
  .faq-area h2 {
    margin-bottom: 52px;
  }
  .request-area {
    padding: 75px 0;
  }
  .request-area:before {
    display: none;
  }
  .request-area .logo {
    width: 64px;
    height: 64px;
    margin: 0 auto 48px;
  }
  .calc-area.premium .stage-heading .title {
    font-size: 16px;
  }
  .calc-area.premium .stage-heading .price {
    font-size: 14px;
  }
  .calc-area.premium .cell {
    width: 20%;
  }
  .calc-area.premium .cell01 {
    width: 40%;
  }
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .info-block h2 {
    margin-bottom: 45px;
  }
  .info-block .description {
    padding: 0;
    position: static;
  }
  .info-block .wrapper .logo {
    display: none;
  }
  .info-block .description:after {
    display: none;
  }
  .info-block .logo {
    display: none;
  }
  .one-window {
    background: #f1f2f2;
    margin-bottom: 70px;
  }
  .one-window .photo-holder {
    max-width: 226px;
    margin-top: 97px;
    margin-left: 30px;
  }
  .one-window .photo-holder:before {
    top: 51%;
  }
  .one-window .photo-holder:after {
    height: 64px;
    bottom: -32px;
    right: -61px;
  }
  .one-window:after {
    width: 62px;
    top: 50px;
  }
  .one-window .box {
    padding: 83px 20px 40px 0;
    margin: 0;
    float: none;
    width: auto;
  }
  .block-info h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .fix-coast .box {
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
    overflow: visible;
  }
  .fix-coast h3:after {
    top: 18px;
    right: -60px;
    width: 62px;
  }
  .fix-coast .img-holder {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .fix-coast .img-holder img {
    width: 300px;
    height: 300px;
  }
  .reports-area {
    position: relative;
  }
  .reports-area:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 4px;
    background: #00aec7;
    left: 0;
    top: 100px;
  }
  .reports-area .holder {
    display: none;
  }
  .reports-area .frame {
    padding: 0 0 0 50px;
  }
  .reports-area blockquote {
    margin-left: 40px;
    max-width: 340px;
  }
  .terms {
    padding-top: 18px;
    padding-bottom: 165px;
  }
  .terms:after {
    width: 60px;
    top: 38px;
  }
  .terms .box {
    width: auto;
    float: none;
    margin-left: 70px;
  }
  .terms .img-holder {
    float: none;
    margin: 9px 0 0 15px;
  }
  .warranty {
    background: #f1f2f2;
    padding-top: 70px;
    padding-bottom: 16px;
    margin-bottom: 66px;
  }
  .warranty .photo-holder {
    max-width: 320px;
    margin: -285px -60px 0 20px;
    float: right;
  }
  .warranty .photo-holder:after {
    height: 132px;
    top: auto;
    bottom: -96px;
    left: auto;
    right: 65px;
  }
  .warranty .box {
    float: none;
    width: auto;
    padding: 50px 80px 0 0;
    margin: 0;
    position: relative;
  }
  .warranty .box:after {
    content: '';
    position: absolute;
    width: 62px;
    height: 4px;
    background: #00aec7;
    top: 0;
    left: 0;
  }
  .warranty h3 {
    margin-bottom: 28px;
  }
  .search-area {
    margin: 0 0 72px;
  }
  .search-area:after,
  .search-area:before {
    width: 63px;
  }
  .search-area h2 {
    font-size: 36px;
  }
  .search-area .comments {
    display: none;
  }
  .services-area .tariff-plan .frame {
    position: relative;
  }
  .contact-area.inner .logo {
    width: 64px;
    height: 64px;
  }
  .contact-area.inner .title {
    padding: 0;
  }
  .contact-area.inner:after {
    width: 60px;
    display: block;
    bottom: auto;
    top: 40px;
    right: 0;
  }
  .contact-area.inner .row {
    margin: 0 -15px 30px;
  }
  .contact-area.inner .holder {
    display: inline;
    float: none !important;
  }
  .contact-area.inner .holder:first-child {
    float: none !important;
  }
  .contact-area.inner .text-frame {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
  .contact-area.inner .text-frame.tablet-hidden {
    display: none;
  }
  .contact-section {
    margin-bottom: 14px;
  }
  .contact-section:after {
    display: none;
  }
  .contact-section h1 {
    margin: 0 0 67px;
  }
  .contact-section .box {
    margin: 70px 0 0;
    max-width: 320px;
    padding: 44px 60px;
  }
  .contact-section .contact-form .title {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 30px;
  }
  .contact-section .contact-form .text-frame {
    margin: 0 0 15px;
  }
  .contact-section .contact-form .text-frame input {
    padding-bottom: 5px;
    line-height: 20px;
    border-width: 0 0 1px;
  }
  .contact-section .contact-form .text-frame label {
    line-height: 18px;
    bottom: 5px;
  }
  .contact-section .contact-form .btn-holder {
    padding-top: 20px;
  }
  .contact-info li {
    padding-left: 54px;
  }
  .map-holder {
    margin-bottom: 84px;
  }
  .waiting-area .description {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .waiting-area .description .title {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 30px;
  }
  .waiting-area .photo-holder {
    width: 100%;
    max-width: 640px;
  }
  .waiting-area .photo-holder img {
    display: block;
    width: 100%;
  }
  .requisities-block {
    padding: 34px 63px;
  }
  .requisities-block .photo {
    display: none;
  }
  .requisities-block h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 52px;
  }
  .payment-info h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .payment-info .frame {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .payment-info .holder {
    float: none;
    width: 100%;
    margin: 0 0 67px;
  }
  .payments-system {
    margin: 0 0 56px;
  }
  .payment-info .logo-tinkof {
    float: left;
    margin: 0 50px 0 0;
  }
  .company-area {
    padding: 0;
  }
  .company-area .title-holder {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 60px;
	margin-top: 85px;
  }
  .company-area .title-holder .title {
    display: inline;
  }
  .company-area .title-holder .info {
    font-size: 40px;
    padding-top: 3px;
  }
  .company-area .title-holder .info:after {
    top: 32px;
  }
  .company-area .inform-block .inform-holder {
    padding: 125px 0 49px;
  }
  .company-area .inform-block .inform-holder:before {
    right: 67px;
    bottom: -43px;
    height: 85px;
  }
  .company-area .inform-block:after {
    width: 63px;
    bottom: 99px;
  }
  .company-area .inform-block .heading {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 44px;
  }
  .company-area .inform-block .info {
    font-size: 40px;
    line-height: 42px;
    padding-left: 63px;
    margin-bottom: 34px;
  }
  .company-area .inform-block .info.divider-left {
    padding-left: 192px;
  }
  .company-area .inform-block .info.divider-left:after {
    width: 63px;
    left: 67px;
    top: 22px;
  }
  .company-area .inform-block .info.divider-right {
    padding-right: 75px;
  }
  .company-area .inform-block .info.divider-right:after {
    width: 63px;
    top: 22px;
  }
  .photo-team {
    margin-bottom: -40px;
  }
  .reasons-area {
    padding: 73px 0 53px;
  }
  .reasons-area .heading {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 49px;
  }
  .reasons-area .photo-holder {
    margin: 4px 0 0 -60px;
  }
  .reasons-area .description {
    padding-left: 130px;
  }
  .contact-area.inner .row {
    margin: 0 -15px;
  }
  .contact-area.inner .text-frame {
    width: 30%;
  }
  .contact-area.inner .text-frame:last-child {
    margin-right: 0;
  }
  .photos-area .cell .hover-block {
    padding: 12% 13% 14% 9%;
  }
  .photos-area .cell .hover-block .cite {
    font-size: 26px;
    line-height: 26px;
  }
  .photos-area .cell .hover-block .cite:after {
    width: 20px;
    height: 16px;
    left: 27px;
    top: 10px;
  }
  .reasons {
    font-size: 16px;
    line-height: 20px;
  }
  .reasons li {
    margin: 0 0 25px;
  }
  .reasons li .number {
    font-size: 48px;
    line-height: 50px;
    left: -45px;
    top: -2px;
  }
  .reasons li .number:after {
    left: -192px;
    top: 23px;
  }
  .clients-reviews {
    padding: 43px 0 53px;
  }
  .clients-reviews .title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 36px;
  }
  .clients-reviews .block {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 40px;
    padding-right: 20px;
  }
  .clients-reviews .block:last-child {
    margin-right: -65px;
  }
  .clients-reviews blockquote cite span {
    font-size: 14px;
    max-width: 125px;
  }
  ul.inform-holder {
    min-height: 486px;
  }
  ul.inform-holder.inner .reputation {
    font-size: 16px;
    line-height: 20px;
	left: 126px;
    top: 96px;
  }
  ul.inform-holder.inner .reputation .text02 {
    font-size: 31px;
    line-height: 33px;
  }
  ul.inform-holder.inner .reputation:after {
    width: 86px;
    height: 95px;
    top: -31px;
    left: -98px;
  }
  ul.inform-holder.inner .liked {
    font-size: 13px;
    line-height: 13px;
	right: 121px;
    top: 90px;
  }
  ul.inform-holder.inner .liked:after {
    width: 83px;
    height: 67px;
    left: 19px;
    top: -16px;
  }
  ul.inform-holder.inner .liked .number {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 26px;
  }
  ul.inform-holder.inner .liked-clients {
    font-size: 16px;
    line-height: 16px;
    top: 155px;
    left: 328px;
  }
  ul.inform-holder.inner .liked-clients:after {
    width: 82px;
    height: 82px;
    left: -100px;
    top: -10px;
  }
  ul.inform-holder.inner .liked-clients .number {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }
  ul.inform-holder.inner .pulse {
    font-size: 13px;
    line-height: 13px;
    top: 204px;
    left: 0;
  }
  ul.inform-holder.inner .pulse:after {
    width: 136px;
    height: 57px;
    top: -7px;
    left: -24px;
  }
  ul.inform-holder.inner .pulse:before {
    width: 60px;
    height: 60px;
    margin-left: -37px;
    top: -8px;
  }
  ul.inform-holder.inner .pulse .number {
    font-size: 31px;
    margin: 0px 0 6px 29px;
	color:#FFF;
  }
  ul.inform-holder.inner .pulse .text01 {
    font-size: 13px;
  }
  ul.inform-holder.inner .pulse .heading {
    font-size: 33px;
    line-height: 35px;
    margin: 0 0 -4px;
  }
  ul.inform-holder.inner .calories-info {
    font-size: 13px;
    line-height: 13px;
    top: 312px;
    right: 87px;
  }
  ul.inform-holder.inner .calories-info:after {
    width: 130px;
    height: 122px;
    top: -127px;
    left: -9px;
  }
  ul.inform-holder.inner .calories-info .number {
    font-size: 31px;
    line-height: 32px;
    margin-left: -27px;
  }
  ul.inform-holder.inner .price-info {
    top: 297px;
    left: 223px;
    font-size: 28px;
  }
  ul.inform-holder.inner .price-info .number {
    font-size: 56px;
    margin: 0 0 -29px;
  }
  ul.inform-holder.inner .price-info .heading {
    font-size: 12px;
    margin: 0 0 -12px;
  }
  ul.inform-holder.inner .price-info:after {
    width: 128px;
    height: 128px;
    left: -19px;
    top: -11px;
  }
  .work-examples .description {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .work-examples .description.alignright {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .work-examples .section01 .photo-area .photo-holder.alignleft {
    margin-top: -90%;
  }
  .work-examples .logo-tochka,
  .work-examples .block {
    margin-bottom: 80px;
  }
  .work-examples .photo-holder img {
    display: block;
    width: 100%;
  }
  .work-examples .photo-holder.inner {
    max-width: 58%;
  }
  .work-examples .photo-holder.inner.alignleft {
    margin-right: 50px;
  }
  .work-examples .contact-area.inner {
    padding: 0;
  }
  .work-examples .full-width {
    float: none;
    width: 100%;
  }
  .work-examples .photo-frame {
    min-width: 60%;
    max-width: 60%;
  }
  ul.inform-holder.inner {
    min-height: 470px;
  }
  .company-area .inform-block .info {
    text-align: center;
  }
  .warranty .box {
    overflow: visible;
  }
  .search-area h2 {
    margin-bottom: 20px;
  }
  .work-examples .section01 .photo-area .photo-holder.alignleft {
    margin-top: -82%;
  }
}
@media only screen and (max-width: 980px) {
  .map-holder .map {
    margin-left: -125px;
  }
}
@media only screen and (max-width: 870px) {
  .work-examples .photo-holder.inner {
    max-width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .photo-holder__toptext {
    margin-left: 25px;
    margin-bottom: 10px;
  }
  body {
    font-size: 16px;
    line-height: 32px;
  }
  .mejs-container {
    height: 355px !important;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-holder .map {
    margin-left: 0;
  }
  .text-holder:before {
    display: none;
  }
  #header.sticky,
  #header {
    position: static;
  }
  #header.sticky .header-holder,
  #header .header-holder {
    padding-bottom: 16px;
  }
  #header.sticky .header-holder .wrapper,
  #header .header-holder .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #header.sticky .header-holder .logo-fixed,
  #header .header-holder .logo-fixed {
    display: block;
  }
  #header.sticky .header-holder .tel,
  #header .header-holder .tel {
    display: block;
    float: right;
    margin: -3px 61px 7px 0;
    font-family: 'Circeb';
    font-size: 20px;
    line-height: 22px;
  }
  #header.sticky .header-holder .logo,
  #header .header-holder .logo {
    margin: -7px 0 0;
  }
  #header.sticky .nav-holder,
  #header .nav-holder {
    padding: 0;
    overflow: visible;
    position: static;
    z-index: 1000;
  }
  #header.sticky .btn-menu,
  #header .btn-menu {
    position: fixed;
    right: 25px;
    top: 22px;
    z-index: 10000;
  }
  #header.sticky .nav,
  #header .nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: #231f20;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 10px 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
  }
  #header.sticky .nav ul,
  #header .nav ul {
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #header.sticky .nav li,
  #header .nav li {
    display: block;
    margin: 0 0 20px;
  }
  #header.sticky .menu-open .nav,
  #header .menu-open .nav {
    visibility: visible;
    opacity: 1;
  }
  #header.sticky .btn-menu,
  #header .btn-menu {
    display: block;
    position: fixed;
  }
  #header.sticky .tel,
  #header .tel {
    font-size: 20px;
    color: #fff;
    margin: -8px 70px 5px 0;
  }
  #header.sticky .tel a,
  #header .tel a {
    color: #fff;
  }
  .header-frame {
    padding: 0;
    overflow: visible;
  }
  .header-frame .contact-holder {
    display: none;
  }
  .header-frame .logo {
    left: 26px;
    position: absolute;
    top: 112px;
    z-index: 100;
  }
  .inform-section {
    position: relative;
    overflow: hidden;
    padding: 174px 26px 47px;
    margin: 0 -15px 45px;
  }
  .inform-section:hover .bg {
    filter: none;
  }
  .inform-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
  }
  .inform-section .title {
    display: block;
    font: 52px/48px 'Circebb', Arial, Helvetica, sans-serif;
    margin: 0 0 41px;
  }
  .btn {
    padding: 17px 20px 16px;
  }
  #main {
    padding-top: 66px;
  }
  #main:after {
    display: none;
  }
  .text-holder {
    padding: 0 10px;
  }
  .text-holder p {
    margin: 0;
  }
  .inform-area {
    display: none;
  }
  .services-area .tariff-plan {
    padding: 28px 27px 21px 27px;
  }
  .services-area .tariff-plan .options-list {
    position: static;
  }
  .services-area .tariff-plan .options-list li {
    padding-left: 55px;
  }
  .services-area .tariff-plan .title {
    margin-bottom: 16px;
  }
  .services-area .tariff-plan .price-holder,
  .services-area .tariff-plan .time-holder {
    font-size: 24px;
    line-height: 30px;
    padding-left: 55px;
    margin: 0 0 5px;
  }
  .services-area .tariff-plan .time-holder {
    margin: 0 0 38px;
  }
  .services-area .tariff-plan .slide {
    display: none;
  }
  .services-area .tariff-plan .open {
    text-indent: -9999px;
    position: absolute;
    width: 36px;
    height: 21px;
    background: url(/local/templates/bs/markup/images/arrow02.png) no-repeat;
    right: 0;
    top: 5px;
  }
  .services-area .tariff-plan .open.active {
    transform: rotate(180deg);
  }
  .team-area {
    padding: 46px 0 50px;
  }
  .team-area:after {
    top: 634px;
  }
  .team-area .holder:before,
  .team-area .holder:after {
    display: none;
  }
  .team-area .holder .logo {
    margin: 0 auto 32px;
  }
  .team-area .item img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .team-area .item .img-holder {
    height: 280px;
    margin: 0 0 25px;
  }
  .owl-holder {
    padding: 0 30px;
  }
  .video-area .video-section {
    margin-bottom: 20px;
  }
  .video-area .video-section .btn-play {
    width: 52px;
    height: 58px;
    background-size: 100% 100%;
    margin: -29px 0 0 -26px;
  }
  .video-area .panel {
    display: none;
  }
  .video-area .quote-holder {
    display: none;
  }
  .video-area .autor-holder {
    padding: 0;
  }
  .video-area .autor-holder img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
  .portfolio-area {
    padding-top: 40px;
    position: relative;
  }
  .portfolio-area:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 4px;
    background: #d1d3d4;
  }
  .portfolio-area h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 38px;
  }
  .portfolio-area h2:after {
    display: none;
  }
  .portfolio .photo-gallery {
    float: left;
    display: block;
    width: 100%;
  }
  .portfolio .block {
    padding: 24px 15px 47px 25px;
    line-height: 38px;
  }
  .portfolio .block .title {
    margin: 0 0 14px;
  }
  .portfolio .block .area {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .portfolio:hover {
    background: none;
  }
  .portfolio:hover .btn {
    border-color: #00aec7;
  }
  .portfolio:hover .block .address:after {
    background: url(/local/templates/bs/markup/images/project_location.svg) no-repeat !important;
  }
  .portfolio:hover .block .area:after {
    background: url(/local/templates/bs/markup/images/project_square.svg) no-repeat !important;
  }
  .portfolio:hover .block .status:after {
    background: url(/local/templates/bs/markup/images/project_service.svg) no-repeat !important;
  }
  .cta-area {
    text-align: center;
    padding: 36px 0 47px;
  }
  .cta-area .description {
    padding: 0;
  }
  .cta-area .description:after {
    display: none;
  }
  .cta-area .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 26px;
  }
  .for-disigners {
    padding: 80px 0 16px;
  }
  .for-disigners .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .for-disigners .title-panel {
    text-align: center;
  }
  .for-disigners .title-panel .title {
    display: block;
    margin: 0 0 10px;
  }
  .for-disigners .title-panel .title:after {
    display: none;
  }
  .for-disigners .title-panel .slogan {
    font-size: 32px;
  }
  .after-before .frame {
    display: none;
  }
  .after-before .options-list {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .after-before input[type=submit] {
    margin: 0 auto;
  }
  .after-before .holder .heading {
    margin: 0 0 15px;
  }
  .after-before .contact-form .btn-holder {
    padding-top: 37px;
  }
  .contact-area {
    margin-bottom: 30px;
  }
  .contact-area .location-holder {
    float: none;
    width: 100%;
    margin: 0;
  }
  .contact-area .location-holder .ico-address {
    display: none;
  }
  .contact-area .location-holder .holder {
    padding: 49px 25px;
  }
  .contact-area .location-holder .holder:after {
    left: 50%;
    margin-left: -137px;
  }
  .contact-area .location-holder .holder .btn {
    margin: 0 auto;
    display: block;
    max-width: 220px;
  }
  .contact-area .box {
    width: 100%;
    padding: 48px 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-area .logo {
    margin: 0 auto 27px;
  }
  .contact-area .title {
    text-align: center;
  }
  .contact-area input[type=submit] {
    margin: 0 auto;
  }
  #footer {
    position: relative;
    padding: 0 0 80px;
  }
  #footer .logo-webit {
    display: none;
  }
  #footer .contact-holder {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer .contact-holder .tel {
    display: none;
  }
  #footer .contact-holder .holder {
    float: none;
    margin: 0;
  }
  #footer .footer-logo {
    display: none;
  }
  #footer .social-networks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #footer .social-networks li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
  }
  input[type=submit] {
    height: 58px;
    line-height: 55px;
  }
  .mobile-hidden {
    display: none;
  }
  .header-frame.inner .logo {
    display: none;
  }
  .mobile-visible {
    display: block !important;
  }
  .main {
    padding-top: 35px;
  }
  .inner-page .header-frame .logo {
    display: none;
  }
  .service-description .wrapper {
    padding-bottom: 0;
  }
  .service-description .description {
    float: none;
    width: 100%;
    margin: 0 0 45px;
  }
  .service-description .description .title {
    font-size: 36px;
    line-height: 40px;
  }
  .service-description .description .title span {
    margin-bottom: 10px;
  }
  .service-description .description .panel {
    margin: 0;
  }
  .service-description .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .service-description .box-info {
    float: none;
    width: auto;
    margin: 0 -25px;
    font-size: 20px;
    line-height: 28px;
    max-width: 800px;
    padding: 64px 30px 25px 53px;
  }
  .service-description .box-info .description {
    padding-top: 56px;
  }
  .service-description .box-info q {
    margin-bottom: 57px;
  }
  .calc-form {
    margin-bottom: 35px;
  }
  .calc-form .title {
    line-height: 44px;
    margin-bottom: 34px;
  }
  .calc-form .text-holder {
    margin: 0 0 31px 31px;
  }
  .calc-area {
    margin-bottom: 38px;
  }
  .calc-area .price strong {
    padding-top: 11px;
    display: block;
  }
  .calc-area .open-more {
    padding-left: 55px;
  }
  .calc-area .slide {
    background: #e9e9eb;
  }
  .stage .holder {
    float: none;
    width: 100%;
    margin: 0;
  }
  .stage .frame {
    display: none;
  }
  .stage .title {
    margin-bottom: 32px;
  }
  .stage-holder {
    padding: 53px 0 10px;
  }
  .faq-area .wrapper,
  .examples-area .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .examples-area {
    margin-bottom: 8px;
  }
  .examples-area h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .faq-area {
    padding-bottom: 20px;
  }
  .faq-area h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .faq-area .block {
    margin: 0 -10px;
  }
  .faq-area .block .box {
    padding: 15px 22px 18px 18px;
  }
  .faq-area .block .box .holder:after {
    display: none;
  }
  .request-area {
    padding: 50px 0;
  }
  .request-area .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .request-area .logo {
    width: 48px;
    height: 48px;
    margin: 0 auto 28px;
  }
  .request-area .logo:before {
    width: 48px;
    height: 48px;
  }
  .request-area .logo:after {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
  }
  .request-area .title {
    font-size: 32px;
    line-height: 36px;
  }
  .request-area .contact-form .row .holder {
    float: none;
    width: auto;
    margin: 0 -10px;
  }
  .request-area .contact-form .row .holder:first-child {
    float: none;
    width: auto;
    margin: 0;
  }
  .stage-mobile .price {
    font-size: 24px !important;
    font-weight: bold;
  }
  .stage-mobile .jq-selectbox__select {
    border-color: #656767;
  }
  .stage-mobile.hidden {
    display: none;
  }
  .slide-mobile.hidden {
    display: none;
  }
  .service-page .header-frame .logo {
    top: 95px;
  }
  .service-page .main {
    padding-top: 167px;
  }
  .info-block:after {
    display: none;
  }
  .info-block h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 26px;
  }
  .info-block .wrapper {
    position: relative;
  }
  .info-block .wrapper .logo {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    top: 14px;
    right: 25px;
    width: 83px;
    height: 83px;
    text-indent: -9999px;
  }
  .info-block .wrapper .logo-icon:after {
    display: none;
  }
  .info-block .description p {
    margin-bottom: 38px;
  }
  .one-window {
    padding: 35px 0 5px;
    margin-bottom: 35px;
  }
  .one-window:after {
    display: none;
  }
  .one-window .photo-holder {
    float: none;
    margin: 0 0 40px;
  }
  .one-window .photo-holder:before {
    background: #231f20;
    left: auto;
    right: -80px;
    width: 80px;
    top: 43px;
  }
  .one-window .photo-holder:after {
    background: #e9e9eb;
  }
  .one-window .box {
    padding: 0;
  }
  .block-info {
    font-size: 16px;
    line-height: 24px;
  }
  .block-info h3 {
    margin-bottom: 27px;
    line-height: 36px;
  }
  .block-info blockquote {
    line-height: 24px;
    padding-left: 25px;
  }
  .block-info cite span {
    max-width: 150px;
  }
  .contact-area.inner .row {
    margin: 0;
  }
  .contact-area.inner .text-frame {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .fix-coast h3 {
    padding: 0;
  }
  .fix-coast h3:after {
    display: none;
  }
  .fix-coast blockquote {
    margin: 0 0 20px;
  }
  .fix-coast .img-holder img {
    width: 190px;
    height: 190px;
  }
  .fix-coast .box {
    margin: 0;
  }
  .reports-area {
    padding: 40px 0;
    margin-bottom: 17px;
    background-image: url(/local/templates/bs/markup/images/bg02-mob.jpg);
  }
  .reports-area:after {
    display: none;
  }
  .reports-area .frame {
    padding: 0;
  }
  .reports-area blockquote {
    margin-left: 0;
  }
  .reports-area p {
    margin-bottom: 35px;
  }
  .view-blank {
    font-size: 14px;
    padding: 5px 0 0 55px;
    display: inline-block;
    vertical-align: top;
  }
  .terms {
    padding: 18px 0 33px;
  }
  .terms:after {
    display: none;
  }
  .terms .box {
    margin: 0;
  }
  .terms blockquote {
    margin: 0;
  }
  .terms .img-holder {
    margin: 0 auto;
  }
  .terms .img-holder img {
    width: 232px;
    height: 232px;
    display: block;
  }
  .warranty {
    background: none;
    padding: 0 0 20px;
    margin: 0 12px;
  }
  .warranty .box {
    background: none;
    padding: 0;
  }
  .warranty .box:after {
    display: none;
  }
  .warranty .photo-holder {
    margin: 0 0 30px -25px;
    float: none;
    max-width: 215px;
  }
  .warranty .photo-holder:after {
    width: 80px;
    height: 4px;
    background: 'Circe';
    right: -105px;
    bottom: auto;
    top: 30px;
  }
  .search-area:after,
  .search-area:before {
    display: none;
  }
  .search-area h2 {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .services-area {
    margin-bottom: 18px;
  }
  .services-area .tariff-plan {
    padding: 28px 27px 21px 27px;
  }
  .box-comment {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 16px 22px 49px;
  }
  .tariff-plan .box-comment {
    margin-bottom: 35px;
  }
  .contact-area.inner {
    padding: 30px 0;
  }
  .contact-area.inner:after {
    display: none;
  }
  .contact-area.inner .logo {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
  }
  .contact-area.inner .logo:after {
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
  }
  .contact-area.inner .logo:before {
    width: 48px;
    height: 48px;
  }
  .contact-area.inner .wrapper {
    padding: 0 25px;
  }
  .contact-area.inner .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 17px;
  }
  .contact-area.inner .btn-holder {
    padding-top: 20px;
  }
  h1 {
    font: 36px/40px 'Circeb', Arial, Helvetica, sans-serif;
  }
  .contact-section {
    margin-top: -25px;
  }
  .contact-section h1 {
    margin: 0 0 27px;
  }
  .contact-section .box {
    width: auto;
    margin: 0 -25px;
    padding: 41px 27px;
  }
  .contact-section .contact-form .btn {
    margin: 0 auto;
  }
  .contact-info {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-info li {
    display: block;
    margin: 0 0 27px;
    padding-left: 45px;
  }
  .map-holder {
    margin: 0;
  }
  .map-holder .map {
    position: static;
    margin: 0;
    left: 0;
    max-width: 768px;
    width: auto;
  }
  .map-holder .map img {
    display: block;
    width: 100%;
  }
  .map-holder .box {
    margin: 0 -25px;
    float: none;
    max-width: 800px;
  }
  .waiting-area {
    margin: 0 0 47px;
  }
  .waiting-area .description {
    padding-top: 96px;
  }
  .waiting-area .description:after {
    top: 49px;
  }
  .waiting-area .photo-holder {
    margin: 0 -25px;
    width: auto;
  }
  .requisities-block {
    padding: 34px 27px;
    margin: 0 0 47px;
  }
  .requisities-block h2 {
    margin-bottom: 30px;
  }
  .requisities {
    line-height: 24px;
  }
  .requisities li {
    margin: 0 0 15px;
  }
  .requisities span {
    font-family: 'Circeb';
  }
  .payment-info {
    padding: 40px 0 0;
    position: relative;
  }
  .payment-info:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 4px;
    background: #00aec7;
    left: 0;
    top: 0;
  }
  .payment-info h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 28px;
  }
  .payment-info p {
    margin: 0 0 37px;
  }
  .payment-info .logo-tinkof {
    float: none;
    display: block;
    margin: 0 0 13px;
  }
  .payment-info .holder {
    line-height: 24px;
    margin: 0 0 56px;
  }
  .payment-info .heading {
    font-size: 24px;
    margin: 0 0 23px;
  }
  .payments-system {
    margin: 0;
  }
  .payments-system li {
    display: block;
    margin: 0 0 37px;
  }
  .payments-system li:first-child {
    margin: 0 0 37px;
  }
  .link-download {
    font-size: 14px;
    line-height: 30px;
    padding-left: 40px;
  }
  .link-download span:after {
    bottom: 2px;
  }
  .link-download:after {
    top: -6px;
  }
  .guarantee-holder {
    margin: 0 0 55px;
  }
  .company-area {
    margin-top: -22px;
  }
  .company-area:after {
    top: 54px;
  }
  .company-area .title-holder {
    margin-bottom: 20px;
  }
  .company-area .title-holder .title {
    font-size: 36px;
    line-height: 36px;
    display: block;
    padding-right: 50px;
    font-family: 'Circeb';
    margin-bottom: 17px;
  }
  .company-area .title-holder .info {
    font-size: 36px;
    line-height: 36px;
    padding-left: 50px;
  }
  .company-area .title-holder .info:after {
    left: 0;
    top: 20px;
    width: 33px;
  }
  .company-area .inform-block .inform-holder {
    padding: 56px 0 32px;
  }
  .company-area .inform-block .inform-holder:before {
    height: 60px;
    bottom: -30px;
    right: 52px;
  }
  .company-area .inform-block:after {
    height: 2px;
    width: 35px;
    bottom: 68px;
  }
  .company-area .inform-block .heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .company-area .inform-block .info {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
    padding: 0;
  }
  .company-area .inform-block .info.divider-right {
    padding: 0;
  }
  .company-area .inform-block .info.divider-right:after {
    height: 2px;
    right: -25px;
    width: 35px;
    top: 13px;
  }
  .company-area .inform-block .info.divider-left {
    padding: 0 0 0 40px;
  }
  .company-area .inform-block .info.divider-left:after {
    top: 12px;
    left: -25px;
    height: 2px;
    width: 35px;
  }
  .photo-team {
    margin: 0;
  }
  .photo-team .holder {
    margin: 0 -25px;
  }
  .reasons-area {
    padding: 54px 0 27px;
  }
  .reasons-area .heading {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 33px;
  }
  .reasons-area .heading.mobile-hidden {
    display: none;
  }
  .reasons-area .photo-holder {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 20px;
    position: relative;
    float: none;
    margin-bottom: 40px;
    min-height: 325px;
  }
  .reasons-area .photo-holder:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background: #00aec7;
    right: -53px;
    top: 113px;
  }
  .reasons-area .description {
    padding-left: 30px;
    padding-right: 10px;
    overflow: visible;
  }
  .reasons {
    font-size: 16px;
    line-height: 24px;
  }
  .reasons li {
    margin-bottom: 29px;
  }
  .reasons li .number {
    font-size: 32px;
    line-height: 34px;
    left: -28px;
    top: 0;
  }
  .reasons li .number:after {
    display: none !important;
  }
  .clients-reviews {
    padding: 43px 0 17px;
  }
  .clients-reviews .title {
    font-size: 36px;
    line-height: 38px;
    padding: 0;
    margin: 0 0 30px;
  }
  .clients-reviews .title:after {
    display: none;
  }
  .clients-reviews .blocks-gallery {
    padding: 0 30px;
    position: relative;
  }
  .clients-reviews .blocks-gallery .owl-prev,
  .clients-reviews .blocks-gallery .owl-next {
    position: absolute;
    top: 60px;
    left: -37px;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 36px;
    background: url(/local/templates/bs/markup/images/arrow_small_left.svg) no-repeat;
  }
  .clients-reviews .blocks-gallery .owl-next {
    left: auto;
    right: -37px;
    transform: rotate(-180deg);
  }
  .blocks-rewiews .block {
    float: none;
    width: 100%;
    margin: 0;
  }
  .blocks-rewiews .block:last-child,
  .blocks-rewiews .block:first-child {
    margin: 0;
    float: none;
    padding: 0 0 0 30px;
  }
  .blocks-rewiews .block blockquote:after {
    left: -30px;
  }
  .blocks-rewiews .block blockquote q {
    min-height: 50px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .photos-area {
    overflow: hidden;
    margin-bottom: 45px;
  }
  .photos-area .cell {
    width: 100%;
  }
  .photos-area .cell.cell01 {
    width: 100%;
  }
  .photos-area .cell.cell02 {
    width: 50%;
  }
  .photos-area .holder {
    width: 100%;
  }
  .photos-area .row {
    overflow: visible;
	display: inline;
  }
  .photos-area .frame {
    display: none;
  }
  .work-examples {
    margin-top: -33px;
  }
  .work-examples h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 37px;
  }
  .work-examples .photo-holder {
    max-width: 150% !important;
    margin: 0 -25px 50px !important;
    float: none;
    width: auto;
  }
  .work-examples .photo-area,
  .work-examples .info-holder {
    margin: 0 !important;
  }
  .work-examples .description {
    line-height: 24px;
  }
  .work-examples .description .panel {
    margin: 0 0 17px;
  }
  .work-examples .description .panel .time-holder,
  .work-examples .description .panel .price-holder {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .work-examples .description .info {
    line-height: 36px;
  }
  .work-examples .description .info li {
    display: block;
    margin: 0 0 5px;
  }
  .work-examples .description .title {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 40px;
  }
  .work-examples .description .text-holder p {
    margin: 0 0 20px;
  }
  .work-examples .visual {
    margin-bottom: 40px;
  }
  .work-examples .slide {
    margin: 0 -25px;
    display: none;
  }
  .work-examples .slide .photo-holder {
    margin: 0 0 50px !important;
  }
  .work-examples .open {
    display: block;
  }
  .work-examples .photo-section {
    margin: 0;
  }
  .work-examples .photo-frame {
    width: auto;
    max-width: 150%;
    float: none;
    padding-top: 0;
    margin: 0 -25px 50px;
    overflow: hidden;
  }
  .work-examples .photo-frame img {
    display: block;
    width: 100% !important;
    float: none !important;
    margin-bottom: 50px !important;
  }
  .work-examples .alignleft img {
    margin-bottom: 50px;
  }
  .faq-area .block .box.box-answer {
    margin: 0 0 30px;
  }
  .faq-area .block.active .logo-tochka {
    display: none;
  }
  .portfolio:hover {
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .company-area .inform-block .info.divider-right.inner {
    right: 0;
  }
  .calc-area.premium .slide {
    padding: 28px;
  }
  .calc-area.premium .jq-selectbox__select {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .calc-area.premium .stage-mobile {
    padding-top: 0;
  }
  .service-description .calc-area.premium .slide .wrapper {
    padding: 0;
  }
  .contact-area .wrapper {
    padding: 0;
  }
  .request-area .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .lightbox {
    width: 400px;
    padding: 100px 25px;
  }
  .fancybox-close {
    right: auto !important;
    left: 50% !important;
    margin-left: -13px;
    top: 30px !important;
  }
  .team-area:after {
    top: 634px;
  }
}
@media only screen and (max-width: 450px) {
  .lightbox {
    width: 320px;
    padding: 80px 25px;
    margin: 0 auto;
  }
  .lightbox .title {
    font-size: 18px;
    line-height: 20px;
  }
  .fancybox-inner,
  .fancybox-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .team-area:after {
    top: 680px;
  }
}
@media only screen and (max-width: 330px) {
  .team-area:after {
    top: 665px;
  }
}
::-webkit-input-placeholder {
  color: #93a8c6;
}
:-moz-placeholder {
  color: #93a8c6;
}
::-moz-placeholder {
  color: #93a8c6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #93a8c6;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
::-webkit-input-placeholder {
  color: #93a8c6;
}
:-moz-placeholder {
  color: #93a8c6;
}
::-moz-placeholder {
  color: #93a8c6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #93a8c6;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
.ierror {
  border-color: -moz-use-text-color -moz-use-text-color #ff0000 !important;
  border-color: red !important;
}
input[type=tel]::-webkit-input-placeholder {
  color: #000;
}
input[type=tel]::-moz-placeholder {
  color: #000;
}
input[type=tel]:-ms-input-placeholder {
  color: #000;
}
input[type=tel]:-moz-placeholder {
  color: #000;
}
.mejs-overlay-button {
  background: url(/local/templates/bs/markup/images/play_video.svg) no-repeat !important;
}
.right:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.left:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  opacity: 1;
}
.up .holder:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}
.right .holder:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.up .wrapper:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}
.right h2:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.right .description:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.down .wrapper:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  opacity: 1;
}
.right:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  opacity: 1;
}
.for-disigners.right:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  opacity: 1;
}
.up.text-holder:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}
.down.request-area:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  opacity: 1;
}
.contact-area.right:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  opacity: 1;
}
.video-area .up.panel:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}
.clients-reviews .title.right:after {
  opacity: 1;
}
.waiting-area .description.right:after,
.photo-team .holder.left:after {
  opacity: 1;
}
.waiting-area .description:after,
.clients-reviews .title::after,
.company-area .inform-block:after {
  opacity: 0;
}
.company-area .inform-block.right:after {
  opacity: 1;
}
.company-area .inform-block.up .inform-holder:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}
.company-area .inform-holder .info:after {
  opacity: 0;
}
.company-area .inform-holder {
  position: relative;
}
.company-area .inform-holder .info {
  position: relative;
  padding: 0;
  text-align: center;
}
/*.company-area .divider-right.right span{
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: slideInRight;
	animation-name: slideInLeft;
	opacity: 1;
}
. .info.divider-left.left span{
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	opacity: 1;
} */
.search-area.right:before,
.company-area .divider-right.right:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  opacity: 1;
}
.company-area .divider-left.left:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInLeft;
  opacity: 1;
}
.info-block.right .description:after {
  opacity: 1;
}
.one-window.left:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInLeft;
  opacity: 1;
}
.work-examples .divider:after,
.work-examples .photo-frame:before,
.work-examples .section02 .has-divider:before,
.work-examples .section01 .photo-area:before,
.work-examples .visual.has-divider:after,
.info-block .description:after,
.search-area:after,
.search-area:before,
.warranty .box:after,
.warranty .photo-holder:after,
.terms:after,
.one-window .photo-holder:before,
.one-window .photo-holder:after {
  opacity: 0;
}
.work-examples .photo-frame.left:before,
.work-examples .section01 .photo-area.right:before,
.work-examples .visual.has-divider.right:after,
.search-area.right:after,
.warranty .box.right:after,
.terms.left:after,
.one-window.left .photo-holder:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInLeft;
  opacity: 1;
}
.work-examples .divider.up:after,
.work-examples .section02 .has-divider.right:before,
.warranty .photo-holder.up:after,
.one-window.left .photo-holder:after {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInDown;
  opacity: 1;
}
.reports-area .holder:after,
.fix-coast h3:after {
  opacity: 0;
}
.reports-area .holder.left:after,
.fix-coast h3.left:after {
  opacity: 1;
}
.calc-area > .wrapper .price {
  display: block !important;
  max-height: 0;
  margin: 0 0 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.calc-area > .wrapper .price.price--animate {
  max-height: 100px;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .calc-area .slide .slide__inner {
    background: #e9e9eb;
    margin: 0 -30% 0 0;
  }
  .calc-area .slide .slide__inner.slide--act {
    background: white;
    margin: 0 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 140px;
  }
  #footer .logo-webit {
    position: absolute;
    display: block;
    bottom: 0;
    right: 25px;
  }
  #footer .footer-logo {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 14px;
    line-height: 22px;
  }
  #footer .social-networks {
    bottom: 80px;
  }
}
.required-block {
  margin-top: 20px;
  line-height: 15px;
  font-size: 13px;
  text-align: left;
}
.required-block_yellow {
  color: #000;
}
.required-block_center {
  text-align: center;
}
.required-block_center .required-block__label {
  display: inline;
}
.required-block_center .required-block__label {
  padding-top: 0;
}
.required-block__label {
  display: block;
  padding: 2px 0 0 22px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.required-block__icon {
  border: 2px solid #00aec7;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
}
.required-block_yellow .required-block__icon {
  border-color: #fff;
}
.required-block__checkbox:checked ~ .required-block__icon:after,
.required-block__checkbox.checked ~ .required-block__icon:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 5px;
  height: 2px;
  width: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
.required-block__text a {
  text-decoration: underline;
}
.grid-one {
  margin: 0 auto 46px;
  box-sizing: border-box;
}
.grid-one * {
  box-sizing: border-box;
}
.grid-one__row:before,
.grid-one__row:after {
  content: " ";
  display: table;
}
.grid-one__row:after {
  clear: both;
}
.grid-one__col {
  position: relative;
  float: left;
  margin-bottom: 84px;
}
.grid-one__col_1 {
  width: 40%;
  padding-right: 84px;
}
.grid-one__col_2 {
  width: 45%;
  padding-top: 84px;
}
.grid-one__col_3 {
  width: 60%;
}
.grid-one__col_4 {
  width: 40%;
  padding: 84px 0 0 84px;
}
.grid-one__col_5 {
  width: 40%;
  padding-right: 84px;
}
.grid-one__col_6 {
  width: 45%;
  padding-top: 84px;
}
.grid-one__col_7 {
  width: 55%;
  padding-right: 84px;
  padding-left: 84px;
}
.grid-one__col_8 {
  width: 45%;
  padding-top: 84px;
}
.grid-one__col_full {
  width: 100%;
}
.grid-one__col_full_1 {
  padding-right: 20%;
}
.grid-one__col_full_1:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: -100px;
  top: 300px;
}
.grid-one__col_full_2 {
  padding-left: 10%;
}
.grid-one__col_full_2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #231f20;
  left: -100px;
  top: 300px;
}
.grid-one__col_full_3 {
  padding-right: 5%;
}
.grid-one__col_full_3:after {
  content: '';
  position: absolute;
  height: 100px;
  width: 4px;
  background: #00aec7;
  top: -100px;
  left: 300px;
}
.grid-one__col img {
  max-width: 100%;
  display: block;
}
.grid-one__desc {
  width: 100% !important;
}
@media (max-width: 767px) {
  .grid-one__col {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0 0 50px;
  }
  .grid-one__photo {
    margin: 0 -25px;
  }
  .grid-one__desc {
    margin: -15px 0 -25px !important;
  }
}
.grid-two {
  margin: 0 auto 46px;
  box-sizing: border-box;
}
.grid-two * {
  box-sizing: border-box;
}
.grid-two__row:before,
.grid-two__row:after {
  content: " ";
  display: table;
}
.grid-two__row:after {
  clear: both;
}
.grid-two__col {
  position: relative;
  float: left;
  margin-bottom: 84px;
}
.grid-two__col_1 {
  width: 60%;
  padding-left: 5%;
}
.grid-two__col_2 {
  width: 40%;
  padding: 84px 40px 0 40px;
  float: right;
}
.grid-two__col_3 {
  width: 40%;
  padding: 0 0 0 10%;
}
.grid-two__col_4 {
  width: 45%;
  padding: 0 0 0 84px;
}
.grid-two__col_5 {
  width: 40%;
  padding: 84px 0px 0 40px;
  float: right;
}
.grid-two__col_6 {
  width: 40%;
  padding: 0 0 0 84px;
}
.grid-two__col_7 {
  width: 55%;
  float: right;
  padding: 84px 100px 0 100px;
}
.grid-two__col_8 {
  width: 45%;
}
.grid-two__col_full {
  width: 100%;
}
.grid-two__col_full_1 {
  padding: 0 10% 0 5%;
}
.grid-two__col_full_1:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #00aec7;
  right: -100px;
  top: 300px;
}
.grid-two__col_full_2 {
  padding: 0 5% 0 7.5%;
}
.grid-two__col_full_2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: #231f20;
  left: -100px;
  top: 300px;
}
.grid-two__col_full_3 {
  padding: 0 20% 0 10%;
}
.grid-two__col_full_3:after {
  content: '';
  position: absolute;
  height: 100px;
  width: 4px;
  background: #00aec7;
  top: -100px;
  left: 300px;
}
.grid-two__col_full_4 {
  padding: 0 5% 0 2%;
}
.grid-two__col_full_4:after {
  content: '';
  position: absolute;
  height: 100px;
  width: 4px;
  background: #231f20;
  bottom: -100px;
  left: 300px;
}
.grid-two__col img {
  max-width: 100%;
  display: block;
}
.grid-two__desc {
  width: 100% !important;
}
@media only screen and (max-width: 798px) {
	ul.inform-holder.inner .pulse{
		left: 50px;
	}
	ul.inform-holder.inner .reputation{
		left: 190px;
	}
	ul.inform-holder.inner .liked-clients{
		left: 407px;
	}
	ul.inform-holder.inner .calories-info{
		right: 35px;
	}
	ul.inform-holder.inner .price-info{
		left: 290px;
	}
	ul.inform-holder.inner .liked{
		right:53px;
	}
}
@media only screen and (max-width: 664px) {
	ul.inform-holder.inner .pulse{
		left: 30px;
	}
	ul.inform-holder.inner .reputation{
		left: 190px;
	}
	ul.inform-holder.inner .liked-clients{
		left: 308px;
	}
	ul.inform-holder.inner .calories-info{
		right: 35px;
	}
	ul.inform-holder.inner .price-info{
		left: 225px;
	}
	ul.inform-holder.inner .liked{
		right:53px;
	}
}
@media only screen and (max-width: 550px) {
	ul.inform-holder.inner .pulse{
		left: 60px;
		top: 169px;
	}
	ul.inform-holder.inner .reputation{
		left: 102px;
		top: 45px;
	}
	ul.inform-holder.inner .liked-clients{
		left: 110px;
		top: 324px;
	}
	ul.inform-holder.inner .calories-info{
		right: 16px;
		top: 369px;
	}
	ul.inform-holder.inner .price-info{
		left: auto;
		right: -20px;
		top: 119px;
	}
	ul.inform-holder.inner .liked{
		right:-24px;
		top: 16px;
	}
}
@media (max-width: 767px) {
  .grid-two__col {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0 0 50px;
  }
  .grid-two__photo {
    margin: 0 -25px;
  }
  .grid-two__desc {
    margin: -15px 0 -25px !important;
  }
}



/*
     */
/*
*/