@font-face {
    font-family: 'NeoSans';
    src: url('NeoSansW1G-Regular.eot');
    src: url('NeoSansW1G-Regular.eot?#iefix') format('embedded-opentype'), url('NeoSansW1G-Regular.woff') format('woff'), url('NeoSansW1G-Regular.woff2') format('woff2'), url('NeoSansW1G-Regular.ttf') format('truetype'), url('NeoSansW1G-Regular.svg#NeoSansW1G-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSans';
    src: url('NeoSansW1G-Medium.eot');
    src: url('NeoSansW1G-Medium.eot?#iefix') format('embedded-opentype'), url('NeoSansW1G-Medium.woff') format('woff'), url('NeoSansW1G-Medium.woff2') format('woff2'), url('NeoSansW1G-Medium.ttf') format('truetype'), url('NeoSansW1G-Medium.svg#NeoSansW1G-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSans';
    src: url('NeoSansW1G-Bold.eot');
    src: url('NeoSansW1G-Bold.eot?#iefix') format('embedded-opentype'), url('NeoSansW1G-Bold.woff') format('woff'), url('NeoSansW1G-Bold.woff2') format('woff2'), url('NeoSansW1G-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'NeoSans', sans-serif;
    font-size: 15px;
    color: #282828;
}
body {
    background-color: #fff;
    -ms-text-size-adjust: 100%;
}
a {
    outline: none;
    border: none;
    text-decoration: underline;
    font-family: 'NeoSans', sans-serif;
    color: #197f23;
    cursor: pointer;
    transition: all 0.3s ease;
}
a * {
    cursor: pointer;
}
*:active, *:focus, ::-moz-focus-inner {
    border: 0;
}
{
    outline: none;
}
a:hover {
    text-decoration: none;
}
button, input, select, textarea {
    font-family: 'NeoSans', sans-serif;
    transition: all 0.3s ease;
}
img {
    border: none;
    vertical-align: top;
}
article, header, footer, section, details, summary, section {
    display: block;
}
table {
    border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'NeoSans', sans-serif;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    text-align: left;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
}

/*********
 UPDATE -> 2017-07
*********/
hr.zigzag {
    display: block;
    height: 14px;
    border: none;
    background: url("bg/cut.png") repeat-x 0 0;
    margin-bottom: 1em;
}
span.num-item {
	float:left;
	margin-right:1em;
	width:1.4em;
}
/*********
 UPDATE <- 2017-07
*********/










/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.cl {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.b-wrap-all {
    min-height: 100%;
    overflow: hidden;
    min-width: 984px;
}
.b-container {
    width: 944px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

/* header */
.b-header {
    border-top: 5px solid #2b9d28;
    background-color: #e8e8e8;
    padding: 33px 0 0 0;
}
.b-logo {
    padding: 0 0 25px 0;
}
.b-top-contact {
    right: 0;
    top: 10px;
    position: absolute;
}
.b-phones {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    font-weight: 700;
    color: #282828;
    font-size: 19px;
    line-height: 29px;
}
.b-phones span {
    display: block;
    white-space: nowrap;
}

/* UPDATE 2016-10 -> */
.b-btn-callback, .b-btn-go-shop {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 11px 0 11px 54px;
    width: 98px;
    text-transform: uppercase;
}
.b-btn-callback {
    background: url('../images/i-phone.png') 15px 17px no-repeat;
    background-color: #3bac38;
}
.b-btn-go-shop {
    background: url('../images/i-cart.png') 15px 17px no-repeat;
    background-color: #FF263B;
}

/* UPDATE 2016-10 <- */
.b-btn-callback:active {
    top: 1px;
}
.b-top-nav {
    padding: 0 0 14px 0;
}
.b-top-nav .b-list {
    list-style: none;
    vertical-align: top;
    text-transform: uppercase;
    display: table;
    width: 100%;
}
.b-top-nav .b-list li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 19px;
    border-left: 1px solid #d8d8d8;
    text-align: center;
}
.b-top-nav .b-list li:first-child {
    padding-left: 0;
    border: none;
}
.b-top-nav .b-list li:last-child {
    padding-right: 0;
}
.b-top-nav .b-list a {
    color: #282828;
    text-decoration: none;
    white-space: nowrap;
}
.b-top-nav .b-list a:hover {
    text-decoration: none;
    color: #1d893b;
}
.b-top-nav .b-list .active a {
    font-weight: 600;
    color: #1d893b;
}

/* content */
h1 {
    font-size: 45px;
    font-weight: 400;
    color: #282828;
    ---text-transform: uppercase;
    line-height: 44px;
    padding: 0 0 40px 0;
}
.b-content {
    padding: 0 0 30px 0;
}
.b-tm-slider {
    background: #e8e8e8;
    position: relative;
    padding: 10px 0 0 0;
    margin: 0 0 50px 0;
}
.b-mn-slider {
    list-style: none;
    vertical-align: top;
    width: 3000em;
}
.b-mn-slider li {
    float: left;
    padding: 0 0 10px 0;
}
.b-mn-slider li img {
    border-radius: 12px;
}
.b-pslider {
    text-align: center;
}
.b-pslider .b-head {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    color: #282828;
    padding: 0 0 30px 0;
}
.b-pslide-list {
    list-style: none;
    vertical-align: top;
    width: 2000em;
    height: 290px !important;
}
.c-pslide-list:not(.lightSlider) li:nth-child(4) ~ * {
    opacity: 0;
}
.b-pslide-list > li {
    float: left;
    position: relative;
    width: 236px;
}
.b-pslide-list > li:after {
    display: none;
    content: '';
    width: 1px;
    height: 240px;
    background-color: #d8d8d8;
    left: 0;
    top: 10px;
    position: absolute;
}
.b-pslide-list > li.active:after {
    display: none;
}
.b-pslide-list .b-pic {
    height: 175px;
}
.b-pslide-list .b-prod-name {
    font-size: 20px;
    color: #282828;
    ---text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    padding: 0 0 7px 0;
}
.b-pslide-list .b-prod-name a {
    color: #282828;
    text-decoration: none;
}
.b-pslide-list .b-prod-name a:hover {
    color: #197f23;
}
.b-pslide-list .b-prod-desc {
    font-size: 15px;
    line-height: 18px;
}
.b-pslider .lSPager.lSpg {
    display: none !important;
}
.b-pslide-list_certificates {
    width: auto;
}
.b-pslide-list_certificates > li {
    margin-bottom: 40px;
    padding-left: 13px !important;
    padding-right: 13px !important;
    text-align: center;
    width: 22%;
}
.b-pslide-list_certificates.b-pslide-list .b-pic {
    height: 175px;
}
.b-pslide-prev, .b-pslide-next {
    display: block;
    width: 53px;
    height: 53px;
    border: 2px solid #b4b4b4;
    border-radius: 2px;
    top: 60px;
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
}
.b-pslide-list_certificates .b-item {
    width: 435px;
    margin-right: 22px;
}
.b-pslide-list_certificates .b-item:nth-child(2) {
    margin-right: 0;
}
.b-pslide-list_certificates .certificates_title {
    display: block;
    margin-bottom: 10px;
    text-align: left;    /*font-size: 13px;*/
}
.b-pslide-list_certificates .certificates_image {
    float: left;
    width: 48%;
}
.b-pslide-list_certificates .certificates_text {
    float: right;
    width: 48%;
    font-size: 13px;
    text-align: left;
    line-height: normal;
}
.certificates_button {
    margin: 35px auto 0 auto;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 21px;
    text-transform: uppercase;
    background-color: #3bac38;
    color: #edf7ed;
    text-decoration: none;
}
.b-pslide-prev {
    left: -57px;
}
.b-pslide-next {
    right: -57px;
}
.b-pslide-prev:after, .b-pslide-next:after {
    content: '';
    width: 13px;
    height: 25px;
    left: 17px;
    top: 14px;
    position: absolute;
    background: url('../images/arrw.png') no-repeat;
}
.b-pslide-prev:hover:after {
    background-position: 0 bottom;
}
.b-pslide-next:after {
    background-position: right 0;
    left: 22px;
}
.b-pslide-next:hover:after {
    background-position: right bottom;
}
.b-pslide-prev:hover, .b-pslide-next:hover {
    border: 2px solid #218c3d;
}
.b-wrap-pslide-list {
    position: relative;
}
.b-btn-gocat {
    display: block;
    width: 210px;
    height: 51px;
    line-height: 51px;
    text-decoration: none;
    font-size: 17px;
    color: #282828;
    border-radius: 0 0 3px 3px;
    background: #e8e8e8 url('../images/b-shadow.png') center 0 no-repeat;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    left: 50%;    /*bottom: -129px;*/
    bottom: -51px;
    position: absolute;
    margin: 0 0 0 -105px;
}
.b-btn-gocat:after {
    content: '';
    width: 14px;
    height: 18px;
    background: url('../images/arrw2.png') no-repeat;
    right: 18px;
    top: 19px;
    position: absolute;
}

/* col-left */
.b-col-left {
    width: 595px;
    float: left;
}

/*col-right*/
.b-col-right {
    width: 225px;
    float: right;
}
.b-col-right .b-partners {
    padding-top: 0;
}
.b-article {
    font-size: 15px;
    line-height: 28px;
}
.b-article p {
    padding: 0 0 27px 0;
}
.b-article h2, .b-partners .b-head, .b-side-contact .b-head, .b-news .b-head, .b-where2buy .b-head {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 400;
    color: #282828;
    line-height: 47px;
    padding: 0 0 40px 0;
}
.b-partners .b-head a {
    color: #282828;
    text-decoration: none;
}
.b-partners .b-head a:hover {
    text-decoration: underline;
}
.b-article .b-text-big {
    font-size: 18px;
    line-height: 29px;
    padding: 0 0 30px 0;
}
.b-article ul, .b-container .b-col-right ul {
    padding: 10px 0 30px 0;
    list-style: none !important;
    vertical-align: top;
}
.b-article ul li, .b-container .b-col-right ul li {
    line-height: 29px;
    padding: 0 0 0 20px;
    position: relative;
}
.b-article ul li:after, .b-container .b-col-right ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1f962a;
    left: 0px;
    top: 11px;
    position: absolute;
}

.b-article p.justifyfull{
	text-align:justify;
}
.b-partners {
    padding: 30px 0 50px 0;
}
.b-partners .b-list {
    list-style: none;
    margin-left: -5%;
    margin-top: -10px;
    vertical-align: top;
}
.b-partners .b-list li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: center;
    margin: 0 -4px 0 5%;
    padding: 0;
}
.b-partners .b-list li:after {
    display: none;
}
.b-partners_where-all {
    position: relative;
}
.b-partners_where-all ul {
}
.b-partners_where-all .b-list {
    margin-left: -25px;
}
.b-partners_where-all .b-list li {
    margin-left: 25px;
    width: auto;
}
.b-partners_full-list .b-city {
    font-weight: bold;
    margin-top: 20px;
}
.b-partners_full-list .b-item-point {
    margin-top: 10px;
}
.b-side-contact {
    font-size: 15px;
    line-height: 23px;
}
.b-side-contact p, .b-side-contact address {
    padding: 0 0 30px 0;
    font-style: normal;
    display: block;
}
.b-side-contact .b-head-adr {
    padding: 0 0 8px 26px;
    background: url('../images/i-place.png') 0 2px no-repeat;
    font-weight: 600;
}
.b-side-contact .b-head-phone {
    padding: 0 0 8px 26px;
    background: url('../images/i-phonec.png') 0 2px no-repeat;
    font-weight: 600;
}
.b-side-contact .b-head-site {
    padding: 0 0 8px 26px;
    background: url('../images/i-site.png') 0 4px no-repeat;
    font-weight: 600;
}
.b-side-contact .b-head-mail {
    padding: 0 0 8px 0;
    font-weight: 600;
}

/* UPDATE -> */
.b-side-contact .b-head-go-shop {
    padding: 0 0 8px 26px;
    background: url('../images/i-cart-small.png') 0 2px no-repeat;
    font-weight: 600;
}

/* UPDATE <- */
.b-side-contact .b-phones-list {
    list-style: none;
    vertical-align: top;
    line-height: 32px;
    padding: 0 0 28px 0;
}
.b-side-contact .b-time-work {
    margin: -10px 0 10px 0;
}
.b-side-contact .b-mail {
    color: #282828;
    text-decoration: none;
}
.b-side-contact .b-mail:hover {
    color: #1f962a;
}
.b-full-sep {
    height: 40px;
}
.b-news {
    padding: 0 0 70px 0;
    position: relative;
}
.b-news .b-list {
    list-style: none !important;
    vertical-align: top;
    margin: 0 0 0 -32px;
}
.b-news .b-list .b-item {
    display: inline-block;
    vertical-align: top;
    width: 282px;
    padding: 10px;
    margin: 0 -4px 0 27px;
    font-size: 16px;
    line-height: 25px;
}
.b-news .b-list .b-item:hover {
    background: #eaffec;
    border-radius: 5px;
}
.b-news .b-list .b-pic {
    padding: 0 0 30px 0;
}
.b-news .b-list .b-pic img {
    border-radius: 3px;
}
.b-news .b-list h3 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    padding: 0 0 10px 0;
}
.b-news .b-list h3 a {
    text-decoration: none
}
.b-news .b-list p {
    padding: 0 0 10px 0;
}
.b-news .b-list time {
    font-size: 14px;
    color: #999;
    display: block;
}
.b-all-news {
    clear: both;
    text-align: right;
    padding: 30px 0 0 0;
    font-size: 17px;
    line-height: 20px;
}
.b-all-news a {
    color: #282828;
    text-decoration: none;
    padding: 0 23px 0 0;
    background: url('../images/arrw2.png') right 4px no-repeat;
}
.b-all-news a:hover {
    color: #1f962a;
}

/* footer */
.b-sub-footer {
    height: 287px;
}
.b-footer {
    min-width: 984px;
    height: 281px;
    margin: -287px auto 0 auto;
    position: relative;
    border-top: 6px solid #2b9d28;
    color: #1f1f1f;
}
.b-footer .b-container {
    height: 246px;
    padding: 35px 0 0 0;
}
/* UPDATE -> 2017-07 */
.b-copyright, .b-f-politic  {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 25px 0;
}
.b-f-politic p {
    background: url('ico/file-checked.png') no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-left: -5px;
    background-position: left top;
}
/* UPDATE <- 2017-07 */
.b-foot-adr {
    font-size: 15px;
    line-height: 29px;
    padding: 0 0 30px 0;
}
.b-foot-adr address {
    font-style: normal;
}
.b-foot-phones {
    list-style: none;
    vertical-align: top;
    width: 436px;
}

/*  UPDATE ->  */
.b-foot-go-shop {
    font-size: 15px;
    line-height: 29px;
    padding: 1em 0 2em 0;
}
.b-foot-go-shop > p {
    background: url('../images/i-cart-small.png') 0 9px no-repeat;
    padding-left: 30px;
    line-height: 35px;
}

/*  UPDATE <- */
.b-foot-phones li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 15px 27px;
    background: url('../images/i-phonef.png') 0 1px no-repeat;
    width: 210px;
    margin: 0 0 -3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-develop {
    left: 720px;
    top: 35px;
    position: absolute;
    padding: 0 0 10px 42px;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    background: url('../images/ostudio-logo.png') 0 2px no-repeat;
}
.b-develop span {
    display: block;
}
.b-develop a {
    color: #666;
}

/* light slider */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

.b-wrap-mn-slider {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.b-wrap-mn-slider .lSSlideOuter .lSPager.lSpg {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 30px 0;
    margin: 0;
    height: 17px;
    position: absolute;
    text-align: center;
}
.b-wrap-mn-slider .lSSlideOuter .lSPager.lSpg > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px 0 0;
    padding: 0 7px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    width: 17px;
}
.b-wrap-mn-slider .lSSlideOuter .lSPager.lSpg > li a {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    border: 2px solid #218c3d;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin: 0 auto;
}
.b-wrap-mn-slider .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #218c3d;
    width: 13px;
    height: 13px;
}
.b-wrap-mn-slider .lSAction {
    display: none !important;
}
.cS-hidden {
    height: 1px !important;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
}
.fancybox-outer, .fancybox-inner {
    position: relative;
    overflow: visible !important;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    height: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
    height: auto;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(255, 255, 255, .71);
    width: 100% !important;
    min-height: 100% !important;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-close {
    width: 19px;
    height: 19px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    right: 19px;
    top: 19px;
    position: absolute;
}

/* select */

/*

Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015

*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {

    /*

      Force border-box so that % widths fit the parent

      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html

    */

    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
    display: block;
    height: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
}
.select2-container .select2-choice > .select2-chosen {
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #333;
    display: block;
    overflow: hidden;
    line-height: 18px;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    margin: 0 15px 0 0;
    position: relative;
}
.select2-container .select2-choice > .select2-chosen:hover {
    border-color: #fff;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-container .select2-choice .select2-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #5d5d5d transparent transparent transparent;
    right: 0px;
    top: 5px;
    position: absolute;
    display: inline-block;
    vertical-align: top;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*

disabled look for disabled choices in the results dropdown

*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}
.select2-locked {
    padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;    /*min-width:200px;*/
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:2dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/* radio & checkbox */
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 31px;
    display: inline-block
}
input[type="checkbox"]:disabled + label {
    cursor: default;
}
input[type="checkbox"] + label:before {
    content: '';
    border: 1px solid #c2c2c2;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    width: 19px;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    left: 0;
    top: 0;
    position: absolute;
}
input[type="checkbox"] + label:after {
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 11px;
    width: 11px;
    background: #2b9d28;
    overflow: hidden;
    border-radius: 1px;
    left: 5px;
    top: 5px;
    position: absolute;
    display: none;
}
input[type="checkbox"]:checked + label:after {
    display: block;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    cursor: pointer;
}
input[type="radio"]:disabled + label {
    cursor: default;
}
input[type="radio"] + label span {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 9px 0 0;
    vertical-align: top;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
input[type="radio"] + label span:after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background-color: #c9c9c9;
    left: 3px;
    top: 3px;
    position: absolute;
}
input[type="radio"]:checked + label span:after {
    background-color: #f23555;
}
.b-where2buy {
    padding: 0 0 40px 0;
    position: relative;
}
.b-u-city {
    right: 0px;
    top: 24px;
    position: absolute;
    line-height: 20px;
}
.b-u-city .b-label {
    font-size: 16px;
    color: #999;
    padding: 0 5px 0 0;
}
.b-u-city .b-select {
    display: inline-block;
    vertical-align: top;
}
.b-col-map {
    float: left;
    width: 590px;
}
.b-col-adrs {
    float: right;
    width: 324px;
}
.b-col-scr {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: none;
    outline: none;
}
.b-col-scr.active {
    display: block;
}
.b-col-scr .b-list {
    list-style: none;
    vertical-align: top;
    width: 298px;
    border-bottom: 1px solid #ececec;
}
.b-col-scr .b-list .b-item {
    cursor: pointer;
    padding: 22px 0 22px 0;
    border-top: 1px solid #ececec;
    font-size: 15px;
    line-height: 20px;
}

