:root {
    --color-blue:  #08c;
    --color-green: #4BC25A ;
    --color-green-dark: #299437 ;
}
html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
* html .clearfix {
    height: 1%}
html[xmlns] .clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.fancybox{
    cursor: pointer;
}
.fancybox__container{
    z-index: 9999;
}
.clearfix {
    display: inline-block;
}
.clearfix.block, .row.clearfix {
    display: block;
}
[id^=bx_incl] {
    display: inline;
    vertical-align: top;
    zoom: 1;
}
.bx_editmode .bx_areas [id^=bx_incl], .right_block [id^=bx_incl] {
    display: block;
}
.margin0 {
    margin-left: 0!important;
    margin-right: 0!important;
}
.nopadding {
    padding: 0!important;
}
.nopadding-right {
    padding-right: 0!important;
}
* {
    outline: 0!important;
}
[data-event=jqm] {
    cursor: pointer;
}
.twosmallfont {
    font-size: .867em;
    line-height: 18px;
}
.animation-width {
    -webkit-transition: width .1s;
    moz-transition: width ease .1s;
    ms-transition: width ease .1s;
    o-transition: width ease .1s;
    transition: width .1s;
}
.animation-height {
    -webkit-transition: height .1s;
    moz-transition: height ease .1s;
    ms-transition: height ease .1s;
    o-transition: height ease .1s;
    transition: height .1s;
}
.animation-opacity {
    -webkit-transition: opacity .1s;
    moz-transition: opacity ease .1s;
    ms-transition: opacity ease .1s;
    o-transition: opacity ease .1s;
    transition: opacity .1s;
}
.animation-boxs {
    -webkit-transition: box-shadow .1s, border-color .1s;
    moz-transition: box-shadow ease .1s, border-color ease .1s;
    ms-transition: box-shadow ease .1s, border-color ease .1s;
    o-transition: box-shadow ease .1s, border-color ease .1s;
    transition: box-shadow .1s, border-color .1s;
}
.row.indent10 {
    margin: 0 -10px;
}
.row.indent10>div {
    padding: 0 10px;
}
label {
    font-weight: 400;
}
label.error {
    color: #e02222!important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 12px;
    z-index: 6;
}
textarea {
    resize: none;
}
input {
    outline: 0;
}
input::-ms-clear {
    display: none;
}
select {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding: 5px 39px 5px 7px;
    background: 0 0;
    color: #777;
    cursor: pointer;
    line-height: 17px;
    position: relative;
}
.catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .15);
    border-radius: 8px;
}
.catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-thumb:window-inactive, .scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
.body {
    height: auto!important;
    margin: 0 auto -212px;
    min-height: 100%}
.main {
    padding: 0 0 212px;
}
.container {
    width: 100%!important;
    padding: 0;
}
.container iframe, .container object, .container video {
    display: block;
    margin: 0 auto;
    max-width: 100%}
.maxwidth-theme {
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 1344px;
    position: relative;
    width: 100%}
.maxwidth-theme:after, .maxwidth-theme:before {
    content: "";
    display: block;
    clear: both;
}
.border_content>.row, .container>.row, .greyline>.row, .logo_and_menu-row>.row, .main>.row, section.page-top>.row {
    margin-left: 0;
    margin-right: 0;
}
.container>.row>.maxwidth-theme, .greyline>.row>.maxwidth-theme, .logo_and_menu-row>.row>.maxwidth-theme, .main>.row>.maxwidth-theme, section.page-top>.row>.maxwidth-theme {
    padding: 0;
}
body .wide-block {
    display: block;
    margin-right: 0;
}
.url-block {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    color: #222;
}
.url-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 47px;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
}
.url-block i {
    position: absolute;
    width: 47px;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    top: 13px;
    text-align: center;
}
.url-block.next-url i {
    left: auto;
    right: 0;
}
.url-block.next-url:before {
    left: auto;
    right: 47px;
}
.url-block.next-url span {
    padding-left: 20px;
    padding-right: 67px;
}
.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 20px 12px 67px;
}
.url-block:hover {
    background: #f2f2f2;
    color: #222;
}
.url-block:hover:before {
    background: #fff;
}
.bx-firefox .back-url i, .bx-ie .back-url i {
    line-height: 24px;
}
.bx-core-waitwindow, div[id^=wait_comp] {
    display: none;
}
.jqmWindow {
    animation: .2s toggle_opacity;
}
.fa.colored {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    margin: 0 20px 20px 0;
}
.bx-yandex-view-layout {
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
    width: 100%}
span.zoom {
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 44px;
    line-height: 24px;
    margin: -22px -22px 0 0;
    padding: 6px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 44px;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: url(/bitrix/templates/grand-poliv/images/svg/Fullsize.svg) center no-repeat rgba(34, 34, 34, .7);
}
span.zoom i {
    font-size: 21px;
    left: 0;
    position: relative;
    top: 2px;
}
.uploader {
    border: 1px solid #e8e8e8;
    padding: 9px;
    border-radius: 2px;
    height: 52px;
    position: relative;
    margin-bottom: -1px;
}
.uploader input[type=file] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.form-control.bx-input-file-desc {
    display: none;
}
.uploader .action {
    position: absolute;
    top: 9px;
    left: 9px;
    background: #fff;
    border-radius: 3px;
    color: #fff;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
}
.uploader:hover .action {
    color: #fff;
}
.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
    color: #9aa6ae;
    position: relative;
    top: -5px;
    padding: 9px 9px 9px 145px;
    text-overflow: ellipsis;
}

div[data-sid=FILE] .input br {
    display: none;
}
img.captcha_img {
    height: 40px;
}
.text_before_items {
    color: #555;
    margin-bottom: 36px;
}
.bgtransition {
    transition: background-color .3s, border-color .3s;
    -moz-transition: background-color .3s, border-color .3s;
    -ms-transition: background-color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s, border-color .3s;
    -webkit-transition: background-color .3s, border-color .3s;
}
.video .title {
    text-align: center;
    margin: 5px 0 25px;
}
.dark-color:not(.active) {
    color: #222;
}
.shine {
    position: relative;
}
.hover_blink .shine:hover {
    opacity: 1;
    -webkit-animation: .8s flash;
    animation: .8s flash;
}
.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}
.company-front {
    padding:  58px 0 60px !important;
}
.company-front.flexbox {
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
}
.profit-front-block {
    padding-top: 23px;
}
.profit-front-block .item .image {
    color:  #fff;
    font-size:  21px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .4);
    line-height: 48px;
    max-height: 48px;
    min-height: 48px;
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.profit-front-block .item .image .fa-check-square-o {
    position:  relative;
        top:  1px;
        left:  2px;
}
  .profit-front-block .item .image+.body-info {
    padding: 7px 0 0 55px;
}
.profit-front-block .props {
    color: #888;
    padding-bottom: 30px;
}
.profit-front-block .props .value {
    font-size: 3.2em;
    line-height: 35px;
}
.profit-front-block .props .title {
    margin: 0;
    font-size: .933em;
    clear: both;
    padding-top: 8px;
}
.profit-front-block .item .body-info {
    padding: 0;
}
.svg {
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.bx-firefox svg, .bx-ie svg {
    transform: translateZ(0);
}
.svg svg {
    display: block;
}
.svg.inline.white svg path {
    fill: #fff;
}
.svg.inline.dark svg path {
    fill: #222;
}
.svg-phone {
    margin: 0 9px 0 0;
    min-width: 9px;
    min-height: 12px;
    background-image: url(images/svg/Phone_black.svg);
}
.svg-burger {
    background-image: url(images/svg/burger_black.svg);
}
.svg-burger.mask {
    background-color: #222;
    background-image: url(images/svg/Burger_mask.svg);
}
.svg-burger.white {
    background-image: url(images/svg/burger_white.svg);
}
.svg-burger.white.lg {
    background-image: url(images/svg/Burger_big_white.svg);
}
.svg-search {
    background-color: #222;
    background-image: url(images/svg/Search_mask.svg);
}
.svg-search.white {
    background-image: url(images/svg/Search_white.svg);
    background-color: transparent;
}
.svg-basket {
    background-color: #222;
    background-image: url(images/svg/Basket_mask.svg);
}
.svg-basket.white {
    min-width: 18px;
    min-height: 17px;
    background: url(images/svg/Basket_white.svg);
}
.svg-basket.white.lg {
    background: url(images/svg/Basket_big_white.svg);
}
.svg-filter {
    background-image: url(images/svg/Filter_black.svg);
}
.svg-filter.white {
    background-image: url(images/svg/Filter_white.svg);
}
.svg.svg-close {
    background-color: #222;
    background-image: url(images/svg/Close_mask.svg);
}
.svg-close.black {
    background: url(images/svg/Close.svg);
}
.svg-close.white {
    background: url(images/svg/Close_white.svg);
}
.input.error input, .input.error textarea {
    border-color: #e02222;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
}
.form-group.animated-labels.input-filed .form-control {
    background: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff;
    border-color: #999;
}
.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .015) inset;
    border-color: #999;
}
.jqmWindow {
    display: none;
    position: fixed;
    left: 50%;
    width: 500px;
    background: #fff;
    top: 0;
}
.jqmOverlay {
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
.jqmOverlay.waiting {
    z-index: 997;
}
.jqmClose.top-close {
    width: 14px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 25px;
    cursor: pointer;
    background: url(images/allcorp2.png) -85px 0 no-repeat;
    transition: opacity .3s;
    z-index: 1;
}
.jqmClose.top-close:before {
    display: none;
}
.jqmClose.top-close:hover {
    opacity: .7;
}
.form label {
    color: #999;
    font-size: .8em;
}
form .form-group.animated-labels label:not(.error) {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: all ease-out .2s;
    transition: .2s ease-out;
    font-size: .933em;
}
form .row .form-group.animated-labels label:not(.error) {
    left: 28px;
}
form .captcha-row .form-group.animated-labels label:not(.error), form .row div .form-group.animated-labels label:not(.error) {
    left: 12px;
}
form .form-group.animated-labels.input-filed label:not(.error) {
    -ms-transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    background: #fff;
    left: 7px;
    z-index: 6;
    padding: 0 5px;
    font-size: .8em;
}
form .row .form-group.animated-labels.input-filed label:not(.error) {
    left: 23px;
}
form .captcha-row .form-group.animated-labels.input-filed label:not(.error), form .row div .form-group.animated-labels.input-filed label:not(.error) {
    left: 7px;
}
.form textarea {
    overflow: hidden;
    padding-top: 10px;
}
.form .refresh {
    color: #666;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    cursor: pointer;
}
.form .refresh a {
    border-bottom: 1px dotted;
    font-size: .8em;
    line-height: 14px;
}
.form img.calendar-icon-hover {
    margin: 1px 1px 1px 2px;
}
.captcha-row {
    position: relative;
    max-width: 418px;
}
.captcha-row label:not(.error) {
    font-size: .933em;
}
.captcha-row.form-control {
    background-color: #fff;
    border: 0 solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
}
.form {
    position: relative;
}
.form.sending:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/loaders/pl3.gif) center no-repeat #fff;
    z-index: 1000;
    opacity: .8;
    content: "";
}
.form.sending:after {
    width: 100%;
    position: absolute;
    top: calc(50% + 50px);
    left:  0;
    right: 0;
    color: #000;
    z-index: 1000;
    text-align: center;
    content: "Отправка...";

}
body .captcha-row.invisible {
    margin-bottom: 0;
    height: 0;
    visibility: visible;
    margin-top: -30px;
}
.captcha-row.invisible label {
    display: none;
}
.bx-auth form[name=bx_auth_servicesform_inline] .g-recaptcha, .g-recaptcha {
    display: none!important;
}
div>.g-recaptcha {
    display: block!important;
    position: relative;
    z-index: 9;
}
body .captcha-row .recaptcha, body .captcha-row>div.iblock {
    padding: 0;
    margin: 0;
    display: block;
}
body .captcha-row .recaptcha {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    display: block;
}
body .captcha-row.invisible.inline {
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;
}
body .captcha-row.compact label.error, body .captcha-row.normal label.error {
    top: 0;
}
.form.contacts .captcha-row {
    margin-top: -10px;
    margin-bottom: 30px;
}
.form .required-star {
    color: #e02222;
    margin-left: 3px;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}
.form .form-header {
    padding: 55px 53px 29px;
    background: #fff;
}
.form .form-header .text {
    color: #777;
    font-size: .867em;
}
.form .form-header .title {
    font-size: 1.866em;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    color: #222;
}
.form .form-header p:last-child {
    margin: 0;
}
.form .form-body .description {
    margin-bottom:  24px;
}
.form .form-body {
    padding: 0 0 0;
    background: #fff;
}
.form .form-error {
    padding-left: 15px;
    padding-right: 15px;
}
.form:not(.contacts) .form-error {
    border-radius: 0;
}
.form .form-group {
    margin-bottom: 16px;
    position: relative;
}
.form .form-group .form-group {
    margin: 0;
}
.form .form-body>.row:last-of-type .form-group {
    margin-bottom: 0;
}
.form .form-group .input {
    position: relative;
}
.form .form-group i {
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 17px;
    color: #c4ccd1;
}
.form .form-group .hint {
    font-size: 11px;
    line-height: 18px;
    margin-top: 7px;
}
.form .form-group input[type=checkbox]+label:not(.error) {
    margin-left: 10px;
    vertical-align: top;
}
.form .form-group input[type=checkbox]+label:not(.error):after, .form .form-group input[type=checkbox]+label:not(.error):before {
    top: 4px;
}
.form .bx_filter .form-group input[type=checkbox]+label:not(.error) {
    margin-left: 0;
}
.form .form-footer {
    padding: 0 0 15px;
    display: block;
}
.form .form-footer .btn {
    margin: 3px 0 0;
}
.form .form-footer .licence_block input[type=checkbox]+label:after, .form .form-footer .licence_block input[type=checkbox]+label:before {
    top: 3px;
}
.form.success .form-header {
    border-top-color: #38ac61!important;
    background: 0 0;
}
.form.success .form-header i {
    background: #38ac61!important;
}
.form.success.contacts .form-footer {
    text-align: center;
}
.form.popup .form-body {
    padding: 14px 53px 18px;
}
.form.popup .form-error {
    padding-left: 52px;
    padding-right: 52px;
}
.form.popup .form-footer {
    padding: 19px 53px 60px;
    display: block;
    text-align: left;
}
.form.inline .captcha-row .input label.error, .form.popup .captcha-row .input label.error {
    white-space: nowrap;
}
.form .captcha-row .captcha-img {
    margin-top: 4px;
}
.form.contacts .form-header {
    border: none;
}
.form.contacts .title {
    font-size: 1.6em;
    border-bottom: none;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 22px;
    padding-bottom: 4px;
    display: inline-block;
    vertical-align: top;
    color: #222;
}
.form.contacts.success .title {
    border-color: #38ac61!important;
}
.form.contacts .form-group {
    float: none;
}
.form.contacts .desc, .form.contacts.success {
    text-align: center;
}
.form.contacts img.captcha_img, .form.inline img.captcha_img {
    margin-right: 20px;
    max-width: 100%}
.form .licence_block.bx_filter {
    padding: 0 0 21px;
    margin: -18px 0 0;
    position: relative;
    display: inline-block!important;
    box-shadow: none;
    top: 0;
}
.form .licence_block--text{
   color: #888;
   font-size: 13px;
   line-height: 24px; 
   margin: 13px -7px 0;
   text-align: center;
}
.mobile .form .licence_block.bx_filter {
    margin-top: 0;
}
.popup.form .licence_block.bx_filter {
    display: block!important;
}
.form .licence_block.bx_filter input[type=checkbox] {
    display: block;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0;
}
.form .licence_block.bx_filter label {
    padding-top: 0;
    text-align: left;
}
.form .licence_block label.error {
    top: -10px;
}
.registraion-page .form .licence_block.bx_filter {
    display: block!important;
}
.registraion-page .form .licence_block label.error {
    top: 9px;
}
.form.inline-compact{
    background: #fff;
    border-radius: 0;
    padding: 25px 36px 20px;
}
 .form.inline-compact .form-header{
    padding: 0;
    background: none;
 }
 .form.inline-compact .form-header .title{
    color: #222;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 6px;
    padding: 0 4px;
 }
 .form.inline-compact .form-body .description{
    text-align: center;
    font-size: 13px;
    color: #777;
    line-height: 24px;
    margin: 0 0 6px;
 }
 .form.inline-compact .form-group{
    padding-bottom: 9px;
 }
 .form.inline-compact .form-group:not(.animated-labels){
    margin: -2px 0 0;
 }
 .form.inline-compact .form-group.animated-labels label:not(.error){
    top: 17px;
    line-height: 1;
    font-size: 13px;
 }

      .form.inline-compact .btn--orange{
        width: 100%;
        display: block;
        background: linear-gradient(180deg, #FF7233 0%, #FD6934 100%);
        box-shadow: 0px 2px 0px #E35C2B, 0px 6px 16px #FADCCF;
        border-radius: 4px;
        color: #fff;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        border: 0;
        padding: 20px 10px;
        position: relative;
        top:  0;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
      }
        .form.inline-compact .btn--orange input{
            width: 100%;
            display: block;
            position: absolute;
            top:  0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 20;
            background: transparent;
            font-size: 0;
            border: 0;
        }
        .form.inline-compact .btn--orange .text{
            position: relative;
            z-index: 15;
        }
        .form.inline-compact .btn--orange .shadow{
            display: block;
            position: absolute;
            top:  0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, #FFAE74 0%, #FF6E04 100%);
            opacity: 0;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            z-index: 10;
            content: '';
          }
        .form.inline-compact .btn--orange:hover .shadow{
            opacity: 1;
        }
        .form.inline-compact .btn--orange:active .shadow{
            opacity: 0;
        }
      .form.inline-compact .btn--orange:active{
        background: linear-gradient(180deg, #FF7E21 0%, #FF6E04 100%, #FF6E04 100%);
        box-shadow: 0px 1px 0px #E36D2B;
        top: 1px;
      }
  .form.inline-compact:not(.inline-clear) .form_result {
    text-align: center;
  }
  .form.inline-compact .form_result {
    margin: 14px 0 0;
    line-height: 1.3;
  }
  .form.inline-compact:not(.inline-clear) .form_result .form-footer{
    margin: 24px 0 15px;
  }
  .btn--orange.refresh-page{
    width: auto;
    display: inline-block;
    padding: 20px 30px;
    margin: 10px 0 5px;
  }
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.top-block {
    position: relative;
    background: #f6f6f7;
    height: 44px;
    z-index: 13;
}
.top-block.colored, .top-block.colored *, .top-block.colored a, .top-block.colored a:active, .top-block.colored a:focus, .top-block.colored a:hover {
    color: #fff;
}
.top-block .maxwidth-theme.nopadding {
    padding: 0;
}
.top-block .text-line {
    overflow: hidden;
    white-space: nowrap;
}
.top-block .muted {
    opacity: .8;
}
.top-block .top-block-item {
    line-height: 18px;
    border: none;
    padding: 12px 16px 14px;
}
.top-block .top-block-item .phone-block {
    margin: 0 -7px;
}
.top-block .top-block-item .phone-block>.inline-block {
    padding: 0 7px;
}
.top-block .top-block-item .phone-block .callback-block {
    display: block;
}
.top-block .top-block-item .phone-block .dropdown {
    top: auto;
    min-width: 170px;
}
.top-block .top-block-item .phone-block .dropdown>.wrap {
    margin-top: 12px;
}
.top-block .top-block-item .phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 165px;
    font-size: .933em;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
}
.top-block .top-block-item .phone a {
    color: #222;
}
.top-block .top-block-item .phone>a {
    position: relative;
    margin: -14px 0;
    padding: 14px 0 14px 3px;
    z-index: 12;
}
.phone .dropdown>.wrap {
    margin-top: 14px;
    overflow: hidden;
}
.top-block .top-block-item .address {
    position: relative;
    max-width: 540px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.top-block .top-block-item .address>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-block .top-block-item .address .svg-address {
    margin: 0 10px 0 0;
    min-width: 13px;
    min-height: 16.03px;
    background-color: transparent;
}
.top-block .top-block-item.inner-padding {
    padding: 0 21px;
}
.top-block .top-block-item .top-btn {
    padding: 0 19px;
    background: 0 0;
    border: 0;
    display: inline-block;
}
.top-block .top-block-item .top-btn:hover {
    text-decoration: none;
}
.top-block .top-block-item .top-btn:focus {
    outline: 0;
}
.top-block .js-basket-block .svg-basket {
    min-width: 18px;
    min-height: 17px;
}
.top-block .top-block-item .basket-link {
    display: inline-block;
    padding: 14px 0;
}
.top-block .top-block-item .basket-link .title {
    color: #222;
    padding: 0 6px 0 11px;
}
.top-block .top-block-item .basket-link .count {
    position: relative;
    top: -1px;
    width: 20px;
    height: 19px;
    line-height: 18px;
}
.top-block .top-block-item .inline-search-show {
    padding: 14px 0 12px;
    border: none;
}
.top-block .top-block-item .inline-search-show>i {
    min-width: 17px;
    min-height: 17px;
    background-size: 100%;
    top: -1px;
}
.top-block .top-block-item .inline-search-show>span {
    margin-left: 8px;
    display: inline-block;
}
.top-block .top-block-item .personal-link .name {
    padding: 0 0 0 7px;
}
.top-block>.row {
    margin: 0;
}
.top-block .info-text {
    font-size: 0;
    line-height: 0;
}
.top-block .info-text>div:not(.basket) {
    padding: 15px 0 17px;
    font-size: .933em;
    line-height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.hovered:hover, .top-block .hover:hover {
    background: rgba(0, 0, 0, .07);
    cursor: pointer;
}
.top-block .info-text>div.sep:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 1px;
    opacity: .12;
    background: #000;
}
body .top-block .info-text .phone-block {
    padding-right: 30px;
}
.top-block .info-text .phone-block a {
    display: inline-block;
    padding: 0 0 0 10px;
}
body .top-block .info-text .callback-block {
    padding-left: 20px;
    padding-right: 17px;
    cursor: pointer;
    line-height: 18px;
    padding-bottom: 15px;
}
body .top-block .info-text .callback-block span {
    letter-spacing: .2px;
}
body .top-block .info-text .ajax_basket {
    padding: 0;
}
.top-block .info-text .basket_top .icon {
    position: relative;
    display: block;
    width: 58px;
    height: 48px;
}
.top-block .info-text .basket_top .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -19px;
    width: 18px;
    height: 17px;
    background: url(images/svg/Basket_white.svg) no-repeat;
}
.top-block .info-text .basket_top.empted_cart .icon:before {
    margin-left: -8px;
}
.top-block .info-text .basket_top .icon .count {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 1px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    white-space: nowrap;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background: #000;
}
.top-block .info-text .basket_top.empted_cart .icon .count {
    display: none;
}
.bx-chrome .header:not(.fixed) .top-block .info-text .basket_top .icon .count {
    padding-right: 0;
}
.search-button-div .close-block, .top-block .info-text .search-block {
    position: relative;
    min-width: 57px;
    cursor: pointer;
}
.top-block .social-icons {
    height: 44px;
    overflow: hidden;
}
.top-block .social-icons li {
    margin: 0;
}
.top-block .social-icons li a {
    position: relative;
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    width: 44px;
    background: 0 0;
}
body .top-block .info-text .search-block {
    text-align: center;
    height: auto;
    padding-top: 17px;
    padding-bottom: 12px;
}
.top-block .info-text .search-block .search-icons {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url(images/svg/Search_white.svg) no-repeat;
}
.top-block .menu>li>a {
    color: #666;
    padding: 13px 0;
}
.sidebar.dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 0;
    text-align: left;
    opacity: 0;
    display: none;
    right: auto;
    left: auto;
    width: 200px;
    background: #fff!important;
}
.sidebar.dropdown-menu .side-menu>li>a {
    padding: 15px 17px;
}
.inner-table-block:hover .sidebar.dropdown-menu, .personal.login:hover .sidebar.dropdown-menu {
    display: block;
    opacity: 1;
    animation: .3s toggle_opacity;
}
#headerfixed .wrap_icon .sidebar.dropdown-menu {
    margin-top: 12px;
    left: 50%;
    margin-left: -100px;
}
.header_nopacity.header_fill_light header .lines, .header_nopacity.header_fill_none header .lines {
    height: 1px;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    z-index: 2;
}
.header_10 .logo_and_menu-row .lines, .header_7 .logo_and_menu-row .lines, .header_8 .logo_and_menu-row .lines, .header_9 .logo_and_menu-row .lines, .header_nopacity header .top-block+.logo_and_menu-row .lines {
    display: none;
}
.inline-search-block {
    position: absolute;
    right: 0;
    top: -104px;
    width: 100%;
    z-index: 100;
    transition: .3s;
}
.inline-search-block .search-wrapper {
    border: none;
    padding: 7px 0;
}
.inline-search-block.with-close .search .search-input-div {
    padding-right: 58px;
}
.inline-search-block.show {
    top: 0!important;
    background: #fff;
}
.inline-search-block.with-close .search .btn-search {
    right: 58px;
}
.inline-search-block.with-close:not(.big) .search .btn-search {
    background: 0 0;
}
.inline-search-block .search .close-block {
    display: none;
    height: 34px;
}
.inline-search-block.with-close .search .close-block {
    display: block;
}
.inline-search-block .close-block .close-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -8px 0 0 -15px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    background: url(images/svg/Close_mask.svg) center center no-repeat #222;
}
.inline-search-block .close-block .close-icons:hover {
    opacity: .8;
}
form.search {
    position: relative;
}
.search .search-input-div {
    width: 100%}
.search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
}
.search .search-input {
    background: #f2f2f2;
    border: none;
    color: #444;
    display: block;
    height: 34px;
    line-height: 18px;
    padding: 0 70px 0 10px;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.bx-ie .search .search-input {
    height: 35px;
}
.search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #dedede;
    padding: 7px 10px;
    font-size: 13px;
    text-transform: none;
    margin: 0;
}
.inline-search-block:not(.fixed) .search .btn-search {
    border-radius: 0 3px 3px 0;
}
.top-block .search .fa-close {
    color: #c2cbd2;
    display: block;
    float: left;
    font-size: 24px;
    margin-top: 4px;
    margin-left: 6px;
    cursor: pointer;
}
.logo-row .slogan {
    padding-left: 0;
    margin-left: 1.2%}
.logo-row .top-description {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.429em;
    color: #888888;
    overflow: hidden;
}
.logo_and_menu-row .col--address{
    width: 22.5%;
}
.logo-row .top-description>div, .logo_and_menu-row .inner-table-block.address .address-block {
    height: 100px;
    display: inline;
}
    .logo_and_menu-row .inner-table-block.address .workhours{
        color: #888;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }
.header_opacity header.light .btn.btn-default.btn-transparent-bg:not(:hover), .header_opacity header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap>a:not(:hover), .logo_and_menu-row .callback-block.callback-link, .logo_and_menu-row .phone a, .logo_and_menu-row .phone-block .schedule {
    transition: color .3s;
}
.header_opacity header.light .btn.btn-default.btn-transparent-bg:not(:hover) {
    transition: border-color .3s;
}
header {
    clear: both;
    color: #222;
}
header>.container {
    position: relative;
    z-index: 1;
}
header .muted, header .muted * {
    opacity: .8;
    color: #555;
}
body.header_nopacity .menu-row, body.header_nopacity header .logo_and_menu-row, body.header_nopacity.header_fill_none .menu-row.bgnone>.maxwidth-theme, body.header_nopacity.header_fill_none header .maxwidth-theme {
    background: #fff;
    z-index: 11;
}
body.header_nopacity header .logo_and_menu-row {
    z-index: 12;
}
body.header_nopacity header .top-block .maxwidth-theme {
    background: #f6f6f7;
}
.header_1 .logo-row {
    height: 100px;
}
.menu-row.with-color .menu-only {
    border-radius: 3px;
}
.menu-row .right-icons+.menu-only table td:last-of-type {
    border-radius: 0;
}
.menu-row .menu-only table td:last-of-type {
    border-radius: 0 3px 3px 0;
}
.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .logo svg path, .header_fill_colored header .logo_and_menu-row.full-fill .logo-row .wrap_icon:not(:hover) .svg>svg>path, .header_fill_colored header .logo_and_menu-row.full-fill .mega-menu table td .wrap>.more-items>span svg path, .header_fill_dark header .logo_and_menu-row.full-fill .logo-row .logo svg path, .header_fill_dark header .logo_and_menu-row.full-fill .logo-row .wrap_icon:not(:hover) .svg>svg>path, .header_fill_dark header .logo_and_menu-row.full-fill .mega-menu table td .wrap>.more-items>span svg path {
    fill: #fff;
}
.header_fill_light header.light>.full-fill .more-items:not(:hover) svg path, .header_opacity.header_fill_light header.light>.full-fill .logo svg path.text-path, .header_opacity.header_fill_light header.light>.full-fill .mega-menu table td .wrap>a.more-items:not(:hover) svg path, .header_opacity.header_fill_light header.light>.full-fill .wrap_icon:not(:hover) .svg>svg>path {
    fill: #222!important;
}
.menu-row.with-color.colored_dark .mega-menu table td .wrap>.link, .menu-row.with-color.colored_dark .mega-menu table td .wrap>a, .menu-row.with-color.colored_dark .mega-menu table td .wrap>.hidden-link {
    color: #222;
}
.menu-row.with-color.bgnone .mega-menu table td .wrap>a .line-wrapper {
    display: block;
}
.menu-row.with-color.bgnone .mega-menu table td .wrap>a .line-wrapper .line {
    bottom: -1px;
}
.menu-row.with-color.colored_dark .mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
    content: "";
    display: block;
}
.menu-row.with-color.bgnone .mega-menu table .dropdown-menu {
    margin-top: -1px;
}
.menu-row.with-color.bgnone .mega-menu table .dropdown-menu .dropdown-menu {
    margin-top: 0;
}
.mega-menu table td .wrap>.more-items>span {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 3px;
}
.mega-menu table .dropdown-menu .link:hover {
    color:  var(--color-blue);
}
.mega-menu table td .wrap>.more-items>span svg {
    display: block;
}
.mega-menu table td .wrap>.more-items>span svg path {
    fill: #222;
}
.mega-menu table td .wrap .line-wrapper {
    visibility: hidden;
}
body:not(.header_fill_light):not(.header_fill_none) header .logo_and_menu-row .search .search-input {
    border-color: rgba(255, 255, 255, .7);
    background: #f5f5f5;
}
body.header_fill_light header.light .logo_and_menu-row .search .svg svg path, body:not(.header_fill_light):not(.header_fill_none) header .logo_and_menu-row .search svg path, body:not(.header_fill_light):not(.header_fill_none) header.light .logo_and_menu-row .search .svg svg path {
    fill: #222!important;
}
body.header_nopacity header .logo_and_menu-row .search .search-input-div .search-input {
    color: #444;
    border-color: rgba(0, 0, 0, .07);
}
body.header_opacity header.light .logo-row.top-fill .phone.with_dropdown>svg>path, body.header_opacity header.light .logo-row.top-fill i.colored.svg svg path, body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .svg svg path, body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .wrap_icon:not(:hover) .svg svg path, body.header_opacity header.light>div:not(.menu-row) .logo-row.top-fill .logo svg path {
    fill: #fff!important;
}
body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input:-ms-input-placeholder, body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input:-ms-input-placeholder {
    color: #fff;
}
body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input:-moz-placeholder, body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input:-moz-placeholder {
    color: #fff;
}
.logo-row .paddings {
    padding-left: 16px;
}
.logo-row .logo {
    display: inline-block;
    position: relative;
    max-width: 192px;
    line-height: 100px;
    z-index: 10;
}
.logo svg, .logo-row .logo img {
    max-height: 100%;
    max-width: 100%}
