@import url(http://fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,300);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  color: #232323;
  font-size: 16px;
  background: #fff;
  line-height: 18px;
  font-family: 'Philosopher', Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
a {
  color: #22aad1;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
b {
  font-weight: bold;
}
strong {
  font-weight: 600;
}
i,
em {
  font-style: italic;
}
s,
strike {
  text-decoration: line-through;
}
input,
textarea {
  outline: none;
  font-size: 14px;
  font-family: 'Philosopher', Arial, sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clr:before,
.clr:after {
  clear: both;
  content: '';
  display: block;
  line-height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.left,
.right {
  display: inline;
}
.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  min-width: 240px;
  max-width: 1220px;
}
.light-gray {
  background: #e2e2e2;
}
.darck-gray {
  background: #d8d8d8;
}
/*--- title blocks ---*/
.title-block {
  position: relative;
  text-align: center;
  padding: 15px 0 25px;
}
.title-block h1,
.title-block h2 {
  color: #303030;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  padding: 60px 0 15px;
  text-transform: uppercase;
  background: url('images/title_logo.png') no-repeat center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.title-block a {
  text-decoration: none;
}
.title-block a:hover h2 {
  color: #4278dc;
}
@media screen and (max-width: 480px) {
  .title-block h1,
  .title-block h2 {
    font-size: 24px;
    padding: 45px 0 15px;
    background-size: contain;
  }
}
/*================================
TOP BAR NAVIGATION
================================*/
.topbar {
  min-height: 60px;
  background: #111b2f;
}
.topbar nav {
  padding: 15px 0;
  text-align: center;
}
.topbar nav li {
  font-size: 14px;
  padding: 6px 2%;
  text-align: center;
  display: inline-block;
}
.topbar nav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topbar nav li a:hover {
  text-decoration: underline;
}
/*================================
HEADER
================================*/
header {
  background: #fff;
  min-height: 100px;
}
header .logotype {
  float: left;
  margin-top: 5px;
  width: 50%;
  height: 97px;
}
header .logotype a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  max-width: 501px;
  background: url('images/logotype.png') no-repeat;
  background-size: 100%;
}
header .logotype h1 {
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
header .phones {
  width: 50%;
  float: left;
}
header .phones ul {
  margin-top: 30px;
}
header .phones ul li {
  width: 50%;
  float: left;
}
header .phones ul li span {
  color: #115595;
  display: block;
  font-size: 20px;
}
header .phones ul li a {
  color: #115595;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  font-family: 'Roboto', Arial, sans-serif;
}
header .phones ul li a b {
  font-weight: 500;
}
@media screen {
  header {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  header .logotype,
  header .phones {
    float: none;
    width: auto;
  }
  header .logotype a {
    margin: 0 auto;
  }
  header .phones ul li {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  header .phones ul li {
    float: none;
    width: auto;
    margin-top: 10px;
  }
}
/*================================
PROMO BLOCK
================================*/
.promo-block {
  height: 445px;
  overflow: hidden;
}
.promo-block .slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.promo-block .slides .slides-container .wrapper {
  z-index: 2;
  margin-top: 7%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.promo-block .slides .slides-container .wrapper .title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.promo-block .slides .slides-container .wrapper .title span {
  padding: 3px 10px;
  background: #49a1ed;
}
.promo-block .slides .slides-container .wrapper .title + .title span {
  background: #2484db;
}
.promo-block .slides .slides-container .wrapper .title + .title + .title span {
  background: #4769d4;
}
@media screen and (max-width: 925px) {
  .promo-block .slides .slides-container .wrapper {
    margin-top: 14%;
  }
}
@media screen and (max-width: 480px) {
  .promo-block .slides .slides-container .wrapper {
    margin-top: 34%;
  }
  .promo-block .slides .slides-container .wrapper .title {
    font-size: 16px;
  }
}
.promo-block .slides .slides-pagination {
  z-index: 3;
  width: 100%;
  bottom: 70px;
  position: absolute;
  text-align: center;
}
.promo-block .slides .slides-pagination a {
  margin: 0 7px;
  background: #fff;
  vertical-align: top;
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.promo-block .slides .slides-pagination a.current {
  background: #74e0ff;
}
/*================================
SERVICES BLOCK
================================*/
.services-block {
  margin: 0;
  padding-bottom: 125px;
}
.services-block .sb-item {
  float: left;
  height: 255px;
  display: block;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.services-block .sb-item img {
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.services-block .sb-item .info {
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 16, 37, 0.7);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-block .sb-item .info .title {
  color: #fff;
  margin: 9% 17%;
  font-size: 15px;
  padding: 7% 10px 6%;
  text-align: center;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.services-block .sb-item .info .title div {
  font-size: 28px;
  font-style: italic;
  line-height: normal;
  text-transform: none;
}
.services-block .sb-item .info .title span {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 19px;
  background: url('images/s_sep.png') no-repeat center 0;
}
.services-block .sb-item:hover .info {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.services-block .sb-item + .sb-item + .sb-item {
  width: 33.33333333%;
}
.services-block .sb-item + .sb-item + .sb-item .info .title {
  margin: 18% 17%;
}
@media screen and (max-width: 768px) {
  .services-block .sb-item {
    float: none;
    width: auto;
  }
  .services-block .sb-item .info .title {
    font-size: 13px;
  }
  .services-block .sb-item .info .title div {
    font-size: 20px;
  }
  .services-block .sb-item + .sb-item {
    float: left;
    width: 50%;
  }
  .services-block .sb-item + .sb-item + .sb-item {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .services-block .sb-item {
    float: none !important;
    width: auto  !important;
  }
}
@media screen and (max-width: 480px) {
  .services-block {
    padding-bottom: 90px;
  }
}
/*================================
ADVANTAGES BLOCK
================================*/
.advantages-block {
  min-height: 425px;
  padding-bottom: 80px;
}
.advantages-block .title-block h2 {
  margin-top: -105px;
}
.advantages-block .adv-item {
  float: left;
  width: 25%;
  text-align: center;
}
.advantages-block .adv-item .img {
  height: 200px;
  text-align: center;
  line-height: 200px;
  margin: 0 20px 10px;
}
.advantages-block .adv-item .img img {
  max-width: 100%;
  vertical-align: middle;
}
.advantages-block .adv-item span {
  color: #000;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 20px 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  background: url('images/adv_sep.png') no-repeat center 100%;
}
.advantages-block .adv-item p {
  margin: 0 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 700px) {
  .advantages-block .adv-item {
    height: 332px;
    width: 50%;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .advantages-block {
    padding-bottom: 35px;
  }
  .advantages-block .title-block h2 {
    margin-top: -85px;
  }
  .advantages-block .adv-item {
    float: none;
    width: auto;
    height: auto;
  }
}
/*================================
PRODUCTS BLOCK
================================*/
.products-block {
  padding: 35px 0;
}
.products-block .carousel {
  position: relative;
  margin: 0 55px 0;
}
.products-block .carousel .jcarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.products-block .carousel .jcarousel ul {
  width: 20000em;
  position: relative;
}
.products-block .carousel .jcarousel ul li {
  float: left;
  width: 25%;
  min-height: 450px !important;
  position: relative;
  background: #49a1ed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-block .carousel .jcarousel ul li .img {
  z-index: 1;
  height: 315px;
  margin: 0 20px;
  text-align: center;
  line-height: 315px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.products-block .carousel .jcarousel ul li .img img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.products-block .carousel .jcarousel ul li span {
  z-index: 1;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 20px 10px 30px;
  text-transform: uppercase;
  background: url('images/s_sep.png') no-repeat center 100%;
}
.products-block .carousel .jcarousel ul li span a {
  color: #fff;
  display: block;
  padding-top: 5px;
}
.products-block .carousel .jcarousel ul li:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('images/jcarousel_glow.png') no-repeat center 0;
}
.products-block .carousel .jcarousel ul li:nth-child(4n+2) {
  background: #2484db;
}
.products-block .carousel .jcarousel ul li:nth-child(5n+3) {
  background: #4768d4;
}
.products-block .carousel .jcarousel ul li:nth-child(6n+4) {
  background: #264abc;
}
.products-block .carousel .control-lnk {
  top: 50%;
  display: block;
  margin-top: -14px;
  position: absolute;
  text-indent: -9999px;
  width: 39px;
  height: 29px;
  background: url('images/jcarousel_control.png') no-repeat;
}
.products-block .carousel .control-lnk.jcarousel-prev {
  left: -55px;
}
.products-block .carousel .control-lnk.jcarousel-prev:hover {
  background-position: 0 100%;
}
.products-block .carousel .control-lnk.jcarousel-next {
  right: -55px;
  background-position: 100% 0;
}
.products-block .carousel .control-lnk.jcarousel-next:hover {
  background-position: 100% 100%;
}
@media screen and (max-width: 450px) {
  .products-block .carousel {
    margin: 0;
  }
  .products-block .carousel .control-lnk {
    top: -40px;
    margin-top: 0;
  }
  .products-block .carousel .control-lnk.jcarousel-prev {
    left: 0;
  }
  .products-block .carousel .control-lnk.jcarousel-next {
    right: 0;
  }
}
.products-block .download {
  margin: 60px auto 0;
  background: #34c2eb;
  width: 245px;
  height: 60px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-block .download a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  position: relative;
  padding-left: 60px;
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.products-block .download a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #43cff8 url('images/icon_pdf.png') no-repeat center;
}
.products-block .download:hover {
  background: #15abd7;
}
/*================================
OBJECTS BLOCK
================================*/
.objects-block {
  padding-bottom: 160px;
}
.objects-block .carousel {
  position: relative;
  margin: 0 55px 0;
}
.objects-block .carousel .jcarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.objects-block .carousel .jcarousel ul {
  width: 20000em;
  position: relative;
}
.objects-block .carousel .jcarousel ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  max-height: 393px;
  position: relative;
}
.objects-block .carousel .jcarousel ul li .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.objects-block .carousel .jcarousel ul li .img img {
  display: block;
  max-width: 450px;
  max-height: 100%;
}
.objects-block .carousel .jcarousel ul li .info {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #4aa1ed;
  margin: -87px 0 0 -87px;
  width: 175px;
  height: 175px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.objects-block .carousel .jcarousel ul li .info-cell {
  color: #fff;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.objects-block .carousel .jcarousel ul li .info-cell span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  background: url('images/s_sep.png') no-repeat center 100%;
}
.objects-block .carousel .jcarousel ul li:nth-child(4n+2) .info {
  background: #2484db;
}
.objects-block .carousel .jcarousel ul li:nth-child(5n+3) .info {
  background: #4768d4;
}
.objects-block .carousel .jcarousel ul li:nth-child(6n+4) .info {
  background: #264abc;
}
.objects-block .carousel .jcarousel ul li:hover .info {
  box-shadow: 0 0 0 150px #4aa1ed;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.objects-block .carousel .jcarousel ul li:hover:nth-child(4n+2) .info {
  box-shadow: 0 0 0 150px #2484db;
}
.objects-block .carousel .jcarousel ul li:hover:nth-child(5n+3) .info {
  box-shadow: 0 0 0 150px #4768d4;
}
.objects-block .carousel .jcarousel ul li:hover:nth-child(6n+4) .info {
  box-shadow: 0 0 0 150px #264abc;
}
.objects-block .carousel .control-lnk {
  top: 50%;
  display: block;
  margin-top: -14px;
  position: absolute;
  text-indent: -9999px;
  width: 39px;
  height: 29px;
  background: url('images/jcarousel_control.png') no-repeat;
}
.objects-block .carousel .control-lnk.jcarousel-prev {
  left: -55px;
}
.objects-block .carousel .control-lnk.jcarousel-prev:hover {
  background-position: 0 100%;
}
.objects-block .carousel .control-lnk.jcarousel-next {
  right: -55px;
  background-position: 100% 0;
}
.objects-block .carousel .control-lnk.jcarousel-next:hover {
  background-position: 100% 100%;
}
@media screen and (max-width: 450px) {
  .objects-block .carousel {
    margin: 0;
  }
  .objects-block .carousel .control-lnk {
    top: -40px;
    margin-top: 0;
  }
  .objects-block .carousel .control-lnk.jcarousel-prev {
    left: 0;
  }
  .objects-block .carousel .control-lnk.jcarousel-next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .objects-block {
    padding-bottom: 90px;
  }
}
/*================================
CLIENT & ARHITECT BLOCK
================================*/
.architect-block {
  padding-bottom: 45px;
}
.architect-block .title-block h2 {
  margin-top: -105px;
}
.architect-block .carousel {
  position: relative;
  margin: 0 55px 0;
}
.architect-block .carousel .jcarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.architect-block .carousel .jcarousel ul {
  width: 20000em;
  position: relative;
}
.architect-block .carousel .jcarousel ul li {
  float: left;
  width: 25%;
  position: relative;
}
.architect-block .carousel .jcarousel ul li .img {
  height: 185px;
  margin: 0 auto;
  max-width: 250px;
  overflow: hidden;
}
.architect-block .carousel .jcarousel ul li .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.architect-block .carousel .jcarousel ul li .info {
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
}
.architect-block .carousel .jcarousel ul li .info .title {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 25px 0 25px;
  text-transform: uppercase;
  background: url('images/adv_sep.png') no-repeat center 100%;
}
.architect-block .carousel .jcarousel ul li .info .title a {
  color: #000;
  text-decoration: none;
}
.architect-block .carousel .jcarousel ul li .info .title a:hover {
  text-decoration: underline;
}
.architect-block .carousel .jcarousel ul li .info p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.architect-block .carousel .jcarousel ul li .info .more {
  color: #22aad1;
  padding-top: 15px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.architect-block .carousel .jcarousel ul li .info .more a {
  color: #22aad1;
  font-weight: bold;
}
.architect-block .carousel .control-lnk {
  top: 50%;
  display: block;
  margin-top: -14px;
  position: absolute;
  text-indent: -9999px;
  width: 39px;
  height: 29px;
  background: url('images/jcarousel_control.png') no-repeat;
}
.architect-block .carousel .control-lnk.jcarousel-prev {
  left: -55px;
}
.architect-block .carousel .control-lnk.jcarousel-prev:hover {
  background-position: 0 100%;
}
.architect-block .carousel .control-lnk.jcarousel-next {
  right: -55px;
  background-position: 100% 0;
}
.architect-block .carousel .control-lnk.jcarousel-next:hover {
  background-position: 100% 100%;
}
@media screen and (max-width: 910px) {
  .architect-block .carousel .jcarousel ul li .img,
  .architect-block .carousel .jcarousel ul li .info {
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .service-page .architect-block ul {margin: 0;}
  .architect-block .carousel {
    margin: 0;
    padding-top: 45px;
  }
  .architect-block .carousel .control-lnk {
    top: 0px;
    margin-top: 0;
  }
  .architect-block .carousel .control-lnk.jcarousel-prev {
    left: 0;
  }
  .architect-block .carousel .control-lnk.jcarousel-next {
    right: 0;
  }
  .architect-block .carousel .jcarousel ul li .img,
  .architect-block .carousel .jcarousel ul li .info {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .architect-block {
    padding-bottom: 50px;
  }
  .architect-block .title-block h2 {
    margin-top: -85px;
  }
}
/*================================
NEWS BLOCK
================================*/
.news-block {
  padding: 45px 0 145px;
}
.news-block .nb-item {
  float: left;
  overflow: hidden;
  position: relative;
  background: #263147;
  width: 65%;
  height: 290px;
}
.news-block .nb-item .img {
  float: left;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-height: 290px;
}
.news-block .nb-item .img img {
  max-width: 100%;
  min-height: 290px;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.news-block .nb-item .description {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  max-height: 290px;
  background: #263147 url('images/bg_news_descr.png') no-repeat 100% 100%;
}
.news-block .nb-item .description .head {
  margin-bottom: 20px;
  padding: 20px 25px 0;
}
.news-block .nb-item .description .head a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.news-block .nb-item .description .head a:hover {
  text-decoration: underline;
}
.news-block .nb-item .description .head .date {
  color: #41bbde;
  display: block;
  font-size: 14px;
  padding-top: 5px;
  font-style: italic;
}
.news-block .nb-item .description .text {
  height: 75px;
  color: #9ba3b2;
  font-size: 14px;
  padding: 0 25px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.news-block .nb-item .description .more {
  color: #41bbde;
  padding: 0 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.news-block .nb-item .description .more a {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-block .nb-item + .nb-item {
  width: 35%;
  overflow: visible;
}
.news-block .nb-item + .nb-item .img {
  float: none;
  width: auto;
}
.news-block .nb-item + .nb-item .description {
  width: auto;
  float: none;
}
.news-block .nb-item + .nb-item + .nb-item {
  width: 65%;
  height: 290px;
  overflow: hidden;
  max-width: none;
}
.news-block .nb-item + .nb-item + .nb-item .img {
  width: 50%;
  float: right;
}
.news-block .nb-item + .nb-item + .nb-item .description {
  width: 50%;
  float: right;
  text-align: right;
  background: url('images/bg_news_descr.png') no-repeat 0 100%;
}
.news-block .nb-item + .nb-item + .nb-item .description:before {
  width: 105%;
  top: 50%;
  left: 0;
  margin: -18px 0 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .news-block .nb-item {
    float: none;
    width: auto;
    height: 205px;
    max-width: 100%;
  }
  .news-block .nb-item:before,
  .news-block .nb-item:after {
    clear: both;
    content: '';
    display: block;
    line-height: 0;
  }
  .news-block .nb-item .img {
    width: 50%;
  }
  .news-block .nb-item .img img {
    min-height: 205px;
  }
  .news-block .nb-item .description {
    width: 50%;
  }
  .news-block .nb-item .description .head {
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }
  .news-block .nb-item .description .head a {
    font-size: 14px;
  }
  .news-block .nb-item .description .head .date {
    font-size: 13px;
  }
  .news-block .nb-item .description .text,
  .news-block .nb-item .description .more {
    display: none;
  }
  .news-block .nb-item + .nb-item {
    width: auto;
    max-width: 100%;
  }
  .news-block .nb-item + .nb-item .img {
    width: 50%;
    float: right;
  }
  .news-block .nb-item + .nb-item .description {
    width: 50%;
    float: right;
    text-align: right;
  }
  .news-block .nb-item + .nb-item + .nb-item {
    width: auto;
    height: 205px;
    max-width: 100%;
  }
  .news-block .nb-item + .nb-item + .nb-item .img {
    width: 50%;
    float: left;
  }
  .news-block .nb-item + .nb-item + .nb-item .description {
    width: 50%;
    float: left;
    text-align: left;
  }
}
.news-block .download {
  margin: 60px auto 0;
  background: #34c2eb;
  width: 245px;
  height: 60px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-block .download a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  position: relative;
  padding-left: 60px;
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.news-block .download a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #43cff8 url('images/icon_refresh.png') no-repeat center;
}
.news-block .download:hover {
  background: #15abd7;
}
@media (max-width: 480px) {
  .news-block {
    padding: 20px 0 90px;
  }
}
/*================================
LIBRARY BLOCK
================================*/
.library-block {
  padding-bottom: 70px;
}
.library-block .title-block h2 {
  margin-top: -105px;
}
.library-block .carousel {
  position: relative;
  margin: 0 55px 0;
}
.library-block .carousel .jcarousel-third {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.library-block .carousel .jcarousel-third ul {
  width: 20000em;
  position: relative;
}
.library-block .carousel .jcarousel-third ul li {
  float: left;
  height: 580px;
  width: 25%;
  position: relative;
  background: #49a2ed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.library-block .carousel .jcarousel-third ul li .img {
  height: 290px;
  margin: 20px;
  overflow: hidden;
}
.library-block .carousel .jcarousel-third ul li .img img {
  display: block;
  max-width: 100%;
}
.library-block .carousel .jcarousel-third ul li .info {
  margin: 0 20px 20px;
  text-align: center;
}
.library-block .carousel .jcarousel-third ul li .info .title {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 10px 0 25px;
  text-transform: uppercase;
  background: url('images/s_sep.png') no-repeat center 100%;
}
.library-block .carousel .jcarousel-third ul li .info .text {
  height: 80px;
  color: #c9e2f8;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.library-block .carousel .jcarousel-third ul li .info .more {
  color: #fff;
  padding-top: 15px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.library-block .carousel .jcarousel-third ul li .info .more a {
  color: #fff;
  font-weight: bold;
}
.library-block .carousel .jcarousel-third ul li:nth-child(3n+2) {
  background: #2484db;
}
.library-block .carousel .jcarousel-third ul li:nth-child(5n+3) {
  background: #4769d4;
}
@media screen and (max-width: 480px) {
  .library-block .carousel .jcarousel-third ul li {
    height: 500px;
  }
  .library-block .carousel .jcarousel-third ul li .img {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .library-block .carousel .jcarousel-third ul li {
    height: 480px;
  }
  .library-block .carousel .jcarousel-third ul li .img {
    height: 180px;
  }
  .library-block .carousel .jcarousel-third ul li .info .title {
    font-size: 12px;
  }
}
.library-block .carousel .control-lnk {
  top: 50%;
  display: block;
  margin-top: -14px;
  position: absolute;
  text-indent: -9999px;
  width: 39px;
  height: 29px;
  background: url('images/jcarousel_control.png') no-repeat;
}
.library-block .carousel .control-lnk.jcarousel-prev {
  left: -55px;
}
.library-block .carousel .control-lnk.jcarousel-prev:hover {
  background-position: 0 100%;
}
.library-block .carousel .control-lnk.jcarousel-next {
  right: -55px;
  background-position: 100% 0;
}
.library-block .carousel .control-lnk.jcarousel-next:hover {
  background-position: 100% 100%;
}
@media screen and (max-width: 450px) {
  .library-block .carousel {
    margin: 0;
  }
  .library-block .carousel .control-lnk {
    top: -40px;
    margin-top: 0;
  }
  .library-block .carousel .control-lnk.jcarousel-prev {
    left: 0;
  }
  .library-block .carousel .control-lnk.jcarousel-next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .library-block {
    padding-bottom: 50px;
  }
  .library-block .title-block h2 {
    margin-top: -85px;
  }
}
/*================================
VIDEO BLOCK
================================*/
.video-block {
  padding-bottom: 100px;
}
.video-block .video-gallery {
  height: 430px;
}
.video-block .video-gallery .video {
  display: none;
  min-height: 430px;
  background: #263147 url('images/bg_news_descr.png') no-repeat 100% 100%;
}
.video-block .video-gallery .video .leftcol {
  width: 65%;
  float: left;
}
.video-block .video-gallery .video .leftcol iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
}
.video-block .video-gallery .video .rightcol {
  width: 35%;
  float: left;
}
.video-block .video-gallery .video .rightcol > * {
  padding: 0 45px;
}
.video-block .video-gallery .video .rightcol .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
.video-block .video-gallery .video .rightcol .date {
  color: #41bbde;
  display: block;
  font-size: 14px;
  font-style: italic;
}
.video-block .video-gallery .video .rightcol .text {
  color: #9ba3b2;
  font-size: 14px;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.video-block .video-gallery .video.active {
  display: block;
}
@media screen and (max-width: 800px) {
  .video-block .video-gallery .video .leftcol {
    width: 55%;
  }
  .video-block .video-gallery .video .rightcol {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .video-block .video-gallery .video {
    padding-bottom: 45px;
  }
  .video-block .video-gallery .video .leftcol,
  .video-block .video-gallery .video .rightcol {
    width: 100%;
    float: left;
  }
}
.video-block .video-gallery .video-tabs {
  margin-top: 10px;
}
.video-block .video-gallery .video-tabs li {
  float: left;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 14.28571429%;
  height: 174px;
}
.video-block .video-gallery .video-tabs li .img {
  overflow: hidden;
  position: relative;
}
.video-block .video-gallery .video-tabs li .img img {
  display: block;
  max-height: 174px;
}
.video-block .video-gallery .video-tabs li:before {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 39px;
  background: url('images/icon_play.png') no-repeat;
}
.video-block .video-gallery .video-tabs li.active:after {
  z-index: 1;
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0 7px #41bbde inset;
}
@media screen and (max-width: 900px) {
  .video-block .video-gallery .video-tabs li {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .video-block .video-gallery .video-tabs li {
    width: 25%;
  }
}
@media screen and (max-width: 570px) {
  .video-block .video-gallery .video-tabs li {
    height: 100px;
    width: 33.33333333%;
  }
}
@media (max-width: 480px) {
  .video-block {
    padding-bottom: 50px;
  }
}
/*--- breadcrumbs ---*/
.breadcrumbs {
  padding: 25px 0 0;
}
/*================================
SERVICE PAGE
================================*/
.service-page {
  background: #e2e2e2;
  /*--- architect-block ---*/
  /*--- objects-block ---*/
}
.service-page .title-inner {
  margin-bottom: 15px;
}
.service-page .title-inner h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .inner-block {
  padding-bottom: 60px;
}
.service-page .architect-block {
  overflow: hidden;
}
.service-page .architect-block ul {
  margin: 0 -15px;
  position: relative;
}
.service-page .architect-block ul li {
  float: left;
  width: 25%;
  position: relative;
}
.service-page .architect-block ul li > * {
  margin: 0 15px;
}
.service-page .architect-block ul li .img {
  height: 185px;
  overflow: hidden;
}
.service-page .architect-block ul li .img img {
  display: block;
  max-width: 100%;
}
.service-page .architect-block ul li .info {
  text-align: center;
}
.service-page .architect-block ul li .info .title {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 0 25px;
  text-transform: uppercase;
  background: url('images/adv_sep.png') no-repeat center 100%;
}
.service-page .architect-block ul li .info .title a {
  color: #000;
  text-decoration: none;
}
.service-page .architect-block ul li .info .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .service-page .architect-block ul li {
    height: 265px;
    width: 50%;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .service-page .architect-block ul {margin: 0;}
  .service-page .architect-block ul li {
    float: none;
    width: auto;
    height: auto;
  }
}
.service-page .architect-block.three-block ul li {
  width: 33.33333333%;
}
@media screen and (max-width: 640px) {
  .service-page .architect-block.three-block ul li {
    float: none;
    width: auto;
    height: auto;
  }
}
.service-page .objects-block ul {
  position: relative;
}
.service-page .objects-block ul li {
  float: left;
  width: 50%;
  overflow: hidden;
  max-height: 393px;
  position: relative;
}
.service-page .objects-block ul li .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.service-page .objects-block ul li .img img {
  width: 100%;
  display: block;
}
.service-page .objects-block ul li .info {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #4aa1ed;
  margin: -87px 0 0 -87px;
  width: 175px;
  height: 175px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-page .objects-block ul li .info-cell {
  color: #fff;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.service-page .objects-block ul li .info-cell span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  background: url('images/s_sep.png') no-repeat center 100%;
}
.service-page .objects-block ul li:nth-child(2n+2) .info {
  background: #2484db;
}
.service-page .objects-block ul li:nth-child(3n+3) .info {
  background: #4768d4;
}
.service-page .objects-block ul li:hover .info {
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media screen and (max-width: 560px) {
  .service-page .objects-block ul li {
    float: none;
    width: auto;
  }
  .service-page .objects-block ul li .img img {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .service-page .services-block .sb-item + .sb-item {
    float: none;
    width: auto;
  }
  .service-page .services-block .sb-item + .sb-item + .sb-item .info .title {
    margin: 9% 17%;
  }
}
/*================================
NEWS LIST PAGE
================================*/
.news-page {
  overflow: hidden;
  background: #e2e2e2;
}
.news-page .row {
  margin: 0 -1%;
}
.news-page .nlp-item {
  float: left;
  margin: 0 1% 2%;
  overflow: hidden;
  position: relative;
  background: #263147;
  width: 31.33333333%;
  min-height: 290px;
}
.news-page .nlp-item .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 290px;
}
.news-page .nlp-item .img img {
  max-width: 100%;
  min-height: 290px;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.news-page .nlp-item .description {
  height: 100%;
  position: relative;
  padding-bottom: 25px;
  background: #263147 url('images/bg_news_descr.png') no-repeat 100% 100%;
}
.news-page .nlp-item .description .head {
  margin-bottom: 20px;
  padding: 20px 25px 0;
}
.news-page .nlp-item .description .head a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.news-page .nlp-item .description .head a:hover {
  text-decoration: underline;
}
.news-page .nlp-item .description .head .date {
  color: #41bbde;
  display: block;
  font-size: 14px;
  padding-top: 5px;
  font-style: italic;
}
.news-page .nlp-item .description .text {
  height: 75px;
  color: #9ba3b2;
  font-size: 14px;
  padding: 0 25px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.news-page .nlp-item .description .more {
  color: #41bbde;
  padding: 0 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.news-page .nlp-item .description .more a {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .news-page .nlp-item {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .nlp-item {
    float: none;
    width: auto;
  }
}
/*================================
NEWS PAGE FULL
================================*/
.news-detail {
  margin-top: 30px;
}
.news-detail span.news-date-time {
  color: #838383;
  display: block;
  margin-bottom: 10px;
}
.news-detail h1 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/*================================
INNER PAGE
================================*/
.inner-page {
  background: #e2e2e2;
}
.inner-page .title-inner {
  text-align: center;
  margin-bottom: 20px;
}
.inner-page .title-inner h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .inner-page .title-inner {
    margin-bottom: 50px;
  }
}
.inner-page [class*="-block"] {
  padding-bottom: 65px;
}
/*--- products page ---*/
.inner-page.products-page {
  overflow: hidden;
}
.inner-page.products-page .title-inner {
  text-align: left;
  margin-bottom: 20px;
}
.inner-page.products-page .title-inner a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.inner-page.products-page .title-inner a h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px dotted #000;
}
.inner-page.products-page .title-inner a:hover {
  padding-bottom: 1px;
}
.inner-page.products-page .title-inner a:hover h2 {
  border: 0;
}
@media screen and (max-width: 450px) {
  .inner-page.products-page .title-inner {
    margin-bottom: 50px;
  }
}
.inner-page.products-page [class*="-block"] {
  padding: 0 0 65px;
}
.inner-page.products-page .title-block {
  padding-top: 25px;
}
.inner-page.products-page .row {
  margin: 0 -1%;
}
.inner-page.products-page .row .product-item {
  width: 23%;
  float: left;
  margin: 0 1% 2%;
  min-height: 440px !important;
  position: relative;
  background: #49a1ed;
  padding-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.inner-page.products-page .row .product-item .img {
  z-index: 1;
  height: 315px;
  margin: 0 20px;
  text-align: center;
  line-height: 315px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.inner-page.products-page .row .product-item .img img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.inner-page.products-page .row .product-item span {
  z-index: 1;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 20px 15px 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  background: url('images/s_sep.png') no-repeat center 100%;
}
.inner-page.products-page .row .product-item span a {
  color: #fff;
  display: block;
  margin-top: 3px;
}
.inner-page.products-page .row .product-item:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('images/jcarousel_glow.png') no-repeat center 0;
}
.inner-page.products-page .row .product-item:nth-child(4n+2) {
  background: #2484db;
}
.inner-page.products-page .row .product-item:nth-child(5n+3) {
  background: #4768d4;
}
.inner-page.products-page .row .product-item:nth-child(6n+4) {
  background: #264abc;
}
@media screen and (max-width: 1024px) {
  .inner-page.products-page .row .product-item {
    width: 31.33333333%;
  }
}
@media screen and (max-width: 768px) {
  .inner-page.products-page .row .product-item {
    width: 48%;
  }
}
@media screen and (max-width: 592px) {
  .inner-page.products-page .row .product-item {
    float: none;
    width: auto;
  }
}
/*================================
OBJECT PAGE
================================*/
.object-page {
  overflow: hidden;
  background: #e2e2e2;
}
.service-page .row,.object-page .row {
  margin: 0 -1%;
}
.service-page .object-item,.object-page .object-item {
  float: left;
  margin: 0 1% 3%;
  width: 31.33333333%;
}
.service-page .object-item{
  float: none;
}
.service-page .object-item .img,.object-page .object-item .img {
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 10px;
}
.service-page .object-item .img img, .object-page .object-item .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.service-page .object-item .story, .object-page .object-item .story {
  text-align: center;
}
@media screen and (max-width: 860px) {
  .object-page .object-item {
    width: 48%;
  }
  .service-page .object-item {
    width: 48%;
  }

}
@media screen and (max-width: 600px) {
  .object-page .object-item {
    float: none;
    width: auto;
  }
  .service-page .object-item {
    float: none;
    width: auto;
  }

}
/*================================
FOOTER
================================*/
footer {
  background: #111b2f;
  padding-bottom: 50px;
}
footer .footnav {
  min-height: 60px;
  background: #4278dc;
}
footer .footnav ul {
  padding: 15px 0;
  text-align: center;
}
footer .footnav ul li {
  font-size: 14px;
  padding: 6px 2%;
  text-align: center;
  display: inline-block;
}
footer .footnav ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .footnav ul li a:hover {
  text-decoration: underline;
}
footer .column {
  padding-top: 35px;
}
footer .leftcol {
  width: 30%;
  float: left;
}
footer .leftcol .name {
  display: none;
}
footer .leftcol .address,
footer .leftcol .phone,
footer .leftcol .mail {
  color: #727884;
  font-size: 16px;
  max-width: 235px;
  line-height: 20px;
  margin-right: 15px;
  padding: 0 0 15px 25px;
}
footer .leftcol .address div,
footer .leftcol .phone div,
footer .leftcol .mail div {
  color: #fff;
}
footer .leftcol .address {
  background: url('images/icon_loc.png') no-repeat 0 3px;
}
footer .leftcol .phone {
  background: url('images/icon_phone.png') no-repeat 0 3px;
}
footer .leftcol .mail {
  background: url('images/icon_mail.png') no-repeat 0 3px;
}
footer .leftcol .social {
  max-width: 260px;
  margin: 10px 15px 0 0;
  border-top: 1px solid #2ba7ce;
}
footer .leftcol .social li {
  float: left;
  margin: 25px 0 0 25px;
  width: 45px;
  height: 45px;
}
footer .leftcol .social li a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
footer .leftcol .social li.vk {
  background: url('images/vk.png') no-repeat;
}
footer .leftcol .social li.fb {
  background: url('images/fb.png') no-repeat;
}
footer .rightcol {
  width: 70%;
  float: left;
}
footer .rightcol .footlinks {
  float: left;
  width: 33.33333333%;
}
footer .rightcol .footlinks span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
}
footer .rightcol .footlinks li {
  margin-bottom: 5px;
}
footer .rightcol .footlinks li a {
  color: #727884;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .rightcol .footlinks li a:hover {
  color: #fff;
}
footer .coffee {
  min-width: 280px;
  margin-top: -35px;
}
footer .coffee .livestat {
  float: left;
  margin-top: 4px;
  padding-right: 10px;
}
footer .coffee a {
  color: #727884;
  font-size: 14px;
  text-decoration: none;
}
footer .coffee a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  footer .leftcol,
  footer .rightcol {
    float: none;
    width: auto;
  }
  footer .leftcol:before,
  footer .rightcol:before,
  footer .leftcol:after,
  footer .rightcol:after {
    clear: both;
    content: '';
    display: block;
    line-height: 0;
  }
  footer .leftcol {
    text-align: center;
    padding-bottom: 30px;
  }
  footer .leftcol .address,
  footer .leftcol .phone,
  footer .leftcol .mail {
    max-width: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
  }
  footer .leftcol .social {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding-bottom: 0;
  }
  footer .rightcol {
    display: none;
  }
}
.contatcs .title-inner {
  text-align: center;
}
.contatcs .map-block {
  width: 50%;
  float: right;
}
.contatcs .map-block .bx-yandex-view-layout {
  float: right;
}
.contatcs .contacts-left {
  width: 50%;
  float: left;
}
.contatcs .row {
  margin: 0 !important;
  text-align: center;
  padding-bottom: 30px;
}
.contatcs .row .object-item {
  width: 16.66666667% !important;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  display: inline-block;
}
.contatcs .row .object-item > * {
  padding: 0 10px;
}
.contatcs .our-clients {
  margin-bottom: 30px;
}
.contatcs .our-clients .row {
  overflow: hidden;
  text-align: center;
}
.contatcs .our-clients .object-item {
  width: 16.66666667%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  display: inline-block;
min-height: 202px;
}
.contatcs .our-clients .object-item > * {
  padding: 0 10px;
}
.contatcs .personal {
  padding-bottom: 30px;
}
.contatcs .personal .row {
  overflow: hidden;
  text-align: center;
}
.contatcs .personal .object-item {
  width: 16.66666667%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  display: inline-block;
}
.contatcs .personal .object-item > * {
  padding: 0 10px;
}
@media screen and (max-width: 1040px) {
  .contatcs .map-block,
  .contatcs .contacts-left {
    float: none;
    width: auto;
  }
  .contatcs .map-block .bx-yandex-view-layout {
    float: none;
  }
  .contatcs .map-block .bx-yandex-view-layout .bx-google-map {
    width: 100% !important;
  }
  .contatcs .contacts-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .contatcs .row .object-item,
  .contatcs .personal .object-item,
  .contatcs .our-clients .object-item {
    width: 24% !important;
  }
}
@media screen and (max-width: 690px) {
  .contatcs .row .object-item,
  .contatcs .personal .object-item,
  .contatcs .our-clients .object-item {
    width: 32.33333333% !important;
  }
}
@media screen and (max-width: 525px) {
  .contatcs .row .object-item,
  .contatcs .personal .object-item,
  .contatcs .our-clients .object-item {
    width: 49% !important;
  }
}
@media screen and (max-width: 370px) {
  .contatcs .row .object-item,
  .contatcs .personal .object-item,
  .contatcs .our-clients .object-item {
    width: auto !important;
    display: block;
  }
}
.contatcs p {
  font-size: 16px;
  line-height: 1.5;
}
.cookies{
      z-index: 99999;  
      padding: 15px 40px;	  
      position: relative;
      display: none;
      color: #fff;
      font-size: 14px;
      background-color: #fff;
    }
    .cookies p{
    	color: #000;
		margin-bottom: 10px;
    }
    .cookies a{
      outline: 0;
      color: #3474eb;
      text-decoration: underline;
    }
    .cookies .cookies-button {
      cursor: pointer;
      background: 0 0;
      box-shadow: 0 0 0 1px #111b2f;
      outline: 1px solid #111b2f;
    }
    .btn {
      color: #111b2f;
      position: relative;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      border: 10px solid transparent;
    }
    .btn span{
		padding: 0 20px;
    }