@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,p,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea,
input, button {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
html{
    overflow-x: hidden;
}
body, html {
    width: 100%;
    font-weight: 400;
}
input, textarea {
font-family: 'PT Serif', serif;
}
body {
font-family: 'PT Serif', serif;
font-size: 16px;
color: #828282;
background-image: url(../images/pattern.jpg);
background-repeat: repeat;
}
h1, h2, h3, h4{
font-weight: normal;
line-height: normal;   
}
h2{
    font-size: 50px;
    color: #262626;
    text-transform: uppercase;
}
h3{
    font-size: 22px;
    color: #262626;
    text-transform: uppercase;
}
ol, ul {
list-style: none;
}
a{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
blockquote, q {
quotes: none;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*For clearfix*/
.clfx:before,
.clfx:after {
    content:"";
    display:table;
}
.clfx:after {
    clear:both;
}
.clfx {
    zoom:1; /* Хак для IE 6 и 7 */
}
.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* /For clearfix*/
/*For wrap*/
.container {
margin: 0 auto;
position: relative;
width: 940px;
padding: 0 10px;
}
/* /For wrap*/
/*For load Page*/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/35.GIF) no-repeat 50% 50%;
    margin: -32px 0 0 -32px;
}
.l{
    float: left;
}
.r{
    float: right;
}
/*For load Page*/
section,
header,
footer{
    width: 100%;
}
section{
    padding: 100px 0;
}
/*------------------Header------------------*/
header{
    background: #1b1b1b url(../images/curves.png) left top no-repeat;
}
    .logo{
        float: left;
        display: block;
        margin: 35px 0;
        width: 240px;
        height: 82px;
        background: url(../images/logo.png) no-repeat;
    }
    .tel-top{
        float: right;
        color: #fff;
        margin: 20px 0;
    }
        .tel-top h3{
            text-transform: none;
            text-align: center;
            color: #fff;
        }
        .tel-top .contact-us{
            display: block;
            position: relative;
            text-align: center;
            width: 230px;
            height: 50px;
            background-color: #262626;
            line-height: 50px;
            margin-top: 10px;
            font-size: 22px;
            color: #fff;
            text-decoration: none;
        }
            .tel-top .contact-us:before{
                content: "";
                position: absolute;
                width: 50px;
                height: 50px;
                background: #a00910 url(../images/phone.png) center center no-repeat;
                left: -50px;
                top: 0;
            }
            .tel-top .contact-us:hover{
                background-color: #a00910;
            }
/*------------------Header END--------------*/
/*------------------Top form----------------*/
.top-form{
    background: url(../images/top-form-bg.jpg) 0% 8% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
    .box-form{
        width: 780px;
        margin: 0 auto;
        padding: 40px 80px 60px 80px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        text-align: center;
    }
        .box-form h2{
            color: #fff;
        }
        .box-form h2 span{
            font-size: 32px;
        }
        .box-form p{
            text-transform: uppercase;
            margin: 10px 0 20px 0;
        }
/*------------------Top form END------------*/
/*------------------Counter-----------------*/
.counter{
    width: 100%;
    position: relative;
    background: url(../images/pattern_red.jpg);
    padding: 20px 0; 
}
    .counter h3{
        color: #fff;
    }
    .counter:before,
    .counter:after{
        content: "";
        position: absolute;
        width: 425px;
        height: 376px;
        background: url(../images/pageglare.png) no-repeat;
        z-index: 0;
    }
        .counter:before{
            top: 0px;
            left: 0px;
        }
        .counter:after{
            bottom: -100px;
            right: 0px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    .one-counter{
        position: relative;
        float: left;
        width: 220px;
        color: #fff;
        text-align: center;
    }
        .one-counter:before{
            content: "";
            position: absolute;
            width: 131px;
            height: 131px;
            background: url(../images/one-counter-cirk.png) no-repeat;
            top: 0px;
            left: 43px;
        }
        .one-counter+.one-counter{
            margin-left: 20px;
        }
        .one-counter p{ 
            font-size: 50px;
            margin-bottom: 70px;
            margin-top: 30px;
        }
/*------------------Counter END-------------*/
/*------------------Form -------------------*/
.form input{
    position: relative;
    display: block;
    float: left;
    width: 178px;
    height: 48px;
    padding: 0 60px;
    border: 1px solid transparent;
    background-color: #fff;
    color: #828282;
    font-size: 16px;
}
    .form input+input{
        margin-left: 20px;
    }
    .form label{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 73px;
    }
        .form .for-name{
            left: 113px;
            background: url(../images/input-sprite.png) 0% 0% no-repeat;
        }
        .form .for-phone{
            left: 430px;
            background: url(../images/input-sprite.png) 100% 0% no-repeat;
        }
    .pop-up-form .form input{
        float: none;
        margin-left: 0;
    }
    .form .btn{
        width: 140px;
        color: #fff;
        padding: 0;
        position: relative;
        z-index: 2000;
        background-color: #a00910;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }
        .form .btn:hover{
            cursor: pointer;
            background-color: #262626;
        }
    .form input.error{
        border: 1px solid red;
    }
/*------------------Send block -------------*/
.send-block{
    display: none;
    opacity: 1;
    background-color: #a00910;
    position: absolute;
    border: 1px solid #a00910;
    font-weight: lighter;
    text-align: center;
    font-size: 17px;
    color: #fff;
    z-index: 4000;
}
    .send-block1{
        width: 790px;
        height: 50px;
        bottom: 58px;
        right: 80px;
    }
        .box-form .send-block1 p{
            line-height: 50px;
            margin: 0;
        }
    .send-block2{
        width: 300px;
        height: 193px;
        top: 30px;
        right: 20px;
    }
        .send-block2 p{
            margin-top: 65px;
        }
/*------------------Send block END----------*/
/*------------------Form END----------------*/
/*------------------Select customers--------*/
.select-customers{
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
}
    .select-customers h2{
        margin-bottom: 100px;
    }
    .one-select{
        float: left;
        width: 460px;
        margin-bottom: 60px;
    }
        .one-select h3{
            margin-bottom: 20px;
        }
        .one-select:nth-child(2n+3){
            margin-left: 20px;
        }
        .one-select-img{
            float: left;
            width: 130px;
            height: 130px;
            margin-right: 20px;
        }
            .measurement{
                background: url(../images/select-customers-img.png) 0% 0% no-repeat;
            }
            .design{
                background: url(../images/select-customers-img.png) 33% 0% no-repeat;
            }
            .manufacturing{
                background: url(../images/select-customers-img.png) 66% 0% no-repeat;
            }
            .size{
                background: url(../images/select-customers-img.png) 100% 0% no-repeat;
            }
/*------------------Select customers END----*/
/*------------------Form--------------------*/
.form-main{
    width: 100%;
    position: relative;
    background: url(../images/pattern_red.jpg);
}
    .form-main:before,
    .form-main:after{
        content: "";
        position: absolute;
        width: 425px;
        height: 376px;
        background: url(../images/pageglare.png) no-repeat;
        z-index: 0;
    }
        .form-main:before{
            bottom: -100px;
            left: -25px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
        .form-main:after{
            top: 0;
            right: -25px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }
            .form-main .box-form{
                padding: 60px 80px;
                position: relative;
            }
                .form-main .box-form:before,
                .form-main .box-form:after{
                    content: "";
                    position: absolute;
                }
                    .form-main .box-form:before{
                        width: 183px;
                        height: 212px;
                        background: url(../images/pen.png) no-repeat;
                        top: -125%;
                        left: -20%;
                    }
                    .form-main .box-form:after{
                        width: 189px;
                        height: 187px;
                        background: url(../images/envelope.png) no-repeat;
                        bottom: -55%;
                        right: -20%;
                    }
            .form-main h2{
                text-align: center;
                color: #fff;
                margin-bottom: 60px;
            }
/*------------------Form END----------------*/
/*------------------You get-----------------*/
.you-get{
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
}
    .you-get h2{
        text-align: center;
        margin-bottom: 60px;
    }
    .one-get{
        width: 460px;
        margin-bottom: 60px;
        position: relative;
    }
        .you-get .l:after{
            content: "";
            position: absolute;
            width: 10px;
            height: 164px;
            background: url(../images/ld.png) no-repeat;
            top: -15px;
            right: -10px;
        }
    .one-get-img{
        width: 131px;
        height: 130px;
    }
        .one-get-img1{
            background: url(../images/you-get-img.png) 0% 0% no-repeat;
        }
        .one-get-img2{
            background: url(../images/you-get-img.png) 20% 0% no-repeat;
        }
        .one-get-img3{
            background: url(../images/you-get-img.png) 40% 0% no-repeat;
        }
        .one-get-img4{
            background: url(../images/you-get-img.png) 60% 0% no-repeat;
        }
        .one-get-img5{
            background: url(../images/you-get-img.png) 80% 0% no-repeat;
        }
        .one-get-img6{
            background: url(../images/you-get-img.png) 100% 0% no-repeat;
        }
    .one-get-txt{
        width: 220px;
    }
        .l .one-get-img{
            float: left;
            margin-right: 20px;
        }
        .l .one-get-txt{
            text-align: left;
            float: left;
        }
        .r .one-get-img{
            float: right;
            margin-left: 20px;
        }
        .r .one-get-txt{
            text-align: right;
            float: right;
        }
        .tc{
            margin-top: 20px;
        }
/*------------------You get END-------------*/
/*------------------Our work----------------*/
.our-work{
    width: 100%;
    position: relative;
    background: url(../images/pattern_red.jpg);
}
.main{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
    .our-work h2{
        text-align: center;
        color: #fff;
    }
    .our-work:before,
    .our-work:after{
        content: "";
        position: absolute;
        width: 425px;
        height: 376px;
        background: url(../images/pageglare.png) no-repeat;
        z-index: 0;
    }
        .our-work:before{
            bottom: -100px;
            left: -25px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
        .our-work:after{
            top: 0;
            right: -25px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }
/* Custom elements style */
.wrapper {
    position: relative;
    padding: 0 0 50px 0;
}

.topbar {
    position: relative;
    padding: 20px 0;
    margin: 0 0 40px;
}

.back {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #999;
    background: #69050a;
    cursor: pointer;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.no-touch .back:hover {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.topbar h2,
.topbar h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 40px;
    width: 49%;
    min-width: 320px;
}

.topbar h2 {
    padding-right: 20px;
    color: #666;
}

.topbar h3 {
    text-align: right;
    padding-left: 20px;
    color: #aaa;
}

/* Loader */

.loader {
    left: 50%;
    position: absolute;
    margin-left: -120px;
}

.loader i {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: loading 1s linear infinite forwards;
    -moz-animation: loading 1s linear infinite forwards;
    -o-animation: loading 1s linear infinite forwards;
    -ms-animation: loading 1s linear infinite forwards;
    animation: loading 1s linear infinite forwards;
}

.cssanimations .loader span {
    display: none;
}

.no-cssanimations .loader i {
    display: none;
}

.loader i:nth-child(2){
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader i:nth-child(3){
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader i:nth-child(4){
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader i:nth-child(5){
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader i:nth-child(6){
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loading{
    0%{
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100%{
        opacity: 1;
        -webkit-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-moz-keyframes loading{
    0%{
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100%{
        opacity: 1;
        -moz-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-o-keyframes loading{
    0%{
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100%{
        opacity: 1;
        -o-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-ms-keyframes loading{
    0%{
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100%{
        opacity: 1;
        -ms-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@keyframes loading{
    0%{
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100%{
        opacity: 1;
        transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}
@media screen and (max-width: 991px){
    .form-main .box-form:before, 
    .form-main .box-form:after{
        position: relative!important; 
        display: none!important;  
    }
}
@media screen and (max-width: 680px){
    .topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;}
    .back { left: auto; right: 0px; margin-left: 0px;}
}
.tp-grid {
    list-style-type: none;
    position: relative;
    display: block;
}

.tp-grid li {
    position: absolute;
    cursor: pointer;
    width: 250px;
    height: 188px;
    border: 10px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    display: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-js .tp-grid li {
    position: relative;
    display: inline-block;
}

.tp-grid li a {
    display: block;
    outline: none;
    width: 250px;
    height: 188px;
}

.tp-grid li img {
    display: block;
    border: none;
    width: 250px;
    height: 188px;
}

.tp-info,
.tp-title {
    position: absolute;
    background: #fff;
    line-height: 20px;
    color: #333;
    top: 40%;
    width: 75%;
    padding: 10px;
    font-weight: 700;
    text-align: right;
    left: -100%;
    box-shadow: 
        1px 1px 1px rgba(0,0,0,0.1),
        5px 0 5px -3px rgba(0,0,0,0.4),
        inset 0 0 5px rgba(0,0,0,0.04);
}

.touch .tp-info {
    left: 0px;
}

.no-touch .tp-info {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-touch .tp-grid li:hover .tp-info {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
}

.no-touch .tp-open li:hover .tp-info {
    left: 0px;
}

.tp-title {
    padding: 10px 35px 10px 10px;
    left: 0px;
}

.tp-title span:nth-child(2){
    color: #aaa;
    padding: 0 5px;
    background: #F7F7F7;
    right: 0px;
    height: 100%;
    line-height: 40px;
    top: 0px;
    position: absolute;
    display: block;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: rgba(0,0,0,0.7); opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{    border: 2px solid #a00910}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{
            position:absolute; 
            top:7px; 
            right:7px; 
            background:url(../images/cross-button.png) no-repeat; 
            width:11px; 
            height:11px; 
            text-indent:-9999px;
        }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.link-form{
    display: block;
    text-decoration: none;
    width: 138px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
    .link-form:hover{
        color: #98070e;
        background-color: #fff;
    }
/*------------------Our work END------------*/
/*------------------We work-----------------*/
.we-work{
    width: 100%;
    padding-bottom: 70px;
    position: relative;
    background: url(../images/we-work-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1000;
}
    .we-work h2{
        color: #fff;
        text-align: center;
        margin-bottom: 60px;
    }
    .one-we-work{
        height: 135px;
        padding: 0 0 20px 20px;
        width: 280px;
        background: rgba(255,255,255,0.8);
    }
    .one-we-work,
    .one-client{
        position: relative;
        margin-bottom: 30px;
        margin-right: 20px;
    }
        .one-we-work:before{
            content: "";
            position: absolute;
            width: 71px;
            height: 73px;
            background: url(../images/angle.png) no-repeat;
            top: 0px;
            left: 0px;
        }
        .one-we-work:after{
            content: "";
            position: absolute;
            top: 15px;
            left: 12px;
        }
            .one-we-work1:after{
                width: 33px;
                height: 26px;
                background: url(../images/one-we-work.png) 0% 0% no-repeat;
            }
            .one-we-work2:after{
                width: 30px;
                height: 30px;
                background: url(../images/one-we-work.png) 23% 0% no-repeat;
            }
            .one-we-work3:after{
                width: 30px;
                height: 30px;
                background: url(../images/one-we-work.png) 43% 0% no-repeat;
            }
            .one-we-work4:after{
                width: 21px;
                height: 30px;
                background: url(../images/one-we-work.png) 60% 0% no-repeat;
            }
            .one-we-work5:after{
                width: 30px;
                height: 30px;
                background: url(../images/one-we-work.png) 81% 0% no-repeat;
            }
            .one-we-work6:after{
                width: 30px;
                height: 30px;
                background: url(../images/one-we-work.png) 100% 0% no-repeat;
            }
        .one-we-work:nth-child(3n+4),
        .one-client:nth-child(3n+4){
            margin-right: 0px;
        }
        .one-we-work h3{
            margin-top: 80px;
        }
        .one-we-work-txt{
            position: relative;
            width: 250px;
        }
            .one-we-work-txt:before{
                content: "";
                position: absolute;
                width: 11px;
                height: 21px;
                background: url(../images/arr-r.png) no-repeat;
                right: -15px;
                top: 15px;   
            }
/*------------------We work END-------------*/
/*------------------Clients-----------------*/
.clients{
    padding-bottom: 70px;
    background-color: #f2f2f2;
}
    .clients h2{
        text-align: center;
        margin-bottom: 60px;
    }
    .one-client{
        position: relative;
        width: 260px;
        height: 235px;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }
        .one-client,
        .one-client-txt-dn{
            background-color: #fff;
            text-align: center;
            padding: 20px;
        }
        .one-client-img{
            width: 100px;
            height: 100px;
            margin: 0 auto 20px auto;
            border-radius: 100px;
        }
            .one-client-img img{
                width: 100px;
                height: 100px;
                overflow: hidden;
                border-radius: 100px;
            }
            .one-client span{
                display: block;
                margin-top: 10px;
                color: #262626;
                font-weight: bold;
            }
            .one-client-txt-dn{
                position: absolute;
                width: 260px;
                display: none;
                float: left;
                left: 0;
                top: 260px;
                z-index: 100;
            }
                .one-client:hover .one-client-txt-dn{
                    display: block;
                }
/*------------------Clients END-------------*/
/*----------------Footer--------------------*/
.contacts {
    position: relative;
    display: block;
    height: 384px;
    overflow: hidden;
    color: #fff;
}
    .contacts .gmap,
    .contacts .info{
        position: absolute;
        width: 100%;
        /*height: 355px;*/
    }
    .contacts .info {
        bottom: -190px;
        -webkit-transition: all .6s;
        transition: all .6s;
        background-color: transparent;
    }
        .contacts.open .info {
            bottom: -155%;
        }
    .contacts .btn-toggle{
        position: absolute;
        bottom: 35px;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        height: 18px;
        margin-top: -35px;
        background: url(../images/close-btn.png) 0% 0% no-repeat;
        z-index: 3;
        cursor: pointer;
    }
        .contacts.open .btn-toggle {
            width: 20px;
            height: 20px;
            background: #96070d url(../images/open-btn.png) center center no-repeat;
            left: 50%;
            bottom: 35px;
            margin-left: -9px;
        }
        .in-info{
            width: 270px;
            height: 351px;
            padding: 50px 0px 160px 0;
            margin: 0 auto;
            text-align: center;
            color: #fff;
            font-size: 16px;
            background: url(../images/cont-bg.png) no-repeat;
        }
                .in-info p{ 
                    font-weight: 400;
                }
                    .in-info p+p{
                        margin-top: 30px;
                    }
.link-home {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    background: url(../images/arrow-up.png) #a00910 no-repeat center center; 
    bottom: 98px;
    right: 0px;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: 1s;
}
    .link-home:hover { 
        background-color: #262626;
    }
/*----------------Footer END----------------*/
.pop-up-form{
    width: 340px;
}
    .form-centr{
        width: 300px;
        margin: 40px auto 20px auto;
    }
    .pop-up-form input{
        width: 258px;
        height: 43px;
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
        color: #262626;
        font-weight: lighter;
        margin-bottom: 20px;
        border: 1px solid #604151;
    }
        .pop-up-form .btn{
            width: 300px;
            font-weight: lighter;
            text-transform: uppercase;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
        }
            .pop-up-form .btn:hover{
                cursor: pointer;
                background-color: #262626;
                color: #fff;
            }
                .pop-up-form .error{
                    border: 1px solid red;
                }