@charset "UTF-8";

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,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1;
}
#touch-catalog{
    cursor: pointer;
}

ul {
    list-style: none outside none;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0 none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

.hide {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-float {
    float: none;
}

.center {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.no-wrap {
    white-space: nowrap;
}

.no-border {
    border: 0 none;
}

.no-paddings {
    padding: 0;
}

.no-margins {
    margin: 0;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.text-justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.stroke {
    text-decoration: line-through;
}

.small {
    font-size: 15px;
}

/*тут был font-size:x-small;*/
.smaller {
    font-size: xx-small;
}

.big {
    font-size: x-large;
}

.bigger {
    font-size: xx-large;
}

.uppercase {
    text-transform: uppercase;
}

.sup {
    vertical-align: super;
}

.sub {
    vertical-align: sub;
}

.error {
    color: #FF0000;
}

.img-right {
    float: right;
    margin: 0 0 15px 15px;
}

.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

.access-keys,
.invisible {
    left: -9999em;
    position: absolute;
}

abbr,
acronym {
    border-bottom: 1px dotted #000000;
}

.g-clear:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

* html .g-clear {
    height: 1%;
}

:first-child+html .g-clear {
    min-height: 1px;
}

.clearall {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.b-container {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.b-header,
.b-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

.b-header {
    position: relative;
    height: 115px;
    padding: 13px 25px 14px 25px;
}

.b-box {
    display: block;
    width: 1240px;
}

.b-box_grey {
    background: #f5f5f5;
}

.b-box_lefted {
    float: left;
}

.b-box_righted {
    float: right;
}

.b-box_size-180 {
    width: 310px;
}

.b-box_size-720 {
    width: 900px;
    margin: 0 0 0 20px;
}

.footer {
    background: #424951;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 0;
    display: block;
    font-weight: 500;
}

.b-inner section .b-content {
    min-height: 400px;
}

.b-box__title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 6px 0;
    position: relative;
}

.b-box__title a.float-right {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    margin: 6px 40px 0 0;
}

.b-box__title i {
    display: inline-block;
    zoom: 1;
    background: #f5ba0d;
    border-bottom: 1px solid #000;
    width: 9px;
    height: 20px;
    float: left;
    *display: inline;
}

.b-box__content {
    padding: 10px 0 0 0;
}

.b-box__content_with-list table {
    border: 1px solid #000;
    margin-bottom: 8px;
    box-shadow: 2px 2px 0 #ccc;
    width: 100%;
}

table.b-table-clear {
    border: 0;
    margin-bottom: 8px;
    box-shadow: 0px 0px 0 #ccc;
    width: 100%;
}

.b-box__content_with-list table tr:first-child {
    background: #ffcc00;
    padding: 5px 0;
}

table.b-table-clear tr:first-child {
    background: none;
}

.b-box__content_with-list tr td {
    text-align: center;
    padding: 11px 0;
}

table.b-table-clear tr td {
    text-align: left;
    padding: 11px 0;
}

.b-box__content_with-list ul li {
    list-style: inside disc;
    margin: 0 0 5px 10px;
}

.b-box__content_with-list ul {
    margin: 0 0 10px 0;
}

.b-box__content_with-list ol li {
    list-style: inside decimal;
    margin: 0 0 5px 10px;
}

.b-box__content_with-list ol {
    margin: 0 0 10px 0;
}

.b-box__content_dark {
    color: #333;
}

.b-box__content_dark h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.b-box_padding {
    padding: 20px 20px 30px 20px;
}

.b-articles article {
    display: inline-block;
    zoom: 1;
    width: 314px;
    margin: 0;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.b-articles .time,
.b-articles time {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    margin: 0 0 15px 0;
    display: block;
}

.b-articles .txt {
    width: 199px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.b-btn {
    display: block;
    background: url(../images/btn.jpg);
    width: 74px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
}

.b-btn:hover {
    background: url(../images/btn.jpg) 0px -21px;
}

.b-btn_right {
    float: right;
    clear: both;
}

.b-partners-gallery {
    width: 1200px;
}

.b-partners-gallery__item {
    display: inline-block;
}

.b-partners-gallery-wrap {
    margin: 20px 0 0 0;
}

.b-partners-gallery-wrap .caroufredsel_wrapper {
    width: 1200px;
    float: left !important;
}

.b-partners-gallery__next,
.b-partners-gallery__prev {
    display: block;
    width: 43px;
    height: 42px;
    overflow: hidden;
    text-indent: -999px;
    float: left;
    margin: 12px 0 0 0;
}

.b-partners-gallery__next {
    background: url(../images/arrow-r.jpg);
}

.b-partners-gallery__prev {
    background: url(../images/arrow-l.jpg);
}

.b-partners-gallery__next:hover,
.b-partners-gallery__prev:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.b-box__title__more {
    float: right;
    font-size: 12px;
    text-transform: none;
    padding: 5px 10px;
    background: #ffc20e;
    margin: 0 20px 0 0;
    float: right;
    width: 157px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.b-box__title__more.b-box__title__more_btn {
    float: left;
    width: 250px;
    margin: 15px 0px 0px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.b-box__title__more.b-box__title__more_btn:hover {
    background: #000;
    color: #ffcc00;
    margin: 15px 0px 0px;
}

.b-box__title__more.price {
    margin: 0 20px 0 0;
    width: 97px;
}

.b-box__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    margin: 10px 0 10px 10px;
    background: #f5f5f5;
    padding: 8px;
    font-weight: normal;
}

.b-box__subtitle.b-box__subtitle_bold {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    text-transform: none;
}

.b-catalogue__item {
    display: inline-block;
    width: 19%;
    zoom: 1;
    *display: inline;
    padding: 0 5px 5px 0;
    vertical-align: top;
}

.b-catalogue__item.last {
    padding: 0 0px 5px 0;
}

.b-catalogue__item__img-wrap {
    display: block;
    position: relative;
    width: 90%;
    height: 105px;
    overflow: hidden;
    border: 3px solid #ffc20e;
    border-radius: 3px;
    margin: 10px auto;
}

.b-catalogue__item__img-wrap img {
    top: 0;
    right: 0;
    z-index: -1;
}

.b-catalogue__item__link {
    width: 100%;
    text-align: center;
    padding: 0 5px;
    display: block;
    font-size: 13px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.b-catalogue__item:hover .b-catalogue__item__link {
    text-decoration: underline;
    color: #000;
}

.b-catalogue__item:hover .b-catalogue__item__img-wrap {
    border: 3px solid #000;
    background: #fff8dc;
    opacity: 0.20;
}

.b-catalogue__item .germany {
    width: 26px;
    height: 26px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDM0MiwgMjAxMC8wMS8xMC0xODowNjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MTFBOTdCRUQ3OTcxMUU0ODhCMUExMkYwMDczMDI5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MTFBOTdCRkQ3OTcxMUU0ODhCMUExMkYwMDczMDI5QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMUE5N0JDRDc5NzExRTQ4OEIxQTEyRjAwNzMwMjlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcxMUE5N0JERDc5NzExRTQ4OEIxQTEyRjAwNzMwMjlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EIfX1AAABhVJREFUeNp8Vl1oFFcYPTM7O7ubzY8x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');
    position: absolute;
    bottom: 2px;
    left: 2px;
    display: none;
}

.b-partners-list {
    width: 950px;
    float: left;
    clear: both;
}

.b-partners-list__item {
    display: inline-block;
    margin: 60px 18px 40px 0;
}

.b-contacts {
    margin: 0
}

.b-search {
    width: 445px;
    position: relative;
    text-align: left;
    margin: 0 0 50px 0;
}

.b-search-txt {
    border: 1px solid #000;
    width: 405px;
    height: 24px;
    color: #555;
    padding: 0 10px 0 30px;
}

.b-search-btn {
    background: url(../images/search.jpg);
    height: 24px;
    width: 32px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer;
}

.b-search-btn:hover {}

.b-search-label {
    text-align: center;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    padding: 10px 0 0 0;
    display: inline-block;
}

.b-list__item {
    font-size: 12px;
    margin: 0 0 25px 0;
    line-height: 20px;
    text-align: justify;
}

.b-list__item.b-list__item_big {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e1414;
}

.b-list__txt-wrap {
    display: inline-block;
    width: 535px;
    float: right;
}

.b-list__date {
    font-weight: bold;
    color: #ffcc00;
}

.b-list__title,
.b-list__title:hover,
.b-list__title:active,
.b-list__title:visited {
    color: #333;
    display: inline;
    font-weight: bold;
    font-size: 13px;
}

.b-list__txt {
    display: inline;
    color: #666;
}
.b-search-label-search{
    margin-bottom: 20px;
    padding-left: 30px;
}
.content-search{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.b-list__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.b-list__img {
    float: left;
    width: 90px;
    height: 80px;
    border: 2px solid #ffc20e;
    border-radius: 4px;
    margin: 0 20px 10px 0;
}

.b-list__img.b-list__img_wide {
    width: 160px;
    height: 120px;
}

.b-list__img.b-list__img_no-border {
    border: 0px;
    width: auto;
    height: auto;
}

.b-list__img_inline {
    display: inline-block;
}

.b-list__img_inline {
    width: 150px !important;
}

.b-search {
    text-align: left;
}

.b-more {
    margin: 0 0 25px 0;
}

.b-more table {
    border: 1px solid #000;
    margin-bottom: 8px;
    box-shadow: 2px 2px 0 #ccc;
}

.b-more table tr:first-child {
    background: #ffcc00;
    padding: 5px 0;
}

.b-more tr td {
    text-align: center;
    padding: 11px 0;
}

.b-more ul li {
    list-style: square inside;
    color: #ffcc00;
}

.b-more li span {
    color: #333;
}

.b-product {
    margin: 20px 0 40px 0;
}

.b-product__image-area,
.b-product__table-area {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 49%;
    padding: 0 15px 0 0;
}

.b-product__image-wrapper {
    width: 100%;
    border: 3px solid #ffcc00;
    border-radius: 7px;
    overflow: hidden;
}

.b-product__image-wrapper-img {
    width: 100%;
    height: 250px;
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.b-product__image-wrapper-img img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.b-product__image-area__txt {
    clear: both;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

.b-product__image-wrapper img {
    padding: 40px 0;
    margin: 0 auto;
}

.b-product__image-area .ex,
.b-product__image-area .gr,
.b-product__image-area .gr-new,
.b-product__image-area .dev {
    width: 43px;
    height: 34px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../images/icons.jpg);
    float: right;
    margin: 10px 5px 0 0;
}

.b-product__image-area .gr {
    background-position: -84px 0;
    display: none;
}

.b-product__image-area .dev {
    background-position: -42px 0;
}

.b-product__image-area .gr-new {
    display: none;
    background-position: 0 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDM0MiwgMjAxMC8wMS8xMC0xODowNjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MTFBOTdCRUQ3OTcxMUU0ODhCMUExMkYwMDczMDI5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MTFBOTdCRkQ3OTcxMUU0ODhCMUExMkYwMDczMDI5QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMUE5N0JDRDc5NzExRTQ4OEIxQTEyRjAwNzMwMjlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcxMUE5N0JERDc5NzExRTQ4OEIxQTEyRjAwNzMwMjlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EIfX1AAABhVJREFUeNp8Vl1oFFcYPTM7O7ubzY8xKqlFE5OYaGMbfwOFFFsr9aUWyUMkaQu+lL5YtBZaqNCHQlvrY4uILZEqQqFIrCLaoiZUWpSAMalgJMZGYzcx0ay7yWZ3Z3dnpueb3YmjkQ4c7u6d755zv3O/e+8o+/fvh/soijL32+fzIRwOI5fLYXZ2dq7ftu1gPlRJuX2hUAiBQMCJk3jvw/g8t7ezvLwcXV1dKCsrcwadOnUKx44de2Fqauotvn6daCAWFMZNE8PEn8XFxec7OjrutrW1oaKiAslk0uFrb2/H6OjofKHa2loMDw9jYGAA+/btq+zu7v6Mmb3f1NRUsXbtWlRXVzuTkScWi+Hu3bvo7++X+BlmcnLTpk1fHThw4M6WLVucmA0bNqCvry/vkFdo8eLFsCwLnNnbFDzV3Ny8bdeuXUXbtm1DQ0MDlixZgtLSUpSUlDixNTU1WL9+PdasWRNIp9Prent73z1+/PgEJzewefNmdHZ2YmxsbL6QzPL8+fMfMPBEa2tr+datW0FbkM1mHe8F8ltAYseiVCqFYDCIVatWSbZFnOCOixcvWrT7sohEIpH51vHZwUXt2r59u1JfX+8Uh5DIQuu6Dr/fD1VV5xZZhDOZDAzDcISlb2hoCKdPn5a+3ZqmHXKLw5tRFYnPtrS0hKuqqpxZi5BACARiq2macwJeiJgUkFSgTI7r9ybjz5F3/Fmh7yqXL3+1fvVqGCSy2GFRxGRrUiRLAUGG7wxOwiB5qoAkRRwwq2naGeS2iE5Pa4l4fCWHnxADHCGNZVvt8x16rbHRV0l7yklcTpEFbMuIEmZSQpFioogigpCAIiEKFBUQLqCYEJ5UJLJi1rZ7ONl7mgg1A63fl5bq9ZqGEBfXV9hk9IrpMIyDwHfcxbJVn3gg72QNKOqAAlwsWLJmjB/hfvw8Gm0/A/zhCDUBbyxiun4G+IRchKQVCJEIiYhXyI0RMVeIGYqYSvj5fwErdl002kKhgMZhZdXcq36SKMzG5kDFS+JmI5CKe56QNysRY1bS52f8MmBZAFgqw8tLgFJVBDgTxc3EJXBF/i8jb1YFCxW2wknuIh6OFWKdj0NVxZ2JDPJa4trmXSOBCLkibkbezNzs8tE+jWFJ0qdznIVNIpsiindtXPukT8SeJ+SSui3H2vxtkpPlkSXTrMbhj7ijxjKGsdSkkN+doUNuu/dHwTKlsE5inacqc4UxGbEtQ5EMLDmuKDRBfl4y42JddhC4lkhnNy40M9B9Jnx+EgTIlqNVllaoQDJrhGp7MiJyRIbvDSJtijewjfx5mGR2t4AbjJhyyruvGGfvd5gfLl5hIFDM80xXoYipQuyz8+eHQJXMVMyl5BQEf5sC5IWzNkwKp2YymIiYuPozzuChcygAkVlc6rFxo25t7uXgIhVa2OLqCXGBU8gV3xM4L6xC9Um2/G+rjqhJMSNpITGVw5UpjA/G0OU963L/juFhcwPaFhap0BWNifhZFDpnScy1Uhz+vJ1iq2Qi1uUoljV5IvCwTeYQj6Zx5x8DBzvxxcQjXHrqUI0ncPPxDKo2rMK6YFBngelQfYTK7aYQqv4EivaMhRYsFoWRtTA9k8TE5DQO/WL/drEXnyBv6tMX3/B99GSy9qaGqlyNXw9B1cJ0KkBOEWKr5Fsofucotgv7NmdaSBs2puNxPHgwiZ/OWP0//oqdvGJicx87T997ijFwG2cfRu2aFZWpxoAu1nNvq2G+CsFWgiQPsAB1rrtGx1RWs+XcQ7GpUYzcG8Phk1b3kS7sbO94L6LrfoyPj88Xqqurw+7dH6V/OH65669+OxryJ18J69ESWGln12VyJCbShskrfAaz8XHEHg0jMjqEnqvxx1934uDvV7F7z569U0eOHMbRo0eff5W7X0EXLlzA3o8/xeDN/qqmlehoacI7L9VideUitSwU1JxBaS78ZNRKDI7g9pW/ce7aLZyofLHu1rfffOl8ZskjHy7Xr1+fLyRX8MaNG52vnMnJSVy71lc4AhDya6jj6VsXDKDC8TiDaGwGI9ybt/l/RoIaGxshnwFipVz98qmVSCQc7v8EGADLeYkaXACrUgAAAABJRU5ErkJggg==');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.b-product__table-area .back,
.b-product .back {
    padding: 5px 10px;
    background: #000;
    border: 1px solid #666;
    color: #ffcc00;
    display: block;
    float: right;
    margin: 20px 0 0 0;
}

.b-product__table-area .back {
    margin-right: 110px !important;
}

.b-product .back {
    margin-right: 80px;
}

.b-back-none,
.b-back-none:visited,
.b-back-none:active,
.b-back-none:hover {
    padding: 5px 10px;
    background: #000;
    border: 1px solid #666;
    color: #ffcc00;
    display: block;
    float: right;
    margin: 0 0 0;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.b-footer__noks {
    float: right;
    padding: 12px 0 0 0;
}

.b-footer__noks__txt,
.b-footer__noks__link,
.b-footer__noks__link:hover,
.b-footer__noks__link:visited,
.b-footer__noks__link:active {
    font-size: 11px;
    color: #fff;
    clear: both;
    display: block;
}

.b-footer__noks__left,
.b-footer__noks__right {
    float: left;
}

.b-footer__noks__left {
    width: 33px;
    height: 33px;
    margin: 0 10px 0 0;
}

.b-sitemap,
.b-sitemap:hover,
.b-sitemap:active,
.b-sitemap:visited {
    color: #fff;
    padding: 30px 0 0;
    display: block;
    float: left;
}

.b-submit,
.b-submit:hover,
.b-submit:active,
.b-submit:visited {
    border: none;
    background: #ffd326;
    color: #000;
    padding: 8px 19px 6px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 15px 0;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: 'SegoeUI', helvetica, sans-serif;
}

.b-submit:hover {
    background: #000;
    color: #fc0;
}

.b-send .b-submit,
.b-send .b-submit:hover,
.b-send .b-submit:active,
.b-send .b-submit:visited {
    float: right;
    clear: none;
}

.b-send {
    width: 385px;
}

.b-dialog {
    display: none;
}

.b-footer__noks__txt a,
.b-footer__noks__txt a:hover,
.b-footer__noks__txt a:visited,
.b-footer__noks__txt a:active {
    color: #fff;
}

table.b-table {
    border: 1px solid #000;
    margin-bottom: 8px;
    border-color: #ccc #000;
    box-shadow: 2px 2px 0 #ccc;
}

table.b-table tr:first-child {
    background: #ffcc00;
    padding: 5px 0;
}

.b-table tr td {
    text-align: center;
    padding: 11px 0;
    border: 1px solid #000;
}

.b-popup {
    width: 500px;
}

.fancybox-tmp iframe,
.fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    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: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.yellow-dialog .fancybox-skin {
    background: none;
    width: 391px;
}

.white-dialog .fancybox-skin {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ededed 49%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f3f3f3), color-stop(49%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ededed 49%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ededed 49%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ededed 49%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 49%, #ededed 49%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid #ffcc00;
    width: 450px;
}

.b-dialog__title {
    color: #000;
    font-size: 14px;
    width: 230px;
    margin: 0 0 15px;
    font-weight: 500;
}

.white-dialog .b-form__item {
    margin-bottom: 11px;
}

.white-dialog .fancybox-close {
    background: url(../images/close-btn.jpg);
    width: 22px;
    height: 23px;
    top: 10px;
    right: 8px;
}

.yellow-dialog .fancybox-close {
    background: url(../images/thnks-message.jpg);
    width: 391px;
    height: 92px;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
}

.ad-gallery {
    width: 450px;
}

.ad-gallery,
.ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery .ad-image-wrapper {
    width: 450px;
    height: 400px;
    margin-bottom: 10px;
    padding-right: 4px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
    background: url(../images/ad-gallery/trans.gif);
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/ad-gallery/ad_prev.png);
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/ad-gallery/ad_next.png);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}

.ad-image img {
    border: 3px solid #95d2f0;
}

.ad-image {
    border: solid #95d2f0;
    border-width: 0 3px 3px 0;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(../images/ad-gallery/opa75.png);
    color: #000;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    height: 20px;
}

.ad-gallery .ad-info {
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
    margin: 0 0 0 48px;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
    height: 100px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: -47px;
    width: 47px;
    top: 15px;
    display: block;
    background: url(../images/ad-gallery/ad_scroll_back.png) 0px 22px no-repeat;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: -47px;
    width: 47px;
    top: 15px;
    background: url(../images/ad-gallery/ad_scroll_forward.png) 0px 22px no-repeat;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    border: 3px solid #95d2f0;
    display: block;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

.benefits_all {
    padding: 15px 0px;
    background: #f7f7f7;
}

.benefit_item {
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    text-align: center;
    padding-left: 2%;
    padding-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 16px;
    width: 16.4%;
}

.benefit_pic {
    position: relative;
    text-align: center;
}

.benefit_name {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.benefit_pic img {
    display: inline-block;
}

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

html>body #all {
    height: auto;
    min-height: 100%;
}

body {
    color: #666;
    font: 75%/1.2 Arial, Verdana, Helvetica, sans-serif;
    position: relative;
    z-index: 0;
    text-align: left;
}

a {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
    cursor: pointer;
}

a:active {
    color: #000;
}

a:hover {
    color: #cb051d;
    text-decoration: none;
}

a:visited {
    color: #000;
}

img {
    display: block;
}

p {
    margin: 0 0 0.8em;
    line-height: 1.5em;
    text-align: left;
}

.b-logo {
    background: 0 0 no-repeat;
    width: 223px;
    height: 92px;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    margin: 4px 0 0 0;
    float: left;
}

h1,
.h1,
h2,
.h2,
h3,
h4,
.h4,
h5,
h6 {
    color: #010101;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

h1,
.h1 {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 10px 0;
    text-decoration: none;
    text-transform: none;
}

h2,
.h2 {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 25px 0;
}

h3,
.h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

h5,
.h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.ul_reset {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ul_margin {
    margin: 0 0 1em;
}

input {
    vertical-align: middle;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    zoom: 1;
    *display: inline;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    border: none;
    font-size: 0;
    background: none;
    cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.regular {
    padding: 0 0 25px 0;
}

.regular .slick-dots {
    position: absolute;
    bottom: -100px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.regular .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #ddd;
}

.regular .slick-dots li.slick-active {
    background: #00B7F4;
}

.regular .slick-prev {
    display: block;
    top: 50%;
    margin: -24px 0 0 0;
    left: 0px;
    width: 46px;
    height: 46px;
    background: url('../images/arrows1.png') right top no-repeat;
    z-index: 50;
    opacity: 0.25
}

.regular .slick-next {
    display: block;
    top: 50%;
    margin: -24px 0 0 0;
    right: 0px;
    width: 46px;
    height: 46px;
    background: url('../images/arrows1.png') left top no-repeat;
    z-index: 50;
    opacity: 0.25
}

.regular .slick-next:hover,
.regular .slick-prev:hover {
    cursor: pointer;
    opacity: 1.0
}

.regular1 {
    padding: 25px 0;
}

.regular1 .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.regular1 .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #fff;
}

.regular1 .slick-dots li.slick-active {
    background: #c6c6c6;
}

.regular1 .slick-prev {
    display: block;
    top: 50%;
    margin: -24px 0 0 0;
    left: -48px;
    width: 46px;
    height: 46px;
    background: url('../images/arrows.png') right top no-repeat;
    opacity: 0.75
}

.regular1 .slick-next {
    display: block;
    top: 50%;
    margin: -24px 0 0 0;
    right: -48px;
    width: 46px;
    height: 46px;
    background: url('../images/arrows.png') left top no-repeat;
    opacity: 0.75
}

.regular1 .slick-next:hover,
.regular1 .slick-prev:hover {
    opacity: 1.0;
    cursor: pointer;
}

.b-search-form {
    width: 290px;
    height: 27px;
    position: relative;
    border: 1px solid #000;
    margin: 17px 0 0 27px;
    display: inline-block;
    float: left;
}
.b-pager.b-pager_margin-bottom {
    margin-bottom: 30px;
}
.b-pager.b-pager_margin-bottom span{
    list-style-type: none;
    display: inline;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    background: #ffc20e;
    color: #FFF;
    padding: 10px;
}
.b-pager.b-pager_margin-bottom a{
    list-style-type: none;
    display: inline;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    background: #f7f7f7;
    padding: 10px;
}

.b-search-form__btn {
    background: url(../images/search.jpg);
    width: 32px;
    height: 25px;
    text-indent: -99999px;
    border: 0px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.b-search-form__input {
    border: 0;
    width: 244px;
    font-size: 14px;
    color: #333;
    height: 25px;
    float: left;
    padding: 0 0 0 10px;
}

.b-form {
    margin: 0 0 60px 0;
    width: 580px;
}

.form__box textarea{
    width: 100%;
}
.form__box textarea,
.form__box input,
.b-form__text,
.b-form__textarea {
    clear: both;
    border: 1px solid #b3b3b3;
    font-size: 14px;
}

.form__box input{
    width: calc(100% - 1.5rem) !important;
}
.form__box input,
.b-form__text {
    height: 25px;
    padding: 5px 10px;
    width: 560px;
}

.b-form__label {
    display: block;
    color: #333;
    font-size: 14px;
    margin: 0 0 7px 0;
}

.b-form__item {
    margin: 0 0 8px 0;
}

.b-form__textarea {
    height: 60px;
    padding: 10px;
    width: 560px;
}

.b-form .b-btn,
.b-form .b-btn:hover {
    background: #ffc20e;
    color: #000;
    text-indent: 1px;
    text-align: center;
    border: 1px solid #000;
    text-transform: uppercase;
    width: auto;
}

.b-form .b-btn:hover {
    background: #fff;
    cursor: pointer;
}

.form__box input,
.b-form_dialog .b-form__label,
.b-form_dialog .b-form__text {
    display: inline-block;
    vertical-align: top;
}

.b-form_dialog .b-form__text {
    width: 190px;
    height: 20px;
    color: #666;
}

.b-form_dialog .b-form__text.b-form__text_large {
    width: 362px;
}

.b-form_dialog .b-form__textarea {
    width: 190px;
}

.b-form_dialog .b-form__textarea,
.b-form_dialog .b-form__text {
    border: 1px solid;
    border-color: #d7d6d4 #f0efec #f0eeec #eae9e7;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 2px 9px -3px rgba(00, 00, 00, 0.60);
    box-shadow: inset 0px 2px 9px -3px rgba(00, 00, 00, 0.60);
}

.b-dialog__attantion {
    width: 130px;
    font-size: 12px;
    color: #666;
    float: left;
}

.form__box p {
    vertical-align: bottom;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.b-form_dialog .b-form__label {
    width: 170px;
    vertical-align: bottom;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.b-form_dialog .b-form__label.b-form__label_top {
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'SegoeUI', sans-serif;
    color: #000;
}

p {
    font-size: 15px !important;
}

.slider-content p {
    font-size: 14px !important;
    font-weight: 500;
}

.clr {
    clear: both
}

.clr:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 320px;
}

.zag {
    margin: 0 0 30px 5px;
    text-align: left;
    color: #000;
    font-weight: 600;
}

.zag i {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    background: #fccb0f;
    border-bottom: 1px solid #000;
    width: 9px;
    height: 20px;
}

h1,
.zag span {
    border-bottom: 1px dashed #000;
    display: inline-block;
    height: 20px;
    font-size: 125%;
    text-transform: uppercase;
}


.ie {
    display: none;
}

.nav-block {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    background: #fccb0f;
    z-index: 999;
    position: relative;
    font-family: 'SegoeUI', sans-serif;
    display: block;
}

.nav-block ul {
    text-align: center;
    z-index: 50;
}

.nav-block ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    *zoom: 1;
    *display: inline;
}

.nav-block ul li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #222;
}

.nav-block ul li a:hover {
    color: #000;
}

.nav-block ul li:hover {
    background: #F9D362;
}

.nav-block ul li ul {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    background: #f7f7f7;
    width: 240px;
}

.nav-block ul li ul li {
    position: relative;
    display: block;
    width: auto;
}

.nav-block ul li ul li a {
    display: block;
    padding: 8px 10px 8px 15px;
    text-align: left;
    line-height: 110%;
    font-size: 12px;
}

.nav-block ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    background: #f7f7f7;
}

.nav-block ul li ul li ul li a {
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    color: #111;
}

.nav-block ul li:hover>ul {
    display: block;
}

.nav-block ul li:hover>ul li:hover>ul {
    display: block;
}

.nav-block ul .nav1 {
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

section {
    display: block;
}

.slider {
    width: 100%;
    height: auto;
    border: 0;
    height: 250px;
    overflow: hidden;
}

.regular slider {
    overflow: hidden;
}

.slider .slider-page {
    width: 100%;
    height: 250px;
}

.slider .slider-page .slider-content {
    float: right;
    width: 320px;
    padding: 10px 46px 20px 20px;
    height: 250px;
    color: #e4e4e4;
    font-family: 'SegoeUI', sans-serif;
    position: relative;
}

.slider1 {
    margin: 0 auto;
    height: 100px;
    width: 90%;
    margin-bottom: 20px;
}

.slider .slider-page .slider-content>p {
    position: relative;
    z-index: 100;
}

.slider .slider-page .slider-content:after {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    margin: 10px 0;
    color: #666;
    color: #000;
    min-height: 450px;
}

.catalog-menu {
    float: left;
    padding: 15px 0;
    width: 25%;
    background: #f7f7f7;
    font-family: 'SegoeUI', sans-serif;
}

.catalog-menu ul li {
    list-style: none;
    display: block;
}

.catalog-menu ul li a {
    display: block;
    padding: 9px 10px 10px 30px;
    font-size: 15px;
    color: #111;
    text-transform: none;
    text-decoration: none;
    font-weight: 600;
}
.b-menu__item__arrow {
    display: block;
    position: absolute;
    font-size: 15px;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 6px;
    z-index: 50;
    cursor: pointer;
}

.b-menu__item__arrow.open {
    transform: rotate(180deg);
    left: -11px;
    top: -3px;
}

.b-menu__item {
    position: relative;
}
.catalog-menu ul li a:hover {
    background: #FCCB0F !important;
}

.b-menu__item a {
    display: block;
}

.b-menu__item__sub {
    display: none;
}

.b-menu__item__sub.open {
    display: block;
}

.catalog-menu ul li a:hover {
    color: #222;
    text-decoration: none;
    background: #F9D362;
}

.catalog-menu ul li ul li {
    background: none;
}

.catalog-menu ul li ul li a {
    padding-left: 40px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.content-r-front {
    width: 70%;
}
.catalog-menu{
    width: 26% !important;
}
.content-r {
    display: inline-block;
    float: right;
    padding: 15px 0 0 20px;
    width: 74%;
    height: auto;
    font-family: 'SegoeUI', helvetica, sans-serif;
    font-size: 13px;
    ;
}
.br{
    display: inline-block;
    margin-bottom: 0.8rem;
}
.content-r.content-r-front p{
    margin: 0;
}

.breadcrumbs {
    width: 100%;
    padding: 0 0 20px 0;
}

.breadcrumbs ul {}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li:last-child {
    display: none;
}

.name-page h1 {
    border: none;
    color: #333;
}

.partner-block {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ededed;
    width: 100%;
    height: auto;
}

.partner-block:last-child {
    border: 0;
}

.partner-block .partner-logo {
    float: left;
    padding: 0 20px 0 0;
    width: 20%;
}

.partner-block .partner-logo img {
    width: 100%;
    height: auto;
}

.partner-block .partner-text {
    float: left;
    width: 80%;
}

.partner-block .partner-text .partner-zag {
    font-size: 120%;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.partner-block .partner-text .partner-zag:hover {
    color: #333;
    text-decoration: underline;
}

.partner-block .partner-text .partner-txt {
    padding: 10px 0;
    font-size: 100%;
    color: #444;
}

.news-block {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ededed;
    width: 100%;
    height: auto;
}

.news-block:last-child {
    border: 0;
}

.news-block .news-img {
    float: left;
    padding: 0 20px 0 0;
    width: 20%;
}

.news-block .news-img img {
    width: 100%;
    height: auto;
}

.news-block .news-text {
    float: left;
    width: 80%;
}

.news-block .news-text .news-date {
    margin: 0 0 10px 0;
    font-size: 100%;
    font-weight: 600;
    color: #fc0;
}

.news-block .news-text .news-zag {
    font-size: 120%;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.news-block .news-text .news-zag:hover {
    color: #333;
    text-decoration: underline;
}

.news-block .news-text .news-txt {
    padding: 10px 0;
    font-size: 100%;
    color: #111;
}

.mainnews {
    padding: 15px 0;
    margin-bottom: 10px;
    background: #f7f7f7;
}

.shortstory {
    display: inline-block;
    padding: 0 15px 0 0;
    width: 32.9%;
    float: left;
    zoom: 1;
    *display: inline;
}

.shortstory .img {
    float: left;
    margin: 0 15px 15px 0;
    width: 100px;
    height: 100px;
}

.shortstory .img img {
    max-width: 100%;
    max-height: 100%;
}

.shortstory .text {}

.shortstory .text .time {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #fccb0f;
    font-size: 14px;
}

.shortstory .text p {
    padding: 0 0 5px 0;
}

.shortstory .text p a {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
}

.shortstory .text p a:hover {
    color: #555;
}

.btn-black {
    display: block;
    padding: 7px 10px;
    background: #000;
    border: 1px solid #666;
    float: right;
    margin: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fccb0f !important;
}

.btn-black a:hover {
    text-decoration: underline;
}

.btn-yellow {
    display: block;
    float: right;
    margin: 0 20px 0 0;
    padding: 7px 10px;
    width: 157px;
    background: #ffc20e;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    text-transform: uppercase;
    text-align: center;
}

.b-catalogue__item__img-wrap .ex {
    position: relative;
    bottom: 30px;
    display: block;
    width: 28px;
    height: 24px;
    background: url('../images/ex-logo-small.png');
    float: right;
    margin-right: 4px;
}

.b-catalogue__item__img-wrap .dev {
    position: relative;
    bottom: 30px;
    display: block;
    width: 28px;
    height: 24px;
    background: url('../images/dev-small.png');
    float: right;
    margin-right: 4px;
}

.content-r table {
    width: 100%;
    border: 1px solid #666;
    text-align: center;
    color: #000;
    font-size: 13px;
}

.content-r table td {
    padding: 6px 0;
    border: solid #666;
    border-width: 0 1px;
    font-size: 13px;
}

.content-r table tr {
    font-size: 12px;
    text-align: center;
}

.content-r table tr:first-child {
    background: #fccb0f;
    font-size: 13px;
    color: #111;
    font-weight: bold;
}

.content-r table tr:first-child td {
    font-weight: bold;
}

.content-r table tr:first-child strong {
    font-weight: bold;
}

.content-r table.catalog2 {
    width: 100%;
    border: 1px solid #666;
    color: #000;
    font-size: 12px;
    text-align: left;
}

.content-r table.catalog2 td {
    border: solid #bbb;
    border-width: 1px;
    font-size: 14px;
    padding: 2px 4px;
}

.content-r table.catalog2 tr {
    font-size: 12px;
    border: 1px solid #666;
    padding: 2px 4px;
}

.content-r table.catalog2 th {
    padding: 2px 4px;
}

.content-r table.catalog2 tr:first-child {
    background: #fccb0f;
    font-size: 12px;
    color: #111;
    border: 1px solid #666;
    font-weight: bold;
    text-align: center;
}

.content-r table.catalog2 tr:first-child td {
    font-weight: bold;
    text-align: center;
}

.content-r table.MsoNormalTable {
    width: 100%;
    border: 1px solid #666;
    color: #000;
    font-size: 12px;
    text-align: left;
}

.content-r table.forpic {
    width: auto;
    border: 1px solid #666;
    color: #000;
    text-align: left;
}

.content-r table.forpic td {
    border: solid #fff;
    border-width: 1px;
    padding: 5px 5px;
}

.content-r table.forpic tr {
    border: solid #fff;
    font-size: 12px;
    border: 1px solid #666;
    padding: 5px 5px;
}

.content-r table.forpic tr:first-child {
    background: #fff;
}

.content-r ul {
    line-height: 1.2;
    padding-left: 30px;
    font-size: 15px;
}

.content-r ul li {
    list-style: square;
    line-height: 1.5;
}

.content-r ol li {
    line-height: 1.5;
}

.b-map {
    height: 470px;
    position: relative;
}

.b-map ul {
    list-style-type: none;
}

.b-map-wrap {
    background: url("../images/map.jpg") no-repeat scroll 10px -15px transparent
}

.b-adress {
    position: absolute;
    left: 0;
    top: 0;
}

.b-adress ul li {
    list-style-type: none;
}

.b-adress li {
    margin: 0 0 6px 0;
    color: #333;
    list-style-type: none;
}

.b-citys__item {
    position: absolute;
    display: block;
}

.b-citys__item_moscow {
    width: 41px;
}

.b-citys__item_moscow {
    width: 43px;
    left: 65px;
    top: 232px;
}

.b-citys__item_ekat {
    width: 77px;
    left: 165px;
    top: 285px;
}

.b-citys__item_ufa {
    width: 29px;
    left: 143px;
    top: 298px;
}

.b-citys__item_chel {
    width: 63px;
    left: 160px;
    top: 307px;
}

.b-citys__item_novg {
    left: 100px;
    top: 207px;
    width: 60px;
    text-align: center;
}

.b-citys__item_ast {
    width: 42px;
    left: 214px;
    top: 364px;
}

.b-citys__item_tashk {
    left: 260px;
    top: 410px;
    width: 51px;
}

.b-citys__item_ash {
    left: 93px;
    top: 355px;
    width: 53px;
}

.b-citys__item_nov {
    left: 290px;
    top: 360px;
    width: 80px;
}

.b-citys__item_spb {
    left: 50px;
    top: 170px;
    width: 80px;
    text-align: center;
}

.b-citys__item_kazan {
    left: 125px;
    top: 237px;
    width: 45px;
}

.b-citys__item_krasn {
    left: 310px;
    top: 330px;
    width: 80px;
}

.b-citys__item_samar {
    left: 105px;
    top: 293px;
    width: 45px;
}

.b-citys__item a {
    display: block;
    padding: 0 0 10px 0;
    background: url(../images/circl-black.png) bottom center no-repeat;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.b-citys__item a:hover {
    color: #60bccf;
    text-shadow: 0 0 0.3em #000;
    background: url(../images/circl-blue.png) bottom center no-repeat;
    padding: 0 0 15px 0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, Strength=2);
}

ul.b-form li {
    list-style-type: none;
}

ul.b-list g-clear li {
    list-style-type: none;
}

li.b-list__item g-clear {
    list-style-type: none;
}

ul.b-list.g-clear li {
    list-style-type: none;
}

ul.b-pager.b-pager_margin-bottom {
    margin-bottom: 20px;
}

ul.b-pager.b-pager_margin-bottom li {
    list-style-type: none;
    display: inline;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    background: #f7f7f7;
    padding: 10px;
}

ul.b-pager.b-pager_margin-bottom li a:active {
    text-decoration: none;
    background: #f7f7f7;
}

ul.b-pager.b-pager_margin-bottom li a {
    text-decoration: none;
}

ul.b-pager.b-pager_margin-bottom li a:hover {
    text-decoration: underline;
}

.footer1 {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.contacts {
    width: 300px;
    position: relative;
    float: left;
    margin-left: 40px;
    color: #f7f7f7;
    font-size: 15px;
    line-height: 1.4em;
}

.contacts a {
    text-decoration: none;
    color: #fff;
}

.contacts a:hover {
    text-decoration: underline;
}

.cities {
    width: 135px;
    position: relative;
    float: left;
    display: block;
    line-height: 1.4em;
}

.cities ul {}

.cities ul li {
    color: #f7f7f7;
}

.numbers {
    width: 200px;
    position: relative;
    float: left;
    display: block;
    line-height: 1.4em;
}

.numbers ul li {
    color: #f7f7f7;
}

.numbers ul li a {
    color: #f7f7f7;
}

.social {
    display: block;
    width: 250px;
    margin-right: 40px;
    position: relative;
    float: right;
    color: #f7f7f7;
}

.social i {
    color: #f7f7f7;
    margin-right: 15px;
    margin-top: 10px;
}

.footer2 {
    width: 100%;
    height: 96px;
    overflow: hidden;
}

.buttons {
    display: block;
    position: relative;
    position: absolute;
    width: 550px;
    float: right;
    margin-top: -40px;
    margin-left: 670px;
}

.top {
    width: 200px;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #f7f7f7;
    font-size: 15px;
    height: 96px;
    overflow: hidden;
    text-align: center;
}

.top a {
    color: #f7f7f7;
    text-decoration: none;
}

.top a:hover {
    text-decoration: underline;
}

.white-dialog .fancybox-skin {
    box-sizing: content-box !important;
}

.b-product table td,
.b-product table th {
    padding: 6px 7px;
}

.mobile-menu {
    display: none;
}

.shortstory .img {
    margin: 0 15px 0px 15px;
    width: 90px;
    height: 90px;
}

@media only screen and (max-width:1024px) {
    .nav-block ul li:last-child ul {
        left: -140px;
    }
}

@media only screen and (max-width:1023px) {
    body .banner {
        padding: 70px 0 !important;
        gap: 25px !important;
    }
    body .s-banner .banner__title {
        font-size: 36px;
        margin-bottom: 0;
    }

    img,
    table,
    iframe {
        max-width: 100%;
        height: auto;
    }

    iframe {
        display: block;
        height: 300px;
        margin: 0px auto 0px;
    }

    .b-search-form {
        width: 200px;
    }

    .nav-block ul li a {
        padding: 0 5px;
        font-size: 13px;
        box-sizing: content-box;
    }

    .nav-block ul li:nth-child(7) ul {
        left: -140px;
    }

    .catalog-menu ul li a {
        font-size: 15px;
    }

    .contacts {
        width: 200px;
        margin-left: 2%;
        font-size: 14px;
    }

    .cities,
    .numbers {
        width: 125px;
    }

    .social {
        width: 220px;
        margin-right: 2%;
    }

    .regular1 .slick-next {
        right: -38px;
    }

    .b-product__image-area {
        width: 38%;
        padding: 0 2% 0 0;
    }

    .b-form,
    .b-form__text,
    .b-form__textarea {
        width: 100%;
        box-sizing: border-box;
    }

    table {
        display: block;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    table td {
        padding: 5px !important;
        min-width: 104px;
    }

    .b-submit {
        margin-right: 10px !important;
    }

    .benefit_item {
        padding-left: 2%;
        width: 16.2%;
        text-align: center;
    }

    .benefit_pic img {
        display: inline-block;
    }

    .content-r {
        padding: 15px 0 0 5px;
    }

    .content-r .zag {
        margin: 0 0 30px 0px;
    }

    .btn-yellow {
        margin: 0 16px 0 0;
        padding: 3px 0px;
        width: 126px;
        font-size: 12px;
    }
}

@media only screen and (max-width:1023px) {
    .nav-block {
        padding: 0px 2%;
        z-index: 99999;
        margin-top: 0px;
    }

    .mobile-menu {
        display: inline-block;
        color: #222;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 30px 10px 0px;
        font-weight: 600;
        position: relative;
    }

    .mobile-menu:after {
        content: '';
        height: 8px;
        width: 8px;
        display: block;
        border: 2px solid #222;
        border-left-width: 0;
        border-bottom-width: 0;
        top: 10px;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 10px;
    }

    .nav-block ul {
        display: none;
        border-top: 1px solid #fff;
        text-align: left;
    }

    .nav-block ul li {
        display: block;
        text-align: left;
    }

    .nav-block ul li a {
        padding: 0px;
        font-size: 16px;
    }

    .b-search-form {
        width: 96%;
        margin: 10px 0px 0px;
        float: none;
    }

    .b-search-form__input {
        width: calc(100% - 32px);
        box-sizing: border-box;
    }

    #rh-badge.rh-right,
    #rh-badge.rh-left {
        top: inherit !important;
        bottom: 20px !important;
        display: none !important;
    }

    .mainpartners {
        display: none;
    }

    .catalog-menu {
        float: none;
        width: 100% !important;
    }

    .content-r {
        display: block;
        float: none;
        padding: 15px 1% 0 1%;
        width: 100%;
    }

    .nav-block ul .nav1 {
        height: auto;
    }

    .nav-block ul li ul {
        display: block;
        position: static;
        width: 100%;
    }

    .nav-block ul li ul:last-child {
        margin-bottom: 15px;
    }

    .zag {
        margin: 0 0 10px 5px;
    }

    .catalog-menu {
        padding: 10px 0 5px;
    }

    .cat-menu {
        display: none;
    }

    .mainnews {
        margin-bottom: 0px;
    }

    .shortstory {
        display: block;
        padding: 0 10px 0 10px;
        width: 100%;
    }

    .footer1 {
        margin-top: 10px;
    }

    .contacts {
        width: 100%;
        margin-left: 0%;
        text-align: center;
        margin-bottom: 10px;
        float: none;
    }

    .cities {
        margin-left: 34%;
    }

    .cities,
    .numbers {
        width: 20%;
        text-align: left;
        margin-bottom: 10px;
    }

    .social {
        width: 100%;
        margin-right: 0%;
        text-align: center;
    }

    .fa-3x {
        font-size: 2em !important;
    }

    .b-map-wrap {
        background: none;
    }

    .b-adress {
        position: static;
        margin-bottom: 20px;
    }

    .b-citys__item {
        width: auto;
        position: static;
        display: inline-block;
        vertical-align: top;
        margin: 0px 10px 20px 0px;
    }

    .b-citys__item a,
    .b-citys__item a:hover {
        background: none;
        font-size: 14px;
        padding: 0 0 0px 0;
    }

    .b-map {
        height: auto;
    }

    .b-catalogue__item {
        width: 33%;
        text-align: center;
    }

    .b-catalogue__item__img-wrap {
        width: 100%;
    }

    .b-catalogue__item__img-wrap img {
        display: inline-block;
    }

    .b-dialog__title,
    .b-send {
        width: 100%;
    }

    .b-form {
        margin: 0 0 20px 0;
    }

    .b-form_dialog .b-form__label,
    .b-form_dialog .b-form__text,
    .b-form_dialog .b-form__textarea {
        display: block;
        width: 100%;
        height: 30px;
    }

    .b-submit,
    .b-submit:hover,
    .b-submit:active,
    .b-submit:visited {
        font-size: 18px;
    }

    .b-product {
        text-align: center;
    }

    .b-product .b-submit {
        display: inline-block;
        margin: 0px auto 10px;
        float: none !important;
        margin-right: 0px !important;
    }

    .b-product img {
        float: none !important;
        margin: 0px auto 10px;
    }

    .content-r ul {
        text-align: left;
    }

    .content-r table.MsoNormalTable {
        margin-left: 0px !important;
        width: 100% !important;
        height: auto !important;
    }

    .b-product .back {
        margin-right: 0px !important;
    }

    .b-product__image-area {
        width: 100%;
        padding: 0 0% 0 0;
    }

    .b-product__image-area,
    .b-product__table-area {
        width: 100%;
        padding: 0 0px 0 0;
    }

    .page img {
        float: none !important;
        margin: 0px auto 10px;
    }

    table {
        height: auto !important;
    }

    .news-block .news-text .news-zag {
        font-size: 100%;
    }

    h1,
    .zag span {
        height: auto;
    }

    #fancybox-overlay {
        z-index: 99999;
    }

    .fancybox-opened {
        z-index: 999999;
    }

    h3 {
        word-break: break-all;
    }

    .hidden span,
    .hidden i {
        display: none;
    }

    .nav-block ul li ul li ul {
        position: static;
        width: 100%;
    }

    .nav-block ul li:last-child .submenu {
        display: none;
    }

    .content-r ul {
        padding-left: 0px;
    }
}

@media only screen and (max-width:640px) {
    .slider {
        display: none;
    }

    .cities {
        margin-left: 32%;
    }

    .b-catalogue__item {
        width: 32%;
        padding: 0 0% 5px 0;
    }

    .b-catalogue__item:nth-child(3n+3) {
        padding: 0 0% 5px 0;
    }

    .b-catalogue__item:nth-child(1n+1) {
        margin-left: 0.7%;
    }

    .content-r table {
        margin: 0px auto;
    }

    input.b-form__text {
        height: 30px;
    }

    .benefit_name {
        padding-top: 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width:600px) {
    .cities,
    .numbers {
        width: 30%;
    }

    .cities {
        margin-left: 22%;
    }

    .btn-black {
        float: none;
        margin: 10px 0px;
    }

    .btn-yellow {
        float: none;
    }

    .fancybox-opened,
    .white-dialog .fancybox-skin,
    .fancybox-inner {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .fancybox-opened {
        left: 0px !important;
    }

    table {
        margin: 0px auto 10px;
    }

    iframe {
        height: 240px;
    }

    .benefit_item {
        width: 24%;
    }
}

@media only screen and (max-width:480px) {
    .benefits_all {
        text-align: center;
    }

    .benefit_item {
        width: 31%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .content-r .text p span {
        white-space: normal;
        word-wrap: break-word;
    }
}

@media only screen and (max-width:414px) {

    .cities,
    .numbers {
        width: 40%;
    }

    .cities {
        margin-left: 12%;
    }

    .b-catalogue__item {
        width: 48%;
    }

    .b-catalogue__item:nth-child(1n+1) {
        margin-left: 1%;
    }

    .b-product img {
        width: 100%;
        left: 0px;
    }

    .benefit_item {
        width: 50%;
        display: inline-block;
    }
}

@media only screen and (max-width:375px) {
    .b-box__title__more.b-box__title__more_btn {
        width: 160px;
    }

    .benefit_item {
        width: 47%;
    }
}

ul.b-menu__item__sub3 {
    padding-left: 20px;
}

ul.cat-menu a.active {
    color: #222;
    text-decoration: none;
    background: #dadad9;
}

.catalog-menu ul li a:active {
    color: #222;
    text-decoration: none;
    background: #dadad9;
}


.catalog-menu ul li a.active {
    background: #dadad9;
}

.catalog-menu ul li ul li a.active {
    background: #e7e7e7;
    ;
}

.catalog-menu ul li ul li ul li a.active {
    background: #eaeaea;
}


.breadcrumbs ul li a {
    color: rgb(102, 102, 102);
}

ul.b-breadscrumb.g-clear {
    padding-left: 0px;
    font-size: 14px;
}

h3.related {
    margin: 15px 0px;
    font-size: 125%;
}

ul.file-list {
    margin-top: 10px;
    padding-left: 0;
}

ul.file-list li {
    list-style: none;
}

.b-product__image-wrapper svg {
    width: 200px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

div.for_svg {
    position: absolute;
    margin-left: 118px;
    margin-top: 220px;
}

@media(max-width:1180px) {
    div.for_svg {
        margin-left: 98px;
        margin-top: 220px;
    }
}

@media(max-width:1023px) {
    div.for_svg {
        margin-left: 298px;
        margin-top: 220px;
    }
}

@media(max-width:800px) {
    div.for_svg {
        margin-left: 198px;
        margin-top: 220px;
    }
}

@media(max-width:600px) {
    div.for_svg {
        margin-left: 148px;
        margin-top: 220px;
    }
}

@media(max-width:460px) {
    div.for_svg {
        margin-left: 78px;
        margin-top: 220px;
    }
}

@media(max-width:350px) {
    div.for_svg {
        margin-left: 28px;
        margin-top: 220px;
    }
}

.header .header-top .link{
    display: flex;
}
/*-------------------------------------*/
/*---------------- POPUP --------------*/
/*-------------------------------------*/

.modal-order,
.modal-order-header,
.modal-order-footer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-order-content,
.modal-order-content-header,
.modal-order-content-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 60%;
    border-radius: 0.5rem;
}

.close-button-order,
.close-button-order-header,
.close-button-order-footer {
    float: right;
    width: 2.5rem;
    line-height: 2.5rem;
    padding-bottom: 2px;
    font-size: 2.2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button-order:hover,
.close-button-order-header:hover,
.close-button-order-footer:hover {
    background-color: darkgray;
}

.show-modal-order,
.show-modal-order-header,
.show-modal-order-footer {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    z-index: 1000;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-order__img {
    margin: 25px 0 15px 0;
    display: flex;
    justify-content: center;
}

.modal-order__img img {
    height: 200px;
    max-width: 300px;
    width: 100%;
    object-fit: contain;
}

.modal_product_title {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.modalorderheader:hover svg g g,
.modalorderheader:hover svg g g path{
    fill: #cc0605;
    transition: all .1s ease-in-out !important;
}
.modalorderheader{
    transition: all .1s ease-in-out !important;
}
._is-no-scroll {
    overflow: hidden;
}
.modal-order-content .contactform .table .wpcf7-submit{
    margin-top: 10px;
}
.modal-order-content .contactform .table{
    width: 100%;
    padding: 0 0 25px 0;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
}

.burger {
    display: none;
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    position: absolute;
    font-size: 0;
    color: transparent;
    width: 28px;
    height: 28px;
    top: 54px;
    right: 24px;
    z-index: 10001;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger::after {
    content: "";
    bottom: 0;
}
.burger::before {
    content: "";
    top: 3px;
}
.burger::after, .burger::before {
    -webkit-transition: -webkit-transform 0.2 0.5s linear;
    transition: -webkit-transform 0.2 0.5s linear;
    -o-transition: transform 0.2 0.5s linear;
    transition: transform 0.2 0.5s linear;
    transition: transform 0.2 0.5s linear, -webkit-transform 0.2 0.5s linear;
}
.burger::after, .burger::before, .burger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fccb0f;
    position: absolute;
    left: 0;
}
.header{
    position: relative;
}
.modile-header{
    position: relative;
    transform: translateX(-150%);
    z-index: 1111;
}
.modile-header.active{
    transform: translateX(0%);
    position: absolute;
    top: 0;
    width: 100%;
}
.show-burger .burger {
    z-index: 10;
}
.burger.active {
    -webkit-transition: -webkit-transform 0.2 0.5s linear;
    transition: -webkit-transform 0.2 0.5s linear;
    -o-transition: transform 0.2 0.5s linear;
    transition: transform 0.2 0.5s linear;
    transition: transform 0.2 0.5s linear, -webkit-transform 0.2 0.5s linear;
    top: 25px;
    right: 29px;
    width: 50px;
    height: 50px;
    background: #C4C4C4;
}
.burger.active span {
    opacity: 0;
}
.burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger.active::before, .burger.active::after {
    top: 23px;
}
.burger.active::after,
.burger.active::before,
.burger.active span {
    background-color: #000;
    width: 75%;
    margin-left: 6px;
    height: 2px;
}
.sidebar-heder {
    background-color: rgba(0, 0, 0, .5);
}
.modile__iner {
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 1000;
    padding: 13px 10px;
    width: calc(100% - 80px);
    transition: all .3s ease-in-out;
    background-color: #fff;
}
.modile {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.footer__contact--contact img{
    margin-top: 4px;
}
@media (max-width: 1000px) {
    .s-bennefits .bennefits{
        display: grid !important;
        gap: 20px !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer .footer__inner{
        flex-direction: column;
    }
    .footer .footer__contact-last-child{
        align-items: baseline !important;
    }
    .footer__title:first-child{
        margin-top: 0;
    }
    footer .footer__title{
        margin-top: 15px !important;
    }
    .page img{
        margin: auto;
    }
    .header .header__content{
        padding: 15px 0 !important;
    }
    .header{
        height: auto !important;
    }
    .header .header-top__wrapper{
        height: auto !important;
        background-color: transparent !important;
    }
    .header .header__content-title,
    .header .header-top__mobile,
    .header .header__menu-wrapper{
        display: none;
    }

    .header__content-contact {
        margin-right: 60px;
    }

    .header .modile .header-top .search__btn svg{
        stroke: #fccb0f;
    }
    .header .modile .search__input::-webkit-input-placeholder{
        color: #fccb0f !important;
    }
    .header .modile .header-top .search__input{
        color: #fccb0f;
    }
    .header .modile .header-top .search-form-header{
        border: 1px solid #fccb0f;
    }
    .header .modile .header-top{
        height: auto;
        background-color: transparent;
    }
    .header .modile .header__menu{
        display: flex;
        flex-direction: column;
        background: transparent !important;
        height: auto;
    }
}
@media (max-width: 450px) {
    .header__content-contact{
        display: none !important;
    }
}
/* @media (min-width: 768px) {
    #sidebarBurger {
        display: none;
    }
} */
@media (max-width: 768px) {
    .modal-order-content,
    .modal-order-content-header,
    .modal-order-content-footer{
        width: 90%;
    }
    .s-bennefits .bennefits{
        grid-template-columns: 1fr 1fr;
    }
    body .s-banner .banner__title {
        font-size: 24px;
    }
    .header .burger {
        display: block !important;
    }
}
.b-catalogue__item img {
    top: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
    display: flex;
    z-index: -1;
}

.container{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.header {
    height: 238px;
}
.header .header-top__wrapper {
    width: 100%;
    height: 40px;
    background-color: #626262;
}
.header .header__menu-wrapper {
    width: 100%;
    height: 54px;
    background: #fccb0f;
}
.header .header-top {
    width: 100%;
    height: 40px;
    background-color: #626262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-top .link {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.header .header-top .link img {
    width: 12px;
    margin-right: 10px;
    object-fit: contain;
}
.header .header-top .search-form-header {
    width: 160px;
    height: 23px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 11px;
    position: relative;
}
.header .header-top .search__input {
    border: none;
    background: transparent;
    color: #fff;
    width: 125px;
}
.header .header-top .search__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.header .header-top .search__input::-moz-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.header .header-top .search__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.header .header-top .search__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.header .header-top .search__input::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.header .header-top .search__btn {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 2px;
}
.header .header__content {
    padding: 35px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header__content-img img {
    max-width: 258px;
    width: 100%;
}
.header .header__content-title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.header .header__content-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header .header__content-item {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000;
    text-decoration: none;
}
.header .header__content-item:last-child {
    margin-bottom: 0;
}
.header .header__content-item img {
    margin-right: 10px;
}
.header .header__menu {
    margin: 0;
    padding: 13px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 54px;
    background: #fccb0f;
}
.header .header__menu li {
    list-style: none;
}
.header .header__menu a {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    display: block;
}

.s-banner .banner {
    padding: 115px 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    gap: 100px;
}
.s-banner .banner__title {
    font-weight: 500;
    font-size: 55px;
    line-height: 122%;
    text-align: center;
    color: #fff;
    margin-bottom: 65px;
}
.s-banner .banner__btn {
    background: #fccb0f;
    border-radius: 7px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 19px;
}

.s-bennefits {
    background: #fccb0f;
    padding: 20px;
}
.s-bennefits .bennefits__title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.s-bennefits .bennefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.s-bennefits .bennefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-bennefits .bennefits__img {
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.s-bennefits .bennefits__text {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000;
    max-width: 220px;
}

.footer {
    padding: 25px 0;
    background: #626262;
}
.footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer .footer__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footer__text {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    max-width: 445px;
    line-height: 1.3;
}
.footer .footer__contact {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer .footer__contact li {
    font-weight: 400;
    font-size: 14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    list-style: none;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}
.footer .footer__contact li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-content: center;
}
.footer .footer__contact li a span {
    text-decoration: underline;
}
.footer .footer__contact li img {
    margin-right: 10px;
    width: 10px;
    height: 9px;
}
.footer .tolk {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-top: 10px;
}
.content-article{
    margin-left: 30px;
}
.content-article-r{
    float: inherit;
}