html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code,del,
dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,
form, label, legend,table, caption{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body{ width: 100%; padding: 0; margin: 0; }
html{ height: 100%; }

body{
    min-height: 100%;
    font: normal 9pt/12pt Verdana, Tahoma, sans-serif;
    background-color: #ffffff;
    position: relative;
    color: #333333;
}

/*div{ position: relative; }*/

a { color: #376678; }
    /*#cccc00; */
a:hover { color:#003333; }

.ov{ overflow: hidden; }
.br{ clear:both; font-size:0; overflow:hidden; }
.hd{ display: none; }

.clfx:before, .clfx:after {
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
}

.clfx:after {
    clear: both;
}

/* text style */

.text{ font-size: 10pt; line-height: 1.3; }
h1 {
    font-weight: normal;
    font-size: 17pt;
    line-height: 19pt;
    margin-bottom: 16pt;
    color: #376678;
}
h2 {
    font-weight: normal;
    font-size: 15pt;
    line-height: 17pt;
    margin: 12pt 0 4pt;
    color: #376678;
}

h2:first-child {
    margin-top: 0;
}


h1+h2, h2+h3, h3+h4 {
    margin-top: 0;
}

h3 {
    font-weight: normal;
    font-size: 13pt;
    line-height: 15pt;
    margin: 12pt 0 4pt;
    color: #cccc00;
}
h4 {
    font-weight: normal;
    margin: 12pt 0 4pt;
    color: #cccc00;
}
h5, h6 {
    font-weight: normal;
    font-size: 1em;
    color: #cccc00;
}

.text ul, .text ol {
    list-style-position: outside;
    padding-left: 24pt;
}
.text p, .text ol, .text ul {
    margin-bottom: 4pt;
}
.text ul {
    list-style-type: disc;
}
.text ul ul {
    margin-bottom: 0;
    list-style: circle;
}
.text ol {
    list-style-type: decimal;
}
.text ul li, .text ol li {
}
.text a {
    text-decoration: underline;
}
.text a.pseudo {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.text hr {
    display: block;
    line-height: 1px;
    height: 1px;
    border: none;
    border-bottom: 1px solid;
}
.text td {
    vertical-align: top;
}

.text table[border="1"] td {
    padding: 3pt 6pt;
    border: 1px solid;
}


.text p.more-link {
    text-align: right;
}

.text p.more-link a{
    color: #cccc00;
}

.text p+p.more-link, .text ol+p.more-link, .text ul+p.more-link {
    margin-top: -5px;
}

.text img.fleft {
    float: left;
    margin: 0 12pt 12pt 0;
}
.text img.fright {
    float: right;
    margin: 0 0 12pt 12pt;
}

@-moz-document url-prefix() {
    .text{ padding: 0 1px; }
}
/* --- text style */

/* form style */
.form{  }
.form .p{ margin-bottom: 10px; }
.form .p .label{
    position: relative;
    /*float: left;*/
    /*width: 60%;*/
    padding-top: 3px;
    margin-bottom: 3px;
    /*left: -65%;*/
    /*margin-right: -65%;*/
    /*text-align: right;*/
}
.form .error{ color: #cc0000; }
.form .p .label span{ }
.form .p input, .form .p textarea, .form .p select{ border: 1px solid #cccc00; }
.form .p input, .form .p select{ width: 50%; }
.form .p textarea{ height: 100px; width: 90%;}
.form .p input[type="file"]{ border: 0 none; }


.form .captcha{  margin-top: 3pt;}
.form .captcha input{ border: 1px solid #cccc00; }
.form .captcha .label{ float: none; width: auto; display: block; margin-bottom: 3pt;}
.form .captcha img{ vertical-align: middle;}
.form .sbm{ margin-top: 5pt; }

/* --- form style */

.popup{ display: none; position: absolute; }
.mpp{ z-index: 13; width: 300px; font-size: 1.2em; }

.mpp .pp-ov{
    padding: 10px;
    position: relative;
    display: block;
    background-color: #d2c140;
    /*background-color: rgba(210, 193, 64, .9);*/
    -webkit-box-shadow: 0 0 5px #777;
    -moz-box-shadow: 0 0 5px #777;
    box-shadow: 0 0 5px #777;
}
html>body .mpp .pp-ov{

}

.mpp .pp-ov ul{
    position: relative;
    font-size: 10pt;
}

.mpp .pp-ov ul li{
    position: relative;
    display: block;
}

.mpp .pp-ov ul li a{
    display: block;
    /*color: #ffffff;*/
    color: #376678;
    padding: 5px 0;
}

.mpp .pp-ov ul li.active a, .mpp .pp-ov ul li a:hover{
    /*color: #336666;*/
    text-decoration: none;
}

.mpp .pp-ov .shown{
    display: block;
    position: absolute;
    background-color: #d2c140;
    /*background-color: rgba(210, 193, 64, .9);*/
    -webkit-box-shadow: 0 0 5px #777;
    -moz-box-shadow: 0 0 5px #777;
    box-shadow: 0 0 5px #777;
    /*border: 1px solid #7f7423;*/
    padding: 10px;
    z-index: 5;
    left: 100%;
    margin-left: 0;
    top: -5px;
    width: 250px;
}

.main{
    width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}

.download-cat{
    padding: 3px 0;
    margin-top: 50px;
}

.download-cat a{
    color: #336666;
    padding: 20px 0 20px 28px;
    text-transform: lowercase;
    background: url(/i/bg/arr.jpg) 0 50% no-repeat;
    margin-right: 15px;
    display:block;
    float:left;
}
.download-cat a.doc{
    background:none;
}
.download-cat a.doc span{
    background: url(/i/bg/sertificate.jpg) left center no-repeat;
    width:107px;
    height:60px;
    display:block;
    float:left;
    margin-right:10px;
    margin-top:-26px;
}
#header{
    position: relative;
    padding-left: 380px;
    min-height: 100px;
    padding-top: 1px;
    margin-bottom: 20px;
}

#header .line {
    clear: both;
    margin: 20px 0 20px -380px;
    border-bottom: 1px solid #d2c140;
}

#header address{
    font-style: normal;
    color: #669999;
    text-align: right;
    /*position: absolute;
    top: 0;
    right: 20px;*/
    margin-right: 20px;
}

#header .download-cat{
    /*position: absolute;
    top: 41px;
    left: 378px;*/
    margin: 0;
    float: right;
    width: 206px;
}

#header .logo{
    position: absolute;
    top: 6px;
    left: 85px;
}

#header .main-menu{
    /*margin-top: 96px;*/
    font-size: 10.5pt;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

#header .main-menu li{
    display: inline-block;
    margin-right: 10px;
}

#header .main-menu li a{
    color: #cccc00;
    text-decoration: none;
    border-bottom: 1px solid;
}