/*.b-col-scr .b-list > li:first-child { border:none; }*/
.b-col-scr .b-list .b-item:after {
    display: none;
}
.b-col-scr .b-name {
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 10px 0;
}
.b-col-scr .b-place {
    padding: 0 0 12px 26px;
    background: url('../images/i-place.png') 0 3px no-repeat;
}
.b-col-scr .b-phone {
    padding: 0 0 0 26px;
    background: url('../images/i-phonec.png') 0 2px no-repeat;
}
.b-col-adrs .jspContainer {
    overflow: hidden;
    outline: none !important;
    position: relative;
}
.b-col-adrs .jspPane {
    width: 100% !important;
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-col-adrs .jspVerticalBar {
    right: 0 !important;
    top: 0;
    position: absolute;
    height: 100%;
    width: 9px;
    cursor: pointer;
}
.b-col-adrs .jspTrack {
    right: 0 !important;
    width: 9px;
    position: relative;
    background-color: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border-radius: 3px;
}
.b-col-adrs .jspDrag {
    width: 9px !important;
    border-radius: 3px;
    left: 0;
    margin: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    background: #279531;
}
.b-hide {
    display: none;
}
.b-pop-fdb {
    box-shadow: 0 5px 57px rgba(0, 0, 0, .29);
    border-radius: 3px;
    width: 404px;
    padding: 55px 85px 70px 85px;
    background: #fff;
}
.b-pop-fdb .b-head {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    padding: 0 0 30px 0;
}
.b-pop-fdb .b-text {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #2b2b2b;
    padding: 0 0 30px 0;
}
.b-pop-fdb .b-inp, .b-pop-fdb .b-textarea {
    margin: 0 auto 10px auto;
    width: 342px;
}
.b-pop-fdb .b-inp input, .b-pop-fdb .b-textarea textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #fff;
    font-size: 16px;
    color: #2a2a2a;
}
.b-pop-fdb .b-textarea textarea {
    height: auto !important;
    min-height: 100px;
    overflow: auto !important;
}
.b-pop-fdb .b-inp input.placeholder {
    color: #b9b9b9;
}
.b-pop-fdb .b-btn-send {
    display: block;
    width: 174px;
    height: 50px;
    margin: 28px auto 0 auto;
    border: none;
    border-radius: 25px;
    background: #2b9d28;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.b-pop-fdb .b-btn-send:active {
    top: 1px;
}
#popthank.b-pop-fdb {
    padding-left: 30px;
    padding-right: 30px;
    width: 514px;
}
.b-bread {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 10000%;
    margin: 0 -10000% 40px -10000%;
    color: #000;
    border-bottom: 1px solid #ebebeb;
}
.b-bread a {
    position: relative;
    padding: 0 14px 0 0;
    margin: 0 7px 0 0;
}
.b-bread a:after {
    content: '';
    background: url('../images/arrw3.png') no-repeat;
    width: 5px;
    height: 9px;
    right: 0;
    top: 6px;
    position: absolute;
}
.b-product {
    display: table;
    width: 100%;
    margin: 20px 0;
}
.b-product .b-pic {
    display: table-cell;
    vertical-align: top;
    width: 330px;
    padding: 0 15px;
}
.b-product .b-desc {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 27px;
}
.b-product h1 {
    font-size: 45px;
    font-weight: 400;
    color: #282828;
    ---text-transform: uppercase;
    line-height: 44px;
    padding: 0 0 20px 0;
}
.b-product .b-sub-head {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 30px 0;
}
.b-product .b-desc p {
    padding: 0 0 30px 0;
}
.b-desc-tabs {

    /*border-top: 1px solid #ebebeb;*/

    /*padding: 40px 0 0 0;*/
}
.b-desc-tabs-nav {
    list-style: none;
    vertical-align: top;    /*padding: 0 0 35px 0;*/
    padding: 0 0 30px 0;
}
.b-desc-tabs-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 48px;
    padding: 0 18px;
    height: 48px;
    border-radius: 2px;
}
.b-desc-tabs-nav li a {
    font-size: 18px;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px dotted #282828;
    white-space: nowrap;
}
.b-desc-tabs-nav li a:hover {
    border-color: #fff;
}
.b-desc-tabs-nav li.ui-tabs-active {
    background-color: #e8e8e8;
}
.b-desc-tabs-nav li.ui-tabs-active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #e8e8e8 transparent transparent transparent;
    left: 50%;
    top: 48px;
    position: absolute;
    margin: 0 0 0 -8px;
}
.b-desc-tabs-nav li.ui-tabs-active a {
    border: none;
    cursor: pointer;
}
.b-desc-tab {
}