.logo svg {
    vertical-align: middle;
}
.logo-row .top-description .top-btn {
    padding: 0 13px;
    cursor: pointer;
}
.logo-row .top-description .top-btn:last-of-type {
    padding-right: 0;
}
.logo_and_menu-row {
    position: relative;
    z-index: 11;
}
.logo_and_menu-row .right-icons {
    margin: 0;
}
.logo_and_menu-row .wrap_icon {
    display: table-cell;
    padding: 0 0 0 15px;
    height: 100px;
    vertical-align: middle;
}
body .dropdown-menu {
    min-width: 225px;
}
.logo_and_menu-row .basket-link {
    position: relative;
    padding-right: 12px;
    display: block;
}
.logo_and_menu-row .basket-link .js-basket-block {
    display: block;
}
.logo_and_menu-row .basket-link .count {
    position: absolute;
    top: -7px;
    left: 16px;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    line-height: 18px;
}
.logo_and_menu-row .basket-link .title {
    display: inline-block;
    vertical-align: top;
    font-size: .9333em;
    font-weight: 700;
    line-height: 1.1em;
}
.logo_and_menu-row .basket-link .wrap {
    margin: 2px 0 0 24px;
    display: inline-block;
    vertical-align: top;
}
.logo_and_menu-row .basket-link .wrap .title {
    margin: 0 0 5px;
    display: block;
}
.logo_and_menu-row .basket-link .wrap .prices {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #999;
    max-width: 62px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo_and_menu-row .personal-link {
    display: block;
}
.logo_and_menu-row .personal-link .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
}
.logo_and_menu-row .personal-link .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
    font-size: .9333em;
    font-weight: 700;
    line-height: 1.1em;
}
.logo_and_menu-row .personal-link .title {
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    color: #999;
}
.logo_and_menu-row .phone-block .schedule {
    margin: 0 0 0 23px;
    font-size: .867em;
    line-height: 1em;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
.logo_and_menu-row .phone {
    position: relative;
    margin: 4px 0 -3px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
}
.logo_and_menu-row .with_btn .phone {
    margin-top: 0;
}
.logo_and_menu-row .phone-block.phone .svg-phone {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
}
.logo_and_menu-row .phone a {
    color: #222;
    white-space: nowrap;
}
.logo_and_menu-row .phone .dropdown a {
    padding: 16px 16px 16px 24px;
}
.logo_and_menu-row .callback-block {
    margin: 0 0 0 23px;
}
.logo_and_menu-row .callback-block.callback-link {
    font-size: 13px;
}
header.light .logo_and_menu-row:not(.full-fill) .callback-block.callback-link:hover {
    color: #fff;
}
.logo_and_menu-row .search-block {
    height: 104px;
    display: table;
    width: 100%}
.logo_and_menu-row .search-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}
.logo_and_menu-row .search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.logo_and_menu-row .search .search-button-div .svg.svg-close {
    display: none;
}
.logo_and_menu-row .search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 13px 0 19px;
    border: none;
    background: 0 0;
    font-size: 0;
}
.logo_and_menu-row .search .btn-search:active {
    box-shadow: none;
}
.logo_and_menu-row .search .search-input {
    padding: 0 44px 0 14px;
    height: 40px;
    font-size: .933em;
    line-height: 24px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .07);
}
.logo_and_menu-row .phone-block .inner-table-block {
    padding-left: 16px;
    padding-right: 16px;
}
.logo_and_menu-row .phone-block .inner-table-block.whatsapp-block,
.logo_and_menu-row .phone-block .inner-table-block.messagers-block {
    padding-right: 6px;
}


.logo_and_menu-row .phone-block .inner-table-block.p-block {
    padding-left: 6px;
}
.logo_and_menu-row .inline-search-show {
    border: none;
    background: 0 0;
    padding: 0;
}
.logo_and_menu-row .inline-search-show .svg-search {
    top: -7px;
}
.logo_and_menu-row .search .svg {
    top: 0;
}
.logo_and_menu-row .phone-block.with_btn {
    padding: 0;
    display: table;
    max-width: 100%}
.logo_and_menu-row .btn.whatsapp-tel{
    padding: 3px 15px 4px;
    font-size: 14px;
    line-height: 29px;
}
    .logo_and_menu-row .btn .fa{
        font-size: 26px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 8px;
        color: var(--color-green);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .logo_and_menu-row .btn:hover .fa{
        color: #fff;
    }
.logo_and_menu-row .inner-table-block.whatsapp-block,
.logo_and_menu-row .inner-table-block.messagers-block{
    position: relative;
    padding-left: 72px;
    background-repeat: no-repeat;
    background-position: 2px 42%;
}
.whatsapp-block__ask{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
    margin-bottom: 6px;
}
    .whatsapp-block__ask:before{
        width:  6px;
        height: 6px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 6px;
        margin-left: -15px;
        background: var(--color-green);
        content: '';
    }
    .whatsapp-block__ask .whatsapp-tel i{
        color: var(--color-green);;
    }
.messagers-block__ask {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
    margin-bottom: 6px;
}
    .messagers-block__ask:before{
        width:  6px;
        height: 6px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 6px;
        margin-left: -15px;
        background: var(--color-green);
        content: '';
    }
    .messagers-block__buttons{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .btn--tg{
        height: 38px;
        display: flex;
        justify-content: center;
        padding: 7px 18px !important;
        gap: 13px;
        align-items: center;
        font-size: 14px !important;
        border-radius: 2px;
        border: 1px solid #36A8FC !important;
        color: #36A8FC !important;
        background-color: #fff !important;
        transition: all .3s ease-in-out;
        margin: 0;
    }
        .btn--tg:hover{
            background-color: #36A8FC !important;
            color: #fff !important;
        }
        .btn--tg:hover svg,
        .btn--tg:hover path{
            fill: #fff !important;
            transition: all .3s ease-in-out;
        }
        .btn--tg:hover svg path,
        .btn--tg:hover svg g path{
            fill: #fff !important;
        }
    .btn--icon{
        width: 38px;
        height: 38px;
        position: relative;
        border-radius: 2px;
        display: flex;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
        background-color: #4AC25A;
        border: 0 !important;
        margin: 0;
    }
    .btn--icon.max-tel{
        background: linear-gradient(249deg, #A34EDE 19.47%, #2B48F1 54.29%, #43C5FD 89.1%);
        border: 0 !important;
    }
        .btn--icon:before{
            width:  calc(100% - 2px);
            height:  calc(100% - 2px);
            display: block;
            position: absolute;
            top:  1px;
            left: 1px;
            background: #fff;
            opacity: 1;
            z-index: 5;
            border-radius: 2px;
            transition: all .3s ease-in-out;
            content: '';
        }
        .btn--icon svg{
            position: relative;
            transition: all .3s ease-in-out;
            z-index: 10;
        }
        .btn--icon svg .chat-icon__base {
            opacity: 1;
            transition: opacity 250ms ease;
        }
        .btn--icon svg .chat-icon__hover{
            opacity: 0;
            transition: opacity 250ms ease;
        }

    .btn--icon:hover{}
        .btn--icon:hover:before{
            opacity: 0;
        }
        .btn--icon:hover svg{}
            .btn--icon:hover svg .chat-icon__base {
                opacity: 0;
            }
            .btn--icon:hover svg .chat-icon__hover {
                opacity: 1;
            }
@media (min-width: 992px) and (max-width: 1200px) {
    .btn--tg{
        height: 30px;
        padding: 4px 7px !important;
        gap: 10px;
    }
        .btn--tg svg{
            width: 19px;
            width: 19px;
            height: 19px;
        }
    .btn--icon{
        width: 30px;
        height: 30px;
    }
        .btn--icon svg{
            width: 19px;
            height: 19px;
        }
}
@media (max-width: 991px) {
    
    .btn--tg,
    .btn--icon{
        width: 30px;
        height: 30px;
        padding: 0 !important;
        border-radius: 4px;
    }
    .btn--tg svg,
    .btn--icon svg{
        width: 17px;
    }
    .messagers-block__buttons{
        margin-left: 10px;
    }
}
@media (max-width: 525px) {
    .btn--tg,
    .btn--icon{
        width: 24px;
        height: 24px;
    }
    .btn--tg svg,
    .btn--icon svg{
        width: 13px;
    }
    .messagers-block__buttons{
        margin-left: 0;
    }
    #mobileheader .right-icons{
        display: flex;
        align-items: center;
        justify-content: end;
    }
}


.logo_and_menu-row .phone-block.with_btn .phone {
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
    margin-top: 12px;
}
.logo_and_menu-row .inner-table-block.phones i.svg.inline, .logo_and_menu-row .phone-block.with_btn .phone .svg {
    min-width: 20px;
    width: 20px;
    top: 6px;
    margin-right: 3px;
}
.logo_and_menu-row .phone-block.with_btn .phone.big .svg {
    margin-right: 4px;
}
.logo_and_menu-row .inner-table-block {
    height: 100px;
    transition: color .3s;
}
.logo_and_menu-row .with-padding .inner-table-block {
    padding-left: 16px;
    padding-right: 16px;
}
.logo_and_menu-row .with-padding .inner-table-block.search-block {
    max-width: 336px;
}
.logo_and_menu-row .phone-block.with_btn .p-block {
    padding-bottom: 1px;
    text-align: right;
}
.logo_and_menu-row .inner-table-block.address {
    font-size: .933em;
    line-height: 1.429em;
}
.logo_and_menu-row .inner-table-block.address i.svg.inline {
    top: 1px;
}
.logo_and_menu-row .inner-table-block i.svg.inline {
    float: left;
}
.logo_and_menu-row .menu-row .inner-table-block i.svg.inline {
    float: none;
}
.logo_and_menu-row .inner-table-block i.svg.inline svg {
    vertical-align: middle;
}
.logo_and_menu-row .inner-table-block i+div {
    padding-left: 23px;
}
.logo_and_menu-row .burger {
    margin: 0 0 0 16px;
    display: block;
    position: relative;
    width: 68px;
    height: 100px;
    cursor: pointer;
}
.logo_and_menu-row .burger .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
    min-width: 18px;
    min-height: 16px;
}
.menu-row.with-color .line-wrapper, .menu-row.with-color .marker-nav {
    display: none;
}
.menu-row.with-color .mega-menu table td .wrap>.more-items>span {
    left: 2px;
}
.menu-row.with-color .wrap_icon {
    font-size: 0;
}
.menu-row.with-color .wrap_icon>a {
    position: relative;
    z-index: 10;
    padding: 0 21px;
    display: block;
    height: 59px;
}
.menu-row.with-color .wrap_icon .basket-link .js-basket-block {
    position: relative;
    top: 18px;
}
.menu-row.with-color .wrap_icon .basket-link .js-basket-block .svg {
    min-width: 24px;
}
.menu-row.with-color .wrap_icon .personal-link {
    position: relative;
    z-index: 10;
    padding: 0 21px;
    display: block;
    height: 59px;
}
.menu-row.with-color .wrap_icon .personal-link .svg {
    min-width: 16px;
    min-height: 17px;
    top: 17px;
}
.menu-row.with-color .basket-link .count {
    margin: 2px 0 0;
    padding: 0 7px;
    border-radius: 10px;
    vertical-align: top;
    min-width: 20px;
    width: auto;
    height: 19px;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}
.menu-row.with-color .basket-link:not(.basket-count) .count {
    background: #fff;
    color: #222;
}
.menu-row.with-color .logo_and_menu-row .right-icons {
    margin-left: 1px;
    margin-right: 1px;
}
.menu-row .mega-menu table td.dropdown.wide_menu>.wrap {
    position: static;
}
.mega-menu table td.wide_menu .wrap>.dropdown-menu>li:first-of-type:before, body .menu-row.with-color .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li:first-of-type:before {
    display: none;
}
.menu-row .mega-menu table td.wide_menu.hover>.wrap>.dropdown-menu, .menu-row .mega-menu table td.wide_menu:hover>.wrap>.dropdown-menu {
    display: block;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #f2f2f2;
    padding: 30px 4px 0;
    left: 0!important;
    max-height: 485px;
    overflow: auto;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar {
    width: 8px;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
.menu-row .mega-menu .catalog_icons_N table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu>li.clicked_exp, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.menu-row .mega-menu .catalog_icons_N table td.wide_menu>.wrap>.dropdown-menu>li.has_img>.dropdown-menu>li.clicked_exp, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img>.dropdown-menu>li {
    display: block;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li a {
    padding-right: 0!important;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li a:focus, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li a:hover, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li.active>a {
    color: #222;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu>li.collapsed:not(.clicked_exp) {
    display: none;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img {
    min-height: 60px;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img>.dropdown-menu, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img>a {
    padding-left: 82px;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img .menu_img {
    display: block;
    width: 48px;
    position: absolute;
    top: 0;
    left: 32px;
}
.mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>a {
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li a {
    white-space: normal;
}
.mega-menu table td.wide_menu .dropdown-menu li>a {
    border: none;
}
.mega-menu table td.wide_menu .dropdown-submenu>a:after {
    display: none;
}
.mega-menu table td.wide_menu .dropdown-submenu:hover>.dropdown-menu {
    animation: none;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu a {
    padding-top: 4px!important;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu {
    font-size: 0;
    margin-top: 0;
    border-top: 1px solid #f2f2f2;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 28px 40px;
}
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.count_4 {
    width: 25%}
.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    box-shadow: none;
    margin-top: -3px;
}
.menu-row .mega-menu table td.wide_menu.hover .dropdown-submenu .dropdown-menu {
    display: block!important;
    opacity: 1!important;
}
.mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu>li.collapsed {
    display: none;
}
.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu>li>a {
    font-size: 13px;
    padding: 2px 0!important;
}
.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
    margin: 0 0 0 20px;
    float: none;
}
.mega-menu table td .more_items, .menu-row .mega-menu .catalog_icons_N table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
    display: none;
}
.mega-menu table td.wide_menu .more_items {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.menu-row .mega-menu table td.wide_menu .more_items {
    padding: 0;
    font-size: 13px;
}
.menu-row .mega-menu table td.wide_menu .more_items:not(:hover) {
    color: #666;
}
.mega_fixed_menu {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 997;
}
.mega_fixed_menu .mega-menu table td.unvisible {
    opacity: 1;
    visibility: visible;
}
.mega_fixed_menu .menu-only {
    padding: 30px 25px;
}
.mega_fixed_menu .mega-menu table {
    padding: 0 0 0 72px;
    margin: 0 -25px;
    display: block;
}
.mega_fixed_menu .mega-menu table tr {
    display: block;
}
.mega_fixed_menu .mega-menu table td .wrap>.more-items {
    display: none!important;
}
.mega_fixed_menu .mega-menu table td .wrap>a {
    padding: 0;
    height: auto;
    line-height: normal;
}
.mega_fixed_menu .mega-menu table .menu-item {
    padding: 0 25px;
    margin: 24px 0;
    display: inline-block;
    vertical-align: top;
    width: 24.7%;
    text-align: left;
}
.mega_fixed_menu .mega-menu table .menu-item>.wrap>.dropdown-menu {
    float: none;
    position: static;
    opacity: 1;
    display: block;
    box-shadow: none;
    opacity: 1;
    animation: none;
}
.mega_fixed_menu .mega-menu table .menu-item>.wrap>a {
    font-size: 1.1333em;
}
.mega_fixed_menu .mega-menu table .menu-item:hover>.wrap>.dropdown-menu {
    display: block;
    opacity: 1;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu {
    margin: 12px 0 0;
}
.mega_fixed_menu .mega-menu table .dropdown-menu {
    font-size: 1em;
    float: none;
}
.mega_fixed_menu .mega-menu table .dropdown-menu li>a {
    border: none;
}
.mega_fixed_menu .mega-menu table .dropdown-menu li a {
    width: auto;
}
.mega_fixed_menu .mega-menu table .dropdown-menu li img, .mega_fixed_menu .mega-menu table td .wrap>a .line-wrapper {
    display: none;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>li {
    margin: 6px 0 0;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>li:first-of-type {
    margin-top: 0;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
    display: none;
}
body .mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>li>a {
    padding: 0!important;
    font-weight: 400;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a {
    padding: 0 25px 0 0!important;
    position: relative;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a:after {
    display: none;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a>.arrow {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a>.arrow>i {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background: url(images/allcorp2.png) -43px -334px no-repeat;
    border-radius: 4px;
}
.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a:hover>.arrow>i {
    background-position: -27px -334px;
}
.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu {
    position: static;
    margin: 0 0 13px;
    animation: none;
    box-shadow: none;
}
.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu a {
    padding: 0!important;
}
.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu li {
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    font-size: .8666em;
    line-height: 1.3846em;
}
.mega_fixed_menu .mega-menu table .dropdown-submenu:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: none;
    animation: none;
}
.mega_fixed_menu .mega-menu table .dropdown-submenu.opened .dropdown-menu, .mega_fixed_menu .mega-menu table .dropdown-submenu.opened:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}
.mega_fixed_menu .svg.svg-close {
    position: absolute;
    left: 25px;
    top: 42px;
    min-width: 18px;
    min-height: 18px;
    cursor: pointer;
}
.mega_fixed_menu .marker-nav {
    display: none;
}
.mega_fixed_menu .mega-menu table a {
    white-space: normal;
}
.logo_and_menu-row .search_wrap {
    opacity: 0;
    visibility: hidden;
}
.menu-row .wrap_icon {
    position: relative;
    z-index: 10;
    font-size: 0;
}
.menu-row .wrap_icon .inline-search-show {
    border: none;
    background: 0 0;
    height: 59px;
}
.menu-row.sliced .wrap_icon .inline-search-show {
    padding: 0 21px;
}
.menu-row .wrap_icon .inline-search-show .svg {
    min-width: 16px;
    top: -1px;
}
.menu-row .svg.svg-search {
    min-width: 16px;
    min-height: 16px;
}
.header_1 .logo_and_menu-row .logo svg, .header_2 .logo_and_menu-row .logo svg {
    top: -2px;
    position: relative;
}
.mega-menu table td.dropdown .wrap>a i, .mega-menu table td.dropdown .wrap>.link i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-left: 7px;
    opacity: .6;
}
.btn.btn-responsive-nav {
    outline: 0;
}
.body:not(.index) .main>.container {
    padding-bottom: 0;
}
.body.nopadding .main>.container {
    padding-bottom: 0;
}
#mobileheader .basket-link .title {
    display: none;
}
#mobileheader .v2 .top-btn {
    height: 46px;
    line-height: 42px;
    padding: 0 15px;
}
#mobileheader {
    margin: 0;
    padding: 0;
    position: relative;
    height: 63px;
    z-index: 2997;
}
#mobileheader .burger {
    height: 100%;
    width: 58px;
    position: relative;
    cursor: pointer;
}
#mobileheader .burger .svg-inline-burger {
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
}
#mobileheader .burger .svg-inline-close {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    display: none;
}
#mobileheader .burger.c .svg-inline-close {
    display: inline;
}
#mobileheader .burger.c .svg-inline-burger {
    display: none;
}
#mobileheader .title-block {
    height: 100%;
    padding: 0 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 60px;
}
#mobileheader .logo-block {
    height: 100%;
    padding: 0 5px 0 0;
}
#mobileheader .logo {
    max-width: 156px;
    line-height: 60px;
}
#mobileheader .logo img {
    max-height: 100%;
    max-width: 100%}
#mobileheader .right-icons {
    height: 100%;
    padding-right: 5px;
    margin-left: -15px;
}
#mobileheader .wrap_icon {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 63px;
}
#mobileheader .inline-search-show {
    border: none;
    background: 0 0;
    padding: 0;
}
#mobileheader .inline-search-show .svg-inline-search {
    top: -2px;
}
#mobileheader .basket-link {
    position: relative;
    padding-right: 12px;
}
#mobileheader .basket-link .count {
    position: absolute;
    top: -7px;
    left: 16px;
}
#mobileheader [class^=mobileheader-] {
    height: 100%;
    width: 100%;
    color: #222;
}
#mobileheader .mobileheader-v1 {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
#mobilemenu {
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: left .4s, opacity .4s;
    position: fixed;
}
#mobilemenu::-webkit-scrollbar {
    width: 8px;
}
#mobilemenu::-webkit-scrollbar-track {
    border-radius: 8px;
}
#mobilemenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
#mobilemenu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
#mobilemenu.dropdown {
    top: 64px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
}
#mobilemenu.dropdown.show {
    opacity: 1;
    visibility: visible;
}
#mobilemenu.leftside {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%}
#mobilemenu.leftside.show {
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
}
#mobilemenu>.scroller {
    overflow: hidden;
}
#mobilemenu>.scroller>.wrap {
    width: 100%;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
}
#mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
#mobilemenu .dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    margin: 0;
    padding: 0;
}
#mobilemenu .expanded>.dropdown {
    display: block;
}
#mobilemenu .expanded>.dropdown>div {
    border-bottom: 1px solid #f2f2f2;
}
#mobilemenu .expanded>.dropdown .menu_back a {
    font-size: 15px;
    line-height: 18px;
    padding: 23px 20px 22px 57px;
    cursor: pointer;
    position: relative;
}
#mobilemenu .expanded>.dropdown .menu_back .svg {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 20px;
    height: 20px;
}
#mobilemenu .menu a:hover .svg {
    background-color: transparent;
}
#mobilemenu .menu>ul {
    padding: 0;
    margin: 0;
    display: block;
}
#mobilemenu .menu ul>li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 0;
}
#mobilemenu .menu ul li.menu_back svg path {
    fill: #222;
}
#mobilemenu .menu ul li:before {
    display: none;
}
#mobilemenu .menu ul>li .link, #mobilemenu .menu ul>li a {
    padding: 19px 20px 20px 19px;
    display: block;
    position: relative;
}
#mobilemenu .menu ul>li a.parent {
    padding-right: 46px;
}
#mobilemenu .menu ul>li .arrow {
    position: absolute;
    z-index: 1;
    width: 46px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding-left: 8px;
    display: block;
}
#mobilemenu .menu ul>li .arrow .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}
#mobilemenu .menu ul>li.selected>.link:before, #mobilemenu .menu ul>li.selected>a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 9px;
    width: 4px;
    height: 4px;
    border-radius: 100%}
#mobilemenu .menu>ul>li>.hidden-link, #mobilemenu .menu>ul>li>.link, #mobilemenu .menu>ul>li>a {
    background: #fff;
    font-size: 15px;
    font-weight: 700;
}
#mobilemenu .menu>ul>li.selected>.link:before, #mobilemenu .menu>ul>li.selected>a:before {
    left: 0;
    top: -1px!important;
    bottom: -1px;
    width: 2px;
    z-index: 1;
    height: inherit;
    border-radius: 0;
}
#mobilemenu .menu>ul>li:not(.counters), .menu ul>li.expanded, .menu ul>li.selected:not(.counters) {
    position: static;
}
#mobilemenu .menu>ul>li.counters>a>span {
    padding-right: 25px;
    position: relative;
}
#mobilemenu .menu>ul>li.counters .count {
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-weight: 400;
}
#mobilemenu .menu>ul>li.counters .count.empted {
    background: #969ba5;
}
#mobilemenu .menu.middle>ul>li>a {
    padding-left: 57px;
    background: #fbfbfb;
}
#mobilemenu .menu.middle a .svg {
    position: absolute;
}
#mobilemenu .menu.middle a .svg-inline-cabinet {
    width: 14px;
    min-width: 14px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
}
#mobilemenu .menu.middle a .svg-inline-phone {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 25px;
    top: 26px;
}
#mobilemenu .contacts .title {
    font-weight: 700;
    padding: 19px 20px 6px 19px;
}
#mobilemenu .contacts a {
    color: #222;
}
#mobilemenu .contacts .address, #mobilemenu .contacts .email {
    padding: 12px 20px 0 50px;
    position: relative;
    line-height: 18px;
    font-size: 13px;
}
#mobilemenu .contacts .svg.svg-inline-address {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 13px;
    min-width: auto;
    height: 16px;
    min-height: auto;
}
#mobilemenu .contacts .svg-inline-email {
    min-width: auto;
    min-height: auto;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 20px;
    top: 13px;
}
#mobilemenu .social-icons {
    border-bottom: 1px solid #f2f2f2;
}
#mobilemenu .social-icons ul {
    padding: 16px 0 30px;
    margin: 0;
}
#mobilemenu .social-icons li {
    list-style: none;
    display: block;
}
#mobilemenu .social-icons li>span {
    font-size: 13px;
    line-height: 20px;
    background: 0 0;
    padding: 5px 27px 5px 50px;
    width: 100%;
    opacity: 1;
    position: relative;
    margin: 0;
    height: auto;
}
#mobilemenu .social-icons li>span > svg,
#mobilemenu .social-icons li>span > .svg {
    position: absolute;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    left: 19px;
    top: 5px;
}
#mobilemenu .social-icons li>span > svg{
    min-width: 13px;
    width: 13px;
    left: 22px;
}
#mobilemenu .social-icons li>span .svg-fa{
    text-align: center;
    font-size: 16px;
    color: #909090;
}
#mobilemenu .downdrop .menu ul>li .arrow .svg {
    transform: rotate(.25turn);
}
#mobilemenu .downdrop .dropdown {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 19px;
}
#mobilemenu .downdrop .expanded>.dropdown .menu_back, #mobilemenu .mobilemenu-v2 .expanded>.dropdown .menu_title {
    display: none;
}
#mobilemenu .downdrop .menu ul>li.expanded {
    border-bottom: none;
}
#mobilemenu .downdrop .menu ul>li.expanded>a {
    border-bottom: 1px solid #f2f2f2;
}
@media not print {
    #headerfixed.fixed, header.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 996;
    right: 0;
    left: 0;
}
.inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff!important;
}
.inline-search-block.fixed .search-wrapper {
    padding: 0;
    display: inline-block;
    width: 100%}
.inline-search-block.fixed .search-wrapper #title-search {
    padding: 14px 0 15px;
}
.inline-search-block.fixed.big {
    background: #fff!important;
    top: -200px;
    z-index: 4000;
    transition-duration: .5s;
}
.inline-search-block.fixed.big.show {
    top: 0;
}
.inline-search-block.fixed.big .search-wrapper #title-search {
    padding: 0;
}
.inline-search-block.fixed.big .search .search-input {
    padding: 0 200px 0 25px;
    font-size: 28px;
    height: 132px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
.inline-search-block.fixed.big .search .search-button-div {
    top: 45px;
}
.inline-search-block.fixed.big .search .btn-search {
    color: #fff;
    padding: 12px 25px;
    font-size: 1em;
}
.inline-search-block.fixed.big .search .close-block {
    min-width: 16px;
}
.inline-search-block.with-close.fixed.big .search .close-block {
    top: 6px;
}
#headerfixed {
    opacity: 0;
    transition: opacity 10ms;
    background: #fff;
    display: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .136);
}
#headerfixed .maxwidth-theme {
    padding: 0 16px;
}
#headerfixed.fixed {
    opacity: 1;
    display: block;
}
#headerfixed .logo-row .logo-block {
    max-width: 300px;
    min-width: 192px;
}
#headerfixed .logo-row .js-basket-block .title {
    display: none;
}
#headerfixed .search .inner-table-block {
    width: 50%}
#headerfixed .inner-table-block {
    height: 59px;
    padding: 0 22px;
    overflow: visible;
}
#headerfixed .inner-table-block.menu-block, #headerfixed .inner-table-block.phones {
    overflow: visible;
}
#headerfixed .inner-table-block.phones {
    padding: 0;
}
#headerfixed .inner-table-block.phones .phone {
    margin: 0;
}
#headerfixed .sep-left {
    border-right: 1px solid rgba(0, 0, 0, .05);
}
#headerfixed .logo-row .logo {
    height: auto;
    line-height: normal;
}
#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
    max-height: 36px;
}
#headerfixed .logo-row .logo svg {
    max-width: 144px;
}
#headerfixed .menu-block .title .svg {
    margin-right: 9px;
}
#headerfixed .menu-block:hover .svg path {
    fill: #fff;
}
#headerfixed .menu-block .navs td:not(.wide_menu) ul li a, #headerfixed .navs ul.nav li a {
    border-radius: 0;
    font-size: 15px;
    padding: 14px 29px 14px 19px!important;
    border-top: 1px solid #f0f0f0;
    min-width: 225px;
    white-space: normal;
    line-height: 24px;
}
#headerfixed .navs ul.nav li a {
    min-width: 235px;
}
#headerfixed .menu-block .navs ul>li:first-of-type>a {
    border-top-width: 0;
}
#headerfixed .menu-block.rows .navs ul li a:not(:hover) i {
    color: #898989;
}
#headerfixed .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.dropdown-menu li a:hover {
    color: #222;
}
#headerfixed  .messagers-block__buttons{
    justify-content: end;
}
    #headerfixed .btn {
        margin: 0;
    }
    #headerfixed .btn--tg,
    #headerfixed .btn--icon{
        width: 24px;
        height: 24px;
        padding: 0 !important;
    }
    #headerfixed .btn--tg svg,
    #headerfixed .btn--icon svg{
        width: 12px;
    }
#headerfixed .search-button-div .btn-search {
    position: static;
}
#headerfixed .search-button-div .close-block {
    display: none;
}
#headerfixed .js-basket-block {
    position: relative;
}
#headerfixed .logo-row.v1 .js-basket-block .count {
    top: -12px;
}
#headerfixed .nav-pills>li.active>a, #headerfixed .nav-pills>li.active>a:focus, #headerfixed .nav-pills>li.active>a:hover, #headerfixed .nav>li>a:focus, #headerfixed .nav>li>a:hover {
    background: #fff;
}
#headerfixed .logo-row .svg svg {
    vertical-align: middle;
}
#headerfixed .logo-row.v2 {
    display: table;
}
#headerfixed .logo-row.v2 .logo-block {
    min-width: 165px;
    max-width: 192px;
}
#headerfixed .logo-row.v2 .small-block {
    width: 80px;
    text-align: center;
}
#headerfixed .logo-row.v2 .small-block>div {
    min-height: 29px;
}
#headerfixed .logo-row.v2 .search-block {
    cursor: pointer;
}
#headerfixed .logo-row.v2 .js-nav {
    opacity: 0;
}
#headerfixed .logo-row.v2 .mega-menu table td .wrap>.link, #headerfixed .logo-row.v2 .mega-menu table td .wrap>a, #headerfixed .logo-row.v2 .mega-menu table td .wrap>.hidden-link {
    height: 59px;
    line-height: 58px;
}
#headerfixed .logo-row.v2 .svg {
    top: -2px;
}
#headerfixed .logo-row.v2 .svg.svg-basket {
    margin: 0;
}
#headerfixed .logo-row .basket-link .count {
    position: absolute;
    top: -7px;
    left: 13px;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    line-height: 18px;
}
#headerfixed .logo-row.v2 .basket-link .js-basket-block {
    width: 34px;
    text-align: left;
    min-height: 27px;
    position: relative;
    display: block;
    margin: auto;
}
#headerfixed .logo-row .basket-link .svg.svg-basket {
    margin: 0;
}
#headerfixed .logo-row.v2 .basket-link {
    width: 84px;
}
}.menu-row {
    position: relative;
}
.logo-row .menu-row, .logo-row .menu-row .menu-only {
    position: static;
}
.logo-row .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu {
    width: auto;
    left: 40px!important;
    right: 40px;
    margin: 0;
}
.fill_bg_n .menu-row {
    z-index: 3;
}
.logo-row .menu-row.maxwidth-theme:after, .logo-row .menu-row.maxwidth-theme:before {
    display: none;
}
.menu-only {
    position: relative;
    z-index: 2;
}
.mega-menu {
    z-index: 10;
}
.mega-menu ul.nav {
    padding: 0;
    clear: both;
    float: none;
    position: static;
    display: block;
    font-size: 13px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}
.mega-menu ul.nav li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
}
.mega-menu ul.nav li:before {
    display: none;
}
.mega-menu ul.nav .dropdown-menu, .mega-menu ul.nav li {
    background-color: #fafafa;
}
.mega-menu ul.nav li>a {
    padding: 9px 45px 9px 10px;
    text-shadow: none!important;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    clear: both;
    float: none;
    display: block;
    background: rgba(0, 0, 0, 0);
    white-space: normal;
    color: #444;
}
.mega-menu ul.nav li>a i.fa-angle-down {
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 20px;
    width: 64px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.mega-menu ul.nav li:first-of-type>a {
    border-top: none!important;
}
.mega-menu ul.nav li.active>a, .mega-menu ul.nav li:hover>a {
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
    margin: 0;
    padding: 9px 55px 9px 10px;
    background: 0 0;
    color: #fff;
}
.mega-menu ul.nav li.active>a i.fa-angle-down, .mega-menu ul.nav li:hover>a i.fa-angle-down {
    right: 0;
}
.mega-menu ul.nav li.active+li>a, .mega-menu ul.nav li:hover+li>a {
    border-top: 1px solid transparent;
}
.mega-menu ul.nav li>a:focus {
    background: rgba(0, 0, 0, 0);
}
.mega-menu ul.nav .dropdown-menu {
    font-size: 13px;
    position: static;
    clear: both;
    float: none;
    display: none!important;
    box-shadow: none;
    border: none!important;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 20px;
}
.mega-menu ul.nav .dropdown-menu li:first-of-type>a {
    border-top: 1px solid transparent;
}
.mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dedede;
    display: block;
    content: "";
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.mega-menu ul.nav .dropdown-menu li:last-of-type>a {
    border-bottom: 1px solid transparent;
}
.mega-menu ul.nav li.resp-active>ul.dropdown-menu {
    display: block!important;
}
.mega-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%}
.bx-ios .mega-menu table, .bx-mac .mega-menu table {
    max-width: inherit;
}
.mega-menu table .link, .mega-menu table a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.mega-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}
.mega-menu table td.unvisible {
    visibility: hidden;
    opacity: 0;
}
.mega-menu table td.dropdown>.wrap {
    position: relative;
}
.mega-menu table td:hover>.wrap>.dropdown-menu {
    display: block;
    opacity: 1;
    animation: .3s toggle_opacity;
}
.mega-menu table td>.wrap>a .fa {
    vertical-align: middle;
    display: none;
}
.mega-menu table td>.wrap>a .fa.fa-angle-down::before, .mega-menu table td>.wrap>.link .fa.fa-angle-down::before {
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    display: block;
}
.mega-menu table .tail {
    display: none;
}
.mega-menu table .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 0;
    text-align: left;
    opacity: 0;
    min-width: 100%}