#header .main-menu li.active a, #header .main-menu li a:hover{
    color: #003333;
    border-bottom: 0px;
}



.container{
    margin-left: 380px;
}

#left{
    float: left;
    margin-left: -380px;
    width: 350px;
    padding-top: 330px;
    background: url(/i/bg/lcbg.jpg) 0 0 no-repeat;
    position: relative;
}

#left .bl{
    background-color: #d2c140;
    padding: 10px 15px 20px 80px;
    /*color: #ffffff;*/
    color: #376678
}

#left .bl h1,#left .bl h2, #left .bl h3, #left .bl h4, #left .bl h5, #left .bl h6{
    /*color: #ffffff;*/
}

#left .bl h1 a,#left .bl h2 a, #left .bl h3 a, #left .bl h4 a, #left .bl h5 a, #left .bl h6 a{
    /*color: #ffffff;*/
    color: #376678
}

#left .bl .itms{ }

#left .bl .itms li{
    margin-bottom: 5px;
}

#left .bl .itms li.itms-i{
    margin-bottom: 20px;
}

#left .bl .itms li a{
    /*font-weight: bold;*/
    font-size: 1.2em;
    text-decoration: none;
}

#left .bl .itms li.itms-i .lmi-a{
    position: relative;
    font-size: 1.4em;
}

#left .bl .itms li.itms-i .lmi-a .lmia-trg{
    position: absolute;
    left: -25px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(/i/bg/arrs-lft.png) 0 0px no-repeat;
}

#left .bl .itms li.lm-h .lmi-a .lmia-trg{
    background-position: 0 -18px;
    top: 0;
}

#left .bl .lm-h .s-itms{
    display: none;
}

#left .bl .s-itms{
    margin-left: 20px;
    padding-top: 15px;
}

#left .bl .s-itms li a{
    font-weight: normal;
}

#left .bl .itms a{
    /*color: #ffffff;*/
    color: #376678;
}

#left .bl .itms li.act a.lmi-a,
#left .bl .itms a.lmi-a:hover{
    /*color: #336666;*/
    /*text-decoration: none;*/
    color: #1b1b1b;
}

#left .bl .itms .s-itms li a{
    /*color: #ffffff;*/
    color: #376678;
    /*text-decoration: underline;*/
}

#left .bl .itms .s-itms li a:hover{
    /*color: #336666;*/
    color: #1b1b1b;
}

#left .bl .itms .s-itms li.active a{
    /*color: #336666;*/
    color: #1b1b1b;
    text-decoration: none;
}

#left .bl .more-link a{
    /*color: #ffffff;*/
    color: #376678;
}

#content .g-marger{
    margin-top: 50px;
}

#content .sgal-i{
    margin-bottom: 30px;
}

#content .gallery{ }

#content .gallery li, #content .short-gallery li{
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

#content .gallery li img, #content .short-gallery li img{
    border: 1px solid #8e8e8e;
    padding: 1px;
}

#content .questions{
    margin-top: 50px;
}

#content .questions .q-i{
    margin-bottom: 30px;
}

