@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600&subset=cyrillic";
.nopd {
  padding: 0; }

.font-black {
  color: #454545 !important; }
.font-lines {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 120%; }
  .font-lines:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    position: absolute;
    top: 45%;
    z-index: 1; }
  .font-lines span {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 0 22px;
    z-index: 2; }

.tabs-wrap {
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
  .tabs-wrap .tabs-title .tab {
    float: left;
    padding: 20px 15px;
    border: 0;
    font-size: 100%;
    color: #fff;
    width: 25%;
    text-align: center;
    background: #EFEFF6;
    border-right: 1px solid rgba(57, 52, 142, 0.24); }
    .tabs-wrap .tabs-title .tab:last-child {
      border: none; }
    .tabs-wrap .tabs-title .tab span {
      font-weight: 700;
      color: #2847D6; }
    .tabs-wrap .tabs-title .tab.active-tab {
      background: #fff;
      -webkit-box-shadow: 0px -3px 0px #2B49DB;
      -moz-box-shadow: 0px -3px 0px #2B49DB;
      -ms-box-shadow: 0px -3px 0px #2B49DB;
      -o-box-shadow: 0px -3px 0px #2B49DB;
      box-shadow: 0px -3px 0px #2B49DB; }
      .tabs-wrap .tabs-title .tab.active-tab span {
        border: 0;
        color: #262626; }
  .tabs-wrap .tabs-content {
    padding: 40px;
    background: #fff; }
    .tabs-wrap .tabs-content .tab {
      display: none; }
      .tabs-wrap .tabs-content .tab.active-tab {
        display: block; }

input:focus, input.active, input:active {
  outline: none; }

.whithIcon {
  position: relative;
  margin: 40px 0; }
  .whithIcon:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(/img/icons.png) no-repeat -32px -42px;
    position: absolute;
    top: -15px; }

.banner {
  margin-top: 30px; }

.aside {
  width: 90%; }

.text-block h2 {
  font-weight: 600;
  color: #000;
  margin-bottom: 15px; }
.text-block ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px; }
  .text-block ul li {
    color: #2847D6;
    padding-bottom: 10px; }
    .text-block ul li span {
      color: #454545; }

.modal .close {
  background: url(/img/icons.png) -49px -126px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px; }
.modal-content {
  padding: 20px 40px 40px;
  max-width: 400px;
  margin: 0 auto; }
.modal h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center; }
.modal form .input-group {
  padding-bottom: 15px; }
  .modal form .input-group label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block; }
  .modal form .input-group input, .modal form .input-group textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #2847D6;
    padding: 10px 20px;
    outline: none; }
    .modal form .input-group input:focus, .modal form .input-group textarea:focus {
      box-shadow: none; }
.modal form textarea {
  min-height: 100px; }
.modal form .error {
  color: red;
  font-size: 12px; }
.modal form button[type=submit] {
  width: 100%;
  margin-top: 10px; }

a:hover, a:focus {
  text-decoration: none; }

.ico {
  display: inline-block;
  margin-right: 12px;
  background: url(/img/icons.png) no-repeat; }
  .ico-phone {
    width: 12px;
    height: 12px;
    background-position: 0 0; }
    .ico-phone-white {
      width: 24px;
      height: 24px;
      background-position: 0 -15px;
      vertical-align: middle; }
  .ico-email {
    width: 12px;
    height: 9px;
    background-position: -25px 0; }
    .ico-email-white {
      width: 24px;
      height: 24px;
      background-position: -25px -15px;
      vertical-align: middle; }
  .ico-geo {
    width: 10px;
    height: 12px;
    background-position: -13px 0; }
    .ico-geo-white {
      width: 24px;
      height: 24px;
      background-position: -50px -15px;
      vertical-align: middle; }

.button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 4px 23px;
  border: 1px solid #2847D6;
  color: #2847D6;
  font-size: 90%;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background: none; }
  .button:hover, .button:focus {
    text-decoration: none;
    color: #2847D6;
    background: #2847D6;
    color: #fff; }
  .button-blue {
    background: #2847D6;
    color: #fff; }
    .button-blue:hover, .button-blue:focus {
      background: transparent;
      color: #2847D6; }
  .button-white-solid {
    background: #fff;
    color: #2847D6;
    border: 1px solid #fff; }
    .button-white-solid:hover, .button-white-solid:focus {
      background: transparent;
      color: #fff; }
  .button-white {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .button-white:hover, .button-white:focus {
      background: #fff;
      color: #2847D6; }
  .button-big {
    padding: 6px 40px;
    font-size: 120%; }

ul {
  margin-bottom: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #454545; }

.header {
  padding: 25px 0; }
  .header-logo {
    float: left;
    margin-top: 5px; }
  .header-description {
    float: left;
    width: 160px; }
  .header-info {
    font-size: 110%;
    float: right; }
    .header-info-phone {
      position: relative;
      line-height: 110%; }
      .header-info-phone span {
        position: absolute;
        left: -20px;
        top: 6px; }
    .header-info-email {
      position: relative;
      line-height: 110%; }
      .header-info-email span {
        position: absolute;
        left: -20px;
        top: 9px; }
    .header-info li {
      list-style: none;
      line-height: 155%; }
      .header-info li a {
        color: #454545; }
        .header-info li a:focus, .header-info li a:hover {
          color: #2847D6; }
  .header-contacts {
    float: right;
    font-size: 110%; }
    .header-contacts-geo {
      font-size: 90%;
      position: relative;
      line-height: 110%; }
      .header-contacts-geo span {
        position: absolute;
        left: -20px;
        top: 4px; }
    .header-contacts li {
      list-style: none; }
    .header-contacts .button {
      float: right;
      margin-top: 10px; }

.nav {
  background: #2847D6; }
  .nav-ul {
    padding-left: 0; }
    .nav-ul-inner {
      min-width: 190px;
      display: none;
      position: absolute;
      top: 50px;
      background: #2847d6;
      z-index: 9;
      padding-left: 0; }
      .nav-ul-inner li {
        display: block;
        text-align: left !important; }
        .nav-ul-inner li:first-child a {
          border-top: 1px solid rgba(0, 0, 0, 0.17); }
        .nav-ul-inner li a {
          padding: 0 20px;
          text-align: left !important;
          border-bottom: 1px solid rgba(0, 0, 0, 0.17); }
    .nav-ul > li {
      list-style: none;
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 14.28571%; }
      .nav-ul > li:first-child {
        margin-left: 0; }
      .nav-ul > li.active > a {
        background: rgba(38, 38, 38, 0.25); }
      .nav-ul > li a {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -ms-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        color: #fff;
        height: 50px;
        line-height: 50px;
        display: block;
        font-weight: 600;
        font-size: 110%;
        text-align: center; }
        .nav-ul > li a:hover, .nav-ul > li a:focus {
          text-decoration: none;
          background: rgba(38, 38, 38, 0.25); }

.hero {
  position: relative;
  height: 563px;
  background: url(/img/bg-top.jpg) no-repeat center top;
  background-size: 100%; }
  .hero-inner {
    height: 350px; }
  .hero-slider {
    color: #fff;
    z-index: 3;
    position: relative;
    padding: 100px 100px 0; }
    .hero-slider .item h2 {
      font-size: 290%; }
    .hero-slider .item-text {
      padding-top: 15px;
      font-weight: 300;
      max-width: 50%;
      font-size: 105%; }
    .hero-slider .item-buttons {
      margin-top: 20px; }
    .hero-slider .owl-prev {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      position: absolute;
      left: 0;
      top: 50%;
      background: url(/img/icons.png) no-repeat -77px -2px;
      width: 60px;
      height: 60px; }
      .hero-slider .owl-prev.disabled {
        opacity: .5; }
    .hero-slider .owl-next {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      position: absolute;
      right: 0;
      top: 50%;
      background: url(/img/icons.png) no-repeat -140px -2px;
      width: 60px;
      height: 60px; }
      .hero-slider .owl-next.disabled {
        opacity: .5; }
  .hero-whitestripe {
    background: url(/img/ov.png) no-repeat bottom center;
    width: 100%;
    height: 76px;
    position: absolute;
    z-index: 2;
    bottom: 0; }
  .hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .hero .h1 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 430%;
    font-weight: 600;
    -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
    -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
    -ms-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
    -o-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
    margin-top: 110px; }

.products {
  padding: 40px 0;
  background: url(/img/bg-w.jpg) no-repeat;
  background-size: 100%; }
  .products .h1 {
    color: #2847D6;
    font-weight: 300;
    padding-bottom: 60px; }
  .products-item {
    margin-bottom: 40px;
    display: block; }
    .products-item:hover .products-item-img, .products-item:focus .products-item-img {
      border-color: #2847D6; }
    .products-item:hover .products-item-text, .products-item:focus .products-item-text {
      color: #2847D6; }
    .products-item-img {
      overflow: hidden;
      margin: 0 auto;
      width: 180px;
      height: 180px;
      text-align: center;
      border-radius: 100%;
      border: 4px solid #fff;
      position: relative;
      -webkit-box-shadow: 0px 1px 10px #b7b7b7;
      -moz-box-shadow: 0px 1px 10px #b7b7b7;
      -ms-box-shadow: 0px 1px 10px #b7b7b7;
      -o-box-shadow: 0px 1px 10px #b7b7b7;
      box-shadow: 0px 1px 10px #b7b7b7; }
      .products-item-img-overlay {
        background: rgba(57, 52, 147, 0.24);
        position: absolute;
        width: 100%;
        height: 100%; }
      .products-item-img img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
    .products-item-text {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      text-align: center;
      padding-top: 15px;
      font-weight: 600;
      font-size: 120%;
      color: #454545; }

.about {
  padding: 40px 0;
  background-size: 100%; }
  .about .h1 {
    color: #2847D6;
    font-weight: 300;
    padding-bottom: 60px; }
  .about-item {
    margin-bottom: 40px;
    display: block; }
    .about-item:hover .products-item-img, .about-item:focus .products-item-img {
      border-color: #2847D6; }
    .about-item:hover .products-item-text, .about-item:focus .products-item-text {
      color: #2847D6; }
    .about-item-img {
      overflow: hidden;
      margin: 0 auto;
      width: 180px;
      height: 180px;
      text-align: center;
      border-radius: 100%;
      border: 4px solid #fff;
      position: relative;
      -webkit-box-shadow: 0px 1px 10px #b7b7b7;
      -moz-box-shadow: 0px 1px 10px #b7b7b7;
      -ms-box-shadow: 0px 1px 10px #b7b7b7;
      -o-box-shadow: 0px 1px 10px #b7b7b7;
      box-shadow: 0px 1px 10px #b7b7b7; }
      .about-item-img-overlay {
        background: rgba(57, 52, 147, 0.24);
        position: absolute;
        width: 100%;
        height: 100%; }
      .about-item-img img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
    .about-item-text {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      text-align: center;
      padding-top: 15px;
      font-weight: 600;
      font-size: 120%;
      color: #454545; }

.company {
  padding: 40px 0; }
  .company h2 {
    color: #2847D6;
    font-size: 210%;
    font-weight: 300;
    padding-bottom: 20px; }
  .company-text {
    font-size: 120%;
    max-width: 80%;
    margin: 0 auto; }
  .company-triggers {
    margin: 40px; }
    .company-triggers-item {
      padding: 15px;
      border-radius: 5px;
      border: 1px solid #fff; }
      .company-triggers-item:hover {
        border: 1px solid #EFEFF6; }
        .company-triggers-item:hover .company-triggers-item-img {
          background-position-y: -70px !important; }
        .company-triggers-item:hover .company-triggers-item-title {
          color: #39338D; }
        .company-triggers-item:hover .company-triggers-item-text {
          opacity: 1; }
      .company-triggers-item-img {
        width: 70px;
        height: 70px;
        margin: 0 auto; }
      .company-triggers-item-title {
        text-align: center;
        padding-top: 15px;
        font-style: italic; }
      .company-triggers-item-text {
        text-align: center;
        padding-top: 15px;
        opacity: 0;
        font-size: 85%; }
  .company-cols {
    margin-bottom: 50px; }
    .company-cols h4 {
      font-weight: 600; }

.services {
  background: url(/img/bg-blue.jpg) no-repeat #2847D6;
  background-size: 100%;
  padding: 40px 0; }
  .services .preh2 {
    font-style: italic;
    text-align: center;
    color: #fff;
    font-size: 180%; }
  .services h2 {
    font-size: 250%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 130%; }
  .services .h2 {
    margin-top: 0;
    font-size: 170%;
    font-weight: 600; }
  .services-img {
    float: left;
    width: 35%;
    margin-right: 5%; }
    .services-img-content {
      padding: 10px;
      position: relative;
      margin-top: 30px; }
      .services-img-content:before {
        content: "";
        display: block;
        background: url(/img/cornerlt.png) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -2px;
        left: -2px; }
      .services-img-content:after {
        content: "";
        display: block;
        background: url(/img/cornerrt.png) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -2px;
        right: -2px; }
  .services-text {
    float: left;
    width: 60%; }
  .services-buttons {
    margin-top: 30px; }

.services-inner {
  background: url(/img/bg-w.jpg) no-repeat #ebebe9;
  background-size: 100%;
  padding: 40px 0; }
  .services-inner .preh2 {
    font-style: italic;
    text-align: center;
    color: #fff;
    font-size: 180%; }
  .services-inner h2 {
    font-size: 250%;
    text-align: center;
    font-weight: 300;
    line-height: 130%; }
  .services-inner .h2 {
    margin-top: 0;
    font-size: 170%;
    font-weight: 600; }
  .services-inner-img {
    float: left;
    width: 35%;
    margin-right: 5%; }
    .services-inner-img-content {
      padding: 10px;
      position: relative;
      margin-top: 30px; }
      .services-inner-img-content:before {
        content: "";
        display: block;
        background: url(/img/cornerlt.png) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -2px;
        left: -2px; }
      .services-inner-img-content:after {
        content: "";
        display: block;
        background: url(/img/cornerrt.png) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -2px;
        right: -2px; }
  .services-inner-text {
    float: left;
    width: 60%; }
  .services-inner-buttons {
    margin-top: 30px; }

.prices {
  background: #F7F7F7;
  padding: 20px 0 40px; }
  .prices-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd; }
    .prices-item:last-child {
      border: none;
      margin-bottom: 0; }
  .prices h2 {
    text-align: center;
    font-weight: 600;
    font-size: 170%;
    margin-bottom: 35px;
    position: relative; }
    .prices h2:before {
      content: "";
      display: inline-block;
      height: 1px;
      width: 100%;
      background: #ddd;
      left: 0;
      position: absolute;
      top: 16px;
      z-index: 1; }
    .prices h2 span {
      background: #fff;
      z-index: 2;
      position: relative;
      padding: 0 22px;
      z-index: 2; }
  .prices .h2 {
    margin-top: 0;
    font-size: 100%;
    font-weight: 400;
    color: #2847d6;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600; }
  .prices-img {
    float: left;
    width: 35%;
    margin-right: 5%; }
    .prices-img-content {
      position: relative; }
  .prices-text {
    float: left;
    width: 60%; }
  .prices-buttons {
    margin-top: 30px; }
    .prices-buttons-price {
      width: 30%;
      float: left; }
      .prices-buttons-price span {
        font-size: 185%;
        font-weight: 600; }
    .prices-buttons .button {
      float: left; }
  .prices .tabs-wrap .tabs-title .tab {
    width: 16.66667%; }

.news-block-mini {
  border: 1px solid #E1E0F0;
  margin-top: 30px; }
  .news-block-mini-title {
    font-size: 120%;
    font-weight: 600;
    padding: 20px 20px 0; }
  .news-block-mini-item {
    padding: 10px 20px;
    border-bottom: 1px solid #E1E0F0;
    display: block; }
    .news-block-mini-item-title {
      color: #454545; }
      .news-block-mini-item-title:hover, .news-block-mini-item-title:focus {
        color: #2847D6; }
    .news-block-mini-item-date {
      color: #888;
      font-size: 90%;
      margin-top: 10px;
      font-style: italic; }

.product-slider {
  padding: 0 25px;
  margin: 20px 0 30px; }
  .product-slider .owl-prev {
    background: url(/img/icons.png) no-repeat 0px -124px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 45%;
    left: 0; }
  .product-slider .owl-next {
    background: url(/img/icons.png) no-repeat -16px -124px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 45%;
    right: 0; }
.product-post {
  margin-top: 40px; }
  .product-post-left a {
    color: #2847D6;
    text-decoration: underline; }
  .product-post-right {
    text-align: right; }
    .product-post-right-price {
      margin-right: 20px; }
      .product-post-right-price span {
        font-size: 150%;
        font-weight: 600; }
.product-bordered {
  border: 1px solid #E1E0F0;
  padding: 40px 20px;
  margin-top: 50px;
  position: relative; }
  .product-bordered:before {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -15px;
    content: "";
    display: block;
    position: absolute;
    background: url(/img/icons.png) no-repeat 0px -42px;
    width: 30px;
    height: 30px; }
  .product-bordered-title {
    font-weight: 600;
    font-size: 160%;
    text-align: center; }
  .product-bordered-desc {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px; }
  .product-bordered-icon {
    text-align: center;
    margin-top: 30px; }
    .product-bordered-icon img {
      margin: 0 auto; }
    .product-bordered-icon-title {
      font-style: italic;
      margin-top: 10px; }
.product-slogan {
  text-align: center;
  color: #2847D6;
  font-size: 150%;
  font-style: italic;
  margin: 0 0 50px; }

.form {
  padding: 20px 60px;
  color: #fff;
  background: #2847D6;
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  .form-title {
    font-size: 170%;
    font-weight: 600; }
  .form-desc {
    font-style: italic; }
  .form input[type=text], .form textarea {
    width: 100%;
    background: #2A40B0;
    border: 1px solid #6979C8;
    padding: 10px;
    margin: 20px 0; }
  .form button {
    width: 100%; }

.form-contacts {
  margin: 40px 0; }
  .form-contacts textarea {
    height: 170px;
    margin: 0; }
  .form-contacts input[type=text] {
    margin: 0 0 20px; }
  .form-contacts-title {
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 20px; }

.content-img {
  float: left;
  margin: 0 30px 30px 0; }
.content-text h1 {
  margin: 5px 0 10px;
  font-size: 190%;
  color: #000; }

.latest-projects {
  background: #2847D6;
  padding: 40px 0 0; }
  .latest-projects h2 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 260%;
    margin-bottom: 40px; }
  .latest-projects-slider-item {
    position: relative; }
    .latest-projects-slider-item-img {
      opacity: 0.9; }
    .latest-projects-slider-item-title {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      padding: 20px 30px;
      color: #fff;
      position: absolute;
      width: 100%; }
  .latest-projects-slider .owl-prev {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    position: absolute;
    left: 2%;
    top: 40%;
    background: url(/img/icons.png) no-repeat -76px -65px;
    width: 60px;
    height: 60px; }
    .latest-projects-slider .owl-prev.disabled {
      opacity: .5; }
  .latest-projects-slider .owl-next {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    position: absolute;
    right: 2%;
    top: 40%;
    background: url(/img/icons.png) no-repeat -139px -65px;
    width: 60px;
    height: 60px; }
    .latest-projects-slider .owl-next.disabled {
      opacity: .5; }

.seo-block {
  padding: 40px 0; }
  .seo-block h3 {
    font-weight: 600; }
  .seo-block hr {
    width: 80px;
    border-color: #2847D6;
    margin: 40px auto; }
  .seo-block-italic {
    font-style: italic;
    font-size: 160%;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #2847D6; }

.footer {
  background: #2847D6;
  color: #fff;
  padding: 40px 0; }
  .footer-menu-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 130%;
    padding-bottom: 10px; }
  .footer-menu ul {
    padding-left: 20px; }
    .footer-menu ul li {
      padding-bottom: 10px; }
      .footer-menu ul li a {
        color: #fff;
        font-weight: 300;
        font-size: 110%; }
        .footer-menu ul li a:hover, .footer-menu ul li a:focus {
          text-decoration: underline; }
  .footer-menu-left {
    float: left;
    margin-right: 10%; }
  .footer-menu-right {
    float: left; }
  .footer-contacts-phone {
    position: relative;
    margin-left: 35px; }
    .footer-contacts-phone span {
      position: absolute;
      left: -35px;
      top: 0px; }
  .footer-contacts-email {
    position: relative;
    margin-left: 35px; }
    .footer-contacts-email span {
      position: absolute;
      left: -35px;
      top: 0px; }
  .footer-contacts-geo {
    position: relative;
    margin-left: 35px; }
    .footer-contacts-geo span {
      position: absolute;
      left: -35px;
      top: 4px; }
  .footer-contacts-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 130%;
    padding-bottom: 10px; }
  .footer-contacts ul {
    padding-left: 0; }
    .footer-contacts ul li {
      padding-bottom: 12px;
      list-style: none; }
  .footer-post {
    padding: 30px 0; }
    .footer-post-copyright {
      color: #000; }
      .footer-post-copyright strong {
        font-size: 120%; }
    .footer-post-call {
      text-align: center; }
    .footer-post-logodev {
      float: right; }
      .footer-post-logodev img {
        margin: 0 auto; }
      .footer-post-logodev span {
        font-size: 90%; }
        .footer-post-logodev span a {
          text-decoration: underline; }

.content {
  padding: 40px 0; }
  .content .p404 {
    padding: 60px 0; }
    .content .p404-title {
      text-align: center;
      font-size: 1000%;
      font-weight: 600;
      color: #2847d6;
      line-height: 100%;
      padding-bottom: 20px; }
    .content .p404-text {
      text-align: center;
      font-size: 160%;
      font-style: italic; }
      .content .p404-text a {
        text-decoration: underline; }

.breadcrumbs {
  border-bottom: 1px solid rgba(195, 194, 222, 0.5); }
  .breadcrumbs-content {
    padding: 15px 0; }
    .breadcrumbs-content li {
      display: inline-block;
      list-style: none;
      vertical-align: middle;
      font-size: 85%;
      color: #454545;
      font-weight: 600; }
      .breadcrumbs-content li a {
        color: #454545; }
        .breadcrumbs-content li a:hover, .breadcrumbs-content li a:focus {
          color: #2847D6; }
      .breadcrumbs-content li:after {
        vertical-align: middle;
        content: "";
        width: 4px;
        height: 4px;
        background: #2D4BE0;
        border-radius: 100%;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px; }
      .breadcrumbs-content li:last-child {
        margin-right: 0; }
        .breadcrumbs-content li:last-child:after {
          display: none; }
      .breadcrumbs-content li .homecrumb {
        vertical-align: middle;
        background: url(/img/icons.png) no-repeat 0px -102px;
        width: 19px;
        height: 16px;
        display: inline-block; }

.menu {
  background: #2847D6; }
  .menu-t {
    width: 90%; }
  .menu-content {
    padding: 10px 0; }
  .menu ul {
    padding-left: 0; }
    .menu ul li {
      color: #fff;
      list-style: none; }
      .menu ul li.active a:before {
        content: "";
        left: 10px;
        top: 47%;
        display: block;
        width: 3px;
        height: 3px;
        background: #fff;
        position: absolute;
        border-radius: 100%; }
      .menu ul li span {
        font-size: 130%;
        display: block;
        padding: 15px 20px;
        position: relative; }
        .menu ul li span:before {
          content: "";
          display: block;
          background: #2A40B0;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: -1px;
          left: 0; }
      .menu ul li a {
        color: #fff;
        display: block;
        padding: 7px 20px;
        position: relative;
        font-weight: 600; }
        .menu ul li a:hover:before, .menu ul li a.active:before, .menu ul li a:focus:before {
          content: "";
          left: 10px;
          top: 47%;
          display: block;
          width: 3px;
          height: 3px;
          background: #fff;
          position: absolute;
          border-radius: 100%; }

.title .h1 {
  font-size: 460%;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
  color: #000; }

.portfolio {
  background: #F7F7F7; }
  .portfolio-content-item {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .portfolio-content-item:hover {
      -webkit-box-shadow: 0px 0px 0px 2px #2847D6;
      -moz-box-shadow: 0px 0px 0px 2px #2847D6;
      -ms-box-shadow: 0px 0px 0px 2px #2847D6;
      -o-box-shadow: 0px 0px 0px 2px #2847D6;
      box-shadow: 0px 0px 0px 2px #2847D6; }
  .portfolio-buttons {
    margin: 40px 0;
    padding-left: 0;
    text-align: center; }
    .portfolio-buttons li {
      display: inline-block;
      list-style: none;
      margin-right: 20px; }
      .portfolio-buttons li.active a {
        -webkit-box-shadow: 0px -3px 0px #2B49DB;
        -moz-box-shadow: 0px -3px 0px #2B49DB;
        -ms-box-shadow: 0px -3px 0px #2B49DB;
        -o-box-shadow: 0px -3px 0px #2B49DB;
        box-shadow: 0px -3px 0px #2B49DB; }
      .portfolio-buttons li:last-child {
        margin-right: 0; }
      .portfolio-buttons li a {
        display: block;
        background: #fff;
        padding: 7px 20px;
        color: #454545;
        font-weight: 600;
        font-style: 120%; }
  .portfolio h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px; }

.news {
  padding: 40px 0;
  background: #f7f7f7; }
  .news-item {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    margin-bottom: 30px; }
    .news-item hr {
      margin: 0 0 10px;
      width: 70px;
      border-color: #ddd; }
    .news-item-date {
      color: #ddd;
      font-size: 90%;
      padding-bottom: 10px; }
    .news-item-img img {
      width: 100%; }
    .news-item-title {
      color: #2847D6;
      font-size: 110%;
      font-weight: 600;
      margin-bottom: 10px; }
    .news-item-readmore {
      margin-top: 10px; }
      .news-item-readmore a {
        color: #2847D6; }

.pagination {
  text-align: center;
  padding-left: 0; }
  .pagination li {
    display: inline-block; }
    .pagination li.active a {
      border: 2px solid #2847D6;
      border-radius: 100%; }
    .pagination li a, .pagination li span {
      display: block;
      height: 40px;
      width: 40px;
      line-height: 35px;
      color: #454545; }

.service {
  padding: 40px 0;
  background: #f7f7f7; }
  .service-top {
    margin-bottom: 50px; }
    .service-top-text {
      font-size: 160%;
      font-weight: 300; }
    .service-top-text2 {
      font-size: 120%;
      font-weight: 600;
      margin-top: 30px; }
    .service-top-price {
      margin-top: 40px;
      margin-bottom: 40px; }
      .service-top-price-buttons {
        margin-right: 50px;
        font-size: 120%; }
        .service-top-price-buttons span {
          font-size: 150%;
          font-weight: 600; }
    .service-top-img-lic img {
      position: absolute;
      bottom: -60px;
      right: 0; }
  .service-block {
    margin-bottom: 30px;
    padding: 40px 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1); }
    .service-block-icon {
      text-align: center; }
      .service-block-icon-title {
        margin-top: 20px;
        font-size: 90%;
        font-style: italic; }
    .service-block-title {
      font-size: 190%;
      font-weight: 300;
      text-align: center;
      width: 60%;
      margin: 0 auto 40px auto; }

.form-wrap {
  background: #fff; }
  .form-wrap-text {
    margin: 50px 0; }
    .form-wrap-text-title {
      font-size: 150%;
      font-weight: 300;
      margin-top: 25px; }

input.error, textarea.error {
  border-color: red !important; }

.nores {
  font-size: 150%;
  text-align: center;
  margin: 20px 0 60px 0; }

.map {
  position: relative; }
  .map-text {
    position: absolute;
    top: 0;
    width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .map-text-container {
      background: #fff;
      width: 320px;
      padding: 10px;
      float: right;
      margin-top: 100px;
      -webkit-box-shadow: 0px 0px 12px #b7b7b7;
      -moz-box-shadow: 0px 0px 12px #b7b7b7;
      -ms-box-shadow: 0px 0px 12px #b7b7b7;
      -o-box-shadow: 0px 0px 12px #b7b7b7;
      box-shadow: 0px 0px 12px #b7b7b7; }
      .map-text-container-border {
        border: 1px solid #2847D6;
        padding: 20px; }
      .map-text-container ul {
        padding-left: 25px; }
        .map-text-container ul li {
          list-style: none;
          margin-bottom: 20px;
          font-size: 120%; }
          .map-text-container ul li b {
            font-size: 80%; }
    .map-text-mapmarker {
      position: relative; }
      .map-text-mapmarker:before {
        background: url(/img/icons.png) 0px 73px;
        width: 17px;
        height: 24px;
        content: "";
        display: block;
        position: absolute;
        left: -30px;
        top: 10px; }
    .map-text-email {
      position: relative; }
      .map-text-email:before {
        background: url(/img/icons.png) -19px -76px;
        width: 20px;
        height: 14px;
        content: "";
        display: block;
        position: absolute;
        left: -30px;
        top: 10px; }
    .map-text-phone {
      position: relative; }
      .map-text-phone:before {
        background: url(/img/icons.png) -40px -76px;
        width: 20px;
        height: 20px;
        content: "";
        display: block;
        position: absolute;
        left: -30px;
        top: 10px; }

input[name=user] { display: none }
.nav-ul { display:table;width:100% }
.nav-ul > li { display:table-cell; }

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