.mega-menu table .dropdown-menu li>.link, .mega-menu table .dropdown-menu li>a {
    color: #222;
    padding: 14px 37px 14px 19px;
    border-top: 1px solid #f0f0f0;
}
.mega-menu table .wrap>.dropdown-menu li:first-of-type>.link, .mega-menu table .wrap>.dropdown-menu li:first-of-type>a {
    border-top-color: transparent!important;
}
.mega-menu table .wrap>.dropdown-menu li:first-of-type>.dropdown-menu {
    top: 0;
}
.dropdown-menu li, .mega-menu table .dropdown-submenu {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.dropdown-menu li:before, .mega-menu table .dropdown-submenu:before {
    display: none;
}
.mega-menu table .dropdown-submenu>a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    right: 14px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    color: #898989;
}
.mega-menu table .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    animation: .3s toggle_opacity;
}
.mega-menu table .dropdown-submenu .dropdown-menu {
    top: 1px;
    left: 100%}
.mega-menu table .dropdown-submenu .dropdown-menu>li:first-of-type>a {
    border-top: none;
}
.mega-menu table .dropdown.js-dropdown .fa {
    display: none;
}
.mega-menu table .more-items>span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    padding-right: 21px;
}
.mega-menu table td.search-item .wrap>a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px!important;
    padding-bottom: 18px!important;
}
.mega-menu table td.search-item .wrap>a .fa {
    font-size: 15px;
}
.mega-menu table td .wrap>.link, .mega-menu table td .wrap>a, .mega-menu table td .wrap>.hidden-link {
    border: none;
    font-weight: 700;
    padding: 0 0;
    position: relative;
    text-transform: none;
    color: #222;
    width: auto;
    vertical-align: middle;
    height: 100px;
    line-height: 98px;
    font-size: 1.067em;
    cursor: pointer;
}
.mega-menu table td.dropdown .wrap>a {
    padding-right: 5px;
}
.menu-row.with-color .mega-menu {
    height: 59px;
}
.menu-row.with-color .mega-menu table td .wrap>.link, .menu-row.with-color .mega-menu table td .wrap>a, .menu-row.with-color .mega-menu table td .wrap>.hidden-link {
    height: 59px;
    line-height: 58px;
    color: #fff;
}
.menu-row.with-color .mega-menu table td.active .wrap>a, .menu-row.with-color .mega-menu table td:not(.search-item):hover .wrap>a {
    color: #fff;
}
.menu-row.with-color .mega-menu table .dropdown-menu {
    margin-top: 0;
}
.menu-row.with-color .mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
    display: none;
}
.logo_and_menu-row .logo-row .menu-row .mega-menu {
    height: 100px;
}
.mega-menu table td .wrap>.link .line-wrapper, .mega-menu table td .wrap>a .line-wrapper {
    position: relative;
    visibility: visible;
}
.mega-menu td .wrap>a .line-wrapper .line {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #dedede;
    right: 100%;
    opacity: 1;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#headerfixed .mega-menu td .wrap>a .line-wrapper .line {
    bottom: -1px;
}
.mega-menu table td .wrap>.link:hover .line-wrapper .line, .mega-menu table td .wrap>a:hover .line-wrapper .line, .mega-menu table td.active .wrap>.link .line-wrapper .line, .mega-menu table td.active .wrap>a .line-wrapper .line {
    right: 0;
}
.mega-menu table td:last-child .wrap>a:after {
    display: none;
}
.mega-menu table .dropdown-submenu>a:hover:after {
    color: #fff;
}
.mega-menu table .dropdown-submenu .dropdown-menu:after {
    display: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #fff;
}
.mega-menu ul.nav .search {
    right: inherit;
    top: inherit;
    width: 100%;
    display: block!important;
    padding: 13px;
    background: #e0e7ec;
}
.mega-menu ul.nav .search .search-input-div {
    padding-right: 0;
}
.mega-menu ul.nav .search .search-button-div {
    right: 13px;
    top: 13px;
    width: 74px;
}
div.title-search-result {
    margin-left: 1px;
    margin-top: -2px;
    display: none;
    overflow: visible;
    z-index: 100;
    padding: 0;
    border: none;
    position: absolute;
}
.title-search-result.title-search-input {
    width: 100%!important;
    left: 0!important;
    margin-left: 0;
}
div.title-search-fader {
    display: none;
    background-image: url(images/fader.png);
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}
.bx_searche {
    background: #fff;
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.bx_searche .maxwidth-theme {
    padding: 0!important;
}
.bx_searche .maxwidth-theme {
    padding: 0px !important;
}

.bx_searche .bx_img_element {
    background: none;
    float: left;
    padding: 0px;
    position: absolute;
}

.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2f383d;
    border-top: 1px solid #f6f6f6;
}

.bx_searche .bx_item_block:not(.all_result):hover {
    background: #fbfbfb;
}

.bx_searche .bx_image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bx_searche .bx_item_element {
    padding-left: 20px;
    margin-left: 0px;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363;
}

.bx_searche .bx_item_element .all_result_title {
    font-size: 0.933em;
    margin: 0px;
}

.bx_searche .bx_item_block {
    min-height:  80px;
    line-height:  77px;
}

.bx_searche .bx_img_element {
    width:  80px;
    height:  80px;
    margin:  0px 0px 0px 20px;
    padding:  5px 0px;
}

.bx_searche .bx_image {
    width:  100%;
    height:  100%;
}

.bx_searche .bx_img_element + .bx_item_element {
    margin-left:  100px;
}
section.page-top {
    padding: 28px 0 30px;
    min-height: 56px;
    position: relative;
}
section.page-top.center {
    text-align: center;
}
section.page-top h1 {
    margin-bottom: 8px;
}
section.page-top .print-link+h1, section.page-top .rss+h1, section.page-top h1.shares {
    padding-right: 50px;
}
section.page-top .rss-block+h1.shares {
    padding-right: 180px;
}
section.page-top .rss+.print-link+h1 {
    padding-right: 120px;
}
.container .page-top-wrapper {
    margin-left: -16px;
    margin-right: -16px;
}
.page-top-wrapper.color {
    background: #666;
    position: relative;
    margin-bottom: 42px;
}
.page-top-wrapper.color h1 {
    color: #fff;
}
.breadcrumb>*, .page-top-wrapper.color .breadcrumb .active, .page-top-wrapper.color .breadcrumb a, .page-top-wrapper.color .breadcrumb>li {
    color: #fff;
    opacity: .8;
}
.breadcrumb {
    line-height: 13px;
    padding: 0;
    margin: 0 0 1px;
    list-style: none;
    background: 0 0;
}
.breadcrumb .active, .breadcrumb a, .breadcrumb>*, .breadcrumb>li {
    text-decoration: none;
    color: #9a9a9a;
}
.breadcrumb>li {
    text-shadow: none;
    padding: 0;
    font-size: .8em;
}
.breadcrumb>li:before {
    display: none;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 7px;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    color: #2e2e2f;
    opacity: .2;
    display: inline-block;
    position: static;
    background: 0 0;
    width: auto;
    height: auto;
}
.wrap_pagination {
    text-align: center;
    position: relative;
}
.pagination {
    border-radius: 0;
    margin: 20px 0 15px;
    border: none;
}
.pagination--ajax{
    display: flex;
    justify-content: center;
}
.pagination>li {
    display: inline-block;
    margin: 0 1px;
}
.pagination a, .pagination span {
    border-radius: 4px;
    padding: 6px 0!important;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    border-color: #666;
    color: #666;
    margin-left: 0!important;
}
.pagination .before a:hover, .pagination .before span:hover {
    color: #909da5!important;
    background-color: transparent!important;
    border-left-color: #ddd!important;
}
.pagination a:active, .pagination a:focus, .pagination a:hover, .pagination span:active, .pagination span:focus, .pagination span:hover {
    color: #fff;
}
.pagination li:not(.active):hover a {
    background: #fff;
}
.pagination li a .svg {
    left: 1px;
}
.nav_wrapper .bottom_nav {
    margin: 0;
}
.nav_wrapper .ajax_load_btn {
    text-align: center;
    border: none;
}
.nav_wrapper .wrap_pagination {
    display: none;
}
.pagination li.next a, .pagination li.prev a {
    border: none;
}
.bottom_nav {
    margin: 20px 0;
}
.ajax_load.table .bottom_nav {
    margin-top: 0;
}
.ajax_load_btn {
    text-align: center;
    margin: 0;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.pagination .fa {
    color: #222;
    font-size: 12px;
    vertical-align: middle;
}
.pagination li:hover a .fa {
    color: #fff;
}
.rss {
    display: inline-block;
    float: right;
    margin: 6px 0 0;
}
.page-top-wrapper.v3 section.page-top {
    min-height: 0;
    padding-bottom: 23px;
}
.page-top-wrapper.v3 section.page-top h1 {
    margin-bottom: 15px;
}
footer {
    background: #373d44;
    clear: both;
    color: #969ba5;
    line-height: 18px;
    min-height: 171px;
    padding: 0;
    position: relative;
    margin-top: -171px;
}
footer>.container {
    padding-bottom: 10px;
}
footer .copy {
    font-size: .867em;
    color: #999;
}
footer .copy, footer .info {
    padding: 0;
}
footer .info {
    color: #fff;
}
footer .info .blocks {
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 22px;
}
footer .info div.address {
    line-height: 20px;
}
footer .info .phone {
    margin-bottom: 19px;
}
footer .info .phone:before {
    top: 3px;
}
footer .info .phone a {
    color: #fff;
    line-height: 22px;
}
footer .info .phone a:nth-child(n+2) {
    display: block;
}
footer .info .email a {
    color: #fff;
    vertical-align: middle;
}
footer .info .email a:hover {
    color: #fff;
    text-decoration: none;
}
footer .info i {
    font-size: 14px;
    margin: 0 7px 0 0;
    color: #969ba5;
    vertical-align: middle;
}
.bottom-menu {
    color: #b0b0b0;
    font-weight: 400;
}
.bottom-menu .items .wrap {
    font-size: .933em;
}
.bottom-menu .items>.item-link {
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
}
.bottom-menu .items>.item-link a {
    color: #fff;
}
.bottom-menu a {
    color: #a7a7a7;
    text-decoration: none;
}
.bottom-menu .item {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.bottom-menu .col-sm-6:last-child .item {
    margin-bottom: 0;
}
.postload-footer-basket__wrapper{
    position: absolute;
    left: -58px;
    top: 185px;
    width: 58px;
    height: 76px;
    background: #edf0f3;
}
    .postload-footer-basket__wrapper .right_dok{}
        .postload-footer-basket__wrapper .right_dok .link{
            position: fixed;
            top: 259px;
            z-index: 99;
        }
        .postload-footer-basket__wrapper .right_dok .link:nth-child(2){
            top: 335px;
        }
footer .white_middle_text {
    color: #fff;
}
footer:not(.footer-grey) .bottom-menu .item.active .title, footer:not(.footer-grey) .bottom-menu .item.active .title a, footer:not(.footer-grey) .bottom-menu .item:hover .title, footer:not(.footer-grey) .bottom-menu .item:hover .title a {
    color: #fff!important;
}
footer:not(.footer-grey) .bottom-menu .items>.item-link a:hover {
    opacity: .8;
}
footer .bottom-middle {
    padding: 34px 0 11px;
}
footer .bottom-under .inner-wrapper {
    padding: 18px 0 2px;
    border-top: 1px solid #41474e;
    margin: 20px 0 0;
}
footer .bottom-under .inner-wrapper .copy-block {
    float: left;
    padding: 11px 0 0;
}
footer .bottom-under .inner-wrapper .copy-block>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
footer .bottom-under .inner-wrapper .social-block {
    float: right;
}
footer .bottom-under .outer-wrapper {
    padding-bottom: 6px;
}
footer .bottom-under .inner-wrapper .copy-block>div#bx-composite-banner, footer .bottom-under .inner-wrapper .copy-block>div.print-block {
    padding-right: 0;
}
footer .bottom-under .inner-wrapper .copy-block>div#bx-composite-banner a {
    margin-left: 20px;
}
footer .print-link {
    color: #a7a7a7;
    font-size: .867em;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 0 0 20px;
}
footer .print-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}
footer .print-link svg {
    display: block;
    vertical-align: middle;
}
footer .print-link svg path {
    fill: #a7a7a7;
}
footer .print-link .text {
    vertical-align: middle;
}
footer .blocks {
    padding: 0 0 10px;
}
footer .blocks:first-of-type {
    padding-bottom: 29px;
}
footer .blocks:last-of-type, footer .info .blocks {
    padding-bottom: 0;
}
footer .info .blocks.phones:before {
    display: none;
}
footer .info .blocks.phones .svg {
    top: 5px;
    left: -28px;
}
footer .info .blocks.phones .svg svg {
    width: 13px;
}
footer .info .blocks.address .svg {
    top: 2px;
}
footer:not(.footer-light):not(.footer-grey) .info .blocks.phones .phone>svg path {
    fill: #fff;
}
footer .info .blocks .svg {
    position: absolute;
    left: 0;
    top: 5px;
}
footer .info .phones .phone {
    display: inline-block;
    position: relative;
}
footer .info .phones .phone a {
    font-weight: 700;
}
footer .info .phones .phone .dropdown {
    top: 10px;
    z-index: 10;
    min-width: 170px;
    left: -15px;
}
footer .info .phones .phone .dropdown a {
    color: #333;
}
footer .info .phones .schedule {
    color: #888;
    font-size: 13px;
    margin: -17px 0 0;
}
footer .info .blocks svg path {
    fill: #999;
}
footer.footer-grey .info .blocks svg path, footer.footer-light .info .blocks svg path {
    fill: #333;
}
footer .social-icons ul {
    margin: 0 0 0 -8px;
}
footer:not(.compact) .social-icons .small_title {
    color: #a7a7a7;
    display: none;
}
footer.footer-grey .phone:before, footer.footer-light .phone:before {
    background-position: -221px -59px;
}
footer.footer-grey .info .email:before, footer.footer-light .info .email:before {
    background-position: -161px -118px;
}
footer.footer-grey .info .address:before, footer.footer-light .info .address:before {
    background-position: -253px -287px;
}
footer.footer-light {
    background: #fff;
}
footer.footer-light .bottom-under .inner-wrapper {
    border-top: 1px solid #f5f5f5;
}
footer.footer-light .bottom-menu .items>.item-link a, footer.footer-light .white_middle_text {
    color: #222;
}
footer.footer-light .info, footer.footer-light .info .email a, footer.footer-light .info .phone a {
    color: #555;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
}
.soc-avt .row a, .social-icons li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 0;
    margin: 0;
}
.social-icons li:before {
    display: none;
}
.soc-avt .row >*, .social-icons li >* {
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: 4px 0 4px 8px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 40px;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s;
    -webkit-transition: .3s;
    font-size: 0;
}
.social-icons li a {
}
.soc-avt .row a i {
}
.soc-avt .row a {
    display: inline-block;
}
.soc-avt >* i.facebook, .social-icons li.facebook >* {
    background-position: -54px -4px;
}
.soc-avt >* i.twitter, .social-icons li.twitter >* {
    background-position: -104px -4px;
}
.soc-avt >* i.instagram, .social-icons li.instagram >* {
    background-position: -154px -4px;
}
.soc-avt a i.openid-mail-ru {
    background-position: -404px -4px;
}
.soc-avt a i.livejournal {
    background-position: -104px -54px;
}
.soc-avt a i.liveinternet {
    background-position: -354px -54px;
}
.soc-avt a i.openid {
    background-position: -304px -54px;
}
.soc-avt a i.google {
    background-position: -454px -4px;
}
.soc-avt a i.yandex {
    background-position: -404px -54px;
}
.sidearea, .sidearea div.banner, .sidebar {
    margin-bottom: 37px;
}
.sidearea div.include {
    margin-top: -8px;
}
.sidearea div.banner{
    position: relative;
    background: #eaeaea;
    padding-top: 66.4%;
}
/*.sidearea div.banner:before{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
}*/
.sidearea div.banner img {
    width:  100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    position: absolute;
    top:0;
    left: 0;
}
.nav>li>.link {
    padding: 10px 16px;
}
.nav>li, .nav>li>.link {
    display: block;
    position: relative;
}
.side-menu {
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.side-menu li, .menu-opener {
    line-height: 16px;
    padding: 0;
    margin-bottom: 0;
}
.side-menu li:before {
    display: none;
}
.side-menu>li>.link, .side-menu>li>a, .menu-opener {
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
    font-size: .933em;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    padding: 14px 47px 14px 19px;
    font-weight: 400;
}
.side-menu>li>.link .icons, .side-menu>li>a .icons {
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
}
.side-menu>li:not(.active)>.link:focus, .side-menu>li:not(.active)>.link:hover, .side-menu>li:not(.active)>a:focus, .side-menu>li:not(.active)>a:hover {
    background-color: transparent;
}
.side-menu>li:not(.active)>.link, .side-menu>li:not(.active)>a {
    color: #222;
}
.side-menu li.child>.link:before, .side-menu li.child>a:before {
    color: #898989;
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 17px;
    right: 19px;
    font-weight: 400;
    top: 14px;
    opacity: 1;
}
.side-menu>li.active.child>.link:before, .side-menu>li.active.child>a:before {
    top: 13px;
}
.side-menu .submenu>li.child>.link:before, .side-menu .submenu>li.child>a:before {
    display: none;
}
.side-menu .submenu>li.child>.link, .side-menu .submenu>li.child>a {
    padding-right: 47px;
}
.side-menu .submenu>li.active.child>.link:before, .side-menu .submenu>li.active.child>a:before, .side-menu>li.active.child>.link:before, .side-menu>li.active.child>a:before {
    content: "\f107"}
.side-menu>li.active>.link, .side-menu>li.active>.link:before, .side-menu>li.active>.link:hover, .side-menu>li.active>.link:hover:before, .side-menu>li.active>a, .side-menu>li.active>a:before, .side-menu>li.active>a:hover, .side-menu>li.active>a:hover:before {
    color: #fff;
}
.side-menu .submenu-wrapper {
    padding: 0 20px 15px;
    background-color: #f7f7f8;
}
.side-menu .submenu {
    border-top: 1px solid #f2f2f2;
    padding: 13px 0 0;
    list-style: none;
    font-size: 12px;
}
.side-menu .submenu>li {
    margin-bottom: 0;
}
.side-menu .submenu>li:last-child {
    margin: 0;
}
.side-menu .submenu>li>a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 3px 0;
    line-height: 20px;
    font-size: 1.083em;
}
.tabs {
    margin-bottom: 25px;
}
.tabs .tab-content {
    background-color: #fff;
    border: none;
    padding: 40px 0 0;
}
.tabs .nav-tabs+.tab-content {
    border-top: 0;
}
.tabs .nav-tabs+.tab-content .group-content h3 {
    margin-bottom: 35px;
}
.tabs .nav-tabs {
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}
body .detail .tabs .nav-tabs {
    display: block;
    clear: both;
}
.tabs .nav.nav-tabs a, .tabs .nav.nav-tabs li >span {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #222;
    margin: 0 -1px -1px 0;
    padding: 18px 25px 17px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: none;
}
.tabs .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.tabs .nav.nav-tabs li.active >span, .tabs .nav.nav-tabs li.active a, .tabs .nav.nav-tabs li.active a:active, .tabs .nav.nav-tabs li.active a:focus, .tabs .nav.nav-tabs li.active a:hover {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.nav.nav-tabs>li.active>a, .nav.nav-tabs>li.active>a:focus, .nav.nav-tabs>li.active>a:hover {
    border-color: #f2f2f2;
}
.tabs .nav-tabs a:active, .tabs .nav-tabs a:focus, .tabs .nav-tabs a:hover, .tabs .nav-tabs li > span:hover {
    background: #fff !important;
    color:  var(--color-blue);
}
.tabs .tab-content .item+.item {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    margin-top: 25px;
}
.tabs .tab-content .flexslider .item+.item {
    padding: 0;
    margin: 0;
    border: none;
}
.flex-direction-nav li, .pagination>li, .tabs .nav-tabs>li {
    padding-left: 0;
    margin-bottom: 0;
    position: static;
}
.flex-direction-nav li:before, .pagination>li:before, .tabs .nav-tabs>li:before {
    display: none;
}
.tabs.grey .nav.nav-tabs {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    border-left-width: 0;
}
.tabs.grey .nav.nav-tabs li >span, .tabs.grey .nav.nav-tabs li a {
    margin-top: -1px;
}
.tabs.grey .nav.nav-tabs li:not(.active) > span, .tabs.grey .nav.nav-tabs li:not(.active) a {
    background: #f9f9fa;
}
.flexslider {
    position: relative;
    margin-top: 0!important;
    margin-bottom: 46px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
}
.flexslider .slides>li {
    -webkit-backface-visibility: visible;
    margin-bottom: 0;
    padding-left: 0;
}
.detail .gallery-block .flexslider .slides>li {
    max-height: none;
    padding: 0;
    margin: 0;
}
.detail .gallery-block .small-gallery ul.items li {
    width: 60px!important;
    border: 2px solid transparent;
    position: relative;
}
.detail .gallery-block .small-gallery ul.items li:hover {
    cursor: pointer;
}
.detail .gallery-block .bigs.flexslider {
    margin-bottom: 81px;
    box-shadow: 0 0 0 1px #f2f2f2 inset;
    padding: 1px;
}
.detail .gallery-block .bigs.flexslider .slides .item {
    border: none;
    text-align: center;
}
.detail .gallery-block .bigs.flexslider .slides .item a {
    display: inline;
}
.detail .gallery-block .bigs .item img {
    width: auto;
    max-height: 100%}
.detail .gallery-block .small-gallery.flexslider,  .projects-blocks .head-block .small-gallery {
    border: 0;
    box-shadow: none;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto!important;
    padding: 0 58px;
    max-width: 815px;
}
.detail .gallery-block .small-gallery-wrapper,  .projects-blocks .head-block .small-gallery-wrapper {
    text-align: center;
    padding: 15px 0 20px;
    font-size: 0;
    line-height: 0;
}
.flexslider.nav-title .flex-direction-nav li a {
    color: #fff;
    padding-top: 60px;
    height: auto;
    width: auto;
    text-shadow: none;
    margin-top: -50px;
}
.flexslider.nav-title .flex-direction-nav li a.flex-next:before {
    background: url(images/svg/Arrow_left_white.svg) no-repeat;
}
.flexslider.nav-title .flex-direction-nav li a.flex-next {
    right: 33px;
}
.flexslider.nav-title .flex-direction-nav li a.flex-prev:before {
    background: url(images/svg/Arrow_right_white.svg) no-repeat;
}
.flexslider.nav-title .flex-direction-nav li a.flex-prev {
    left: 33px;
}
.flexslider.nav-title .items .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(34, 34, 34, .7);
    display: block;
}
.detail .small-gallery-block .flex-control-nav {
    display: block;
    bottom: -50px;
}
.detail .small-gallery-block .slides li {
    text-align: center;
}
.detail .galery .flexslider.top-bigs {
    overflow: hidden;
}
.detail .galery .flexslider.top-bigs .slides>li {
    max-height: 400px;
    opacity: 0;
    line-height: 397px;
    height: 400px;
}
.detail .galery .top-small-wrapper {
    position: absolute;
    top: 0;
    left: 40px;
    width: 52px;
    height: 400px;
}
.detail .galery .top-small-wrapper .slides {
    width: 100%!important;
}
.detail .galery .top-small-wrapper .slides li {
    height: 52px;
    float: none!important;
    width: 100%!important;
    margin-bottom: 10px;
    border: 2px solid #fff;
    display: block;
}
.detail .galery .top-small-wrapper .slides li:last-of-type {
    margin-bottom: 0;
}
.detail .galery .top-small-wrapper .slides li:not(.flex-active-slide) {
    cursor: pointer;
}
.detail .galery .top-bigs+.top-small-wrapper .flex-viewport {
    height: 238px;
}
.detail .galery .top-small-wrapper .bx-controls-direction a {
    font-size: 0;
    width: 15px;
    height: 15px;
    left: 19px;
    right: auto;
    position: absolute;
}
.detail .galery .top-small-wrapper .bx-controls-direction a:not(.flex-disabled) {
    opacity: .7;
    visibility: visible;
}
.detail .galery .top-small-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.detail .galery .top-small-wrapper .bx-controls-direction a.bx-prev {
    top: -31px;
    background: url(images/svg/Arrow_up_sm.svg) 1px 3px no-repeat;
}
.detail .galery .top-small-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}
.detail .galery .top-small-wrapper .bx-controls-direction a.bx-next {
    bottom: -33px;
    top: auto;
    background: url(images/svg/Arrow_down_sm.svg) 1px 3px no-repeat;
}
.detail .galery .top-small-wrapper .top-small-wrapper2 {
    position: relative;
    top: 50%}
.detail .galery .top-small-wrapper .top-small-wrapper2.s_4 {
    margin-top: -119px;
}
.detail .galery .top-small-wrapper .top-small-wrapper2.s_3 {
    margin-top: -88px;
}
.detail .galery .top-small-wrapper .top-small-wrapper2.s_2v {
    margin-top: -90px;
}
.detail .galery .top-small-wrapper .top-small-wrapper2.s_2 {
    margin-top: -57px;
}
.detail .galery .top-small-wrapper .top-small-wrapper2.s_1v {
    margin-top: -43px;
}
.detail .galery .top-small-wrapper .flexslider {
    margin: 0;
    top: 0;
}
.detail .galery .top-small-wrapper .popup_video a {
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 21px 0 0;
    text-align: center;
}
.detail .galery .top-small-wrapper .popup_video a:before {
    content: "";
    position: relative;
    background: url(images/svg/allcorp2.svg) -18px -131px no-repeat;
    width: 14px;
    height: 23px;
    display: block;
    margin: auto;
}
.fancybox-type-iframe .fancybox-skin {
    padding: 0!important;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
}
[data-option-id*=ELEMENTS_TABLE_TYPE_VIEW][data-option-value=catalog_table] .title {
    height: 47px;
}
.char-block.in-block .char_name {
    color: #777;
    font-size: .933em;
    padding-bottom: 2px;
}
.char-block.in-block .char_value {
    color: #333;
}
.narrow_N .detail .drag_block.tab:first-of-type>div {
    margin-top: 40px;
}
body .narrow_N .catalog.detail .ask_a_question_wrapper, body .narrow_N .catalog.detail .drag_block:first-of-type>div {
    margin-top: 16px;
}
body .narrow_N .catalog.detail .item+.tizers+.row .ask_a_question_wrapper, body .narrow_N .catalog.detail .item+.tizers+.row .drag_block:first-of-type>div {
    margin-top: 40px;
}
body .narrow_N .detail .drag_block:first-of-type .wraps hr {
    margin-top: 16px;
}
.share.clicked .shares-block:hover>span {
    display: block;
    opacity: 1;
    visibility: visible;
}
.share.clicked .shares-block .ya-share2 {
    position: absolute;
    top: 56px;
    left: 34px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    border-radius: 2px;
    margin: 0 -29px;
    width: 173px;
}
.share.clicked .shares-block .ya-share2 .ya-share2__container {
    padding: 20px 20px 15px 23px!important;
}
.share.clicked .shares-block .ya-share2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid #0000;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    margin-left: -11px;
}
.share.clicked .ya-share2__container_size_m .ya-share2__item:nth-child(4n) {
    margin-right: 0;
}
.zomm_wrapper-block:hover .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1!important;
}
.flexslider .slides>li:before {
    display: none;
}
.flexslider .slides>li a {
    text-align: center;
}
.flexslider .slides img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}
.flexslider:hover .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1;
    visibility: visible;
}
.flex-control-nav {
    bottom: -30px;
}
.flex-control-nav li {
    vertical-align: middle;
    margin: 0 5px;
    padding: 0;
}
.flex-control-nav li a {
    background: 0 0;
    color: transparent;
    border-radius: 100%;
    box-shadow: none;
    height: 10px;
    width: 10px;
    box-shadow: 0 0 0 2px #333 inset;
    transition: .3s;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #333;
}
.flex-control-paging li.light a {
    box-shadow: 0 0 0 2px #fff inset;
}
.flex-control-paging li.light a.flex-active, .flex-control-paging li.light a:hover {
    background: #fff;
}
.front .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -52px;
    width: 100%;
    z-index: 2;
}
.front .flex-direction-nav>li {
    position: absolute;
    width: 100%;
    padding: 0;
}
.front .flex-direction-nav>li:before {
    display: none;
}
.front .flex-direction-nav a {
    font-size: 0;
    background: 0 0;
    height: 25px;
    width: 25px;
    margin: 0;
    opacity: 1;
    z-index: 1;
    text-shadow: none;
    transition: opacity .3s;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.flex-direction-nav a:before, .front .flex-direction-nav a:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 6px;
    background: url(images/svg/Arrow_left_black_sm.svg) no-repeat;
    width: 20px;
    height: 18px;
    margin: 0 0 0 -10px;
    opacity: .7;
    transition: opacity .3s;
}
.front.hover .flex-direction-nav a:before {
    opacity: 0;
}
.front.hover:hover .flex-direction-nav a:before {
    opacity: .7;
}
.flex-direction-nav a:before, .flexslider:hover .flex-direction-nav .flex-next, .front .flex-direction-nav a:hover:before, .front.hover:hover .flex-direction-nav a:hover:before {
    opacity: 1;
}
.front .flex-direction-nav .flex-next, .front .flex-direction-nav .flex-prev {
    top: 3px;
}
.front .flex-direction-nav .flex-prev, .front.flexslider:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 39px;
    opacity: 1;
}
.front .flex-direction-nav .flex-next, .front.flexslider:hover .flex-direction-nav .flex-next {
    right: -11px;
    opacity: 1;
}
.front .flex-direction-nav a.flex-next:before {
    background: url(images/svg/Arrow_right_black_sm.svg) no-repeat;
    left: 11px;
}
.flex-direction-nav a.flex-next:before {
    background: url(images/svg/Arrow_left_black_sm.svg) no-repeat;
    content: ""}
.rounded-nav .flex-direction-nav a:before {
    font: 700 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    background: 0 0;
    color: #222;
    left: 9px;
    top: 0;
}
.rounded-nav .flex-direction-nav a.flex-next:before {
    background: 0 0;
}
.rounded-nav .flex-direction-nav a.flex-prev:before {
    content: "\f104";
    left: 12px;
}
.services .flex-direction-nav>li a {
     font-size:  0;
     opacity:  1;
    visibility:  visible;
     margin-top:  -18px;
}
.flexslider.services .flex-direction-nav>li a {
     height:  42px;
     width:  42px;
     background:  #fff;
    font-size:  0;
     opacity:  1;
    visibility:  visible;
    border-radius:  50%;
     margin-top:  -16px;
}
.services.flexslider .flex-direction-nav a.flex-prev {
    left:  32px !important;
}
.services.flexslider .flex-direction-nav a.flex-next {
     right:  32px !important;
}
.flexslider.services .flex-direction-nav a.flex-next:before, .services.flexslider .flex-direction-nav a.flex-prev:before {
    top:  50%;
      margin:  -7px 0 0 -6px;
}
.services.flexslider  .flex-direction-nav a.flex-next:before {
    transform: scale(-1,  1);
    margin-left:  -13px;
}
.head-block .rounded-nav .flex-direction-nav a.flex-prev:before {
    left: 18px;
}
.head-block .rounded-nav .flex-direction-nav a.flex-next:before {
    left: 9px;
}
.rounded-nav .flex-direction-nav a {
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    top: 37px;
}
.rounded-nav .flex-direction-nav a:hover {
    background: #f2f2f2;
}
.rounded-nav .flex-direction-nav a:hover:before {
    color: #222;
}
.flex-direction-nav a {
    visibility: hidden;
}
.detail .wraps.docs-block h5 {
    margin-bottom: 1px;
}
body .docs-block .blocks {
    display: block;
}
body .docs-block .blocks .inner-wrapper {
    position: relative;
    padding: 0 0 0 55px;
    margin-bottom: 32px;
    line-height: 20px;
}
.docs-block .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(images/svg/docs_types.svg) no-repeat;
    top: 0;
    left: 0;
}
.docs-block .blocks.jpg .inner-wrapper:before {
    background-position-y: -110px;
}
.docs-block .blocks.none .inner-wrapper:before {
    background-position-y: -495px;
}
.docs-block .blocks .filesize {
    font-size: 12px;
    color: #9a9a9a;
}
.buy_block {
    display: block;
}
.catalog.detail .head.wti .buy_block {
    max-width: 338px;
}
.buy_block .in_cart {
    display: none;
}
.buy_block .counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.buy_block .counter>.wrap {
    position: relative;
    background: #eee;
    border-radius: 3px;
}
.buy_block .counter .input {
    padding: 1px 28px;
}
.buy_block .counter input {
    padding: 3px 4px;
    width: 100%;
    border: none;
    background: 0 0;
    font-size: .933em;
    text-align: center;
    font-weight: 700;
    color: #555;
}
body .buy_block .counter input, body .footer-button .buy_block .counter input {
    height: 30px;
    padding: 0;
}
.buy_block .counter .ctrl {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
    z-index: 1;
    background: #f2f2f2;
    opacity: 1;
    border: 1px solid #f2f2f2;
}
.buy_block .counter .ctrl:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 12px;
    height: 10px;
    background: url(images/svg/allcorp2.svg) no-repeat;
    opacity: .5;
}
.buy_block .counter .ctrl:hover:before {
    opacity: 1;
}
.buy_block .counter .minus {
    left: 0;
    border-right-width: 0;
    border-radius: 3px 0 0 3px;
}
.buy_block .counter .minus:before {
    background-position: -16px -23px;
}
.buy_block .counter .plus {
    right: 0;
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
}
.buy_block .counter .plus:before {
    background-position: 1px -23px;
    margin-left: -7px;
}
.buy_block.in .counter {
    display: none!important;
}
.buy_block.in .to_cart {
    display: none;
}
.buy_block.in .in_cart {
    display: block;
}
.buy_block.in .in_cart>span {
    position: relative;
    padding: 0 0 0 20px;
}
.buy_block.in .in_cart>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -4px 0 0;
    width: 11px;
    height: 8px;
    background: url(images/svg/allcorp2.svg) -32px 0 no-repeat;
}
.front .btn-default {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    overflow: visible;
}
.styled-block.front {
    margin-bottom: 56px;
}
.styled-block.front h2 {
    margin-bottom: 15px;
    margin-top: -1px;
}
.item-views.blocks {
    padding: 58px 0 60px;
}
.item-views.catalog.blocks {
    padding-bottom: 0;
}
.item-views.blocks h3, .item-views.blocks h3.title {
    padding: 0 0 34px;
    margin: 0;
    font-size: 1.733em;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.item-views.blocks h3.line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    background: #dedede;
    height: 3px;
}
.item-views.blocks .title_block {
    clear: both;
}
.item-views.blocks .title_block .right_link_block {
    float: right;
    position: relative;
    z-index: 1;
}
.item-views.blocks .title_block .right_link_block.hidden-link {
    color: var(--color-blue);
}
.item-views.blocks .title_block .right_link_block.hidden-link:hover {
    color: #222;
}
.row.block-with-bg .item-views:not(.catalog) h3, .row.block-with-bg+.row .item-views.blocks h3 {
    padding-top: 86px;
}
.float-banners .title_block+.items .text-block {
    color: #777;
    padding-top: 35px;
}
.float-banners .items .item .title {
    font-weight: 700;
    font-size: 1.2em;
    padding: 0;
}
body .items .item:hover .title a.colored {
    color: #333;
}
.search-page .path {
    display: block;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
}