#content .questions .q-i .q-b{
    margin-bottom: 15px;
}

.p-groups{
    margin-bottom: 20px;
}

.p-groups li{
    font-weight: normal;
    font-size: 13pt;
    line-height: 15pt;
    margin: 12pt 0 4pt;
    color: #cccc00;
}

.events{ }

.events .ev-i{
    margin-bottom: 20px;
}

.events .ev-i .ev-d{
    font-weight: bold;
    margin: 0;
}



.hp-wrap{


}

.hp-wrap h1, .hp-wrap h2, .hp-wrap h3, .hp-wrap h4, .hp-wrap h5, .hp-wrap h6{
    color: #ffffff;
}

.hp-wrap h1 a, .hp-wrap h2 a, .hp-wrap h3 a, .hp-wrap h4 a, .hp-wrap h5 a, .hp-wrap h6 a{
    color: #ffffff;
}

.hp-wrap .wp-cont{
    width: 1000px;
    background-color: #D2C140;
}

.hp-wrap .carousel{
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.hp-wrap .carousel .pr em, .hp-wrap .carousel .nx em{
    visibility: hidden;
}

.hp-wrap .carousel .disabled{ visibility: hidden; }

.hp-wrap .carousel .nx{
    margin-top: 60px;
    float: right;
    width: 14px;
    height: 17px;
    overflow: hidden;
    background: url(/i/bg/arrs.jpg) -14px 0 no-repeat;
    text-decoration: none;
    vertical-align: middle;
}

.hp-wrap .carousel .pr{
    margin-top: 60px;
    vertical-align: middle;
    float: left;
    width: 14px;
    height: 17px;
    overflow: hidden;
    background: url(/i/bg/arrs.jpg) 0 0 no-repeat;
    text-decoration: none;
}

.hp-wrap .carousel .car-core{
    display: inline-block;
    /*vertical-align: middle;*/
}

.hp-wrap .carousel .car-core ul li{
    margin: 0;
    padding: 0 5px;
    width: 120px;
    height: 200px;
}

.hp-wrap .carousel .car-core ul li a{
    color: #ffffff;
}


.hp-wrap .wp-cont .wp-lc{
    width: 290px;
    float: left;
    margin-top:20px;
    margin-left: 80px;
    margin-right: 20px;
}

.hp-wrap .wp-cont .wp-lc .events .ev-i .ev-d{
    color: #ffffff;
}

.hp-wrap .wp-cont .wp-lc .events .ev-i a, .hp-wrap .wp-cont .wp-core .wp-n-i a{
    color: #ffffff;
}

.hp-wrap .wp-cont .wp-core{
    margin-right: 20px;
}


.hp-wrap .wp-cont .wp-core .wp-n-i{
    margin-bottom: 20px;
}

.wp-prod_cat{
    overflow:hidden;
    background-color:#fff;
}

.wp-prod_cat h2.special{
    color:#030;
    font-style:italic;
    font-weight:bold;
    margin:0 0 40px 35px;
}

.wp-prod_cat .cont_menu{
    overflow:hidden;
    width:100%;
    margin-bottom: 30px;
}
.wp-prod_cat .cont_menu li{
    float:left;
    display:inline-block;
    vertical-align:top;
    width:45%;
    margin-left:15px;
}
.wp-prod_cat .cont_menu li.clear{
    clear:both;
    margin-left:30px;
}
.wp-prod_cat .cont_menu li a{text-decoration:none;color:#030;}
.wp-prod_cat .cont_menu li a:hover{color:#CC0;}
.wp-prod_cat .cont_menu li a span{
    display: inline-block;
    vertical-align:middle;
    width:115px;
}
.wp-prod_cat .cont_menu li a span.text_align{
    margin-left:10px;
}
.wp-news{margin-top:15px;}

.bottom {
    border-top: 1px solid #d2c140;
    padding: 25px 15px 0;
}

.bottom-news.events {
    margin-bottom: 25px;
}

.bottom-news h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
}

.bottom-news .bn-l {
    text-align: justify;
}

.bottom-news .bn-l:after {
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.bottom-news .bn-i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    border: 2px solid #d2c140;
    padding: 4px;
    text-align: left;
}

.bottom-news .bn-p {
    /*float: left;
    width: 100px;
    margin-right: 13px;
    text-align: center;*/
    margin-bottom: 12px;
}

.bottom-news .bn-p img {
    max-width: 100%;
    height: auto;
}

.bottom-news .bn-c {
    overflow: hidden;
    padding-bottom: 32px;
    font-style: italic;
    color: #376578;
}

.bottom-news .bn-d {
    margin-bottom: 12px;
    text-decoration: underline;
    /*color: #000;*/
}

.bottom-news .more-link {
    position: absolute;
    bottom: 8px;
    right: 8px;
    margin: 0;
    font-style: italic;
}

.bottom-news .more-link a {
    font-size: 12px;
    /*color: #d5c54d;*/
    color: #376578;
    font-weight: 600;
}

.bottom-news.news .bn-i {
    background: #d2c140;
}

/*.bottom-news.news .more-link a {
    color: #fff;
}*/

.bottom-soc {
    margin-top: 14px;
}

.bottom-soc h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #00657a;
}

.bottom-soc .bs-l {
    text-align: center;
}

.bottom-soc .bs-i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.f-null{
    height: 80px;
    clear: both;
}

#footer{
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    padding-top: 9px;
    border-top: 1px solid #d2c140;
}

