@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,p,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea,
input, button {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
html{
overflow-x: hidden;
}
body, html {
width: 100%;
height: 100%;
font-weight: 400;
}
input, textarea {
font-family: 'PT Sans', sans-serif;
resize: none;
}
body {
font-size: 17px;
font-family: 'PT Sans', sans-serif;
font-weight: 400;
padding: 0;
}
h1, h2, h3, h4, p{
font-weight: normal;
  
}
h1{
  font-size: 145px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffeb3b;
}
h2{
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  color: #303030;
  text-transform: uppercase;
}
h3{
  font-size: 24px;
  font-weight: 700;
  color: #ffeb3b;
  text-transform: uppercase;
}
h4{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
ol, ul {
list-style: none;
}
a{
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover{
    text-decoration: none;
}
a:focus{
  outline: none;
  color: inherit;
}
blockquote, q {
quotes: none;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*----------------Preloader----------------*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #363635;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/350b.gif) no-repeat 50% 50%;
  margin: -32px 0 0 -32px;
}
/*----------------Preloader END----------------*/
/*For clearfix*/
.clfx:before,
.clfx:after {
    content:"";
    display:table;
}
.clfx:after {
    clear:both;
}
.clfx {
    zoom:1; /* Хак для IE 6 и 7 */
}
.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* /For clearfix*/
/*For wrap*/
.container-fluid{
  position: relative;
  height: 100%;
  max-width: 1200px;
}
/* /For wrap*/
/*For pull*/
  .mt{
    margin-top: 30px;
  }
  .tal{
    text-align: left;
  }
  .tar{
    text-align: right;
  }
  .tac{
    text-align: center;
  }
  .fwb{
    font-weight: bold!important;
  }
  .ttu{
    text-transform: uppercase;
  }
  .ttn{
    text-transform: none;
  }
/*----------------@media--------------------*/
@media (min-width: 1200px){
  .navbar-toggle {
    display: none!important;
  }
}
@media (max-width: 1200px){
  .grey-line div{
    width: 100%!important;
    text-align: center!important;
  }
  .grey-line div.tal p,
  .grey-line div.tac p,
  .grey-line div.tar p{
    width: 100%!important;
    margin: 0 auto!important;
    font-size: 15px!important;
    float: none!important;
    padding-left: 0px!important;
  }
  .grey-line .tal,
  .grey-line .tac,
  .grey-line .tar{
    text-align: left!important;
  }
  .grey-line{
    padding: 15px!important;
  }
  .navbar-toggle {
    display: block!important;
    float: right!important;
    position: absolute!important;
    top: -135px!important;
    right: 0!important;
  }
   .dropdown-toggle{
    padding-right: 0!important;
  }
.dropdown:after{
    right: 20px!important;
  }
  .navbar-default .navbar-nav > li > a{
    padding: 10px 15px!important;
  }
  .navbar-default .navbar-nav > li{
    padding: 0 0 20px 0!important;
    float: none!important;
    display: block;
  }
  .navbar-nav{
    width: 100%!important;
  }
  .navbar-default .navbar-offcanvas{
    background-color: #303030;
  }
  .navbar-offcanvas{
    overflow: scroll;
    padding: 40px 0px 100px 20px!important;
  }
  .one-why{
    margin: 0 auto 200px auto!important;
  }
  .why-we p{
    display: block;
    margin-top: -60px;
  }
.navbar-default .navbar-nav > li:last-child{
    margin-bottom: 40px!important;
  }
.dropdown-toggle:after{
    right: 60px!important;
  }
header{
    padding-bottom: 50px!important;
  }
.grey-line p:before{
    display: none!important;
  }
.in-page{
    padding: 80px 0!important;
  }
.contacts-line p:before{
    display: none!important;
  }
}
@media (max-width: 991px){
  .non-slider-text{
    top: 0px!important;
    bottom: inherit!important;
    left: 50%!important;
    margin-left: -225px!important;
  }
  .main-slider{
    margin-top: 250px!important;
  }
  .non-slider-img{
    margin: 0 auto!important;
  }
  .navbar-header{
    width: 238px;
    float: left;
  }
  footer p{
    text-align: center!important;
  }
footer p:before{
    display: none!important;
  }
}
@media (max-width: 768px){
  .non-slider-img{
    display: none!important;
  }
  .why-we{
    padding: 60px 0!important;
  }
  .grey-line div p{
    width: 100%!important;
  }
  .grey-line{
    padding: 20px!important;
  }
  header .row{
    display: none!important;
  }
  .main-slider .main,
  .w-line{
    display: none!important;
  }
  .non-slider-text{
    position: relative!important;
    width: 100%!important;
    text-align: center!important;
    margin-top: 30px!important;
    left: 0!important;
    margin-left: 0!important;
  }
    .non-slider-text h1{
      font-size: 80px!important;
    }
    .non-slider-text h1 span{
      font-size: 50px!important;
      margin-top: 0!important;
    }
  .our-propo1, .our-propo2, .our-propo3, .ul-block{
    min-height: inherit!important;
  }
 h2{
    font-size: 35px!important;
  }
.navbar-toggle {
    top: -150px!important;
  }
.contacts-line{
    padding: 40px 0!important;
  }
}
@media (max-width: 480px){
 .call-link:before{
    display: none!important;
  }
  .call-link{
    text-align: center!important;
    padding: 0 20px!important;
  }
  .navbar-brand > img{
    width: 150px!important;
  }
  .call-my{
    margin-top: 0!important;
  }
.navbar-header{
    width: 150px!important;
  }
.in-page{
    padding: 40px 0!important;
  }
  .in-page h2{
    text-align: left!important;
    margin-bottom: 20px!important;
  }
.contacts-line{
    padding: 0 0 20px 0!important;
  }
.in-page.contacts h2{
    text-align: center!important;
  }
.works .nav-tabs{
    margin: 20px 0 0px 0!important;
  }
  .tiles-box{
    padding-top: 20px!important;
  }
}
/*----------------@media END---------------*/
/*----------------BTN All------------------*/
.btn-all{
  display: block;
  position: relative;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  border-radius: 28px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
  .btn-trans{
    background-color: transparent;
    border: 2px solid #fff;
  }
    .btn-trans:hover{
      background-color: rgba(255,255,255,0.3);
    }
  .btn-yallow{
    background-color: #ffeb3b;
    color: #303030;
  }
    .btn-yallow:hover{
      background-color: #f2e038;
    }
/*----------------BTN All END--------------*/
/*----------------Index--------------------*/
/*----------------Header-------------------*/
header{
  position: relative;
  width: 100%;
  background: url(../images/content/header-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 270px;
}
  header .container-fluid{
    z-index: 200;
  }
  .non-main{
    padding-bottom: 70px;
  }
.grey-line{
  width: 100%;
  padding: 15px 60px;
  background: #303030;
  margin-bottom: 45px;
}
  .grey-line div{
    position: relative;
    width: 33%;
    display: inline-block;
    color: #fff;
  }
    .grey-line div p:before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
    }
  .grey-line div p{
    position: relative;
  }
    .grey-line div.tal p{
      width: 200px;
      padding-left: 30px;
    }
      .grey-line div.tal p:before{
        width: 12px;
        height: 21px;
        background: url(../images/content/grey-line-sprite.png) 0% 0% no-repeat;
      }
    .grey-line div.tac p{
      width: 700px;
      margin: 0 auto;
    }
      .grey-line div.tac p:before{
        width: 20px;
        height: 17px;
        background: url(../images/content/grey-line-sprite.png) 42% 0% no-repeat;
        top: 2px;
      }
    .grey-line div.tar p{
      width: 350px;
      float: right;
    }
      .grey-line div.tar p:before{
        width: 17px;
        height: 21px;
        background: url(../images/content/grey-line-sprite.png) 100% 0% no-repeat;
      }
.navbar-default{
  background-color: transparent;
}
  .navbar{
    border: 0;
    margin-bottom: 0;
  }
  .navbar-brand{
    height: inherit;
    padding: 0;
  }
  @media (min-width: 1200px){
    .navbar-nav{
      float: none;
    }
  }
  .navbar-nav{
    width: 655px;
    margin: 0 auto;
  }
.divider{
    display: none!important;
  }
.dropdown-menu{
    min-width: 200px;
    background-color: #303030;
    color: #fff;
  }
  .dropdown-menu > li > a{
    color: #fff!important;
    background-color: #303030;
    white-space: normal;
    padding: 5px 15px 5px 25px;
  }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:active,
    .dropdown-menu > li > a:focus{
      color: #ffeb3b!important;
      background-color: #303030;
    }
  .navbar-default .navbar-nav > li > a{
    position: relative;
    padding: 50px 22px 15px 22px;
    font-size: 17px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid transparent;
    z-index: 2;
  }
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #fff!important;
  }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a.active,
    .navbar-default .navbar-nav > .active .dropdown-toggle:hover,
    .navbar-default .navbar-nav > .active .dropdown-toggle:active,
    .navbar-default .navbar-nav > .active .dropdown-toggle:focus{
      font-size: 17px!important;
      font-weight: 700!important;
      color: #ffeb3b!important;
      border-bottom: 2px solid #ffeb3b;
    }
    .dropdown-toggle:after{
      content: "";
      position: absolute;
      width: 7px;
      height: 12px;
      background: url(../images/content/wihte-arr.png) no-repeat;
      margin-top: 3px;
      right: 0px;
      -ms-transform: rotate(90deg); /* IE 9 */
      -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
      transform: rotate(90deg);
      z-index: 1;
    }
      .dropdown-toggle:hover:after,
      .navbar-default .navbar-nav > .active .dropdown-toggle:after{
        background: url(../images/content/org-arr.png) no-repeat;
      }
      .navbar-offcanvas.in .dropdown:after{
        top: 2px;
      }
    .call-my{
      margin-top: 25px;
      display: table;
      height: 61px;
      border-top: 3px solid #ffeb3b;
      border-left: 3px solid #ffeb3b;
      border-bottom: 3px solid #ffeb3b;
      border-radius: 30px 0 0 30px;
    }
      .call-link,
      .call-link:focus{
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        font-size: 17px;
        font-weight: 700;
        padding: 0 15px 0 70px;
        text-transform: uppercase;
        color: #ffeb3b;
      }
        .call-link:before{
          content: "";
          position: absolute;
          width: 45px;
          height: 45px;
          background-color: #ffeb3b;
          border-radius: 45px;
          left: 5px;
          top: 50%;
          margin-top: -23px;
        }
.non-slider-text{
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 175px;
}
  .non-slider-text h1 span{
    display: block;
    margin-top: -20px;
    text-transform: none;
    font-weight: 400;
    font-size: 58px;
  }
.non-slider-img{
  position: relative;
  width: 570px;
  height: 361px;
  z-index: 100;
  overflow: hidden;
}
  .non-slider-img img{
    width: 570px;
    height: 361px;
  }
  .w-line{
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #f9f9f9;
    bottom: 0;
  }
/*----------------Main Slider--------------*/
.main-slider{
  margin-top: 200px;
}
.main-slider p{
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
  padding-left: 5px;
  font-weight: 400;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{position: relative;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.our-partners .slick-prev,
.our-partners .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    display: block;
    width: 10px;
    height: 18px;
    padding: 0;
    z-index: 1000;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.our-partners .slick-prev
{
    left: -25px;
}
.our-partners .slick-prev:before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../images/content/arrows-sprite.png) 66% 0% no-repeat;
}
  .our-partners .slick-prev:hover:before{
    background: url(../images/content/arrows-sprite.png) 0% 0% no-repeat;
  }
.our-partners .slick-next
{
    right: -25px;
}
.our-partners .slick-next:before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(../images/content/arrows-sprite.png) 100% 0% no-repeat;
}
  .our-partners .slick-next:hover:before{
    background: url(../images/content/arrows-sprite.png) 33% 0% no-repeat;
  }
  /* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 125px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active 
{
    border: 2px solid #a54acb;
}
/*----------------Main Slider END----------*/
/*----------------Header END---------------*/
/*----------------Content------------------*/
/*----------------Wihte line---------------*/
.wihte-line{
  width: 100%;
  padding: 60px 0 60px 0;
  background-color: #f9f9f9;
}
/*----------------Wihte line END-----------*/
/*----------------Our proposals------------*/
.our-proposals{
  width: 100%;
}
  .our-proposals .row{
    margin-left: 0;
    margin-right: 0;
  }
  .our-proposals h3{
    margin-bottom: 20px;
    padding-left: 20px;
  }
    .our-propo1,
    .our-propo2,
    .our-propo3{
      min-height: 505px;
      padding: 20px;
      border: 1px solid #fff;
    }
      .our-propo1{
        background: url(../images/proposals/1.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }
      .our-propo2{
        background: url(../images/proposals/2.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }
      .our-propo3{
        background: url(../images/proposals/3.jpg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }
        .ul-block{
          min-height: 418px;
          padding: 20px;
          height: 100%;
          color: #ffeb3b;
          border: 1px solid #fff;
          background-color: rgba(0,0,0,.8);
        }
          .ul-block li+li{
            margin-top: 20px;
          }
/*----------------Our proposals END--------*/
/*----------------Slider-------------------*/
.slider{
  width: 100%;
  background-color: #000;
}
.slider .slick-slide img
{
    display: block;
    height: 300px;
    border: 1px solid #fff;
    opacity: .5;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
    .slick-slide img:hover{
        opacity: 1;
    }
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
/* Arrows */
.slider .slick-prev,
.slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 17px;
    height: 35px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;
    z-index: 100;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slider .slick-prev
{
    left: 10px;
    background: url(../images/content/arr-slid.png) 0% 0% no-repeat;
}
  .slider .slick-prev:hover{
    background: url(../images/content/arr-slid.png) 66% 0% no-repeat;
  }
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}

.slider .slick-next
{
    right: 10px;
    background: url(../images/content/arr-slid.png) 33% 0% no-repeat;
}
  .slider .slick-next:hover{
    background: url(../images/content/arr-slid.png) 100% 0% no-repeat;
  }
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}

/*----------------Slider END---------------*/
/*----------------Why we-------------------*/
.why-we{
  width: 100%;
  padding: 120px 0;
  background-color: #fbc82d;
}
  .why-we h2{
    color: #fff;
    margin-bottom: 140px;
  }
    .one-why{
      width: 270px;
      height: 156px;
      background: #303030;
      margin: 0 auto 140px auto;
      position: relative;
    }
      .one-why:before{
        content: "";
        position: absolute;
        top: -77px; 
        left: 0;
        width: 0;
        height: 0;
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
        border-bottom: 77px solid #303030;
        z-index: 99;
      }
      .one-why:after{
        content: "";
        position: absolute;
        bottom: -77px; 
        left: 0;
        width: 0;
        height: 0;
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
        border-top: 77px solid #303030;
        z-index: 99;
      }
      .one-why h4{
        color: #fbc82d;
        text-align: center;
        position: relative;
        z-index: 100;
        padding: 0 50px;
      }
      .why-img{
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto 30px auto;
      }
        .why-img:after{
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
        }
          .why-img1:after{
            width: 100px;
            height: 100px;
            background: url(../images/content/why-we-sprite.png) 0% 0% no-repeat;
            margin-top: -47px;
            margin-left: -50px;
          }
          .why-img2:after{
            width: 73px;
            height: 100px;
            background: url(../images/content/why-we-sprite.png) 32% 0% no-repeat;
            margin-top: -47px;
            margin-left: -36px;
          }
          .why-img3:after{
            width: 100px;
            height: 91px;
            background: url(../images/content/why-we-sprite.png) 61% 0% no-repeat;
            margin-top: -41px;
            margin-left: -50px;
          }
          .why-img4:after{
            width: 100px;
            height: 91px;
            background: url(../images/content/why-we-sprite.png) 100% 0% no-repeat;
            margin-top: -41px;
            margin-left: -50px;
          }
      .why-we p{
        text-align: center;
      }
/*----------------Why we END---------------*/
/*----------------Footer-------------------*/
footer{
  width: 100%;
  padding: 60px 0;
  background: url(../images/content/bg-footer.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
  footer p{
    position: relative;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
  }
    footer p a{
      color: #ffeb3b;
      font-size: 17px;
      text-decoration: underline;
    }
      footer p a:hover{
        text-decoration: none;
      }
      footer .meta:before{
        content: "";
        position: absolute;
        width: 17px;
        height: 21px;
        background: url(../images/content/meta-icon.png) no-repeat;
        top: 0;
        right: 325px;
      }
 	footer .vk-m span{
        position: relative;
      }
        footer .vk-m span:before{
          content: "";
          position: absolute;
          width: 25px;
          height: 15px;
          background: url(../images/content/vk-icon.png) no-repeat;
          top: 4px;
          left: -35px;
        }
.gmap{
  -webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
/*----------------Footer END---------------*/
/*----------------Content END--------------*/
/*----------------Index END----------------*/
/*----------------Other page---------------*/
.in-page{
  width: 100%;
  background-color: #f9f9f9;
  padding: 120px 0;
}
/*----------------Contacts-----------------*/
.contacts{
  padding-bottom: 45px;
  color: #303030;
}
  .contacts-line{
    padding: 60px 0;
  }
    .contacts-line p{
      position: relative;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
    }
      .contacts-line p:before{
        content: "";
        position: absolute;
        top: 0;
      }
        .contacts-line .tel-cont:before{
          width: 12px;
          height: 23px;
          background: url(../images/content/contacts-line-sprite.png) 0% 0% no-repeat;
          left: 85px;
        }
        .contacts-line .mail-cont:before{
          width: 26px;
          height: 18px;
          background: url(../images/content/contacts-line-sprite.png) 40% 0% no-repeat;
          left: 55px;
        }
        .contacts-line .address-cont:before{
          width: 17px;
          height: 21px;
          background: url(../images/content/contacts-line-sprite.png) 100% 0% no-repeat;
          left: 15px;
        }
      .contacts-line .tel-cont{
        font-size: 17px;
      }
      .contacts h3{
        display: block;
        max-width: 310px;
        padding-bottom: 12px;
        border-bottom: 3px solid #fbc82d;
        text-align: center;
        color: #303030;
        margin:0 auto 30px auto;
      }
      .form-control{
        font-size: 15px;
        font-weight: 700;
        color: #303030;
        height: 55px;
        border-radius: 3px;
        margin-bottom: 15px;
        background-color: #fff;
      }
      .contacts textarea{
        height: 125px;
      }
      .form-control::-webkit-input-placeholder {color:#303030;}
      .form-control::-moz-placeholder          {color:#303030;}/* Firefox 19+ */
      .form-control:-moz-placeholder           {color:#303030;}/* Firefox 18- */
      .form-control:-ms-input-placeholder      {color:#303030;}
/*----------------Contacts END-------------*/
/*----------------About--------------------*/
.about{
  padding-bottom: 90px;
}
  .about p{
    margin: 30px 0;
    font-weight: 700;
  }
	.about h2{
    margin-bottom: 40px;
  }
   .about .container-fluid img{
      width: 100%;
      height: inherit;
    }
/*----------------About END----------------*/
/*----------------Works--------------------*/
.works .nav-tabs{
  max-width: 650px;
  margin: 60px auto 0 auto;
  border: 0;
}
  .works .nav > li > a{
    background: #fff url(../images/content/black-chek.png) 95% center no-repeat;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 40px 10px 15px;
    color: #2c2c2c;
  }
    .works .nav > li > a:hover,
    .works .nav > li.active > a{
      background: #ffeb3b url(../images/content/black-chek.png) 95% center no-repeat;
    }
/*----------------Tiles box----------------*/
.tiles-box{
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px 0 0 0;
}
  .hidden {
    display: none;
  }
  .masonry-container {
    padding: 0;
  }
  .grid-sizer {
    width: 25%;
    float: left;
    min-height: 1px;
  }
  .item {
    height: 33.34vh;
    background-color: #ffeb3b;
    padding: 0;
    border: 2px solid #fff;
  }
  .item img {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%!important;
    left: 0!important;
  }
  .tiles-link{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
  }
  .tiles-link:hover p,
  .tiles-link:hover ul{
    opacity: 1;
  }
    .tiles-link p{
      display: table-cell;
      vertical-align: middle;
      color: #303030;
      opacity: 0;
      font-weight: 700;
      font-size: 24px;
    }
      .tiles-link ul{
        opacity: 0;
        margin-top: 30px;
        list-style-type: none!important;
      }
        .tiles-link li{
          font-size: 24px;
          font-weight: 700;
          color: #fff!important;
        }
    .masonry-container .item img,
    .masonry-container1 .item img,
    .masonry-container2 .item img,
    .masonry-container3 .item img,
    .masonry-container4 .item img,
    .masonry-container5 .item img,
    .masonry-container6 .item img,
    .masonry-container7 .item img{
      -moz-transition: all 0.4s; 
      -webkit-transition: all 0.4s;  
      -ms-transition: all 0.4s;  
      -o-transition: all 0.4s;  
      transition: all 0.4s; 
      opacity:1;
      filter:alpha(opacity=100);
    }
    .masonry-container .item:hover img,
    .masonry-container1 .item:hover img,
    .masonry-container2 .item:hover img,
    .masonry-container3 .item:hover img,
    .masonry-container4 .item:hover img,
    .masonry-container5 .item:hover img,
    .masonry-container6 .item:hover img,
    .masonry-container7 .item:hover img{
      opacity:0.2;
      filter:alpha(opacity=20);
    }
/*----------------Tiles box END------------*/
/*----------------Сolorbox-----------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background: rgba(0,0,0,.1);}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(../images/content/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/content/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/content/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/content/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
/*----------------Сolorbox END-------------*/
/*----------------Works END----------------*/
/*----------------Other page END-----------*/
/*----------------Pop Up-------------------*/
.white-popup form{
    max-width: 480px;
    margin: 0 auto;
}
.white-popup h3{
  display: block;
  max-width: 370px;
  padding-bottom: 12px;
  border-bottom: 3px solid #fbc82d;
  text-align: center;
  color: #303030;
  margin: 0 auto 30px auto;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(24,24,24,0.8);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -90%;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
/*  display: inline-block;
  vertical-align: middle;*/
  margin: 0 auto;
  text-align: left;
  top: 0;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  
}
.white-popup{
  max-width: 487px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 3px;
  cursor: auto;
  background-color: #fafafa;
}
.white-popup .subscrb .form-group:before{
  display: none!important;
}
.white-popup .subscrb input{
  padding-left: 20px;
  margin-bottom: 15px;
}
.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: -24px;
  opacity: .5;
  transition: 0.5s;
  background: url(../images/content/close.png) no-repeat;
   }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }  
  .sen-box{
    width: 102px;
    height: 102px;
    margin: 60px auto 0 auto;
  }
  .white-popup p{
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #303030;
  }
/*----------------Pop Up END---------------*/