.search-page .path p {
    margin: 0;
}

.search-page .path > *,  .search-page .path a {
    text-decoration: none;
}

.search-page .path > li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0px;
}

.search-page .path > li + li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 9px;
    padding: 0 10px;
    position: static;
    background: none;
}

.search-page .path > li:first-of-type:before {
    display: none;
}

.search-page .where {
    border: 1px solid #cad4df;
    border-radius: 3px;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 10px 0 0;
}

.search-page .searchinput {
    position: relative;
}

.search-page .searchinput input[type="text"] {
    color:  #444;
    display:  block;
    vertical-align:  top;
    width:  100%;
    border-radius:  3px;
    padding:  0 44px 0 17px;
    height:  40px;
    font-size:  0.933em;
    line-height:  0.75em;
    background:  #f2f2f2;
    border:  1px solid #eee;
}

.search-page .searchinput input.q {
    width: 100%;
}

.search-page .searchinput .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    color: white;
    width: 39px;
    height: 39px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-page .searchinput .btn-search {
    margin: 0px;
    text-align:  center;
    padding:  0px;
}

.search-page .searchinput .btn-search .svg {
    min-width:  16px;
    min-height:  16px;
}

.search-page .searchinput .btn-search:hover {
    background: none;
}

/* 404 PAGE */
.page404 {
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.page404 .i404 {
    font-size: 300px;
    text-align: center;
    line-height: 365px;
    height: 365px;
}

.page404 .i404 > span {
    position: absolute;
}

.page404 .i404 .d1 {
    left: 0px;
}

.page404 .i404 .d2 {
    left: 200px;
}

.page404 .i404 .d3 {
    left: 400px;
}
.page404 .i404  {
    color:  var(--color-blue);
    
}
.css-link {
    text-decoration:  none;
    
  outline:  none;
    
  color:  var(--color-blue);
    
  cursor:  pointer;
    
}
.css-link: hover {
    color:  #222
}
.page-top-wrapper + .container.with_error {
    
  margin-top:  -42px;
    
  background:  #fff
}
.maxwidth-theme .maxwidth-theme {
    
  padding-left:   0 !important;
    
  padding-right:  0 !important;
    
}
.page-top-wrapper + .maxwidth-theme {
    
  padding-left:   35px !important;
    
  padding-right:  35px !important;
    
}

.with_error .right_block  {
    width:  100% !important;
    
  margin:  0;
    
  box-shadow: none;
    
  padding:  0 15px;
}
.page404 .t404 {
    margin: 74px 0 0;
    text-align: center;
}
.contacts {
    color: #333;
}
.contacts table {
    color: #666;
    border: 0;
    border-collapse: collapse;
}
.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
    vertical-align: top;
}
.social-links table td.icon svg, 
.contacts table td .fa.big-icon {
    margin: 0 20px 20px 0;
    width: 44px;
    height: 44px;
}
.contacts table td.icon.instagram:hover svg .bg{
  fill: #FF479B !important;
}
.contacts table td.icon.telegram:hover svg .bg{
  fill: #65C8FF !important;
}
.contacts table td.icon.whatsapp:hover svg .bg{
  fill: #5AE16B !important;
}
.contacts table td .fa.big-icon.s45 .svg {
    margin-top: -4px;
}
.contacts table td .fa.big-icon .svg {
    margin-top: -14px;
}
.contacts table td .fa.big-icon .svg:not(.colored) svg path {
    fill: #fff;
}
.contacts .border.row {
    margin: 0 16px 40px!important;
    border: 1px solid #f2f2f2;
}
.contacts .border.row>div:first-of-type {
    padding: 35px 40px 10px;
}
.contacts .border.row>div:last-of-type {
    padding: 0;
}
.greyline {
    background: #f9f9fa;
}
.banners-big.front {
    position: relative;
}
.banners-big .maxwidth-banner {
    margin: 0 auto;
}
.banners-big .flexslider {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    background-image: url(images/pl3.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.banners-big .flexslider.flexslider-init {
    opacity: 1;
    background: 0 0;
}
.banners-big .flexslider>.maxwidth-theme>.col-md-12 {
    min-height: 0;
}
.banners-big.short-banner .flexslider, .banners-big.short-banner .slides {
    height: 500px;
}
.banners-big .slides+.maxwidth-theme {
    top: -100%}
.banners-big .flexslider.vertical .slides {
    width: 100%!important;
}
.banners-big .flex-control-nav {
    bottom: 34px;
    z-index: 2;
}
.banners-big .nav-carousel .flex-direction-nav {
    top: 250px;
}
.banners-big .flex-direction-nav {
    left: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -20px 0 0;
    width: auto;
}
.banners-big.front .flex-direction-nav a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    text-shadow: none;
    opacity: 0;
}
.banners-big .nav-carousel .flex-direction-nav li {
    background: #fff;
    border-radius: 20px;
    height: 42px;
    width: 42px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.flexslider:hover .flex-direction-nav li {
    opacity: 1;
    visibility: visible;
}
.banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -45px;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -80px;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -52px;
}
.banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -47px;
}
.banners-big .nav-carousel .flex-direction-nav li a {
    position: static;
    height: 42px;
    width: 42px;
    opacity: 1;
}
.banners-big .nav-carousel .flex-direction-nav li a:before {
    display: none;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev a {
    background: url(images/svg/Arrow_left_large.svg) 14px 12px no-repeat;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev:hover a {
    background: url(images/svg/Arrow_left_white_large.svg) 14px 12px no-repeat;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next a {
    background: url(images/svg/Arrow_right_large.svg) 17px 12px no-repeat;
}
.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next:hover a {
    background: url(images/svg/Arrow_right_white_large.svg) 17px 12px no-repeat;
}
.banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-prev, .banners-big .nav-carousel .flex-direction-nav .flex-prev {
    left: -70px;
}
.banners-big .flex-direction-nav .flex-prev, .banners-big .flexslider:hover .flex-direction-nav .flex-prev {
    left: 40px;
}
.banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next, .banners-big .nav-carousel .flex-direction-nav .flex-next {
    right: -70px;
}
.banners-big .flex-direction-nav .flex-next, .banners-big .flexslider:hover .flex-direction-nav .flex-next {
    right: 40px;
}
.banners-big .flex-direction-nav .flex-next:hover, .banners-big .flex-direction-nav .flex-prev:hover {
    background: 0 0;
}
.banners-big .flexslider:hover .flex-direction-nav .flex-next, .banners-big .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}
.banners-big .slides>li {
    line-height: 20px;
    overflow: hidden;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.banners-big .slides>li:before {
    display: none;
}
.banners-big .slides>li>.maxwidth-theme>.row {
    font-size: 0;
}
.banners-big .slides>li>.maxwidth-theme>.row>div {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.banners-big .slides a:not(.btn) {
    font-size: 16px;
    line-height: 20px;
}
.banners-big .slides a {
    color: #fff;
}
.banners-big .slides .img {
    overflow: hidden;
    padding: 0;
}
.banners-big .slides .text+.img {
    overflow: visible;
}
.banners-big .slides .img img {
    width: inherit;
}
.banners-big .slides .title {
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 17px;
    font-weight: 700;
}
.banners-big .slides .title-link {
    text-decoration: none;
}
.banners-big .slides .text {
    line-height: 495px;
    padding: 0;
}
.banners-big.short-banner .slides .text {
    height: 500px;
}
.banners-big .slides .text .inner {
    padding-top: 273px;
    padding-right: 10px;
    line-height: 20px;
    padding-left: 109px;
    opacity: 0;
    -webkit-transition: opacity 1s .3s;
    -moz-transition: opacity 1s .3s;
    -o-transition: opacity 1s .3s;
    transition: opacity 1s .3s;
}
.banners-big:not(.long-banner) .slides .text .inner {
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.banners-big .slides .text-block {
    margin-bottom: 9px;
    line-height: 26px;
    font-size: 16px;
}
.banners-big .slides .item:hover .title, .banners-big .slides .item:hover .title a, .banners-big .slides .text-block, .banners-big .slides .title, .banners-big .slides .title a {
    color: #333;
}
.banners-big .slides .text-block b {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.banners-big .slides .text-block ol, .banners-big .slides .text-block ul, .banners-big .slides .text-block ul li {
    height: auto;
}
.banners-big .slides .shown .text .inner {
    opacity: 1;
}
.banners-big .slides .clone .text .inner {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.banners-big .slides .dark .inner, .banners-big .slides .dark .title, .banners-big .slides .dark .title a, .banners-big .slides .dark h1, .banners-big .slides .item:hover .dark .title, .banners-big .slides .item:hover .dark .title a {
    color: #333;
}
.banners-big .slides .dark .text-block, .banners-big .slides .dark .text-block b {
    color: #555;
}
.banners-big .btn {
    position: relative;
    font-weight: 700;
    margin: 20px 20px 0 0;
    padding: 10px 25px;
    font-size: 16px;
}
.banners-big .btn-default {
    border: none!important;
}
.banner.SCALE img {
    margin-left: auto;
    margin-right: auto;
}
.banner.TOP_HEADER {
    position: relative;
    z-index: 1;
}
.banners-big .maxwidth-banner .maxwidth-theme {
    padding: 0!important;
}
.item .img_block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.item .wrap_tizer {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: .5s;
}
.item .wrap_tizer.dark .wr_block .outer_text .inner_text {
    color: #222;
}
.wrap_tizer .wrapper_inner_tizer {
    padding: 0 33px 0 20px;
}
.wrap_tizer .wr_block {
    transition: .1s;
}
.wrap_tizer .wrap_outer.title {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.wrap_tizer .wrap_outer .inner_text {
    position: relative;
    left: -7px;
    color: #fff;
    font-style: normal;
    background: #23618c;
    z-index: 1;
    font-weight: 700;
}
.wrap_tizer .wrap_outer .outer_text {
    position: relative;
    left: 15px;
    background: #23618c;
    padding: 5px 0 6px;
}
.wrap_tizer .wrap_outer {
    position: relative;
    left: -3px;
    padding: 5px 0 6px;
    font-size: 17px;
    line-height: 18px;
    background: #23618c;
    color: #fff;
    display: inline;
}
.item:hover > .dark_block_animate {
    opacity: 1;
}
.item:not(.touch_class):hover .scale_block_animate, .touch_class .scale_block_animate {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.wrap_tizer .wr_block.price {
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #fff;
    font-size: 13px;
    max-height: 54px;
    overflow: hidden;
}
.item:hover .wrap_tizer .wr_block.price {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 10px 0 0;
}
.wr_block.price .wrap_outer_desc {
    line-height: 18px;
    font-size: 13px;
}
body .item .dark_block_animate {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}
.float-banners.v1 .item {
    border: none;
    margin: 0 0 20px;
    overflow: hidden;
    box-shadow: none;
}
.float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer {
    padding: 0 45px 0 21px;
}
.sections_wrapper {
    margin: 0 0 30px;
}
.sections_wrapper .list .row>div {
    padding: 0;
    margin: 0 0 -1px;
}
.sections_wrapper .list .item {
    text-align: center;
    border: 1px solid #f5f5f5;
    border-right-width: 0;
    padding: 36px 10px 47px;
    transition: .2s;
    box-shadow: none;
    margin: 0;
}
.sections_wrapper .list .item:hover {
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.sections_wrapper .list .item:not(.section_item) .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto 22px;
}
.sections_wrapper .list .item .img img {
    max-width: 100%;
    max-height: 100%}
.sections_wrapper .list .item .name {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 22px;
    padding-bottom: 4px;
}
.sections_wrapper .list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.sections_wrapper .list .item.section_item {
    text-align: left;
    padding-left: 32px;
    height: 100%}
.sections_wrapper .list .item.section_item:after {
    content: "";
    display: table;
    clear: both;
}
.sections_wrapper .list .item.section_item .img {
    width: 120px;
    height: 120px;
    float: left;
}
.sections_wrapper .list .item.section_item .section_info {
    padding-left: 165px;
}
.sections_wrapper .list .item.section_item ul {
    margin-bottom: 0;
    padding-bottom: 6px;
}
.sections_wrapper .list .item.section_item .sect {
    display: inline-block;
    padding-left: 0;
    font-size: .933em;
    padding-right: 13px;
    margin-bottom: 0;
}
.sections_wrapper .list .item.section_item .sect:before {
    display: none;
}
.sections_wrapper .list .item.section_item .text {
    font-size: .933em;
    color: #666;
}
.sections_wrapper.blocks .top-text {
    font-size: 1.067em;
}
.sections_wrapper.blocks .top-text p:last-of-type {
    margin-bottom: 34px;
}
.sections_wrapper.blocks .top-text [id^=bx_incl] {
    display: block;
}
.banners-small {
    padding: 91px 0 88px;
}
.banners-small .item .inner-item {
    padding: 0 0 35px;
}
.banners-small.blog .item .inner-item {
    padding-bottom: 23px;
}
.banners-small.blog .item .inner-item .date-block {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 17px;
}
.banners-small.blog .item {
    position: relative;
}
.banners-small .item .image {
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners-small .item.wide-block .image {
    max-height: 428px;
}
.banners-small .item .image img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%}
.bx-ie .banners-small .items .item.shadow:hover {
    box-shadow: 0 0 0 1px #f5f5f5;
}
.banners-small .item .image .type-block {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    color: #fff;
    background: rgba(46, 46, 47, .6);
    line-height: 18px;
    padding: 5px 7px;
    border-radius: 3px;
    z-index: 2;
}
.banners-small .item .title {
    text-align: left;
    text-decoration: none;
    color: #222;
    padding: 26px 20px 0;
    font-weight: 700;
    font-size: 15px;
}
.banners-small.blog .item .title {
    padding: 20px 30px 0;
    line-height: 20px;
}
.banners-small.blog .item .title .prev_text-block {
    line-height: 24px;
}
.banners-small .item.wti .title {
    padding: 0;
}
.banners-small.blog .item.wide-block .title span {
    font-size: 1.333em;
    line-height: 1.3em;
}
.banners-small .item .title a {
    text-decoration: none;
    color: #222;
}
.banners-small .item .title .prev_text-block {
    color: #555;
    padding: 16px 0 5px;
    font-weight: 400;
}
.banners-small .item .title .date-block {
    font-size: .867em;
    color: #999;
    font-weight: 400;
    padding: 6px 0 0;
}
.banners-small.blog .item .title .date-block {
    padding-top: 3px;
}
.banners-small .bottom_nav {
    text-align: center;
}
.banners-small .ajax_load_btn {
    text-align: center;
    margin: 0;
}
.more_text_ajax {
    color: #222;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 0 16px 47px;
}
.more_text_ajax svg {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 17px;
    top: 18px;
}
.more_text_ajax.loading svg {
    -webkit-animation: .5s linear infinite spinner!important;
    animation: .5s linear infinite spinner!important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ajax_load_btn:hover .more_text_ajax svg, .more_text_ajax:hover svg {
    -webkit-animation: .5s ease-out spinner;
    animation: .5s spinner;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
html:not(.mobile) .loadings {
    background: url(images/loaders/preloader.gif) center center no-repeat rgba(0, 0, 0, 0)!important;
    border-color: transparent!important;
    color: transparent!important;
    cursor: default!important;
}
html:not(.mobile) .loadings * {
    background: rgba(0, 0, 0, 0)!important;
    border-color: transparent!important;
    color: transparent!important;
    cursor: default!important;
    visibility: hidden;
}
.popup .loadings {
    background-position: 0 0!important;
}
.header_opacity.header_fill_none header.light>div.menu-row.sliced .right-icons .wrap_icon:not(:hover) .svg>svg>path {
    fill: #fff;
}
.header_opacity header.light .logo_and_menu-row:not(.full-fill) .btn.btn-default.btn-transparent-bg:not(:hover), .header_opacity header.light .logo_and_menu-row:not(.full-fill) .inner-table-block, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .logo-row .top-description, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .phone-block .schedule, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .phone>a {
    color: #fff!important;
}
.header_opacity header.light .logo_and_menu-row:not(.full-fill) .btn.btn-default.btn-transparent-bg:not(:hover) {
    border-color: #fff;
}
body header.light .top-block .personal:not(:hover) .svg svg path {
    fill: #222!important;
}
.banners-big .slides .item[data-color=light] .text-block, .banners-big .slides .item[data-color=light] .text-block b, .banners-big .slides .item[data-color=light] .title, .banners-big .slides .item[data-color=light] .title a, .banners-big .slides .item[data-color=light]:hover .title, .banners-big .slides .item[data-color=light]:hover .title a, .header_opacity:not(.header_fill_light) header.light .mega-menu table td:not(:hover) .wrap>a:not(:hover), .header_opacity:not(.header_fill_light) header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap>.link:not(:hover), .header_opacity:not(.header_fill_light) header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap>a:not(:hover) {
    color: #fff;
}
.banners-big.short-banner.small .maxwidth-banner {
    padding: 0 40px;
}
body header .line-row {
    margin: 0;
    display: none;
    position: relative;
    background: 0 0;
    z-index: 10;
}
.header_fill_light header .line-row:before, body:not(.front-banners-big):not(.front-banners-big-short) header .line-row:before {
    content: "";
    background: #f0f0f0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    z-index: 11;
}
body header:not(.index) .line-row, body:not(.front-banners-big):not(.front-banners-big-short) header .line-row {
    display: block;
}
.banners-big .item .play.btn-video {
    display: block;
    margin: 25px auto 0;
    width: 118px;
    height: 118px;
    cursor: pointer;
    background: url(images/allcorp2.png) -116px -214px no-repeat;
}
.banners-big .item .play.btn-video:not(.ntext), .banners-big .item .play.btn-video:not(.small) {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
}
.banners-big .maxwidth-banner .maxwidth-theme {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banners-big .item .play.btn-video.small {
    margin: 0;
    width: 60px;
    height: 59px;
    background-position: -2px -273px;
}
.banners-big .item .video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.banners-big .item.loading {
    background: #fff!important;
    position: relative;
}
.banners-big .item.loading:before {
    background: url(images/pl3.gif) no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 64px;
    height: 64px;
}
.banners-big .item.loading.started:before {
    display: none;
}
.banners-big .item .btn.btn-video {
    padding-left: 35px;
}
.banners-big .item .btn.btn-video:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -5px 0 0;
    width: 9px;
    height: 10px;
    background: url(images/allcorp2.png) -3px -149px no-repeat;
}
.banners-big .item .btn.btn-video.ntext:before, .banners-big .item .btn.btn-video.small:before {
    display: none;
}
.accordion-body {
    position: relative;
}
.accordion-head {
    cursor: pointer;
    padding: 25px 80px 15px 25px;
    position: relative;
    font-size: 1.067em;
    font-weight: 700;
    z-index: 1;
    color: #222;
    display: block;
}
.accordion-head:active, .accordion-head:focus, .accordion-head:hover, .accordion-head:visited {
    color: #222;
}
.accordion-head.accordion-open {
    border-bottom: none;
    background: #f2f2f2;
}
.accordion-head.accordion-open+.panel-collapse {
    background: #f2f2f2;
}
.item-accordion-wrapper {
    border: 1px solid #f2f2f2;
    margin-bottom: -1px;
    padding-bottom: 11px;
}
.item-accordion-wrapper.opened {
    background: #f2f2f2;
}
.item-accordion-wrapper .accordion-head {
    border: none;
}
.accordion-type-1 .item, .accordion-type-1 .item:hover, .accordion-type-2 .item, .accordion-type-2 .item:hover {
    border-color: #f2f2f2!important;
}
.accordion-type-1 .item .accordion-body, .accordion-type-1 .item .accordion-head, .accordion-type-1 .item .panel-collapse, .accordion-type-2 .item .accordion-body, .accordion-type-2 .item .accordion-head, .accordion-type-2 .item .panel-collapse {
    border: none!important;
}
.accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    margin-bottom: 0!important;
}
.accordion-head.accordion-open .fa:before {
    content: "\f106"}
.panel-collapse .accordion-body {
    padding: 0 80px 15px 25px;
    position: relative;
    z-index: 2;
}
.accordion-type-1 .accordion-head a {
    display: inline;
    text-decoration: none;
}
.accordion-head .fa {
    border-radius: 30px;
    color: #222;
    position: absolute;
    top: 23px;
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}
.accordion-head:hover .fa {
    background: #f2f2f2;
}
.accordion-type-1 .accordion-head .fa {
    right: 29px;
}
.accordion-type-2 .accordion-head {
    padding-left: 65px;
    padding-right: 29px;
}
.accordion-type-2 .accordion-head a {
    display: inline;
    line-height: 18px;
    text-decoration: none;
    font-size: 16px;
}
.accordion-type-2 .accordion-head:after {
    content: "";
    display: table;
    clear: both;
}
.accordion-type-2 .accordion-head .fa {
    left: 26px;
}
.accordion-type-2 .accordion-head.accordion-open .fa {
    line-height: 25px;
}
.accordion-type-2 .panel-collapse .accordion-body {
    padding: 0 29px 21px 65px;
}
section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}
section.toggle .toggle-content {
    display: none;
}
a.scroll-to-top {
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: url(images/svg/scroll.svg) center center no-repeat #404040;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 73px;
    left: inherit;
    bottom: 23px;
    opacity: 0;
    z-index: 99!important;
}
a.scroll-to-top.ROUND_COLOR,  a.scroll-to-top.RECT_COLOR {
    background-position: center 14px;
}
a.scroll-to-top.ROUND_COLOR,  a.scroll-to-top.RECT_COLOR  {
        background-color:  var(--color-blue);
}
a.scroll-to-top.visible {
    opacity: 1;
}
.links-block .links {
    font-size: 0;
    line-height: 0;
}
.links-block .links>a {
    font-size: 15px;
    line-height: 24px;
}
.links-block .links a.next-url {
    float: right;
}
.item-views .item .price, .order-block .price {
    line-height: 19px;
}
.item-views .item .price .fa, .order-block .price .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 22px;
    background: 0 0;
}
.item-views .item .price .price_val, .order-block .price .price_val {
    font-size: 18px;
    font-weight: 700;
    padding-right: 5px;
    color: #1d2029;
    display: inline-block;
}
.item-views .item .price_new {
    display: inline-block;
}
.order-block .price, .order-block .price+.btn {
    display: inline-block;
    vertical-align: top;
}
.order-block .price .price_val {
    font-size: 24px;
}
.order-block .price+.btn {
    margin-left: 5px;
}
.content+.order-block {
    margin-top: 51px;
    margin-bottom: 57px;
}
.table-elements.news2 .price {
    margin: 15px 0 0;
}
.item-views {
    margin-bottom: 0;
    position: relative;
}
.text_after_items {
    margin: 45px 0 0;
}
.item-views .item {
    margin-bottom: 10px;
    position: relative;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 1px #f2f2f2;
}
.item-views.accordion .item:not(.zomm_wrapper-block) {
    border-color: #f2f2f2;
    margin-bottom: 1px;
    padding-bottom: 0;
}
.item-views.accordion .item.opened {
    background: #fbfbfb;
}
.catalog.item-views .flexslider .item .buy_block .counter input {
    padding-top: 1px;
    padding-bottom: 1px;
}
.item-views.list .item {
    margin-bottom: 0;
}
.item-views.list hr {
    margin: 47px 0;
}
.item-views.list .item .title {
    font-weight: 700;
}
.item-views .item .title {
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}
.item-views .item .section_name {
    color: #777;
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0 10px;
}
.item-views .item .previewtext {
    margin-bottom: 20px;
    margin-top: 10px;
}
.item-views .item .btn {
    white-space: normal;
    margin-bottom: 0;
    max-width: 100%}
.properties {
    margin: 0 -16px 8px;
}
.properties+.link-block-more {
    padding: 20px 0 0;
}
.properties .inner-wrapper {
    padding: 0 16px 12px;
    display: inline-block;
    vertical-align: top;
    font-size: .933em;
    line-height: 24px;
}
.item-views.table.table-type-block .item .properties {
    font-size: 1em;
}
.item-views.table.table-type-block .item .inner-wrapper {
    display: block;
}
.item-views.table.table-type-block .item .inner-wrapper:first-of-type {
    padding-top: 0;
}
.item-views.table.table-type-block .item .property.phone:before {
    background-position-x: -223px;
}
.item-views.table.table-type-block .item hr {
    margin-bottom: 14px;
}
.item-views.list.list-type-block .item hr {
    margin-bottom: 18px;
    margin-top: 12px;
}
.properties .inner-wrapper .property.icon-block {
    padding-left: 25px;
    position: relative;
    display: block;
}
.properties .inner-wrapper .property.icon-block:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 18px;
    background: url(images/allcorp2.png) -161px -117px no-repeat;
}
.properties .inner-wrapper .property.phone:before {
    background-position: -221px -59px;
}
.properties .inner-wrapper .property.site:before {
    background-position: -45px -154px;
}
.item-views .item .property .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #6d7a83;
    font-size: 12px;
}
.item-views .item .image {
    overflow: hidden;
}
.item-views .item .image .img-inside {
    border: 0;
    display: block;
    padding: 0;
    position: relative;
}
.detail .period, .item-views .item .period {
    margin: 2px 0 9px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: .867em;
    color: #888;
}
.detail .period span, .item-views .item .period span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin: 0 12px 0 0;
    font-size: 12px;
}
.detail .period span {
    font-size: 14px;
}
.item-views .item .description {
    font-size: 13px;
    line-height: 20px;
}
.item-views .item:not(.review) .text {
    padding: 0;
    color: #555;
}
.item-views .item .text hr {
    margin: 18px 0 4px;
    display: block;
}
.item-views .item .text .properties+hr {
    margin-bottom: 18px;
}
.item-views .item .info .text {
    padding: 0!important;
}
.item-views .item p {
    margin-bottom: 20px;
}
.item-views.accordion:not(.with_tabs) .tab-pane+.tab-pane, .item-views.list:not(.with_tabs) .tab-pane+.tab-pane {
    margin-top: 30px;
}
.item-views.list .items>div:first-of-type h2 {
    margin-top: 0;
}
.item-views.list .item .text {
    padding: 24px 24px 24px 0;
}
.item-views.list .item.wdate .title {
    margin-bottom: 5px;
}
.item-views.list .item .image {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 24px 0 24px 24px;
}
.item-views.list .item .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.item-views.list.image_right .item .image {
    padding-right: 24px;
    padding-left: 0;
}
.item-views.list.image_right .item .text {
    padding-left: 24px;
    padding-right: 0;
}
.item-views.table .item .title {
    text-align: left;
}
.item-views.table .item .text {
    padding: 15px 24px 24px;
    overflow: hidden;
}
.item-views.table .item.wti .text {
    padding-top: 24px;
}
.item-views.table .item .image {
    width: 100%}
.item-views.table .item .image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    max-height: none;
}
.item-views.table.normal-img .item .image img {
    max-height: none;
}
.item-views.table-elements .item .image {
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
}
.item-views.table-elements .item .image img {
    max-height: 100%;
    display: inline-block;
    width: 100%;
    height: auto;
}
.item-views.table-elements .item .body-info {
    padding: 20px 24px 22px;
}
.item-views.table-elements.news2 .item .body-info {
    padding-left: 20px;
    padding-right: 20px;
}
.item-views.table-elements.news2 .item .body-info .period {
    margin-bottom: 3px;
}
.item-views.table-elements .item .body-info .title {
    font-weight: 700;
    line-height: 20px;
}
.item-views.table-elements .item .body-info .previewtext {
    margin-bottom: 0;
    font-size: .933em;
}
.item-views.table-elements .item .body-info .previewtext p {
    margin-bottom: 12px;
}
.mixitup-container .item-views.table-elements .row>div {
    visibility: hidden;
}
.mixitup-container.mixitup-ready .item-views.table-elements .row>div {
    visibility: visible;
}
.mixitup-container .item-views.table-elements .item .image {
    max-height: 350px;
}
.item-views.sections {
    margin-bottom: 0;
}
.item-views.sections .item {
    margin: 0 0 59px;
    overflow: hidden;
}
.item-views.sections .item .info {
    color: #555;
    line-height: 18px;
}
.item-views.sections .item .info a {
    text-decoration: none;
}
.item-views.sections .item .title a {
    font-size: 1.2em;
    line-height: 1.167em;
    font-weight: 700;
    margin-bottom: 18px;
}
.item-views.sections .item .image {
    height: 133px;
    line-height: 133px;
    margin-bottom: 18px;
    text-align: left;
    width: 200px;
}
.item-views.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    zoom: 1;
}
.item-views.sections .row_block .item .text.childs {
    display: block;
}
.news_block .item {
    margin-bottom: 32px;
}
.news_block .flexbox .item, body .projects.item-views .flexbox.items .item {
    margin-bottom: 0;
    height: 100%}
.news_block .flexbox>div, body .projects.item-views .flexbox.items>div {
    margin-bottom: 32px;
}
.news_block .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.bx-ie .news_block .item:hover {
    box-shadow: 0 0 0 1px #f2f2f2;
}
.news_block .item .info {
    padding: 17px 24px 20px;
}
body .news_block .item .date+.info {
    padding-bottom: 51px;
}
.news_block .item .name {
    font-weight: 700;
    line-height: 20px;
    display: block;
}
.news_block .item .date {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 17px;
}
.item .sticker-block, .news_block .item .sticker {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
.item .sticker-block {
    letter-spacing: .7px;
}
.news_block.item-views .item .info .text {
    padding: 3px 0 0!important;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 25px;
}
.news_block .item.wrapper {
    box-shadow: none;
    margin: 0;
}
.news_block .item.big .image {
    height: 100%}
.news_block .item.big .info {
    padding: 26px 32px 20px;
}
.news_block .item.big .date {
    left: 32px;
    right: 32px;
}
.news_block.portfolio .item .name {
    font-size: 1.067em;
}
.item-views.blocks.news_block {
    padding-bottom: 34px;
}
.news_block .item.big .name {
    font-size: 1.333em;
    padding-bottom: 5px;
    line-height: 24px;
}
.news_block .item.sliced {
    background: #fff;
}
.news_block.item-views .item.big .info .text {
    max-height: 55px;
    margin-bottom: 32px;
}
.item-views.table-elements.portfolio .item .image {
    max-height: 400px;
}
.sub_container {
    position: relative;
}
 .list-type-block.item-views .item,  .detail.projects.drag_block:not(.sale) .list-type-block.item-views .item {
    width: 100%;
    display: block;
    margin: 0 0 -1px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
.list-type-block.item-views .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.list-type-block.item-views .item .title {
    margin-bottom: 11px;
    font-size: 1.2em;
}
.list-type-block.item-views .item .previewtext {
    margin-bottom: 25px;
}
.list-type-block.item-views .item>.image {
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 193px;
}
.list-type-block.item-views.wide_img .item>.image {
    width: 312px;
    max-height: none;
    padding: 32px 0 32px 32px;
}
.list-type-block.item-views.wide_img .item .image+.body-info {
    padding-left: 353px;
}
.list-type-block.item-views.wide_img .item .body-info {
    padding: 33px 32px 32px;
}
.stockblock .list-type-block.item-views.wide_img .item .body-info {
    padding: 0;
}
.list-type-block.item-views.wide_img .item .period {
    margin: -10px 0 10px;
    display: block;
}
.stockblock .list-type-block.item-views.wide_img .item .period {
    margin-top: 2px;
}
.list-type-block.item-views.wide_img .item .previewtext {
    margin-top: 5px;
    line-height: 22px;
}
.list-type-block.item-views .price {
    margin: -4px 0 19px;
}
.list-type-block.item-views hr {
    display: none;
}
.list-type-block.item-views .item .image+.body-info {
    padding-left: 225px;
}
.list-type-block.item-views .item .image.padding+.body-info {
    padding-left: 243px;
}
body .list-type-block.item-views .item>.body-info {
    padding-top: 22px;
}
body .list-type-block.item-views.staff-block .item>.body-info {
    padding-top: 26px;
}
body .list-type-block.item-views .flexslider .item>.body-info {
    padding-bottom: 20px;
}
body .list-type-block.item-views.reviews .item>.body-info {
    padding-top: 0;
}
.blog.list-type-block.item-views .item {
    border: 1px solid #f2f2f2;
    box-shadow: none;
    margin: 0 0 -1px;
    transition: box-shadow .3s;
    padding: 49px;
}
.blog.list-type-block.item-views .item>.image {
    padding: 0;
    width: 320px;
    max-height: none;
}
.blog.list-type-block.item-views .item .body-info {
    padding: 0;
}
.blog.list-type-block.item-views .item .image+.body-info {
    padding-left: 361px;
}
.blog.list-type-block.item-views .item .title {
    font-size: 1.6em;
    line-height: 1.167em;
}
.blog .bottom_nav {
    text-align: center;
}
.blog.banners-small .bottom_nav {
    padding-top: 18px;
}
.container-block {
    margin: 0 0 40px;
}
.fill-block {
    background: #f9f9f9;
    padding: 21px 30px 16px;
    border-bottom: 1px solid #f2f2f2;
}
.title-block-middle {
    color: #333;
    font-size: 1.067em;
    font-weight: 700;
}
.fill-block .title-block-middle {
    padding: 0 0 19px;
    border-bottom: 1px solid #f1f1f1;
}
.fill-block ul {
    margin: 0;
    padding: 14px 0 0;
}
.fill-block ul li {
    padding: 0;
    margin: 0;
}
.fill-block ul li:before {
    display: none;
}
.fill-block ul li a {
    display: block;
    padding: 4px 0;
}
.fill-block ul li a .text {
    font-size: .933em;
    padding: 0 12px 0 0;
}
.fill-block ul li a .count, .fill-block ul li a:hover .count {
    font-size: .867em;
    float: right;
    color: #999;
}
.quiz_block:not(:has( > div)){
    min-height: 80vw;
    background: #fbfbfb;
}

.banners-small.blog {
    padding: 0;
}
.banners-small.blog .items .item {
    box-shadow: 0 0 0 1px #f2f2f2;
    margin: 0 0 32px;
}
.edge .banners-small.blog .items .item {
    box-shadow: none;
}
.items .item.shadow:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.banners-content{
    margin-bottom: 40px;
}
.banners-content .maxwidth-banner .rss {
    display: none;
}
.banners-content .intro-text {
    min-height: auto;
    padding: 0 0 20px;
    color: #222;
}
.banners-content .item_block {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.banners-content .text {
    padding-top: 40px;
    padding-bottom: 30px;
}
.banners-content .img img {
    max-width: 100%;
    max-height: 460px;
}
.banners-content .text h1 {
    padding-right: 0;
}

@media only screen and (min-width:992px) {
    .banners-content .maxwidth-banner{
/*        background-color: #d0cfcf !important;*/
    }
    .banners-content .maxwidth-banner .maxwidth-theme{
        min-height: 450px;
        display: flex;
        align-items: center;
    }
    .banners-content .lazyload:after{
         background-color: #d0cfcf !important;
    }
}
.banners-content .maxwidth-banner>.row {
    margin: 0;
}
.item_block.animated {
    opacity: 0;
}
.main-section-wrapper {
    position: relative;
}
.detail .stockblock .item-views {
    position: relative;
    padding: 30px 15px 30px 90px;
    margin: 0;
    font-size: 13px;
    background: #f7f7f7;
}
 .detail .stockblock .link-block-more {
    display: none;
}
.detail .stockblock .period {
    margin: 0;
}
.detail .stockblock .item-views:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(images/icons_goods.png) -1px -139px no-repeat;
    left: 25px;
    top: 31px;
}
.detail .stockblock .list-type-block.item-views .item .previewtext {
    margin: 0;
}
.detail .stockblock .item-views .item {
    border: none;
    box-shadow: none;
}
body .detail .drag_block > hr {
    margin:  40px 0;
}
body .detail .drag_block {
    clear: both;
}
body .detail .drag_block>div {
    margin-top: 50px;
    margin-bottom: 50px;
}
body .detail .drag_block.n_0.tabs>div h5, body .detail .drag_block.n_0>div, body .detail .drag_block.sm>div, body .detail .drag_block.sm>div>h5, body .detail .drag_block.tabs:first-of-type>div h5, body .detail .drag_block:first-of-type>div, body .detail .drag_block>div.tabs {
    margin-top: 0;
}
body .detail .detailimage+.drag_block>div, body .detail .drag_block+.drag_block>div.tabs, body .detail .introtext+.drag_block>div, body .detail .item+.drag_block>div.tabs {
    margin-top: 40px;
}
body .detail .drag_block>div.projects {
    margin-bottom: -20px;
}
body .detail .drag_block.services>div>div>.maxwidth-theme, body .detail .wraps-block>div.maxwidth-theme {
    padding: 0!important;
}
body .detail .wraps-block>div.maxwidth-theme>div {
    padding: 0;
}
body .detail .wraps-block>div.maxwidth-theme>div .item-views.blocks.news_block {
    padding: 0;
    margin-bottom: -24px;
}
.detail .period {
    margin: 0 0 6px;
}
.detail .content {
    margin-bottom: 20px;
}
.detail .content ul, .detail .introtext {
    display: table;
}
.detail .detailimage {
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}
.detail .detailimage img {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
}
.detail .image-left {
    float: left;
    margin-right: 30px;
    text-align: left;
    max-width: 300px;
}
.detail .image-right {
    float: right;
    margin-left: 30px;
    text-align: right;
    max-width: 300px;
}
.detail .detailimage.image-wide {
    margin-bottom: 0;
}
.detail .detailimage.image-wide.np {
    margin-bottom: 30px;
}
.detail .introtext.wides {
    padding: 32px 41px 34px;
    background: #fbfbfb;
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
    border-top: none;
    display: block;
}
.detail .introtext.wides.norder {
    border-bottom-width: 1px;
}
.detail .introtext.wides.order {
    margin-bottom: 0;
    padding-bottom: 0;
}
.detail .introtext.wides.order:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 21px;
}
.detail .order-block.not, .detail .order-block.wides {
    margin-top: 0;
}
.detail .wide-wrapper .order-block {
    border-top-width: 0;
}
.detail .order-block.news {
    margin-bottom: 30px;
}
.detail .order-block .price {
    float: right;
}
.detail .order-block .text .price .price_new .price_val {
    font-size: 1.333em;
    margin-bottom: 8px;
}
.detail .order-block .price+.inner-text {
    padding-right: 220px;
}
.detail .introtext+.order-block.wides {
    border-top-width: 0;
}
.detailimage.image-head {
    margin: 0 0 30px;
    text-align: center;
}
.title-v2 .detailimage.image-head, .title-v5 .detailimage.image-head {
    margin-top: -42px;
}
.detailimage.image-head img {
    margin: 0 auto;
}
.detail .ask_a_question {
    clear: right;
    float: right;
    margin-bottom: 40px;
    margin-left: 25px;
    width: 286px;
}
.fixed_block_fix {
    margin-left: 18px;
}
.ask_a_question_wrapper {
    position: relative;
}
.catalog.detail .ask_a_question_wrapper {
    margin-top: 40px;
}
.ask_a_question_wrapper .ask_a_question {
    position: absolute;
    top: 0;
    float: none;
    margin-left: 18px;
    transition: top .3s;
    width: auto;
    left: 0;
    right: 0;
}
.ask_a_question_wrapper .ask_a_question.fixed {
    position: fixed;
    left: auto;
    right: auto;
}
.ask_a_question_wrapper .ask_a_question.nonfixed {
    position: static!important;
}
.left_block .fixed_block_fix{
    margin-bottom:  83px;
    margin-left:  0;
}
 .left_block .ask_a_question_wrapper .ask_a_question  {
    margin-left:  0;
}

.ask_a_question_wrapper .ask_a_question.normal {
    right: 78%;
    left: 16px;
}
body.side_left .blog-page .ask_a_question_wrapper .ask_a_question.normal {
    left: 78%;
    right: 16px;
}


.row>div>.detail .ask_a_question {
    width: auto;
}
.detail .wraps {
    margin-bottom: 30px;
}
.detail .wraps hr {
    margin: 51px 0 41px;
}
.detail .wraps h3, .detail .wraps h4 {
    margin-bottom: 30px;
}
.detail .drag_block:not(.tab) h5 {
    margin-bottom: 33px;
    margin-top: 50px;
    font-size: 1.6em;
}
.detail .flexslider.front:not(.normal) .flex-direction-nav {
    top: -60px;
}
.detail .head .galery .flex-control-nav, body .show-nav-controls .flex-control-nav {
    display: block;
    bottom: 15px;
}
.dark-nav .flex-control-paging li a.flex-active, .dark-nav .flex-control-paging li a:hover {
    background: #fff!important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .15);
}
.dark-nav .flex-control-nav li a {
    box-shadow: inset 0 0 0 2px #222;
    background: rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .15), 0 0 0 2px #fff inset;
}
.dark-nav2 .flex-control-nav li a {
    background: #cad2d6;
    box-shadow: none;
    width: 8px;
    height: 8px;
}
.color-controls .flex-direction-nav a {
    width: 44px;
    height: 44px;
    font-size: 0;
    line-height: 0;
    background: #dedede;
    border-radius: 3px;
}
.color-controls.flexslider:hover .flex-direction-nav .flex-next {
    right: 20px;
}
.color-controls.flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px;
}
.color-controls .flex-direction-nav a:before {
    background: url(images/svg/Arrow_right_white.svg) center no-repeat;
    top: 12px;
}
.color-controls .flex-direction-nav a.flex-next:before {
    background: url(images/svg/Arrow_left_white.svg) center no-repeat;
}
.color-controls span.zoom {
    top: -20px;
    right: 21px;
    transition: opacity .3s, top .3s;
    opacity: 0;
    margin: 0;
    border-radius: 4px;
    background-image: url(images/svg/Fullsize.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.color-controls .item:hover span.zoom {
    opacity: 1;
    top: 20px;
}
@media (max-width: 600px){
    .desc .wrapp_scrollbar.rounded-nav .flex-direction-nav .flex-next, 
    .desc .wrapp_scrollbar.rounded-nav:hover .flex-direction-nav .flex-next{
        right: 2px;
    }
    .desc .wrapp_scrollbar.rounded-nav .flex-direction-nav .flex-prev, 
    .desc .wrapp_scrollbar.rounded-nav:hover .flex-direction-nav .flex-prev{
        left: 2px;
    }
}
.item span.zoom {
    opacity: 0;
}
.items .item:hover span.zoom {
    opacity: 1;
}
.detail img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%}
.detail .galery {
    margin-right: 0;
    margin-left: 0;
}
.detail .galery .inner {
    border: 1px solid #f2f2f2;
    max-height: 673px;
    overflow: hidden;
    padding: 50px 62px;
    position: relative;
}
.detail .galery .inner .stickers {
    top: -10px;
    left: 28px;
}
.detail .galery .item {
    padding: 0;
    text-align: center;
    position: relative;
}
.detail .galery .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.detail .galery .item:hover span.zoom {
    opacity: 1;
}
.detail .galery .flexslider.top-bigs {
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    background: 0 0;
}
.detail .galery .flexslider.s_1 {
    margin-left: 0;
}
.detail .galery .flexslider .flex-viewport, .detail .galery .items {
    height: 100%}
.detail .galery #carousel .flex-direction-nav a {
    color: transparent;
    height: 20px;
    margin-top: -10px;
    opacity: 1;
    text-shadow: none;
    width: 30px;
}
.detail .galery #carousel .flex-direction-nav .flex-prev {
    left: 0;
}
.detail .galery #carousel .flex-direction-nav .flex-next {
    right: 0;
}
.detail .galery #carousel .flex-direction-nav .flex-prev:before {
    content: "\f104"}
