#designer {
    width: 100%;
    max-width: 1920px;
    height: 670px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    font-size: 22px;
    background: url(img/bg-body.jpg) top center no-repeat;
}

#designer.bg-white {
    background-image: url(img/bg-white.jpg);
}
#designer.bg-black {
    background-image: url(img/bg-black.jpg);
}
#designer.bg-body {
    background-image: url(img/bg-body.jpg);
}




#designer .nl-holder {
    background: url(img/tmp/1.png) center center no-repeat;
}

#designer .form {
    margin: 0 auto;
    width: 100%;
    max-width: 1349px;
    height: 670px;
    /*--background: url(img/form-bg.png) top center no-repeat;*/
}

#designer .form .coating-block,
#designer .form .gold-type-block {
    /*display: none;*/
}

#designer .form .input-group {
    margin-top: 30px;
}

#designer .form .input-group label {

    display: block;
    margin-bottom: 7px;

}


#designer .form .input-group input {
    font-size: 22px;
    padding: 15px 13px;
    border: 1px solid white;
    background-color: rgba(128, 128, 128, .5);
    color: white;
    font-family: 'PT Sans', sans-serif !important;
}


#designer .form .input-group .value {
    font-size: 32px;
}
#designer .form .input-group .value .unit {
    font-size: 18px;
}



#designer .form .left-group {

    float: left;
    width: 344px;
    height: 574px;

    background: url(img/form-bg1.png) top left no-repeat;

    padding-left: 30px;

}


#designer .form .left-group .input-group input,
#designer .form .left-group .input-group select {
    width: 200px;
}
#designer .form .left-group .input-group input#text-input {
    width: 220px;
}

#designer .form .left-group,
#designer .form .right-group {

    color: white;

}

#designer .form .right-group {

    float: right;
    width: 344px;
    height: 521px;

    margin-top: 149px;

    background: url(img/form-bg2.png) top right no-repeat;

}

#designer .form .right-group .values {

    margin: 60px 0 0 150px;

}

#designer .form .right-group .buttons {

   margin-top: 50px;

}


#designer-shirts-bar {
    display: block;
    margin-top: -54px;
    margin-bottom: 16px;
    margin-left: 344px;
    margin-right: 344px;
    height: 38px;
    text-align: center;

    position: relative;
    z-index: 99;

}

#designer-shirts-bar a {
    display: inline-block;
    width: 44px;
    height: 38px;
    margin: 0 10px;
}

#designer-shirts-bar a.shirt-white {
    background-image: url(img/shirt-white.png);
}
#designer-shirts-bar a.shirt-black {
    background-image: url(img/shirt-black.png);
}
#designer-shirts-bar a.shirt-body {
    background-image: url(img/shirt-body.png);
}