/*.b-desc-tab ul {list-style: inside; margin-bottom: 20px}*/
.b-dt-table {
    width: 100%; /*border-collapse:separate;*/
}
.b-dt-table td {
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}
.b-dt-table .tr-odd td {
    background-color: #f4f4f4;
}
.b-dt-table tr td:last-child {
    border-radius: 0 20px 20px 0;
    padding: 10px 10px 10px 5px;
}
.b-dt-table tr td:first-child {
    border-radius: 20px 0 0 20px;
    padding: 10px 0 10px 15px;
}
.b-also-need .b-head {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #282828;
    line-height: 36px;
    padding: 0 0 40px 0;
}
.b-also-need .b-pslide-list {
    width: 100%;
}
.b-also-need .b-pslide-list > li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0 -4px 50px 0;
    padding: 0 10px;
    text-align: center;
}
.b-also-need .b-pslide-list > li:first-child:after {
    display: none;
}
.b-catalog h1 {
    font-size: 45px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 45px;
    padding: 0 0 35px 0;
}
.b-c-left {
    float: left;
    width: 240px;
}
.b-c-right {
    float: right;
    width: 680px;
}
.b-cat-nav {
    background-color: #e8e8e8;
    border-radius: 2px;
    margin: 0 0 20px 0;
    list-style: none;
    vertical-align: top;
    overflow: hidden;
}
.b-cat-nav > .b-item {
    border-top: 1px solid #dcdcdc;
}
.b-cat-nav > li:first-child {
    border: none;
}
.b-cat-nav .b-link {
    display: block;
    padding: 10px 36px 10px 18px;
    text-decoration: none;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 28px;
}
.b-cat-nav .b-link:after {
    content: '';
    width: 7px;
    height: 12px;
    right: 15px;
    top: 18px;
    position: absolute;
    background: url('../images/arrw4.png') no-repeat;
}
.b-cat-nav .active .b-link {
    background-color: #2b9d28;
    color: #fff;
}
.b-cat-nav .active .b-link:after {
    width: 12px;
    height: 7px;
    background-position: 0 bottom;
    right: 12px;
    top: 21px;
}
.b-filter {
    background-color: #f6f6f6;
}
.b-filter .b-ft-item {
    border-top: 1px solid #e8e8e8;
    padding: 20px 14px;
}
.b-filter .b-head {
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 20px 0;
    position: relative;
}
.b-filter .b-link-info {
    right: 0;
    top: 8px;
    position: absolute;
    text-decoration: none;
    font-size: 13px;
    color: #999;
    border-bottom: 1px dotted #999;
    font-weight: 400;
    line-height: 15px;
}
.b-filter .b-link-info:hover {
    border-color: #f6f6f6;
}
.b-filter .b-head sup {
    font-size: 9px;
}
.b-check-list {
    list-style: none;
    vertical-align: top;
}
.b-check-list > li {
    padding: 18px 0 0 0;
    line-height: 21px;
    font-size: 15px;
}
.b-check-list > li:first-child {
    padding: 0;
}
.b-slide-rate {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    margin: 5px 0 10px 0;
    position: relative;
    border-radius: 2px;
    background-color: #e8e8e8;
}
.b-slide-rate .ui-slider-range {
    height: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute;
    top: 0px;
    background: #2b9d28;
}
.b-slide-rate .ui-slider-handle {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 23px;
    background: #121213;
    position: absolute;
    left: 0;
    text-decoration: none;
    margin: -9px 0 0 -6px;
    border-radius: 2px;
}
.b-ft-item .b-sr {
    position: relative;
    height: 21px;
}
.b-ft-item .b-sr-from {
    left: 0;
    top: 0;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #2f2f2f;
}
.b-ft-item .b-sr-till {
    right: 0;
    top: 0;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #2f2f2f;
}
.b-sr-nums {
    text-align: center;
    overflow: hidden;
}
.b-sr-nums i {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 1px;
    background-color: #ccc;
    position: relative;
    top: 17px;
}
.b-sr-nums .b-sr-inp {
    width: 93px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    font-size: 15px;
    color: #282828;
}
.b-sr-nums .b-sr-inp-left {
    float: left;
}
.b-sr-nums .b-sr-inp-right {
    float: right;
}
.b-bc-meta {
    position: relative;
    line-height: 29px;
    padding: 0 0 11px 0;
    margin: 0 0 50px 0;
}
.b-list-nview {
    list-style: none;
    vertical-align: top;
    right: 0;
    top: 0px;
    position: absolute;
}
.b-list-nview li {
    float: left;
    font-size: 15px;
    color: #191919;
}
.b-list-nview li:first-child {
    padding-right: 10px;
}
.b-list-nview a {
    padding: 0 7px;
    display: block;
    height: 29px;
    line-height: 29px;
    color: #191919;
    text-decoration: none;
    min-width: 15px;
    text-align: center;
    border-radius: 3px;
}
.b-list-nview .active a {
    color: #fff;
    background-color: #2b9d28;
}
.b-bc-catalog {
    overflow: hidden;
}
.b-bc-catalog .b-pslide-list {
    width: auto;
    height: auto !important;
    margin: 0 -1% 0 -1%;
}
.b-bc-catalog .b-pslide-list .b-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32.23%;
    margin: 0 -3px 55px .5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.b-bc-catalog .b-pslide-list .b-item:hover {
    background: #eaffec;
    border-radius: 5px;
}
.my-sel .select2-search {
    display: none
}
.my-sel.select2-drop {
    min-width: 200px
}
.b-paging {
    text-align: center;
    padding: 0 0 30px 0;
    position: relative;
    line-height: 36px;
}
.b-paging .b-pag-prev {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    left: 0;
    top: 0;
    position: absolute;
}
.b-paging .b-pag-next {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    right: 0;
    top: 0;
    position: absolute;
}
.b-paging a.b-pag-prev:hover, .b-paging a.b-pag-next:hover {
    text-decoration: underline;
}
.b-paging span.b-pag-prev, .b-paging span.b-pag-next {
    color: #999;
    text-decoration: none;
}
.b-paging .b-list {
    list-style: none;
    vertical-align: top;
    text-align: center;
    padding: 0 120px;
}
.b-paging .b-list li {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
}
.b-paging .b-list li a {
    color: #282828;
    font-size: 18px;
    text-decoration: none;
}
.b-paging .b-list li a:hover {
    text-decoration: underline;
}
.b-paging .b-list li.active {
    background-color: #2b9d28;
}
.b-paging .b-list li.active a {
    color: #fff;
    text-decoration: none;
}
.b-list-news-full {
    padding: 0;
}
.b-list-news-full .b-list .b-item {
    margin-bottom: 65px;
    padding-bottom: 10px;
}
.b-list-news-full .b-list .b-item:after {
    display: none;
}
.b-list-news-full .b-head {
    font-size: 45px;
}
.b-list-news-full-other .b-head {
    font-size: 36px;
}
.b-article {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 20px 0;
}
.b-article h1 {
    font-size: 36px;
    line-height: 41px;
    color: #282828;
    font-weight: 400;
    padding: 0 0 40px 0;
}
.b-article .b-inner-t {
    display: table;
    width: 100%;
}
.b-article .b-inner-t .b-pic {
    display: table-cell;
    vertical-align: top;
    padding: 0 55px 0 0;
}
.b-article .b-inner-t .b-pic img {
    border-radius: 3px;
}
.b-article .b-inner-t .b-text {
    display: table-cell;
    vertical-align: top;
}
.b-article .b-inner-t .b-text p {
    padding: 0 0 30px 0;
}
.b-article .b-inner-t .b-big-text {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 10px 30px 0;
}
.b-article .b-inner-t .b-text time {
    display: block;
    margin: -10px 0 35px 0;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.b-wrap-calc {
    padding: 0 0 55px 0;
}
.b-calc {
    display: table;
    width: 780px;
    border-radius: 3px;
    background-color: #f6f6f6;
}
.b-calc .b-calc-left {
    display: table-cell;
    vertical-align: top;
    padding: 28px 40px 40px 28px;
    width: 370px;
}
.b-calc .b-calc-right {
    display: table-cell;
    vertical-align: top;
    padding: 28px 34px 40px 40px;
    background-color: #ebebeb;
    border-radius: 0 3px 3px 0;
}
.b-calc sup {
    font-size: 9px;
}
.b-calc-left .b-head {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding: 0 0 20px 0;
    line-height: 20px;
}
.b-calc-right .b-head {
    font-size: 18px;
    font-weight: 600;
    color: #2b9d28;
    padding: 0 0 25px 0;
    line-height: 20px;
    position: relative;
}
.b-calc-right .b-head:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 16px;
    border-color: transparent transparent transparent #f6f6f6;
    left: -44px;
    top: -5px;
    position: absolute;
}
.b-calc-right .b-tab-res {
    width: 100%;
}
.b-calc-right .b-tab-res td {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 16px 0;
    text-align: right;
}
.b-calc-right .b-tab-res tr td:first-child {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.b-calc-left .b-tab-data {
    width: 100%;
}
.b-calc-left .b-tab-data td {
    font-size: 14px;
    line-height: 38px;
    padding: 0 0 10px 0;
    vertical-align: top;
}
.b-calc-left .b-tab-data td label {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
}
.b-calc-left .b-inp {
    width: 225px;
    float: right;
}
.b-calc-left .b-inp input {
    border: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    padding: 5px 10px;
    color: #333;
    font-size: 17px;
}
.b-calc .b-select {
    padding: 0 0 40px 0;
}
.b-calc .b-select .select2-container {
    display: block;
    width: 100%;
}
.b-calc .b-select .select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background: #fff;
}
.b-calc .b-select .select2-container .select2-choice > .select2-chosen {
    margin: 0 38px 0 10px;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #282828;
}
.b-calc .b-select .select2-container .select2-choice .select2-arrow {
    border: none;
    width: 38px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    background: #2b9d28 url('../images/arrw5.png') center center no-repeat;
}
.b-notcorrectvalue {
    font-size: 10px;
    clear: both;
    text-align: right;
}
.b-calc-product-link {
    display: block;
    display: none;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
    height: 53px;
}
.b-calc-product-link strong {
    display: block;
    padding-top: 9px;
    color: black;
}
.b-calc-product-link span {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    margin-top: 10px;
    color: black;
}
.b-calc-product-link:after {
    display: block;
    content: '';
    position: absolute;
    right: 60px;
    top: 9px;
    background: url('../images/arrw.png') no-repeat -13px -25px;
    width: 15px;
    height: 25px;
}
.load-price-list-button {
    background: #eee;
    margin: 30px;
    border: 1px solid #ccc;
    padding: 7px;
    display: inline-block;
}
.contacts-table {
    vertical-align: top;
    table-layout: fixed;
    width: 100%;
}
.contacts-table td {
    vertical-align: top;
}
.contacts-table p {
    margin: 20px 0;
    padding-right: 20px;
}
.contacts_form_button {
    background: #eee;
    border: 1px solid #ccc;
    padding: 7px;
}
.map {
    height: 400px;
    margin-bottom: 40px;
}
.errors {
    color: red;
}
.b-pop-fdb .b-inp input.required, .b-pop-fdb .b-textarea textarea.required {
    border-color: red;
}
.floater_block {
    display: block;
}
h2.underline {
    border-bottom: 1px solid #d2d3d3;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.driving_directions p {
    float: left;
    width: 50%;
}
.driving_directions img {
    max-width: 100%;
}
.b-head.b-head_contacts {
    font-size: 28px;
}
.points_name {
    cursor: pointer;
}
.points_addresses {
    display: none;
}
.points_name.active + .points_addresses {
    display: block;
}
.b-col-adrs {
    min-height: 350px;
}
.points_address_item_location.active {
    background: #eaffec;
}
.points_item {
    margin-top: 20px;
}
.points_item:first-child {
    margin-top: 0;
}
.points_addresses {
    position: relative;
    padding: 10px 0;
}
.points_addresses:after, .points_addresses:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 15px;    /*border: 1px solid #e7e7e7;*/
}
.points_addresses:after {
    top: 0;    /*background: linear-gradient(to bottom, #adadad, white);*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
    border-bottom: none;
}
.points_addresses:before {
    bottom: 0;    /*background: linear-gradient(to top, #adadad, white);*/
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
    border-top: none;
}
.points_name {
    font-weight: bold;
    line-height: 1.3;
    background: url('../images/arrw2.png') 292px 6px no-repeat;
    padding-right: 20px;
    padding-top: 2px;
}
.points_name.active {
    background: url("../images/arrw2_down.png") 286px 6px no-repeat;
    margin-bottom: 5px;
}
.points_address_item {
    font-size: 12px;
    padding: 10px 70px 10px 0;
    cursor: pointer;
}
.points_address_item.active {
    background: url("../images/cheched.png") no-repeat 257px 16px
}
.points_address_item_location {
    background: url('../images/i-place.png') 10px 4px no-repeat;
    padding-left: 30px;
}
.points_address_item_tel {
    padding-left: 30px;
    background: url('../images/i-phonec.png') 10px 4px no-repeat;
}
.b-select-area {
    margin: 25px 0 25px 0;
}
.b-partners_full_table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
}
.b-partners_full_table tr {
    background-color: #fff;
    -moz-transition: background-color  0.5s ease;
    -o-transition: background-color  0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}