.detail .galery #carousel .flex-direction-nav .flex-next:before {
    content: "\f105";
    left: 18px;
}
.detail .galery #carousel .flex-direction-nav a:before {
    color: #778285;
    font-family: FontAwesome;
    font-size: 29px;
    left: 2px;
    position: absolute;
    top: -4px;
}
.detail .galery #carousel.flexslider {
    border: 0;
    box-shadow: none;
    z-index: 1;
    max-width: 391px;
    width: 100%;
    text-align: center;
    margin: 19px auto -22px!important;
    padding: 0 30px;
}
.detail .galery #carousel .slides li {
    text-align: center;
    border: 1px solid transparent;
    height: 77px;
    line-height: 75px;
    margin-right: 7.5px;
    overflow: hidden;
    width: 77px!important;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.detail .galery #carousel .slides li:hover {
    border-color: #d7dee3;
}
.detail .galery #carousel .slides li.flex-active-slide {
    opacity: .6;
}
.detail .properties {
    margin-top: 20px;
}
.detail .post-content .properties {
    margin-top: 0;
}
.detail .property {
    margin-bottom: 10px;
}
.detail .property .fa {
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #6d7a83;
}
.detail.staff {
    border: 1px solid #f2f2f2;
    padding: 40px 40px 15px;
    margin-bottom: 40px;
}
.detail.staff .content {
    float: left;
}
.detail.staff .content .inner-wrapper.post {
    display: block;
    font-size: 1em;
    color: #999;
}
.detail.staff .content .properties+hr {
    margin: 8px 0 18px;
}
.detail.staff .content .inner-wrapper .property {
    margin-bottom: 0;
}
.detail.staff .content .btn-block {
    padding: 18px 0 7px;
}
.detail.staff .content .btn-block span {
    margin: 0;
}
.chars .props_table tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.chars .char-wrapp tr td {
    font-size: 1em;
    vertical-align: top;
    background: url(images/dott.png) 0 15px repeat-x;
    width: 50%}
.chars .props_table {
    width: 100%}
.chars .props_table td {
    padding: 2px 0 2px 10px;
    text-align: right;
}
.chars .props_table .char_name span, .chars .props_table .char_value span {
    background: #fff;
    padding: 0;
    display: inline-block;
}
.chars .props_table .char_name span {
    font-style: normal;
    padding-right: 12px;
    color: #555;
}
.detail .char-block {
    margin: 26px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #f2f2f2;
}
.detail .chars .props_table .char_name span, .detail .chars .props_table .char_value span {
    font-size: .933em;
    line-height: 20px;
}
.detail .chars .props_table .char_name span {
    color: #666;
}
.detail .chars .props_table .char_value span {
    color: #333;
}
.chars .props_table .char_value {
    text-align: left;
    background: 0 0;
}
.chars .props_table .char_value span {
    padding-left: 10px;
    right: -2px;
    color: #222;
}
.chars .props_table .char_name .hint {
    position: relative;
}
.chars .props_table .char_name .hint .icons {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 6px;
    height: 13px;
    width: 13px;
    background: url(images/hint.jpg) no-repeat;
}
.chars .props_table .char_name .hint+span {
    padding-left: 20px;
}
.detail .item-views {
    margin-bottom: 34px;
}
.props_list.prod {
    color: #777;
    font-size: 13px;
    display: none;
    margin: 0 0 9px;
}
.props_list.prod .name {
    padding: 0 3px 0 0;
}
.show_props .char_title {
    cursor: pointer;
    font-size: 13px;
}
.show_props .char_title span {
    padding-right: 2px;
}
.show_props .char_title.opened .op, .show_props .char_title:not(.opened) .cl {
    display: none;
}
.partners.front.slider-items .flexslider .slides>li {
    height: auto;
    line-height: normal;
    max-height: none;
}
.slides>li:before {
    display: none;
}
.list-type-block.item-views.slider-items .item>.image {
    max-height: none;
    max-width: 50%;
    padding: 30px 0 30px 30px;
}
.partners.front.slider-items .flexslider .slides>li .item:hover {
    filter: none;
}
.list-type-block.item-views.slider-items .item .image+.body-info {
    padding-left: 222px;
    padding-top: 53px;
}
.list-type-block.item-views.slider-items .item .body-info {
    padding-left: 30px;
    padding-right: 30px;
}
.partners.item-views.slider-items {
    margin: 0;
}
.partners.item-views.slider-items .item .title {
    margin-bottom: 19px;
    text-align: left;
}
.partners.item-views.slider-items .item .title a {
    text-align: left;
}
.teasers.item-views.front {
    position: relative;
    padding-bottom: 90px;
}
.teasers.item-views.front.icons .row.items {
    margin: 0;
    border-bottom: none;
}
.teasers.item-views.front.icons .row.items>div {
    padding: 0;
}
.teasers.item-views.front.icons .row.items>div .item {
    border-color: #f3f3f3;
    transition: box-shadow .3s;
}
.teasers.item-views.front.icons .row.items>div .item:hover {
    border-color: #f3f3f3;
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
}
.teasers.item-views.front.icons .row.items>div:nth-child(even) .item {
    border-left-width: 0;
}
.teasers.item-views.front .item {
    margin: 13px 0 48px;
}
.teasers.item-views.front.icons .item {
    margin: -1px 0 0;
    padding: 40px 38px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
.teasers.item-views.front.icons .item a {
    color: #222;
}
.teasers.item-views.icons.front .item .image {
    color: #fff;
    margin: 0;
    float: left;
    width: 144px;
    text-align: center;
    height: 144px;
    font-size: 20px;
    border-radius: 100%;
    line-height: 140px;
    overflow: hidden;
    background: #e8ebef;
}
.teasers.item-views.icons.front .item .info {
    padding-left: 182px;
    font-size: 1em;
    color: #222;
}
.teasers.item-views.icons.front .item .info .text {
    font-size: 1em;
    color: #222;
}
.teasers.item-views.icons.front .item .info ul {
    list-style-type: none;
    padding-left: 2px;
}
.teasers.item-views.icons.front .item .info ul li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 6px;
}
.teasers.item-views.icons.front .item .info ul li:last-of-type {
    margin-bottom: 0;
}
.teasers.item-views.icons.front .item .info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #222;
}
.wrap-portfolio-front {
    background: #f3f6f9;
    color: #fff;
}
.wrap-portfolio-front .row {
    margin-left: 0;
    margin-right: 0;
}
.wrap-portfolio-front .row>div {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.wrap-portfolio-front .item {
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 70%;
    height: 0;
    position: relative;
    z-index: 2;
}
.item.animated-block {
    opacity: 0;
}
.item.animated-block.visible {
    opacity: 1;
}
.table-elements .item .text, .wrap-portfolio-front .item .text {
    display: table;
    width: 100%;
    height: 100%}
.table-elements .item .text {
    line-height: 24px;
}
.table-elements .items .item:hover > .dark_block_animate {
    opacity: 0;
}
.table-elements .items .item .image .dark_block_animate {
    background: #2e2e2f;
}
.table-elements .items .item .image:hover .dark_block_animate {
    opacity: .8;
}
.table-elements .item .text .cont, .wrap-portfolio-front .item .text .cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.table-elements .items .item .image .dark_block_animate {
    background: rgb(46, 46, 47);
}
.table-elements .items .item .image:hover .dark_block_animate {
    opacity:  0.8;
    -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.table-elements .item .text .cont>div, .wrap-portfolio-front .item .text .cont>div {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.table-elements .item .text .cont>div *, .wrap-portfolio-front .item .text .cont>div * {
    opacity: 1;
}
.table-elements .item .text .cont>div span, .wrap-portfolio-front .item .text .cont>div span {
    display: block;
    font-size: 20px;
    opacity: 1;
    font-weight: 700;
    padding-bottom: 28px;
}
.table-elements .item .text .cont>div .text_more .mores, .wrap-portfolio-front .item .text .cont>div .text_more .mores {
    position: relative;
    padding: 0 30px 0 0;
    display: inline-block;
}
.table-elements .item .text .cont>div .text_more .mores:before, .wrap-portfolio-front .item .text .cont>div .text_more .mores:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 20px;
    height: 14px;
    background: url(images/allcorp2.png) -222px -16px no-repeat;
}
.wrap-portfolio-front .item .text .section_name {
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background: #d4d4d4;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}
.item .text .titles, .wrap-portfolio-front .item .text .title {
    font-weight: 400;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff!important;
}
.item .text .titles span, .wrap-portfolio-front .item .text .title span {
    font-size: 20px;
}
.table-elements .item .image:hover .text .cont>div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.table-elements .item:hover .text .cont>div {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.wrap-portfolio-front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bx-firefox .wrap-portfolio-front .item .img_block {
    background-position-x: 0;
}
.zomm_wrapper-block {
    position: relative;
}
.item .dark_block_animate {
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0;
}
.news_block .item:hover .name {
    color:  var(--color-blue);
}
.items .item:hover > .dark_block_animate {
    opacity: .8;
}
.detail .items .item:hover > .dark_block_animate, .zomm_wrapper-block:hover .dark_block_animate {
    opacity: .4;
    z-index: 10;
}
.scale_block_animate {
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.wrap-portfolio-front h2 {
    margin: 60px 0;
}
.catalog.item-views.blocks h3 {
    padding-bottom: 33px;
}
.tabs_ajax .head-block {
    text-align: center;
}
.head-block.top {
    margin: -4px -11px 47px;
    position: relative;
}
.col-md-9.content-md .head-block.top {
    margin-top: -17px;
}
.items.head-block {
    padding-bottom: 25px;
}
.head-block.top .bottom_border {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    display: block;
    padding: 0 11px;
}
.head-block.top .bottom_border:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    bottom: 0;
    display: block;
}
.head-block .item-link {
    display: inline-block;
    vertical-align: top;
}
.head-block .item-link .title {
    padding: 0 11px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.067em;
    color: #222;
    display: block;
}
.head-block.top .item-link .title {
    font-size: 1em;
}
.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 2px 0 6px;
}
.head-block.top .item-link .title .btn-inline {
    padding-bottom: 20px;
}
.head-block .item-link.active:hover .title span {
    cursor: default;
}
.head-block .item-link .title span:before, .head-block .item-link.active .title .btn-inline:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 100%;
    bottom: 0;
    display: block;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.head-block .item-link.active .title .btn-inline:before, .head-block .item-link.active .title span:before {
    right: 0;
}
.head-block.top .item-link.active:hover .title, .head-block.top .item-link.active:hover .title span {
    cursor: default;
}
.tabs_ajax .body-block .catalog.item-views.table .flexslider {
    background: 0 0;
    margin: 0 -16px!important;
}
.tabs_ajax .body-block .catalog.item-views.table .flexslider:not(.flexslider-init) {
    background: url(images/loaders/pl3.gif) center center no-repeat;
    min-height: 400px;
}
.tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport {
    margin: -20px 0 0;
    padding: 0 15px;
    z-index: 1;
    width: 100%}
.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides {
    padding: 20px 0 70px;
}
.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides .item:not(:hover) {
    box-shadow: 0 0 0 1px #f2f2f2;
    overflow: hidden;
}
.tabs_ajax .body-block .item-block {
    display: none;
    opacity: 0;
    transition: opacity .3s;
    min-height: 300px;
}
.opacity1 {
    opacity: 1!important;
}
.opacity0 {
    opacity: 0!important;
}
.tabs_ajax .body-block>.row {
    margin: 0;
}
.tabs_ajax .body-block .item-block.active {
    display: block;
}
.tabs_ajax .body-block .item-block.hidden-click {
    opacity: 0;
    visibility: hidden;
}
.catalog_table_2 .item.sliced:hover .image, .catalog_table_2 .item.sliced:hover .stickers, .catalog_table_2 .item.sliced:hover .text .section_name {
    display: none;
}
.catalog_table_2 .item:hover .text>.cont, .catalog_table_2 .item:hover .text>.cont .title, .catalog_table_2 .item:not(:hover) .text>.cont .cont_inner {
    height: auto!important;
}
.catalog_table_2 .item:hover:not(.sliced) .text>.cont .cont_inner, .catalog_table_2 .item:hover:not(.sliced) .text>.cont .cont_inner .props_wrapper {
    display: none;
}
.catalog_table_2 .items>div:not(.sliced):before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
body .catalog_table_2.table .item:hover .text {
    padding-top: 0;
}
.catalog_table_2 .item:not(:hover) .props_wrapper {
    display: none;
}
.catalog_table_2 .item .props_wrapper {
    position: relative;
}
.catalog_table_2 .item .props_wrapper.chars .props_table .char_name span {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    padding-right: 9px;
}
.catalog_table_2 .item .props_wrapper.chars .props_table .char_value span {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    padding-left: 9px;
}

.catalog_table_2 .item.sliced:hover .stickers,  .catalog_table_2 .item.sliced:hover .image,  .catalog_table_2 .item.sliced:hover .text .section_name {
    display: none;
}

.catalog_table_2 .item:hover .text > .cont,  .catalog_table_2 .item:hover .text > .cont .title {
    height: auto !important;
}

.catalog_table_2 .item:not(:hover) .text > .cont .cont_inner {
    height: auto !important;
}

.catalog_table_2 .item:hover:not(.sliced) .text > .cont .cont_inner {
    display: none;
}

.catalog_table_2 .item:hover:not(.sliced) .text > .cont .cont_inner .props_wrapper {
    display: none;
}

.catalog_table_2 .items > div:not(.sliced):before {
    content: "";
    left: 0px;
    right: 0px;
    display: block;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}

body .catalog_table_2.table .item:hover .text {
    padding-top: 0px;
}

.catalog_table_2 .item:not(:hover) .props_wrapper {
    display: none;
}

.catalog_table_2 .item .props_wrapper {
    position: relative;
}

.catalog_table_2 .item .props_wrapper .props_inner {
    position: static;
    top: 0px;
    left: 0px;
    right: 0px;
    max-height: 210px;
    overflow: auto;
    padding-right:  10px;
    margin-top: 8px;
}

.catalog_table_2 .item .props_wrapper.chars .props_table .char_name span {
    color: #999;
    font-size: 13px;
    line-height:  18px;
    padding-right: 9px;
}

.catalog_table_2 .item .props_wrapper.chars .props_table .char_value span {
    color: #333;
    font-size: 13px;
    line-height:  18px;
    padding-left: 9px;
}

.front.catalog.item-views.front .item .image {
    max-width: 200px;
    height: 200px;
    line-height: 197px;
}
.catalog .btn {
    font-weight: 700;
}
.nav-direction {
    position: relative;
}
.nav-direction .flex-direction-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    z-index: 2;
}
.nav-direction .flex-direction-nav li a {
    width: 33px;
    height: 33px;
    visibility: visible;
    border-radius: 100%}
.nav-direction .flex-direction-nav li a.flex-prev:before {
    background: url(images/svg/Arrow_left_sm.svg) 5px 3px no-repeat;
}
.nav-direction .flex-direction-nav li a.flex-next:before {
    background: url(images/svg/Arrow_right_sm.svg) 7px 3px no-repeat;
}
.nav-direction .flex-direction-nav li.initied a {
    opacity: 1;
}
.nav-direction .flex-direction-nav li a.flex-prev {
    left: -76px;
}
.nav-direction .flex-direction-nav li a.flex-next {
    right: 0;
}
.nav-direction .flex-direction-nav li a span {
    display: none;
}
.catalog.front .flex-direction-nav, .navigation-vcenter .flex-direction-nav {
    top: 50%;
    margin-top: -12px;
    opacity: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}
.catalog.item-views.front .flexslider .flex-direction-nav .flex-prev, .catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-prev, .flexslider.navigation-vcenter .flex-direction-nav .flex-prev, .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-prev {
    left: -56px;
    right: auto;
}
.flexslider.inside.navigation-vcenter .flex-direction-nav .flex-prev, .flexslider.inside.navigation-vcenter:hover .flex-direction-nav .flex-prev {
    left: 10px;
    right: auto;
}
.catalog.item-views.front .flexslider .flex-direction-nav .flex-next, .catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-next, .flexslider.navigation-vcenter .flex-direction-nav .flex-next, .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-next {
    right: -60px;
    left: auto;
}
.flexslider.inside.navigation-vcenter .flex-direction-nav .flex-next, .flexslider.inside.navigation-vcenter:hover .flex-direction-nav .flex-next {
    right: 10px;
    left: auto;
}
.front .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.front .flexslider .flex-control-nav {
    bottom: 25px;
    z-index: 11;
}
.front.banners-big .flexslider .flex-control-nav {
    z-index: 0!important;
}
.stickers {
    left: 0;
    top: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 100%;
    text-align: left;
    z-index: 5;
}
.stickers .stickers-wrapper {
    padding: 6px 8px 10px;
}
.stickers .stickers-wrapper>div {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    background-color: #dedede;
    padding: 2px 6px 1px;
    margin: 4px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: .7px;
    height: 21px;
}
.stickers .stickers-wrapper .sticker_hit {
    background: #05a0e0;
}
.stickers .stickers-wrapper .sticker_recommend {
    background: #893ca9;
}
.stickers .stickers-wrapper .sticker_setup_sale {
    background: #e75628;
}
.stickers .stickers-wrapper .sticker_new {
    background: #4fad00;
}
.news_block .stickers .stickers-wrapper {
    padding: 16px 16px 10px;
}
.catalog.detail .stickers {
    width: 75%}
.catalog.item-views.table .stickers .stickers-wrapper {
    padding: 23px 23px 10px;
}
.reviews.item-views:not(.slider) .item {
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
}
.detail .reviews.item-views .items>div:last-of-type .item {
    margin-bottom: 0;
}
.reviews.item-views .item .title {
    margin-bottom: 5px;
    color: #222;
}
body .item-views.list .item .title-wrapper.bottom-props {
    padding: 0;
    margin: 0;
}
.item-views .title-wrapper.bottom-props .title {
    display: inline-block;
    margin-right: 10px;
}
.item-views .title-wrapper.bottom-props .value {
    width: 28px;
    height: 28px;
    margin: -2px 6px 3px 0;
    line-height: 28px;
}
.item-views .title-wrapper.bottom-props .value:before {
    height: 28px;
}
.item-views .title-wrapper.bottom-props .value.social_google:before {
    background-position: -32px -34px;
}
.reviews.item-views .item .post {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-bottom: 3px;
}
.reviews.item-views .item .text {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 8px;
}
.reviews.item-views .item .text p {
    margin-bottom: 20px;
}
.reviews.item-views .item .video {
    padding: 10px 0 0;
}
.reviews.item-views .item .video .video-inner {
    padding: 0 0 20px;
}
body .reviews .docs-block {
    padding: 0 0 10px;
}
body .reviews .docs-block .blocks .inner-wrapper {
    margin-top: 15px;
}
.wraps .reviews.item-views .items>div:last-of-type hr {
    display: none;
}
.reviews.item-views.slider .flexslider {
    background: 0 0;
    position: relative;
    padding-top: 12px;
}
.reviews.item-views.slider .item {
    margin: 0;
    padding: 30px 35px 43px 70px;
    background: #fff;
}
.reviews.item-views.slider .item .image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}
.reviews.item-views.slider .item .image .image-wrapper {
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
}
.reviews.item-views.slider .item .image .image-wrapper .image-inner {
    overflow: hidden;
    border-radius: 100%;
    height: 50px;
}
.reviews.item-views.slider .item .image .image-wrapper img {
    width: auto;
    display: inline-block;
}
.reviews.item-views.slider .item .title {
    color: #333;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 1.067em;
    display: inline-block;
}
.reviews.item-views.slider .item .company {
    color: #777;
    font-size: 13px;
}
.reviews.item-views.slider .item .preview-text-wrapper {
    position: relative;
}
.reviews.item-views.slider .item .preview-text-wrapper .quote {
    position: absolute;
    top: 18px;
    left: -40px;
}
.reviews.item-views.slider .item .preview-text {
    padding-top: 19px;
    padding-bottom: 0;
    position: relative;
    color: #555;
    font-size: 1.067em;
}
.reviews.item-views.slider .item .preview-text p:last-child {
    margin-bottom: 0;
}
.reviews.item-views.slider .item .preview-text+.link-block-more {
    margin-top: 17px;
    display: inline-block;
}
.reviews.item-views.slider .item .social_icon {
    width: 28px;
    height: 28px;
    margin: -4px -3px 3px 9px;
    line-height: 28px;
    background: #25d366;
    display: inline-block;
    vertical-align: top;
    transition: background .3s;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%}
.reviews.item-views.slider .item .social_icon:before {
    content: "";
    display: block;
    background: url(images/sprite-mess.png) 2px 6px no-repeat;
    width: 18px;
    height: 28px;
    margin: 0 auto;
}
.popup .reviews.item-views.slider .item .social_whatsapp {
    margin-left: 0;
}
.item-views.reviews .item a.social_icon.social_ya {
    background: #fff;
    border: 2px solid #e6e6e6;
}
.item-views.reviews .item a.social_icon.social_ya:before {
    width: 10px;
    background-position: -55px 3px;
}
.item-views.reviews .item a.social_icon.social_whatsapp {
    background: #25d366;
}
.item-views.reviews .item a.social_icon.social_whatsapp:before {
    width: 18px;
    background-position: 2px 6px;
}
.item-views.reviews .item a.social_icon.social_google {
    background: #cf362d;
}
.item-views.reviews .item a.social_icon.social_google:before {
    width: 18px;
    background-position: -14px 6px!important;
}
.item-views.reviews .item a.social_icon.social_mailru {
    background: #3259f9;
}
.item-views.reviews .item a.social_icon.social_mailru:before {
    width: 20px;
    background-position: -34px 5px;
}
.hidden-text-block:after {
    content: "";
    background-color: rgba(255, 255, 255, .32);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85));
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
}
.hidden-text-block {
    position: relative;
}
.reviews.item-views.slider .flexslider .flex-control-nav {
    display: block;
    bottom: -24px;
}
.reviews.item-views.slider .table_block>div {
    display: table-cell;
    vertical-align: middle;
}
.reviews.item-views.slider .table_block .image+.text {
    padding-left: 20px;
}
.reviews.item-views.slider .flex_loader_circle {
    min-height: 215px;
}
.hidden-text-block:after {
}

