

/* Start:/projects/steel/css/default.css?158979272510441*/
body.project .adaptive-vb {
    margin-bottom:34px !important;
}
body.project {
    background: #ffffff;
    color: #20445f;
}
body.project p, body.project b {
    -webkit-transition: font-size 0.7s, line-height 0.7s, padding 0.5s;
    -moz-transition: font-size 0.7s, line-height 0.7s, padding 0.5s;
    -ms-transition: font-size 0.7s, line-height 0.7s, padding 0.5s;
    -o-transition: font-size 0.7s, line-height 0.7s, padding 0.5s;
    transition: font-size 0.7s, line-height 0.7s, padding 0.5s;
}
/*intro {*/
 body.project section.intro {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
    position: relative;
    padding: 118px 0 70px 0;
}
body.project section.intro .title {
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    line-height: 24px;
    float:left;
    width:65%;
}
@media screen and (max-width: 550px) {
    body.top-model section.intro {
        padding: 50px 10px 30px;
    }
    body.project section.intro {
    padding: 70px 0 30px 0;
  }
  body.project section.intro h1 {
     line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
    body.project section.intro h1 {
        font-size: 22px!important;
    }
}
body.project section.intro h1 {
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
body.project section.intro a.demo {
    font-size: 14px;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    background: url(/projects/steel/css/../img/work_demo.png) left center no-repeat;
}
body.project section.intro a.demo:hover {
    color: #2780f6;
}
body.project section.intro time {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    white-space: nowrap;
}
body.project section.intro .task {
    background: #eecb01;
    position: relative;
    padding: 20px 20px 70px;
    margin-top: 30px;
    /*
      b
      {
        position: absolute;
        left: @pad;
        top: @pad;
      }
      */
}
body.project section.intro .quote {
    display: block;
    max-width: 500px;
    font-size: 14px;
    line-height: 17px;
    float: right;
    position: relative;
    top: -40px;
}
body.project section.intro .quote q {
    display: block;
    position: relative;
    background: #0054bc;
    color: white;
    padding: 20px;
}
body.project section.intro .quote q:before {
    content:"";
}
body.project section.intro .quote q:after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #0054bc;
    border-left: 20px solid transparent;
    bottom: -20px;
    left: 20px;
}
body.project section.intro .quote cite {
    display: block;
    font-style: normal;
    padding-left: 52px;
    padding-top: 12px;
}
body.project section.intro .quote cite b {
    display: block;
    font-size: 16px;
}
body.project section.intro .quote cite small {
    display: block;
    font-size: 14px;
}
/*} intro*/

/*problem solution {*/
 body.project section.problem-solution {
    max-width: 940px;
    margin: auto;
}
body.project section.problem-solution ul > li {
    position: relative;
    padding-bottom: 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    /*
        b
        {
          position: absolute;
          left: 30px;
          top: 50px;
        }
        */
}
body.project section.problem-solution ul > li .explanation {
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
}
/*} problem solution*/

/*description {*/
 body.project section.description-shortb {
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -ms-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
    margin-bottom:20px;
}
body.project section.description-shortb p {
    max-width: 768px;
    margin: auto;
    padding: 20px 20px 0 20px;
    padding-top: 0;
    line-height: 22px;
}
body.project section.description {
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -ms-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
    display:block;
    max-width: 768px;
    margin:0 auto 0;
}
body.project section.description p {
    max-width: 768px;
    margin: auto;
    padding: 20px;
    padding-top: 0;
    line-height: 22px;
}
body.project section.description p.popup {
    overflow: hidden;
}
body.stroikomplekt section.description p.popup img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    border: 4px solid white;
    max-width: 100%;
}
body.project section.description p.soap img {
    display: none;
}
body.project section.description .quote {
    float:none;
    width:100%;
    max-width:100%;
}
body.project section.description .quote-ux {
    display: block;
    max-width: 500px;
    font-size: 14px;
    line-height: 17px;
    margin: 10px auto 30px;
}
body.project section.description .quote-ux q {
    display: block;
    position: relative;
    background: #0054bc;
    color: white;
    padding: 20px;
}
body.project section.description .quote-ux q:before {
    content:"";
}
body.project section.description .quote-ux q:after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #0054bc;
    border-left: 20px solid transparent;
    bottom: -20px;
    left: 20px;
}
body.project section.description .quote-ux cite {
    display: block;
    font-style: normal;
    padding-left: 52px;
    padding-top: 12px;
}
body.project section.description .quote-ux cite b {
    display: block;
    font-size: 16px;
}
body.project section.description .quote-ux cite small {
    display: block;
    font-size: 14px;
}
body.project section.description .quotes {
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
    text-align: justify;
    font-size: 0;
}
body.project section.description .quotes:after {
    content:"";
    display: inline-block;
    vertical-align: auto;
    width: 100%;
}
body.project section.description .quotes .quote {
    text-align: left;
    vertical-align: top;
    display: block;
    max-width: auto;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}