#footer .banners{
    float: left;
    margin-left: 30px;
}

#footer .banners .banner{
    float: left;
    margin: 0 5px 5px 0;
}

#footer .address{
    float: left;
    width: 400px;
    margin-left: 30px;
    font-size: 9pt;
}

#footer .vcard{
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 50px;
    color: #a2a2a2;
}
#footer .vcard span{ text-decoration: underline; margin-right: .3em; }
#footer .vcard #flex-logo{ vertical-align: middle; }
#footer .vcard #flex-logo * { vertical-align: middle; }

/* styles  for print */
@media print{
    body { color:#000; font-size: 12pt; height: auto; }
    a:link, a:visited { color: #000 ! important; font-weight: bold; text-decoration: underline; }
    .ov{ overflow: visible; }
    #footer{ position: relative; text-align: right;}
    #footer address{ font-weight: bold;}
    #footer .vcard{ display: none;}
}

.bl-bnrs {
    margin: 20px -15px 20px -80px;
    /* padding: 0px 25px 0px 70px; */
    /* background: white; */
}

.bl-bnrs li {
    margin: 0 0 20px;
}

.bl-bnrs object {
    display: block;
}

#left .soc-icons {
    text-align: center;
    background-color: #d2c140;
    padding: 5px 5px 10px 50px;
    margin: -20px 0 0;
}

#left .soc-icons span {
    vertical-align: middle;
    font-size: 11pt;
    line-height: 1em;
    color: #376678;
}

#left .soc-icons ul {
    display: inline-block;
    vertical-align: middle;
    margin-top:10px;
}

#left .soc-icons li {
    display: inline-block;
    margin-left: 5px;
}

#left .soc-icons a {
    vertical-align: bottom;
}

.popup-form {
    display: none;
    width:400px;
    left:50%;
    margin-left:-200px;
    background-color: #fff;
    border:1px solid #cc0;
    border-radius: 3px;
    padding:10px;
    z-index: 1000;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.popup-close {
    position: absolute;
    top:10px;
    right:10px;
    font-size: 16px;
    font-weight: bold;
    color:#cc0;
    cursor:pointer;
}
.popup-close:hover {
    color:black;
}
.popup-form-bell {
    position: absolute;
    top:100px;
}
.form-contact-popup {
    position: fixed;
    top:100px;
}

.bread-cumbs{
    padding-top: 20px;
    color: #376678;
    /*text-transform: lowercase;*/
}

.bread-cumbs a{
    color: #376678;
}


/* ---- SEARCH FORM ---- */
.s-form{
    position: absolute;
    right: 10px;
    margin-top: -45px;
}

.s-form .btn{
    vertical-align: middle;
}

.s-form .q{
    background: #ffffff;
    background: rgba(255,255,255, 0.5);
    border: 0;
    vertical-align: middle;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 170px;
}

.search-form{
    margin-bottom: 10px;
}

.search-form .q{
    width: 50%;
    padding: 3px 0;
    /*border: 1px solid #1D98D2;*/
}

/* ---- SEARCH RESULTS ---- */

.srch-title{
    margin-bottom: 20px;
}

.search-results{
    margin-bottom: 10px;
}

.search-results .srch-item{
    margin-bottom: 15px;
}

.search-results .srch-item p{
    margin-top: 5px;
}

.search-results .srch-item .highlight{
    background-color: #f3eecb;
    font-style: italic;
    padding: 3px 3px;
}

.calculator{
    /*border: 1px solid red;*/
}

.calculator .calc-left{
    /*float: left;*/
    /*width: 200px;*/
    padding: 10px 20px;
    /*border: 1px solid #376678;*/
    margin: 20px 0 20px 0;
    width: 400px;
}

.calculator .calc-left .page-title{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #376678;
}

.calculator .calc-left .calc-params{

}

.calculator .calc-left .calc-params .calc-param-item{
    margin-bottom: 10px;
}

.calculator .calc-left .calc-params .calc-param-item .label{
    margin-bottom: 3px;
    color: #376678;
    float: left;
    width: 60%;
    margin-right: 10px;
}

.calculator .calc-left .calc-params .calc-param-item input{
    width: 50px;
}

.calculator .calc-left .calc-params .calc-param-item .calc-comment{
    display: block;
    color: #666666;
    font-size: 0.8em;
    text-transform: lowercase;
    margin-top: 3px;
    /*margin-left: 40%;*/
    /*padding-left: 10px;*/
}

.calculator .calc-left .calc-params .cpi-person{
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
}


.calculator .calc-left .calc-sbm{
    /*text-align: center;*/
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #acacac;
}

.calculator .calc-products{
    margin-bottom: 20px;
}

.calculator .calc-products .calc-prod-item{
    margin-bottom: 10px;
    margin-left: 120px;
}

.calculator .calc-products h2{
    margin-bottom: 20px;
}

.calculator .calc-products .calc-prod-item .calc-prod-img{
    float: left;
    margin-left: -120px;
}

.calculator .calc-products .calc-prod-item .calc-prod-title{
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.reviews {
    margin: 35px 0;
}

.reviews-title {
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
    color: #959594;
    padding-bottom: 7px;
    border-bottom: 2px solid #d2c140;
}

.reviews-list {
    margin-bottom: 10px;
}

.reviews-item {
    padding: 15px 0 30px 4px;
    border-bottom: 1px solid #a8a8a8;
}

.reviews-more {
    text-align: right;
}

.reviews-more span {
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
    color: #d2c140;
    text-decoration: underline;
    cursor: pointer;
}

.review {

}

.review-title {

}

.review-name {
    font-weight: bold;
    margin-right: 20px;
}

.review-date {
    color: #414141;
}

.review-body {
    overflow: hidden;
}

.review-thumb {
    float: right;
    margin-left: 20px;
}

.review-content {
    overflow: hidden;
}

.review-list {
    margin-top: 10px;
}

.review-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

.review img {
    border: 1px solid #8e8e8e;
    padding: 1px;
}

.review-item.video img {
    border: 0 none;
    padding: 0;
}

.form-table table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #000;
    border-collapse: collapse;
}

.form-table table td {
    border: 1px solid #000;
    padding: 4px 5px;
    vertical-align: top;
}

.form-table table .input {
    width: 150px;
}

.form-table table .short_text .input,
.form-table table .long_text .input {
    padding-right: 11px;
}

.form-table table input,
.form-table table select,
.form-table table textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 2px;
}