@media (min-width: 992px) {
    
.review_frame.jqmWindow  {
    width:  640px!important;
    
}
body .detail .drag_block.sale .list-item {
    
  margin-bottom:  -40px;
    
}
}
@media (min-width:  1200px) {
    
body .detail .drag_block.sale .list-item {
    
  margin-bottom:  -80px;
    
}
}
.review-detail .reviews.item-views.front .item {
    padding: 0px;
    text-align: left;
}

.review-detail .reviews .item .header-block {
    padding: 51px 72px 20px;
}

.review-detail .reviews.item-views.front .item .header-block >div {
    display: table-cell;
    vertical-align: middle;
}

.review-detail .reviews.item-views.front .item .image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}

.review-detail .reviews.item-views.front .item .header-block .text {
    padding: 0px 0px 0px 20px;
    text-align: left;
}

.review-detail .reviews.item-views.front .item .bottom-block {
    padding: 10px 72px 0px;
}

.review-detail .reviews.item-views.front .item .preview-text-wrapper {
    padding: 0px 0px 8px;
    font-size: 16px;
    color: #555;
}

.review-detail .reviews.item-views.front .item .preview-text-wrapper .quote {
    top: -1px;
}

.review-detail .item .close-block {
    display: none;
}

.review-detail .reviews.item-views.front .item .close-block {
    padding: 0px 0px 58px;
}

.review-detail .reviews.item-views.front .item .close-block .btn {
    position: static;
    font-weight:  bold;
}

.review_frame.jqmWindow .review-detail .item .close-block {
    display: block;
}


.mobile .review-detail .reviews.item-views.front .item {
    box-shadow: none;
}

.list-type-block.item-views .item.review>.image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    min-height: 120px;
    line-height: 117px;
}
.list-type-block.item-views .item.review>.image+.body-info {
    padding: 0 0 0 156px;
}
.list-type-block.item-views.reviews .group-content .item>.body-info {
    padding-top: 0;
}
.list-type-block.item-views.reviews .group-content hr {
    margin-top: 0;
    display: block;
}
.list-type-block.reviews+.order-block {
    margin-top: 0;
}
.reviews.slider .nav-direction {
    width: 112px;
    height: 33px;
}
.reviews.slider .flexslider {
    margin: 0;
}
.shadow-block .flex-viewport {
    margin: -20px -25px 0;
    padding: 10px 25px;
}
.shadow-block .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.flexslider:not(.flexslider-init).flex_loader_circle {
    background: url(images/pl3.gif) center center no-repeat!important;
    min-height: 200px;
}
.detail .front .flex-direction-nav a:before {
    opacity: 1;
}
.detail .projects.item-views.table .flexslider {
    margin-bottom: 0;
}
.detail .projects.item-views.table .flexslider .slides>li {
    max-height: none;
}
.detail .projects.item-views.table .front .flex-direction-nav {
    top: -46px;
}
.flexslider.shadow .flex-viewport {
    margin: 0 -25px;
    padding: 0 25px!important;
    z-index: 1;
}
.item-views.table .item {
    margin-bottom: 16px;
    border: 1px solid #f2f2f2;
    transition: box-shadow .3s;
    display: block;
    box-shadow: none;
}
.projects.item-views.table .flexslider .item {
    margin-bottom: 0;
}
.item-views li[class*=col-md]:before {
    display: none;
}
.flexslider.shadow .slides {
    padding: 18px 0;
}
.flexslider.shadow.front .flex-direction-nav .flex-next, .flexslider.shadow.front .flex-direction-nav .flex-prev {
    top: 7px;
}
.item-views .shadow .item:hover, .projects.item-views.table .flexslider .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.group-content h3 {
    font-weight: 700;
    margin: 49px 0 26px;
}
body .group-content .tab-pane:first-of-type h3 {
    margin-top: 0;
}
.item-views.table .item a {
    text-decoration: none;
}
.item-views .item .title a {
    color: #222;
}
.item-views.table .item .title a {
    font-weight: 700;
}
.item-views.table .item .image {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 202px;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    zoom: 1;
}
.item-views.table.partners .item .image.w-picture img {
    width: auto;
}
.item-views.table .item .info {
    padding: 17px 24px 20px;
    position: relative;
}
.item-views.table .item .title {
    margin: 0;
    font-weight: 700;
    line-height: 20px;
}
.item-views.table .item a:hover .info:before {
    visibility: visible;
}
.projects.item-views.table.with-comments {
    border-top: 1px solid #f2f2f2;
    margin: 20px 0 0;
}
.projects.item-views.table.with-comments.side-block {
    border-top: none;
    margin: 0 0 30px;
}
.projects.item-views.table.with-comments .flexslider .item, .projects.item-views.table.with-comments .flexslider .item:hover {
    box-shadow: none;
}
.item-views.table.with-comments .item .image {
    max-height: 203px;
}
.item-views.table.with-comments.side-block .item {
    margin-bottom: 0;
    border: none;
}
.item-views.table.with-comments .item .title {
    font-weight: 700;
}
.title-block-big {
    font-size: 1.6em;
    font-weight: 700;
    color: #222;
}
.item-views.table.with-comments .title-block-big {
    padding: 40px 0 32px;
}
.item-views.table.with-comments.side-block .title-block-big {
    font-size: 1.067em;
    padding-top: 0;
}
.item-views.table.with-comments .item .info {
    padding: 13px 20px 20px;
}
.item-views.table.with-comments .item .comments-wrapper {
    color: #9a9a9a;
    font-size: .867em;
    text-align: left;
}
.catalog.item-views.list.projects .item {
    padding: 50px;
}
.catalog.item-views.list.projects .item .image {
    max-width: none;
    max-height: none;
    height: auto;
    padding-right: 16px;
}
.catalog.item-views.list.projects.image_right .item .image {
    padding-right: 0;
    padding-left: 16px;
}
.catalog.item-views.list.projects .item .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 33px;
}
.projects.detail .galery .inner {
    max-height: inherit;
    padding: 29px 29px 27px;
}
.projects.detail .galery #carousel.flexslider {
    margin-bottom: -2px!important;
    margin-top: 16px!important;
}
.projects.detail .galery #carousel .slides li {
    width: 100px!important;
}
.projects.detail .head {
    margin-bottom: 24px;
}
.projects.detail .head .info {
    padding: 29px 29px 27px;
}
.projects.detail .head .ask_a_question {
    margin: 0;
}
.projects.detail .head .label {
    height: 20px;
    padding: .3em .6em;
    margin-right: 35px;
}
.projects.detail .head .article {
    color: #777;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}
.projects.detail .head .article>span {
    color: #2f383d;
}
.projects.detail .head .previewtext {
    color: #555;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 36px;
}
.projects.item-views.table .flex-control-nav {
    bottom: -23px;
}
.projects-blocks {
    border: 1px solid #f2f2f2;
    padding: 50px;
    margin: 0 0 4px;
}
.projects-blocks .head-block .inner .flexslider {
    margin: 0;
}
.projects-blocks .head-block .inner .item {
    max-height: 540px;
    text-align: center;
    display: block;
    opacity: 0;
}
.projects-blocks .head-block .inner .small-gallery-wrapper .item {
      max-height:  60px;
    width:  60px!important;
    border:  2px solid transparent;
    position:  relative;
    cursor:  pointer;
}

.projects-blocks .head-block .inner .small-gallery-wrapper .item.flex-active-slide, 
.projects-blocks .head-block .inner .small-gallery-wrapper .item:hover {
    
  border-color:  var(--color-blue);
    
}
.projects-blocks .head-block .inner .item img {
    width: auto;
}
.projects-blocks .head-block .title_grey_small {
    color: #999;
    font-size: .867em;
}
.projects-blocks .head-block .info .hh {
    border-bottom: 1px solid #f2f2f2;
    color: #222;
}
.projects-blocks .head-block .info .prop-block {
    padding: 0 0 14px;
}
.projects-blocks .head-block .info .prop-block .value {
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.projects-blocks .head-block .buttons-block {
    color: #999;
}
.projects-blocks .head-block .buttons-block .text {
    font-size: .867em;
    line-height: 20px;
    
  margin-top:  16px;
}
.projects-blocks .block {
    margin: 3px 0 8px;
    max-width: 225px;
}
.projects-blocks .block .btn {
    display: block;
    margin: 0;
    white-space: normal;
}
.projects-blocks .block .btn-lg {
    padding:  13px 20px 15px;
}
.ask_a_question {
    margin-bottom: 37px;
    border: 1px solid #f2f2f2;
    background: #fbfbfb;
}
.ask_a_question .inner {
    background: #fbfbfb;
    padding: 48px 25px 20px;
    line-height: 20px;
    color: #555;
    font-size: .933em;
}
.ask_a_question .outer {
    background: #fbfbfb;
}
.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0 0;
    color: #222;
}
.ask_a_question .inner .text-block .svg {
    content: "";
    position: absolute;
    width: 88px;
    height: 80px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -44px;
}
.ask_a_question .outer>span {
    margin: 0 0 39px;
    display: block;
}
body .ask_a_question .btn.btn-default {
    margin: 0;
}
body .ask_a_question .btn.btn-default:not(:hover) {
    background: 0 0;
}
.catalog.detail .head-block .body-info .buy_block .buttons {
    display: block;
    width: auto;
}
.catalog.detail .head-block .body-info .buy_block .buttons .btn {
    width: auto;
}
.catalog.detail .head-block .buy_block.in .in_cart {
    display: inline-block;
}
.catalog.detail .head-block .body-info .btn {
    position: static;
}
.catalog.detail .head-block .buy_block .in_cart {
    display: none;
}
.catalog.detail .head-block .order {
    margin: 15px 0 5px;
}
.title-tab-heading {
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #222;
    margin: 0 0 -1px;
    padding: 18px 25px 17px;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.title-tab-heading:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 17px;
    right: 30px;
    font-weight: 400;
}
.active .title-tab-heading:before {
    content: "\f106"}
.catalog.detail .tabs .tab-content .video>.item {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.catalog.detail .tabs .tab-content .video>.item:nth-child(2n+1) {
    clear: left;
}
.partners.front {
    position: relative;
}
.partners.front .flexslider {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0 20px;
}
.partners.front .flexslider .slides>li {
    height: 98px;
    line-height: 98px;
    padding: 0;
}
.partners.front .flexslider .slides>li:before {
    display: none;
}
.partners.front .flexslider .slides>li .item {
    opacity: .5!important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    text-align: center;
}
.partners.front .flexslider .slides>li .item:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    opacity: 1!important;
}
.partners.front .flexslider .slides>li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.partners.front .flex-control-nav {
    bottom: -20px;
    left: 0;
}
.detail .partners.front .flex-control-nav {
    bottom: -25px;
}
.partners.item-views.table .item .image {
    padding: 40px 40px 0;
    height: 150px;
    line-height: 107px;
}
.partners.item-views.table .item .text {
    padding-bottom: 0;
    padding-top: 30px;
}
.partners.front .flexslider.navigation-vcenter .flex-direction-nav a:not(:hover):before {
    opacity: .5;
}
.partners.front .flexslider.navigation-vcenter .flex-direction-nav .flex-prev {
    left: 1px;
}
.partners.front .flexslider.navigation-vcenter .flex-direction-nav .flex-next {
    right: -14px;
}
.partners.front .flex_loader_circle {
    min-height: 98px;
}
.detail.partners .detailimage {
    float: left;
    margin: 0 50px 50px 0;
    line-height: normal;
    max-width: 288px;
}
.detail.partners .detailimage .img-partner {
    box-shadow: inset 0 0 0 1px #f2f2f2;
    display: block;
    padding: 80px 30px;
    line-height: normal;
    text-align: center;
}
.history.item-views.list .item {
    background: #f6f7f8;
    margin-bottom: 10px;
    position: relative;
    border: none;
}
.history.item-views.list .item .title {
    padding: 16px 0;
    font-weight: 500;
    float: left;
    text-align: center;
    width: 121px;
    margin: 0;
    font-size: 30px;
    line-height: 44px;
}
.history.item-views.list .item .info {
    background: #eceff1;
    margin-left: 121px;
    padding: 24px 10px;
}
.history.item-views.list .item .info>.row {
    margin: 0;
}
.history.item-views.list .item .image {
    margin: 0;
    padding: 0;
}
.history.item-views.list .item .text {
    padding-left: 9px;
    padding-right: 0;
}
.history.item-views.list .item .previewtext {
    margin: 0;
}
.history.item-views.list .item.wti .text {
    padding-right: 9px;
    padding-left: 9px;
}
.staff.item-views.list .item {
    margin: 0 0 30px;
}
.staff.item-views.list .item.padding-img {
    margin-bottom: -1px;
    display: block;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
.staff.item-views.list .items>div:last-of-type .item {
    margin: 0;
}
.staff.item-views.list .items>div .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.staff.item-views .item .image {
    max-height: none;
    width: auto;
}
.staff.item-views .item .post {
    margin: 0;
    color: #9a9a9a;
    line-height: 20px;
}
.staff.item-views.table .item .text {
    padding: 17px 20px 15px;
}
.staff.item-views.table .item .title {
    text-align: left;
    font-weight: 400;
}
.list-type-block.item-views.staff .item .title {
    margin-bottom: 5px;
}
.list-type-block.item-views.staff.staff-block .item:not(.wti) .title {
    margin-top: 0;
}
.staff.item-views.list .item .image {
    padding: 0;
    width: 191px;
}
.staff.item-views.list.staff-block .item .image {
    border-radius: 100%;
    margin: 25px;
    width: 150px;
    height: 150px;
}
.staff.item-views.list .item .image.padding {
    width: 210px;
}
.staff.item-views.list .item .post {
    font-size: .933em;
}
.staff.item-views.list.image_left .item .text {
    padding: 17px 20px 20px 0;
}
.list-type-block.staff.item-views .items .item .body-info {
    padding-right: 40px;
}
.list-type-block.staff hr {
    margin: 25px 0;
}
.table-type-block.item-views .row {
    margin: 0;
}
.table-type-block.item-views.items-list3 .row, .table-type-block.item-views.table-elements .row {
    margin-left: -16px;
    margin-right: -16px;
}
.table-type-block.item-views h3+.row {
    padding-top: 10px;
}
.table-type-block.item-views .row>div {
    padding: 0;
    margin: 0 0 -1px;
}
body .table-type-block.item-views .row>div .item {
    margin: 0 -1px -1px 0;
    height: 100%}
.table-type-block.item-views.items-list3 .row>div, .table-type-block.item-views.table-elements .row>div {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
}
.bx-ie .shadow .item:hover, .bx-ie .shadow.item:hover {
    box-shadow: 0 0 0 1px #f2f2f2!important;
}
.item-views .item .image.wpi img {
    width: auto;
    opacity: .2;
    vertical-align: bottom;
}
.item-views .item .image.wpi .image-inner {
    background: #f8f8f8;
}
.item-views.staff.list .item .bottom-props {
    padding: 0 0 20px;
    margin: 0 -5px;
}
.item-views .item .bottom-props>a {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin: 10px 5px 0;
    background: #dedede;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    transition: background .3s;
    color: #fff;
    font-size: 0;
    overflow: hidden;
}
.item-views .item .bottom-props>a:hover {
    background: #222;
}
.item-views .item .bottom-props>a:before {
    content: "";
    display: block;
    background: url(images/icons_contacts.png) no-repeat;
    width: 100%;
    height: 38px;
}
.item-views .item .bottom-props>a.social_google:before {
    background-position: -29px -29px;
}
.item-views.reviews .item .bottom-props>a:hover {
    background: 0 0;
}
.item-views.reviews .title-wrapper.bottom-props .value {
    margin-top: -5px;
}
.item-views.reviews .item .bottom-props>a:before {
    background: url(/images/sprite-mess.png) no-repeat;
    margin: 0 auto;
}
.item-views.reviews .item .bottom-props>a.social_ya {
    background: #fff;
    border: 2px solid #e6e6e6;
}
.item-views.reviews .item .bottom-props>a.social_ya:before {
    width: 10px;
    background-position: -55px 3px;
}
.item-views.reviews .item .bottom-props>a.social_whatsapp {
    background: #25d366;
}
.item-views.reviews .item .bottom-props>a.social_whatsapp:before {
    width: 18px;
    background-position: 2px 6px;
}
.item-views.reviews .item .bottom-props>a.social_google {
    background: #cf362d;
}
.item-views.reviews .item .bottom-props>a.social_google:before {
    width: 18px;
    background-position: -14px 6px!important;
}
.item-views.reviews .item .bottom-props>a.social_mailru {
    background: #3259f9;
}
.item-views.reviews .item .bottom-props>a.social_mailru:before {
    width: 20px;
    background-position: -34px 5px;
}
hr.bottoms {
    margin: 55px 0 44px;
}
.marker-nav {
    width: 0;
    height: 2px;
    background: #dedede;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    opacity: 0;
}
/* VACANCY */
.vacancy.item-views.accordion .pay {
    float: right;
    color: #555555;
}

.vacancy.item-views.list .pay {
    color: #555555;
    font-weight: bold;
}

.vacancy.item-views.accordion .text {
}

.vacancy.item-views.accordion .title {
    display: none;
}

.vacancy.item-views.list .title {
    font-size: 1.067em;
    margin-bottom:  10px;
}

.vacancy.item-views .btn {
    margin-top: 10px;
}

.vacancy.item-views.list .text {
    padding: 0px;
}

.vacancy.item-views.list .btn {
    margin-bottom: 30px;
}

.vacancy.item-views.list .items > div > hr {
    margin: 17px 0px;
}

.list-type-block.item-views.vacancy .item {
    margin-bottom: -1px;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    padding: 40px 44px 16px;
}

.item-views.vacancy .item p {
    
  margin-bottom:  20px;
    
}
.detail.vacancy {
    border: 1px solid #f2f2f2;
}


  .filters-wrap {
    color: #777;
}
.display-type .view-button {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 36px;
    height: 36px;
    background: #f2f2f2;
    margin-left: 4px;
    border-radius: 3px;
    text-align: center;
}
.display-type .view-button .svg {
    top: 4px;
}
.display-type .view-button.cur svg path, .display-type .view-button:hover svg path {
    fill: #fff;
}
.display-type .view-button.cur, .display-type .view-button:hover {
    background-color: #222;
}
.display-type, .ordering-wrap {
    margin-bottom: 22px;
    white-space: nowrap;
}
.ordering-wrap>div {
    display: inline-block;
    vertical-align: top;
}
.ordering-wrap .filter-action {
    background: #f2f2f2;
    width: 43px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    margin: 0 16px 0 0;
    cursor: pointer;
}
#right_block_ajax .ordering-wrap .filter-action {
    display: none;
}
.select-outer select {
    border-color: #d5d5d5;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px 9px 12px;
}
.catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
    height: 200px;
    line-height: 197px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.catalog.item-views .item--compact .image {
    padding: 0;
    max-width: 60px;
    height: 60px;
    line-height: 57px;
    max-height: 60px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.catalog.item-views.big-img .item .image {
    height: auto;
    line-height: normal;
    max-width: none;
    max-height: none;
    padding-right: 18px;
}
.catalog.item-views.big-img.list .item {
    padding: 50px;
}
.catalog.item-views.news-section1 h2 a:not(:hover), .catalog.item-views.news-section2 h2 a:not(:hover) {
    color: #333;
}
.catalog.item-views.list .item .stickers {
    left: 4px;
    top: -4px;
}
.catalog.item-views.list .item .stickers .stickers-wrapper {
    padding: 0;
}
.catalog.item-views .item .article {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}
.item .label {
    margin-right: 15px;
    position: relative;
    font-size: 12px;
}
.catalog.item-views.table .item .status-icon+.article, .catalog.item-views.table .item .title+.status-icon {
    margin-top: 0;
}
.tabs_ajax .catalog.item-views.table .items {
    padding-bottom: 40px;
}
.item .status-icon {
    margin-right: 15px;
    padding: 2px 0 0 20px;
    position: relative;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 14px;
    color: #666;
}
.status-icon:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 11px;
    height: 8px;
    background: url(images/svg/allcorp2.svg) no-repeat;
}
.bx-firefox .status-icon:before {
    top: 5px;
}
.status-icon.order:before {
    background-position: -16px -10px;
}
.status-icon.pending:before {
    background-position: -16px 0;
}
.catalog.item-views.table .item {
    margin-bottom: 32px;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    border: none;
    box-shadow: 0 0 0 1px #f2f2f2;
}
.catalog.item-views.table .item:hover {
    box-shadow: none;
}
.catalog.item-views.table .item .inner-wrap {
    background: #fff;
    padding: 25px 32px 26px;
    text-align: center;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.catalog.item-views.table .item:not(:hover) .inner-wrap {
    height: 100%}
.catalog.item-views.table .footer-button {
    display: none;
}
.catalog.item-views.table .item:hover .footer-button {
    display: block;
}
.langing_title_block {
    margin-bottom: 40px;
}
.tizers_block * {
    line-height: 18px;
}
.tizers_block {
    font-size: 0;
    margin: 0 0 30px;
    text-align: center;
    padding: 0 0 9px;
    border-bottom: 1px solid #f2f2f2;
}
.tizers_block .row>div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tizers_block .item {
    color: #000;
    margin: 0 0 34px;
    white-space: nowrap;
}
.tizers_block .item.wimg {
    margin: -12px 0 10px;
}
@media only screen and (max-width:991px) {
    .tizers_block .item.wimg {
    margin-bottom: 19px;
}
}.tizers_block .item>div {
    display: table-cell;
    vertical-align: middle;
}
.tizers_block .item .img, .tizers_block .item .title {
    font-size: 14px;
    color: #555;
}
.tizers_block .item .img {
    margin: 0 20px 0 0;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    text-align: center;
}
.tizers_block .item .img img {
    width:  44px;
    height:  44px;
}
.tizers_block .item .title {
    text-align: left;
    padding: 0 0 0 20px;
    white-space: normal;
}
.tizers_block .item a {
    text-decoration: none;
    color: #555;
    line-height: 16px;
    display: block;
}
.tizers_block2 {
    padding: 38px 0;
}
.blocks.portfolio.front .top-text {
    padding: 0 0 36px;
}
.tizers_block2 .top-text {
    padding: 20px 0 36px;
}
.tizers_block2 .item {
    padding: 10px 0;
}
.top-text h2 {
    margin-top:  0;
}
.tizers_block2 .item>div {
    display: table-cell;
    vertical-align: top;
}
.tizers_block2 .item .img {
    margin: 0 20px 0 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    min-width: 60px;
}
.tizers_block2 .item .title {
    text-align: left;
    padding: 0 0 0 30px;
    white-space: normal;
    color: #222;
}
.tizers_block2 .item .title span {
    display: block;
}
.tizers_block2 .item .title .top-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: -2px;
}
.tizers_block2 .item .title .desc-text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.sidearea .maxwidth-theme {
    padding: 0!important;
}
.sidearea .maxwidth-theme>.col-md-12 {
    padding: 0;
}
.sidearea .tizers_block2 {
    padding: 0 0 37px;
}
.sidearea .tizers_block2 .item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0 18px;
}
.sidearea .tizers_block2>.row>div:first-of-type .item {
    padding-top: 0;
}
body .detail .drag_block.tizers .maxwidth-theme {
    border: 1px solid #f2f2f2;
}
body .detail .item+.drag_block.tizers .maxwidth-theme {
    margin: 0!important;
}
.drag-block.container {
    border-top: 1px solid #f2f2f2;
    margin-bottom: -1px;
    position: relative;
}
div.TEASERS_INDEX:not(.hidden)+div.NEWS_INDEX, div[data-class=BIG_BANNER_INDEX_drag]+div[data-class=TEASERS_INDEX_drag], div[data-class=BIG_BANNER_INDEX_drag][data-order="1"] {
    border-top-width: 0;
}
body[class*=front-banners-big-short] div[data-class=BIG_BANNER_INDEX_drag]:not(.hidden)+div[data-class=TEASERS_INDEX_drag][data-order="2"] .tizers_block2 {
    padding-top: 0;
}
.portfolio.front .top_wrapper_block {
    padding-bottom: 32px;
}
.portfolio.front .top_wrapper_block .row {
    margin-left: 0;
    margin-right: 0;
}
.portfolio.front .top_wrapper_block .row>div {
    padding-left: 0;
    padding-right: 0;
}
.portfolio.item-views .top_wrapper_block .item {
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 74%;
    height: 0;
    box-shadow: none;
}
.portfolio.front .item .text {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}
.portfolio.front .item:hover .text {
    opacity: 1;
}
.portfolio.front .item .text .cont {
    margin: 21px 30px 0;
}
.portfolio.front .item .text .cont>div {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.portfolio.front .item .text .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff!important;
}
.portfolio.front .item:hover .text .cont>div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.portfolio.item-views .link .item {
    background: #d4d4d4;
    color: #fff;
}
.portfolio.item-views .link .item>div {
    position: absolute;
    left: 0;
    width: 100%}
.portfolio.item-views .link .item .top_title {
    font-size: 26px;
    line-height: 30px;
    top: 0;
    font-weight: 700;
}
.portfolio.item-views .link .item .top_title div {
    margin: 25px 30px 0;
}
.portfolio.item-views .link .item .bottom_title {
    bottom: 0;
}
.portfolio.item-views .link .item .bottom_title div {
    margin: 0 32px 34px;
}
.portfolio .white_link {
    color: #fff;
}
.item.wline:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: 0;
    opacity: 0;
    background: #ededed;
    z-index: 3;
}
.item.wline:hover:after {
    opacity: 1;
}
.catalog.item-views.table .flexslider .slides>li {
    max-height: none;
}
.catalog.item-views.table .flexslider .slides>li .image img {
    width: auto;
}
.linked .flexslider {
    background: 0 0;
}
.linked .flexslider .item {
    box-shadow: 0 0 0 1px #f2f2f2;
}
.linked .flexslider .item:hover {
    box-shadow: none;
}
.wraps.goods-block {
    margin-bottom: -62px;
}
.linked .flexslider.shadow .slides {
    padding-bottom: 110px;
}
.detail .wraps.goods-block h5 {
    margin-bottom: 15px;
}
.detail .wraps.goods-block .front .flex-direction-nav .flex-next, .detail .wraps.goods-block .front .flex-direction-nav .flex-prev {
    top: 21px;
}
.detail .linked .front .flex-direction-nav {
    top: -38px;
}
.catalog.item-views.linked .flexslider .flex-direction-nav .flex-next, .catalog.item-views.linked .flexslider:hover .flex-direction-nav .flex-next {
    right: -11px;
}
.catalog.item-views.linked .flexslider .flex-direction-nav .flex-prev, .catalog.item-views.linked .flexslider:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 39px;
}
.catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 9;
}
.bx-firefox .catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}
.catalog.item-views.table .item .title {
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 1.067em;
    text-align: center;
}
.catalog.item-views.table .item .arts {
    padding-top: 1px;
}
.catalog.item-views.table .item .text {
    padding: 17px 0 0;
}
.catalog.item-views.table .item.wti .text {
    padding: 0!important;
}
.catalog.item-views.table .item .section_name {
    margin: 0 0 11px;
}
.catalog.item-views.table .item .label {
    margin-bottom: 1px;
}
.catalog.item-views.table .item .label+.article, .catalog.item-views.table .item .title+.label {
    margin-top: 4px;
}
.catalog.item-views.table .item .section_name+.label, .catalog.item-views.table .item .section_name+.label+.article {
    margin-top: 10px;
}
.catalog.item-views.table .item .foot {
    position: relative;
    margin: 0;
}
.catalog.item-views.table .item .foot .btn {
    margin: 8px 0 0;
}
.catalog.item-views.table .item .foot>div {
    padding: 0;
}
.catalog.item-views.table .item .price {
    margin-top: 8px;
}
.catalog.item-views.table .item .description {
    margin-bottom: 8px;
}
.catalog.item-views.table .item .buy_block {
    margin: 12px -3px 0;
    text-align: center;
}
.catalog.item-views.table .item .buy_block .buttons, .catalog.item-views.table .item .buy_block .counter {
    width: auto;
    padding: 3px;
}
.catalog.item-views.table .item .footer-button .buy_block>div {
    padding: 0;
}
.catalog.item-views.table .item:hover .footer-button .buy_block>div {
    padding: 3px;
}
.catalog.item-views.table .flexslider .item .buy_block .counter {
    margin-top: 0;
}
.catalog.item-views.table .item .buy_block .buttons .btn {
    white-space: nowrap;
    margin: 0;
    width: 100%}
.catalog.item-views.table .item .buy_block.in .buttons {
    width: 100%}