.b-partners_full_table  tr.row:hover {
    background: #dfd;
}
.b-partners_full_table tr td {
    font-size: 15px;/*     border-bottom: 1px solid #f0f0f0; */
}
.b-partners_full_table tr.row {
    padding-left: 10px;
}
.b-partners_full_table tr td {
    padding: 3px 3px 3px 3px;
    text-align: left;
    vertical-align: top;
}
.b-partners_full_table .heading td {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 15px 0 0 0;
}
.b-partners_full_table .title {
    width: 350px;
}
.b-partners_full_table .address {
    padding-right: 4px;
}
.b-partners_full_table .site, .b-partners_full_table .email {
    text-align: center;
    width: 80px;
}
.b-partners_full_table .tel {
    width: 140px;
}
.b-partners_full_table tr td {
    margin: 0;
    padding: 2px 0 3px 0;
}
.b-partners_full_table .site a {
    padding-left: 20px;
    background: url('../images/i-site.png') 0 3px no-repeat;
}
.b-partners_full_table .email a {
    padding-left: 25px;
    background: url('../images/email-icon.png') 0 6px no-repeat;
}
.b-partners_full_table .site.empty:after, .b-partners_full_table .email.empty:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 0;
    border: 1px solid #d9dada;
}
#regions {
    display: none;
}
.vericode img{
    display: block;
    margin: auto;
}
.g-recaptcha > div {
    margin: auto;
    background: url('../images/loader.gif') no-repeat center;
    -webkit-background-size: 60px;
    background-size: 60px;
}
.b-article blockquote {
    background: #eaffec;
    border: 1px solid #197f23;
    border-left-width: 3px;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 15px 20px 15px 80px;
    position: relative;
}
.b-article blockquote:before {
    background: #197f23;
    border-radius: 50%;
    color: #fff;
    content: "!";
    font-size: 20px;
    height: 42px;
    left: 20px;
    line-height: 42px;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 42px;
}
.b-article blockquote p {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
.b-article blockquote p:first-child {
    margin-top: 0;
}
.other_properties {
    margin-top: 20px;
}

/* KAR_SAM MOBILE START */
.btn-mnu {
    text-align: center;
    background: #2B9D28;
    color: #fff;
    padding: 15px 0 13px 0;
    text-transform: uppercase;
    display: none;
    text-decoration: none;
    margin-left: -5px;
}
.b-article .lSSlide{
	min-height: 100px;
}

.hdn-all-product {
    display: none;
}
@media (max-width: 999px) {
    .b-col-adrs {
        width: 100%;
        float: none;
    }
}
@media (max-width:768px) {
    body {
        /* overflow-x: hidden; */
    }
     .b-partners_full_table .email, .b-partners_full_table .site {
        display: none;
    }
    

    .hdn-all-product {
        display: block;
        position: relative;
        width: 100%;
    }
    .hdn-all-product a {
        color: #000;
        text-decoration: none;
    }
    .hdn-all-product p {
        background: #E8E8E8;
        text-align: center;
        text-transform: uppercase;
        font-size: 3em;
        padding: 30px 0;
        width: 100%;
        position: relative;
        z-index: 999;
    }
    .hdn-all-product span {
        position: absolute;
        text-align: center;
        display: block;
        width: 200px;
        margin: auto;
        background: #e8e8e8;
        left: 32%;
        padding: 10px 0;
    }
    .hdn-all-product span:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        content: '';
        box-shadow: 0px 0px 20px rgba(0,0,0,.7);
    }
    .b-partners .b-partners_where-all {
        padding: 0;
    }
    .b-article .lSSlide {
        height: 130px !important;
    }
    html {
        overflow-x: hidden;
    }
    .lSSlide {
        min-height: 65px !important;
    }
    .b-partners_full_table .title {
        font-size: 12px;
        padding-right: 6px;
        width: 32%;
        line-height: 1.6;
        font-size: 9px;
    }
    .b-partners_full_table .address {
        padding-right: 6px;
        font-size: 12px;
        width: 32%;
        line-height: 1.6;
        font-size: 9px;
    }
    .b-sub-footer {
        min-height: 350px;
    }
    .b-pop-fdb .b-textarea textarea {
        max-width: 301px;
    }
    .certificates_button {
        margin: auto;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 10px;
        width: 62%;
    }
    .b-partners_full_table .tel {
        font-size: 12px;
        width: 32%;
        /* text-align: center; */
        line-height: 1.6;
        font-size: 9px;
    }
    .b-partners_full_table .site {
        display: none;
    }
    .certificates_button {
    	font-size: 16px !important;
    }
    .b-partners_full_table tr td {
    	text-align: center;
    }
    .b-pslide-next {
        right: -999px;
    }
    .b-pslide-prev {
        left: -999px;
    }
    .b-top-nav .b-list li.active {
        background: #3BAC38;
        color: #fff;
        padding-top: 10px;
    }
    .b-partners .b-list li {
        width: 42%;
        margin-top: 10px;
    }
    #showMnu {
        display: none;
    }
    span.B_crumbBox {
        margin-left: 16px;
    }
    .b-top-nav {
        margin-top: 14px;
    }
    .b-also-need .b-pslide-list {
        text-align: center;
    }
    .b-top-nav .b-list li.active a {
        color: #f9f9f9;
    }
    .b-container, .b-wrap-all {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
    }
    .b-logo {
        text-align: center;
        width: 100%;
    }
    .b-logo img {
        width: 80%;
        margin: auto;
        display: block;
        height: auto;
    }
    .b-btn-callback, .b-btn-go-shop {
        margin-bottom: 20px;
    }
    .b-mn-slider li img {
        width: 100%;
        height: auto;
    }
    .b-footer {
        min-width: 100%;
    }
    .b-wrap-all {
        overflow-x: hidden;
    }
    .b-item .lslide {
        width: 100% !important;
    }
    .b-top-contact {
        position: relative;
    }
    .b-phones {
        display: block;
        margin-bottom: 28px;
    }
    .b-top-contact {
        text-align: center;
    }
    .b-pslide-list > li {
        margin-left: 21px;
    }

    /*experement*/
    .b-pslide-list > li {
        width: 50px;
    }
    .b-pslide-list > li img {
        width: 80%;
        height: auto;
    }
    .b-pslide-list > li a {
        font-size: 12px;
    }
    .b-pslide-list > li .b-prod-desc {
        font-size: 10px;
    }
    .b-pslide-list > li .b-pic {
        height: auto;
    }
    .b-pslide-list {
        min-height: 236px !important;
    }

    /*experement*/
    .b-pop-fdb {
        width: 300px;
        padding: 20px;
    }
    .b-pop-fdb input {
        width: 301px !important;
    }
    .b-item .lslide {
        width: 100% !important;
    }
    h1 {
        font-size: 34px;
        padding: 0;
        line-height: 35px;
    }
    h2 {
        font-size: 28px;
        text-align: center;
        padding: 0;
    }
    .b-col-left {
        width: 100%;
        float: none;
    }
    .b-article {
        padding: 16px;
    }
    .b-col-right {
        float: none;
        width: 100%;    /* text-align: center; */
    }
    .b-partners {
        text-align: center;
    }
    .b-side-contact .b-head {
        text-align: center;
    }
    .b-side-contact {
        padding: 16px;
    }
    .b-news .b-head h1 {
        text-align: center;
    }
    .b-all-news {
        text-align: center;
    }
    .b-news .b-list {
        margin: auto;
    }
    .b-news .b-list .b-item {
        margin: auto;
        text-align: center;
        display: block;
        width: 100%;
        margin-left: -10px;
    }
    .b-item img {
        width: 70%;
        display: block;
        margin: auto;
    }
    .b-list li:first-child {
        padding-left: 10px;
    }
    .b-item h3 {
        text-align: center;
    }
    .b-news {
        padding: 16px;
    }
    .b-article h1 {
        text-align: center;
        font-size: 25px;
    }
    .b-u-city {
        top: 0;
        right: 0;
        position: relative;
        margin-top: -74px;
        text-align: center;
        margin-bottom: 10px;
    }
    #map {
        margin-left: 0px;
        margin-right: -16px;
        width: 100% !important;
    }
    .b-top-nav .b-list li {
        display: block;
        text-align: left;
        padding: 6px 10px;
        font-size: 18px;
        border-left: 0;
    }
    .b-top-nav {
        padding-left: 5px;
    }
    .b-article h2 {
        font-size: 30px;
    }
    .b-foot-phones {
        width: 100%;
    }
    .b-footer {
        min-width: 100%;
        max-width: 100%;
        width: 88%;
        padding: 0 20px;
    }
    .b-col-map {
        float: none;
        width: 100% !important;
        min-height: 1px;
    }
    .b-col-adrs {
        float: none;
        width: 100%;
        display: none;
    }
    .b-develop {
        left: 0;
        top: 0;
        position: relative;
    }

    /*calc*/
    .b-calc .b-calc-left, .b-calc .b-calc-right {
        display: block;
        padding: 28px 0px 40px 10px;
    }
    .b-calc .b-select {
        width: 70%;
    }
    .b-calc-right .b-tab-res, .b-calc-left .b-tab-data {
        width: 36%;
    }
    .b-calc-left .b-tab-data td label {
        line-height: 21px;
        padding: 0 10px 0 0;
        display: block;
    }
    .b-pslide-list_certificates .b-item {
        width: 100%;
        margin-left: -10px;
    }
    .b-pslide-list_certificates .certificates_image {
        width: 100%;
        float: none;
        display: block;
    }
    .b-pslide-list_certificates .certificates_image img {
    }
    .b-pslide-list_certificates .certificates_text {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    .b-pslide-list_certificates .certificates_title {
        text-align: center;
    }
    .b-catalog .b-c-left, .b-c-right {
        float: none;
        width: 100%;
    }
    .b-catalog h1 {
        text-align: center;
    }
    .b-bc-catalog .b-pslide-list .b-item {
        margin: 0;
        display: inline-block;
        width: 49%;
    }
    .b-bc-catalog .b-pslide-list .b-item img {
        width: 70%;
        display: block;
        margin: auto;
    }
    .b-list-nview {
        position: relative;
    }
    .b-sel-sort {
        text-align: center;
        margin-bottom: 10px;
    }
    .b-product .b-pic {
        padding: 0;
        display: block;
        width: 100%;
    }
    .b-product .b-pic img {
        display: block;
        margin: auto;
        width: 70%;
        height: auto;
    }
    .b-product .b-sub-head {
        text-align: center;
    }
    .b-also-need .b-head {
        text-align: center;
        padding: 0;
        padding-bottom: 19px;
        font-size: 30px;
    }
    .b-product h1 {
        text-align: center;
        margin-top: 10px;
    }
    .b-article .b-inner-t {
        display: block;
        margin-bottom: 15px;
    }
    .b-article .b-inner-t .b-pic img {
        width: 100%;
    }
    .b-also-need .b-pslide-list > li {
        width: 25%;
        margin: 0;
        padding: 0;
    }
    .b-article .b-inner-t .b-pic {
        display: block;
        padding: 0;
    }
    .b-product .b-desc {
        display: block;
    }
    .b-tm-slider {
        display: none;
    }
    .b-tm-slider .lSSlideWrapper {
        width: auto;
        height: auto;
        margin-top: 15px;
    }
    .b-tm-slider .b-pslide-list > li .b-prod-desc {
        display: none;
    }
    .b-tm-slider .b-pslide-list{
        height: auto !important;
        margin-top: 12px;
    }
    .b-pslide-list > li a {
        font-size: 10px;
        line-height: 1.6;
    }
    .b-top-nav {
        padding-left: 0;
    }
    .b-top-nav .b-list li:first-child {
      padding-left: 10px;
    }
    .b-partners_where-all .b-item img {
      width: 100%;    
    }
}

/* KAR_SAM MOBILE END */