.form-table table td.counter {
    width: 20px;
    text-align: center;
}

.form-table .remark {
    margin: 20px 0;
}

.form-table .captcha-submit {
    margin: 20px 0;
    overflow: hidden;
}

.form-table .captcha {
    float: left;
    width: 60%;
    margin-right: 4%;
}

.form-table .captcha .image img,
.form-table .captcha .image input {
    display: inline-block;
    vertical-align: middle;
}

.form-table .captcha .image input {
    border: 1px solid #999;
    padding: 2px;
}

.form-table .submit {
    text-align: right;
    overflow: hidden;
    margin-top: 21px;
}

.form-table .long_text .label {
    margin-bottom: 5px;
}

.form-table .long_text .input {
    width: auto;
    padding-right: 5px !important;
}

.form-table .user-info .label {
    width: 30%;
}

.form-table .user-info .input {
    width: auto;
}

.form-table .field.error .label {
    color: #c00;
}

.form-table .field.error .counter,
.form-table .field.error .input {
    color: #c00;
}

.form-table .field.error input,
.form-table .field.error select,
.form-table .field.error textarea {
    border-color: #c00;
}

.price-section {
	margin-bottom: 10px;
    border-bottom: 2px solid #d2c140;
}
.price-section .price-title {
	padding-top: 10px;
    border-bottom: 2px solid #d2c140;
    color: #959594;
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    padding-bottom: 7px;
}
/*.price-section .tabs {
	display: block;
	padding: 0;
    font-size: 10.5pt;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}
.price-section .tabs li {
	display: inline-block;
	padding: 5px 10px 5px 5px;
	cursor: pointer;
	text-decoration: underline;
    color: #d2c140;
	zoom: 1;
	*display: inline;
}

.price-section .tabs li.current,
.price-section .tabs li:hover {
	text-decoration: none;
    color: #003333;
}*/

.price-section .price-text {
	display: none;
	padding: 10px 5px;
}
.price-section .price-text.visible {
	display: block;
}

.products {

}

.products-item {
    margin-bottom: 50px;
}

.product {

}