.catalog.item-views.table .item .price.inline .price_new {
    display: inline-block;
    vertical-align: top;
}
.catalog.item-views.table.front .item .buy_block.in .buttons {
    margin-top: 1px;
}
.catalog.item-views.list .item {
    padding: 29px;
    margin-bottom: -1px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
.catalog.item-views.list .item--compact {
    --gap: 10px;
    padding: 29px 15px;
}
.catalog.item-views.list .item--compact .row{
    margin-left: calc(var(--gap) * -1);
    margin-right: calc(var(--gap) * -1);
}
.catalog.item-views.list .item--compact .row div[class^="col"]{
    padding-left: var(--gap);
    padding-right: var(--gap);
}
.catalog.item-views.list .item--compact .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.catalog.item-views.list .item--compact .row > div[class^="col"]{
    float: none;
}
@media (min-width: 767px) and (max-width: 1199px){
    .catalog.item-views.list .item--compact .row{}
        .catalog.item-views.list .item--compact .col-name{
            order: 1;
        }
        .catalog.item-views.list .item--compact .col-props{
            order: 3;
        }
        .catalog.item-views.list .item--compact .col-price{
            order: 2;
        }
}
@media (max-width: 575px){
    .catalog.item-views.list .item--compact .row{
        align-items: start;
    }
    .catalog.item-views.list .item--compact{
        padding: 13px 15px
    }
    .catalog.item-views.list .item .foot, .catalog.item-views.list .item .text{
        padding-top: 10px !important;
    }
}
.catalog.item-views.list .item--compact .stickers{
    position: static;
    margin: 0 0 0 -4px;
}
.catalog.item-views.list .item .text {
    margin-top: -4px;
}
.catalog.item-views.list .item .text, .catalog.item-views.list .item.wti .text {
    padding: 0!important;
}
.catalog.item-views.list .item.wti .text {
    margin-top: 0;
}
.catalog.item-views.list .item .title {
    font-size: 1.067em;
    margin-bottom: 10px;
}
.catalog.item-views.list .item .text hr {
    margin: 22px 0 13px;
}
.catalog.item-views.list .item .price+.btn {
    margin-top: 10px;
}
.catalog.item-views.list .item .footer-button {
    display: block;
    opacity: 1;
    margin: 0;
}
.catalog.item-views.list .item .buy_block {
    margin-top: 10px;
    margin-right: -8px;
}
.catalog.item-views .item .buy_block .counter {
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
    max-width: 99px;
    padding-right: 10px;
}
.catalog.item-views.table .item .buy_block .counter {
    margin-bottom: 0;
}
.catalog.item-views .item .buy_block .buttons {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}
.catalog.item-views.list .item .buy_block .btn {
    margin: 0;
    width: 100%}
.catalog.item-views.price .item {
    margin-bottom: -1px;
    padding: 30px;
    border: 1px solid #f2f2f2;
    transition: box-shadow .3s;
    box-shadow: none;
}
.catalog.item-views.price .item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
}
.catalog.item-views.price .item .image {
    height: auto;
    max-width: 100px;
    line-height: normal;
}
.catalog.item-views.price .item .text, .catalog.item-views.price .item.wti .text {
    padding: 0!important;
}
.catalog.item-views.price .item .title {
    font-weight: 700;
    margin-bottom: 11px;
}
.catalog.item-views.price .item .btn {
    margin: 0;
}
.catalog.item-views.price .item .zoom {
    display: none;
}
.catalog.item-views.price .item .buttons .btn {
    width: 100%;
    margin-top: 0!important;
}
.catalog.item-views.list .item:hover, .catalog.item-views.price .item:hover {
    z-index: 1;
}
.catalog.item-views .flexslider {
    box-shadow: none;
    margin: 0!important;
}
.catalog.item-views .flexslider .flex-direction-nav .flex-prev, .catalog.item-views .flexslider:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 39px;
}
.catalog.item-views .flexslider .flex-direction-nav .flex-next, .catalog.item-views .flexslider:hover .flex-direction-nav .flex-next {
    right: 1px;
}
.catalog.item-views .flexslider .item {
    margin-bottom: 0;
}
.catalog.item-views.list .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.catalog.item-views.list .item {
    border-color: #f2f2f2;
    transition: box-shadow .3s;
}
.catalog.item-views.list .item .description {
    padding: 16px 0 0;
    line-height: 22px;
}
.catalog.item-views.list .item .description p {
    margin-bottom: 9px;
}
.catalog.item-views.list .item .props_list_wrapp {
    margin-top: 9px;
}
.catalog.item-views.list .item .foot>.price {
    margin-bottom: 19px;
}
.catalog.item-views.front .flexslider .item .image img {
    width: auto;
}
.catalog.item-views .flexslider .item .btn {
    position: relative;
    right: auto;
    top: auto;
}
.catalog.item-views .item .btn {
    height: 34px;
    padding: 6px 21px 0;
}
.bx-firefox .catalog.item-views .item .btn {
    padding-top: 4px;
}
.module_products_list {
    width: 100%;
    margin: 0 0 20px;
}
.module_products_list .foto-cell .image_wrapper_block, .module_products_list .foto-cell .image_wrapper_block a {
    display: block;
    width: 50px;
    min-width: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.module_products_list .foto-cell .image_wrapper_block a:hover .zoom, .module_products_list tr:hover .zoom {
    opacity: 1;
}
.module_products_list .cost.prices .price.discount {
    margin: 0;
    vertical-align: text-top;
    position: relative;
    top: -1px;
}
.table table.module_products_list {
    float: none;
}
.module_products_list tr.item {
    border: 1px solid #f2f2f2;
    display: block;
    margin: 0 0 -1px;
    transition: box-shadow .3s;
}
.module_products_list td {
    padding: 19px 0;
    text-align: center;
}
.module_products_list td.item-name-cell {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    width: 40%}
.module_products_list td.price-cell {
    text-align: left;
    overflow: hidden;
    padding-right: 15px;
}
.module_products_list td.price-cell .price>div {
    display: inline-block;
}
.module_products_list td.price-cell .price_new {
    color: #333;
    font-weight: 700;
    font-size: 1.067em;
    padding-right: 45px;
}
.module_products_list td.item-name-cell .title {
    font-weight: 700;
    font-size: 1em;
}
.module_products_list .item .buy_block .counter {
    margin-bottom: 6px;
    max-width: 127px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.module_products_list .item .buy_block .buttons {
    display: inline-block;
    vertical-align: top;
}
.body .item .buy_block.in .buttons {
    display: block;
    margin: 0;
    max-width: none;
}
.module_products_list .item .buy_block .buttons .btn {
    margin: 0;
    height: 34px;
    padding: 6px 21px 0;
    font-weight: 700;
}
.module_products_list td.buy_block_wrapper {
    width: 28%;
    text-align: left;
}
.module_products_list td.buy_block_wrapper .footer-button {
    display: block;
    opacity: 1;
    margin: 0;
}
.module_products_list td.info-td {
    padding: 0 20px 0 0;
}
.module_products_list tr td:first-child {
    padding-left: 19px;
}
.module_products_list tr.item .status-icon {
    vertical-align: middle;
}
.module_products_list tr.item .article {
    font-size: 13px;
    color: #999;
}
.module_products_list .foto-cell {
    width: 70px;
}
.module_products_list tr.item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.module_products_list tr.item .wrapper_td {
    width: 100%;
    padding: 0;
    display: block;
}
.module_products_list tr.item table {
    width: 100%}
.catalog.sections {
    position: relative;
    padding-bottom: 25px;
}
.detail .catalog.sections {
    padding-bottom: 0;
}
.catalog.sections .items:not(.services) {
    margin-right: 0;
}
.catalog.sections .items:not(.services)>div {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: -1px;
}
.catalog.sections .item {
    margin: -1px 0 0;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    padding: 50px;
    box-shadow: none;
    transition: box-shadow .3s;
}
.bx-mac .catalog.sections .item {
    margin-top: 0;
}
.catalog.sections .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.catalog.sections .item a {
    text-decoration: none;
}
.catalog.sections .item .info {
    line-height: 18px;
    padding-left: 303px;
}
.catalog.sections .item .title {
    font-weight: 700;
    margin-bottom: 5px;
}
.catalog.sections .item .text {
    line-height: 22px;
    color: #666;
    margin: 0 0 8px;
    font-size: .933em;
}
.catalog.sections .item .text ul, .item-views .items.services .item .text ul {
    margin-bottom: 0;
}
.catalog.sections .item .text ul li, .item-views .items.services .item .text ul li {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0;
    margin-right: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}
.catalog.sections .item .text ul li:before, .item-views .items.services .item .text ul li:before {
    display: none;
}
.catalog.sections .item .image {
    float: left;
    height: 240px;
    max-height: 240px;
    line-height: 240px;
    text-align: center;
    width: 240px;
    max-width: 240px;
    margin-bottom: 0;
    background: #fff;
}
.catalog.sections .item.right .image {
    float: right;
}
.catalog.sections .item .image a {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
}
.catalog.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    zoom: 1;
}
body .catalog.sections .item.right .info {
    padding-left: 0;
    padding-right: 151px;
}
.catalog.sections .row_block .item {
    padding: 30px 30px 39px;
    height: 100%}
.catalog.sections .row_block .item .info {
    padding-left: 151px;
}
.catalog.sections .row_block .item .image {
    width: 120px;
    text-align: center;
    height: 120px;
    font-size: 20px;
    border-radius: 0;
    line-height: 116px;
    overflow: hidden;
    background: #fff;
}
.catalog.sections.list-item .row_block .item {
    padding-bottom: 34px;
    margin-top: 0;
}
.catalog.sections.list-item .row_block .item .image {
    width: 165px;
    height: auto;
    line-height: normal;
}
.catalog.sections.list-item .row_block .item .image+.info {
    padding-left: 196px;
}
.catalog.sections.list-item .item .title a {
    font-size: 1em;
}
.catalog.sections.list-item .item .hidden-text-block {
    max-height: 90px;
    overflow: hidden;
}
.catalog.sections .table_block .item {
    margin-left: -1px;
    padding: 30px;
    height: 100%}
.catalog.sections .table_block .item .image {
    float: none;
}
.catalog.sections .table_block .item .image a {
    display: inline;
}
.catalog.sections .table_block .item .info {
    padding-left: 0;
    padding-top: 30px;
}
.catalog.sections .table_block .item .title a {
    font-size: 17px;
    line-height: 24px;
}
.catalog.detail .galery .inner {
    max-height: none;
    padding: 0 20px 0 40px;
}
.catalog.detail .galery #carousel.flexslider {
    margin-top: 29px!important;
    margin-bottom: 0!important;
}
.catalog.detail .head {
    padding: 40px 0;
}
.catalog.detail .head .info {
    padding: 0 38px 0 3px;
}
.catalog.detail .head .price-name, .catalog.linked .price-name {
    display: none;
}
.catalog.detail .head .scurrency-price span {
    font-size: 24px;
}
.catalog.detail .head.wti .info {
    padding: 0 0 27px;
}
.catalog.detail .head .info .hh {
    padding: 0 0 18px;
    display: table;
    width: 100%}
.catalog.detail .head .info .hh>div {
    display: table-cell;
    vertical-align: middle;
}
.catalog.detail .head .label, .catalog.detail .head .status-icon {
    margin-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.catalog.detail .head .article {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
    padding-right: 20px;
}
.catalog.detail .head .article>span {
    color: #999;
}
.catalog.detail .head .brand {
    font-size: 13px;
    text-align: right;
}
.catalog.detail .head .brand a {
    color: #999;
}
.catalog.detail .head .previewtext {
    margin-bottom: 0;
    color: #666;
    font-size: .933em;
    line-height: 22px;
}
.catalog.detail .head .previewtext p {
    margin-bottom: 7px;
}
.catalog.detail .head .link-block-more>span {
    border-bottom: 1px dotted;
}
.catalog.detail .head .char-block .link-block-more {
    padding: 3px 0 0;
}
.catalog.detail .head .price {
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
}
.catalog.detail .head .bottom-wrapper-inner{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog.detail .head .price-col,
.catalog.detail .head .btns-col{
    flex: 0 0 auto;
    width: auto;
    width: 100%;
}
.catalog.detail .head .price>div {
    display: inline-block;
    vertical-align: bottom;
    line-height: 16px;
}
.catalog.detail .head .price .price_new, .catalog.detail.head .price .price_old {
    display: inline-block;
    vertical-align: top;
}
.catalog.detail .head .price .price_val {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    padding-right: 5px;
    line-height: 26px;
}
.catalog.detail .head .price .price_new .price_val {
    margin-right: 15px;
}
.shares-block .b-share a, .shares-block .b-share a span, .shares-block a.ya-share2__link span.ya-share2__badge {
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.shares-block .b-share a span.b-share-icon_facebook, .shares-block .ya-share2__item_service_facebook a.ya-share2__link span.ya-share2__badge {
    background-position: -83px -3px;
}
.shares-block .b-share a span.b-share-icon_twitter, .shares-block .ya-share2__item_service_twitter a.ya-share2__link span.ya-share2__badge {
    background-position: -3px -43px;
}
.shares-block .b-share a span.b-share-icon_odnoklassniki, .shares-block .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {
    background-position: -43px -3px;
}
.shares-block .b-share a span.b-share-icon_moimir, .shares-block .ya-share2__item_service_moimir a.ya-share2__link span.ya-share2__badge {
    background-position: -123px -3px;
}
.shares-block ul li {
    padding: 0;
    margin: 0;
}
.shares-block ul li.ya-share2__item {
    margin-right: 5px;
    margin-bottom: 5px;
}
.shares-block ul li.ya-share2__item:last-of-type {
    margin-right: 0;
}
.shares-block ul li:before {
    display: none;
}
.shares-block a.ya-share2__link span.ya-share2__badge {
    background: url(images/svg/social.svg) -3px -3px no-repeat;
    transition: opacity .5s;
}
.shares-block a.ya-share2__link span.ya-share2__badge span {
    display: none;
}
.shares-block .ya-share2__item_service_viber a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -4px;
}
.shares-block .ya-share2__item_service_whatsapp a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -44px;
}
.catalog.detail .head .bottom-wrapper {
    border-top: 1px solid #f2f2f2;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.catalog.detail .head .hh+.bottom-wrapper {
    margin-top: 0;
    padding-top: 22px;
}
.catalog.detail .head .link-block-more+.bottom-wrapper {
    margin-top: 15px;
}
.catalog.detail .head .share {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
    float: none;
}
.catalog.detail .head .order+.share {
    margin-top: 15px;
}
.catalog.detail .buy_block {
    margin: 0 -5px 5px;
}
.catalog.detail .buy_block .buttons, .catalog.detail .buy_block .counter {
    width: 50%;
    padding: 5px;
}
.catalog.detail .buy_block .buttons .btn {
    margin: 0;
    width: 100%}
.catalog.detail .buy_block.in .buttons, .catalog.detail .order.basketTrue .btn {
    width: 100%}
.catalog.detail .footer-button {
    opacity: 1;
    display: block;
}
.catalog.detail .bottom-wrapper-inner .footer-button {
    max-width: 254px;
}
body .footer-button .lg.buy_block .counter input {
    height: 36px;
}
.detail {
    position: relative;
}
.catalog.detail .bottom-item-block {
    padding-top: 20px;
}
.catalog.detail .bottom-item-block .item-views {
    margin: 0;
}
.catalog.detail .bottom-item-block .item-views+.wraps hr, .catalog.detail .bottom-item-block .wraps:first-of-type hr {
    margin-top: 0;
}
.catalog.detail .wrapper-block-btn .wrapper {
    display: inline-block;
    vertical-align: top;
}
.catalog.detail .wrapper-block-btn.basketTrue .wrapper {
    display: block;
}
.share ul li {
    margin-bottom: 0;
    padding-left: 0;
}
.share ul li:before {
    display: none;
}
.share .shares-block {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    padding: 10px 67px 4px 20px;
    cursor: pointer;
    transition: padding .3s;
    min-height: 47px;
}
.share .shares-block:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    background: url(images/svg/allcorp2.svg) 0 -92px no-repeat;
    width: 17px;
    height: 18px;
}
.share .shares-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 47px;
    display: block;
    background: #f2f2f2;
    width: 1px;
    height: 100%}
.share .shares-block:hover>span, .shares-block .ya-share2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.share .shares-block:hover {
    background: #f2f2f2;
}
.share .shares-block:hover:before {
    background: #fff;
}
.share .shares-block:hover .ya-share2 {
    opacity: 1;
    visibility: visible;
    display: block;
}
.page-top-main {
    position: relative;
}
.share.top {
    position: absolute;
    right: 0;
    top: -2px;
    opacity: 0;
    z-index: 2;
    margin: 0;
}
.page-top .share.top {
    opacity: 1;
}
.share.top.rss-block {
    right: 50px;
}
.share.top .shares-block {
    border: none;
    min-height: 40px;
    padding: 6px 47px 1px 0;
}
.share.top .shares-block:hover {
    padding-left: 10px;
    padding-right: 56px;
}
.share.top .shares-block:before {
    background: 0 0;
}
.share.top .shares-block:hover:before {
    background: #fff;
}
.share.top .shares-block:after {
    top: 12px;
}
.body .page-top .print-link {
    position: absolute;
    top: -2px;
    width: 40px;
    height: 40px;
    font-size: 0;
    transition: background .3s;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    right: 0;
}
.svg-print {
    background: url(images/svg/allcorp2.svg) -38px -92px no-repeat;
    width: 16px;
    height: 16px;
    top: 1px;
}
.body .page-top .print-link:hover .svg-print {
    background-position: -38px -113px;
}
.page-top .rss+.print-link, .page-top .share.top+.print-link {
    right: 55px;
    top: -2px;
}
.body .page-top .print-link:hover {
    background: #f2f2f2;
}
body .page-top .share.top.rss-block .print-link {
    right: 55px;
    top: 0;
}
body .page-top-wrapper.color .page-top .share.top.rss-block .print-link {
    top: 0;
}
.body .print-link+h1 {
    padding-right: 40px;
}
.page-top-wrapper.color .rss {
    top: -7px;
    right: 16px;
}
.page-top-wrapper.color .rss:before {
    background-position: -19px -114px;
}
.page-top-wrapper.color .rss:hover {
    background-color: #f2f2f2;
}
.page-top-wrapper.color .rss:hover:before {
    background-position: -19px -93px;
}
.page-top-wrapper.color .share {
    top: -2px;
    right: 16px;
}
.page-top-wrapper.color .share.top.rss-block {
    right: 66px;
}
.page-top-wrapper.color .share .shares-block:not(:hover):after {
    background-position: 0 -113px;
}
.body .page-top-wrapper.color .page-top .print-link {
    right: 16px;
    top: -2px;
}
.body .page-top-wrapper.color .page-top .rss+.print-link, .body .page-top-wrapper.color .page-top .share.top+.print-link {
    right: 71px;
}
.body .page-top-wrapper.color .page-top .print-link .svg-print {
    background-position: -38px -113px;
}
.body .page-top-wrapper.color .page-top .print-link:hover {
    background-color: #f2f2f2;
}
.body .page-top-wrapper.color .page-top .print-link:hover .svg-print {
    background-position: -38px -92px;
}
.rss {
    bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 0;
    transition: background .3s;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: -7px;
}
.rss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background: url(images/svg/allcorp2.svg) -19px -93px no-repeat;
    width: 14px;
    height: 14px;
}
.rss:hover:before {
    background-position: -19px -114px;
}
.footer-button {
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    margin: 7px 0 0;
}
.item:hover .footer-button {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.item:hover .footer-button * {
    height: auto;
}
.contacts-page-map-top.projects {
    margin: 0 0 40px;
}
.page-top-wrapper.color+.contacts-page-map-top.projects, .page-top-wrapper.grey+.contacts-page-map-top.projects {
    margin-top: -43px;
}
.contacts-page-map-top .bx-yandex-view-layout {
    margin-bottom: 0;
}
.smartfilter .bx_ui_slider_track {
    height: 5px;
    margin: 39px 8px 12px;
    position: relative;
    zoom: 1;
    background: #dadada;
    z-index: 1;
}
.bx_filter .bx_ui_slider_pricebar, .bx_filter .bx_ui_slider_pricebar_V, .bx_filter .bx_ui_slider_pricebar_VD, .bx_filter .bx_ui_slider_pricebar_VN, .bx_filter .bx_ui_slider_range {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.bx_filter .bx_ui_slider_range {
    z-index: auto;
    background: #dadada;
}
.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #979797;
}
.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 70;
    background: #bbc2c8;
}
.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    background: #dadada;
}
.bx_filter .bx_ui_slider_handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
}
.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx_filter .bx_ui_slider_handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -9px;
}
.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -9px;
}
.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -3px;
    width: 0;
    height: 10px;
    background: #e5e5e5;
}
.bx_filter .bx_ui_slider_part.p1 {
    left: -1px;
}
.bx_filter .bx_ui_slider_part.p2 {
    left: 25%;
    display: none;
}
.bx_filter .bx_ui_slider_part.p3 {
    left: 50%;
    display: none;
}
.bx_filter .bx_ui_slider_part.p4 {
    left: 75%;
    display: none;
}
.bx_filter .bx_ui_slider_part.p5 {
    right: 1px;
}
.bx_filter .bx_ui_slider_part span {
    font-size: .8em;
    position: absolute;
    bottom: 13px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #999;
}
.bx_filter .bx_ui_slider_part.p2 span, .bx_filter .bx_ui_slider_part.p3 span, .bx_filter .bx_ui_slider_part.p4 span {
    color: #b1b1b1;
    display: none;
}
.bx_filter .bx_ui_slider_part.first span {
    text-align: left;
    left: -8px;
    margin-left: 0;
}
.bx_filter .bx_ui_slider_part.last span {
    text-align: right;
    left: auto;
    right: -8px;
    margin-left: 0;
}
.bx_filter .bx_filter_popup_result {
    font-size: 12px;
    font-weight: 400;
}
.bx_filter.bx_filter_vertical .bx_filter_popup_result {
    line-height: 51px;
    position: absolute;
    z-index: 930;
    display: none;
    margin-top: -14px;
    margin-left: -4px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
    left: 102%}
.bx_filter.bx_filter_vertical .bx_filter_popup_result a {
    margin: 0 0 0 18px;
    background: #fff;
    border-radius: 2px;
    padding: 5px 12px 7px 11px;
}
.catalog.bx_filter {
    margin-bottom: 37px;
}
.catalog .bx_filter_section {
    position: relative;
}
.catalog .bx_filter_section .smartfilter>.row>div {
    position: static;
}
.bx_filter.front {
    border: 1px solid #e7e8ea;
    text-align: center;
}
.bx_filter.front .row {
    margin-left: -25px;
    margin-right: -25px;
}
.bx_filter .wrapp_change_inputs, .bx_filter.front .btn-default {
    position: relative;
}
.bx_filter .bx_filter_parameters_box_title {
    color: #333;
    font-size: .933em;
    font-weight: 400;
    margin: 0 0 10px;
}
.bx_filter .bx_filter_parameters_box_container_block {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    color: #3f3f3f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
    padding-right: 13px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-left: 13px;
}
.bx_filter .bx_filter_parameters_box_container input[type=text] {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    height: auto;
    font-size: .933em;
    padding: 7px 12px 5px;
    width: 100%}
.bx_filter .divider {
    width: 12px;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -6px;
    background: #c9d3da;
}
.bx_filter .bx_ui_slider_track .bx_ui_slider_handle {
    top: -7px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 97;
    background: #fff;
    border-radius: 16px;
    border: 3px solid #ddd;
}
.bx_filter .bx_ui_slider_track .bx_ui_slider_handle:after {
    font-size: 0;
    content: ".";
    background: #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 2px;
}
.bx_filter .bx_ui_slider_track .bx_ui_slider_handle:active, .bx_filter .bx_ui_slider_track .bx_ui_slider_handle:hover {
    border-color: #333;
}
.bx_filter input[type=checkbox]+label:not(.disabled):hover:before, .bx_filter input[type=checkbox]:checked+label:before, .filter input[type=checkbox]+label:hover:before, .filter input[type=checkbox]:checked+label:before, .filter input[type=radio]+label:hover:before, .filter input[type=radio]:checked+label:before {
    display: inline-block;
    z-index: 3;
}
.bx_filter input[type=checkbox]+label:before, .filter input[type=checkbox]+label:before, .filter input[type=radio]+label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.bx_filter input[type=checkbox]+label:after, .filter input[type=checkbox]+label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #fff;
    z-index: 2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
}
.bx_filter input[type=checkbox]+label.nab:after, .bx_filter input[type=checkbox]+label.nab:hover:before, .bx_filter input[type=checkbox]:checked+label.nab:before {
    display: none;
}
.filter input[type=radio]+label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 0 1px #ccc inset;
    -moz-box-shadow: 0 0 0 1px #ccc inset;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
}
.filter input[type=radio]+label:before {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 2px;
}
.form .bx_filter .input .filter input[type=radio]+label {
    padding-top: 0;
}
.form .bx_filter .input .filter input[type=radio]+label:after, .form .bx_filter .input .filter input[type=radio]+label:before {
    top: 3px;
}
.bx_filter_vertical input[type=checkbox]+label.disabled {
    cursor: default;
}
.bx_filter input[type=checkbox], .bx_filter input[type=radio] {
    display: none;
}
.bx_filter input[type=checkbox]+label {
    padding: 2px 0 0 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    display: block;
    margin: 0 0 3px;
    color: #555;
    font-size: 13px;
    min-height: 20px;
}
.bx_filter input[type=radio]+label {
    color: #888;
    display: block;
    position: relative;
    padding: 3px 0 0 25px;
    font-size: 13px;
    margin: 0 0 3px;
}
.bx_filter input[type=checkbox]:checked+label:before,  .bx_filter input[type=checkbox]:checked+label:not(.disabled):hover:before,  .filter input[type=checkbox]:checked+label:before,  .filter input[type=checkbox]:checked+label:hover:before,  .filter input[type=radio]:checked+label:before,  .filter input[type=radio]:checked+label:hover:before  {
     z-index:  -1;
}
.bx_filter input[type="checkbox"]:checked+label:after,  .filter input[type="checkbox"]:checked+label:after  {
    background-color:  var(--color-blue);
     border-color:  var(--color-blue);
}
.bx_filter input[type="checkbox"]:checked + label:after,  .filter input[type="checkbox"]:checked + label:after {
    background-image:  url(images/allcorp2.png);
    background-position: -162px -186px;
    background-repeat: no-repeat;
    box-shadow:  none;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text, .filter label>span {
    display: block;
    line-height: 16px;
    text-align: left;
}
.bx_filter .filter {
    margin: 0;
    padding: 0;
}
body .popup-window-content .bx_filter_select_popup ul li label {
    white-space: normal;
}
.bx_filter .bx_filter_select_block, .common_select .common_select-link {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    margin: 0 0 5px;
    padding: 0 33px 0 7px;
    border-radius: 2px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.bx_filter .bx_filter_select_text, .common_select .common_select-link .ik_select_link_text {
    font-size: 13px;
    line-height: 28px;
    max-width: 100%;
    height: 31px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}
.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow:before, .common_select .common_select-link.opened .trigger:before, .common_select .common_select-link:hover .trigger:before {
    background-position: -36px -174px;
}
.bx_filter .bx_filter_select_text.fix {
    min-width: 120px;
}
.bx_filter .bx_filter_select_arrow, .common_select .common_select-link .trigger {
    position: absolute;
    top: -1px;
    right: 0;
    width: 26px;
    height: 31px;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
    background: #d4d4d4;
    text-align: center;
    line-height: 32px;
}
.bx_filter .bx_filter_select_arrow:before, .common_select .common_select-link .trigger:before {
    content: "";
    width: 7px;
    height: 4px;
    background: #d4d4d4;
    display: none;
}
.bx_filter .bx_filter_select_arrow .fa {
    font-size: 18px;
    color: #fff;
}
.popup-window-content .bx_filter_select_popup ul li {
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.popup-window-content .bx_filter_select_popup ul li label:hover {
    background: #e3e3e3;
}
.popup-window-content .bx_filter_select_popup ul li label.selected {
    background: #ddd;
}
.catalog.bx_filter .bx_filter_block {
    padding: 12px 1px 0;
    margin: 0 -1px -1px 0;
}
.border_block {
    border: 1px solid #f2f2f2;
    padding: 0;
    border-radius: 0;
}
.catalog .bx_filter_parameters_box {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px;
    background: #f9f9f9;
}
.catalog .bx_filter_button_box {
    padding: 10px 20px;
}
.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    padding: 6px 17px 7px;
    font-size: 14px;
}
.bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    padding-top: 7px;
    padding-bottom: 6px;
}
.catalog.bx_filter .bx_filter_parameters_box_title {
    margin: 0;
    position: relative;
    cursor: pointer;
}
.catalog.bx_filter .bx_filter_parameters_box_title:before {
    color: #7d7d7d;
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 16px;
    right: 0;
    font-weight: 400;
    top: 0;
    opacity: 1;
}
.catalog.bx_filter .bx_filter_parameters_box_title:hover:before {
    color: #d4d4d4;
}
.catalog.bx_filter .active .bx_filter_parameters_box_title:before {
    content: "\f106"}
.catalog .bx_filter_section .btn {
    display: inline-block;
}
.catalog .bx_filter_section .btn.white {
    padding: 6px 16px;
}
.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset {
    position: relative;
    margin-right: 0;
    font-weight: 400;
}
.bx_filter.catalog .bx_filter_parameters_box_title {
    padding: 0 10px 0 0;
    color: #333;
    font-size: .933em;
}
.bx_filter_parameters_box .titles {
    color: #333;
    font-weight: 700;
}
.catalog .bx_filter_parameters_box.active {
    background: #f9f9f9;
}
.bx_filter .bx_filter_popup_result#modef_mobile {
    padding-bottom: 8px;
    left: 0;
    background: rgba(0, 0, 0, 0);
    position: static;
    color: #888;
    margin: 0;
    padding-left: 0;
    line-height: 20px;
    vertical-align: middle;
}
.bx_filter .bx_filter_popup_result#modef_mobile .button {
    display: none;
}
.popup-window-content {
    margin: 0;
}
div[id^=smartFilterDropDown] {
    width: 100%}
