@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic-ext');
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;
}
@font-face{
  font-family: 'Arhive';
  src: url('../fonts/8733.otf');
  font-weight: normal;
  font-style: normal;
}
body, html {
width: 100%;
font-weight: 400;
}
input, textarea {
font-family: 'Roboto Condensed', sans-serif;
resize: none;
}
body {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
padding: 0;
overflow: hidden;
}
h1, h2, h3, h4, p{
font-weight: normal;
  
}
h1{
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #545454;
}
h2{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #816969;
}
h3{
  font-size: 35px;
  font-weight: 700;
}
h4{
  font-size: 18px;
  font-weight: bold;
  color: #f5f3d5;
}
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: #212121;
  z-index: 100500;
}

#page-preloader .spinner, #appendblock .spinner{
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/6.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!important;
  }
  .tar{
    text-align: right!important;
  }
  .tac{
    text-align: center!important;
  }
  .fwb{
    font-weight: bold!important;
  }
  .ttu{
    text-transform: uppercase!important;
  }
  .ttn{
    text-transform: none!important;
  }
/*----------------@media--------------------*/
@media (max-width: 1500px){
  .navbar-nav{
    left: 0%!important;
    width: inherit!important;
  }
}
@media (max-width: 1200px){
  .navbar-toggle {
    display: block!important;
    float: right!important;
    margin-right: 60px;
    position: absolute!important;
    right: 0!important;
  }
  .info-top.pull-right{
    float: none!important;
  }
  .tel, .schedule{
    display: block!important;
    text-align: left!important;
  }
}
@media (max-width: 991px){
  .how-works{
    background: #8ac24a!important;
  }
  .discr-disgn:before,
  .discr-disgn:after,
  footer:before,
  footer:after,
  .img-how:after{
    display: none!important;
  }
  .popup-txt .in-img{
    float: none!important;
    margin-bottom: 30px!important;
  }
}
@media (max-width: 768px){
  
}
/*----------------@media END---------------*/
/*----------------BTN All------------------*/
.btn-all{
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
  .btn-trans{
    color: #fff;
    border: 2px solid #fff;
  }
    .btn-trans:hover,
    .btn-trans:focus,
    .btn-trans:active{
      background-color: #fff;
      color: #8bc34a;
    }
/*----------------BTN All END--------------*/
/*----------------Index--------------------*/
/*----------------Header-------------------*/
section{
  position: relative;
  z-index: 2;
}
  .box-anchor{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .more-m{
    height: 220px;
  }
header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}
.navbar-default{
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  background-color: #212121;
}
  .navbar-brand{
    display: block;
    width: 195px;
    height: 42px;
    padding: 15px 0 0 30px;
  }
  .navbar{
    height: 90px;
    margin-bottom: 0;
  }
  .navbar-toggle{
    margin-top: 20px;
    border-radius: 0;
    transition: 0.5s;
  }
  .navbar-nav{
    width: 780px;
    left: 17%;
    position: relative;
  }
  .navbar-default .navbar-offcanvas{
    background-color: #212121;
  }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus{
      background-color: #8ac24a;
    }
      .navbar-default .navbar-toggle:hover .icon-bar, 
      .navbar-default .navbar-toggle:focus .icon-bar{
        background-color: #212121;
      }
  .navbar-default .navbar-nav > li > a{
    color: #fff;
    font-size: 16px;
    padding-top: 27px;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid transparent;
    font-weight: 400;
  }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a.active{
      border-bottom: 1px solid #fff;
      color: #fff;
    }
      .navbar-default .navbar-nav > li > a:focus{
        color: #fff;
      }
      .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;
      }
      .navbar-default .navbar-toggle .icon-bar{
        background-color: #8ac24a;
      }
      .navbar-default .navbar-toggle {
        border-color: #8ac24a;
      }