.product-header {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.product-body {
    overflow: hidden;
    padding: 18px 0 8px;
    border: solid #d2c140;
    border-width: 1px 0;
}

.product-gallery {
    float: left;
    width: 60%;
    margin-right: 4%;
    padding-top: 20px;
}

.product-mods {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 16px;
}

.product-mod {
    display: none;
}

.product-mod.active {
    display: block;
}

.product-mod img {
    max-width: 100%;
    height: auto;
}

.product-scheme {
    overflow: hidden;
}

.product-scheme img {
    max-width: 100%;
    height: auto;
}

.product-colors {
    clear: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}

.product-color {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 8px 5px 0 0;
    cursor: pointer;
}

.product-color.active {
    width: 29px;
    height: 29px;
    border: 2px solid #d2c140;
    margin-top: 0;
    cursor: default;
}

.product-text {
    overflow: hidden;
}

.product-price {

}

.product-price b {
    display: none;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    color: #d2c140;
}

.product-price b.active {
    display: inline-block;
}

.product-price b i {
    font-weight: normal;
    font-style: normal;
}

.product-content {
    margin-top: 14px;
    padding-top: 18px;
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAAABCAYAAADXcLszAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG1JREFUeNqskcsNACEIREUq2P573K1AXC8mZBQdEw8v8+EEiJm9tdankTqtS7O8UvSeqEdKKdvO5xOPemPGena3COauzJ+i/3ZEZCDnPM0rRe+JekRVt53PJx71xoz17G4RzF2ZP0X/bXy/AAMAOQKK+ehmdOoAAAAASUVORK5CYII=') 50% 0 no-repeat;
}

.product-content table {
    width: 100%;
}

.product-footer {
    margin-top: 14px;
    text-align: right;
}

.button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    background: transparent none 0 0 no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.button:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 100%;
}

.button span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    z-index: 10;
}

.button ins {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: transparent none 0 0 no-repeat;
}

.button ins.r {
    left: 50%;
    background-position: 100% 0;
}

.button-block {
    display: block;
    width: 100%;
}

.button-block span {
    padding: 0;
}

.button-yellow {
    height: 48px;
    padding: 1px 4px 5px 2px;
}

.button-yellow span {
    font-size: 13px;
    color: #fff;
}

.button-yellow ins {
    background-image: url('/i/button-yellow.png');
}

.button-blue {
    height: 48px;
    padding: 1px 4px 5px 2px;
}

.button-blue span {
    font-size: 14px;
    color: #fff;
}

.button-blue ins {
    background-image: url('/i/button-blue.png');
}

.basket-btn-wrap {
    display: none;
    width: 260px;
    height: 48px;
    overflow: hidden;
}

.basket-btn-wrap.active {
    display: inline-block;
}

.basket-btn-wrap.load .basket-btn {
    display: none;
}

.basket-btn-wrap.load {
    background: url('/i/loading.gif') 50% 50% no-repeat;
}