div[id^=smartFilterDropDown] .popup-window {
    width: 100%;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 2px;
}
.popup-window-content .bx_filter_select_popup {
    padding: 0;
}
.popup-window-content .bx_filter_select_popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.popup-window-content .bx_filter_select_popup ul li:first-child {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}
.popup-window-content .bx_filter_select_popup ul li:before {
    display: none;
}
.popup-window-content .bx_filter_select_popup ul li label {
    font-size: 13px;
    line-height: 16px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    padding: 8px 9px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin: 0;
    height: auto;
}
.popup-window-content .bx_filter_select_popup ul li label.disabled {
    color: #b8b8b8;
    background: 0 0;
}
.popup-window-content .bx_filter_select_popup ul li:last-child label {
    margin: 0;
}
.remove:not(.all) {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.remove:not(.all):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: url(images/allcorp2.png) -49px 0 no-repeat #969ba5;
}
.basket_top {
    position: relative;
}
.topmenu-LIGHT .basket_top .icon .count, header.fixed .basket_top .icon .count {
    color: #fff;
}
.basket_top .buttons {
    padding: 23px 20px;
    border-top: 1px solid #ebeef1;
    text-align: center;
    background: #f9fafb;
}
.basket_top .buttons .btn {
    margin: 0;
    display: inline-block;
    width: auto;
}
.ajax_basket .basket_top, .logo-row .top-callback .basket_top {
    display: none;
}
.basket-link {
    white-space: nowrap;
}
.basket-link .js-basket-block {
    position: relative;
}
.basket-link .count {
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 18px;
}
.basket-link .count:not(.basket-count) {
    background: #b0b0b0;
}
body .menu-row.with-color.colored_dark .basket-link:not(.basket-count) .count {
    background: #b0b0b0;
    color: #fff;
}
.basket {
    margin: 0 0 55px;
}
.basket .clearfix {
    display: block;
    height: 0;
    clear: both;
}
.basket .items {
    border-bottom: 1px solid #f2f2f2;
}
.basket.default .items {
    border: 1px solid #f2f2f2;
}
.basket .items .box {
    display: table-cell;
    padding: 0 15px;
    vertical-align: top;
}
.basket .items .head {
    display: table;
    width: 100%;
    margin: 0 0 -1px;
    background: #fbfbfb;
}
.basket .items .head .box {
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 9px;
}
.basket .items .head .title.prices {
    width: 150px;
}
.basket .items .head .title.prices.summ {
    width: 175px;
}
.basket .items .head .title.counter_t {
    width: 185px;
}
.basket .items .head .title.prices {
    width: 150px;
}
.basket .items .head .title.prices.summ {
    width: 175px;
}
.basket .items .head .title {
    font-size: .8em;
    line-height: 16px;
    color: #95979a;
}
.basket .items .item .box {
    padding-top: 29px;
    padding-bottom: 29px;
}
.basket .items .item .box:first-of-type {
    padding-left: 29px;
}
.basket .items .item .box.buy_block {
    width: 185px;
}
.basket .items .item .image {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 110px;
}
.basket .items .item .description {
    margin: 14px 0 0;
    padding: 0 0 0 140px;
}
.basket .items .item .description .name {
    font-weight: bold;
    line-height: 22px;
}
.basket .items .head .title:first-of-type {
    padding-left: 169px;
}
.basket .items .item>.wrap {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.basket .items .item .name a {
    color: #222;
}
.basket .items .item {
    border-top: 1px solid #f2f2f2;
}
.basket .items .item .image {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 110px;
}
.basket .items .item .description {
    margin: 14px 0 0;
    padding: 0 0 0 140px;
}
.basket .items .item .description .name {
    font-weight: 700;
    line-height: 22px;
}
.basket:not(.fly) .items .item .description .name {
    font-size: 1.067em;
}
.basket .items .item .description .label {
    margin-right: 10px;
}
.basket .items .item .description .article {
    color: #777;
    display: inline-block;
    font-size: .8em;
    line-height: 20px;
    vertical-align: top;
}
.basket .items .item .description .article>span {
    color: #2f383d;
}
.basket .items .item .description .props {
    margin: 8px 0 0;
}
.basket .items .item .prices {
    width: 150px;
}
.basket .items .item .summ {
    width: 170px;
}
.basket .items .item .price_new {
    margin: 14px 0 0;
    font-size: 1.067em;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}
.basket .items .item .counter {
    display: block!important;
    margin: 9px 25px 0 0;
    width: 100px;
}
.basket .items .remove_bl {
    width: 0;
    height: 0;
    padding: 0;
}
.basket .items .item .remove_bl>.wrap {
    position: relative;
    float: right;
}
.basket .items .item .remove {
    top: -19px;
    right: 2px;
}
.item .counter .input {
    border: 1px solid #f3f3f5;
    border-radius: 3px;
}
.item .counter .wrap {
    background: #f3f3f5;
}
.buy_block .counter.sm .minus:before {
    background-position: -1px -160px;
    height: 7px;
}
.buy_block .counter.sm .minus:hover:before {
    background-position: -1px -177px;
    margin-top: -4px;
}
.buy_block .counter.sm .plus:before {
    background-position: -1px -169px;
    height: 8px;
    margin-top: -4px;
}
.buy_block .counter.sm .plus:hover:before {
    background-position: -1px -184px;
}
.basket.default .items .item>.clearfix {
    display: none;
}
.basket .buttons .btn.print {
    position: relative;
    margin-right: 20px;
}
.basket .buttons .btn.print:not(:hover) {
    color: #333!important;
}
.basket .buttons .btn.print>span {
    position: relative;
    padding-left: 27px;
}
.basket .buttons .btn.print>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    height: 14px;
    background: url(images/allcorp2.png) -124px 0 no-repeat;
}
.basket .buttons .btn.print:hover>span:before {
    background-position: -141px 0;
}
.basket .foot {
    margin: 0 0 35px;
    padding: 32px 0 28px;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
}
.basket .foot .remove {
    margin: -2px 0 0;
    padding-left: 12px;
    font-size: .8em;
    cursor: pointer;
}
.foot .remove:not(:hover) {
    background: 0 0;
    border-color: transparent;
    color: #333!important;
}
.foot .remove>span {
    position: relative;
    padding: 0 18px 0 0;
}
.foot .remove>span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -4px 0 0;
    width: 8px;
    height: 8px;
    background: url(images/allcorp2.png) -58px 0 no-repeat;
}
.bx-firefox .foot .remove>span:before {
    margin-top: -3px;
}
.foot .remove:hover>span:before {
    background-position: -58px -9px;
}
.foot .remove:hover>span {
    color: #fff;
}
.basket .buttons .btn {
    margin: 0;
}
.basket .basket_empty {
    padding: 44px;
    min-height: 178px;
    border: 1px solid #ebeef1;
}
.basket .basket_empty>.wrap {
    position: relative;
    padding: 2px 0 0 134px;
}
.basket .basket_empty>.wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: url(images/allcorp2.png) 0 -18px no-repeat;
}
.basket .basket_empty .description {
    margin: 0 0 25px;
    font-size: 14px;
}
.basket .basket_empty h4 {
    margin-bottom: 17px;
}
.basket .basket_empty .btn, .basket-remove .row {
    margin: 0;
}
.basket-remove .remove.all {
    position: absolute;
    top: -45px;
    right: 16px;
    margin: 0;
}
.right_dok .link {
    position: absolute;
    top: 185px;
    right: 0;
    width: 58px;
    height: 76px;
    background-color: #edf0f3;
}
.opener+.right_dok .link {
    /* top: 261px; */
    left: -58px;
    right: auto;
}
.right_dok .link+.link {
    top: 261px;
}
.opener+.right_dok .link+.link {
    /* top: 337px; */
}
.right_dok .link:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background: #fff;
    opacity: .5;
}
.right_dok .link:first-child:before {
    display: none;
}
.right_dok .link:last-child {
    border-bottom-left-radius: 2px;
}
.right_dok .link svg path {
    fill: #969ba4;
}
.right_dok .link:hover svg path {
    fill: #686b70;
}
.right_dok .link.loadings {
    background-color: #edf0f3!important;
}
.right_dok .link>span {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 74px;
}
    .right_dok .link>span.whatsapp-tel{
        background: var(--color-green);
        color: #fff;
        font-size: 20px;
        font-weight: 200;
    }
    .right_dok .link>span.telegram-tel{
        background: rgb(55, 168, 252);
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        line-height: 85px;
    }
    .right_dok .link>span.max-tel{
        background: var(--1, linear-gradient(249deg, #A34EDE 19.47%, #2B48F1 54.29%, #43C5FD 89.1%));
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        line-height: 85px;
    }
.ajax_basket .fixed_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
}
.ajax_basket .fixed_wrapper .right_dok .link:first-child {
    border-top-left-radius: 2px;
}
.form.order {
    margin: 0 80px 0 0;
    padding: 38px 44px 44px;
}
.form.order .btn {
    margin-bottom: 0;
}
.basket_order .items>.head .btn:not(:hover) {
    background: 0 0;
    border-color: transparent;
    color: #333!important;
}
.loader_circle {
    background: url(images/pl3.gif) center center no-repeat;
}
.drag-block.INSTAGRAMM_INDEX h3{
    font-size: 1.866em;
    font-weight: 500 !important;
    margin: 58px 0 34px;
}
.insta-link__wrapper{
    margin: 34px 0 34px;
}
    .insta-link{
        position: relative;
        padding-left: 24px;
        margin-left: 9px;
        background: url(/bitrix/templates/grand-poliv-clear/images/svg/insta.svg) no-repeat left center;
    }
.instagram_ajax {
    min-height: 100px;
    opacity: 1;
    transition: opacity .3s;
}
.row+.row .item-views.blocks {
    padding-top: 0;
}
.instagram_ajax.loaded {
    opacity: 1;
    background: 0 0;
}
.instagram {
    display: block;
}
.instagram .flexbox {
    align-items: baseline;
    margin-left: 0;
    margin-right: 0;
}
.instagram .item {
    float: left;
    width: 25%;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: none;
    margin: 0;
    box-shadow: none;
}
@media (min-width:  767px){
    .instagram .item {
        width: 16.66666%;
    }
    .instagram_ajax .instagram .item {
        width: 25%;
    }


}
@media (min-width:  1200px){
    .instagram .item {
        width: 8.33333%;
    }
    .instagram_ajax .instagram .item {
        width: 25%;
    }

}
.instagram div[id^=bx_incl]{
    width: 100%;
    display: block;
}
.instagram .item.user {
    background: #f2f2f2;
    text-align: left;
    display: none;
}
.instagram .item.user .image {
    margin: 0 auto 12px;
    width: 36px;
    height: 36px;
}
.instagram .item.user .name {
    margin: 0 0 17px;
    font-size: 20px;
    color: #fff;
}
.instagram .item.user .button a {
    border-color: #557fa2;
}
.instagram .item.user .link {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.instagram .item .image {
    position: relative;
    padding: 100% 0 0;
}
.instagram .item .image:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 36px;
    height: 36px;
    background: url(images/allcorp2.png) -244px -42px no-repeat;
    display: none;
}
.instagram .item .image .hidden-link,  .instagram .item .image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.instagram .item .image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%}
.form-control.subscribe-input.error {
    background: #f7d6d5;
}
.auth_wrapp .form-wr .prompt {
    position: relative;
    cursor: pointer;
    margin-top: -1px;
}
.auth_wrapp .form-wr .prompt label {
    padding: 0 0 0 24px;
    font-size: .867em;
    cursor: pointer;
    color: #555;
    position: relative;
}
.auth_wrapp .form-wr .prompt input#USER_REMEMBER_frm {
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.auth_wrapp .form-wr .filter input[type=checkbox]+label:after, .auth_wrapp .form-wr .filter input[type=checkbox]+label:before {
    top: 2px;
}
.auth_wrapp .buttons {
    display: block;
    margin: 30px 0 0;
}
.auth_wrapp .form-footer {
    padding: 40px 0 28px;
}
.form.popup .auth_wrapp .form-footer {
    padding: 40px 60px;
    background: #fbfbfb;
}
.form.popup .auth_wrapp .form-body {
    padding: 1px 60px 30px;
}
.content-md .form.popup .auth_wrapp .form-body {
    padding: 0 0 30px;
}
.auth_wrapp .form-body {
    padding-top: 0;
    padding-bottom: 30px;
}
.auth_wrapp .form-body .forgot {
    font-size: .867em;
}
.auth_wrapp .form-footer .register {
    margin: 0;
}
.auth_wrapp .form-footer .more_text_small {
    padding-left: 25px;
    color: #999;
    font-size: .8em;
    line-height: 1.5em;
}
.soc-avt {
    padding: 33px 0 30px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
}
.soc-avt .title {
    font-weight: 700;
    color: #222;
}
.popup .auth_wrapp .soc-avt {
    padding-left: 60px;
    padding-right: 60px;
}
.content-md .form.popup .auth_wrapp .form-footer, .content-md .popup .auth_wrapp .soc-avt {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}
.soc-avt .row {
    font-size: 0;
    margin: 18px -3px 8px;
}
.soc-avt .row a {
    margin: 4px;
}
.soc-avt .row form[name=bx_auth_servicesform] {
    margin: 0 3px;
}
.soc-avt #bx_auth_servform {
    font-size: 15px;
}
.soc-avt #bx_auth_servform input[type=text] {
    margin: 10px 0;
}
.soc-avt #bx_auth_servform .btn {
    margin-bottom: 0;
}
.soc-avt #bx_auth_servform .bx-ss-icon {
    display: none;
}
.border_block .max-form-block {
    max-width: 520px;
    padding: 60px 20px;
    margin: auto;
}
.border_block .but-r {
    text-align: center;
    padding: 10px 0 0;
}
.border_block .but-r .btn {
    margin: 0 auto;
}
.border_block .top-text-block {
    padding: 60px 20px 0;
    text-align: center;
    color: #555;
    font-size: .933em;
}
.border_block .text_block {
    font-size: .867em;
    color: #999;
    margin: 4px 0 0;
    line-height: 1.538em;
}
.registraion-page .form .social_block .soc-avt {
    padding: 51px 60px 52px;
    border-bottom: none;
    text-align: center;
}
.border_block .big-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #222;
}
.registraion-page form .form-group.animated-labels label:not(.error) {
    left: 12px;
}
.registraion-page form .form-group.animated-labels .licence_block label:not(.error) {
    position: relative;
    left: 0;
    margin: 0;
}
.form .top-form {
    padding: 51px 60px 60px;
}
.form .top-form .big-title {
    padding: 0 0 40px;
}
.border_block .top-form .but-r {
    text-align: left;
}
.form .bottom-form {
    padding: 51px 60px 60px;
    border-bottom: none;
}
.form .bottom-form .big-title {
    padding: 0 0 14px;
}
.form .bottom-form .title.middle {
    font-size: 1.067em;
}
table.table thead+tbody td .th-mobile {
    display: none;
}
.bx_soc_comments_div {
    padding: 53px 0 0;
    border-top: 1px solid #f2f2f2;
    margin: 20px 0 0;
}
.bx_soc_comments_div .bx-catalog-tab-body-container {
    padding: 36px 0 0;
}
.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div {
    padding: 0;
}
.bx-ilike-popup-img {
    cursor: default;
}
.bx-ilike-popup-img:hover span, .bx-ilike-popup-name-new {
    color: #222;
    text-decoration: none;
    cursor: default;
}
.bx-ilike-button {
    cursor: pointer;
}
.bx-ilike-button .bx-ilike-left-wrap {
    position: relative;
}
.bx-ilike-button .bx-ilike-left-wrap:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/allcorp2.png) -254px -313px no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    opacity: .5;
}
.bx-ilike-button:hover .bx-ilike-left-wrap:before {
    opacity: 1;
}
.bx-ilike-button .bx-ilike-right-wrap {
    padding: 0 2px;
}
body .contacts.contacts-page-map-overlay table td {
    vertical-align: top;
}
body .contacts.contacts-page-map-overlay table td span:not(.dark_table) {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
body .contacts.top-cart {
    padding: 32px 0 13px;
}
.contacts .select-outer {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
    max-width: 302px;
}
.contacts-page-map {
    margin: 0 -16px;
}
.contacts.contacts-page-map-overlay {
    padding: 16px 17px 20px!important;
    position: relative;
}
.contacts-page-map+.contacts.contacts-page-map-overlay {
    margin: -526px auto 352px;
}
.contacts.contacts-page-map-overlay .contacts-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    border-radius: 2px;
}
.contacts.contacts-page-map-overlay table {
    border-collapse: collapse;
    border: 0;
}
.contacts.contacts-page-map-overlay table td {
    padding-bottom: 0;
    font-size: 12px;
    vertical-align: middle;
}
.contacts.contacts-page-map-overlay table .fa {
    margin: 10px 25px 20px 10px;
}
.b-block .btn {
    margin-top: 3px;
}
.banners-content {
    overflow: hidden;
    margin-bottom: 40px;
}
.banners-content .maxwidth-banner {
    margin: 0 auto;
}
.banners-content .maxwidth-banner .print-link, .banners-content .maxwidth-banner .share.top {
    display: none;
}
.banners-content .intro-text {
    min-height: 80px;
}
.banners-content .img {
    text-align: center;
}
.banners-content h1 {
    font-weight: 400;
    line-height: 46px;
}
.detail .projects-blocks .head-block {
    
  margin-top:  4px;
    
}
.projects-blocks .head-block .info .hh {
    border: none;
    margin: -6px 0 0;
    padding: 0 0 19px;
 }
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
    color: #555;
}
#headerfixed .v1 .logo_and_menu-row .phone {
    font-size: 1.067em;
}
.top_mobile_region {
    position: relative;
}
.top_mobile_region .confirm_region {
    background: #f9f9f9;
    box-shadow: inset 0 -1px 0 0 #f5f5f5;
    border-radius: 0;
    margin: 0;
    padding-top: 18px;
    position: static;
    top: 0;
    left: 0;
}
.top_mobile_region .confirm_region+.close_popup {
    position: absolute;
    top: 23px;
    right: 29px;
    width: 20px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    font-size: 0;
    transition: opacity .3s;
    z-index: 1;
    cursor: pointer;
}
.top_mobile_region .confirm_region+.close_popup:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/allcorp2.png) -85px 0 no-repeat;
}
.top_mobile_region .close_popup:hover {
    opacity: .7;
}
.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb:window-inactive, .searchinput .js-autocomplete-block::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
.city_chooser_frame {
    width: 900px!important;
    max-width: 900px;
}
.city_chooser_small_frame {
    width: 600px!important;
    max-width: 600px;
}
#title-search-city .ui-autocomplete {
    position: absolute!important;
    top: 39px!important;
    width: 100%;
    box-shadow: 0 2px 10px rgba(197, 197, 197, .5);
    background: #fff;
    padding: 10px 0 6px;
    z-index: 9;
    height: auto;
    max-height: 230px;
    overflow-y: auto;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .15);
    border-radius: 8px;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
.confirm_region {
    position: absolute;
    display: block;
    min-width: 270px;
    text-align: center;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    z-index: 1002;
    background: #fff;
    border-radius: 4px;
    padding: 20px 29px 24px;
    box-sizing: border-box;
    top: 35px;
    left: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    margin-left: -135px;
}
.confirm_region:after, .confirm_region:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .05);
    margin-left: -10px;
}
.confirm_region:after {
    border-bottom: 10px solid #fff;
    top: -18px;
}
.confirm_region .title {
    font-size: 15px;
    color: #333;
}
.confirm_region .title span {
    font-weight: 700;
    padding-left: 5px;
}
.confirm_region .buttons {
    padding: 14px 0 0;
    white-space: nowrap;
    font-size: 0;
    margin: 0 -5px;
}
.confirm_region .buttons>span {
    padding: 0 5px;
    font-size: 14px;
    width: 50%;
    display: inline-block;
}
.confirm_region .buttons>span .btn {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.popup_regions .items .items_block::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}
.contacts.desc {
    padding-top: 31px;
}
.marker.dynamic, .ymaps-point-overlay ymaps>svg {
    position: absolute;
    bottom: 0;
    left: -23px;
}
.body.index .main>.container, .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx-mac .row.flexbox:not(.m0):not(.nmac)>div {
    margin-left: -1px;
    margin-right: -1px;
}
.bx-mac .flexbox.nmac, .bx-mac .row.flexbox.nmac {
    display: block;
}
.bx-mac .row.flexbox:after, .bx-mac .row.flexbox:before {
    width: 100%}
.bx-ios .flexbox:not(.m0)>div, .bx-mac .flexbox:not(.m0)>div {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.body.index .main>.container>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.drag-block[data-order="1"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.drag-block[data-order="2"] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.drag-block[data-order="3"] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.drag-block[data-order="4"] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.drag-block[data-order="5"] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.drag-block[data-order="6"] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.drag-block[data-order="7"] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.drag-block[data-order="8"] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.drag-block[data-order="9"] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.drag-block[data-order="10"] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.drag-block[data-order="11"] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.drag-block[data-order="12"] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.drag-block[data-order="13"] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.drag-block[data-order="14"] {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
}
.drag-block[data-order="15"] {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}
.tooltip-inner {
    background-color:  #000;
}

.contacts-wrapper table a {
    color:  inherit;
}

body table.contacts-stores tr td.img {
    width: 17%;
    padding-right:  8px;
}

body table.contacts-stores tr td.pays {
    width: 33%;
}

body table.contacts-stores tr td.pays .pays_wrapper {
    margin-top:  -4px;
}

.contacts-stores td.phone a {
    display: block;
    line-height: 24px;
}

.contacts-stores td.phone a:first-child {
    margin-top: -2px;
}

.contacts-stores td .icon-text.schedule {
}

.contacts-stores .mobile-title-phone .phones-block a {
    display: block;
}

.contacts-stores .title {
    font-weight: bold;
    color: #333;
    padding-bottom:  3px;
}

.contacts .select-outer {
    margin: 5px 0px 20px;
    display:  block;
    width:  100%;
    max-width:  302px;
}

.contacts .select-outer select {
    width:  100%;
}

.menu-row.with-color.colored_dark .mega-menu table td .wrap>.link:not(.dropdown-toggle) .fa-angle-down {
    
  display:  none;
    
}
table.contacts-stores {
    width: 100%;
}

table.contacts-stores tr.item {
    border: 1px solid #f2f2f2;
    transition: box-shadow 0.3s ease;
}

table.contacts-stores tr.item:hover {
    box-shadow:  0px 0px 20px 0px rgba(0,  0,  0,  0.15);
}

table.contacts-stores tr.item td {
    padding: 32px;
    vertical-align: top;
}

table.contacts-stores h4 {
    margin:  29px 0 23px;
}

table.contacts-stores tr.normal h4 {
    margin:  43px 0 23px;
}

table.contacts-stores .muted {
    color: #666;
    font-size: 13px;
}

table.contacts-stores .icons-text {
    clear: both;
    display:  block;
    padding:  0px 0px 3px;
}

table.contacts-stores .icons-text .fa {
    float:  left;
    padding-top:  3px;
}

table.contacts-stores .icons-text .text {
    padding-left:  24px;
    display:  block;
}

table.contacts-stores .icons-text .svg.svg-inline-email,  table.contacts-stores .icons-text .svg.svg-inline-metro {
    top: 0px;
}

.body .ymaps-b-balloon  {
    margin:  -59px 0 0 -38px;
    width:  280px!important;
    background:  #fff;
    border-radius:  3px;
    padding:  30px 45px 30px 30px;
    -webkit-box-shadow:  0 5px 20px 0 rgba(18, 25, 38, .1);
    -moz-box-shadow:  0 5px 20px 0 rgba(18, 25, 38, .1);
    box-shadow:  0 5px 20px 0 rgba(18, 25, 38, .1);
    
}
.bx-firefox table.contacts-stores .icons-text .svg.svg-inline-email svg {
    width: 17px;
}

/*yamaps*/
.ymaps-image-with-content {
    /*background: none!important;
    */}
.cluster_custom>span {
    position:  absolute;
    left:  0;
    right:  0;
    text-align:  center;
    z-index:  1;
    line-height:  56px;
}

.contacts-page-map-top .bx-yandex-view-layout {
    margin-bottom: 0px;
}


.bx-yandex-view-map .bx-yandex-map img {
    position: absolute;
    left: 0px;
    right: 0px;
}

.projects .bx-yandex-view-map .bx-yandex-map img {
    position: static;
    max-width: 100%;
}

.contacts-page-map-top.projects {
    margin: 0 0px 40px;
}

.page-top-wrapper.grey + .contacts-page-map-top.projects,  .page-top-wrapper.color + .contacts-page-map-top.projects {
    margin-top: -43px;
}

.contacts-page-map-top.projects h5 {
    margin-bottom: 37px;
    font-size:  2.2em;
    line-height:  1.14em;
}

.body .contacts-page-map-top.projects .ymaps-b-balloon {
    padding: 0;
    width: 437px!important;
    margin:  4px 0 0 -1px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info {
    border-radius: 2px;
    overflow: hidden;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .image {
    position: relative;
    float: left;
    width: 173px;
    overflow: hidden;
    z-index: 3;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .body-info {
    padding: 15px 30px 17px 30px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .body-info:not(.wti) {
    padding-left: 195px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .section_name {
    margin:  0 0 5px;
    font-weight:  normal;
    font-size:  0.8em;
    text-transform:  uppercase;
    letter-spacing:  0.5px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .info {
    margin: 9px 0 0;
    font-size: 0.8em;
    line-height: 1.1667em;
    color: #818181;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .title {
    padding: 0;
}

.contacts-page-map-top.projects.type_3 h5 {
    padding-top: 45px;
    border-top: 1px solid #ebecec;
}

.contacts-page-map-top.projects_detail .bx-yandex-view-layout {
    margin: 0;
}

.contacts-page-map-top .bx-yandex-view-layout {
    margin-bottom: 0;
}

.cluster_custom {
    font-size:  13px;
    line-height:  1;
}


.ymaps-shadows-pane {
    display: none;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .title {
    margin-bottom: 6px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
    color: #555;
    font-size: 13px;
    padding-left: 24px;
    padding-bottom: 11px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
    padding-bottom: 0px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
    top: 3px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
    top: 2px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
    color: #555;
}


.body .drag-block .ymaps-b-balloon {
    /*display: none;
    */}
.body .drag-block .ymaps-label {
    display: none!important;
}

.ymaps-map .marker .mcls-1 {
    /*transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -webkit-transition:  all 0.3s ease;
    */}
.body .drag-block .ymaps-shadows-pane {
    /*display: none;
    */}
.bx-yandex-view-layout .pane_info_wrapper {
    position: relative;
}

.bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
    position: absolute;
    top: 92px;
    left: 16px;
    z-index: 2;
    background: #fff;
    width: 287px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .title_block {
    padding: 24px 30px 22px;
    font-weight: bold;
    font-size: 1.467em;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block {
    padding: 21px 30px 30px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .btn-block .btn {
    margin:  13px 0px 0px;
    display: block;
}

.pane_info_wrapper .pane_info .value-block {
    position: relative;
    padding: 0px 0px 19px 28px;
    font-size: 0.933em;
    line-height:  18px;
}

.pane_info_wrapper .pane_info .value-block i {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 16px;
    height: 16px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block i.svg-inline-phone svg {
    width: 12px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phones {
    padding-bottom:  17px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone {
    display:  inline-block;
    z-index: 1;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i {
    top: -2px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i svg {
    width: 13px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone a {
    color:  #222;
    white-space:  nowrap;
    padding-left: 9px;
    font-weight:  bold;
    font-size: 1.067em;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown {
    top: 11px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown a {
    padding-left: 26px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .schedule {
    font-size: 13px;
    color: #888;
    margin:  -4px 0px 0px 26px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .email a {
    color: #333;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .email i {
    top: 3px;
}

.front_map.bx-yandex-view-layout {
    margin: 0px;
    border: none;
}

.front_map.bx-yandex-view-map {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border: none;
}

.bx-yandex-view-map .bx-yandex-map img {
    position: absolute;
    left: 0px;
    right: 0px;
}

.form.inline form .form-group.animated-labels.input-filed  label:not(.error) {
    
  top:  14px;
    
}
.cluster_custom {
    width:  57px;
    position:  relative;
}

.ymaps-default-cluster {
    background:  transparent !important;
}

.ymaps-b-balloon:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 19px;
    z-index:  2;
    background:  #fff;
}

.ymaps-b-balloon .ymaps-b-balloon__content>ymaps {
    width: 100%!important;
    height: auto!important;
}

.ymaps-b-balloon .ymaps-b-balloon__content-holster {
    padding: 0;
}

.ymaps-b-balloon .ymaps-b-balloon__tr {
    display: none;
}

.ymaps-b-balloon .ymaps-b-balloon__tl {
    display: none;
}

.ymaps-b-balloon .ymaps-b-balloon__content {
    border: none;
}

.ymaps-b-balloon .ymaps-b-balloon__bl {
    display: none;
}

.ymaps-b-balloon .ymaps-b-balloon__br {
    display: none;
}

.ymaps-b-balloon .ymaps-b-balloon__close {
    top: -1px!important;
    right: -1px!important;
    width: 26px!important;
    height: 26px!important;
    background: none!important;
    border-radius: 100%!important;
    transition:  background-color 0.3s ease;
    -moz-transition:  background-color 0.3s ease;
    -ms-transition:  background-color 0.3s ease;
    -o-transition:  background-color 0.3s ease;
    -webkit-transition:  background-color 0.3s ease;
}

.ymaps-b-balloon .ymaps-b-balloon__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url(images/svg/Closemap.svg) -12px 0 no-repeat;
}

.ymaps-b-balloon .ymaps-b-balloon__close:hover:before {
    opacity: 0.7;
}

.body .ymaps-label {
    display: none!important;
}

.ymaps-b-balloon:before {
    content:  "";
    background:  #fff;
    width:  20px;
    height:  20px;
    position:  absolute;
    bottom:  -10px;
    left: 50%;
    margin-left:  -10px;
    box-sizing:  border-box;
    box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform:  rotate(45deg);
    -moz-transform:  rotate(45deg);
    -o-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    transform:  rotate(45deg);
    
}
.body .ymaps-b-balloon .ymaps-b-balloon__close: before  {
    content:  "";
    position:  absolute;
    top:  50%;
    left:  50%;
    margin:  -5px 0 0 -5px;
    width:  10px;
    height:  10px;
    background:  url(/bitrix/templates/grand-poliv-clear/images/svg/Closemap.svg) -12px 0 no-repeat;
    
}
.ymaps-b-balloon__content-body .title {
    font-weight: 500;
    color: #222;
    padding:  0px 0px 15px;
}

.ymaps-shadows-pane {
    display: none;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
    color: #555;
    font-size: 13px;
    padding-left: 24px;
    padding-bottom:  11px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
    padding-bottom: 0px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
    top: 3px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
    top: 2px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
    color: #555;
}

@media (min-width: 992px) {
    
  .mega-menu table tr {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between!important;
    
  }
  .mega-menu table td {
    display:  block;
    flex:  0 0 auto;
    width:  auto;
    
  }
  .dropdown-menu {
    left:  -30px;
    
  }
}
.container.with_error {
    
  padding:  0 !important
}
.container.with_error .content-md>.right_block {
    
  margin-bottom:  0
}
.container .page-top-wrapper {
    
  margin-left:  0;
    
  margin-right:  0
}
section.page-top>.row  {
    margin-left:  0;
    margin-right:  0;
    
}
@media (min-width:  1200px) {
    
  .page-top-wrapper.color  {
      padding:  14px 0 40px;
    
  }
  body.fill_bg_y: not(.visible_banner),  body:not(.fill_bg_y)  {
      background:  #f3f3f3!important;
    
  }

  .container: not(.with_error) .content-md>.right_block  {
      margin-top:  -83px;
      margin-bottom:  83px;
      padding:  30px;
      box-shadow:  0 0 27px 0 rgba(0,  0,  0,  0.1);
      background:  #fff;
    
  }
  .container: not(.with_error) > .row > .content-md>.right_block  {
    background:  transparent;
    ;
    
  }
}

@media (max-width:  767px) {
    .fancybox__content{
        padding: 0;
    }
}


/* Basket default styles */
.basket.default .items {
    border: 1px solid #f2f2f2;
}

/* Basket empty styles */
.basket.default .basket_empty>.wrap {
    padding-left: 0;
    padding-top: 130px;
    text-align: center;
}

.basket .basket_empty>.wrap:before {
    left: 50%;
    margin-left: -45px;
}

@media (max-width: 991px) {
    .order-block .row>div.col-md-6 {
        display: block;
        width: 100%
    }

    .basket.default .items .head {
        display: none
    }

    .basket.default .items .item {
        display: block;
        position: relative;
        padding: 29px 29px 29px 169px
    }

    .basket.default .items .item:first-of-type {
        border-top: none
    }

    .basket.default .items .item .box {
        display: block;
        border: none;
        padding: 0
    }

    .basket.default .items .item .box:first-of-type {
        padding: 0
    }

    .basket.default .items .item .box:first-of-type>.clearfix {
        display: none
    }

    .basket.default .items .item .remove_bl>.wrap {
        position: static
    }

    .basket.default .items .item .remove {
        top: 10px
    }

    .basket.default .items .item .image {
        margin-top: -14px;
        margin-left: -140px
    }

    .basket.default .items .item .prices {
        margin-top: 5px;
        float: left;
        width: 33.3333%
    }

    .basket.default .items .item .prices:not(.summ) {
        padding-right: 30px
    }

    .basket.default .items .item .prices.summ {
        padding-left: 30px
    }

    .basket.default .items .item .prices .price_new {
        margin-top: 0
    }

    .basket.default .items .item .buy_block {
        float: left;
        margin-top: 0;
        width: 33.3333%
    }

    .basket.default .items .item .description {
        padding-left: 0;
        margin-bottom: 20px
    }

    .basket.default .items .item .counter {
        margin: 0
    }

    .basket.default .items .item>.clearfix {
        display: block
    }

    .basket.default .foot .total {
        text-align: right;
        padding-right: 13px;
        width: 50%
    }
}
/* Tablet and mobile styles */
@media (max-width: 767px) {
    .basket.default .items .item .prices:not(.summ) {
        padding-right: 30px;
    }

    .basket.default .items .item .prices.summ {
        padding-left: 30px;
    }

    .basket.default .items .item .prices .price_new {
        margin-top: 0;
    }

    .basket.default .items .item .buy_block {
        float: left;
        margin-top: 0;
        width: 33.3333%;
    }

    .basket.default .items .item .description {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .basket.default .items .item .counter {
        margin: 0;
    }

    .basket.default .items .item>.clearfix {
        display: block;
    }

    .basket.default .foot .total {
        text-align: right;
        padding-right: 13px;
        width: 50%;
    }
}

/* Mobile styles */
@media (max-width: 650px) {
    .basket.default .buttons .btn {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }

    .basket.default .buttons .btn:first-child {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .basket.default .items .item .buy_block {
        width: 100px;
    }

    .basket.default .items .item .prices:not(.summ) {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }

    .basket.default .items .item .prices.summ {
        width: 100%;
        padding-left: 130px;
        float: none;
        margin-top: 20px;
    }

    .basket.default .items .item .prices .price_new {
        display: inline-block;
    }

    .basket.default .items .item .prices .price_old {
        display: inline-block;
    }
}

@media (max-width: 530px) {
    .basket.default .foot .remove.all {
        float: none !important;
    }

    .basket.default .foot .total {
        float: none !important;
        margin-top: 15px;
        padding-left: 13px;
        text-align: left;
        width: auto;
    }
}

@media (max-width: 395px) {
    .basket.default .items .item {
        padding-left: 29px;
        text-align: center;
    }

    .basket.default .items .item .box {
        float: none !important;
    }

    .basket.default .items .item .image {
        margin: 0 auto 20px;
        float: none;
    }

    .basket.default .items .item .buy_block {
        margin: 0 auto 14px;
    }

    .basket.default .items .item .prices {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .basket.default .items .item .description {
        margin-top: 0;
        margin-bottom: 14px;
    }
}

/* Print styles */
@media print {
    body .basket.default .buy_block .counter .ctrl {
        display: none;
    }

    body .basket.default .items .item .remove {
        display: none;
    }

    body .basket.default .foot .remove {
        display: none;
    }

    body .basket.default .foot {
        border-bottom: none;
        margin-bottom: 0;
    }

    body .basket.default .buttons {
        display: none;
    }

    body .basket.default {
        margin-bottom: 0;
    }

    body .basket.default .items {
        border-color: #000;
    }

    body .basket.default .items .head {
        display: table;
        border-color: #000;
    }

    body .basket.default .items .head .title.prices {
        width: 115px;
    }

    body .basket.default .items .head .title.prices.summ {
        width: 125px;
    }

    body .basket.default .items .head .title.counter_t {
        width: 115px;
    }

    body .basket.default .items .item {
        padding: 0;
        border-color: #000;
    }

    body .basket.default .items .item .box {
        display: table-cell;
    }

    body .basket.default .items .item .box {
        float: none !important;
    }

    body .basket.default .items .item .box:not(.remove_bl) {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 29px !important;
        padding-bottom: 29px !important;
    }

    body .basket.default .items .item .box:first-of-type {
        padding-left: 29px;
    }

    body .basket.default .items .item .image {
        margin-top: 0;
        margin-left: 0;
    }

    body .basket.default .items .item .description {
        margin-bottom: 0;
        padding-left: 140px;
    }

    body .basket.default .items .item .prices {
        margin-top: 0;
    }

    body .basket.default .items .item .counter {
        width: auto;
        margin-right: 0;
        margin-top: 9px;
    }

    body .basket.default .items .item .prices .price_new {
        margin-top: 14px;
    }

    body .basket.default .items .item .prices {
        width: 115px !important;
    }

    body .basket.default .items .item .box.buy_block {
        width: 115px !important;
    }

    body .basket.default .items .item .prices.summ {
        width: 125px !important;
    }

    body .basket.default .foot .total {
        text-align: left;
        width: 194px;
    }
}

/* Base basket styles */
body .basket-link.basket-count .count {
    background-color: #08c;
}

.logo_and_menu-row .basket-link:hover .title {
    color: #08c;
}

.top-block-item .basket-link:hover .title {
    color: #08c;
}

.basket_top .dropdown {
    border-color: #08c;
}

.basket_top .dropdown:before {
    border-bottom-color: #08c;
}

.basket.fly .opener {
    background: #08c;
}

.basket.fly .opener:hover {
    background: #009ceb;
}

/* Basket small block styles */
.basket.fly.small-block {
    top: 185px;
    margin: 0 0 55px;
    height: auto;
}

.basket.fly.small-block>.wrap {
    padding: 0;
}

.basket.fly.small-block .opener {
    top: 0;
}

.basket.fly.small-block>.wrap>h4 {
    margin-top: 0;
}

.basket.fly.small-block>.wrap .basket_wrap {
    padding: 0;
    height: auto;
}

.basket.fly.small-block .items_wrap {
    max-height: 258px;
}

.basket.fly.small-block .opener+.right_dok .link {
    top: 76px;
}

.basket.fly.small-block .opener+.right_dok .link+.link {
    top: 152px;
}

/* Basket order styles */
.basket_order .confirm {
    text-align: center;
}

.basket_order .confirm .description {
    padding: 120px 0 0;
}

.basket_order .confirm .description:before {
    left: 50%;
    margin-left: -45px;
}

.basket_order .confirm .description .btn {
    margin: 15px 0 0;
    display: block;
}

.basket_order .confirm .description .btn:first-of-type {
    margin-top: 0;
}

/* Media Queries */
@media (max-width: 767px) {
    .basket_top .icon .count {
        background: #08c !important;
    }
}