body.project section.description .quotes .quote q {
    display: block;
    position: relative;
    background: #0054bc;
    color: white;
    padding: 20px;
}
body.project section.description .quotes .quote q:before {
    content:"";
}
body.project section.description .quotes .quote q:after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #0054bc;
    border-left: 20px solid transparent;
    bottom: -20px;
    left: 20px;
}
body.project section.description .quotes .quote cite {
    display: block;
    font-style: normal;
    padding-left: 52px;
    padding-top: 12px;
}
body.project section.description .quotes .quote cite b {
    display: block;
    font-size: 16px;
}
body.project section.description .quotes .quote cite small {
    display: block;
    font-size: 14px;
}
/*} description*/

/*works {*/
 body.project section.works {
    background-color:#afb2c0;
    padding-top:33px;
}
body.project section.works > div.carousel {
    /*   max-width: 100%;
width:390px;
margin:0 auto;
-ms-transition: width 0.5s ease;
-o-transition: width 0.5s ease;
-webkit-transition: width 0.5s ease;
-moz-transition: width 0.5s ease;
transition: width 0.5s ease;
height:286px; */
}
body.project section.works > div.carousel > div.container {
    top:-15px;
    height:286px;
}
body.project section.works > div.carousel > div.container > ul {
    height:260px;
}
body.project section.works > div.carousel .controls a.next {
    border-left: 26px solid #ffffff;
    right: 10px !important;
    top: 235px !important;
    -ms-transition: top, right 0.5s ease;
    -o-transition: top, right 0.5s ease;
    -webkit-transition: top, right 0.5s ease;
    -moz-transition: top, right 0.5s ease;
    transition: top, right 0.5s ease;
}
body.project section.works > div.carousel .controls a.prev {
    border-right: 26px solid #ffffff;
    left: 10px !important;
    top: 235px !important;
    -ms-transition: top, right 0.5s ease;
    -o-transition: top, right 0.5s ease;
    -webkit-transition: top, right 0.5s ease;
    -moz-transition: top, right 0.5s ease;
    transition: top, right 0.5s ease;
}
/*} works*/

/*carousel {*/
 body.project section.photo {
    max-width: 890px;
    margin: auto;
    margin-bottom: 50px;
}
body.project section.photo .carousel {
    position: relative;
}
body.project section.photo .carousel .container ul > li {
    font-size: 14px;
    line-height: 17px;
}
body.project section.photo .carousel .container ul > li img {
    max-width: 100%;
}
body.project section.photo .carousel .container ul > li p {
    padding: 10px;
    padding-right: 120px;
    min-height: 30px;
}
body.project section.photo .carousel .controls {
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body.project section.photo .carousel .controls > * {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
body.project section.photo .carousel .controls .meter {
    font-size: 14px;
    margin: 0 10px;
}
body.project section.photo .carousel .controls .next, body.project section.photo .carousel .controls .prev {
    font-size: 50px;
    color: #20445f;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
body.project section.photo .carousel .controls .next.disabled, body.project section.photo .carousel .controls .prev.disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    opacity: 0.3;
}
/*} carousel*/

/* End */
/* /projects/steel/css/default.css?158979272510441 */
