﻿html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: DINPRo-R;
  font-size: 14px;
  color: #595959;
}
a
{
  text-decoration: none;
}

img
{
  border: none;
}
*
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1
{
  font-size: 18px;
  font-family: DINPRo-B;
  margin: 0 0 20px;
  text-align: center;
}
h2
{

  font-size: 25px;
  font-family: DINPRo-B;
  margin: 0 0 20px;
  text-align: center;
  color: #283891;
  line-height: 45px;
}
h2>a
{
  color: #283891;
}
h3
{
  font-size: 24px;
  font-family: DINPRo-B;
  margin: 0 0 20px;
  color: #000;
  line-height: 27px;
}
strong
{
  font-family: DINPRo-B;
}
/* button */
.button
{
  font-weight: 700;
  color: #283891;
  height: 49px;
  line-height: 45px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #fff200;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: DINPro-B;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.button:hover
{
    background: #fff200;
}

.wrapper
{
  min-height: 100%;
  min-width: 1006px;
  position: relative;
  overflow: hidden;
}

.limiter
{
  min-width: 1005px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 15px;
}
.limiter.projects {
  max-width: 1200px;
}
.aligner
{
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.content_main
{
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-yellow
{
  background: #fff200;
  position: relative;
  padding: 25px;
}
.block-yellow:before 
{
  content: '';
  position: absolute;
  height: 23px;
  width: 109px;
  top: 0;
  left: 0;
  background: url(../images/renovat/before-yellow.png) no-repeat left top;
}

/*breadcrumbs*/
  .breadcrumbs
  {
    padding: 21px 0 13px;
    font-family: DINPRo-L;
    font-size: 16px;
  }
  .breadcrumbs a
  {
    text-decoration: underline;
    color: #283891;
  }
  
/* manin */
  .main
  {
    position: relative;
    z-index: 2;
    margin-bottom: 112px;
  }
  .main.__dismantl
  {
    font-size: 18px;
  }

/*contacts*/
  .contacts
  {
      overflow:hidden;
      margin-bottom: 50px;
    
  }
  .contacts_main
  {
    padding-top: 50px;
    font-size: 18px;
  }
  .contacts__item
  {
    margin-bottom: 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 20px;
  }
  .contacts__item a
  {
    color: #595959;
  }
  .contacts__item-label
  {
    font-weight: bold;
  }
  .contacts__item_pay
  {
    background-image: url(../images/common/icon-pay.png);
  }
  .contacts__item_phone
  {
    background-image: url(../images/common/icon-phone.png);
  }
  .contacts__item_email
  {
    background-image: url(../images/common/icon-email.png);
  }
  .contacts__item_time
  {
    background-image: url(../images/common/icon-time.png);
  }
  .contacts__item_local
  {
    background-image: url(../images/common/icon-local.png);
  }
  .contacts__item_name
  {
    background-image: url(../images/common/icon-name.png);
  }
  .contacts__item.__social
  {
    background-image: url(../images/common/icon-soc.png);
  }
  .contacts__item_map
  {
    float: right;
    width: 70%;
  }
  .contacts-player
  {
    margin-bottom: 60px;
  }
  
  .player
  {
    height: 400px;
  }

/*footer*/
  .footer
  {
    margin-top: -112px;
    padding: 23px 0 20px;
    position: relative;
    z-index: 1;
    min-width: 1006px;
    overflow: hidden;
  }
  .footer-container
  {
    overflow: hidden;
  }
  .footer .logo 
  {
    width: 199px;
    margin-right: 20px;
  }
  .footer .logo img
  {
    width: 100%;
  }
  .footer .connection
  {
    margin: 20px 5px 0 0 ;
    font-family: DINPro-B;
  }
  .footer-info
  {
    float: left;
    margin-top: 4px;
    line-height: 20px;
  }
  .footer-info span
  {
    display: block;
    text-transform: uppercase;
    font-family: DINPro-L;
    color: #283891;
  }

/*fields*/
  label
  {
    cursor: pointer;
  }
  .check
  {
   display: none;
  }
  .label
  {
   padding-left: 30px;
   font-weight: 600;
  }
  .check:checked + label .label
  {
   background: url(../img/common/icon-checks.png) no-repeat bottom left;
  }


/* processing */
  .processing
  {
    position: relative;
  }
  .processing:after
  {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255, .4) url(../images/common/loading.gif) no-repeat center center;
    background-size: 64px;
  }

/*header*/
  .header
  {
    overflow: hidden;
    padding: 23px 0 23px;
    font-family: DINPro-B;
    height: 160px;
  }
  .header .logo
  {
    width: 170px;
  }
  .logo
  {
    float: left;
  }
  .logo img
  {
    width: 100%;
  }
  .connection
  {
    float: right;
  }
  .connection-item
  {
    display: inline-block;
    vertical-align: middle;
  }
  .connection-item.__social
  {
     margin-left: 22px;
  }
  .__social a
  {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background-size: cover;
    margin-left: 2px;
  }
  .__social a:first-child
  {
    margin-left: 0;
  }
  .__social .__inst 
  {
    background-image: url(../images/common/ins.png);
  }
  .__social .__fb 
  {
    background-image:  url(../images/common/fb.png);
  }
  .__social .__yotube 
  {
    background-image: url(../images/common/yt.png);
  }
  .__social .__vk 
  {
    background-image: url(../images/common/vk.png);
  }
  .connection-item.__email, .connection-item.__phone
  {
    color: #283891;
    font-size: 18px;
    border-bottom: 1px dotted #283891;
    margin-left: 23px;
    padding-bottom: 1px;
  }
  .connection-item.__email:hover, .connection-item.__phone:hover
  {
    border-bottom: 1px dotted transparent;
  }
  .connection-item_button
  {
    width: 240px;
    margin: 2px 0 0px 23px;
  }
/*menu*/
  .menu
  {
    z-index: 3;
    position: relative;
      -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    
    background: rgba(0,0,0,0.5);
  }
  /*.menu:before
  {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }*/
  .menu-container
  {
    
    position: relative;
    z-index: 1;
  }
  .menu .limiter
  {
    padding: 0;
    display: table;
    width: 90%;
  }
  .menu a
  {
    text-transform: uppercase;
    font-family: DINPro-B;
    margin: 12px 3% 15px 0;
    line-height: 32px;
    display: inline-block;
    padding: 0 11px;
    color: #fff;
    border: 2px solid transparent;
  }
  .menu a:hover
  {
    color: #fff200;
    border: 2px solid #fff200;
  }
  .menu a:last-child
  {
    margin-right: 0;
  }
  .menu.__fixed
  {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    
  }
  .menu-item
  {
    display: table-cell;
    height: 63px;
    text-align: center;
  }
  .menu-item-container
  {
    display: none;
    position: absolute;
    background: rgba(255,255,255,0.95);
    left: 0px;
    right: 0px;
    top: 63px;
    padding: 20px ;
    overflow: hidden;
    text-align: left;
  }
  .menu-item:hover  .menu-item-container
  {
    display: block;
  }
  .menu-item-container span
  {
    text-transform: uppercase;
    font-family: DINPro-B;
    display: block;
    margin-bottom: 10px;
  }
  .menu-item-container a
  {
    display: block;
    color: #283891;
    margin: 0;
    border: 0;
    text-transform: none;
    font-family: DINPro-L;
    line-height: normal;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .menu-item-container a:hover
  {
    border: none;
    color: #283891;
    text-decoration: underline;
  }
  .menu-item_group
  {
    width: 25%;
    padding-right: 30px;
    float: left;
  }
  .menu-item_group:last-child
  {
    padding: 0;
  }
  
/*banner*/
  .banner
  {
    background-image: url(../images/common/back-video.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -63px;
    padding: 60px 0 40px;
    overflow: hidden;
    color: #fff;
    position: relative;
  }
  .banner-roller
  {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .banner-roller iframe
  {
    height: 100%;
    width: 100%;
  }
  .banner-roller:before
  {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .banner .limiter
  {
    z-index: 1;
    position: relative;
    text-align: left;
  }
  .banner-container
  {
    display: inline-block;
    
  }
  .banner-title
  {
    font-size: 69px;
    font-family: DINPro-B;
    text-align: left;
    /*width: 598px;*/
    margin: 45px auto 0px;
    overflow: hidden;
  }
  .banner-title span
  {
    display: block;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 17px;
  }
  .banner-description
  {
    text-align: right;
    display: block;
    font-size: 18px;
    width: 623px;
    margin: 0 auto 50px;
    padding-right: 146px;
  }
  .banner-ps
  {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-family: DINPro-B;
    color: #fff200;
    margin-bottom: 35px;
  }
  .banner-video
  {
    text-align: center;
    margin-bottom: 39px;

  }
  .banner-video_play
  {
    display: block;
    background: url(../images/common/icon-play.png) no-repeat center;
    height: 61px;
    width: 109px;
    margin: 0 auto ;
  }
  .banner-video_text
  {
    display: block;
    font-size: 24px;
    font-family: DINPro-B;
    margin-bottom: 2px;
  }
  .banner-video_ps
  {
    color: #bfbfbf;
    font-size: 18px
  }
  .scroll
  {
    display: block;
    background: url(../images/common/icon-scroll.png)no-repeat center;
    height: 53px;
    width: 30px;
    margin: 0 auto;
    cursor: pointer;
  }

/*advantages*/
  .advantages
  {
    margin-bottom: 50px;
  }
  .advantages-container
  {
    position: relative;
    z-index: 4;
  }
  .advantages-container:before
  {
    content: '';
    position: absolute;
  }
  .advantages-title
  {
    text-align: left;
    max-width: 910px;
    margin-bottom: 15px;
  }
  .advantages-description
  {
    font-size: 18px;
    line-height: 26px;
    max-width: 676px;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 1;
  }
  .advantages-description span
  {
        font-family: DINPRo-B;
  }
  .advantages-introtext
  {
    background: url(../images/common/back-yellow-1.jpg) 50% 0 repeat fixed ; 
    margin-top: -55px;
    padding: 121px 0 135px;
    height: 409px;
    min-height: 409px;
    position: relative;
  }
  .advantages-introtext:before, .advantages-items:before
  {
    content: '';
    height: 164px;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover !important;
  }
  
  
  .advantages-introtext:before
  {
    background: url(../images/common/after-angle-gray.png) no-repeat left;
    top: -2px;
  }
  
  .advantages-introtext.__violet
  {
    background: url(../images/common/back-violet-1.jpg) 50% 0 repeat fixed;
  }
  .advantages-introtext.__violet:before 
  {
      background: url(../images/common/before-angle.png) no-repeat right;
  }
  .advantages-introtext.__violet .advantages-introtext_text p
  {
    color: #fff;
  }
   .advantages-items:before
  {
    background: url(../images/common/before-angle-gray.png) no-repeat left ;
    top: -137px;
  }
  .advantages-introtext_text
  {
    padding-top: 49px;
    background: url(../images/common/icon-util.png) no-repeat center top;
  }
  .advantages-introtext_text p
  {
    margin: 0;
    text-align: center;
    color: #262626;
    font-size: 18px;
    font-family: DINPro-B;
    line-height: 26px;
  }
  .advantages-items
  {
    position: relative;
    margin-top: -25px;
  }
  .advantages-items .limiter
  {
    z-index: 1;
    position: relative;
  }
  .advantages-items:after
  {
    content: '';
    position: absolute;
    bottom: 0;
  }
  .advantages-item
  {
    font-family: DINPro-L;
    font-size: 18px;
  }
  .advantages-item_title
  {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 3px;
  }

/*advantages-main*/
  .advantages-main
  {
    background: #f8f8f8;
  }
  .advantages-main .advantages-items .limiter
  {
    padding: 0;
    padding-bottom: 82px;
  }
  .advantages-main .advantages-container
  {
    padding-top: 47px;
  }
  .advantages-main .advantages-container:before
  {
    top: 0;
    right: 75px;
    background: url(../images/common/icon-ruka.png) no-repeat ;
    width: 317px;
    height: 404px;
  }
  .advantages-main .advantages-items
  {
    background: url(../images/advantages/back-advantages-left.png) no-repeat bottom left;
  }
  .advantages-main .advantages-items:after
  {
    background: url(../images/advantages/back-advantages-right.png) no-repeat;
    right: 0;
    height: 312px;
    width: 452px;
  }
  .advantages-main .advantages-item-container
  {
    border: 3px solid transparent;
    position: relative;
    padding: 17px 29px 29px;
  }
  .advantages-main .advantages-item.__active .advantages-item_title
  {
    color: #283891;
  }
  .advantages-main .advantages-item.__active .advantages-item-container, 
  .advantages-main .advantages-item:hover .advantages-item-container
  {
    border: 3px solid #fff200;
  }

  .advantages-main .advantages-item.__active.__three:before, 
  .advantages-main .advantages-item.__three:hover:before,
  .advantages-main .advantages-item.__active.__one:before, 
  .advantages-main .advantages-item.__one:hover:before,
  .advantages-main .advantages-item.__active.__two:before, 
  .advantages-main .advantages-item.__two:hover:before
  {
    content: '';
    position: absolute;
    left: 66px;
    bottom: 0;
  }

  .advantages-main .advantages-item.__active.__one:before, 
  .advantages-main .advantages-item.__one:hover:before
  {
    height: 483px;
    width: 284px;
    background: url(../images/advantages/advantages-1.png) no-repeat left bottom;
  }

  .advantages-main .advantages-item.__active.__two:before, 
  .advantages-main .advantages-item.__two:hover:before
  {
    height: 483px;
    width: 284px;
    background: url(../images/advantages/advantages-2.png) no-repeat left bottom;
  }

  .advantages-main .advantages-item.__active.__three:before, 
  .advantages-main .advantages-item.__three:hover:before
  {
    height: 483px;
    width: 284px;
    background: url(../images/advantages/advantages-3.png) no-repeat left bottom;
  }
  .advantages-main .advantages-item.__active .advantages-item-container:before, 
  .advantages-main .advantages-item:hover .advantages-item-container:before
  {
    content: '';
    background: url(../images/common/arrow-yellow.png) no-repeat;
    height: 44px;
    width: 22px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -22px;
  }
  .advantages-main   .advantages-item
  {
    padding-left: 399px;
    cursor: pointer;
  }

/*projects*/
  .projects-title
  {
    margin-bottom: 49px;
  }
  .projects-items
  {
   overflow: hidden;
   margin-bottom: 74px;
  }
  .projects-item
  {
    font-size: 18px;
    font-family: DINPro-L;
    text-align: center;
  }
  .projects-item_title
  {
    font-size: 24px;
    margin-bottom: 6px;
    max-width: 90%;
    margin: 0 auto;
  }
  .projects-item_description
  {
      max-width: 80%;
    margin: 0 auto 54px;
  }
  .projects-item_description p
  {
    margin: 0;
    line-height: 24px;
  }
  .projects-item-photos
  {

  }
  .projects-item-photos a
  {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 24.5%;
    height: 289px;
    margin: 0 4px 4px 0;
    background: no-repeat center;
    background-size: cover;
  }
  .projects-item-photos a:nth-child(4n), .projects-item-photos a:last-child
  {
    margin-right: 0;
  }
  .projects-item-photos a:hover:before
  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(40,56,145,0.8) url(../images/common/lupa.png) no-repeat center;

  }
  .projects-item-photos img
  {
    width: 100%;
  }
  .projects .bx-wrapper
  {
    margin-bottom: 60px;
  }
  .projects .bx-wrapper .bx-pager, 
  .projects .bx-wrapper .bx-controls-auto
  {
    bottom: -53px;
  }
  .projects .bx-wrapper .bx-controls-direction a
  {
    top: 19px;
  }
  .wrapper .bx-wrapper .bx-controls-direction a
  {
    outline: 0;
    width: 40px;
    height: 29px;
  }

  .wrapper .bx-wrapper .bx-controls-direction a:hover {
      background-position: 0 0;
  }
  .wrapper .bx-wrapper .bx-prev
  {
    left: 10px;
    background: url(../images/common/prev.png) no-repeat 0 -35px;
  }
  .wrapper .bx-wrapper .bx-next
  {
    right: 10px;
    background: url(../images/common/next.png) no-repeat 0 -35px;
  }
  
/*project*/
.project
{
  overflow:hidden;
  font-size: 16px;
  color: #000;
  padding-top: 21px;
  margin-bottom: 100px;
}
.project> .limiter
{
  overflow: hidden;
  padding-bottom: 73px;
}
.project h2
{
  font-size: 30px;
}
.project__title
{
  font-size: 24px;
  color: #283891;
  margin-top: -7px;
  margin-bottom: 27px;
  line-height: 29px;
}
.project-media
{
  overflow: hidden;
  width: 37.5%;
  float: left;
  margin-right: 29px;
}
.project-slider
{
  margin-bottom: 23px;
}
.project-slider .slider__item
{
  display: block;
  width: 100%;
  height: 306px;
  background: no-repeat center;
  background-size: cover;
}
.project-slider> .slider
{
  height: 306px;
  overflow: hidden;
}
.project-slider .slider-pager
{
  margin-top: 7px;
  height: 75px;
  overflow: hidden;
}
.project-slider .slider-pager__item
{
  display: block;
  width: 100%;
  height: 75px;
  background: no-repeat center;
  background-size: cover;
}

.wrapper .slider-pager .bx-wrapper .bx-controls-direction a
{
  top: 50%;
  margin-top: -38px;
  height: 75px;
  width: 40px;
  text-indent: 9999px;
}
.wrapper .slider-pager .bx-wrapper .bx-controls-direction a:hover
{
  background-position: center;
}
.wrapper .slider-pager .bx-wrapper .bx-prev 
{
  background: rgba(0,0,0,0.7) url(../images/common/slider-arrow.png) no-repeat center;
  transform: rotate(180deg);
  left: 0;
}
.wrapper .slider-pager .bx-wrapper .bx-next 
{
  background: rgba(0,0,0,0.7) url(../images/common/slider-arrow.png) no-repeat center;
  right: 0;
}
.slider-pager .bx-wrapper .bx-viewport
{
  left: 0;
}


.project-video .slider
{
  height: 264px;
  overflow: hidden;
}
.project-video .slider__item
{
  height: 264px;
}
.project-video__title
{
  font-size: 18px;
  font-family: DINPRo-B;
  margin-bottom: 19px;
  color: #595959;
}
.project-info
{
  padding-right: 78px;
}
.project-info__block
{
  margin-bottom: 25px;
}
.project-info__block-title
{
 color: #283891;
 font-size: 20px;
 font-family: DINPRo-B;
 margin-bottom: 19px;
}
.project-info__block-desc
{
  overflow: hidden;
  line-height: 20px;
}
.project-info__block-desc img
{
  max-height: 90px;
  vertical-align: middle;
}
.project-info__block-desc p
{
  margin: 0;
}
.project-info__block-desc strong
{
 font-family: DINPRo-B;
}
.project-info__block-desc ul
{
  padding-left: 0px;
}
.project-info__block-desc li
{
  list-style-type: none;
  background: url(../images/common/icon-li.png) no-repeat 0px 5px;
  padding-left: 22px;
}

.project-task
{
  margin-bottom: 29px;
}
.project-task__title
{
  color: #fff;
  font-family: DINPRo-B;
  font-size: 36px;
  text-align: center;
  background: url(../images/common/back-violet-1.jpg) 50% 0 repeat fixed;
  padding: 10px 0;
  position: relative;
}
.project-task__title:before
{
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -20px;
  border: 17px solid #283891;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.project-task__desc
{
  padding: 32px 0 26px;
  background: url(../images/common/back-lilas.jpg) 50% 0 repeat fixed;
  line-height: 24px;
}
.project-task__desc p
{
  margin: 0 0 24px;
}
.project-task__desc ul
{
  padding-left: 0;
}
.project-task__desc li
{
  list-style-type: none;
  background: url(../images/common/icon-li.png) no-repeat 0px -79px;
  padding-left: 22px;
}

.project-solution
{
  margin-bottom: 13px;
  overflow: hidden;
}
.project-solution__item
{
  margin-bottom: 44px;
}
.project-solution__item-ttl
{
  font-size: 20px;
  font-family: DINPRo-B;
  color: #283891;
  background: url(../images/common/icon-check_2.png) no-repeat top left;
  padding: 5px 0px 5px 43px;
  margin-bottom: 22px;
}
.project-solution__item-desc
{
  line-height: 24px;
}
.project-solution__item-desc li
{
  list-style-type: none;
  background: url(../images/common/icon-li.png) no-repeat 0px 5px;
  padding-left: 22px
}
.project-solution__item-desc p
{
  margin: 0;
}

.project-result
{
  background: url(../images/common/back-lilas.jpg) 50% 0 repeat fixed;
  position: relative;
  padding: 28px 0 47px;
  margin-bottom: 47px;
}
.project-result:before
{
  content:'';
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/common/result-border.jpg) repeat-x top;
}
.project-result .limiter
{
  overflow: hidden;
}
.project-result__block
{
  overflow: hidden;
  padding-right: 40px;
}
.project-result__block-title
{
  text-align: left;
  padding-left: 43px;
  margin-bottom: 37px;
}
.project-result__block-cont
{
  font-size: 18px;
  font-family: DINPRo-B;
  line-height: 26px;
  padding-left: 41px;
  padding-bottom: 15px;
}
.project-result__block-cont img
{
  border-bottom: 4px solid #c6c6c6;
  box-shadow: 0 0 0 1px #b3b6c5;
  transition: 1s;
  max-height: 204px;
}
.project-result__block-cont img:hover
{
  transform: scale(1.2);
}
.project-result__block_reviews
{
  width: 46%;
  float: right;
}
.project-result__block_reviews .project-result__block-title
{
  background: url(../images/common/icon-reviews.jpg) no-repeat left center;
}
.project-result__block_desc .project-result__block-title
{
  background: url(../images/common/icon-result.jpg) no-repeat left center;
}
.project-new
{
  margin-bottom: 40px;
}
.project-new__title
{
  font-size: 18px;
  font-family: DINPRo-B;
  margin-bottom: 19px;
  color: #595959;
}
.project-new__video
{
  width: 100%;
  height: 264px;
  background: no-repeat center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.project-new__video_link
{
  position: absolute;
  top: 0;
  left: 0;
  right:  0;
  bottom: 0;
  cursor: pointer;
}
.project-new__video_link span
{
  display: block;
  background: url(../images/common/icon-play.png) no-repeat center;
  height: 51px;
  width: 101px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -25px;
  border-radius: 14px;
  border: 2px solid #fff;
  transition: 0.5s;
}
.project-new__video:hover span
{
  background-color: red;
}


.project-similar__title
{
  margin-bottom: 35px;
}
.project-similar__items
{
  margin-right: -15px;
  margin-bottom: 41px;
  overflow: hidden;
  max-height: 348px;
}
.project-similar__item
{
  width: 33.33%;
  float: left;
  padding-right: 15px;
  margin-bottom: 10px;
  color: #595959;
}
.project-similar__item-wrap
{
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
}
.project-similar__item-img
{
  width: 100%;
  height: 231px;
  background:no-repeat center;
  background-size: cover;
  display: block;
}
.project-similar__item-decs
{
  padding: 8px 16px;
  min-height: 105px;
  line-height: 18px;
}
.project-similar__item-decs p
{
    margin: 0;
}
.project-similar__button
{
  max-width: 300px;
  margin: 0 auto;
}
.project-similar__button .button
{
  border-width: 5px;
  height: 60px;
  line-height: 50px;
  font-size: 18px;
}
#similar-slider .project-similar__item
{
  width: 100%;
  padding: 0;
}


/*draft*/
.draft__desc
{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 39px;
}
.draft__items
{
  margin-right: -15px;
  margin-bottom: 41px;
  overflow: hidden;
  font-size: 0;
}
.draft__item
{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #595959;
}
.draft__item-wrap
{
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
}
.draft__item-img
{
  width: 100%;
  height: 231px;
  background:no-repeat center;
  background-size: cover;
  display: block;
}
.draft__item-decs
{
  padding: 8px 16px;
  min-height: 105px;
  line-height: 18px;
}

@media (max-width: 1550px){
  .draft__item
  {
    width: 25%;
  }
}

@media (max-width: 1300px){
  .draft__item
  {
    width: 33.33%;
  }
}

/*slider*/
.slider .owl-prev,.slider .owl-next
{
  position: absolute;
  top: 50%;
  margin-top: -37px;
  height: 75px;
  width: 40px;
  text-indent: 9999px;
}
.slider .owl-prev
{
  background: rgba(0,0,0,0.7) url(../images/common/slider-arrow.png) no-repeat center;
  transform: rotate(180deg);
  left: 0;
}
.slider .owl-next
{
  background:  rgba(0,0,0,0.7) url(../images/common/slider-arrow.png) no-repeat center;
  right: 0;
}

/*request*/
  .request
  {
    background: url(../images/common/back-request-2.jpg) 50% 0 repeat fixed   ;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    margin-bottom: 20px;
    min-height: 300px;

  }
  #request-form-2
  {
    margin-bottom: 0;
  }
  .request-form .success
  {
    height: 288px;
    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .request:before
  {
    content: '';
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
  }
  .request-block
  {
    color: #fff;
    font-size: 18px;
    width: 65.82%;
    float: left;
  }
  .request-description
  {
    background: url(../images/common/icon-phone.png) no-repeat top 8px left; 
    margin: 33px 0 30px;
    padding-left: 68px;
    min-height: 112px; 
  }
  .request-description_title
  {
    color: #fff200;
    font-family: DINPro-B;
    font-size: 36px;
    line-height: normal;
  }
  .request-description_text
  {
    line-height: 33px;
  }
  .request-description_title a
  {
      color: #fff200;
  }
  .request-alternative
  {
    text-align: right;
  }
  .request-alternative span
  {
    display: block;  
  }
  .request-alternative_title
  {
    font-size: 24px;
    color: #fff200;
    font-family: DINPro-B;
    margin-bottom: 6px;
  }
  .request-form
  {
    float: right;
    background: #fff;
    width: 31.6%;
    padding: 32px 37px 30px;
  }
 .request-form .form-title span
 {
   display: block;
   text-transform: none;
   font-size: 14px;
 }
  
  /*request-diamond*/
  .request-diamond
  {
    margin-bottom: 49px;
  }
  .request-diamond#request-form-2
  {
    margin-bottom: 49px;
  }
  
  /*.preview-diamond*/
  .preview-diamond
  {
    margin-bottom: 22px;
  }
  .preview-diamond .preview-title
  {
    margin-bottom: 40px;
  }
  .preview-characters
  {
    font-size: 18px;
    font-family: DINPro-L;
    margin-top: -8px;
  }
  .preview-characters_item
  {
    margin-bottom: 24px;
    line-height: 24px;
  }
  .preview-characters_item span
  {
    font-family: DINPro-B;
    display: block;
  }
  
  /*form*/
  .form-title
  {
    color: #283891;
    font-size: 18px;
    font-family: DINPro-B;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .form-button
  {
    margin-top: 18px;
    border: 5px solid #fff200;
    height: 62px;
    background: #fff;
    font-size: 18px;
    line-height: 48px;
  }
  .field-container
  {
    margin-bottom: 9px;
  }
  .field-container span
  {
    font-size: 16px;
    font-family: DINPro-L;
    margin-bottom: 11px;
    display: block;
  }

  .field
  {
    outline: none;
    border: 1px solid transparent;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-family: DINPro-R;
    background: #e7e7e7;
  }
  .field.invalid
  {
    border: 1px solid #f00;
  }
  .field input::-webkit-input-placeholder {color:#e7e7e7;}
  .field input::-moz-placeholder          {color:#e7e7e7;}
  .field input:-moz-placeholder           {color:#e7e7e7;}
  .field input:-ms-input-placeholder      {color:#e7e7e7;}

/*services*/
  .services
  {
    padding-top: 38px;
  }
  .services-title
  {
    margin-bottom: 34px;
  }
  .services-item-container
  {
    position: relative;
    z-index: 1;
  }
  .services-item
  {
    font-size: 18px; 
    color: #283891;
    font-family: DINPro-L;
    position: relative;
  }
  .services-item.__one
  {
    margin-left: 13px;
  }
  .services-item_title
  {
    font-size: 24px;
    font-family: DINPro-B;
    padding-left: 43px;
    margin-bottom: 26px;
    background: url(../images/common/arrow-yellow-2.png) no-repeat top left;
  }
  .services-item_list 
  {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .services-item.__one .services-item_list:first-of-type
  {
    margin-right: 9.26%;
  }
  .services-item.__one .services-item_list 
  {
    width: 43.6%;
  }
  .services-item_list li
  {
    list-style-type: none;
    position: relative;
    background: url(../images/common/icon-li.png) no-repeat 22px 10px;
    padding: 3px 0 6px 43px;
    max-width: 505px;
    margin-bottom: 16px;
  }
  .services-item_list li:hover, .services-item.__two .services-item_list li:hover
  {
    background-color: rgba(40,56,145,0.2);
  }
  .services-item_list a
  {
    color: #283891;
  }
  .services-item.__one .services-item_image
  {
    position: absolute;
    bottom: -149px;
    left: 54px;
  }
  .services-item.__two
  {
    background: url(../images/common/back-yellow-2.jpg) 50% 0 repeat fixed;
    height: 518px;
    min-height: 518px;
    padding-top: 203px;
    margin-top: -34px;
    
  }
  .services-item.__two:before
  {
    content: '';
    background: url(../images/common/before-angle.png) left center;
    background-size: cover !important;
    height: 164px;
    position: absolute;
    top: 0 ;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .services-item.__two .services-item-container
  {
        padding-left: 28px;
  }
  .services-item.__two .services-item-container:before
  {
    content: '';
    position: absolute;
    bottom: -26px;
    right: 106px;
    height: 376px;
    width: 384px;
  }
  .services-item.__two .services-item_title
  {
    background: url(../images/common/arrow-violet.png) no-repeat top left;
  }
  .services-item.__two .services-item_list li
  {
    background: url(../images/common/icon-li.png) no-repeat 22px -78px;
  }
  .services-item.__three
  {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 18px;
    background: url(../images/common/kaska.jpg) no-repeat top center;
    padding-top: 162px;
    margin-right: 39px;
    padding-left: 13px;
  }
  .services-item.__four
  {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin-top: 29px;
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin-top: 29px;
    background-image: url(../images/common/kamaz.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 338px;
  }
  .services-item.__four .services-item_title
  {
    margin-bottom: 45px;
  }
  .services-item-blocks
  {
    position: relative;
  }
  .services-item-blocks:before
  {
    content: '';
    background: url(../images/common/after-angle.png) no-repeat left;
    background-size: cover !important;
    height: 168px;
    position: absolute;
    top: -168px;
    left: 0;
    right: 0;
  }

/*.privilege-main*/
  .privilege-main
  {
  padding: 50px 0 129px;
  background-image: url(../images/privilege/back-privilege.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  }
 .privilege-main .privilege-title
 {
  color: #fff;
  margin-bottom: 74px;
 }
 .privilege-main .privilege-items
 {
  overflow: hidden;
 }
 .privilege-main .privilege-item
 {
  width: 25%;
  float: left;
  text-align: center;
  font-family: DINPro-B;
  font-size: 18px;
 }
 .privilege-main .privilege-item_image
 {
    margin-bottom: 13px;
 }
  .privilege-main .privilege-item_title
  {
    color: #fff200;
    font-size: 20px;
    margin-bottom: 17px;
  }
  .privilege-item_description
  {
    padding: 0 13px;
    line-height: 24px;
  }
  .privilege-main .privilege-item_description p
  {
    margin: 0;
  }

/*privilege-diamond*/
.privilege-diamond
{
  padding: 50px 0 67px;
  margin-bottom: 53px;
  background: #efefef;
}
 .privilege-diamond .privilege-title
 {
   margin-bottom: 37px;
 }
 .privilege-diamond .privilege-images
 {
   margin-bottom: 52px;
 }
 .privilege-diamond .privilege-images a
 {
   width: 24.7%;
   max-height: 288px;
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
   margin-right: 3px;
   position: relative;
 }
 .privilege-diamond .privilege-images a:nth-child(4n)
 {
   margin-right: 0;
 }
 .privilege-diamond .privilege-images a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(40,56,145,0.8) url(../images/common/lupa.png) no-repeat center;
}
 .privilege-diamond  .privilege-images img
 {
   width: 100%;
 }
 .privilege-diamond .privilege-items ul
 {
   padding: 0;
   margin: 0;
 }
 .privilege-diamond .privilege-items li
 {
   list-style: none;
   padding-left: 20px;
   background: url(../images/common/icon-li.png) no-repeat 0 7px;
   margin-bottom: 26px;
   line-height: 26px;
 }
 .privilege-diamond .privilege-items li span
 {
   font-family: DINPro-B;
 }
 

 
/*use*/
.use
{
  font-size: 18px;
}
.use-title
{
  margin-bottom: 57px;
}
 
 .use-items li
 {
   padding-left: 20px;
   margin-bottom: 29px;
   list-style: none;
   background: url(../images/common/icon-li.png) no-repeat 0 7px;
 }
 /*.use-diamond*/
 .use-diamond .use-items ul
 {
   background: url(../images/privilege/use-back.jpg) no-repeat left bottom;
   padding: 0 0 57px 380px;
   margin: 0;
 }
 
 /*equipment*/
 .equipment
 {
   margin-bottom: 48px;
 }
 .equipment-title
 {
  max-width: 832px;
  margin: 0 auto 24px;
  line-height: 37px;
 }
 .equipment-items
 {
   position: relative;
 }
 .equipment-items.__one:before
 {
   content: '';
   background: url(../images/equipment/equipment-1.png) no-repeat ;
   height: 300px;
   width: 300px;
   position: absolute;
   top: 50%;
  right: 108px;
  margin-top: -115px;
   z-index: 1;
 }
  .equipment-items.__two
  {
    background: url(../images/common/back-yellow-1.jpg) 50% 0 repeat fixed;
    min-height: 516px;
    position: relative;
    padding: 101px 0;
    margin-top: -9px;

  }
  .equipment-items.__two:before
  {
    background: url(../images/common/before-angle.png) no-repeat right;
    top: 0;
  }
  .equipment-items.__two:after
  {
    background: url(../images/common/after-angle.png) no-repeat right;
    bottom: 0;
  }
  .equipment-items.__two:before, .equipment-items.__two:after {
    content: '';
    height: 164px;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover !important;
  }
  .equipment-items.__two .limiter
  {
    position: relative;
  }
 .equipment-items.__two .limiter:before
 {
   content: '';
   background: url(../images/equipment/equipment-2.png) no-repeat center;
   height: 326px;
   width: 329px;
   position: absolute;
  left: 137px;
  top: 50%;
  margin-top: -157px;
 }
 .equipment-items.__three
 {
    background: url(../images/equipment/equipment-back.jpg) no-repeat center bottom;
    margin-top: -41px;
    position: relative;
    z-index: 1;
    padding-top: 38px;
    padding-bottom: 97px;
 }
 .equipment-items-container
 {
   overflow: hidden; 
 }
 .equipment-items-container .equipment-item
  {
   float: right;
   padding-left: 24px;
  }
 .equipment-item
  {
   margin-bottom: 59px;
   max-width: 51%;
   font-family: DINPro-L;
   z-index: 1;
   position: relative;
  }
  .equipment-item:last-child
  {
    margin-bottom: 0;
  }
 .equipment-item_title
 {
    color: #21409a;
    font-size: 24px;
    font-family: DINPro-B;
    margin-bottom: 4px;
    line-height: 26px;
 }
 .equipment-item_desc
 {
   line-height: 26px;
 }
 /*warranty*/
 .warranty
 {
   margin-bottom: 31px;
  overflow: hidden;
 }
 .warranty-title
 {
   margin-bottom: 30px;
 }
 .warranty-items
 {
  background: url(../images/common/warranty-back.jpg) no-repeat left 88px center;
  padding: 27px 0 0 380px;
 }
  .warranty-items ul
  {
    margin: 0;
    padding: 0;
  }
   .warranty-items li
   {
     padding-left: 20px;
     list-style-type: none;
     margin-bottom: 30px;
     background: url(../images/common/icon-li.png) no-repeat 0 7px;
   }
  
/*about*/
.about
{
  padding-top: 49px;
}
.about-title
{
  margin-bottom: 45px;
}
.about-item.__one
{
  z-index: 1;
  padding-bottom: 0px;
  min-height: 480px;
}
.about-item.__two
{
  background: url(../images/common/back-violet.jpg) 50% 0 repeat fixed;
  margin-top: -144px;
  height: 482px;
  min-height: 482px;
  color: #fff;
  padding-top: 233px;
  text-align: center;

}
.about-item.__three
{
  padding-top: 90px;
  padding-bottom: 0px;
  z-index: 4;
  margin-top: -62px;
}
.about-item.__four
{
  background: url(../images/common/back-violet.jpg)  50% 0 repeat fixed;
  margin-top: -19px;
  margin-bottom: 83px;
  padding-bottom: 0;
  height: 515px;
  min-height: 429px;
  color: #fff;
}
.about-item.__two:before, .about-item.__two:after, .about-item.__four:after, .about-item.__four:before
{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 168px;
  background-size: cover !important;
}
.about-item.__two:before
{
  background: url(../images/common/before-angle.png) no-repeat left;
  top: 0;
}
.about-item.__two:after
{
  background: url(../images/common/after-angle.png) no-repeat left;
  bottom: 0px;
}
.about-item.__four:after
{
  background: url(../images/common/before-angle.png) no-repeat left;
  top: -29px;
}
.about-item.__four:before
{
  background: url(../images/common/after-angle.png) no-repeat left;
  bottom: 0px;
}
.about-item
{
  padding-bottom: 66px;
  background-repeat: no-repeat;
  position: relative;
  font-size: 18px;
  font-family: DINPro-L;
}
.about-item_title
{
  font-size: 24px;
  font-family: DINPro-B;
  position: relative;
}
.about-item_ps
{
  background: #f2f2f2;
  position: relative;
  margin-top: 24px;
  margin-left: 4px;
  padding: 22px 37px 6px;
  font-family: DINPro-B;
  line-height: 26px;
}
.about-item_ps:before, .about-item_ps:after
{
  content: '';
  position: absolute;
  height: 23px;
}
.about-item_ps:before
{
  top: 0;
  left: 0;
  width: 109px;
  background: url(../images/about/white-before.png) no-repeat left top;
}
.about-item_ps:after
{
  bottom: -11px;
  right: 0;
  left: 0;
  background: url(../images/about/gray-after.png) no-repeat right bottom;
  background-size: 100%;
  
}
.about-item_description
{
  line-height: 26px;
}
.about-item_description span
{
  font-family: DINPro-B;
}

.about-item.__one .about-item-wrapper
{
    padding-right: 33.5%;
    background: url(../images/about/about-img.jpg) no-repeat center right;
}

.about-item.__three .about-item-wrapper
{
    padding-right: 43%;
    padding-top: 90px;
    margin-top: -90px;
}
.about-item.__two .about-item_title
{
    width: 783px;
    margin: 0 auto;
}
.about-item.__two .about-item_title:before,.about-item.__two .about-item_title:after 
{
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.about-item.__two .about-item_title:before 
{
  background: url(../images/common/icon-quote-left.png) no-repeat center;
  left: 0;

}
.about-item.__two .about-item_title:after 
{
  background: url(../images/common/icon-quote-right.png) no-repeat center;
  right: 0;
  

}
.about-item.__four .about-item-wrapper
{
  padding: 104px 0 0 43%;
  text-align: right;
}
.about-item.__four .about-item-container
{
  position: relative;
}
.about-item.__four .about-item-container:before
{
  content: '';
  background: url(../images/about/kamaz.png) no-repeat center;
  width: 614px;
  height: 366px;
  left: -80px;
  bottom: -219px;
  position: absolute;
}
.about-item.__five
{
  padding: 0;
}
.about-item.__five .about-item-wrapper
{
      padding-right: 42%;
    padding-bottom: 93px;
}

/*reviews*/
  .reviews
  {
    background: #f8f8f8;
    padding: 52px 0 54px;
    margin: 0 auto 40px;
    /*max-width: 1100px;*/
  }
  .reviews-title
  {
    margin-bottom: 40px;
  }
  .reviews-items
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .reviews-item
  {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    overflow: hidden;
    margin: 0 22px 30px;
    border-bottom: 4px solid #c6c6c6;
    box-shadow: 0 0 0 1px #b3b6c5;
    position: relative;
  }
  .reviews-item:hover:before
  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(40,56,145,0.8) url(../images/common/lupa.png) no-repeat center;    
  }
  .reviews-item img
  {
    width: 100%;

  }
/*sertificate*/
  .sertificate
  {
    overflow: hidden;
    margin-bottom: 79px;
  }
  .sertificate-title
  {
    margin-bottom: 50px;
  }
  .sertificate .bx-wrapper .bx-viewport
  {
    padding: 1px 2px;
  }
  .sertificate .bx-wrapper .bx-prev
  {
    left: -101px;
  }
  .sertificate .bx-wrapper .bx-next
  {
    right: -88px;
  }
  .sertificate  .bx-wrapper .bx-pager, 
  .sertificate .bx-wrapper .bx-controls-auto
  {
    bottom: -55px;
  }

/*partners*/
  .partners
  {
    overflow: hidden;
  }
  .partners-title
  {
    margin-bottom: 61px;
  }
  .partners-items
  {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-right: -2.6%;
  }
  .partners-item
  {
    width: 14%;
    height: 140px;
    padding-right: 2.6%;
    margin: 0 0 68px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .partners-item:nth-child(6n)
  {
    margin-right: 0;
  }
  .partners-item img
  {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height:  100%;
  }
  
  .partners-item:after
  {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

/*work*/
.work 
{
  padding: 74px 0 31px;
  position: relative;
}
.work-main:before, .work-main:after
{
  content: '';
  position: absolute;
  bottom: 0;
}
.work-main:after
{
  left: -112px;
  background: url(../images/work/back-work-left.png) no-repeat ;
  height: 895px;
  width: 858px;
}
.work-main:before
{
  right: -112px;
  background: url(../images/work/back-work-right.png) no-repeat ;
  height: 961px;
  width: 854px;
}
.work-container
{
  position: relative;
  z-index: 1;
}
.work-title
{
  margin-bottom: 61px;
}
.work-main .work-items
{
  height: 800px;
  position: relative;
}
.work-main .work-images, .work-main .work-numeral, .work-main .work-description
{
  position: absolute;
  margin: 0 auto;
}
.work-main .work-images
{
  width: 430px;
  height: 430px;
  top: 141px;
  left: 0;
  right: 0;
  background: url(../images/work/center.png) no-repeat 56% 40%;
}
.work-main .work-images_item
{
  position: absolute;
}
.work-images_item.__one
{
  left: 50%;
  margin-left: -25px;
}
.work-images_item.__two
{
  right: 61px;
  top: 41px;
}
.work-images_item.__three
{
  right: 10px;
  top: 186px;
}
.work-images_item.__four
{
  right: 60px;
  top: 324px;
}
.work-images_item.__five
{
  bottom: -3px;
  left: 50%;
  margin-left: -18px;
}
.work-images_item.__six
{
  left: 68px;
  top: 325px;
}
.work-images_item.__seven
{
  left: 8px;
  top: 184px;
}
.work-images_item.__eight
{
  top: 44px;
  left: 69px;
}
.work-main .work-numeral
{
  width: 600px;
  top: 63px;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
}
.work-main .work-numeral_item
{

  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 39px;
  font-family: DINPro-B;
  -moz-transform: rotate(45deg); /* Для Firefox */
  -ms-transform: rotate(45deg); /* Для IE */
  -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Для Opera */
  transform: rotate(45deg);
  position: absolute;
}
.work-numeral_item span
{
  display: block;
    -moz-transform: rotate(-45deg); /* Для Firefox */
  -ms-transform: rotate(-45deg); /* Для IE */
  -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-45deg); /* Для Opera */
  transform: rotate(-45deg);
}
.work-numeral_item.__one 
{
  background: #fff200;
  left: 50%;
  margin-left: -30px;
}
.work-numeral_item.__two 
{
  background: #e9df0f;
  top: 83px;
  right: 102px;
}
.work-numeral_item.__three 
{
  background: #c9c324;
  top: 269px;
  right: 26px;
}
.work-numeral_item.__four 
{
  background: #b4b133;
  top: 455px;
  right: 103px;
}
.work-numeral_item.__five 
{
  background: #9e9e41;
  top: 537px;
  left: 50%;
  margin-left: -28px;
}
.work-numeral_item.__six 
{
  background: #7e8257;
  top: 455px;
  left: 85px;
}
.work-numeral_item.__seven 
{
  background: #535d74;
  top: 270px;
  left: 8px;
}
.work-numeral_item.__eight 
{
  background: #283891;
  top: 83px;
  left: 85px;
}
.work-numeral_item.__one:before,
.work-numeral_item.__two:before,
.work-numeral_item.__three:before,
.work-numeral_item.__four:before,
.work-numeral_item.__five:before,
.work-numeral_item.__six:before,
.work-numeral_item.__seven:before,
.work-numeral_item.__eight:before
{
  content: '';
  position: absolute;
      -moz-transform: rotate(-45deg); /* Для Firefox */
  -ms-transform: rotate(-45deg); /* Для IE */
  -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-45deg); /* Для Opera */
  transform: rotate(-45deg);
}
.work-numeral_item.__one:before
{
  background: url(../images/work/work-arrow-1.png) no-repeat;
  height: 66px;
  width: 130px;
  right: -142px;
  top: -64px;
}
.work-numeral_item.__two:before
{
  background: url(../images/work/work-arrow-2.png) no-repeat;
  height: 135px;
  width: 71px;
  right: -113px;
  top: -27px;

}
.work-numeral_item.__three:before
{
  background: url(../images/work/work-arrow-3.png) no-repeat;
    height: 134px;
    width: 61px;
    right: -63px;
    top: 43px;
}
.work-numeral_item.__four:before
{
  background: url(../images/work/work-arrow-4.png) no-repeat;
  height: 72px;
  width: 133px;
  right: -26px;
  top: 80px;
}
.work-numeral_item.__five:before
{
  background: url(../images/work/work-arrow-5.png) no-repeat;
  height: 66px;
  width: 130px;
  right: 48px;
  top: 37px;
}
.work-numeral_item.__six:before
{
  background: url(../images/work/work-arrow-6.png) no-repeat;
    width: 72px;
    height: 135px;
    right: 81px;
    top: -69px;
}
.work-numeral_item.__seven:before
{
  background: url(../images/work/work-arrow-7.png) no-repeat;
   width: 66px;
  height: 132px;
  right: 39px;
  top: -140px;

}
.work-description
{    
  height: 748px;
  right: 0;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: DINPro-B;
}
.work-description_item
{
  position: absolute;
  top: 100px;
}
.work-description_item.__one
{
    width: 202px;
    text-align: center;
    left: 50%;
    margin-left: -103px;
    top: -7px;
}
.work-description_item.__two
{
  max-width: 281px;
  right: 57px;
  top: 113px;
}
.work-description_item.__three
{
  max-width: 234px;
  right: 35px;
  top: 303px;
}
.work-description_item.__four
{
  top: 513px;
  max-width: 250px;
  right: 87px;
}
.work-description_item.__five
{
  width: 293px;
  bottom: 8px;
  left: 50%;
  margin-left: -139px;
  top: auto;
  text-align: center;
}
.work-description_item.__six
{
  max-width: 244px;
  top: 502px;
  left: 91px;
  text-align: right;
}
.work-description_item.__seven
{
  max-width: 257px;
  text-align: right;
  left: 20px;
  top: 282px;
}
.work-description_item.__eight
{
  max-width: 270px;
  text-align: right;
  top: 143px;
  left: 65px;
}

/*advantages-dismantl*/
.advantages-dismantl
{
  background: none;
  margin-bottom: 71px;
}
.advantages-dismantl .advantages-container:before
{
  background: url(../images/advantages/grapnel.png) no-repeat;
  top: -56px;
  right: -31px;
  height: 349px;
  width: 202px;
}
.advantages-dismantl .advantages-title
{
  margin-bottom: 35px;
}
.advantages-dismantl .advantages-introtext.__violet
{
  padding: 79px 0 137px;
  height: 365px;
  min-height: 365px;
  margin-top: -47px;
}
.advantages-dismantl  .advantages-introtext_text
{
  background: url(../images/advantages/icon-info.png) no-repeat center top 29px;
  padding-top: 75px;
}

.advantages-dismantl .advantages-items:before {
    background: url(../images/common/after-angle.png) no-repeat left;
}
.advantages-dismantl .advantages-item
{
  margin-bottom: 13px;
}
.advantages-dismantl .advantages-item-container
{
  padding: 17px 0px 0;
}
.advantages-dismantl .advantages-item_title
{
  height: 33px;
  width: 33px;
  margin: 0 auto 21px;
  background: #fff200;
  font-size: 18px;
  font-family: DINPro-B;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.advantages-dismantl .advantages-item_title span
{
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.advantages-dismantl .advantages-item_description
{
  line-height: 26px;
}

/*advantages-diamond*/
  .advantages-diamond .advantages-title
  {
   margin-bottom: 35px;  
  }
  .advantages-diamond .advantages-container:before 
  {
    background: url(../images/advantages/bulgarian.png) no-repeat;
    top: -55px;
    right: 93px;
    height: 351px;
    width: 292px;
  }
  .advantages-diamond .advantages-introtext
  {
    margin-top: -45px;
    padding: 101px 0 93px;
    height: 364px;
    min-height: 364px;
  }
  .advantages-diamond .advantages-introtext_text
  {
    background: url(../images/common/icon-diamond.png) no-repeat center top;
  }
  .advantages-diamond .advantages-introtext_text p
  {
    color: #fff;
  }
  .advantages-diamond .advantages-items
  {
    padding-top: 53px;
  }
  .advantages-diamond .advantages-items:before
  {
    background: url(../images/common/after-angle.png) no-repeat left;
    
  }
  .advantages-diamond .advantages-item
  {
    background: url(../images/advantages/diamond-service.jpg) no-repeat left top 76px;
    padding-left: 378px;
    margin-bottom: 26px;
    overflow: hidden;
  }
  .advantages-diamond .advantages-item_title
  {
    font-family: DINPro-B;
    color: #283891;
    line-height: 36px;
    margin-bottom: 29px;
  }
  .advantages-diamond .advantages-item ul
  {
    margin: 0;
    padding: 0;
  }
  .advantages-diamond .advantages-item li
  {
    list-style-type: none;
    background: url(../images/common/icon-li.png) no-repeat 0 7px;
    padding-left: 23px;
    margin-bottom: 29px;
  }
  .advantages-diamond .advantages-ps
  {
    font-family: DINPro-B;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
/*options*/
.options
{
  margin-top: 51px;
  margin-bottom: 70px;
}
.options-title
{
  margin-bottom: 24px;
}
.options-desc
{
  text-align: center;
  margin-bottom: 35px;
  font-size: 18px;
}
.options-items
{
  overflow: hidden;
  margin-bottom: 110px;
}
.options-item
{
  width: 50%;
  float: left;
  text-align: center;
}
.options-item:last-child
{
  padding-left: 15px;
}
.options-item:first-child
{
  padding-right: 15px;
}
.options-item_image
{
  width: 100%;
  margin-bottom: 18px;
}
.options-item_image img
{
  width: 100%;
}
.options-item_desc
{
  line-height: 24px;
  font-family: DINPro-L;
  font-size: 18px;
}
.options-item_desc span
{
  font-family: DINPro-B;
  display: block;
}
.options-ps
{
  max-width: 767px;
  margin: 0 auto;
  position: relative;
  background: #fff538;
  color: #21409a;
  font-size: 18px;
  font-family: DINPro-B;
  text-align: center;
  padding: 24px 80px;
  line-height: 25px;
}
.options-ps:before
{
  content: '';
  background: url(../images/common/icon-variant.jpg) no-repeat top center;
  position: absolute;
  left: 0;
  right: 0;
  top: -74px;
  height: 74px;
}

/*price*/
.price
{
  margin-bottom: 76px;
  font-size: 18px;
}
.price-title
{
  margin-bottom: 28px;
}
.price-desc
{
  line-height: 25px;
  padding: 0 11px;
}
 
 
/*price-diamond price-table*/
  .price-diamond.price 
  {
      margin-bottom: 57px;
  }
  .price-diamond .price-title
  {
    margin-bottom: 40px;
  }
 .price-table table
 {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 61px;
 }
 .price-table td
 {
   border: 2px solid #dbdbdb;
   text-align: center;
   padding: 6px 0;
 }
 .price-table thead td
 {
   font-family: DINPro-B;
   padding: 11px 0;
 }
 .price-table thead tr:first-child td
 {
   width: 32.9%;
 }
 .price-table tbody tr td
 {
   width: 32.9%;
 }
 .price-table tbody tr:nth-child(even)
 {
   background: #f4f4f4;
 }
 .table_ps ul
 {
   margin: 0;
 }
 .table_ps ul
 {
   margin: 0;
   padding: 0;
 }
 .table_ps li
 {
  list-style-type: none;
  background: url(../images/common/icon-li.png) no-repeat 0 7px;
  padding-left: 21px;
  margin-bottom: 29px;
 }
 .price-main .price-table tbody td 
 {
   padding: 6px 10px;
 }
  .price-main .price-table tbody tr td:first-child
  {
    width: 70%;
    text-align: left;
  }
  .price-main .price-table thead tr:first-child td{width: 15%;}
  .price-main .price-table tbody tr td{width: 15%;}

/*request-middle*/
.request-middle
{
  padding-top: 60px;
  margin-bottom: 48px;
  color: #fff;
}
.request-block_title
{
  text-align: center;
  font-size: 36px;
  font-family: DINPro-B;
  margin: 0 auto 23px;
  max-width: 685px;
  line-height: 37px;
  letter-spacing: -0.3px;
}
.request-middle .request-description
{
  background: url(../images/common/icon-phone.png) no-repeat top center;
  padding: 119px 0 0 0;
  margin: 0;
  text-align: center;
  font-size: 18px;
}

/*causes*/
.causes
{
  margin-bottom: 89px;
}
.causes-items 
{
  counter-reset: myCounter;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
.causes-items ol
{
  padding: 0;
  margin:  0;
}
.causes-items li
{
  list-style-type: none;
  overflow: hidden;   
  margin-bottom: 22px;
  padding: 3px 0 0 40px;
  line-height: 26px;
}
.causes-items li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  height: 32px;
  width: 32px;
  background: url(../images/common/back-li.jpg) no-repeat center;
  font-size: 16px;
  font-family: DINPro-B;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin: 0 10px 0 -40px;
  float: left;
}
.causes-items span
{
   font-family: DINPro-B;
}

/*preview*/
.preview-dismantl
{
  margin-bottom: 36px;
}
.preview-title
{
  margin-bottom: 49px;
}
.preview-block
{
  width: 48.2%;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.preview-block:last-child
{
  margin-right: 0px;
}
.preview-images_desc, .preview-reviews_desc
{
  text-align: center;
  font-size: 18px;
   font-family: DINPro-L;
   min-height: 115px;
   margin-bottom: 22px;
  line-height: 24px;
}
.preview-images_desc p, .preview-reviews_desc p
{
  margin: 0;
}
.frame.preview-slider
{
 height: 280px !important; 
}
.preview-slider a
{
  display: block;
  height: 280px;
  width: 100%;
}
.preview-slider a img
{
  width: 100%;
}
.preview-slider ul li
{
  margin-right: 5px;
}
.preview-images .controls
{
  margin: 21px 0 0;
}
.controls .next, .controls .prev
{
  width: 40px;
  height: 29px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 9px;
}
.controls .next
{
  background: url(../images/common/next.png) no-repeat 0 -35px;
  float: right;
  margin-right: 16px;
}
.controls .prev
{
  background: url(../images/common/prev.png) no-repeat 0 -35px;
  margin-left: 15px;
  float: left;
}
.controls .btn:hover
{
  background-position: 0 0;
}
.button-all
{
  width: 240px;
  border: 3px solid #fff200;
  display: inline-block;
}
.preview-reviews_image
{
  width: 270px;
  margin: 0 auto;
  display: block;
  border-bottom: 4px solid #c6c6c6;
  box-shadow: 0 0 0 1px #b3b6c5;
}
.preview-reviews_image img
{
  width: 100%;
}


/*work-dismantl*/
.work-dismantl
{
  font-size: 18px;
}
.work-dismantl .work-title
{
  margin-bottom: 53px;
}
.work-dismantl .work-items
{
      padding-left: 10px;
      overflow:hidden;
}
.work-dismantl ol
{
  padding: 0;
  counter-reset: myCounter;
  
}
.work-dismantl .work-item
{
  float: left;
  position: relative;
  list-style-type: none;
  overflow: hidden;
  font-family: DINPro-L;
}
.work-dismantl .work-item:before
{
  counter-increment: myCounter;
  content: counter(myCounter);
  background: url(../images/common/back-li-violet.jpg) no-repeat center;
  height: 70px;
  width: 70px;
  font-size: 53px;
  color: #fff;
  font-family: DINPro-Blk;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
  
}
.work-dismantl .work-item_desc
{
  margin-top: -6px;
  margin-bottom: 11px;
}
.work-dismantl .work-item:nth-child(1)
{
  width: 24.4%;
  margin-right: 17px;
}
.work-dismantl .work-item:nth-child(1):before
{
  float: left;
}
.work-dismantl .work-item:nth-child(1) .work-item_image
{
  float: right;
}
.work-dismantl .work-item:nth-child(2)
{
  width: 17%;
  overflow: visible;
  padding-bottom: 20px;
}
.work-dismantl .work-item:nth-child(2) .work-item_image
{
  float: right;
  margin-right: -56px;
  margin-top: -21px;
}
.work-dismantl .work-item:nth-child(2):before
{
  position: absolute;
  bottom: 0;
}
.work-dismantl .work-item:nth-child(3)
{
  width: 28%;
  margin-right: 76px;
  overflow: visible;
}
.work-dismantl .work-item:nth-child(3):before
{
  float: left;
}
.work-dismantl .work-item:nth-child(3) .work-item_image
{
  float: right;
  margin-right: -70px;
}
.work-dismantl .work-item:nth-child(4)
{
  width: 22%;
}
.work-dismantl .work-item:nth-child(4):before
{
  position: absolute;
  bottom: 71px;
}
.work-dismantl .work-item:nth-child(4) .work-item_image
{
  float: right;
  z-index: 1;
  position: relative;
}
.work-dismantl .work-item:nth-child(5)
{
  width: 29%;
  float: right;
  margin-top: 4px;
  overflow: visible;
}
.work-dismantl .work-item:nth-child(5):before
{
  float: right;
  margin-right: 0;
}
.work-dismantl .work-item:nth-child(5) .work-item_image
{
  margin-top: -43px;
}
.work-dismantl .work-item:nth-child(5) .work-item_desc
{
  float: right;
  width: 59%;
  text-align: right;
  margin-top: -54px;
}
.work-dismantl .work-item:nth-child(6)
{
  width: 25%;
  float: right;
  text-align: right;
  margin-left: 22px;
  overflow: visible;
}
.work-dismantl .work-item:nth-child(6):before
{
  position: absolute;
  bottom: 36px;
  right: 0;
  margin: 0;
}
.work-dismantl .work-item:nth-child(6) .work-item_desc
{
  float: right;
  margin-bottom: 20px;
}
.work-dismantl .work-item:nth-child(6) .work-item_image
{
  margin-left: -25%;
}
.work-dismantl .work-item:nth-child(7)
{
  width: 37.5%;
  float: right;
  padding-top: 55px;
  margin-top: -50px;
}
.work-dismantl .work-item:nth-child(7):before
{
  float: right;
  margin-right: 0;
}
.work-dismantl .work-item:nth-child(7) .work-item_image
{
  float: left;
  margin-top: -48px;
}
.work-dismantl .work-item:nth-child(7) .work-dismantl .work-item_desc
{
  margin-top: 6px;
}
.work-dismantl .work-item:nth-child(8)
{
  width: 31%;
  float: left;
  margin-top: -70px;

}
.work-dismantl .work-item:nth-child(8):before
{
  margin-bottom: 15px;
}
.work-dismantl .work-item:nth-child(8) .work-item_desc
{
  float: right;
  width: 81%;
}
.work-dismantl .work-item:nth-child(8) .work-item_image
{
  float: left;
}
/*main __demolition*/
  .main.__demolition
  {
    font-size: 18px;
    font-family: DINPro-L;
  }
  .advantages-demolition
  {
    margin-bottom: 98px;
  }
  .advantages-demolition .advantages-container:before {
    background: url(../images/demolition/scissors.png) no-repeat;
    top: -56px;
    right: 2px;
    height: 346px;
    width: 317px;
  }
  .advantages-demolition .advantages-title
  {
    max-width: 806px;
    margin-bottom: 21px;
  }
  .advantages-demolition .advantages-introtext
  {
    margin-top: -60px;
    height: 369px;
    min-height: 369px;
  }
  .advantages-demolition .advantages-introtext_text
  {
    background: none;
    padding-top: 30px;
  }
  .advantages-demolition .advantages-introtext_text span
  {
    display: inline-block;
    font-size: 30px;
  }
  .advantages-demolition .advantages-introtext_text img
  {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .advantages-demolition .advantages-items
  {
    padding-top: 57px;
  }
  .advantages-demolition .advantages-items span
  {
    display: block;
  }
  .advantages-items a
  {
    color: #21409a;
    text-decoration: underline;
  }
  .advantages-demolition .advantages-items-container li
  {
    padding-left: 70px;
    margin-bottom: 64px;
  }
  .advantages-demolition .advantages-items-container li:last-child
  {
    margin-bottom: 0;
  }
  
  /*request-demolition*/
    .request-demolition#request-form-1
    {
      margin-bottom: 0;
    }
  
  /*preview-demolition*/
    .preview-demolition
    {
      background: #f8f8f8;
      margin-bottom: 55px;
      padding: 54px 0 96px;
    }
    .preview-demolition .preview-title {
        margin-bottom: 36px;
    }
    .preview-demolition .preview-images
    {
      width: 66%;
    }
    .preview-demolition .preview-reviews
    {
      width: 30%;
    }
    .preview-demolition .preview-reviews_image
    {
      width: 245px;
    }
  /*price*/
    .price-demolition .price-title
    {
      margin-bottom: 53px;
      line-height: 36px;
      border-bottom: 3px solid #ebebeb;
      padding-bottom: 41px;
      position: relative;
    }
    .price-demolition .price-title:before
    {
      content: '';
      background: url(../images/common/icon-romb.jpg) no-repeat center;
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -8px;
    }
    .price-demolition h3
    {
      text-align: center;
      color: #595959;
      margin-bottom: 40px;
    }
    .price-demolition .table_ps
    {
      overflow: hidden;
      margin-bottom: 45px;
    }
    .price-demolition .table_ps li
    {
      padding-left: 49px;
      margin-bottom: 7px;
      float: left;
      width: 48.5%;
      height: 35px;
      line-height: 35px;
      font-family: DINPro-B;
      background: #ebebeb;
      margin-right: 26px;
      position: relative;
    }
    .price-demolition .table_ps li:nth-child(2n)
    {
      margin-right: 0
    }
    .price-demolition .table_ps li:before, .price-demolition .table_ps li:after
    {
      content: '';
      display: block;
      height: 35px;
      position: absolute;
      top: 0;
    }
    .price-demolition .table_ps li:before
    {
      background: url(../images/demolition/left-li.jpg) no-repeat center;
      width: 45px;
      left: -2px;
    }
    .price-demolition .table_ps li:after
    {
      background: url(../images/demolition/right-li.jpg) no-repeat center;
      width: 17px;
      right: 0px;
    }
    .price-demolition
    {
      margin-bottom: 101px;
    }
    .price-demolition .price-desc
    {
      line-height: 26px;
      padding: 0;
      margin-bottom: 33px;
    }
    .price-demolition .price-desc a
    {
      color: #21409a;
    }
    .price-demolition .price-desc p
    {
      margin: 0 0 26px;
    }
    .price-demolition .price-desc p:last-child
    {
      margin: 0;
    }
    .price-demolition .price-warn 
    {
      background: #ebebeb;
      margin: 0 -15px;
    }
    .price-demolition .price-warn .__sing
    {
      height: 120px
    }
    .price-demolition .price-warn .__text span
    {
      font-family: DINPro-B;
      display: block;
    }
  /*request-demolition*/
  .request-demolition#request-form-2
  {
    margin-bottom: 43px;
  }
  /*equipment-demolition*/
    .equipment-demolition
    {
      margin-bottom: 0;
    }
    .equipment-demolition .equipment-items.__one
    {
      margin-bottom: 18px;
    }
    .equipment-demolition .equipment-items.__one:before 
    {
      background: url(../images/demolition/eduipm-1.png) no-repeat;
      height: 287px;
      width: 359px;
    }
    .equipment-demolition  .equipment-items.__two
    {
      margin-bottom: 8px;
    }
    .equipment-demolition  .equipment-items.__two .limiter:before
    {
      background: url(../images/demolition/eduipm-2.png) no-repeat center;
      height: 291px;
      width: 457px;
      left: 67px;
      top: 44%;
    }
    .equipment-demolition  .equipment-items.__two .equipment-item:last-child
    {
      margin-bottom: 63px;
    }
    .equipment-demolition .equipment-items.__three
    {
      background: url(../images/demolition/eduipm-3.png) no-repeat center bottom;
      background-size: 100% !important;
      padding-bottom: 116px;
    }
    .equipment-demolition .equipment-item:nth-child(1)
    {
      margin-bottom: 32px;
    }
  /*use-demolition*/
    .use-demolition
    {
      margin-bottom: 35px;
      overflow: hidden;
    }
    .use-demolition .use-images
    {
      margin-bottom: 32px;
    }
    .use-demolition .use-images a
    {
      width: 24.7%;
      max-height: 288px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      margin-right: 3px;
      position: relative;
    }
    .use-demolition .use-images img
    {
      width: 100%;
    }
    .use-demolition .use-images a:hover:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        background: rgba(40,56,145,0.8) url(../images/common/lupa.png) no-repeat center;
    }
     .use-demolition  .use-items ul
     {
       margin: 0;
       padding: 0;
     }
    .use-demolition  .use-items li
    {
      background: none;
      line-height: 26px;
      position: relative;
      padding-left: 38px;
      padding-top: 6px;
      margin-bottom: 20px;
    }
    .use-demolition .use-items li:before 
    {
      content: '';
      height: 30px;
      width: 30px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
  /*causes-demolition*/
    .causes-demolition
    {
      padding: 50px 0 113px;
      background: #efefef url(../images/demolition/back-adv-demoul.png) no-repeat bottom center;
      margin-bottom: 53px;
    }
    .causes-demolition .causes-title
    {
      margin-bottom: 40px;
    }
    .causes-demolition .causes-items .group
    {
      width: 49%;
      float: left;
      margin-right: 22px;
    }
    .causes-demolition .causes-items .group:last-child
    {
      margin-right: 0;
    }
    .causes-demolition .causes-items li
    {
      position: relative;
      margin-bottom: 27px;
      padding: 15px 0 0 70px;
    }
    .causes-demolition .causes-items li:before 
    {
      background-image: url(../images/common/yellow-li.png) ;
      background-size: 100%;
      height: 48px;
      width: 48px;
      line-height: 48px;
      float: none;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
    }
    .causes-demolition .causes-items li:after {
      content: '';
      background: #fff200;
      width: 2px;
      position: absolute;
      left: 25px;
      top: 63px;
      bottom: 6px;
    }
  /*request-demolition*/
    .request-demolition#request-form-3:before
    {
          border-top: 15px solid #dadada;
    }
/*deactivation*/
  .main.__deactivation
  {
    font-size: 18px;
  }
  .advantages-deactivation
  {
    margin-bottom: 89px;
  }
  .advantages-deactivation .advantages-container:before {
    background: url(../images/common/delta.png) no-repeat;
    top: -55px;
    right: -3px;
    height: 351px;
    width: 292px;
  }
  .advantages-deactivation .advantages-title
  {
    max-width: none;
    margin-bottom: 36px;
  }
  .advantages-deactivation .advantages-introtext
  {
    margin-top: -9px;
    height: 395px;
    min-height: 395px;

  }
  .advantages-introtext_text span
  {
    color: #fff200;
    font-size: 24px;
    font-family: DINPro-B;
    display: block;
  }
  .advantages-deactivation .advantages-introtext_text 
  {
    padding-top: 65px;
    background: url(../images/common/icon-house.png) no-repeat center top;
  }
  .advantages-deactivation .advantages-items
  {
    padding-top: 51px;
    margin-bottom: 53px;
  }
  .advantages-deactivation .advantages-items:before 
  {
    background: url(../images/common/after-angle.png) no-repeat left;
  }
  .advantages-deactivation .advantages-item
  {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    padding: 0 12px;
    line-height: 25px;
  }
  .advantages-deactivation .advantages-item_count
  {
    color: #283891;
    font-family: DINPro-B;
    font-size: 30px;
    Text-align: center;
    line-height: 120px;
    width: 120px;
    margin: 0 auto 18px;
  }
  .advantages-deactivation .advantages-item.__one .advantages-item_count
  {
    background: url(../images/common/romb-1.jpg) no-repeat center;
  }
  .advantages-deactivation .advantages-item.__two .advantages-item_count
  {
    background: url(../images/common/romb-2.jpg) no-repeat center;
  }
  .advantages-deactivation .advantages-item.__three .advantages-item_count
  {
    background: url(../images/common/romb-3.jpg) no-repeat center;
  }
  .advantages-deactivation .advantages-item.__four .advantages-item_count
  {
    background: url(../images/common/romb-4.jpg) no-repeat center;
  }
  /*quote*/
    
    .quote
    {
      font-size: 18px;
      font-family: DINPro-B;
      text-align: center;
      border-top: 5px solid #fff200;
      border-bottom: 5px solid #21409a;
      padding: 27px 58px 32px;
      line-height: 26px;
      max-width: 1169px;
      position: relative;
    }
    .quote:before,
    .quote:after
    {
      content: '';
      position: absolute;
      height: 19px;
      width: 31px;
      display: block;
    }
    .quote:before
    {
      background: url(../images/common/quota-left.jpg) no-repeat center;
      left: 0;
      top: 8px;
    }
    .quote:after
    {
      background: url(../images/common/quota-right.jpg) no-repeat center;
      right: 0;
      bottom: 6px;
    }
  /*practice*/
    .practice
    {
      margin-bottom: 67px;
    }
    .practice-title
    {
      margin-bottom: 30px;
    }  
    .practice-desc
    {
      background-image: url(../images/common/back-practice.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      padding: 41px 0 64px;
      margin-bottom: 50px;
      line-height: 26px;
      text-align: center;
    }
    .practice-desc .limiter
    {
      max-width: 1026px;
    }
    .practice-desc span
    {
      font-family: DINPro-B;
    }
    
    .practice-steps_title
    {
      font-size: 24px;
      font-family: DINPro-B;
      text-align: center;
      color: #000;
      margin-bottom: 29px;
      line-height: 26px;
    }
    .practice-steps-items
    {
      
    }
    .practice-steps-items ol
    {
      margin: 0;
      padding: 0;
      counter-reset: myCounter;
    }
    .practice-steps-items li
    {
      margin-bottom: 14px;
      padding: 6px 0;
      list-style-type: none;
      line-height: 26px;
    }
    .practice-steps-items li span
    {
      font-family: DINPro-B;
    }
    .practice-steps-items li:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      margin: -8px 12px 0 -15px;
      float: left;
    }
    .practice-steps-items li>ul
    {
      counter-reset: none;
      line-height: 20px;
      margin: 24px 0 0;
      padding-left: 30px;
    }
    .practice-steps-items ul>li
    {
      line-height: 14px;
      margin: 0;
    }
    .practice-steps-items ul>li:before 
    {
      content: '';
      height: 26px;
      width: 15px;
      background: url(../images/common/icon-li.png) no-repeat 0 7px;
      font-size: 16px;
      line-height: normal;
      margin: 0 11px 0 0;
    }
  /*request-deactivation*/
    .request-deactivation
    {
      margin-bottom: 0
    }
  /*preview-deactivation*/
    .preview-deactivation
    {
      background: #f8f8f8;
      padding: 54px 0 56px;
      margin-bottom: 56px;
    }
    .preview-deactivation .preview-title
    {
      margin-bottom: 36px;
    }
    .preview-deactivation .preview-images
    {
      width: 66%;
    }
    .preview-deactivation .preview-images_desc
    {
      line-height: 26px;
      margin-bottom: 40px;
    }
    .preview-deactivation .preview-images_desc span
    {
      display: block;
      font-family: DINPro-B;
      margin-bottom: 25px;
    }
    .preview-deactivation .preview-reviews
    {
      width: 30%;
    }
  /*.price-deactivation*/
    .price-deactivation {margin-bottom: 0;}
    .price-deactivation .price-title {
      margin-bottom: 33px;
      line-height: 36px;
    }
    .price-deactivation .price-desc
    {
      line-height: 25px;
      padding: 0 ; 
      margin-bottom: 36px;
    }
    .price-deactivation .price-items
    {
      background: url(../images/deactiv/back-price.jpg) no-repeat left 86px top 25px;
      padding: 0 0 37px 401px;
    }
    .price-deactivation .price-items h3
    {
      margin-bottom: 29px;
    }
   .price-deactivation .price-items li
   {
      list-style-type: none;
      margin-bottom: 29px;
      position: relative;
      padding-left: 37px;
   }
   .price-deactivation .price-items li:before
   {
      content: '';
      height: 30px;
      width: 30px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
   }
   /*request-deactivation-two*/
     .request-deactivation-two
     {
       margin-bottom: 52px !important;
     }
     
    /*rules*/
      
     .rules-container
     { 
       margin-bottom: 43px;
       border-bottom: 3px solid #ebebeb;
       position: relative;
       padding-bottom: 42px;
     }
     
     .rules-container:after
     {
      content: '';
      background: url(../images/common/icon-romb.jpg) no-repeat center;
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -8px;
     }
   /*rules-deactivation*/
     .rules-deactivation
     {
       margin-bottom: 90px;
     }
     .rules-deactivation .rules-title
     {
       line-height: 37px;
        margin-bottom: 29px;
     }
     .rules-image
     {
        width: 43.8%;
        display: inline-block;
        vertical-align: top;
        margin: 7px 85px 0 0;
        text-align: right;
     }
     .rules-deactivation .rules-image img
     {
       max-width: 100%;
     }
     .rules-deactivation .rules-desc
     {
       line-height: 26px;
        display: inline-block;
        vertical-align: top;
        width:47%;
     }
     .rules-deactivation .rules-desc p
     {
       margin: 0 0 25px;
     }
    .rules-deactivation  .rules-steps_title
     {
       margin-bottom: 39px;
       text-align: center;
     }
     .rules-deactivation .rules-steps-items
     {
       overflow: hidden;
     }
     .rules-deactivation .rules-step
     {
      width: 32%;
      height: 230px;
      overflow: hidden;
      float: left;
      background-size: cover;
      background-position: top center;
      margin: 0 15px 13px 0;
     }
     .rules-deactivation .rules-step:first-child
     {
       height: 442px;
       background-image: url(../images/deactiv/rule-1.jpg);
     }
     .rules-deactivation .rules-step:nth-child(2)
     {
       background-image: url(../images/deactiv/rule-2.jpg);
     }
     .rules-deactivation .rules-step:nth-child(3)
     {
       background-image: url(../images/deactiv/rule-3.jpg);
       margin-right: 0;
     }
     .rules-deactivation .rules-step:nth-child(4)
     {
       background-image: url(../images/deactiv/rule-4.jpg);
      height: 200px;
     }
     .rules-deactivation .rules-step:nth-child(5)
     {
       background-image: url(../images/deactiv/rule-5.jpg);
      height: 200px;
       margin-right: 0;
     }
     .rules-deactivation .rules-step_number
     {
       position: relative;  
       color: #283891;
       font-size: 24px;
       font-family: DINPro-B;
       text-align: center;
       line-height: 50px;
       margin-left: 19px;
       margin-bottom: 9px;
     }
     .rules-deactivation .rules-step_number:before, .rules-deactivation .rules-step_number:after
     {
       content: '';
       height: 1px;
       background: #cacaca;
       position: absolute;
       left: 58px;
       right: 15px;
     }
     .rules-deactivation .rules-step_number:before
     {
       top: 28px
     }
     .rules-deactivation .rules-step_number:after
     {
       top: 32px
     }
     .rules-deactivation .rules-step_number span
     {
       background: url(../images/common/flag.png) no-repeat center;
        height: 60px;
        width: 53px;
        position: relative;
        display: block;
        z-index: 1;
     }
     .rules-deactivation .rules-step_desc
     {
       padding: 0 5%;
      line-height: 26px;
     }
     .rules-deactivation .rules-step_desc span
     {
       font-family: DINPro-B;
     }
     
  /*sert-deactivation */
    .sert-deactivation
    {
      background: #efefef;
      margin: 0;
      padding: 40px 0;
    }
  /*main __highness*/
    .main.__highness
    {
      font-size: 18px;
    }
    .main.__highness h3
    {
      color: #283891;
      line-height: 30px;
    }
    /*advantages-highness*/
      .advantages.advantages-highness {
        margin-bottom: 97px;
      }
      .advantages-highness .advantages-title
      {
        margin-bottom: 35px;
      }
      .advantages-highness .advantages-introtext
      {
        margin-top: -48px;
        height: 391px;
        min-height: 391px;
      }
      .advantages-highness  .advantages-introtext:after {
        background: url(../images/highness/trumpet.png) no-repeat;
        top: -245px;
        right: 284px;
        height: 304px;
        width: 412px;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
      }
      .advantages-highness .advantages-introtext_text
      {
        background: url(../images/highness/icon-hel.png) no-repeat center top;
        padding-top: 55px;
      }
      .advantages-highness .advantages-items
      {
        padding-top: 17px;
      }
      .advantages-highness .advantages-items_title
      {
        text-align: center;
      }
      .advantages-highness .advantages-items:before {
          background: url(../images/common/after-angle.png) no-repeat left;
          top: -137px;
      }
      .advantages-highness .advantages-items_desc
      {
        background: url(../images/highness/back-highness.jpg) no-repeat left 104px top -13px;
        padding: 0 0  64px 387px;
        position: relative;
        margin-bottom: 40px;
        border-bottom: 3px solid #ebebeb;
        position: relative;
      }
      .advantages-highness .advantages-items_desc .__text
      {
        line-height: 26px;
      }
      .advantages-highness .advantages-items_desc:after {
        content: '';
        background: url(../images/common/icon-romb.jpg) no-repeat center;
        height: 20px;
        width: 20px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -8px;
      }
      .advantages-highness .advantages-items_title
      {
        text-align: center;
      }
      .advantages-items-container ol {
        margin: 0;
        padding: 0;
        counter-reset: myCounter;
      }
      .advantages-items-container li
      {
        position: relative;
        list-style-type: none;
        padding-left: 61px;
        padding-top: 14px;
        line-height: 26px;
        margin-bottom: 11px;
      }
      .advantages-items-container li span
      {
        font-family: DINPro-B;
      }
      .advantages-items-container li:before 
      {
        counter-increment: myCounter;
        content: counter(myCounter);
        height: 50px;
        width: 50px;
        background-image: url(../images/common/back-li.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 16px;
        font-family: DINPro-B;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        position: absolute;
        left: 0;
        top: 1px
      }
      .advantages-items-container li:after
      {
        content: '';
        background: #fff200;
        width: 2px;
        position: absolute;
        left: 25px;
        top: 63px;
        bottom: 6px;
      }
    /*preview preview-highness*/
      .preview-highness
      {
        padding: 55px 0 61px;
        background: #f8f8f8;
      }
      .preview-highness .preview-title {
        margin-bottom: 34px;
      }
      .preview-highness .preview-images
      {
        width: 66%;
      }
      .preview-highness  .preview-images_desc span
      {
        display: block;
        font-family: DINPro-B;
        margin-bottom: 25px;
      }
      .preview-highness .preview-images_desc 
      {
        line-height: 26px;
        margin-bottom: 38px;
      }
      .preview-highness .preview-reviews
      {
        width: 30%;
      }
    /*request-highness*/
      .request-highness#request-form-1
      {
        margin-bottom: 56px;
      }
    /*practice-highness*/
      .practice-highness
      {
        background-image: url(../images/highness/back-people.jpg) ;
        background-repeat : no-repeat;
        background-size: cover;
        background-position: bottom center;
        padding-bottom: 105px;
        margin-bottom: 49px;
      }
      .practice-highness .practice-title {
        margin-bottom: 37px;
        line-height: 35px;
      }
      .practice-highness .practice-steps-items {
        margin-bottom: 30px;
      }
      .practice-highness .practice-steps-items p
      {
        margin: 0 0 19px;
        line-height: 26px;
      }
      .practice-highness .practice-steps-items li
      {
        position: relative;
        padding-left: 51px;
      }
      .practice-highness .practice-steps-items li:before
      {
        margin: 0;
        float: none;
        position: absolute;
        left: 0;
      }
      .practice-highness .practice-ps
      {
        background: url(../images/highness/icon-lock.png) no-repeat top center;
        padding-top: 71px;
        margin-bottom: 62px;
        text-align: center;
      }
      .practice-warn
      {
        font-family: DINPro-B;
      }
      
      /*warn*/
        .warn
        {
          
          background: #fff;
        }
        .warn .__sing, .warn .__text
        {
          display: inline-block;
          vertical-align: middle;
        }
        .warn .__sing
        {
          width: 86px;
          height: 100px;
          line-height: 100px;
          text-align: center;
          font-size: 76px;
          font-family: DINPro-B;
          margin-right: 16px;
          background: #fff200;
          color: #21409a;
        }
        .warn .__text
        {
          width: 84%;
          line-height: 26px;
        }
    /*price-highness*/  
      .price-highness .price
      {
        margin-bottom: 100px;
      }
      .price-highness .price-title 
      {
        margin-bottom: 49px;
      }
      .price-highness .price-desc
      {
        font-family: DINPro-B;
        text-align: center;
        max-width: 755px;
        margin: 0 auto 48px;
      }
      .price-highness .price-container
      {
        overflow: hidden;
      }
     .price-highness .price-img
      {
        width: 46%;
        text-align: right;
        float: left;
        margin-right: 32px;
      }
      .price-highness .price-img img
      {
        max-width: 100%;
      }
      .price-highness .price-items
      {
        overflow: hidden;
        margin-bottom: 41px;
      }
      .price-highness .price-items ul
      {
        margin: 0;
        padding: 0
      }
      .price-highness .price-items li {
        list-style-type: none;
        margin-bottom: 29px;
        position: relative;
        padding-left: 44px;
      }
      .price-highness .price-items li:before {
        content: '';
        height: 30px;
        width: 30px;
        background-image: url(../images/common/back-li.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
      }
      .price-highness .price-quota
      {
        margin-bottom: 31px;
      }
      .price-highness .price-ps
      {
        text-align: center;
        line-height: 26px;
      }
/*.main.__disassembly*/   
  .main.__disassembly
  {
    font-size: 18px;
    font-family: DINPro-L;
  }
  /*.advantages*/
    .advantages-disassembly {margin-bottom: 0;}
    .advantages-disassembly .advantages-container:before
    {
      background: url(../images/disassembly/disassembly-trumpet.png) no-repeat;
      height: 362px;
      width: 224px;
      right: 14px;
      top: -55px;
    }
    .advantages-disassembly .advantages-title
    {
      max-width: 940px;
      margin-bottom: 36px;
    }
    .advantages-disassembly .advantages-introtext
    {
      margin-top: -23px;
      height: 389px;
      min-height: 389px;
    }
    .advantages-disassembly .advantages-introtext_text
    {
     background: url(../images/disassembly/icon-money.png) no-repeat center top;
    }
    .__violet + .advantages-items:before {
        background: url(../images/common/after-angle.png) no-repeat left;
    }
    .advantages-disassembly .advantages-items
    {
      padding-top: 19px;
    }
    .advantages-disassembly .advantages-items .limiter
    {
      overflow: hidden;
    }
    .advantages-disassembly .advantages-items_img
    {
      width: 50%;
      float: left;
      text-align: center;
    }
    .advantages-disassembly .advantages-items_img img
    {
      max-width: 100%;
      margin-bottom: -4px;
    }
    .advantages-disassembly .advantages-items-container
    {
      overflow: hidden;
    }
    .advantages-disassembly .advantages-item
    {
      position: relative;
      margin-bottom: 30px;
    }
   .advantages-disassembly  .advantages-item_title
    {
      height: 50px;
      width: 50px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      line-height: 50px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .advantages-disassembly .advantages-item_description
    {
      padding-left: 70px;
    }
  /*variants-disassembly*/
    .variants-disassembly
    {
      background-image: url(../images/disassembly/stones-1.png) ;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: right bottom;
      background-color: #f1f1f1;
      padding: 32px 0 82px;
      margin-bottom: 31px;
    }
    .variants-title
    {
      text-align: center;
      color: #2b3990;
      line-height: 32px;
      margin-bottom: 61px;
    }
    .variants-items
    {
      margin-bottom: 48px;
    }
    .variants-item
    {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin-right: 25px; 
    }
    .variants-item:nth-child(1)
    {
      width: 31.7%;
    }
    .variants-item:nth-child(2)
    {
      width: 23%;
    }
    .variants-item:nth-child(3)
    {
      width: 23%;
    }
    .variants-item:nth-child(4)
    {
      width: 14%;
      margin-right: 0;
    }
    .variants-item_image
    {
      margin-bottom: 41px;
    }
    .variants-item_desc
    {
      background: #fff;
      position: relative;
      border-radius: 4px;
      border-bottom: 3px solid #c1c1c1;
      padding: 16px 15px 18px;
      line-height: 26px;
      min-height: 128px;
    }
    .variants-item:nth-child(4) .variants-item_desc
    {
      padding: 16px 1px 18px;
    }
    .variants-item_desc:before
    {
      content: '';
      border: 15px solid transparent;
      border-bottom: 15px solid #fff !important;
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -15px;
    }
    .variants-ps
    {
      font-family: DINPro-B;
      text-align: center;
      line-height: 26px;
    }
  /*preview-disassembly*/
    .preview-disassembly
    {
      background: #f8f8f8;
      padding: 50px 0;
    }
  /*request-disassembly*/
    .request-disassembly#request-form-1
    {
      margin-bottom: 30px;
    }
    .request-disassembly#request-form-2
    {
      margin-bottom: 38px;
    }
    .request-disassembly#request-form-1:before,
    .request-disassembly#request-form-3:before
    {
      border-top: 15px solid #f8f8f8;
    }
  /*cost-disassembly*/
    .cost
    {
      overflow: hidden;
    }
    .cost-disassembly
    {
      margin-bottom: 92px;
    }
    .cost-title
    {
      margin-bottom: 29px;
    }
    .cost-img
    {
      float: left;
      margin-right: 32px;
      width: 268px;
      height: 268px;
      text-align: center;
      border-radius: 50%;
    }
    .cost-img img
    {
      max-width: 100%;
    }
    .cost-desc
    {
      overflow: hidden;
      line-height: 26px;
    }
    .cost-desc p
    {
      margin: 0;
    }
  /*rules-disassembly*/
    .rules-disassembly
    {
       margin-bottom: 74px; 
    }
    .rules-container
    {
      margin-bottom: 38px;
      padding-bottom: 36px;
    }
    .rules-disassembly .rules-title
    {
      margin-bottom: 25px;
    }
    .rules-disassembly .rules-desc
    {
      text-align: center;
      line-height: 26px;
      letter-spacing: -0.1px;
    }
    .rules-disassembly .rules-steps_title
    {
      color: #283891;
      line-height: 31px;
      margin-bottom: 22px;
    }
    .rules-disassembly .rules-steps-items ol 
    {
      margin: 0;
      padding: 0;
      counter-reset: myCounter;
    }
    .rules-disassembly .rules-steps-items li {
      position: relative;
      list-style-type: none;
      padding: 4px 0 11px 52px;
      line-height: 26px;
      margin-bottom: 11px;
    }
    .rules-disassembly .rules-steps-items li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 1px;
    }
  /*technol-disassembly*/
    .technol-disassembly
    {
      background-image: url(../images/isassembly/stones-2.png);
      background-color: #ebebeb;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom left;
      padding: 32px 0 185px;
      margin-bottom: 34px;
    }
    .technol-title
    {
      text-align: center;
      color: #283891;
      margin-bottom: 30px;
      line-height: 31px;
    }
    .technol-item:first-child
    {
      margin-bottom: 47px;
    }
    .technol-item
    {
      margin-bottom: 25px;
      line-height: 26px;
    }
    .technol-item-variant
    {
      display: inline-block;
      vertical-align: top;
      width: 31.6%;
      margin-right: 24px;
      margin-bottom: 11px;
      text-align: center;
    }
    .technol-item-variant:last-child
    {
      margin-right: 0;
    }
    .technol-item-variant_number
    {
      height: 210px;
      width: 100%;
      color: rgba(255,242,0,0.67);
      font-family: DINPro-B;
      font-size: 137px;
      line-height: 210px;
      margin-bottom: 10px;
    }
    .technol-item-variant:nth-child(1) .technol-item-variant_number
    {
      background: url(../images/disassembly/steps-1.png) no-repeat center;
    }
    .technol-item-variant:nth-child(2) .technol-item-variant_number
    {
      background: url(../images/disassembly/steps-2.png) no-repeat center;
    }
    .technol-item-variant:nth-child(3) .technol-item-variant_number
    {
      background: url(../images/disassembly/steps-3.png) no-repeat center;
    }
    .technol-item-variant_title, .technol-item_title
    {
      font-family: DINPro-B;
    }
  /*price-disassembly */
    .price-disassembly
    {
      margin-bottom: 58px;
      overflow: hidden; 
    }
    .price-disassembly .price-title
    {
      margin-bottom: 15px;
    }
    .price-disassembly .price-img
    {

      float: left;
      width: 369px;
      margin-right: 20px;
      text-align: right;
    }
    .price-disassembly .price-img img
    {
      max-width: 100%;
    }
    .price-disassembly .price-desc
    {
      overflow: hidden;
      font-family: DINPRo-L;
      margin-top: 25px;
      line-height: 26px;
    }
    .price-disassembly .price-desc p
    {
     margin: 0  0 25px; 
    }
    .price-disassembly .price-desc p:last-child
    {
      margin: 0;
    }
  /*.causes-disassembly*/  
    .causes-disassembly {
      margin-bottom: 45px;
    }
    .causes-disassembly .causes-items li
    {
      position: relative;
      margin-bottom: 43px;
      padding: 10px 0 0px 61px;
    }
    
    .causes-disassembly .causes-items li:before 
    {
      height: 48px;
      width: 48px;
      margin: 0;
      float: none;
      position: absolute;
      left: 0;
      top: 0;
      background-size: 100%;
      line-height: 48px;
    }
  /*preview-disassembly*/
    .preview-disassembly
    {
      padding: 53px 0 61px;
    }
    .preview-disassembly .preview-title {
      margin-bottom: 78px;
    }
    .preview-disassembly .preview-images
    {
      width: 66%;
    }
    .preview-disassembly .preview-reviews
    {
      width: 30%;
    }
   .preview-disassembly .preview-images_desc
    {
      line-height: 26px ;
      margin-bottom: 38px;
    }
    .preview-disassembly .preview-images_desc span
    {
      font-family: DINPro-B;
      display: block;
      margin-bottom: 26px;
    }
/*main __renovat*/
  .main.__renovat
  {
    font-size: 18px;
  }
  /*.advantages-renovat*/
    .advantages-renovat
    {
      margin-bottom: 29px;
    }
    .advantages-renovat .advantages-title
    {
      margin-bottom: 35px;
    }
    .advantages-renovat .advantages-container
    {
      background: url(../images/renovat/renov-1.jpg) no-repeat center right 10px;
    }
    .advantages-renovat .advantages-introtext
    {
      margin-top: -6px;
      height: 526px;
      height: 526px;
    }
    .advantages-renovat .advantages-introtext_text
    {
      background: none;
      font-family: DINPro-B;
      padding-top: 0;
    }
    .advantages-renovat .advantages-introtext_title
    {
      width: 770px;
      margin: -75px auto 47px;
      position: relative;
      padding: 48px 28px 49px;
      line-height: 26px;
      text-align: center;
      color: #020202;
    }
    .advantages-renovat .advantages-introtext_title:before,
    .advantages-renovat .advantages-introtext_title:after
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
    }
    .advantages-renovat .advantages-introtext_title:before
    {
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
    .advantages-renovat .advantages-introtext_title:after
    {
      bottom: 0;
      right: 0;
      background: url(../images/renovat/after-yellow.png) no-repeat bottom right;
    }
    .advantages-renovat .advantages-introtext_title
    {
      background: #fff200;
    }
    .advantages-renovat .advantages-introtext-items
    {
      color: #fff;
    }
    .advantages-renovat .advantages-introtext-items ol
    {
      margin: 0;
      padding: 0;
      overflow: hidden;
      counter-reset: myCounter;
    }
    .advantages-renovat .advantages-introtext-items li
    {
      float: left;
      width: 50%;
      position: relative;
      list-style-type: none;
      padding-left: 61px;
      line-height: 26px;
      margin-bottom: 11px;
    }
    .advantages-renovat .advantages-introtext-items li:nth-child(2n)
    {
      width: 48%;
      margin-left: 16px;
    }
   .advantages-renovat .advantages-introtext-items li:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 50px;
      width: 50px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 18px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 50px;
      position: absolute;
      left: 0;
      top: 7px;
      color: #020202;
    }
    .advantages-renovat .advantages-introtext-items li:after {
      content: '';
      background: #fff200;
      width: 2px;
      position: absolute;
      left: 25px;
      top: 63px;
      bottom: 6px;
    }
    .advantages-renovat .advantages-ps
    {
      background-image: url(../images/renovat/back-2.jpg);
      background-position: top center;
      background-size: cover;
      padding: 20px 0 28px;
      font-family: DINPro-B;
      line-height: 26px;
      text-align: center;
    }
    .advantages-renovat .advantages-ps .container
    {
      width: 888px;
      margin: 0 auto;
    }
    /*cost-renovat*/
      .cost-renovat
      {
        padding-bottom: 280px;
        background-image: url(../images/renovat/back-city.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%; 
      }
      .cost-renovat .cost-title {
        margin-bottom: 35px;
      }
      .cost-renovat .cost-desc
      {
        text-align: center;
      }
    /*request-renovat  */
      .request-renovat#request-form-1
      {
        margin-bottom: 29px;
      }
      .request-renovat#request-form-1:before
      {
        border-top: 15px solid #eeeeee;
      }
      .request-renovat#request-form-2
      {
        margin-bottom: 29px;
      }
      .request-renovat#request-form-2 .request-title
      {
        margin-bottom: 36px;
      }
      .request-renovat#request-form-2 p
      {
        line-height: 26px;
        margin: 0 0 29px;
      }
    /*steps-renovat*/
      .steps-renovat
      {
        background-image: url(../images/renovat/back-renov-3.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
        padding-bottom: 189px;
        margin-bottom: 28px;
      }
      .steps-renovat .steps-title
      {
        margin-bottom: 45px;
      }
      .steps-renovat .steps-desc
      {
        line-height: 26px; 
        margin-bottom: 55px;
        text-align: center;
      }
      .steps-renovat .steps-items ol
      {
        margin: 0;
        padding: 0;
        overflow: hidden;
        counter-reset: myCounter;
      }
      .steps-renovat .steps-items li
      {
        position: relative;
        list-style-type: none;
        padding-left: 70px;
        padding-top: 14px;
        line-height: 26px;
        margin-bottom: 21px;
      }
      
      .steps-renovat .steps-items li:nth-child(1),
      .steps-renovat .steps-items li:nth-child(2),
      .steps-renovat .steps-items li:nth-child(3),
      .steps-renovat .steps-items li:nth-child(4)
      {
        display: inline-block;
        vertical-align: top;
      }
      .steps-renovat .steps-items li:nth-child(1)
      {
        background: url(../images/renovat/back-lists.png) no-repeat bottom right 0px;
        padding-bottom: 103px;
      }
      .steps-renovat .steps-items li:nth-child(1),
      .steps-renovat .steps-items li:nth-child(3)
      {
        width: 51%;
      }
      .steps-renovat .steps-items li:nth-child(2),
      .steps-renovat .steps-items li:nth-child(4)
      {
        width: 47%;
      }
      .steps-renovat .steps-items li:nth-child(4)
      {
        margin-top: -52px;
      }
      .steps-renovat .steps-items li:nth-child(5),
      .steps-renovat .steps-items li:nth-child(6),
      .steps-renovat .steps-items li:nth-child(7)
      {
        margin-bottom: 9px;
      }
     .steps-renovat .steps-items li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        height: 46px;
        width: 46px;
        background-image: url(../images/common/yellow-li.png);
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 18px;
        font-family: DINPro-B;
        display: inline-block;
        text-align: center;
        line-height: 46px;
        position: absolute;
        left: 0;
        top: 7px;
        color: #020202;
      }
      .steps-renovat .steps-items li:after {
        content: '';
        background: #fff200;
        width: 2px;
        position: absolute;
        left: 25px;
        top: 63px;
        bottom: 6px;
      }
      .steps-renovat .steps-items li span
      {
        font-family: DINPro-B;
        display: block;
      }
      .steps-delimetr
      {
        clear: both;
        border-bottom: 3px solid #dbdbdb;
        position: relative;
        margin: 34px 0 73px;
      }
      .steps-delimetr:before
      {
        content: '';
        background: #fff url(../images/renovat/icon-hand.jpg);
        height: 69px;
        width: 84px;
        position: absolute;
        margin-top: -36px;
        left: 50%;
        margin-left: -40px;
      }
     .steps-delimetr:after
     {
        content: '';
        background: #fff url(../images/renovat/arrow-next.png) no-repeat center left 10px;
        height: 32px;
        width: 22px;
        position: absolute;
        left: 0;
        top: -12px;
        padding-right: 34px;
     }
    /*price-renovat*/
    .price-renovat {overflow: hidden;margin-bottom: 0;}
    .price-renovat .price-title
    {
      margin-bottom: 35px;
    }
    .price-renovat .price-img
    {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 16px;
    }
    .price-renovat .price-img img
    {
      margin-bottom: -4px;
    }
    .price-renovat .price-desc
    {
      overflow: hidden;
      line-height: 26px;
      padding-top: 16px;
      display: inline-block;
      vertical-align: bottom;
      width: 50%;
    }
    .price-renovat .price-desc p
    {
      margin: 0 0 26px;
    }
    .price-renovat .price-desc p:first-child, .price-renovat .price-desc p:last-child
    {
     font-family: DINPro-B; 
    }
    .price-renovat .price-desc p:last-child {text-transform: uppercase;}
  /*causes-renovat*/
    .causes-renovat
    {
      margin-bottom: 117px;
    }
    .causes-renovat .causes-title
    {
      margin-bottom: 36px;
    }
    .causes-renovat p
    {
      line-height: 26px;
      margin: 0 0 32px;
    }
    .causes-renovat .causes-items li
    {
      margin-bottom: 15px;
      padding: 11px 0 0 70px;
      position: relative;
    }
    .causes-renovat .causes-items li:before
    {
     
      height: 50px;
      width: 50px;
      background: url(../images/common/yellow-li.png) no-repeat center;
      background-size: 100%;
      font-size: 18px;
      line-height: 50px;
      margin: 0;
      float: none;
      position: absolute;
      left: 0;
      top: 0;
    }
    .causes-renovat .causes-items li span
    {
      display: block;
    }
  /*preview preview-renovat*/
    .preview-renovat
    {
      background: #f8f8f8;
      padding: 52px 0 59px;
      margin-bottom: 35px;
    }
    .preview-renovat .preview-title
    {
      margin-bottom: 80px;
    }
    .preview-renovat .preview-images
    {
      width: 66%;
    }
    .preview-renovat .preview-reviews
    {
      width: 30%;
    }
    .preview-renovat .preview-images_desc
    {
      line-height: 26px;
      margin-bottom: 90px;
    }
    .preview-renovat .preview-images_desc span
    {
      font-family: DINPro-B;
      margin-bottom: 25px;
      display: block;
    }
    .preview-renovat .preview-reviews_desc
    {
      line-height: 24px;
      margin:0;
    }
  /*sertificate sert-renovat */
    .wrapper .sert-renovat .bx-wrapper .bx-controls-direction a
    {
      height: 70px;
      width: 70px;
    }
    .wrapper .sert-renovat .bx-wrapper .bx-next
    {
      background: url(../images/renovat/next-prev.jpg) no-repeat right top 0px;
    }
    .wrapper .sert-renovat .bx-wrapper .bx-next:hover
    {
      background: url(../images/renovat/next-prev.jpg) no-repeat right 2px top -68px;
    }
    .wrapper .sert-renovat .bx-wrapper .bx-prev
    {
      background: url(../images/renovat/next-prev.jpg) no-repeat left 0px;
    }
    .wrapper .sert-renovat .bx-wrapper .bx-prev:hover
    {
      background: url(../images/renovat/next-prev.jpg) no-repeat left -67px;
    }
    
/*recycling*/
    .main.__recycling
    {
      font-size: 18px;
    }
    .advantages-recycling
    {
      margin-bottom: 106px;
    }
    .advantages-recycling .advantages-title
    {
      margin-bottom: 27px;
    }
    .advantages-recycling .advantages-description 
    {
      max-width: 773px;
    }
  .advantages-recycling .advantages-container:before {
      background: url(../images/recycling/recycling-img.png) no-repeat;
      top: -56px;
      right: 2px;
      height: 346px;
      width: 317px;
  }
  .advantages-recycling:before {
      content: '';
      position: absolute;
  }
  .advantages-recycling .advantages-introtext
    {
      margin-top: 0px;
      height: 334px;
      min-height: 300px;
      padding: 108px 0 135px;
    }
    .advantages-recycling .advantages-introtext_text
    {
      background: none;
      font-family: DINPro-B;
      padding-top: 0;
    }
    .advantages-recycling .advantages-introtext_title
    {
      width: 770px;
      margin: -63px auto 47px;
      position: relative;
      padding: 48px 37px 43px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      background: #fff200;
      font-size: 18px;
    }
    .advantages-recycling .advantages-introtext_title:before
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
    .cost-recycling
    {
      background-image: url(../images/recycling/cost-back.jpg);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 100%;
       padding-bottom: 329px;
    }
    .cost-recycling .cost-intro
    {
      line-height: 26px;
      margin-bottom: 26px;
    }
    .cost-recycling .cost-desc
    {
      font-family: DINPro-B;
    }
  /*realization-recycling*/
    .realization-recycling
    {
      padding: 46px 15px 90px;
    }
    .realization-title
    {
      margin-bottom: 24px;
    }
    .realization-desc
    {
      line-height: 26px;
    }
    .realization-desc ul
    {
      padding: 0;
    }
    .realization-desc li
    {
      list-style-type: none;
      position: relative;
      background: url(../images/common/icon-li.png) no-repeat 22px 10px;
      padding: 3px 0 6px 43px;
      line-height: 18px;
    }
    .realization-desc p
    {
      margin: 0 0 25px;
    }
    .realization-desc h3
    {
      color: #283891;
      line-height: 38px;
    }
    .realization-desc h3 span
    {
      background: #f8ef20;
      line-height: 40px;
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle;
    }
    .realization-desc strong
    {
      font-family: DINPro-B;
    }
    .realization-desc-images
    {
          margin: 34px 0 18px;
    }
    .realization-desc-images img
    {
      border: 4px solid #fff;
      box-shadow: 0 0 0px 1px #cdcdcd;
      display: inline-block;
      vertical-align: top;
      max-width: 48%;
      margin-right: 20px;
    }
    .realization-desc img:last-child
    {
      margin-right: 0;
    }
  /*.steps-recycling*/
    .steps-recycling
    {
      padding: 32px 0 189px;
      background-image: url(../images/recycling/steps-back.jpg);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
    .steps-recycling .steps-title
    {
      margin-bottom: 46px;
    }
    .steps-recycling .steps-desc
    {
      text-align: center;
      color: #283891;
      margin-bottom: 25px;
    }
    .steps-recycling  .steps-items
    {
      margin-bottom: 33px;
    }
   .steps-recycling  .steps-items ol
    {
      margin: 0;
      padding: 0;
      counter-reset: myCounter;
    }
   .steps-recycling  .steps-items li
    {
      position: relative;
      list-style-type: none;
      padding: 5px 0 0 70px;
      margin-bottom: 18px;
      line-height: 28px;
      min-height: 50px;
    }
   .steps-recycling  .steps-items li:last-child
   {
     margin-bottom: 0;
   }
   .steps-recycling  .steps-items li span
    {
      font-family: DINPro-B;
    }
   .steps-recycling  .steps-items li:before 
   {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 48px;
      width: 48px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 1px;
    }
    .steps-recycling .steps-docs h3
    {
      line-height: 32px;
      margin-bottom: 25px;
      color: #283891;
    }
    .steps-recycling .steps-docs ul
    {
      margin: 0;
      padding: 0;
    }
    .steps-recycling .steps-docs li
    {
      list-style-type: none;
      position: relative;
      background: url(../images/common/icon-li.png) no-repeat 22px 10px;
      padding: 3px 0 6px 43px;
      line-height: 18px;
      font-family: DINPro-B;
    }
  /*price-recycling*/
    .price-recycling
    {
      padding: 48px 0 36px;
      margin-bottom: 0;
      overflow: hidden;
    }
    .price-recycling .price-title
    {
      margin-bottom: 34px;
    }
    .price-recycling .price-img
    {
      float: left;
      margin: 14px 15px 0;
    }
    .price-recycling .price-img img
    {
      max-width: 100%;
    }
    .price-recycling .price-desc
    {
      overflow: hidden;
      line-height: 26px;
    }
    .price-recycling .price-desc p
    {
      margin: 0;
    }
  /*causes-recycling*/
    .causes-recycling
    {
      padding: 49px 0px 111px;
      margin: 0 0 31px 0;
      background-image: url(../images/recycling/causes-back.jpg);
      background-repeat:no-repeat;
      background-position: bottom center;
      background-size: 100%;
    }
    .causes-recycling .causes-title
    {
      margin-bottom: 119px;
    }
    .causes-recycling .causes-items
    {
      overflow: hidden;
      margin-bottom: 45px;
    }
    .causes-recycling .causes-item
    {
      float: left;
      text-align:center;
      width: 31%;
    }
    .causes-recycling .causes-item_img
    {
      margin-bottom: 28px;
    }
    .causes-recycling .causes-item_img img
    {
      max-width: 100%;
    }
    .causes-recycling .causes-item_title
    {
      
      font-family: DINPro-B;
      line-height: 26px;
    }
    .causes-recycling .causes-desc
    {
      width: 770px;
      margin: 0 auto 47px;
      position: relative;
      padding: 46px 47px 43px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      background: #fff200;
      font-size: 18px;
    }
    .causes-recycling .causes-desc:before
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
/*excavation*/
  .main.__excavation
  {
    font-size: 18px;
    font-family: DINPro-L;
  }
  .main.__excavation h3
  {
    color: #283891;
  }
  .main.__excavation ul
  {
    margin: 0 ;
    padding: 0;
  }
  .main.__excavation ul li
  {
    list-style-type: none;
    position: relative;
    background: url(../images/common/icon-li.png) no-repeat 22px 10px;
    padding: 3px 0 6px 43px;
    line-height: 18px;
  }
  /*.advantages-excavation*/
    .advantages-excavation
    {
      margin-bottom: 0;
    }
    .advantages-excavation .advantages-title 
    {
      margin-bottom: 25px;
    }
    .advantages-excavation .advantages-description
    {
      max-width: 820px;
    }
    .advantages-excavation .advantages-description h3
    {
      margin-bottom: 28px;
    }
    .advantages-excavation .advantages-description ul
    {
      padding: 0;
      margin: 0 0 20px;
    }
    .advantages-excavation .advantages-description li
    {
      line-height: 26px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .advantages-excavation .advantages-description p
    {
      margin: 0 0 29px;
    }
    .advantages-excavation .advantages-container:before 
    {
      background: url(../images/excavation/excavation-img.jpg) no-repeat;
      top: -56px;
      right: 15px;
      height: 448px;
      width: 295px;
    }
    .advantages-excavation .advantages-introtext
    {
      height: 483px;
      margin-top: -43px;
      padding-top: 104px;
    }
    .advantages-excavation  .advantages-introtext_text span 
    {
      line-height: 32px;
    }
    .advantages-excavation .advantages-introtext_text 
    {
      padding-top: 103px;
      background: url(../images/excavation/icon-user.png) no-repeat center top;
    }
    .advantages-excavation .advantages-introtext_text p
    {
      font-family: DINPro-L;
      max-width: 844px;
      margin: 0 auto;
    }
    .advantages-excavation .advantages-items
    {
      margin-bottom: 53px;
    }
  /*realization-excavation*/
    .realization-excavation .realization-title
    {
      margin-bottom: 40px;
    }
    .realization-excavation .realization-desc p 
    {
      margin: 0;
      padding-right: 400px;
      padding-bottom: 34px;
      background: url(../images/excavation/money.jpg) no-repeat bottom -35px right 96px;
    }
    .realization-excavation .realization-ps
    {
      background: #fff200;
      padding: 37px 44px;
      margin: 0 -15px 53px;
      line-height: 26px;
      font-family: DINPro-B;
      text-align: center;
      color: #595959;
      position: relative;
    }
    .realization-excavation .realization-ps:before
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
    .realization-work h3
    {
      margin-bottom: 29px;
    }
    .realization-work li
    {
      line-height: 17px;
    }
    .realization-technics
    {
      background-image: url(../images/excavation/back-steps.png);
      background-color: #f6f6f6;
      background-position: bottom center;
      background-repeat: no-repeat;
      padding: 55px 0 134px;
      margin-top: 63px;
      line-height: 26px;
      position: relative;
    }
    .realization-technics:before
    {
      content: '';
      background: url(../images/excavation/arraw-white.png) no-repeat center;
      background-size: 100% !important;
      height: 20px;
      position: absolute;
      top: -4px;
      left: 0;
      right: 0;
    }
    .realization-technics p
    {
      margin: 0 0 25px;
      max-width: 58%;
    }
    .realization-technics p:last-child
    {
      margin-bottom: 0;
    }
    .realization-technics storng
    {
      font-family: DINPro-B;
    }
  /*request-excavation*/
    .request-excavation#request-form-1
    {
      margin-bottom: 0;
    }
    .request-excavation:before
    {
      display: none;
    }
    .request-excavation#request-form-2 
    {
      margin-bottom: 50px;
    }
    
  /*preview-excavation*/
    .preview-excavation
    {
      padding: 56px 0 60px;
      background: #f8f8f8;
      margin-bottom: 49px;
    }
    .preview-excavation .preview-images
    {
      width: 66%;
    }
    .preview-images_desc
    {
      margin-bottom: 93px;
    }
    .preview-images_desc span
    {
      display: block;
      font-family: DINPro-B;
      margin-bottom: 18px;
    }
    
    .preview-excavation .preview-reviews
    {
      width: 30%;
    }
    .preview-excavation .preview-slider ul li
    {
      background: none !important;
      padding: 0 !important;
    }
  /*price-excavation*/
    .price-excavation
    {
      background-image: url(../images/excavation/back-cost.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      padding-bottom: 340px;
      margin-bottom: 0;
    }
    .price-excavation .price-title
    {
      margin-bottom: 41px;
    }
    .price-excavation .price-desc h3
    {
      line-height: 33px;
      text-align: center;
      margin-bottom: 25px;
    }
    .price-excavation .price-desc ul
    {
      margin-bottom: 26px !important;
    }
    .price-excavation .price-desc li
    {
      line-height: 17px !important;
      background: url(../images/common/icon-li.png) no-repeat 8px 6px !important;
      padding: 3px 0 6px 33px !important;
    }
    .price-excavation .price-desc p
    {
      font-family: DINPro-B;
    }
    
  /*technologi-excavation*/
    .technologi
    {
      margin-bottom: 42px;
    }
    .technologi-title
    {
       margin-bottom: 35px; 
    }
    .technologi-desc
    {
      
      line-height: 25px;
    }
    .technologi-desc h3
    {
      text-align: center;
      margin-bottom: 12px;
    }
    .technologi-desc ol
    {
      counter-reset: myCounter;
      padding: 0;
      margin: 0 0 29px 0;
    }
    .technologi-desc li
    {
      position: relative;
      margin-bottom: 14px;
      padding: 15px 0 0 72px;
      list-style-type: none;
    }
    .technologi-desc li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      height: 48px;
      width: 48px;
      line-height: 48px;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      font-family: DINPro-B;
    }
    .technologi-desc li span 
    {
      font-family: DINPro-B;
    }
  /*steps-excavation*/
    .steps-excavation
    {
      background-color: #ebebeb;
      background-repeat: no-repeat;
      background-image: url(../images/excavation/back-steps-2.png);
      background-position: bottom center;
      padding: 65px 0 60px;
    }
    .steps-excavation .steps-desc
    {
      line-height: 32px;
      margin-bottom: 23px;
    }
    .steps-excavation ul
    {
      margin-bottom: 6px !important;
      overflow: hidden;
    }
    .steps-excavation li
    {
      line-height: 28px !important;
      margin-bottom: 21px !important;
      background: url(assets/templates/images/excavation/icon-li-orang.png) no-repeat 8px 6px !important;
      padding: 0 0 0 42px !important;
    }
    .steps-excavation span
    {
      font-family: DINPro-B;
    }
    .steps-excavation .warn
    {
      margin: 0 -15px;
    }
    .steps-excavation .warn .__sing
    {
      height: 121px;
    }
/*sheet*/
  .main.__sheet
  {
    font-family: DINPro-L;
    font-size: 18px;
  }
  .__sheet h3
  {
    color: #283891;
  }
  .advantages-sheet
  {
    margin-bottom: 57px;
  }
  .advantages-sheet .advantages-title
  {
    margin-bottom: 31px;
  }
  .advantages-sheet .advantages-description
  {
    max-width: 100%;
    margin-bottom: 41px;
  }
  .advantages-sheet .advantages-introtext {
  }
  .advantages-sheet .advantages-introtext.__violet
  {
    background: url(../images/sheet/violet-back-2.png) 50% 0 repeat fixed;
    margin-top: -126px;
    padding-top: 147px;
    height: 482px;
  }
  .advantages-sheet .advantages-introtext_text
  {
    background: url(../images/sheet/sheet-icon.png) no-repeat center top;
    padding-top: 98px;
  }
  .advantages-imgs
  {
    text-align: center;
  }
  .advantages-imgs span
  {
    height: 230px;
    width: 370px;
    border: 10px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    overflow: hidden;
  }
  .advantages-imgs span:last-child
  {
    margin-right: 0;
  }
  .advantages-imgs span img
  {
    width: 100%;
  }
/*economy-sheet*/
  .economy-sheet
  {
    margin-bottom: 65px;
  }
  .economy-title
  {
    margin-bottom: 38px;
  }
  .economy-desc
  {
    margin-bottom: 33px;
  }
  .economy-desc p
  {
    margin: 0;
  }
  .economy-realiz
  {
    margin-bottom: 33px;
  }
  .economy-realiz h3
  {
    margin-bottom: 28px;
  }
  .economy-realiz ul
  {
    padding: 0;
    margin: 0;
  }
  .economy-realiz li
  {
    list-style-type: none;
    position: relative;
    background: url(../images/common/icon-li.png) no-repeat 14px 8px;
    padding: 2px 0 0px 39px;
    line-height: 24px;
  }
  .economy-warn
  {
    background: #ebebeb;
    margin: 0 -15px;
  }
  .economy-warn .__sing
  {
    height: 119px;
  }
  .economy-warn .__text
  {
    font-family: DINPRo-B;
    width: 88%;
  }
/*request-sheet"*/
  .request-sheet
  {
    margin-bottom: 0;
  }
  .request-sheet:before
  {
    display: none;
  }
/*technologi-sheet*/
  .technologi-sheet
  {
    background-image: url(../images/sheet/back-sheet-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 35px 0 48px;
    margin-bottom: 39px;
  }
  .technologi-sheet p
  {
    margin: 0 0 30px;
  }
  .technologi-sheet ul
  {
    margin: 0 0 27px 0;
    padding: 0;
  }
  .technologi-sheet  li
  {
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 39px;
    background: url(../images/common/icon-li.png) no-repeat 14px -76px;
  }
/*category-sheet*/
  .category-sheet
  {
    margin-bottom: -23px;
  }
  .category-title
  {
    line-height: 32px;
    margin-bottom: 43px;
  }
  .category-item
  {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .category-item:nth-child(2n)
  {
    background:url(../images/sheet/back-yellow-2.jpg) 50% repeat fixed;
    padding: 177px 0 122px;
    z-index: 0;
    margin-top: -116px;
  }
  .category-item:nth-child(2n):before, .category-item:nth-child(2n):after
  {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    height: 170px;
  }
  .category-item:nth-child(2n):before
  {
    background: url(../images/common/before-angle.png) no-repeat left;
    top: -2px;
  }
  .category-item:nth-child(2n):after
  {
    background: url(../images/common/after-angle.png) no-repeat right;
    bottom: -2px;
  }
  .category-item_img
  {
    float: left;
    margin-right: 29px;
    border: 10px solid #fff;
    width: 270px;
  }
  .category-item_img img
  {
    width: 100%;
    margin-bottom: -4px;
  }
  .category-item-container
  {
    overflow: hidden;
  }
  .category-item_title
  {
    color: #283891;
    font-size: 24px;
    font-family: DINPRo-B;
  }
  .category-item_desc
  {
    line-height: 26px;
  }
/*methods-sheet*/
  .methods-sheet
  {
    position: relative;
    z-index: 1;
    margin-bottom: 62px;
  }
  .methods-title
  {
    margin-bottom: 46px;
  }
  .methods-items
  {
    overflow: hidden;
    margin-bottom: 13px;
  }
  .methods-item
  {
    overflow: hidden;
    margin-bottom: 29px;
  }
  .methods-item_img
  {
    float: left;
    margin-right: 29px;
    border: 10px solid #fff;
    width: 270px;
  }
  .methods-item_img img
  {
    width: 100%;
    margin-bottom: -4px;
  }
  .methods-item-container
  {
    overflow: hidden;
  }
  .methods-item_title
  {
    color: #283891;
    font-size: 24px;
    font-family: DINPRo-B;
  }
  .methods-item_desc
  {
    line-height: 26px;
  }
  .methods-warn
  {
    background: #ebebeb;
    margin: 0 -15px;
  }
  .methods-warn .__sing 
  {
    height: 118px;
  }
  .methods-warn .__text
  {
    font-family: DINPro-B;
  }
/*device-sheet*/
  .device-sheet
  {
    background-image: url(../images/sheet/back-sheet-3.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 0 100px;
    margin-bottom: 50px;
  }
  .device-container
  {
    background-image: url(../images/sheet/back-sheet-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 35px 0 110px;
  }
  .device-title
  {
    margin-bottom: 38px;
  }
  .device-desc
  {
    font-family: DINPRo-B;
    line-height: 26px;
  }
  .device-imgs
  {
    text-align: center;
    margin: -65px 0 32px;
  }
  .device-imgs span
  {
    height: 230px;
    width: 370px;
    border: 10px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    overflow: hidden;
  }
  .device-imgs span:last-child
  {
    margin-right: 0;
  }
  .device-imgs span img
  {
    height: 100%;
    min-width: 100%;
  }
  .systems-title
  {
    line-height: 32px;
    margin-bottom: 59px;
  }
  .systems-item
  {
    overflow: hidden;
    margin-bottom: 29px;
  }
  .systems-item_img
  {
    float: left;
    margin-right: 41px;
    border: 10px solid #fff;
    width: 270px;
  }
  .systems-item_img img
  {
    width: 100%;
    margin-bottom: -4px;
  }
  .systems-item-container
  {
    overflow: hidden;
  }
  .systems-item_title
  {
    color: #283891;
    font-size: 24px;
    font-family: DINPRo-B;
  }
  .systems-item_desc
  {
    line-height: 26px;
  }
/*price-sheet*/
  .price-sheet
  {
    margin-bottom: 61px;
  }
  .price-sheet .price-title
  {
    margin-bottom: 47px;
  }
  .price-sheet .price-desc 
  {
    margin-bottom: 41px;
    padding: 0; 
  }
  .price-sheet .price-desc p
  {
    font-family: DINPRo-B;
    margin: 0 0 26px;
  }
  .price-sheet .price-desc ul
  {
    margin: 0;
    padding: 0;
  }
  .price-sheet .price-desc li
  {
    list-style-type: none;
    position: relative;
    background: url(../images/common/icon-li.png) no-repeat 14px 8px;
    padding: 2px 0 0px 39px;
    line-height: 24px;
  }
  .price-sheet .price-warn
  {
    background: #ebebeb;
    margin: 0 -15px;
  }
  .price-sheet .price-warn .__sing 
  {
    height: 120px;
  }
  .price-sheet .price-warn .__text
  {
    font-family: DINPRo-B;
  }
/*vantage*/
  .vantage-sheet
  {
    padding: 43px 0 54px;
    margin-bottom: 40px;
    background-image: url(../images/sheet/back-sheet-4.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .vantage-title
  {
    margin-bottom: 48px;
  }
  .vantage-desc
  {
    line-height: 26px;
  }
  .vantage-desc p
  {
    margin: 0 0 25px;
  }
  .vantage-desc strong
  {
    font-family: DINPRo-B;
  }
/*sertificate-sheet*/
  .sertificate-sheet
  {
    margin-bottom: 55px;
  }

/*metal*/
  .main.__metal
  {
    font-family: DINPRo-L;
    font-size: 18px;
  }
  /*.advantages-metal*/
    .advantages-metal
    {
      
    }
    .advantages-metal .advantages-title 
    {
      margin-bottom: 30px;
    }
    .advantages-metal .advantages-container
    {
      overflow: hidden;
      background: url(../images/metal/back-metal.jpg) no-repeat left 40px bottom 118px;
    }
    .advantages-metal .advantages-description
    {
      width: 47%;
      float: left;
    }
    .advantages-metal .advantages-factors
    {
      float: right;
      background: #ebebeb;
      padding: 32px 31px;
      position: relative;
      width: 585px;
      margin: 0px -15px 0 0;
    }
    .advantages-metal .advantages-factors:before
    {
      content: '';
      background: #fff url(../images/metal/before-gray.png) no-repeat;
      height: 16px;
      width: 100px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .advantages-metal .advantages-factors p
    {
      font-family: DINPRo-B;
      margin: 0 0 29px;
    }
    .advantages-metal .advantages-factors ul
    {
      margin: 0 ;
      padding: 0;
    }
    .advantages-metal .advantages-factors li
    {
      padding-left: 30px;
      background: url(../images/metal/li-gray.png) no-repeat left 13px top 9px;
      list-style-type: none;
      line-height: 25px;
      margin-bottom: 28px;
    }
    .advantages-metal .advantages-introtext
    {
      height: 527px;
    }
    .advantages-metal .advantages-introtext_text
    {
      background: none;
      padding-top: 0;
      color: #fff;
    }
    .advantages-metal .advantages-introtext_text p
    {
      margin-bottom: 39px;
    }
    .advantages-metal .advantages-introtext_text ul
    {
      margin: 0;
      padding: 0;
    }
    .advantages-metal .advantages-introtext_text li
    {
      list-style-type: none;
      padding: 0px 0 0 33px;
      display: inline-block;
      vertical-align: top;
      width: 49%;
      background: url(../images/common/yellow-li.png) no-repeat left top 5px;
      background-size: 24px !important;
      margin-bottom: 26px;
      line-height: 26px;
    }
    .advantages-metal .advantages-introtext
    {
      margin-top: -70px;
      padding-top: 123px;
    }
  /*economy-metal*/
    .economy-metal .economy-title
    {
      text-align: left;
      margin-bottom: 28px;
    }
    .economy-metal .economy-desc
    {
     line-height: 26px; 
     margin-bottom: 0;
     padding-bottom: 198px;
     background: url(../images/metal/back-metal-econom.jpg) no-repeat center bottom;
    }
    .economy-metal .economy-desc p
    {
      margin-bottom: 26px;
    }
    .economy-metal .economy-realiz 
    {
      margin-bottom: 45px;
    }
    .economy-metal .economy-realiz_title
    {
      background: #fff200;
      color: #2b3990;
      font-family: DINPRo-B;
      margin: 0 -15px 31px;
      padding: 20px 141px;
      text-align: center;
      line-height: 26px;
    }
    .economy-metal .economy-realiz h3
    {
      color: #2b3990;
      float: left;
      margin: 1px 28px 0 131px;
    }
    .economy-metal .economy-realiz ul
    {
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .economy-metal .economy-realiz li
    {
      padding-left: 40px;
      background: url(../images/metal/li-violet.png) no-repeat left top 5px;
      margin-bottom: 26px;
      line-height: 26px;
      padding-top: 0;
    }
  /*request-metal*/
    .request-metal:before
    {
      display: none;
    }
    .request-metal#request-form-1
    {
      margin-bottom: 49px;
    }
  /* technologi-metal*/
    .technologi-metal 
    {
      background: url(../images/metal/back-metal-technol.jpg) no-repeat bottom center;
      background-size: 100%;
      padding-bottom: 96px;
      margin-bottom: 49px;
    }
    .technologi-metal .technologi-title 
    {
      margin-bottom: 70px;
    }
    .technologi-metal ol
    {
      margin: 33px 0 31px -15px;
      padding: 0;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .technologi-metal ol li
    {
      list-style-type: none;
      padding: 7px 0 7px 54px;
      position: relative;
      margin-bottom: 13px;
      line-height: 25px;
    }
    .technologi-metal ol li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 1px;
    }
    .technologi-metal ol li span
    {
      font-family: DINPRo-B;
    }
    .technologi-metal p
    {
      margin: 0 0 55px;
      line-height: 26px;
    }
    .technologi-metal ul
    {
      margin: 36px 0 0;
      font-family: DINPRo-B;
      padding: 0;
      list-style-type: none;
    }
    .technologi-metal ul li
    {
      margin-bottom: 22px;
      padding: 2px 0 2px 38px;
      background: url(../images/common/yellow-li.png) no-repeat left top 5px;
      background-size: 24px !important;
      max-width: 90%;
      line-height: 26px;
    }
  /*price-metal*/
    .price-metal
    {
      margin-bottom: 92px;
    }
    .price-metal .price-title 
    {
      margin-bottom: 43px;
    }
    .price-metal .price-desc
    {
      line-height: 26px;
      background: url(../images/metal/back-metal-cost.jpg) no-repeat left 4% bottom;
      padding-left: 50%;
      margin-bottom: 29px;
    }
    .price-metal .price-desc h3
    {
      margin-bottom: 25px;
      line-height: 30px;
    }
    .price-metal .price-desc ul
    {
      margin: 0;
      padding: 0;
    }
    .price-metal .price-desc li
    {
      list-style-type: none;
      padding: 2px 0 6px 41px;
      background:  url(../images/common/yellow-li.png) no-repeat left 3px top 3px;
      background-size: 29px !important;
      margin-bottom: 18px;
    }
    .price-metal p
    {
      margin: 0 0 41px 0;
      line-height: 26px;
    }
    .price-metal .price-quote
    {
      background: #f9f9f9;
    }
  /*vantage-metal*/
    .vantage-metal
    {
      padding: 47px 0 81px;
    }
    .vantage-metal .vantage-title
    {
      margin-bottom: 46px;
    }
    .vantage-metal .vantage-desc
    {
      
    }
    .vantage-metal .vantage-desc ol
    {
      padding: 0;
      margin: 0;
      counter-reset: myCounter;
    }
    .vantage-metal .vantage-desc li
    {
      list-style-type: none;
      padding: 7px 0 7px 54px;
      position: relative;
      margin-bottom: 12px;
      line-height: 26px;
    }
    .vantage-metal .vantage-desc li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/back-li.jpg);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 1px;
    }
    .vantage-metal .vantage-desc li span
    {
      font-family: DINPRo-B;
    }
/*local*/
  .main.__local
  {
    font-size: 18px;
    font-family: DINPRo-L;
    line-height: 26px;
  }
  .advantages-local
  {
    margin-bottom: 38px;
  }
  .advantages-local .advantages-container
  {
    background: url(../images/local/back-local.png) no-repeat right center;
  }
  .advantages-local .advantages-title 
  {
    margin-bottom: 22px;
  }
  .advantages-local .advantages-description 
  {
    max-width: 553px;
  }
  .advantages-local .advantages-introtext
  {
    margin-top: -27px;
  }
  .advantages-local .advantages-introtext
  {
    height: 434px;
    min-height: 382px;
  }
  .advantages-local .advantages-introtext_text 
  {
    padding-top: 36px;
    background: none;
  }
  .advantages-local .advantages-introtext_text span
  {
    font-size: 18px;
  }
  .advantages-local .advantages-items 
  {
    padding: 12px 0 110px 0;
    background-image: url(../images/local/back-local-adv.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .advantages-local .advantages-items:before
  {
    top: -161px;
  }
  .advantages-local .advantages-items  h3
  {
    line-height: 32px;
    margin-bottom: 25px;
  }
  .advantages-local .advantages-items ol
  {
    padding: 0;
    margin: 0px;
    counter-reset: myCounter;
    overflow: hidden;
  }
  .advantages-local .advantages-items ol li
  {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 26px;
  }
  .advantages-local .advantages-items ol li:before 
  {
    counter-increment: myCounter;
    content: counter(myCounter);
    height: 40px;
    width: 40px;
    background-image: url(../images/common/back-li.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: DINPro-B;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .advantages-local .advantages-items ol li span 
  {
    font-family: DINPRo-B;
  }
  .advantages-local .advantages-items ul
  {
    padding-left: 28px;
    margin: 0;
  }
  .advantages-local .advantages-items ul li
  {
    list-style-type: none;
    background: url(../images/common/icon-li.png) no-repeat 22px 10px;
    padding-left: 43px;
    margin-bottom: 0px;
  }
  .advantages-local .advantages-imgs p
  {
    font-family: DINPRo-B;
    margin: 0;
    text-align: center;
  }
  .advantages-local .advantages-imgs_items
  {
    position: relative;
    z-index: 1;
    margin-top: -32px;
  }
  .advantages-local .advantages-imgs_items span
  {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    height: auto;
    border: 10px solid #fff;
    margin-right: 25px;
  }
  .advantages-local .advantages-imgs_items span:last-child
  {
    margin-right: 0;
  }
  .advantages-local .advantages-imgs_items span img
  {
    width: 100%;
    margin-bottom: 4px;
  }
/*econom-local*/
  .econom-local 
  {
    margin-bottom: 31px;
  }
  .econom-local .econom-title
  {
    margin-bottom: 25px 
  }
  .econom-local .econom-desc_img
  {
    float: left;
    margin-right: 54px;
  }
  .econom-local .econom-desc ol
  {
    padding: 0;
    counter-reset: myCounter;
    overflow: hidden;
  }
  .econom-local .econom-desc ol li
  {
    position: relative;
    padding-left: 52px;
    padding-top: 8px;
    margin-bottom: 18px;
  }
  .econom-local .econom-desc ol li:before 
  {
    counter-increment: myCounter;
    content: counter(myCounter);
    height: 40px;
    width: 40px;
    background-image: url(../images/common/yellow-li.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: DINPro-B;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 4px;
  }
/*request-local*/
  .request-local#request-form-1
  {
    margin-bottom: 47px;
  }
  .request-local-two#request-form-2 {
    margin-bottom: 54px;
  }
/*steps-local*/
  .steps-local
  {
    padding-bottom: 85px;
    margin-bottom: 49px;
    background-image: url(../images/local/back-local-adv.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  .steps-local .steps-title
  {
    margin-bottom: 25px;
  }
  .steps-local .steps-desc p
  {
    font-family: DINPRo-B;
    margin: 0 0 19px;
  }
  .steps-local .steps-desc a
  {
    color: #0131ab;
  }
  .steps-local .steps-desc ol
  {
    padding: 0;
    margin: 0 0 23px 0;
    counter-reset: myCounter;
    overflow: hidden;
  }
  .steps-local .steps-desc li
  {
    position: relative;
    padding-left: 52px;
    padding-top: 8px;
    margin-bottom: 18px;
  }
  .steps-local .steps-desc li:before
  {
    counter-increment: myCounter;
    content: counter(myCounter);
    height: 40px;
    width: 40px;
    background-image: url(../images/common/yellow-li.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: DINPro-B;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .steps-local .steps-desc li + ul
  {
    margin: 26px 0 18px;
  }
  .steps-local .steps-desc ul li
  {
    list-style-type: none;
    position: relative;
    background: url(../images/common/icon-li.png) no-repeat 14px 8px;
    padding: 0px 0 0px 31px;
    margin-bottom: 0px;
  }
  .steps-local .steps-desc ul li:before
  {
    display: none;
  }
  .steps-local .steps-desc ol + p
  {
    text-align: center;
  }
  
  /*features-local*/
    .features-local 
    {
      margin-bottom: 68px;
    }
    .features-local .features-container
    {
      background-image: url(../images/local/back-local-osob.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      padding-bottom: 44px;
    }
    .features-local .features-title
    {
      margin-bottom: 36px;
    }
    .features-local .features-desc ol
    {
      padding: 0;
      margin: 0 0 23px 0;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .features-local .features-desc li
    {
      position: relative;
      padding-left: 52px;
      padding-top: 8px;
      margin-bottom: 18px;
    }
    .features-local .features-desc li:before
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 4px;
    }
    .features-local .features-imgs
    {
      text-align: center;
      margin-top: -50px;
    }
    .features-local .features-imgs_items span
    {
      display: inline-block;
      vertical-align: top;
      border: 10px solid #fff;
      margin-right: 20px;
    }
    .features-local .features-imgs_items span:last-child
    {
      margin: 0;
    }
    .features-local .features-imgs p
    {
      font-family: DINPRo-B;
    }
  /*price-local*/
    .price-local
    {
      margin-bottom: 150px;
    }
    .price-local .price-title
    {
      margin-bottom: 36px;
    }
    .price-local .price-desc
    {
      margin-bottom: 29px;
    }
    .price-local .price-items p
    {
      font-family: DINPRo-B;
      margin: 0 0 26px;
    }
    .price-local .price-items ul
    {
      margin: 0;
      padding: 0;
    }
    .price-local .price-items li
    {
      list-style-type: none;
      background: url(../images/common/yellow-li.png) no-repeat left 11px top 2px;
      background-size: 30px !important;
      padding-left: 50px;
      padding: 0px 0 7px 50px;
      margin-bottom: 19px;
    }
    
  /*preview-local*/
    .preview-local
    {
      margin-bottom: 40px;
    }
    .preview-local .preview-title {
      margin-bottom: 35px;
    }
    .preview-local .preview-images
    {
      width: 67%;
    }
    .preview-local .preview-images_desc
    {
      text-align: left;
      margin-bottom: 40px;
    }
    .preview-local .preview-images_desc span
    {
      margin-bottom: 25px;
    }
    .preview-local .preview-reviews
    {
      width: 28%;
    }
/*civil*/
  .main.__civil
  {
    font-size: 18px;
    font-family: DINPRo-L;
    line-height: 26px;
  }
  /*.advantages-civil*/
  
    .advantages-civil
    {
      margin-bottom: 60px;
    }
    .advantages-civil .advantages-description
    {
      max-width: 100%;
      margin-bottom: 20px;
    }
    .advantages-civil .advantages-ps
    {
      background: url(../images/civil/back-civil.jpg) no-repeat right top;
      padding: 20px 400px 65px 0;
    }
    .advantages-civil  .advantages-title
    {
      margin-bottom: 26px;
    }
    .advantages-civil .advantages-introtext
    {
      height: 413px;
      line-height: 394px;
    }
    .advantages-civil .advantages-introtext_text
    {
      background: url(../images/civil/icon-adv.png) no-repeat top center;
      padding-top: 45px;
      font-size: 24px;
    }
    .advantages-civil .advantages-introtext_text span
    {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 9px;
    }
    .advantages-civil .advantages-items 
    {
      margin-top: 9px;
      background: url(../images/civil/back-civil-adv.jpg) no-repeat bottom center;
      background-size: 100% !important;
      padding-bottom: 74px;
    }
    .advantages-civil .advantages-items:before
    {
      top: -171px;
    }
    .advantages-civil .advantages-items p
    {
      margin: 0 0 21px;
    }
    .advantages-civil .advantages-items ol
    {
      padding: 0;
      margin: 0 ;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .advantages-civil .advantages-items li
    {
      margin-bottom: 20px;
      padding: 5px 0 0 50px;
      position: relative;
    }
    .advantages-civil .advantages-items li:before
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: 4px;
    }
    /*.work-civil*/
      .work-civil
      {
        padding: 0 15px 0;
        margin-bottom: 81px;
      }
      .work-civil .work-title
      {
        line-height: 33px;
        max-width: 91%;
        margin-bottom: 23px;
      }
      .work-civil p
      {
         margin: 0 0 51px;
      }
      .work-civil .work-item
      {
        display: inline-block;
        vertical-align: top;
        width: 48.5%;
        margin-bottom: 27px;
      }
      .work-civil .work-item:nth-child(2n)
      {
        padding-left: 36px;
      }
      .work-civil .work-item_img
      {
        float: left;
        margin-right: 30px;
        width: 70px;
        text-align: center;
      }
      .work-civil .work-item_desc
      {
        overflow:hidden;
      }
      .work-civil .work-item_desc span
      {
        font-family: DINPRo-B;
      }
      .work-civil .work-warn
      {
        background: #ebebeb;
        margin: 0 -15px;
      }
      .work-civil .__sing
      {
        height: 122px;
        line-height: 122px;
      }
    /* request-civil*/
      .request-civil#request-form-1
      {
        margin-bottom: 0px;
      }
      .request-civil:before
      {
        display: none;
      }
    /*preview-civil*/
      .preview-civil
      {
        background: #f8f8f8;
        padding: 55px 0 55px;
        margin-bottom: 50px;
      }
      .preview-civil .preview-title 
      {
          margin-bottom: 37px;
      }
      .preview-civil .preview-block 
      {
        width: 67%;
      }
      .preview-civil .preview-reviews
      {
        width: 29%;
      }
      .preview-civil .preview-images_desc
      {
        text-align: left;
        margin-bottom: 17px;
        min-height: 50px;
      }
      .preview-civil .preview-slider_img
      {
        float:left;
        margin-right: 19px;
      }
      .preview-civil .preview-slider_desc
      {
        overflow: hidden;
        margin-bottom: 17px;
        min-height: 50px;
      }
      .preview-civil .preview-slider_desc p
      {
        margin:0 0 18px;
      }
      .preview-civil .preview-slider_desc ul
      {
        margin: 0 ;
        padding: 0;
      }
      .preview-civil .preview-slider_desc li
      {
        padding-left: 19px;
        background: url(../images/common/icon-li.png) no-repeat 0px 9px;
        list-style-type: none;
        margin-bottom: 20px;
      }
      .preview-civil .preview-reviews_image
      {
        width: 228px;
      }
    /*price-civil*/
      .price-civil
      {
        overflow: hidden;
        margin-bottom: 52px;
      }
      .price-civil .price-title
      {
          margin-bottom: 32px;
      }
      .price-civil .price-img
      {
        float: left;
        width: 48%;
        margin-right: 10px;
        text-align: center;
      }
      .price-civil .price-desc
      {
        line-height: 26px;
        padding: 0;
        overflow: hidden;
      }
    /*vantage-civil*/  
      .vantage-civil
      {
        padding: 49px 0;
      }
      .vantage-civil .vantage-title 
      {
        margin-bottom: 26px;
      }
      .vantage-civil .vantage-desc ol
      {
        padding: 0;
        margin: 0 ;
        counter-reset: myCounter;
        overflow: hidden;
      }
      .vantage-civil .vantage-desc li
      {
        margin-bottom: 20px;
        padding: 5px 0 0 50px;
        position: relative;
      }
      .vantage-civil .vantage-desc li:before
      {
        counter-increment: myCounter;
        content: counter(myCounter);
        height: 40px;
        width: 40px;
        background-image: url(../images/common/yellow-li.png);
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 16px;
        font-family: DINPro-B;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        position: absolute;
        left: 0;
        top: 4px;
      }
      .vantage-civil .vantage-desc span
      {
        font-family: DINPRo-B;
      }
    /*sertificate-civil*/  
      .sertificate-civil
      {
        margin-bottom: 30px;
      }
      .sertificate-civil .sertificate-title 
      {
        margin-bottom: 50px;
        line-height: 30px;
        text-align: center;
      }  
      
/*friable*/
  .main.__friable
  {
    font-size: 18px;
    font-family: DINPRo-L;
    line-height: 26px;
  }
  /*advantages-friable*/
    .advantages-friable
    {
      margin-bottom: 0;
    }
    .advantages-friable .advantages-title 
    {
      max-width: 1094px;
      margin: 0;
    }
    .advantages-friable .advantages-description
    {
      background: url(../images/friable/back-friable.jpg) no-repeat right top;
      padding: 25px 405px 85px 0;
      max-width: 100%;
    }
    .advantages-friable .advantages-introtext
    {
      height: 411px;
      min-height: 398px;
    }
    .advantages-friable .advantages-introtext_text 
    {
      padding-top: 52px;
      background: url(../images/civil/icon-adv.png) no-repeat top center;
    }
    .advantages-friable  .advantages-introtext_text p
    {
      font-family: DINPRo-L;
      line-height: 29px;
    }
    .advantages-friable .advantages-items 
    {
      color: #283891;
      padding-top: 4px;
      text-align: right;
      font-family: DINPRo-B;
      line-height: 40px;
    }
    .advantages-friable .advantages-items .limiter
    {
      position:relative;
      padding-bottom: 35px;
    }
    .advantages-friable .advantages-items .limiter:before
    {
      content:'';
      background: url(../images/friable/back-friable-items.jpg) no-repeat;
      position: absolute;
      left: 57px;
      bottom: 0;
      height: 286px;
      width: 415px;
    }
    .advantages-friable .advantages-items_desc, .advantages-friable .advantages-items_cont
    {
      position: relative;
      z-index: 1;
    }
    .advantages-friable .advantages-items_desc
    {
      font-size: 24px;
      
    }
    .advantages-friable .advantages-items_desc span
    {
      background: #f8ef20;
      padding: 0 10px;
      display: inline-block;
    }
  /*request-friable*/
    .request-friable:before
    {
      display: none;
    }
    .request-friable#request-form-1
    {
      margin-bottom: 49px;
    }
  /*.realization-friable*/  
    .realization-friable
    {
      background: url(../images/friable/back-realiz.jpg) no-repeat bottom center;
      background-size: cover !important;
      padding-bottom: 100px;
      margin-bottom: 50px;
    }
    .realization-friable .realization-title 
    {
      margin-bottom: 31px;
    }
    .realization-friable .realization-desc 
    {
      line-height: 26px;
      margin-bottom: 32px;
    }
    .realization-friable .realization-cont
    {
      overflow: hidden;
    }
    .realization-friable .realization-cont_images
    {
      width: 49%;
      margin-right: 29px;
      float: left;
    }
    .realization-friable .realization-cont_images span
    {
      display: inline-block;
      width: 46%;
      border: 10px solid #fff;
      overflow: hidden;
      margin-right: 25px;
    }
    .realization-friable .realization-cont_images span:last-child
    {
      margin-right: 0px;
    }
    .realization-friable .realization-cont_images span img
    {
      margin-bottom: -4px;
      width: 100%
    }
    .realization-friable .realization-cont_text 
    {
      overflow: hidden;
    }
    .realization-friable .realization-cont_text h3
    {
      margin-bottom: 27px;
    }
    .realization-friable .realization-cont_text ul
    {
      padding: 0;
      margin: 0;
    }
    .realization-friable .realization-cont_text li
    {
      padding-left: 21px;
      list-style-type: none;
      background: url(../images/common/icon-li.png) no-repeat 0px -73px;
    }
  /*price-friable*/
    .price-friable .price-title 
    {
      margin-bottom: 22px;
    }
    .price-friable .price-title + p
    {
      text-align: center;
      margin: 0 0 39px;
    }
    .price-friable .price-table
    {
      border: 3px solid #313131;
      margin-bottom: 40px;
    }
    .price-friable .price-table table
    {
      margin-bottom: 0;
    }
    .price-friable .price-table tr
    {
      border-bottom: 2px solid #4c4c4c;
    }
    .price-friable .price-table tr:first-child
    {
      border-bottom: 3px solid #313131;
    }
    .price-friable .price-table tr:last-child
    {
      border: none;
    }
    .price-friable .price-table tr td:first-child,
    .price-friable .price-table tr th:first-child
    {
      text-align: left;
    }
    .price-friable .price-table th
    {
      background: #f8ef20;
      padding: 10px 30px;
    }
    .price-friable .price-table td
    {
      padding: 10px 30px;
      background: #fff;
      border: none;
    }
    .price-friable .price-desc 
    {
      text-align: center;
    }
    .price-friable  .price-desc h3
    {
      color: #283891;
      margin-bottom: 26px;
      line-height: 32px;
    }
  /*vantage-friable*/
    .vantage-friable
    {
      padding: 47px 0 67px;
    }
    .vantage-friable .vantage-title 
    {
      max-width: 81%;
      margin: 0 auto 42px;
    }
    .vantage-friable .vantage-desc
    {
      margin-bottom: 13px;
      overflow: hidden;
    }
    .vantage-friable .vantage-desc ol
    {
      padding: 0;
      margin: 0 ;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .vantage-friable .vantage-desc li
    {
      position: relative;
      padding-left: 53px;
      margin-bottom: 27px;
    }
    .vantage-friable .vantage-desc li span
    {
      font-family: DINPRo-B;
    }
    .vantage-friable .vantage-desc li:before
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 40px;
      width: 40px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: -4px;
    }
   .vantage-friable  .vantage-ps p
    {
      margin: 0 0 25px;
      font-size: 24px;
      line-height: 32px;
      max-width: 65%;
    }
    .vantage-friable .vantage-ps ul
    {
      padding: 0;
      margin: 0;
    }
    .vantage-friable .vantage-ps li
    {
      padding-left: 21px;
      list-style-type: none;
      background: url(../images/common/icon-li.png) no-repeat 0px 9px;
    }
  /*.methods-industr */
    .methods-industr 
    {
      background: url(../images/industr/back-method.jpg) no-repeat center bottom;
      background-size: 100% !important;
      padding: 7px 0 72px;
      margin-bottom: 29px;
    }
    .methods-industr .methods-title 
    {
      margin-bottom: 35px;
    }
    .methods-industr .methods-desc
    {
      margin-bottom: 38px;
    }
    .methods-industr .methods-desc p
    {
      margin: 0 0 26px;
    }
    .methods-industr .methods-desc p:last-child
    {
      margin: 0;
    }
    .methods-industr .methods-items
    {
      margin-bottom: 119px;
    }
    .methods-industr .methods-item
    {
      width: 31.5%;
      display: inline-block;
      vertical-align: top;
      margin-right: 15px;
      margin-bottom: 0;
    }
    .methods-industr .methods-item:last-child
    {
      margin-right: 0;
    }
    .methods-industr .methods-item_img
    {
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      border: 0;
    }
    .methods-industr .methods-item_img img
    {
      width: 100%;
    }
    .methods-industr .methods-item_img span
    {
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(../images/industr/back-number.png) no-repeat left bottom;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 60px;
      font-family: DINPRo-B;
    }
    .methods-industr .methods-item_title
    {
      font-size: 18px;
      color: #595959;
    }
    .methods-industr .methods-ps
    {
      text-align: center;
    }
/*industr*/    
  .main.__industr
  {
    font-size: 18px;
    font-family: DINPRo-L;
    line-height: 26px;
  }
  /*.advantages-industr*/
    .advantages-industr
    {
      margin-bottom: 0;
    }
    .advantages-industr .advantages-title 
    {
      margin-bottom: 35px;
    }
    .advantages-industr .advantages-container
    {
      background: url(../images/industr/back-industr.jpg) no-repeat right  bottom 27px;
    }
    .advantages-industr .advantages-introtext
    {
      margin-top: -18px;
      height: 711px;
    }
    .advantages-industr .advantages-introtext_ps
    {
      width: 770px;
      margin: -89px auto 32px;
      position: relative;
      padding: 36px 46px 36px;
      line-height: 26px;
      text-align: center;
      background: #fff200;
      color: #2b3990;
      font-family: DINPRo-B;
    }
    .advantages-industr .advantages-introtext_ps:before,
    .advantages-industr .advantages-introtext_ps:after
    {
      content: '';
      position: absolute;
      height: 22px;
      width: 102px;
    }
    .advantages-industr .advantages-introtext_ps:before
    {
      top: 0;
      left: 0;
      background: #fff url(../images/industr/before-transp.png) no-repeat left top;
    }
    .advantages-industr .advantages-introtext_ps:after
    {
      bottom: 0;
      right: 0;
      background: #4e5aa2 url(../images/industr/after-trasp.png) no-repeat bottom right;
    }
    .advantages-industr .advantages-introtext_text
    {
      background: none;
      padding: 0;
    }
    .advantages-industr .advantages-introtext_text span 
    {
      color: #fff200;
      font-size: 36px;
      font-family: DINPro-B;
      display: block;
      line-height: 43px;
      max-width: 826px;
      margin: 0 auto;
    }
    .advantages-industr .advantages-items
    {
      margin-top: -219px;
      color: #000000;
      text-align: center;
      background: url(../images/industr/back-industr-items.jpg) no-repeat bottom center;
      background-size: 100% !important;
      padding-bottom: 76px;
    }
    .advantages-industr .advantages-items:before
    {
      display: none;
    }
    .advantages-industr .advantages-items ol
    {
      width: 570px;
      margin: 0 auto 39px; 
      background: #fff;
      border: 1px solid #404c9b;
      padding: 49px 20px;
      counter-reset: myCounter;
    }
    .advantages-industr .advantages-items li
    {
      position: relative;
      list-style-type: none;
      padding-top: 56px;
      margin-bottom: 14px;
      line-height: 25px;
    }
    .advantages-industr .advantages-items li:before
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 45px;
      width: 45px;
      background: url(../images/common/back-li.jpg) no-repeat center;
      background-size: cover !important;
      font-size: 18px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 45px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -23px;
      z-index: 1;
    }
    .advantages-industr .advantages-items li:after
    {
      content: '';
      background: #ebebeb;
      position: absolute;
      top: 23px;
      left: 50%;
      margin-left:-95px;
      width: 190px;
      height: 1px;
    }
    .advantages-industr .advantages-items p
    {
      margin: 0 0 24px;
    }
    .advantages-industr .advantages-items p:last-child
    {
      margin-bottom: 0;
    }
  /*price-industr*/
    .price-industr
    {
      overflow: hidden;
      margin-bottom: 0;
    }
    .price-industr .price-title 
    {
      margin-bottom: 50px;
    }
    .price-industr .price-cont
    {
      overflow: hidden;
      margin-bottom: 24px;
    }
    .price-industr .price-cont p
    {
      text-align: center;
      margin: 0 0 48px;
    }
    .price-industr .price-cont ul
    {
      padding: 0;
      margin: 0 0 30px  38px;
    }
    .price-industr .price-cont li
    {
      padding: 0px 0 0 45px;
      list-style-type: none;
      background: url(../images/industr/icon-money.png) no-repeat left top;
      margin-bottom: 26px;
    }
    .price-industr .price-img
    {
      float:left;
      margin-right: 10px;
      width: 33%;
      text-align: center;
    }
    .price-industr .price-img img
    {
      margin-bottom: -8px;
    }
    .price-industr .price-desc
    {
      overflow: hidden;
      padding-top: 7px;
    }
    .price-industr .price-desc p
    {
      margin: 0 0 29px;
    }
    .price-industr .price-desc p:last-child
    {
      margin: 0;
    }
  /*vantage-industr*/  
    .vantage-industr
    {
      padding: 29px 0 43px;
    }
    .vantage-industr .vantage-title 
    {
      margin-bottom: 60px;
    }
    .vantage-industr .vantage-item:nth-child(2n)
    {
      padding-left: 32px;
    }
    .vantage-industr .vantage-item
    {
      width:48%;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      margin-bottom: 52px;
    }
    .vantage-industr .vantage-item_img
    {
      float:left;
      margin-right: 13px;
      width: 85px;
    }
    .vantage-industr .vantage-item_img img
    {
      max-width: 100%;
    }
    .vantage-industr .vantage-item_desc
    {
      overflow:hidden;
    }
    .vantage-industr .vantage-item_desc span
    {
      font-family: DINPRo-B;
    }
  /*preview-industr*/
    .preview-industr 
    {
      background: #f8f8f8;
      padding: 52px 0 137px;
    }
    .preview-industr .preview-title 
    {
      margin-bottom: 35px;
    }
    .preview-industr .preview-images
    {
      width: 66%;
    }
    .preview-industr .preview-images_desc 
    {
        margin-bottom: 40px;
    }
    .preview-industr .preview-images_desc span
    {
      margin-bottom: 2px;
    }
    .preview-industr .preview-images_desc
    {
      line-height: 26px;
    }
    .preview-industr .preview-reviews
    {
      width: 27%;
    }
/*main __techinspec*/
    .main.__techinspec
    {
      font-size: 18px;
      font-family: DINPRo-L;
      line-height: 26px;
    }
    .advantages-techinspec
    {
      margin-bottom: 74px;
    }
    .advantages-techinspec  .advantages-description 
    {
      max-width: 764px;
    }
    .advantages-techinspec  .advantages-container    
    {
      background: url(../images/techinspec/back-techinspec.jpg) no-repeat bottom right;
    }
    .advantages-techinspec .advantages-introtext
    {
      margin-top: 11px;
      padding: 98px 0 101px;
      height: 242px;
      min-height: auto;
    }
    .advantages-techinspec .advantages-introtext_ps 
    {
      width: 770px;
      margin: -51px auto 32px;
      padding: 46px 46px 57px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      font-family: DINPRo-B;
    }
    /*realiz-techinspec*/
    .realiz-techinspec
    {
      padding-bottom: 59px;
      background-image: url(../images/techinspec/back-realiz.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      margin-bottom: 54px;
    }
    .realiz-techinspec .realiz-title
    {
      text-align: left;
      max-width: 85%;
      margin-bottom: 31px;
    }
    .realiz-techinspec .realiz-desc
    {
      margin-bottom: 33px;
    }
    .realiz-techinspec .realiz-items
    {
      overflow: hidden;
      margin-bottom: 30px;
    }
    .realiz-techinspec .realiz-item
    {
      float: left;
      width: 50%;
      overflow: hidden;
    }
    .realiz-techinspec .realiz-item:first-child
    {
      padding-right: 26px;
    }
    .realiz-techinspec .realiz-item_img
    {
      float: left;
      margin: 7px 20px 0 0;
    }
    .realiz-techinspec .realiz-item_desc
    {
      overflow: hidden;
    }
    .realiz-techinspec .realiz-warn
    {
      margin: 0 -15px;
      color: #fff;
      font-family: DinPRo-B;
      background: #21409a;
    }
    .realiz-techinspec .realiz-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    .realiz-techinspec .realiz-warn .__text
    {
      width: 89%;
    }
    /*preview-techinspec*/
    .preview-techinspec 
    {
      margin-bottom: 140px;
    }
    .preview-techinspec .preview-title
    {
      margin-bottom: 54px;
    }
    .preview-techinspec .preview-images
    {
      margin-top: 9px;
      padding: 25px;
      min-height: 500px;
    }
    .preview-techinspec .preview-images_desc
    {
      text-align: left;
      font-family: DINPRo-B;
    }
    .preview-techinspec .preview-images  ul
    {
      padding: 0;
    }
    .preview-techinspec .preview-images li
    {
      list-style: none;
      padding-left: 30px;
      background: url(../images/common/icon-li.png) no-repeat 0px -78px;
      margin-bottom: 25px;
      line-height: 26px;
    }
    /*steps-techinspec*/
    .steps-techinspec
    {
      background-image: url(../images/techinspec/back-steps.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      padding-bottom: 65px;
      margin-bottom: 47px;
    }
    .steps-techinspec .steps-title
    {
      margin-bottom: 43px;
    }
    .steps-techinspec .steps-desc
    {
      text-align: center;
      margin-bottom: 46px;
    }
    .steps-techinspec .steps-items
    {
      margin-bottom: 26px;
    }
    .steps-techinspec .steps-item
    {
      overflow: hidden;
      margin-bottom: 47px;
    }
    .steps-techinspec .steps-item:last-child
    {
      margin: 0;
    }
    .steps-techinspec .steps-item_img
    {
      float: left;
      width: 370px;
      margin-right: 30px;
    }
    .steps-techinspec .steps-item_img img
    {
      width: 100%;
    }
    .steps-techinspec .steps-item_title
    {
      color: #283891;
      font-size: 24px;
      font-family: DINPRo-B;
      margin-bottom: 31px;
      line-height: 32px;
    }
    .steps-techinspec .steps-item:first-child .steps-item_desc 
    {
      overflow: hidden;
    }
    .steps-techinspec .steps-item_desc p
    {
      margin: 0;
    }
    .steps-techinspec .steps-item_desc ul
    {
      padding: 0;
      margin: 26px 0 37px;
      overflow: hidden;
    }
    .steps-techinspec .steps-item_desc ul:last-child
    {
      margin-bottom: 0;
    }
    .steps-techinspec .steps-item_desc li
    {
      list-style: none;
      padding-left: 17px;
      background: url(../images/common/icon-li.png) no-repeat 0px 9px;
      margin-bottom: 0px;
      line-height: 26px;
    }
    .steps-techinspec .steps-methods 
    {
      margin-bottom: 20px;
    }
    .steps-techinspec .steps-methods ol 
    {
      padding: 0;
      margin: 0;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .steps-techinspec .steps-methods li
    {
      margin-bottom: 23px;
      padding: 5px 0 0 52px;
      position: relative;
      min-height: 53px;
    }
    .steps-techinspec .steps-methods li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 45px;
      width: 45px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: -5px;
    }
    .steps-techinspec .steps-methods p
    {
      margin: 0 0 47px;
    }
    .steps-techinspec .steps-warn
    {
      font-family: DINPRo-B;
      margin: 0 -15px;
    }
    .steps-techinspec .steps-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    /*.price-techinspec*/
    
    .price-techinspec .price-title 
    {
      margin-bottom: 41px;
    }
    .price-techinspec .price-img
    {
      float: left;
      margin-right: 20px;
      width: 270px;
      text-align: center;
    }
    .price-techinspec .price-desc
    {
      overflow: hidden;
      padding-top: 10px;
      line-height: 26px;
    }
    .price-techinspec .price-desc p
    {
      margin: 0 0 27px;
    }
    
    /*sertificate-techinspec*/
    .sertificate-techinspec
    {
      padding: 39px 0 84px;
      margin-bottom: 0;
      background-image: url(../images/techinspec/back-sert.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
    }
    .sertificate-techinspec .sertificate-title 
    {
      margin-bottom: 37px;
    }
    .sertificate-techinspec .sertificate-desc
    {
      text-align: center;
      margin-bottom: 55px;
    }
    .sertificate-techinspec .sertificate-items 
    {
      overflow: hidden;
      margin-bottom: 46px;
    }
    .sertificate-items .slider{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sertificate-techinspec .sertificate-ps
    {
      background: #fff200;
      position: relative;
      font-family: DINPRo-B;
      max-width: 770px;
      margin: 0 auto;
      padding: 46px 32px 50px;
      text-align: center;
    }
    .sertificate-techinspec .sertificate-ps:before 
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
    /*.request*/
    .request-techinspec:before
    {
      display: none;
    }
    .request-techinspec#request-form-1
    {
      margin-bottom: 49px;
    }
  /*main designdoc*/
    .advantages-designdoc
    {
      margin-bottom: 154px;
    }
    .advantages-designdoc  .advantages-description 
    {
      max-width: 764px;
    }
    .advantages-designdoc  .advantages-container    
    {
      background: url(../images/designdoc/back-designdoc.jpg) no-repeat bottom right;
    }
    .advantages-designdoc .advantages-introtext
    {
      margin-top: 53px;
      padding: 98px 0 101px;
      height: 565px;
      min-height: auto;
    }
    .advantages-designdoc .advantages-introtext_text
    {
      background: none;
      padding: 58px 15px;
      text-align: center;
      color: #fff;
      font-family: DINPRo-B;
      line-height: 26px;
    }
    .advantages-designdoc .advantages-introtext_text span
    {
      line-height: 31px;
    }
    .advantages-designdoc .advantages-introtext_ps 
    {
      width: 770px;
      margin: -20px auto 32px;
      padding: 46px 36px 57px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      font-family: DINPRo-B;
      z-index: 1;
    }
    .advantages-designdoc .advantages-introtext_ps:before 
    {
      background: #4b57a1 url(../images/common/before-yellow-2.png) no-repeat left top;
    }
    /*realiz-designdoc*/
    .realiz-designdoc
    {
      padding-bottom: 37px;
      background-image: url(../images/designdoc/back-realiz.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
    }
    .realiz-designdoc .realiz-title
    {
      margin-bottom: 54px;
    }
    .realiz-designdoc .realiz-desc
    {
      margin-bottom: 33px;
    }
    .realiz-designdoc .realiz-desc p
    {
      margin: 0 0 29px;
    }
    .realiz-designdoc .realiz-desc h3
    {
      line-height: 31px;
      margin-bottom: 26px;
      color: #283891;
    }
    .realiz-designdoc .realiz-desc ul
    {
      padding-left: 0;
      margin: 0 0 20px;
      overflow: hidden;
    }
    .realiz-designdoc .realiz-desc li
    {
      list-style-type: none;
      padding-left: 22px;
      margin-bottom: 26px;
      background: url(../images/common/yellow-li.png) no-repeat top 10px left;
      background-size: 11px;
    }
    .realiz-designdoc .realiz-warn
    {
      margin: 43px -15px 0;
      font-family: DinPRo-B;
    }
    .realiz-designdoc .realiz-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    .realiz-designdoc .realiz-warn .__text
    {
      width: 89%;
    }
    /*preview-designdoc*/
    .preview-designdoc 
    {
      margin-bottom: 66px;
    }
    .preview-designdoc .preview-title
    {
      margin-bottom: 49px;
    }
    .preview-designdoc .preview-images
    {
      margin-top: 9px;
      padding: 17px 25px;
      min-height: 500px;
    }
    .preview-designdoc .preview-images_desc
    {
      text-align: left;
      font-family: DINPRo-B;
      margin-bottom: 0;
    }
    .preview-designdoc .preview-images  ul
    {
      padding: 0;
    }
    .preview-designdoc .preview-images li
    {
      list-style: none;
      padding-left: 30px;
      background: url(../images/common/icon-li.png) no-repeat 0px -78px;
      margin-bottom: 25px;
      line-height: 26px;
    }
    /*steps-designdoc*/
    .steps-designdoc
    {
      background: #f5f5f5;
      padding: 50px 0 0;
    }
    .steps-designdoc .steps-title
    {
      margin-bottom: 62px;
    }
    .steps-designdoc .steps-desc
    {
      text-align: center;
      margin-bottom: 46px;
    }
    .steps-designdoc .steps-item
    {
      overflow: hidden;
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: 100%;
    }
    .steps-designdoc .steps-item:nth-child(1)
    {
      background-image: url(../images/designdoc/back-step-1.jpg);
      padding-bottom: 28px;
    }
    .steps-designdoc .steps-item:nth-child(2)
    {
      background-image:  url(../images/designdoc/back-step-2.jpg);
      background-color: #fff;
      padding: 33px 0 25px;
    }
    .steps-designdoc .steps-item:nth-child(3)
    {
      background-image: url(../images/designdoc/back-step-3.jpg);
      padding: 40px 0 77px;
    }
    .steps-designdoc .steps-item:nth-child(4)
    {
      background-image:  url(../images/designdoc/back-step-4.jpg);
      background-color: #fff;
      padding: 37px 0 54px;
    }
    .steps-designdoc .steps-item_img
    {
      float: left;
      width: 373px;
      margin-right: 30px;
    }
    .steps-designdoc .steps-item_img img
    {
      width: 100%;
    }
    .steps-designdoc .steps-item_title
    {
      color: #283891;
      font-size: 24px;
      font-family: DINPRo-B;
      margin-bottom: 25px;
      line-height: 32px;
    }
    .steps-designdoc .steps-item_desc p
    {
      margin: 0 0 33px;
    }
    .steps-designdoc .steps-item:first-child .steps-item_desc p:first-child
    {
      margin-bottom: 80px;
    }
    .steps-designdoc .steps-item_desc ul
    {
      padding: 0;
      margin: 26px 0;
      overflow: hidden;
    }
    .steps-designdoc .steps-item_desc ul:last-child
    {
      margin-bottom: 0;
    }
    .steps-designdoc .steps-item_desc li
    {
      list-style: none;
      padding-left: 23px;
      background: url(../images/common/icon-li.png) no-repeat 1px -75px;
      margin-bottom: 0px;
      line-height: 26px;
    }
    .steps-designdoc .steps-methods 
    {
      margin-bottom: 20px;
    }
    .steps-designdoc .steps-methods ol 
    {
      padding: 0;
      margin: 0;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .steps-designdoc .steps-methods li
    {
      margin-bottom: 23px;
      padding: 5px 0 0 52px;
      position: relative;
      min-height: 53px;
    }
    .steps-designdoc .steps-methods li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 45px;
      width: 45px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: -5px;
    }
    .steps-designdoc .steps-methods p
    {
      margin: 0 0 47px;
    }
    .steps-designdoc .steps-warn
    {
      font-family: DINPRo-B;
      margin: 0 -15px;
    }
    .steps-designdoc .steps-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    /*.price-designdoc*/
    .price-designdoc
    {
      padding-top: 45px;
      margin-bottom: 70px;
    }
    .price-designdoc .price-title 
    {
      max-width: 71%;
      margin: 0 auto 34px;
    }
    .price-designdoc .price-desc
    {
      overflow: hidden;
      line-height: 26px;
    }
    .price-designdoc .price-desc p
    {
      margin: 0 0 54px;
      text-align: center;
    }
    .price-designdoc .price-desc table
    {
      border: 2px solid #595959;
      border-collapse: collapse;
      width: 100%;
      background: #f7f7f7;
    }
    .price-designdoc .price-desc tr
    {
    }
    .price-designdoc .price-desc th
    {
      font-family: DINPRo-B;
      width: 33.33%;
      border: 1px solid #595959;
      padding: 12px 16px;
      text-align: left;
    }
    .price-designdoc .price-desc td
    {
      width: 33.33%;
      border: 1px solid #595959;
      padding: 6px 16px;
    }
    
    /*sertificate-designdoc*/
    .sertificate-designdoc
    {
      padding: 39px 0 22px;
      margin-bottom: 0;
    }
    .sertificate-designdoc .sertificate-title 
    {
      margin-bottom: 37px;
    }
    .sertificate-designdoc .sertificate-desc
    {
      text-align: center;
      margin-bottom: 55px;
    }
    .sertificate-designdoc .sertificate-items 
    {
      overflow: hidden;
      margin-bottom: 46px;
    }
    .sertificate-designdoc .sertificate-ps
    {
      background: #fff200;
      position: relative;
      font-family: DINPRo-B;
      max-width: 770px;
      margin: 0 auto;
      padding: 46px 32px 50px;
      text-align: center;
    }
    .sertificate-designdoc .sertificate-ps:before 
    {
      content: '';
      position: absolute;
      height: 23px;
      width: 109px;
      top: 0;
      left: 0;
      background: url(../images/renovat/before-yellow.png) no-repeat left top;
    }
    /*.request*/
    .request-designdoc:before
    {
      display: none;
    }
    .request-designdoc#request-form-1
    {
      margin-bottom: 53px;
    }
/*main agreem*/
    .advantages-agreem 
    {
      margin-bottom: 76px;
    }
    .advantages-agreem .advantages-title
    {
      margin-bottom: 21px;
    }
    .advantages-agreem  .advantages-description 
    {
      max-width: 764px;
    }
    .advantages-agreem  .advantages-container    
    {
      background: url(../images/agreement/back-agreement.jpg) no-repeat bottom right 47px;
    }
    .advantages-agreem .advantages-introtext
    {
      margin-top: 49px;
      padding: 62px 0 101px;
      height: 213px;
      min-height: auto;
    }
    .advantages-agreem .advantages-introtext_ps 
    {
      width: 770px;
      margin: -51px auto 32px;
      padding: 58px 12px 57px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      font-family: DINPRo-B;
    }
    /*realiz-agreem*/
    .realiz-agreem
    {
      margin-bottom: 83px;
    }
    .realiz-agreem .realiz-title
    {
      margin-bottom: 66px;
    }
    .realiz-agreem .realiz-desc p
    {
      margin: 0  0 26px;
    }
    .realiz-agreem .realiz-desc ul
    {
      padding: 0;
      margin: 0;
    }
    .realiz-agreem .realiz-desc li
    {
      padding-left: 20px;
      background: url(../images/common/yellow-li.png) no-repeat top 10px left;
      background-size: 11px;
      list-style-type: none;
    }
    
    .realiz-agreem .realiz-warn
    {
      margin: 0 -15px;
      color: #fff;
      font-family: DinPRo-B;
      background: #21409a;
    }
    .realiz-agreem .realiz-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    .realiz-agreem .realiz-warn .__text
    {
      width: 89%;
    }
    /*request-agreem*/
    .request-agreem:before
    {
      display: none;
    }
    /*preview-agreem*/
    .preview-agreem 
    {
      margin-bottom: 67px;
    }
    .preview-agreem .preview-title
    {
      margin-bottom: 50px;
    }
    .preview-agreem .preview-images
    {
      margin-top: 9px;
      padding: 25px;
      min-height: 449px;
    }
    .preview-agreem .preview-images_desc
    {
      text-align: left;
      font-family: DINPRo-B;
    }
    .preview-agreem .preview-images  ul
    {
      padding: 0;
    }
    .preview-agreem .preview-images li
    {
      list-style: none;
      padding-left: 30px;
      background: url(../images/common/icon-li.png) no-repeat 0px -78px;
      margin-bottom: 25px;
      line-height: 26px;
    }
    .preview-agreem .preview-reviews_desc
    {
      
      margin-bottom: 30px;
      min-height: auto;
    }
    /*steps-agreem*/
    .steps-agreem
    {
      background-image: url(../images/agreement/back-steps.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      margin-bottom: 30px;
      padding-top: 27px;
    }
    .steps-agreem .steps-title
    {
      margin-bottom: 43px;
    }
    .steps-agreem .steps-desc
    {
      text-align: center;
      margin-bottom: 56px;
    }
    .steps-agreem .steps-items
    {
      margin-bottom: 82px;
    }
    .steps-agreem .steps-item
    {
      overflow: hidden;
      margin-bottom: 57px;
    }
    .steps-agreem .steps-item:last-child
    {
      margin: 0;
    }
    .steps-agreem .steps-item h3
    {
      line-height: 32px;
      color: #283891;
      margin-bottom: 31px;
    }
    
    .steps-agreem .steps-item ul
    {
      padding: 0;
      margin: 0;
      overflow: hidden;
    }
    .steps-agreem .steps-item li
    {
      list-style: none;
      padding-left: 20px;
      background: url(../images/common/yellow-li.png) no-repeat top 10px left;
      background-size: 11px;
      margin-bottom: 0px;
      line-height: 26px;
    }
    
    /*agreem*/
    .agreem-agreem
    {
      background-image: url(../images/agreement/back_1.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      padding-bottom: 40px;
      padding-bottom: 110px;
      margin-bottom: 53px;
    }
    .agreem-target
    {
        background: url(../images/common/back-violet-1.jpg) 50% 0 repeat fixed;
        position: relative;
        padding: 33px 0 32px;
        margin-bottom: 6px;
    }
    .agreem-target:before 
    {
      content: '';
      height: 164px;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      background-size: cover !important;
      background: url(../images/common/before-angle.png) no-repeat right;
    }
    .agreem-target:after
    {
      content: '';
      height: 164px;
      left: 0;
      right: 0;
      position: absolute;
      background-size: cover !important;
      background: url(../images/common/after-angle.png) no-repeat left;
      bottom: 0px;
    }
    .agreem-target .block-yellow
    {
      max-width: 771px;
      margin: 0 auto;
      padding: 47px 40px 52px;
      font-family: DINPRo-B;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #020202;
    }
    .agreem-desc
    {
      margin-bottom: 46px;
    }
    .agreem-desc p
    {
      margin: 0 0 25px;
      text-align: center;
    }
    .agreem-desc p:first-child
    {
      margin-bottom: 66px;
    }
    .agreem-desc p:last-child
    {
      margin: 0;
    }
    .agreem-desc h3
    {
      margin-bottom: 34px;
      color: #283891;
    }
    .agreem-desc ol 
    {
      padding: 0;
      margin: 0 0 28px;
      counter-reset: myCounter;
      overflow: hidden;
    }
    .agreem-desc li
    {
      padding: 0px 0 0 60px;
      position: relative;
      min-height: 53px;
    }
    .agreem-desc li:before 
    {
      counter-increment: myCounter;
      content: counter(myCounter);
      height: 45px;
      width: 45px;
      background-image: url(../images/common/yellow-li.png);
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 16px;
      font-family: DINPro-B;
      display: inline-block;
      text-align: center;
      line-height: 40px;
      position: absolute;
      left: 0;
      top: -5px;
    }
    .agreem-warn 
    {
      font-family: DINPRo-B;
      margin: 0 -15px;
    }
    .agreem-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    /*.price-agreem*/
    
    .price-agreem
    {
      padding: 52px 0 75px;
      background-color: #f4f4f4;
      background-image: url(../images/agreement/back_2.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      margin: 0;
    }
    .price-agreem .price-title 
    {
      margin-bottom: 41px;
    }
    .price-agreem .price-img
    {
      float: left;
      width: 391px;
      text-align: center;
    }
    .price-agreem .price-desc
    {
      overflow: hidden;
      padding-top: 30px;
      line-height: 26px;
    }
    .price-agreem .price-desc p
    {
      margin: 0 0 27px;
    }
    .price-agreem .price-warn
    {
      clear: both;
      margin: 42px -15px 0;
      font-family: DINPRo-B;
    }
    .price-agreem .price-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }

/*main __waste*/
    .advantages-waste
    {
      margin-bottom: 49px;
    }
    .advantages-waste .advantages-title
    {
      margin: 0 0 29px;
    }
    .advantages-waste  .advantages-description 
    {
      max-width: 764px;
    }
    .advantages-waste  .advantages-description p
    {
      margin: 0 0 26px;
    }
    .advantages-waste  .advantages-description ul
    {
      padding: 0;
    }
    .advantages-waste  .advantages-description li
    {
      list-style-type: none;
      padding-left: 21px;
      background: url(../images/common/icon-li.png) no-repeat 0px 9px;
    }
    .advantages-waste  .advantages-container    
    {
      background: url(../images/waste/back-waste.jpg) no-repeat top 47px right;
    }
    .advantages-waste .advantages-introtext
    {
      margin-top: 38px;
      padding: 119px 0 101px;
      height: 487px;
      min-height: auto;
    }
    .advantages-waste  .advantages-introtext_text
    {
      background: none;
      max-width: 1090px;
      margin: 0 auto 26px;
    }
    .advantages-waste .advantages-introtext_ps 
    {
      width: 770px;
      margin: 0px auto 32px;
      padding: 46px 46px 45px;
      line-height: 26px;
      text-align: center;
      color: #020202;
      font-family: DINPRo-B;
    }
    .advantages-waste .block-yellow:before
    {
      background: #4b57a1 url(../images/common/before-yellow-2.png) no-repeat left top;
    }
    .advantages-waste .advantages-cont
    {
      padding: 76px 0 145px;
      background-image: url(../images/waste/back-waste-1.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      background-color: #ccc;
    }
    .advantages-waste .advantages-cont p
    {
      margin: 0 0 26px;
    }
    .advantages-waste .advantages-cont ul
    {
      padding: 0;
      margin: 0;
    }
    .advantages-waste .advantages-cont li
    {
      list-style-type: none;
      padding-left: 30px;
      background: url(../images/common/icon-li.png) no-repeat 0px -78px;
    }
    /*realiz-waste*/
    .realiz-waste
    {
      margin-bottom: 83px;
    }
    .realiz-waste .realiz-title
    {
      margin-bottom: 57px;
    }
    .realiz-waste .realiz-desc
    {
      margin-bottom: 46px;
    }
    .realiz-waste .realiz-desc p
    {
      margin: 0 0 26px;
    }
    .realiz-waste .realiz-desc ul
    {
      margin: 0 ;
      padding: 0;
    }
    .realiz-waste .realiz-desc li
    {
      list-style-type: none;
      padding-left: 22px;
      background: url(../images/common/icon-li.png) no-repeat 0px 9px;
    }
    .realiz-waste .realiz-item
    {
      overflow: hidden;
    }
    .realiz-waste .realiz-item_img
    {
      float: left;
      margin: 0px 30px 0 0;
    }
    .realiz-waste .realiz-item_desc
    {
      overflow: hidden;
      background: #fff200;
      padding: 21px 8px 21px 21px;
    }
    .realiz-waste .realiz-warn
    {
      margin: 0 -15px;
      color: #fff;
      font-family: DinPRo-B;
      background: #21409a;
    }
    .realiz-waste .realiz-warn .__sing
    {
      height: 120px;
      line-height: 120px;
    }
    .realiz-waste .realiz-warn .__text
    {
      width: 89%;
    }
    /*preview-waste*/
    .preview-waste 
    {
      margin-bottom: 86px;
    }
    .preview-waste .preview-title
    {
      margin-bottom: 47px;
    }
    .preview-waste .preview-images
    {
      margin-top: 9px;
      padding: 19px 25px;
      min-height: 495px;
    }
    .preview-waste .preview-images_desc
    {
      text-align: left;
      font-family: DINPRo-B;
      margin-bottom: 0;
    }
    .preview-waste .preview-images  ul
    {
      padding: 0;
    }
    .preview-waste .preview-images li
    {
      list-style: none;
      padding-left: 30px;
      background: url(../images/common/icon-li.png) no-repeat 0px -78px;
      margin-bottom: 25px;
      line-height: 26px;
    }
    
    /*.price-waste*/
    .price-waste 
    {
      margin: 0;
      padding: 51px 0 88px;
      background-image: url(../images/waste/back-price.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-color: #f5f5f5;
      background-size: 100%;
    }
    .price-waste .price-title 
    {
      margin-bottom: 80px;
    }
    .price-waste .price-desc
    {
      overflow: hidden;
      padding: 0px;
      line-height: 26px;
    }
    .price-waste .price-desc p
    {
      margin: 0 0 27px;
    }
    .price-waste .price-desc  ul
    {
      margin: 0;
      padding: 0;
    }
    .price-waste .price-desc li
    {
      
      list-style: none;
      padding-left: 20px;
      background: url(../images/common/icon-li.png) no-repeat 0px -76px;
    }
    
    /*features-waste*/
    .features-waste
    {
      padding: 49px 0 102px;
      background-image: url(../images/waste/back-features.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
    }
    .features-waste .features-title
    {
      margin-bottom: 47px;
    }
    .features-waste .features-desc
    {
      margin-bottom: 58px;
    }
    .features-waste .features-desc p
    {
      margin: 0 0 26px;
    }
    .features-waste .features-desc p:first-child
    {
      margin: 0 0 48px;
      text-align: center;
    }
    .features-waste .features-desc ul
    {
      margin: 0;
      padding: 0;
    }
    .features-waste .features-desc li
    {
      list-style: none;
      padding-left: 20px;
      background: url(../images/common/icon-li.png) no-repeat 0px 8px;
    }
    .features-waste .features-warn
    {
      margin: 0 -15px 52px;
      background: #f5f5f5;
    }
    .features-waste .features-warn .__sing
    {
      height: 120px;
    }
    
    
    /*sertificate-waste*/
    .sertificate-waste
    {
      padding: 48px 0 0;
      margin-bottom: 0;
    }
    .sertificate-waste .sertificate-title 
    {
      margin-bottom: 41px;
    }
    .sertificate-waste .sertificate-desc
    {
      text-align: center;
      margin-bottom: 52px;
    }
    .sertificate-waste .sertificate-items 
    {
      overflow: hidden;
      margin-bottom: 47px;
    }
    /*.request*/
    .request-waste:before
    {
      display: none;
    }
    .request-waste#request-form-1
    {
      margin-bottom: 53px;
    }    
      
/*.bx-wrapper*/
.wrapper .bx-wrapper .bx-viewport
{
  border: 0;
  box-shadow: none;
  background: none;
}
.wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper .bx-wrapper .bx-pager.bx-default-pager a.active
{
  background: #fff200;
  height: 10px;
  width: 10px;
  -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}
.wrapper .bx-wrapper .bx-pager .bx-pager-item, 
.wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
  vertical-align: middle;
}
.wrapper .bx-wrapper .bx-pager.bx-default-pager a
{
  background: #e7e7e7;
  border-radius: 0;
  height: 8px;
  width: 8px;
}
.thanksForm
{
  vertical-align: middle;
  display: inline-block;
  width: 98%;
  text-align: center;
  font-size: 18px;
}
.thanksForm-title
{
  font-size: 30px;
  font-family: DINPro-B;
  margin-bottom: 10px;
}
.popup
{
  padding: 10px 0;
}
.popup .success
{
  height: 308px;
}
/*error*/
.error-title
{
  font-size: 30px;
  font-family: DINPro-B;
}
.error
{
  text-align: center;
  font-size: 18px;
}
.error-link
{

  color: #283891;
}

@media screen and (max-width: 1230px){
  .sertificate-items
  {
    width: 795px;
    margin: 0 auto;
  } 
  /*.menu a 
  {
    margin-right: 35px;
  }*/
}
@media screen and (max-width: 1500px){
  .advantages-recycling .advantages-introtext_title
  {
    margin-top: -98px;
  }
  
}
@media screen and (max-width: 1400px){
  .work-description_item {
    width: 180px;
  }
  .work-description_item.__seven
  {
    left: 0px;
  }
  .work-description_item.__three
  {
    right: 16px;
  }
  .work-description_item.__six
  {
    left: 80px;
  }
}
@media screen and (max-width: 1200px){
  .sertificate-items
  {
    width: 795px;
    margin: 0 auto;
  } 
  .menu .limiter 
  {
    display: table;
  }
  .menu a
  {
    /*display: table-cell;*/
    margin-right: 0;
  }
  .menu-item_group a
  {
    display: block;
  }
  .rules-step:nth-child(1)
  {
    height:  470px;
  }
  .rules-step:nth-child(4), .rules-step:nth-child(5){
    height: 230px;
  }
}
@media screen and (max-width: 1182px){
  .work-dismantl .work-item_image
  {
    max-width: 90%;
  }
  .work-dismantl .work-item:nth-child(5) .work-item_image
  {
    max-width: 75%;
  }
  .work-dismantl .work-item:nth-child(6) .work-item_image
  {
    max-width: 115%;
  }
  .work-dismantl .work-item:nth-child(7) .work-item_image {
    max-width: 25%;
  }
  .work-dismantl .work-item:nth-child(8) .work-item_image
  {
    width: 17%;
  }
  .work-dismantl .work-item_image img
  {
    width: 100%;
  }
  .advantages-metal .advantages-description 
  {
    width: 41%;
  }
}
@media screen and (max-width: 1138px){
  .work-dismantl .work-item:nth-child(3)
  {
    width: 26%;
  }
  .work-dismantl .work-item:before
  {
    height: 50px;
    width: 50px;
    font-size: 33px;
    line-height: 45px;
  }
  .work-dismantl .work-item_image
  {
    width: 90%;
  }
  .work-dismantl .work-item:nth-child(5) .work-item_image
  {
    width: 75%;
  }
  .work-dismantl .work-item:nth-child(4) .work-item_image
  {
    width: 75%;
  }
  .work-dismantl .work-item_image img
  {
    width: 100%;
  }
}
@media screen and (max-width: 1085px){
  .footer .connection
  {
    margin-top: 0;
    text-align: right;
  }
  .footer .connection-item
  {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px){
   
  .menu a 
  {
    margin-right: 10px;
  }
  .work-numeral
  {
    left: 20%
  }
  .work-images {
    left: 27.6%;
  }
  .work-description_item
  {
    width: 180px;
  }
  .services-item.__one .services-item_image
  {
    bottom: -158px;
  }
  .services-item.__two .services-item-container:before
  {
    bottom: -52px;
  }
  .about-item.__four:before, .about-item.__two:after
  {
    bottom: -2px;
  }  
  .about-item.__two:before
  {
    top: -2px;
  }
  
}