/*vars*/
/* init */
body,
html {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

a {
  color: #5594c4;
  text-decoration: none; }

ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

/* rules */
/* common styles */
.upperCase {
  text-transform: uppercase; }

/* blocks */
.section-wrapper {
  width: 100%; }

.section {
  width: 960px;
  margin: 0 auto; }

.single-block {
  width: 960px;
  height: 260px;
  margin: 26px auto 0 auto;
  overflow: hidden; }
  .single-block.white {
    background-color: rgba(255, 255, 255, 0.2); }
  .single-block .visual {
    width: 320px;
    height: 260px;
    float: left; }
  .single-block .right {
    float: right;
    width: 640px;
    height: 260px;
    display: table-cell;
    vertical-align: middle;
    line-height: 12;
    position: relative; }
    .single-block .right .block-title {
      text-align: center;
      margin: 0px;
      color: #ffffff; }
    .single-block .right .block-more {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 598px;
      text-align: center;
      margin: 0 21px;
      padding: 17px 0;
      line-height: 1;
      color: #87c6f6;
      font-size: 20px;
      border-top: 1px solid #90728b;
      cursor: pointer; }
      .single-block .right .block-more .more-icon {
        width: 13px;
        height: 9px;
        display: inline-block;
        margin: 2px 0 2px 10px;
        background-image: url(/img/icons/more.png);
        background-position: left center;
        background-repeat: no-repeat; }

.single-work {
  width: 260px;
  height: 260px;
  background-color: #f3f6f8;
  color: #5594c4;
  float: left;
  margin-right: 20px;
  float: left;
  opacity: 1 !important; }
  .single-work:last-child {
    margin-right: 0px; }
  .single-work .visual {
    width: 260px;
    height: 200px; }
  .single-work .description {
    text-align: center;
    line-height: 1.5;
    padding-top: 5px; }

.single-work {
  display: none !important; }
  .single-work.showed {
    display: block !important; }

.single-post {
  width: 471px;
  height: 512px;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #29292d;
  background: #ffffff; }
  .single-post .visual {
    width: 469px;
    height: 145px; }
  .single-post .author {
    padding: 22px 18px 17px 18px; }
    .single-post .author .rounded-image {
      margin-right: 22px; }
    .single-post .author .name {
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      margin: 5px 0 8px 0; }
    .single-post .author .job {
      font-size: 15px;
      line-height: 15px;
      margin-bottom: 15px; }
    .single-post .author .date {
      font-size: 15px;
      line-height: 15px;
      color: #959595;
      margin: 0 26px 0 0; }
    .single-post .author .likes,
    .single-post .author .comments {
      font-size: 15px;
      line-height: 15px;
      color: #5594c4;
      background-repeat: no-repeat;
      background-position: left center; }
    .single-post .author .likes {
      background-image: url(/img/icons/likes.png);
      padding-left: 29px; }
    .single-post .author .comments {
      background-image: url(/img/icons/comments.png);
      padding-left: 27px;
      margin-right: 5px; }
  .single-post .content {
    padding: 0 18px; }
    .single-post .content .title {
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      margin: 0 0 12px 0; }
    .single-post .content .text {
      font-size: 15px;
      line-height: 17px;
      margin: 0 0 10px 0;
      height: 170px;
      overflow: hidden; }

.single-review {
  width: 260px;
  height: 510px;
  padding: 30px 20px 27px 20px;
  margin-right: 22px;
  text-align: center;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .single-review:last-child {
    margin-right: 0px; }
  .single-review .rounded-image {
    margin: 0 0 24px 0; }
  .single-review .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold; }
  .single-review .job {
    font-size: 15px;
    line-height: 17px;
    margin: 10px 0; }
  .single-review .date {
    font-size: 15px;
    line-height: 15px;
    color: #959595;
    margin: 0 0 17px 0; }
  .single-review .text {
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    margin: 0 0 14px 0;
    height: 238px;
    overflow: hidden; }

.read-more {
  width: 100%;
  color: #5594c4;
  cursor: pointer;
  text-align: left; }
  .read-more:hover {
    text-decoration: underline;
    color: #ff9800; }

.logo {
  width: 115px;
  height: 114px;
  float: left; }

.contacts-area {
  width: 220px; }
  .contacts-area .email {
    margin: 7px 0 22px 0; }

.clearfix {
  clear: both; }

.buttons {
  display: flex;
  justify-content: space-between;
  width: 810px;
  height: 50px;
  margin: 0 auto 40px auto; }

.contacts-info {
  width: 482px;
  height: 526px;
  padding: 113px 0 0 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(/img/shark.png) left top no-repeat; }
  .contacts-info .phone {
    display: block;
    margin-bottom: 30px; }
  .contacts-info .email {
    display: block;
    margin-bottom: 30px; }
  .contacts-info .place {
    display: block;
    margin-bottom: 30px; }

.callback-form {
  width: 480px; }
  .callback-form input[type="name"],
  .callback-form input[type="email"],
  .callback-form input.email2,
  .callback-form textarea {
    width: 100%;
    border: 1px solid #c0bfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    padding: 10px 16px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif; }
  .callback-form textarea {
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    font-family: Roboto; }
  .callback-form .lead {
    font-size: 25px; }

.social-icons .icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 16.5px;
  -moz-border-radius: 16.5px;
  -o-border-radius: 16.5px;
  -ms-border-radius: 16.5px;
  border-radius: 16.5px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 10px; }
  .social-icons .icon.vkontakte {
    background-image: url(/img/icons/social/vkontakte.jpg); }
  .social-icons .icon.facebook {
    background-image: url(/img/icons/social/facebook.jpg); }
  .social-icons .icon.twitter {
    background-image: url(/img/icons/social/twitter.jpg); }
  .social-icons .icon.odnoklassniki {
    background-image: url(/img/icons/social/odnoklassniki.jpg); }
  .social-icons .icon:first-child {
    margin-left: 0px; }

.main-servise {
  width: 440px;
  height: auto;
  position: relative; }

.single-service {
  min-width: 190px;
  max-width: 190px;
  height: 95px;
  text-align: center;
  padding: 10px 20px 0 20px;
  color: #5594c4;
  font-size: 15px;
  line-height: 18px;
  /*border: 2px dotted $linksColor;
  @include borderRadius(11px);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*display: table-cell;
  vertical-align: middle;*/
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/img/single-service-direct-bg.png);
  position: relative;
  z-index: 2; }
  .single-service:hover {
    background-image: url(/img/single-service-direct-bg-hover.png);
    color: #ff9800;
    text-decoration: underline; }
  .single-service.first-in-line {
    margin-right: 40px; }
  .single-service.first-line {
    margin-top: 40px;
    /*for animation*/
    top: 60px;
    opacity: 0; }
  .single-service.second-line {
    margin-top: 30px;
    margin-bottom: 0px;
    /*for animation*/
    top: 60px;
    opacity: 0; }
  .single-service.animation {
    -webkit-animation: serviceAnimation 1.5s ease 1 0.5s forwards;
    -moz-animation: serviceAnimation 1.5s ease 1 0.5s forwards;
    -o-animation: serviceAnimation 1.5s ease 1 0.5s forwards;
    -ms-animation: serviceAnimation 1.5s ease 1 0.5s forwards;
    animation: serviceAnimation 1.5s ease 1 0.5s forwards; }

.overlay {
  position: absolute;
  width: 500px;
  height: 420px;
  padding: 10px;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -250px;
  background-color: #ffffff;
  /*@include borderRadius(5px);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  box-shadow: 0 0 12px #91C2E2; }
  .overlay .lead {
    margin: 0px 0 10px 0;
    text-align: center;
    font-size: 18px; }
  .overlay .button.smallPudding {
    margin: 0 auto;
    padding: 8px 12px;
    display: block;
    font-weight: normal; }
  .overlay input[type="name"],
  .overlay input[type="email"],
  .overlay input[type="text"],
  .overlay input.email2,
  .overlay textarea {
    padding: 10px 16px;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif; }
  .overlay input[type="text"],
  .overlay textarea {
    width: 100%;
    border: 1px solid #c0bfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    padding: 10px 16px;
    margin-bottom: 20px; }
  .overlay textarea {
    height: 170px; }
  .overlay.write-comment {
    position: fixed;
    height: 678px;
    margin-top: -339px; }
    .overlay.write-comment h2 {
      margin: 0 auto;
      display: block;
      width: 444px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #033d6c;
  background-color: rgba(3, 61, 108, 0.4);
  z-index: 4; }

/* elems */
.description-link {
  position: absolute; }
  .description-link.first-link {
    top: 30px;
    left: 173px;
    width: 141px;
    height: 21px;
    background-image: url(/img/description-link-top.png); }
  .description-link.second-link {
    bottom: 76px;
    left: 409px;
    width: 143px;
    height: 23px;
    background-image: url(/img/description-link-bottom.png); }
  .description-link.third-link {
    top: 30px;
    left: 644px;
    width: 141px;
    height: 21px;
    background-image: url(/img/description-link-top.png); }

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url(/img/icons/close.png);
  cursor: pointer; }

.menu-pointer {
  width: 63px;
  height: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #ff9800;
  text-align: center;
  cursor: pointer;
  padding: 11px 0;
  margin-top: 21px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.horisont-separator {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 auto 7px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.service-step {
  width: 180px;
  height: 206px;
  text-align: center; }

.service-step-inline {
  width: 100%;
  height: auto; }

.service-content {
  color: #033d6c;
  font-size: 15px;
  line-height: 17px; }

.service-content-inline {
  color: #29292d;
  width: 630px;
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 44px 0;
  min-height: 59px;
  padding-top: 5px; }

.block-description {
  position: relative;
  padding: 27px 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between; }
  .block-description.inlited {
    padding: 47px 40px; }
  .block-description.block-description-inline {
    display: block;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 22px; }

.service-step-visual {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
  width: 160px;
  height: 160px; }

.service-step-visual-inline {
  width: 320px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat; }
  .service-step-visual-inline.step5 {
    background-image: url(/img/services/step5.png); }
  .service-step-visual-inline.step6 {
    background-image: url(/img/services/step6.png); }
  .service-step-visual-inline.step7 {
    background-image: url(/img/services/step7.png); }
  .service-step-visual-inline.step8 {
    background-image: url(/img/services/step8.png); }
  .service-step-visual-inline.step9 {
    background-image: url(/img/services/step9.png); }
  .service-step-visual-inline.step10 {
    background-image: url(/img/services/step10.png); }
  .service-step-visual-inline.step11 {
    background-image: url(/img/services/step11.png); }

.button {
  font-weight: bold;
  padding: 19px;
  font-size: 20px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button.work-filter {
    padding: 13px 17px; }

.section-title-wrapper {
  width: 100%;
  text-align: center; }

.section-title {
  display: inline-block;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  padding: 50px 0 30px 0;
  color: #29292d; }

.nav-main {
  display: flex;
  justify-content: space-between;
  font-weight: lighter; }
  .nav-main li a {
    display: block;
    padding: 18px 20px 13px 20px;
    color: #ffffff;
    font-size: 20px; }
    .nav-main li a:hover {
      color: #5594c4;
      text-decoration: underline; }
  .nav-main li:first-child a {
    padding: 18px 20px 13px 0; }
  .nav-main li:last-child a {
    padding: 18px 0px 153px 20px; }
  .nav-main li.current {
    font-weight: bold; }

.separator {
  width: 1px;
  height: 125px;
  margin: 0 26px;
  background: #bbc4ce;
  float: left; }

.logo-description {
  width: 300px;
  line-height: 1.8;
  padding: 16px 0;
  float: left;
  color: #959595; }

.phone {
  color: #2d3034;
  background: url(/img/icons/phone.png) left center no-repeat;
  padding-left: 36px;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 19px; }

.email {
  background: url(/img/icons/email.png) left center no-repeat;
  padding-left: 36px;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 19px; }
  .email:hover {
    color: #ff9800;
    text-decoration: underline; }

.place {
  background: url(/img/icons/place.png) left top no-repeat;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 19px; }

.all-posts {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 24px 0 0 0; }
  .all-posts:hover {
    text-decoration: underline; }

.main-name {
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: lighter; }

.main-desc {
  margin: 0px 0 10px 0;
  text-align: center;
  color: #ff9800;
  font-size: 25px;
  font-weight: lighter; }

.main-servise-title {
  width: 206px;
  height: 206px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding-top: 110px;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 103px;
  -moz-border-radius: 103px;
  -o-border-radius: 103px;
  -ms-border-radius: 103px;
  border-radius: 103px;
  background: #053D6C;
  background-repeat: no-repeat;
  background-position: center 50px;
  position: relative;
  z-index: 2; }

.main-servise-title-app1 {
  background-image: url(/img/icons/app1.png); }

.main-servise-title-app2 {
  background-image: url(/img/icons/app2.png); }

.main-link {
  width: 242px;
  height: 65px;
  position: absolute;
  top: 64px;
  left: 361px;
  background-image: url(/img/main-link.png); }

.link-service {
  width: 0px;
  height: 271px;
  left: 50%;
  top: 103px;
  border-left: 2px dotted #5594c4;
  position: absolute;
  z-index: 1;
  height: 0px; }
  .link-service.hover {
    border-color: #ff9800; }
  .link-service.first-line-left {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -o-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    /*height: 189px;*/ }
    .link-service.first-line-left.animation {
      animation-name: linksAnimation1;
      animation-duration: 2s;
      animation-fill-mode: forwards; }
  .link-service.first-line-right {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -o-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
    /*height: 189px;*/ }
    .link-service.first-line-right.animation {
      animation-name: linksAnimation1;
      animation-duration: 2s;
      animation-fill-mode: forwards; }
  .link-service.second-line-left {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    /*height: 271px;*/
    height: 0px; }
    .link-service.second-line-left.animation {
      animation-name: linksAnimation2;
      animation-duration: 2s;
      animation-fill-mode: forwards; }
  .link-service.second-line-right {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    /*height: 271px;*/ }
    .link-service.second-line-right.animation {
      animation-name: linksAnimation2;
      animation-duration: 2s;
      animation-fill-mode: forwards; }
  .link-service.single {
    height: 0px; }
    .link-service.single.animation {
      animation-name: linksAnimationSingle;
      animation-duration: 2s;
      animation-fill-mode: forwards; }

.works-container {
  width: auto;
  height: auto; }

.works-view {
  width: 820px;
  height: auto;
  position: relative;
  margin: 0 auto; }

.pointer-carousel {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #ff9800;
  opacity: 0.3;
  text-align: center;
  padding-top: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  z-index: 2;
  transition: opacity 0.3s; }
  .pointer-carousel:hover {
    opacity: 1.0; }
  .pointer-carousel.pointer-carousel-left {
    left: 5px;
    background-image: url(/img/icons/pointer-left.png); }
  .pointer-carousel.pointer-carousel-right {
    right: 5px;
    background-image: url(/img/icons/pointer-right.png); }

.section-reviews .pointer-carousel {
  background-color: transparent;
  top: 39%; }
  .section-reviews .pointer-carousel.pointer-carousel-left {
    background-image: url(/img/icons/pointer-left-reviews.png); }
  .section-reviews .pointer-carousel.pointer-carousel-right {
    background-image: url(/img/icons/pointer-right-reviews.png); }

.load-avatar {
  height: 70px;
  padding-top: 26px;
  font-size: 18px;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #5594c4;
  margin: 0 20px 20px 0; }

/* modificators */
.button.orange {
  color: #ffffff;
  background-color: #ff9800;
  border: 1px solid #ff9800; }

.button.blue {
  color: #5594c4;
  background-color: #f3f6f8;
  border: 1px solid #f3f6f8; }

.button.border-white {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 20px auto 0 auto;
  width: 196px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px; }

.button.largePudding {
  padding: 16px 39px; }

.button.smallPudding {
  padding: 16px 17px; }

.section-title.white {
  color: #f3f6f8; }

.section.section-header {
  padding: 18px 0; }

.rounded-image.small {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px; }

.section-wrapper.menu-wrapper {
  background-image: url(/img/main-nav.png);
  background-repeat: repeat-x;
  max-height: 57px;
  overflow: hidden; }

.section-title.linked {
  padding: 50px 146px;
  background: url(/img/title-link-left.png) left center no-repeat, url(/img/title-link-right.png) right center no-repeat; }

.section-wrapper.section-wrapper-blog,
.section-wrapper.section-wrapper-main {
  background-image: url(/img/textures/1.jpg);
  padding: 0 0 48px 0; }

.section-wrapper.section-wrapper-main {
  padding: 0 0 70px 0; }

.section-wrapper.section-wrapper-services-app1 {
  background-image: url(/img/textures/2.jpg);
  padding: 0 0 48px 0; }

.section-wrapper.section-wrapper-services-app2 {
  background-image: url(/img/textures/3.jpg);
  padding: 0 0 48px 0; }

.section-wrapper.section-wrapper-reviews {
  background-size: cover;
  background-image: url(/img/textures/4.jpg);
  padding: 0 0 50px 0; }

.section-wrapper.section-wrapper-footer-wave {
  background-image: url(/img/bottom-wave.png);
  height: 57px;
  margin: 17px 0 0 0; }

.section-wrapper.section-wrapper-works {
  padding-bottom: 60px; }

.section.section-contacts {
  width: 990px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.single-service.left {
  background-image: url(/img/single-service-left-bg.png);
  padding-right: 30px;
  min-width: 200px;
  max-width: 200px;
  margin-left: 14px; }
  .single-service.left:hover {
    background-image: url(/img/single-service-left-bg-hover.png); }

.single-service.right {
  background-image: url(/img/single-service-right-bg.png);
  padding-left: 30px;
  min-width: 200px;
  max-width: 200px;
  margin-right: 14px; }
  .single-service.right:hover {
    background-image: url(/img/single-service-right-bg-hover.png); }

.single-service.single {
  margin: 30px auto 0 auto;
  padding: 28px 17px 0 17px; }

.single-service.onestring {
  padding-top: 47px; }

.single-service.twostring {
  padding-top: 38px; }

.single-service.threestring {
  padding-top: 28px; }

.section.section-main {
  padding-top: 64px; }

.section.section-reviews,
.section.section-works {
  position: relative; }

.reviews-view {
  width: 824px;
  height: 540px;
  margin: 0 auto; }

.reviews-content {
  width: auto;
  height: auto; }

.single-review.overlay {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  z-index: 5;
  height: auto; }
  .single-review.overlay .text {
    height: auto; }

.mobile {
  display: none; }

.single-review.overlay {
  padding-top: 30px; }

.overlay.callback-form .lead {
  margin: 15px 0 10px 0;
  font-size: 25px; }

.overlay.callback-form .close {
  top: 8px;
  right: 11px; }

.no-bold {
  font-weight: lighter; }

.section-app2 .single-block .right .block-more {
  color: #2C5C84 !important; }

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