.basket-btn-wrap .in-basket {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.price span {
    margin-right: 0.3em;
}

.basket-block {
    float: left;
    width: 280px;
    padding: 12px 18px 7px 65px;
    margin-bottom: 20px;
    background: #f6f3d9 url('/i/basket.png') 11px 12px no-repeat;
}

.basket-title {
    font-size: 14px;
    line-height: 16px;
    color: #cfb606;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    margin-bottom: 6px;
}

.basket-line {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-style: italic;
    text-align: right;
}

.basket-line .value {
    font-weight: bold;
    font-style: normal;
    color: #bea700;
}

.basket-line .value ins {
    font-weight: normal;
    font-style: italic;
    color: #000;
}

.basket-sum {
    float: left;
}

.basket-order {
    margin-top: 5px;
    text-align: right;
}

.basket-table {
    table-layout: fixed;
    width: 100%
}

.basket-table thead {
    font-size: 13px;
}

.basket-table tfoot {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.basket-table thead,
.basket-table tfoot {
    background: #f6f3d9;
    border-top: 1px solid #d2c140;
    border-bottom: 1px solid #d2c140;
}

.basket-table td {
    vertical-align: middle;
}

.basket-table td {
    padding: 12px 10px;
}

.basket-table td:last-child {
    width: 20px;
    text-align: right;
}

.basket-table tbody tr {
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAApIAAAABCAYAAABt5U6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNrEVDEOAyEMKywd+/8nduzYBQoDle+a4Lj0ekgRyImdgEJSrfV+2a5bs2vD38A49x3P3h7lWrinp8YwfO+3crDczF9Kobqzujuf8aL6IwZrmvG83MqdrPtEaopwI7ordX3DXXmPGZf1XjTfUT1/1j8+cjZhHK6U0se+xzxc4aLf4zG9aIynzXQV3IvxLMpFX85ZyrfCRVO4ln/Gj2j3GFVXeQ/0W7hXt5qTxVn3Ud578Flv/aLnz/rHf5pNz2YPnIsvAQYAfWjfBvKeZtoAAAAASUVORK5CYII=') 50% 100% no-repeat;
}

.basket-table tbody tr:last-child {
    background: none;
}

.basket-table tbody td:first-child {
    vertical-align: top;
    width: 20px;
    font-size: 20px;
    color: #d0bb1d;
    text-align: center;
    padding-top: 22px;
}

.basket-table tbody .img {
    width: 100px;
}

.basket-table tbody .img img {
    max-width: 100px;
    height: auto;
}

.basket-table .name {
    word-wrap: break-word;
    width: 120px;
}

.basket-table tbody .item-price {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}

.basket-table tbody .item-total {
    font-size: 24px;
    color: #d0bb1d;
    font-weight: bold;
}

.basket-table tfoot .discount {
    margin-right: 20px;
}

.basket-table .del {
    color: #FF3300;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}

.basket-table .discount-value {
    margin-left: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #d2c140;
}

.basket-table .price-total-value {
    margin-left: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #376578;
}

#basket-form-btn-wrap {
    display: none;
}

#basket-form-wrap {
    margin-top: 20px;
}

.basket-form{
    width: 100%;
}

.basket-form .types label{
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    vertical-align: top;
    margin-left: 30px;
}

.basket-form .types label input{
    position: relative;
    margin-left: -30px;
    float: left;
}

.basket-form .types .descr .block{

}

.basket-form .types .descr .block .text{
    font-size: 9pt;
}

.basket-form .field-city .tariffs{
    margin: 10px 0 10px 20px;
}

.basket-form .field-city .tariffs .trf-title{
    margin-left: -20px;
    font-weight: bold;
}


.basket-form .field-city .tariffs .trf{
    margin-bottom: 5px;
}

.basket-form .field-city .tariffs .trf input {
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.basket-form .field-city .tariffs .trf .tr-note{
    font-size: 0.8em;
    margin-left: 25px;
    margin-top: 3px;
    line-height: 1.3;
}


.basket-form .field-city .tariffs .trf .tr-city-select{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.basket-form .field-city .tariffs .trf .tr-name ins{
    text-decoration: none;
    font-family: 'Rouble',Tahoma,Geneva,sans-serif;
    font-weight: normal;
}

.basket-table .count {
    position: relative;
    white-space: nowrap;
}
.basket-table .count input {
    vertical-align: middle;
    border: none;
    width: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.basket-table .count span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 20px;
    cursor: pointer;
}
.basket-table .count span.u {
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASVJREFUeNqE07tKA0EUxvHNuLXiJWorVhpFjJLK4IKKKFiJLyDqa9hYpPARJJ2NlaIbCAmKWlkJIoLxAuIVhEDQQggJ/gfOQlgyMwM/loX52Dnn7CRuzoNhz/NG8YZrz7F85LCMGuZxZwso7OIbSVwg5QpcYRFf6ELJFlLyvMcsXtCHstRlDOj1jCV8SuisXUjF3h8wh1d0y/FGbAG9HrGAdwzgsrUmZajtSRrxIY0oRiFl6WAFM3I8/aVTjCvHYKsyyA70YsK3bNaDPMEkfrCl302BfuQxhSY2cRD9S/HViWNMo44VaW/bLg3hCGn8YaN1c/wLPdiTX6SBNRRMkx6UArP4NW2OAmPYR0YKXMeh7QJtI5BjrCJ03bgd3MpEQ9cV/RdgAHocOyK9ML5UAAAAAElFTkSuQmCC') 0 0 no-repeat;
}
.basket-table .count span.d {
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNqM081KAlEUwHEbZt2HfeCiFi2zJExoFwZRES3Dlbso6C18gR5BcFOLRLAoBbEQfQQXQoSBCRIIbjJwEeH/wBFk8N6ZAz+QmXPm3HuPd65ZPwwFiDjW0XIDJEdRwgLKjk/yNhpYRR+3rk9yVb/8jVO8O5ZlvGIFHSQlWV64huQawujhDJ+Tl94OW7qMJXRxhI/pBNez5joWNfkYbW97Zyq5ohvs6QbbszYnHWK6wbB+WSb5ZTo6KdjFsnZrYWAbjCQVkcYPTvCmgzIW/OIB1/osgRzWTAWTyOMcf3r2z5i3FYR0BlcYYQ9P2LQVSNwhpb/lL5HVEzQWSJS1aIgDvCBiK5B4xCX+sY977PjdhwIutEgGmgly4+S23WBDuo4FGAAAgDb+KGYWigAAAABJRU5ErkJggg==') 0 0 no-repeat;
}

.basket-form-btn {
    margin-top: 10px;
    text-align: right;
}

.basket-form-btn .button {
    text-transform: uppercase;
}

#basket-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 1010;
    cursor: pointer;
}

#basket-window {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 720px;
    z-index: 1020;
    background: #fff;
}

#basket-form {
    padding: 16px 50px 24px;
}

#basket-form h2 {
    margin: 0 0 16px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

#basket-form .text {
    margin: 0 0 30px;
    text-align: center;
}

#basket-form .tabs-header {
    display: none;
    margin: 30px 0;
}

#basket-window .tabs-header {
    margin-left: -50px;
    margin-right: -50px;
}

#basket-form .tabs-header .tabs-item {

}

#basket-form .tabs-header .tabs-item.active {

}

#basket-form .js-tabs__inited .tabs-content .tabs-item {
    display: none;
}

#basket-form .js-tabs__inited .tabs-content .tabs-item.active {
    display: block;
}

#basket-form .hr {
    height: 1px;
    background: #d2c140;
    margin: 30px 0;
}