.info-top{
  width: 340px;
  padding-right: 30px;
}
  .logo{
    display: block;
    padding: 10px 0 10px 30px;
  }
  .tel{
    position: relative;
    text-align: left;
    width: 150px;
  }
  .schedule{
    text-align: right;
    width: 150px;
  }
    .tel,
    .schedule{
      display: inline-block;
      padding: 8px 0;
    }
      .tel p,
      .schedule p{
        font-weight: bold;
        font-size: 19px;
        color: #a4a4a4;
      }
.line-top{
  width: 100%;
  margin-top: 3px;
  border-top: 3px solid #212121;
  padding-bottom: 3px;
  border-bottom: 1px solid #212121;
}
.line-bottom{
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 3px solid #212121;
  padding-top: 3px;
  border-top: 1px solid #212121;
}
/*----------------Header END---------------*/
/*----------------Slider-------------------*/
.main,
.main-slider{
  height: 100vh;
}
.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);
}
.main .slick-track{
  height: 100vh;
}
.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;
    overflow: hidden;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
    text-align: center;
}
.main-slider .slick-slide img{
 min-width: 1400px;
}
.main .slick-slide img{
  height: 100%;
  margin-top: 100px;
}
.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;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: block;
    width: 21px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev
{
    left: 60px;
}
.slick-prev:before
{
    content: '';
    position: absolute;
    width: 21px;
    height: 42px;
    background: url(../images/content/arrows-sprite.png) 0% 0% no-repeat;
}
.slick-next
{
    right: 60px;
}
.slick-next:before
{
    content: '';
    position: absolute;
    width: 21px;
    height: 42px;
    background: url(../images/content/arrows-sprite.png) 100% 0% no-repeat;
}
  /* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 5;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 3px 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: 3px solid #8bc34a;
}
  .slider-txt{
    position: absolute;
    width: 440px;
    top: 185px;
    left: 50%;
    margin-left: -220px;
  }
    .slider-txt h1{
      display: block;
      font-weight: bold;
      font-size: 27px;
      color: #545454;
      padding-bottom: 30px;
      margin-bottom: 10px;
      border-bottom: 2px dotted #8bc34a;
    }
    .main-green-txt{
      font-family: 'Arhive';
      display: block;
      font-size: 83px;
      color: #8bc34a;
      text-align: center;
      background: linear-gradient(90deg, #8bc34a 10%, #2c7e29);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
.btn-poa{
  position: absolute;
  width: 230px;
  bottom: 100px;
  left: 50%;
  margin-left: -115px;
}
/*----------------Slider END---------------*/
/*----------------Discr disgn--------------*/
.discr-disgn{
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #fff url(../images/content/parallax-bg.png) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
  .discr-disgn h1{
    text-transform: none;
    margin-bottom: 30px;
  }
    .discr-disgn p{
      font-size: 18px;
      font-weight: 400;
      text-align: center;
    }
      .discr-disgn p+p{
        margin-top: 30px;
      }
      .discr-disgn:before,
      .discr-disgn:after{
        content: "";
        position: absolute;
      }
        .discr-disgn:before{
          width: 230px;
          height: 365px;
          background: url(../images/content/discr-disgn-b.png) no-repeat;
          top: 0;
          left: 0;
        }
        .discr-disgn:after{
          width: 195px;
          height: 323px;
          background: url(../images/content/discr-disgn-a.png) no-repeat;
          top: 30px;
          right: 0;
        }
/*----------------Discr disgn END----------*/
/*----------------Our services-------------*/
.our-services .serv-link{
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
  .our-services .serv-link img{
    position: absolute;
    margin: auto;
    width: 100%;
    min-height: 185px;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
  }
    .our-services .serv-link:hover .serv-img img{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
  .our-services .serv-link .serv-img{
    position: relative;
    display: block;
    width: 100%;
    height: 185px;
    overflow: hidden;
  }
    .our-services .col-md-4,
    .our-services .col-md-6{
      padding-left: 0;
      padding-right: 0;
    }
    .our-services .serv-link{
      border: 1px solid #fff;
    }
      .our-services .serv-link h1{
        width: 100%;
        display: table;
        border-top: 2px dotted #fff;
        height: 82px;
        background: #8ac24a url(../images/content/pattern.png) repeat;
      }
        .our-services .serv-link h1 span{
          display: table-cell;
          vertical-align: middle;
          font-size: 25px;
          font-weight: bold;
          color: #fff;
        }
/*----------------Our services END---------*/
/*----------------Our works----------------*/
.our-works{
  position: relative;
  width: 100%;
  padding: 60px 0 180px 0;
  background: #fff url(../images/content/parallax-bg.png) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
}
  .our-works h1{
    margin-bottom: 30px;
  }
  .our-works .slick-slide{
    padding: 0 15px;
  }
    .our-works .slick-slide a{
      position: relative;
      display: block;
    }
      .border-dotted{
        position: absolute;
        width: 95%;
        height: 95%;
        border: 2px dotted #fff;
        top: 3%;
        left: 2.5%;
      }
        .our-works .slick-slide img{
          opacity: .9;
        }
          .our-works .slick-center img{
            opacity: 1;
          }
/*----------------Our works END------------*/
/*----------------How works----------------*/
.how-works{
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin-top: -120px;
  background: url(../images/content/bg-works.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 4;
}
  .how-works h1{
    margin-bottom: 30px;
    color: #fff;
  }
  .img-how{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 30px auto;
    border: 3px solid rgba(255,255,255,.3);
  }
    .how-works p{
      margin-bottom: 15px;
    }
    .img-how:before{
      content: "";
      position: absolute;
      height: 80px;
      background-image: url(../images/content/how-works-sprite.png);
      background-repeat: no-repeat;
      top: 50%;
      margin-top: -40px;
      left: 50%;
    }
      .img-how1:before{
        width: 102px;
        background-position: 0% 0%;
        margin-left: -51px;
      }
      .img-how2:before{
        width: 66px;
        background-position: 38% 0%;
        margin-left: -33px;
      }
      .img-how3:before{
        width: 77px;
        background-position: 67% 0%;
        margin-left: -38px;
      }
      .img-how4:before{
        width: 84px;
        background-position: 100% 0%;
        margin-left: -42px;
      }
    .img-how:after{
      content: "";
      position: absolute;
      width: 150px;
      height: 10px;
      top: 50%;
      margin-top: -5px;
      left: -153px;
    }
      .img-how2:after,
      .img-how3:after,
      .img-how4:after{
        background: url(../images/content/green-line.png) no-repeat;
      }
/*----------------How works END------------*/
/*----------------Why we-------------------*/
.why-we{
  position: relative;
  width: 100%;
  padding: 60px 0;
  font-size: 18px;
  font-weight: bold;
  color: #545454;
  text-align: center;
  background: #fff url(../images/content/parallax-bg.png) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
  .why-we h1{
    margin-bottom: 20px;
  }
  .number{
    display: block;
    text-align: center;
    font-family: 'Arhive';
    color: #545454;
    font-size: 55px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #545454;
  }
/*----------------Why we END---------------*/
/*----------------Footer-------------------*/
footer{
  position: relative;
  width: 100%;
  background-color: #212121;
  padding: 30px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #a4a4a4;
}
  footer:before,
  footer:after{
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
    footer:before{
      width: 241px;
      height: 214px;
      background: url(../images/content/footer1.png) no-repeat;
      left: 0;
    }
    footer:after{
      width: 286px;
      height: 238px;
      background: url(../images/content/footer2.png) no-repeat;
      right: 0;
    }
/*----------------Footer END---------------*/
/*----------------Pop Up-------------------*/
.white-popup form{
    max-width: 480px;
    margin: 0 auto;
}
.white-popup h3{
  display: block;
  max-width: 370px;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  margin: 0 auto 15px 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: -80%;
  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; }
.white-popup{
  position: relative;
  max-width: 487px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 0px;
  cursor: auto;
  background-color: #6da230;
}
.white-popup .subscrb input{
  padding-left: 20px;
  margin-bottom: 30px;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.3);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
}
.white-popup .subscrb input::-webkit-input-placeholder {color:#fff;}
.white-popup .subscrb input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.white-popup .subscrb input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.white-popup .subscrb input:-ms-input-placeholder      {color:#fff;}
.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: 35px;
  height: 35px;
  position: absolute;
  right: 35px;
  top: 35px;
  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: 400;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
  }
  .disr-works{
    max-width: 1030px;
    background-color: #fff;
    padding: 60px 30px;
  }
  .popup-txt p{
    font-size: 18px;
    font-weight: 400;
    color: #545454;
    text-align: left;
    margin-bottom: 30px;
  }
    .popup-txt h2{
      text-align: left;
      font-size: 27px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 30px;
      color: #545454;
    }
      .popup-txt img{
        float: right;
        margin: 0 0 15px 15px;
      }
  .popup-txt .in-img{
    position: relative;
    display: block;
    max-width: 570px;
    max-height: 380px;
    overflow: hidden;
    float: right;
  }
  .other-img .in-img{
    position: relative;
    display: block;
    max-width: 305px;
    max-height: 200px;
    overflow: hidden;
    margin: 0 4px;
    float: left;
  }
    .other-img .in-img img{
      max-width: 305px;
      max-height: 205px;
    }
    .other-img .in-img .border-dotted{
      top: 6px;
      left: 8px;
    }
    .white-popup .subscrb input.btn-all{
      display: block;
      position: relative;
      padding-left: 0;
      width: 100%;
      height: 50px;
      margin: 0 auto;
      line-height: 50px;
      text-align: center;
      font-weight: bold;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 100;
    }
  .white-popup .subscrb input.btn-trans{
    color: #fff;
    border: 2px solid #fff;
  }
    .white-popup .subscrb input.btn-trans:hover,
    .white-popup .subscrb input.btn-trans:focus,
    .white-popup .subscrb input.btn-trans:active{
      background-color: #fff;
      color: #8bc34a;
    }
.send-block{
      display: none;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
    }
/*----------------Pop Up 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:transparent;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background: transparent;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{display: none; 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:0px; margin-top:-32px; background:url(../images/content/arr-dwn.png) no-repeat; width:29px; height:16px; 
  -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(../images/content/arr-dwn.png) no-repeat; width:29px; height:16px; 
  -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/content/close.png) no-repeat; width:35px; height:35px;}
#cboxClose:hover{background-position:bottom center;}
/*----------------Сolorbox END-------------*/
/*----------------Animate------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
  @keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn.inscreen {
  animation-name: fadeIn;
  -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
}
.fadeIn1.inscreen {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.1s; /* Safari 4.0 - 8.0 */
  animation-delay: 1.1s;
}
.fadeIn2 .inscreen{
  animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.9s;
}
.fadeIn3.inscreen {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.7s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.7s;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig.inscreen:before {
  animation-name: fadeInLeftBig;
  -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig.inscreen:after {
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.5s;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft.inscreen {
  animation-name: fadeInLeft;
}
  .fadeInLeft4.inscreen{
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.7s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.7s;
  }
  .fadeInLeft3.inscreen{
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.9s;
  }
  .fadeInLeft2.inscreen{
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.1s;
  }
  .fadeInLeft1.inscreen{
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.3s;
  }
.animated:before,
.animated:after {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp.inscreen:before,
.fadeInUp.inscreen:after {
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
  animation-delay: 0.9s;
  display: block;
}
  .fadeInUp:before,
  .fadeInUp:after{
    opacity: 0;
    display: none;
  }
/*----------------Animate END--------------*/
/*----------------Index END----------------*/