.container tr, .container td {
    border: 1px solid rgba(96, 96, 96, 0.3);
}
.container table.standart_table {
    min-width: 60%;
    margin: 25px auto;
}
.container table {
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
}

.container table.standart_table .header_table td {
    text-align: center !important;
    background: #2aaac4;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.container table.standart_table td {
    padding: 8px 15px;
    border: 1px solid #2aaac4;
    text-align: center;
}
.container table td {
    padding: 3px;
    vertical-align: middle;
}
.container table.standart_table .header_table td:last-child {
    border-right: 1px solid rgba(96, 96, 96, 0.3);
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url("/assets/images/asde/re/loading.gif") no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url("/assets/images/asde/re/prev.png") left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url("/assets/images/asde/re/next.png") right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}
.lb-caption {
    color: #fff !important;
    font-size: 27px !important;
    margin: 5px 0 !important;
    text-align: center !important;
    padding-top: 5px !important;
    font-family: "Roboto Condensed",sans-serif !important;
    display: block !important;
    padding: 0 27px !important;
    text-transform: uppercase;
}
.lb-caption b {
    color: #ffd949;
}
.lb-number {
    display: none !important;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url("/assets/images/asde/re/close.png") top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}


.sub-menu {
    height: 177px;
    position: relative;
    padding-top: 51px;
    margin-bottom: 47px;
    background: url("/assets/images/asde/re/sub-menu.jpg") repeat-x 0 51px
}

.sub-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("/assets/images/asde/re/sub-menu.jpg") repeat-x;
    height: 8px
}

.sub-menu ul {
    width: 1108px;
    padding-right: 13px;
    margin: 0 auto;
    text-align: justify;
    padding-top: 46px;
}

.sub-menu li {
    display: inline-block;
    vertical-align: top
}

.sub-menu ul:after {
    content: "";
    display: inline-block;
    width: 100%
}

.sub-menu a,
.sub-menu a:visited {
    text-decoration: underline;
    font-size: 14px;
    position: relative;
    display: block;
    color: #00a0ff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif
}

.sub-menu a:hover {
    text-decoration: none
}

.sub-menu li a:after {
    position: absolute;
    content: "";
    left: 0
}

.sub-menu li:nth-child(1) a {
    padding-left: 64px
}

.sub-menu li:nth-child(1) a:after {
    background: url("/assets/images/asde/re/sub-menu1.jpg");
    width: 54px;
    height: 72px;
    top: -20px
}

.sub-menu li:nth-child(2) a {
    padding-left: 64px
}

.sub-menu_decoration li:nth-child(2) a:after {
    background: url("/assets/images/asde/re/balconies-glazing.png") no-repeat;
    width: 58px;
    height: 80px;
    top: -20px
}

.sub-menu li:nth-child(3) a {
    padding-left: 97px
}

.sub-menu li:nth-child(3) a:after {
    background: url("/assets/images/asde/re/sub-menu2.png");
    width: 82px;
    height: 71px;
    top: -19px
}

.sub-menu li:nth-child(4) a {
    padding-left: 72px
}

.sub-menu li:nth-child(4) a:after {
    background: url("/assets/images/asde/re/sub-menu3.png");
    width: 62px;
    height: 60px;
    top: -14px
}

.sub-menu li:nth-child(5) a {
    padding-left: 44px
}

.sub-menu li:nth-child(5) a:after {
    background: url("/assets/images/asde/re/sub-menu4.png");
    width: 39px;
    height: 78px;
    top: -22px
}

.sub-menu__shiver a:after {
    -webkit-animation: shiver 1s 1 ease-in;
    -moz-animation: shiver 1s 1 ease-in;
    animation: shiver 1s 1 ease-in
}

.sub-menu__shiver a:after {
    -webkit-animation: shiver 1s 1 ease-in;
    -moz-animation: shiver 1s 1 ease-in;
    animation: shiver 1s 1 ease-in
}



.forma1 {
    display: none;
    background: url("/assets/images/wqa/form_bg.png") repeat left top;
    padding-top: 85px;
    width: 536px;
    height: 531px
}





.forma1 .inp1 {
    width: 345px;
    height: 63px;
    background: url(/assets/images/wqa/inp1.png) repeat left top;
    border: 0;
}

.forma1 .inp2 {
    width: 345px;
    height: 63px;
    background: url(/assets/images/wqa/inp2.png) repeat left top;
    border: 0;
}
.forma1 .calc_it {
    width: 340px !important;
    padding: 19px 0 20px;
    text-align: center;
    color: #fff;
    margin: 40px 0 0 0;
    font-size: 30px;
}
.forma1 form {
    clear: both;
    margin: 0 90px;
}
.forma1 input {
    margin: 0 0 25px 0;
    font-size: 24px;
    color: #999;
    font-family: "Roboto Condensed",sans-serif;
    padding: 0 0 0 72px;
    float: left;
}
@media only screen and (max-width: 500px) {
	.slide.bx-clone{width:232px !important;}
	.bx-viewport{height:153px !important;}
}