#basket-window .hr {
    margin-left: -50px;
    margin-right: -50px;
}

#basket-form .p {
    width: 380px;
    margin: 0 auto 30px;
}

#basket-form .p .label {
    margin-bottom: 10px;
    font-size: 15px;
}

#basket-form input[type="text"],
#basket-form textarea,
#basket-form select {
    width: 360px;
    padding: 10px;
    background: #f6f3d9;
    border: none;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    -webkit-box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.75);
            box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.75);
}

#basket-form input[type="text"] {
    text-align: center;
}

#basket-form textarea {
    height: 140px;
}

#basket-form select {
    width: 380px;
}

#basket-form .p-total {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#basket-form .submit-total {
    color: #376578;
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
}

#basket-form .submit-total ins {
    font-size: 16px;
}

#basket-form .p-total,
#basket-form .submit {
    text-align: center;
}

#basket-form .p.error input[type="text"],
#basket-form .p.error textarea,
#basket-form .p.error select {
    background: #ea9595;
}

.related-goods-header {
    font-size: 17pt;
    line-height: 19pt;
    color: #376678;
    margin: 16pt 0;
}

.related-goods-subheader {
    font-size: 15pt;
    line-height: 17pt;
    color: #376678;
    margin: 12pt 0;
}

.nav {
    margin-top: 20px;
    text-align: right;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.b-tabs {
    height: 38px;
    margin: 20px 0;
    text-align: center;
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAYAAAAFvPEHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABpJREFUeNpi+v//PwMTAxAMNeLyIccfAAEGAFamBhi1ryzyAAAAAElFTkSuQmCC') repeat-x;
}

.b-tabs_item {
    display: inline-block;
    vertical-align: bottom;
    width: 235px;
    height: 38px;
    margin: 0 10px;
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAAmCAYAAAAlfGy/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjVJREFUeNrs3U8rRFEcxvE7SJGNklKkKNkIZUEU8mehLCyElMRCKAt/8m8QFjZW3oWXYCW8Al6EjbK15DkcooyZuXPuvQffTz3rmX63p/Pr3ulO6u6qL3AspQwoU0qPUqeUBcDf9qTcKzfKuXKhPLv8gBLHX9iU80xp59rhnzEHUqPNrHKrrCjXrj6gyOGX3VKuKCrwqlW5VNK+lfVQOXFcfuC3M304Vo58KWu3ssd1ATIyp2uvD2U9Dd5uKgH4Xsr2JNGyDiudXAsgqw5lJMmysv4C+a3DiZS1P3h7VAMgN112G429rJyqQIy9CVvWHnuyAoipO2HLesDMgXhP1zBlNXv3IPMGQgt1vydMWdPMGijYftRlLfhZEYBXQ3ZLjays3AEG3ElHVdY2ZZT5As6M2G3VeVnNqcpvgAG39lyXtUUZY66Ac2ZbbXVZ1l1OVSASplf7rsrarIwzUyAyY3Z7Lbis6YA3QABRn667hZa1SZlklkDkxu0WG7qsO0oxcwQiVxRkee76U1kblGlmCMRmwm6zeZd1O3D/XmEAmZXYbTavstYrM8wOiN203WpzLqt5YXcpcwMSOV23cy1rrTLHzIDEzNjtNmtZNzlVgUSV2h7+WNYaZZ5ZAYmbt1tuxrJuBPw9I+Dl6fq5rNXKAjMCvDpda74r67pSznwAb5TZbfdLWauURWYDeGfBbr0fZV1VKpgL4B2z7a69l7VSWWYmgLeWzPZrfi3xyCwAr5mt9+FFgAEA9E0zgodcCUwAAAAASUVORK5CYII=') no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.b-tabs_item.active,
.b-tabs_item.current {
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAAmCAYAAAAlfGy/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVZJREFUeNrs1rFNw0AYhmHnVzagS02bFZAyAaswCqswAVJWSEudjhkOWUKiSoh953N+eJ7WkmXZ+u71ppQyzHE6Hi5dmndD+Hs2ly7sn94n32zb+OHKw+552D2++Ez8a+eP1+Hz/FauDXaqMFRob9zBuIeWf5phqJBjsGGokGOw0eqBgGX3UTvW8n1qAFe0qGt1WVUV+uykZqyqCh3rWlVWVYV+e5k11tPxoKrQua6zy6qq0Hc3k8eqqlBf13FHXcqqqtC/rpPGqqqwXl2j16kA1O3o5rGqKqxb11j6NADa7OmmsaoqrF/XWOoUANru6texqircR12j9fqBZeoaqgo56hqtVg8sW9dQVchR11BVyFHXUFXIUddQVchR11BVyFHXUFXIUddQVchR11BVyFHXUFXIUddQVchR11BVyFHXUFXIUdftzz9x8WbgTo07Da8BcvgSYAB/WpL7R824EQAAAABJRU5ErkJggg==') no-repeat;
}
