#bx_4145281613_3067 {
    display: none;
}
.agree_check2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: table-cell;
    height: 21px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.partners-table img {
    border-top: none;
    max-width: none;
}
.cont.wrap_search{
    position: initial;
}
.partners-table,
.partners-table td,
.partners-table th,
.partners-table tr {
    border: none !important;
}

.regions img {
    display: inline !important;
}

.regions .item .logo {
    text-align: center;
}

.regions .item .city {
    text-align: center;
}

.dealers-list .item {
    border: 0 !important;
}


/*пїЅпїЅпїЅпїЅ 4 пїЅпїЅпїЅпїЅпїЅ*/
aside .cats .sub_cats.level4 {
    background: #eee url(images/sh_sub_cats.png) 50% 0 repeat-x;
}

aside .cats .sub_cats.level4 a {
    padding-left: 70px;
    text-transform: none;
}

aside .cats .sub_cats.level4 > * + * {
    border-top: 1px solid #fff;
}

aside.catalog-p:after {
    display: none !important;
}

.close-calc {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
    height: 25px;
    background: url(/include/calculators/img/icon-close.png) no-repeat;
}


.online-calc {
    margin-top: 10px;
}


.online-calc .calc-icon {
    margin: 0 10px 0 0;
    float: left;
}

.online-calc .calc-link {
    text-decoration: none;
    font-size: 17px;
    line-height: 26px;
}

.title-bold-calc {
    font-size: 15px;
}

.calc-link-list {
    overflow: hidden;
    padding: 0 0 0 25px;
    margin: 0;
    list-style-type: circle;
}

.calc-link-list li {
    margin: 3px 0;
}

.calc-link-list a {
    text-decoration: none;
}

.calc-link-list a:hover {
    text-decoration: underline;
}

#bgshadowdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    z-index: 1000;
    opacity: 0.7;
}

#divCalcid {
    visibility: hidden;
    position: absolute;
    left: 30%;
    top: 150px;
    background-color: #fff;
    z-index: 2000;
    padding: 15px 25px;
    border-radius: 4px;
    -webkit-transition: visibility 1s ease-out 0.5s;
    -moz-transition: visibility 1s ease-out 0.5s;
    -o-transition: visibility 1s ease-out 0.5s;
    transition: visibility 1s ease-out 0.5s;
}

#divCalcid h2 {
    margin: 30px 0;
}

#divCalcid b {
    font-size: 1.2em;
}

#tabs {
    max-width: 850px;
    min-width: 500px;
    margin-top: 40px;
}

.three-col-calc td:nth-of-type(2) {
    width: 16%;
}

.three-col-calc td:nth-of-type(3) {
    width: 20%;
}


.calculation-table {
    min-width: 500px;
    max-width: 600px;
    width: 100%;
}

.calculation-table tr td {
    padding: 10px 10px;
    text-align: center;
}

.calculation-table tr td:first-of-type {
    text-align: left;
    font-size: 15px;
    width: 64%;
}

.amount {
    text-align: center;
    /* padding: 3px 0; */
    /* border: 1px solid #ccc; */
    width: 55px;
    /* margin: 5px 0; */
    /* border-radius: 3px; */
    font-size: 12px;
}

p.final_result {
    font-weight: bold;
    padding: 30px 0 0;
    font-size: 18px;
}

span.final_result {
    font-weight: bold;
    font-size: 16px;
}

.close-calc {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
    height: 25px;
    background: url(/include/calculators/img/icon-close.png) no-repeat;
}

.close-calc:hover {
    background: url(/include/calculators/img/icon-close.png) no-repeat 100% 0;
}

.calc-link-right {
    text-align: right;
    font-size: 16px;
}

.result-table {
    max-width: 800px;
}

.result-table h3 {
    text-align: center;
    margin: 20px 0;
}


.gidoakkum tr td:first-of-type {
    padding-top: 40px;
}

.diff-cil table {
    width: 500px;
}

#tabs div[step]:nth-of-type(n+2) {
    border-top: 2px dashed #ccc;
}

.button-calculate {
    color: var(--text_color);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    text-transform: uppercase;
    border: 2px solid #00964c;
    border-radius: 30px;
    background: var(--btn_bg);
}

footer .logo img {
    height: 38px;
}

.product_info .data .links .mini_modal a {
    padding: 10px 20px;
    font-size: 11px;
    height: auto;
    line-height: 15px;
}


.form input[type=radio] + label {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: inline-block;
    min-height: 21px;
    padding-left: 38px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form input[type=radio] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 0;
    content: '';
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .24);
}

.form input[type=radio]:checked + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 0;
    content: '';
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .24);
}

.form input[type=radio]:checked + label:before {
    background: #fff;
    box-shadow: inset 0 0 0 6px #00964c;
}

.form .btn {
    color: #000;
    font: 700 13px/24px var(--font_family);
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    border: 2px solid #00964c;
    border-radius: 25px;
    background: none;
}

@media (min-width: 768px) {
    .catalog__page .page_title {
        margin-right: 120px;
    }
}

.links a.order_consult_link .icon {
    width: 17px;
    height: 16px;
    background: url(images/ic_order_consult_link.png) 0 0 no-repeat;
}

.links a.order_calc_link .icon {
    width: 14px;
    height: 17px;
    background: url(images/ic_order_calc_link.png) 0 0 no-repeat;
}

.links a.questionnaire_link .icon {
    width: 17px;
    height: 15px;
    background: url(images/ic_questionnaire_link.png) 0 0 no-repeat;
}

a.item-regional {
    text-decoration: none;
}

.text_block table img{
    min-width: 100px;
}

.dataTables_filter {
    margin-bottom: 10px;
}
.dataTables_filter label {
    width: calc(100% - 134px);
}
.dataTables_filter input {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 500;
    display: inline-block;
    height: 45px;
    padding: 0 34px;
    border: none;
    border-radius: 30px 0 0 30px;
    background: #e3eaee;
}

.dataTables_filter button {
    display: inline-block;
    color: #fff;
    font-family: var(--font_family);
    font-size: var(--font_size);
    font-weight: 600;
    position: relative;
    width: 134px;
    max-width: 100%;
    height: 45px;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    /*border-radius: 0 30px 30px 0;*/
    background: #28b954;
}
@media (max-width: 768px) {
#upbutton {
    bottom: -30px !important;
    left: 20px;
}
.product_info .data .features .item {
    font-size: 15px;
}
.product_info .data .features .name {
    text-transform: none;
}
.text_block {
    line-height: 22px;
    font-size: 16px;
}
}


/******Р¤СѓС‚РµСЂ РґРѕРї.РјРµРЅСЋ**************************/
.about_tovar {
    display: flex;
    margin-top: -13px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.about_tovar .punkt {
    position: relative;
    margin-right: 25px;
}

.about_tovar .punkt a {
    color: #fff;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: flex;
    height: 46px;
    transition: .2s linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.about_tovar .punkt a:hover {
    color: #00964c;
    font-weight: 500;
}
/***********END С„СѓС‚РµСЂ РґРѕРї.РјРµРЅСЋ*****************/

/****РљРѕРЅС‚Р°РєС‚С‹: РіРѕР»РѕРІРЅРѕР№ РѕС„РёСЃ****/
.golovnoi {
    display: flex;
    column-count: 2;
}

.golovnoi .flex .item {
    color: var(--text_color);
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 25px;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: .2s linear;
    display: flex;
    border: 1px solid #e5e5e5;
}

.golovnoi .flex .item a {
    color: var(--text_color);
    transition: .2s linear;
    text-decoration: none;
}

.golovnoi .flex .item .logo img {
    width: 150px;
}

.golovnoi .flex .item .info_personal {
    width: 240px;
}

.golovnoi .flex .item .info_personal .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-top: 20px;
}

.golovnoi .flex .item .info_personal .post {
    color: #00964c;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    height: 35px;
}

.golovnoi .flex .item .info_personal .phone {
    background: url(/local/templates/pneumax-tech/images/ic_phone.svg) 1px 2px/13px auto no-repeat;
    margin-bottom: 5px;
}

.golovnoi .flex .item .info_personal .phone div {padding-left: 25px;}

.golovnoi .flex .item .phone_mobile div {padding-left: 25px;}

.golovnoi .flex .item .info_personal .email {
    background: url(/local/templates/pneumax-tech/images/ic_email.svg) 0 4px/16px auto no-repeat;
}

.golovnoi .flex .item .info_personal .email a {
    white-space: nowrap;
    padding-left: 25px;
}

.golovnoi .flex .item .logo {
    text-align: center;
    padding-right: 15px;
}
/****END РљРѕРЅС‚Р°РєС‚С‹: РіРѕР»РѕРІРЅРѕР№ РѕС„РёСЃ****/

/***************РЎРµСЂС‚РёС„РёРєР°С‚С‹********************/
.recommendat {padding-top: 20px;}

.recommendat .flex {
    margin-bottom: calc(var(--certs_offset) * -1);
    margin-left: calc(var(--certs_offset) * -1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.recommendat .flex .item {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    height: 335px;
}

.recommendat .flex .item .thumb {
    width: 185px;
    max-width: 100%;
    margin-bottom: 5px;
}

.recommendat .flex .item .thumb a {
    display: block;
}

.recommendat .flex .item .thumb img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: none;
}

.recommendat .flex .item .info .name {
    color: #3e3e3e;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    max-width: 185px;
    border-top: 1px solid #e5e5e5;
}
/***************END СЃРµСЂС‚РёС„РёРєР°С‚С‹************************/
.lk-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.mt30 {
    margin-top: 30px;
}

.personal-user {
    max-width: 500px;
}
.hide{
    display: none!important;
}
.field .clear_btn{
    display: none;
}
.more.search_more{
    bottom: 20px;
    left: 50%;
    margin: 0 auto;
}
#bx-soa-total-mobile {
    display: none;
}
body .products .product .details{
    max-width: 50%;
}
.products .list .product .quike_buy_link{
    padding: 0 20px;
}
div.line.flex.bx-soa-customer-field[data-property-id-row="15"]:after {
    content: "* для ИП поле оставить пустым";
    color: #9c9c9c;
    width: 79%;
    font-style: italic;
    font-size: 13px;
}

.bx-soa-editstep {
    display: inline;
    font-size: 11px;
    vertical-align: middle;
    line-height: 22px;
    border-bottom: 1px dotted;
    text-decoration: none;
    color: #4191cf;
}

.bx-soa-editstep-box {
    position: absolute;
    right: 0;
}

span.bx-authform-starrequired {
    color: #d93333;
}

.bx-sls .dropdown-block {
    /*border: 1px solid #bdbdbd;*/
    /*border-radius: 2px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    /*padding: 0 22px 0 30px;*/
    position: relative;

    color: #0b1110;
    font: var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 20px 0 30px;
    transition: .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    background-position: calc(100% - 13px) 50%;
}

#bx-soa-region .bx-sls .bx-ui-sls-clear {
    background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3382px no-repeat scroll;
    height: 38px;
}

#bx-soa-region .bx-sls .dropdown-icon {
    top: 14px;
}

#bx-soa-region .bx-sls .bx-ui-sls-container {
    min-height: 40px;
}

#bx-soa-region .bx-sls .bx-ui-sls-fake,
#bx-soa-region .bx-sls .bx-ui-sls-route {
    height: 40px;
}

.checkout .form .delivery input[type=checkbox]:checked + label {
    border-color: #00964c;
}

.checkout .form .delivery input[type=checkbox]:checked + label:before {
    background: #00964c;
    box-shadow: none;
}

.checkout .form .payment input[type=checkbox]:checked + label {
    border-color: #00964c;
}

.checkout .form .payment input[type=checkbox]:checked + label:before {
    background: #00964c;
    box-shadow: none;
}

.bx-step-completed .bx-soa-section-content {
    margin-top: 10px;
}

.checkout .form .block_title {
    margin-bottom: 0;
}

.checkout .form #bx-soa-basket .block_title,
.checkout .form .bx-selected .block_title {
    margin-bottom: 24px;
}

.checkout .form .block_title .number {
    border: 2px solid #c9c9c9;
    color: #9c9c9c;
}

.checkout .form .bx-soa-section.bx-step-completed .block_title .number {
    border: 2px solid #00964c;
    color: #00964c;
}

.checkout .form .block {
    margin: 0;
    padding: 10px 35px;
    border-top: 1px solid #c9c9c9;
    background: #f7f7f7;
}

.checkout .form .block#bx-soa-basket,
.checkout .form .block.bx-selected {
    margin: 0;
    padding: 25px 35px 30px;
    border-top: 4px solid #00964c;
    border-bottom: 4px solid #00964c;
    background: #f7f7f7;
}

.alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: fixed;
    top: 60px;
}

.checkout_total {
    margin-top: 0 !important;
}


.form .textarea {
    color: #0b1110;
    font: var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    /*height: 42px;*/
    padding: 15px 15px 15px 15px;
    transition: .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    background-position: calc(100% - 13px) 50%;
}


.form .textarea:focus {
    border-color: var(--form_focus_color);
}

.form .textarea.success {
    background: var(--form_bg_color) url(images/ic_success.svg) calc(100% - 13px) 50% no-repeat;
}

.form .textarea:disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}


.modal-buy-one-click .form {
    --form_border_color: #f2f2f2;
    --form_border_radius: 10px;
    --form_bg_color: #f2f2f2;
}

.modal-buy-one-click .form .line {
    margin-bottom: 30px;
}

.fancybox-container * {
    box-sizing: border-box;
}

.modal-buy-one-click .form .field {
    position: relative;
}

.modal-buy-one-click .form .input {
    color: var(--text_color);
    font: 500 var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 27px;
    transition: .2s linear;
    text-transform: uppercase;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.modal-buy-one-click .form .columns {
    margin-left: -30px;
    --columns_offset: 30px;
}

.modal-buy-one-click .form .columns > * {
    width: calc(50% - var(--columns_offset));
    margin-left: var(--columns_offset);
}

.modal-buy-one-click .form .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.modal-buy-one-click .form .bottom .agree {
    width: calc(100% - 330px);
}

.modal-buy-one-click .form .bottom .submit {
    width: 300px;
    max-width: 100%;
}

.modal-buy-one-click .form input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: '';
    transition: .2s linear;
    border-radius: 3px;
    background: #f2f2f2;
}

.modal .success {
    position: relative !important;
}

.modal-buy-one-click .modal .success img {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
}

.modal-buy-one-click .modal .success .title {
    width: 100%;
    margin-bottom: 15px;
}

.modal-buy-one-click .modal .success .desc {
    font-weight: 500;
    line-height: 21px;
    width: 335px;
    max-width: 100%;
}

.search-form-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.box-input-search {
    width: calc(100% - 330px);
}

.box-input-btn {
    width: 300px;
    max-width: 100%;
}


.contacts_info {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.contacts_info + .contacts_info {
    margin-top: 40px;
    padding-top: 40px;

    border-top: 1px solid #e5e5e5;
}


.contacts_info .title {
    font-size: 28px;
    font-weight: 600;

    width: calc(100% - 200px);
    margin-bottom: 25px;

    align-self: center;
}


.contacts_info .download {
    color: var(--text_color);
    font-weight: 500;
    line-height: 21px;

    display: flex;

    min-height: 27px;
    margin-top: 2px;
    padding-left: 34px;

    text-decoration: none;

    background: url(images/ic_download.svg) 0 50% no-repeat;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.contacts_info .info {
    font-weight: 500;
    line-height: 21px;

    width: 285px;
    max-width: 100%;
}

.contacts_info .info > * + * {
    margin-top: 23px;
}

.contacts_info .info .name {
    font-weight: 700;
}

.contacts_info .info .phone a {
    color: var(--text_color);
    font-size: 20px;

    display: inline-block;

    margin-top: 3px;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.contacts_info .info .email a {
    color: #00964c;
    font-size: 20px;

    display: inline-block;

    margin-top: 3px;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}


.contacts_info .img {
    width: calc(100% - 310px);

    background-color: #eee;
}

.contacts_info .img img {
    display: block;

    width: 100%;
}


.contacts_info .slider .thumb {
    position: relative;

    padding-bottom: 50%;
}

.contacts_info .slider .thumb img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.line-all-width {
    width: 100%;
}

.banners .banner .info:before {
    display: none !important;
}


.feedback {
    position: relative;

    margin-top: 60px;
    padding: 34px 124px 48px;

    border: 1px solid #cfcfcf;
    border-top: 3px solid #00964c;
}

.feedback .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;

    margin-bottom: 30px;
}


.feedback .success {
    /*position: absolute;*/
    z-index: 9;
    top: 0;
    left: 0;

    display: flex;
    visibility: hidden;

    width: 100%;
    height: 100%;
    padding: 20px;

    transition: .3s linear;
    text-align: center;
    pointer-events: none;

    opacity: 0;
    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.feedback .success.show {
    position: auto;

    visibility: visible;

    opacity: 1;
}

.feedback .success img {
    display: block;

    max-width: 100%;
    margin: 0 0 20px;
}

.feedback .success .title {
    width: 100%;
    margin-bottom: 15px;
}

.feedback .success .desc {
    font-weight: 500;
    line-height: 21px;

    width: 335px;
    max-width: 100%;
}


.feedback .form {
    --form_border_color: #f2f2f2;
    --form_border_radius: 10px;
    --form_bg_color: #f2f2f2;
}


.feedback .form ::-webkit-input-placeholder {
    color: var(--form_placeholder_color);
}

.feedback .form :-moz-placeholder {
    color: var(--form_placeholder_color);
}

.feedback .form :-ms-input-placeholder {
    color: var(--form_placeholder_color);
}


.feedback .form .columns {
    margin-left: -30px;

    --columns_offset: 30px;
}

.feedback .form .columns > * {
    width: calc(50% - var(--columns_offset));
    margin-left: var(--columns_offset);
}

.feedback .form .line {
    margin-bottom: 30px;
}

.feedback .form .field {
    position: relative;
}


.feedback .form .input {
    color: var(--text_color);
    font: 500 var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 27px;

    transition: .2s linear;
    text-transform: uppercase;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.feedback .form textarea {
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 80px;
    padding: 15px 27px;

    resize: none;
    transition: .2s linear;
    /*text-transform: uppercase;*/

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.feedback .form textarea:focus {
    text-transform: none;
}

.feedback .form .input:focus,
.feedback .form textarea:focus,
.feedback .form .nice-select.open .current {
    border-color: var(--form_focus_color);
}

.feedback .form .success,
.feedback .form .success + .nice-select .current {
    border-color: var(--form_success_color);
}

.feedback .form .error,
.feedback .form .error + .nice-select .current {
    border-color: var(--form_error_color);
}


.feedback .form .input:disabled,
.feedback .form textarea:disabled,
.feedback .form select:disabled + .nice-select,
.feedback .form input[type=checkbox]:disabled + label {
    cursor: default;
    pointer-events: none;

    opacity: .5;
}


.feedback .form .error_text {
    color: var(--form_error_color);
    font-size: 14px;
    line-height: 20px;

    margin-top: 5px;
}


.feedback .form input[type=checkbox],
.feedback .form input[type=radio],
.feedback .form input[type=file] {
    display: none;
}

.feedback .form input[type=checkbox] + label {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;

    position: relative;

    display: table-cell;

    height: 21px;
    padding-left: 38px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.feedback .form input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 21px;
    height: 21px;

    content: '';
    transition: .2s linear;

    border-radius: 3px;
    background: #f2f2f2;
}

.feedback .form input[type=checkbox] + label:after {
    position: absolute;
    top: 6px;
    left: 6px;

    display: block;

    width: 12px;
    height: 6px;

    content: '';
    transition: .2s linear;
    transform: rotate(-45deg);

    opacity: 0;
    border-bottom: 2px solid #00964c;
    border-left: 2px solid #00964c;
}

.feedback .form input[type=checkbox]:checked + label:after {
    opacity: 1;
}


.feedback .form .social .field {
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.feedback .form .social .input {
    width: calc(100% - 74px);
}

.feedback .form .social .add_social {
    display: block;

    width: 50px;
    height: 50px;

    border-radius: 10px;
    background: #00964c url(../images/ic_add_social.png) 50% 50% no-repeat;
}


.feedback .form .file input {
    display: none;
}

.feedback .form .file label {
    color: #00964c;

    display: inline-block;

    cursor: pointer;
    transition: border-color .2s linear;
    vertical-align: top;
    letter-spacing: .05em;

    border-bottom: 1px dotted;
}

.feedback .form .file label:hover {
    border-color: transparent;
}


.feedback .form .exp {
    font-size: 12px;

    margin-bottom: 25px;

    letter-spacing: .05em;
}

.feedback .form .exp a {
    color: #00964c;
}

.feedback .form .exp a:hover {
    text-decoration: none;
}


/*.feedback .form select
{
    display: none;
}

.feedback .form .nice-select
{
    position: relative;

    display: block;
}

.feedback .form .nice-select .current*/

.feedback .form select {
    color: var(--form_placeholder_color);
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 50px;
    width: 100%;
    padding: 0 57px 0 27px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.feedback .form .field .name_tema {
    display: block;
    position: absolute;
    z-index: 9;
    padding-left: 31px;
    color: var(--form_placeholder_color);
    text-transform: uppercase;
}


/*.feedback .form .nice-select .current.selected
{
    color: var(--text_color);
}

.feedback .form .nice-select.open .current
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.feedback .form .nice-select .current:after
{
    position: absolute;
    top: 50%;
    right: 22px;

    display: block;

    width: 12px;
    height: 12px;
    margin-top: -9px;

    content: '';
    transform: rotate(-45deg);

    border-bottom: 2px solid var(--text_color);
    border-left: 2px solid var(--text_color);
}

.feedback .form .nice-select .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;

    transition: .2s linear;

    opacity: 0;
    border: 1px solid var(--form_border_color);
    border-radius: 0 0 var(--form_border_radius) var(--form_border_radius);
    background: var(--form_bg_color);
}

.feedback .form .nice-select.open .list
{
    top: calc(100% - 1px);

    visibility: visible;

    opacity: 1;
}

.feedback .form .nice-select .list .scrollbar
{
    overflow: auto;

    max-height: 240px;
}

.feedback .form .nice-select .list .list_item
{
    padding: 10px 27px;

    cursor: pointer;
    transition: .2s linear;
    text-transform: uppercase;
}

.feedback .form .nice-select .list .list_item:empty
{
    display: none;
}*/


.feedback .form .bottom {
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.feedback .form .bottom .agree {
    width: calc(100% - 330px);
}

.feedback .form .bottom .submit {
    width: 300px;
    max-width: 100%;
}


.feedback .form .submit_btn {
    color: var(--text_color);
    font: 700 var(--font_size) var(--font_family);

    display: inline-block;

    width: 100%;
    height: 50px;
    padding: 0 20px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    text-transform: uppercase;

    border: 2px solid #00964c;
    border-radius: 30px;
    background: var(--btn_bg);
}

.feedback .form .submit_btn:hover {
    color: #fff;

    background: #00964c;
}


/*��������� ��������*/

.text_block {
    font-weight: 500;
    line-height: 21px;
}

.text_block > :last-child,
.text_block blockquote > :last-child,
.text_block .cols .col > :last-child {
    margin-bottom: 0 !important;
}

.text_block > :first-child {
    margin-top: 0 !important;
}


.text_block h1 {
    font-size: var(--font_size_title);
    font-weight: 600;
    line-height: 34px;

    margin-bottom: 30px;
}

.text_block * + h2,
.text_block * + h3 {
    margin-top: 30px;
}

.text_block .clear + h2,
.text_block .clear + h3 {
    margin-top: 20px;
}


.text_block h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;

    margin-bottom: 20px;
}

.text_block h1 + h2 {
    margin-top: 0 !important;
}


.text_block h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;

    margin-bottom: 20px;

    text-transform: uppercase;
}

.text_block h1 + h3,
.text_block h2 + h3 {
    margin-top: 0 !important;
}


.text_block h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    margin-bottom: 20px;

    text-transform: uppercase;
}

.text_block h1 + h4,
.text_block h2 + h4,
.text_block h3 + h4 {
    margin-top: 0 !important;
}


.text_block .cols,
.text_block .slider_in_text,
.text_block .carousel_in_text {
    margin: 30px 0;
}

.text_block h1 + *,
.text_block h2 + *,
.text_block h3 + *,
.text_block h4 + * {
    margin-top: 0 !important;
}


.text_block p,
.text_block img,
.text_block ul,
.text_block ol,
.text_block blockquote,
.text_block q {
    margin-bottom: 21px;
}

.text_block ul {margin-bottom: 0}
.text_block img {
    display: block;

    max-width: 100%;

    /*border-top: 3px solid #00964c;*/
}

.text_block img.left {
    
    margin-right: 40px;
}

.text_block img.right {
    max-width: calc(50% - 40px);
    margin-left: 40px;
}

.text_block img.loaded {
    height: auto !important;
}


.text_block ul li + li,
.text_block ul li ul li {
    margin-top: 10px;
}

.text_block ul li:before {
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 9px;
    height: 9px;

    content: '';

    border-radius: 50%;
    background: #00964c;
}


.text_block ol {
    counter-reset: li;
}

.text_block ol li {
    position: relative;

    display: block;

    padding-left: 20px;

    list-style-type: none;
}

.text_block ol li + li {
    margin-top: 10px;
}

.text_block ol li:before {
    color: #00964c;
    font-weight: 700;

    position: absolute;
    top: 0;
    left: 0;

    content: counter(li) '.';
    counter-increment: li;
}


.text_block .cols {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.text_block .cols .col {
    width: calc(50% - 30px);
}

.text_block .cols .col.align_self_center {
    align-self: center;
}

.text_block .cols .col img {
    margin: 0 auto;
}


.text_block .cols.stretch {
    align-items: stretch;
    align-content: stretch;
}

.text_block .cols.stretch .col {
    padding-bottom: 20px;

    border-bottom: 3px solid #00964c;
}


.text_block blockquote,
.text_block q {
    display: block;

    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 40px;

    background: #fbfbfb;
}


.text_block .table_wrap {
    overflow: auto;

    max-width: 100%;
    margin: 30px 0;
}

.text_block table {
    width: 100%;

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

.text_block table th {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;

    padding: 10px 13px;

    text-align: left;
    vertical-align: middle;

    border: 1px solid #ccc;
    border-top: 3px solid #6ec399;
    background: #fff;
}

.text_block table td {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;

    padding: 10px 13px;

    text-align: left;
    vertical-align: middle;

    border: 1px solid #ccc;
}

.text_block table td p,
.text_block table td img {
    margin: 0;
	font-size:13px;
}

.text_block table tbody tr:nth-child(2n+1) td {
    background: #f7f7f7;
}


.text_block a {
    color: #00964c;
}

.text_block a:hover {
    text-decoration: none;
}


.text_block .links {
    display: flex;

    margin-top: 30px;
    margin-bottom: -15px;
    margin-left: -15px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.text_block .links > * {
    max-width: calc(100% - 15px);
    margin-bottom: 15px;
    margin-left: 15px;
}

.text_block .links a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;

    display: flex;

    height: 40px;
    padding: 0 20px;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border: 2px solid #e5e5e5;
    border-radius: 30px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.text_block .links a .icon {
    margin-right: 13px;
}


.text_block .links a:hover,
.text_block .links a.active {
    color: #fff;

    border-color: #28b954;
    background: #28b954;
}

.text_block .links a:hover .icon,
.text_block .links a.active .icon {
    background-position: 0 100%;
}


.text_block .link {
    color: #000;
    font-weight: 600;
    line-height: 36px;

    display: inline-block;

    min-width: 220px;
    max-width: 100%;
    height: 40px;
    padding: 0 40px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 2px solid #00964c;
    border-radius: 30px;
}

.text_block .link:hover {
    color: #fff;

    background: #00964c;
}


.text_block .slider_in_text {
    background-color: #eee;
}

.text_block .slider_in_text .img {
    position: relative;

    display: block;

    padding-bottom: 42%;
}

.text_block .slider_in_text .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: auto;
    max-width: 100%;
    height: 100% !important;
    margin: auto;
}


.text_block .carousel_in_text .img {
    position: relative;

    display: block;

    padding-bottom: 66%;

    text-decoration: none;

    background-color: #eee;
}

.text_block .carousel_in_text .img img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100% !important;
    margin: 0;

    object-fit: cover;
}

.partners-table img {
    border-top: none;
    max-width: none;
}

.partners-table,
.partners-table td,
.partners-table th,
.partners-table tr {
    border: none !important;
}


.form:not([name="ORDER_FORM"],[name="regform"]) input[type=radio] + label {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: inline-block;
    min-height: 21px;
    padding-left: 38px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form:not([name="ORDER_FORM"],[name="regform"]) input[type=radio] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 0;
    content: '';
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .24);
}

.form:not([name="ORDER_FORM"],[name="regform"]) input[type=radio]:checked + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 0;
    content: '';
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .24);
}

.form:not([name="ORDER_FORM"],[name="regform"]) input[type=radio]:checked + label:before {
    background: #fff;
    box-shadow: inset 0 0 0 6px #00964c;
}

.form:not([name="ORDER_FORM"],[name="regform"]) .btn {
    color: #000;
    font: 700 13px/24px var(--font_family);
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    border: 2px solid #00964c;
    border-radius: 25px;
    background: none;
}

.banners .banner .info {
    margin: 0 0 auto;
}


.products .product .available {
	padding: 5px 0;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.products .product .available span {
    color: #00964c;
}

.cancel_link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 0 20px;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    background: #acacac;

    line-height: 40px;
    height: 40px;
    margin-top: 20px;
}

.related-sections .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 80px;
}

.related-sections .owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: 80px;
}

.products .related-sections .product:after {
    display: none !important;
}

.pay-link-order {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;

    padding: 0 20px;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    background: #00964c;

    line-height: 40px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.image_scheme_filter {
    height: 25px;
    vertical-align: middle;
    margin: 0 5px;
}

.image_scheme_filter_name {
    width: 35px;
    display: inline-block;
}

/*header .menu .item:hover > a,*/
/*header .menu .item > a.active {*/
/*    color: #5d5e5f;*/
/*}*/

header .contacts .whatsup {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}

footer .contacts .whatsup {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

header .contacts .whatsup a,
footer .contacts .whatsup a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    margin-top: -5px;

}

header .contacts .whatsup a img,
footer .contacts .whatsup a img {
    padding-top: 4px;
    padding-right: 5px;
}

header .contacts .zakaz_zvonka {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;

}

header .contacts .zakaz_zvonka a {
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    font-size: 20px;
    font-weight: 550;
}

header .info {
    /*margin-bottom: -50px !important;*/
}

@media (max-width: 1279px) {
    header .contacts .whatsup a,
    footer .contacts .whatsup a {
        font-size: 16px;
    }

    header .contacts .zakaz_zvonka a {
        font-size: 16px;
    }

    header .info {
        /*margin-bottom: -25px !important;*/
    }
}

header .contacts .whatsup a img,
footer .contacts .whatsup a img {
    height: 20px;
    padding-right: 5px;
}

.products .list .product .front,
.products .list .product .back {
    height: auto !important;
}

select[name="PROFILE_ID"] {
    color: var(--form_placeholder_color);
    line-height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    padding: 0 65px 0 15px;
    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    width: 100%;
}

.profile-edit.form .input {
    color: #0b1110;
    font: var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px 0 15px;
    transition: .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    background-position: calc(100% - 13px) 50%;
}

@media (max-width: 694px) {
    .feedback {
        padding: 34px 50px 48px;
    }

    .feedback .form .columns {
        margin-left: 0;
        --columns_offset: 0;
    }

    .feedback .form .columns > * {
        width: 100%;
    }

    .feedback .form .bottom .agree {
        width: 100%;
    }
}

@media (max-width: 594px) {
    .feedback {
        padding: 34px 24px 48px;
    }
}


/*******Кнопка со звонком на обратную связь***********/
#popup__toggle {
    left: 124px;
    position: relative;
    top: 79px;

}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    bottom: 28px;
    right: 68px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    background-image: url(https://www.pneumax.ru/upload/iblock/522/52250e3b5d058573253e0ae49fe71e4e.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@media (max-width: 1915px) {
    #popup__toggle {
        bottom: 820px;
        right: 695px;
    }
}

@media (max-width: 1875px) {
    #popup__toggle {
        right: 700px;
    }
}

@media (max-width: 1845px) {
    #popup__toggle {
        right: 685px;
    }
}

@media (max-width: 1805px) {
    #popup__toggle {
        right: 665px;
    }
}

@media (max-width: 1780px) {
    #popup__toggle {
        right: 650px;
    }
}

@media (max-width: 1745px) {
    #popup__toggle {
        right: 635px;
    }
}

@media (max-width: 1715px) {
    #popup__toggle {
        right: 620px;
    }
}

@media (max-width: 1680px) {
    #popup__toggle {
        right: 600px;
    }
}

@media (max-width: 1640px) {
    #popup__toggle {
        right: 580px;
    }
}

@media (max-width: 1595px) {
    #popup__toggle {
        right: 560px;
    }
}

@media (max-width: 1560px) {
    #popup__toggle {
        right: 540px;
    }
}

@media (max-width: 1515px) {
    #popup__toggle {
        right: 520px;
    }
}

@media (max-width: 1475px) {
    #popup__toggle {
        right: 500px;
    }
}

@media (max-width: 1435px) {
    #popup__toggle {
        right: 480px;
    }
}

@media (max-width: 1410px) {
    #popup__toggle {
        right: 465px;
    }
}

@media (max-width: 1370px) {
    #popup__toggle {
        right: 445px;
    }
}

@media (max-width: 1330px) {
    #popup__toggle {
        right: 429px;
    }
}

@media (max-width: 1279px) {
    #popup__toggle {
        right: 0;
        left: 70px;
    }
}

@media (max-width: 1167px) {
    #popup__toggle {
        left: 80px;
    }
}

@media (max-width: 1066px) {
    #popup__toggle {
        width: 27%;
    }
}

@media (max-width: 1023px) {
    .img-circle {
        background: #28b954;
    }

    #popup__toggle {
        top: 20px;
        left: 212px;
    }
}

/*******END*****Кнопка со звонком на обратную связь***********/


.checkout_link-disabled {
    background: #DFDFE4 !important;
}


.notice_warning {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.375rem 1.875rem;
    border-radius: .625rem;
    margin-bottom: 2rem;
    background: #28b954;
    color: #fff;
}

.bx-price-old {
    display: none;
}

/***************Сертификаты********************/
.certs {
    padding-top: 20px;
}

.certs .flex {
    /*margin-bottom: calc(var(--certs_offset) * -1);
    margin-left: calc(var(--certs_offset) * -1);*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.certs .flex .item {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    height: 350px;
}

.certs .flex .item .thumb {
    width: 185px;
    max-width: 100%;
    margin-bottom: 5px;
}

.certs .flex .item .thumb a {
    display: block;
}

.certs .flex .item .thumb img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: none;
}

.certs .flex .item .info .name {
    color: #3e3e3e;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 5px;
    text-transform: uppercase;
    max-width: 185px;
    border-top: 1px solid #e5e5e5;
}

/***************END сертификаты************************/

/****Контакты: головной офис****/
.golovnoi {
    display: flex;
    column-count: 2;
}

.golovnoi .flex .item {
    color: var(--text_color);
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 25px;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: .2s linear;
    display: flex;
    border: 1px solid #e5e5e5;
}

.golovnoi .flex .item a {
    color: var(--text_color);
    transition: .2s linear;
    text-decoration: none;
}

.golovnoi .flex .item .logo img {
    width: 150px;
    border-top: none;
}

.golovnoi .flex .item .info_personal {
    width: 240px;
}

.golovnoi .flex .item .info_personal .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-top: 20px;
}

.golovnoi .flex .item .info_personal .post {
    color: #00964c;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
    height: 35px;
}

.golovnoi .flex .item .info_personal .phone {
    background: url(/local/templates/pneumax-shop/images/ic_phone.svg) 1px 2px/13px auto no-repeat;
    margin-bottom: 5px;
}

.golovnoi .flex .item .info_personal .phone div {
    padding-left: 25px;
}

.golovnoi .flex .item .phone_mobile div {
    padding-left: 25px;
}

.golovnoi .flex .item .info_personal .email {
    background: url(/local/templates/pneumax-shop/images/ic_email.svg) 0 4px/16px auto no-repeat;
}

.golovnoi .flex .item .info_personal .email a {
    white-space: nowrap;
    padding-left: 25px;
}

.golovnoi .flex .item .logo {
    text-align: center;
    padding-right: 15px;
}

/****END Контакты: головной офис****/

/**************Favorite_Compare****************************/
.icon_block {
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70px;
    height: 43px;
    margin-top: 10px;
    text-decoration: none;
}

#compareCount {
    color: #fff;
    position: relative;
    left: 6px;
    bottom: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    padding-top: 6px;
}

.input_compare_new {
    background: url(/local/templates/pneumax-shop/components/bitrix/catalog.section/.default/images/compare_grey.png);
    width: 36px;
    margin-top: 55px;
    height: 36px;
    cursor: pointer;
}

.input_compare_new:checked {
    background: url(/local/templates/pneumax-shop/components/bitrix/catalog.section/.default/images/compare_green.png);
    width: 36px;
    margin-top: 55px;
    height: 36px;
    cursor: pointer;
}

.compar {
    color: #00964c;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    display: inline-block;
    margin-left: 20px;
}

.compar:hover {
    color: #666;
}

.compar input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -10;
    top: -20000px;
}

.compar label {
    display: inline-block;
}

.favor {cursor: pointer;}

.favor:hover:after {
    color: #666;
}

.compar label span {cursor: pointer;}

.compar label span pre {
    background-image: url(/local/templates/pneumax-shop/components/bitrix/catalog/page.catalog/bitrix/catalog.element/.default/image/compare_green00964c.png);
    display: inline-block;
    overflow: hidden;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

.compar: hover > .compar label span pre {
    background-image: url(/local/templates/pneumax-shop/components/bitrix/catalog/page.catalog/bitrix/catalog.element/.default/image/compare_grey666.png);
}

.compar label i {
    display: none;
}

.compar input[type="checkbox"]:checked + label {
    color: #666;
    display: inline-block;
}

.compar input[type="checkbox"]:checked + label i {
    display: block;
    font-style: normal;
}

.compar input[type="checkbox"]:checked + label i img {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

.compar input[type="checkbox"]:checked + label span {
    display: none;
}

/**************END_Favorite_Compare****************************/


.section-items .tabs {
    display: flex;
    overflow: hidden;
    width: 400px;
    max-width: 100%;
    border-radius: 25px;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: center;
}

.section-items .tabs a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.section-items .tabs a:hover,
.section-items .tabs a.active {
    color: #fff;
    background: #28b954;
}

.section-items .tab_content {
    position: relative;
    visibility: hidden;
    height: 0;
    pointer-events: none;
    opacity: 0;
}

.section-items .tab_content.active {
    visibility: visible;
    height: auto;
    transition: opacity .5s linear;
    pointer-events: auto;
    opacity: 1;
}

.product_info .data .links .mini_modal a {
    padding: 10px 20px;
    font-size: 11px;
    height: auto;
    line-height: 15px;
}


#want {
    color: #fff;
    position: relative;
    left: 13px;
    bottom: 3px;
    flex-direction: row;
    text-decoration: none;
    display: flex;
    margin: 0;
    padding-top: 5px;
    width: auto;
    height: 41px;
}

.product_info .data .links a.pdf_link .icon_calc {
    width: 26px;
    height: 24px;
    margin-right: 13px;
    background: url(/local/templates/pneumax-shop/images/ico_calc.png) 0 0 no-repeat;
    background-size: cover;
}
.product_info .data .links a.pdf_link:hover .icon_calc {
    background: url(/local/templates/pneumax-shop/images/ico_calc.png) 0 100% no-repeat;
    background-size: cover;
}
.product_info .data .links a.pdf_link .icon_catalog {
    width: 26px;
    height: 24px;
    margin-right: 13px;
    background: url(/local/templates/pneumax-shop/images/ico_catalog.png) 0 0 no-repeat;
    background-size: cover;
}
.product_info .data .links a.pdf_link:hover .icon_catalog {
    background: url(/local/templates/pneumax-shop/images/ico_catalog.png) 0 100% no-repeat;
    background-size: cover;
}
.product_info .data .links a.order_calc_link .icon_order {
    width: 26px;
    height: 24px;
    margin-right: 13px;
    background: url(/local/templates/pneumax-shop/images/ico_zakaz.png) 0 0 no-repeat;
    background-size: cover;
}
.product_info .data .links a.order_calc_link:hover .icon_order {
    background: url(/local/templates/pneumax-shop/images/ico_zakaz.png) 0 100% no-repeat;
    background-size: cover;
}
.tabs-new {
    display: flex;
    margin-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.tabs-new a {
    color: #323333;
    font-family: var(--font_family);
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: flex;
    height: 40px;
    margin-bottom: -1px;
    padding: 10px 30px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    background: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}

.tabs-new a:hover, .tabs-new a.active {
    color: #fff;
    border-color: #429454;
    background: #429454;
}

.tabs-new-container {
    display: block;
    width: 100%;
}

.top-span-count {
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    top: -8px;
    right: -7px;
    display: block;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    background: #e22323;
    color: #fff;
    font-style: normal;
}

.favorite_link,
.compare_link,
.cart_link {
    position: relative;
}

.links a.order_calc_link .icon {
    width: 14px;
    height: 17px;
    background: url(images/ic_order_calc_link.png) 0 0 no-repeat;
}

.links a.questionnaire_link .icon {
    width: 17px;
    height: 15px;
    background: url(images/ic_questionnaire_link.png) 0 0 no-repeat;
}

.search-filter-aside .filter {
    padding: 25px 18px;
    border: 1px solid #e7e7e7;
    border-top: 3px solid #00964c;
    background: none;
    margin-top: 0;
}

.search-filter-aside .filter .title {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
}

.search_result .result {
    padding-bottom: 16px;
}

.search_result .result .item {
    padding: 23px;
    border: 1px solid #cfcfcf;
}

.search_result .result .type {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 10px;
    background: #00964c;
}

.search_result .result .item > * + * {
    margin-top: 15px;
}

.search_result .result .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.search_result .result .name a {
    color: var(--text_color);
    display: inline-block;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
}

.search_result .result .text_block {
    color: #565555;
}

.search_result .form {
    display: flex;
    margin-bottom: 34px;
    --form_border_color: #dadada;
    --form_border_radius: 30px;
    --form_bg_color: #fff;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.search_result .input {
    color: var(--text_color);
    font: 500 var(--font_size) var(--font_family);
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 27px;
    transition: .2s linear;
    text-transform: uppercase;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}
.search_result .form .input {
    height: 48px;
    border-width: 2px;
}

.search_result .form .submit_btn {
    position: relative;
    width: 59px;
    height: 48px;
    margin-left: -61px;
    cursor: pointer;
    border: none;
    background: url(images/ic_search2.svg) 50% no-repeat;
}
.search_result .products .flex {
    padding-bottom: 1px;
    align-items: stretch;
    align-content: stretch;
}
.search_result .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.search_result .products .flex > * {
    width: calc(25% + 1px);
    margin-bottom: -1px;
    margin-left: -1px;
}
.search_result .products .product {
    color: #565555;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    display: flex;
    padding: 20px;
    transition: .2s linear;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.search_result .products .flex .product:before {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    content: '';
    transition: .2s linear;
    opacity: 0;
    background: #00964c;
}
.search_result .products .flex .product .thumb {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 70%;
}
.search_result .products .product .thumb {
    position: relative;
    width: 222px;
    max-width: 100%;
    padding-bottom: 13%;
}
.search_result .products .product .img {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.search_result .products .product .thumb img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.lozad.loaded {
    opacity: 1;
}
.search_result .products .flex .product .thumb + .info {
    width: 100%;
    margin: 0;
    padding: 0;
}
.search_result .products .product .thumb + .info {
    width: calc(100% - 242px);
}

.search_result .products .product .name {
    color: #4191cf;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.search_result .products .product .name:hover{
    text-decoration: underline;
}
.search_result .products .flex .product .desc {
    display: none;
}
.search_result .products .product:hover {
    z-index: 9;
    box-shadow: 0 1px 35px rgb(0 0 0 / 19%);
}
.text_block .slider_in_text .img img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
}
.search_result .products .flex .product:hover:before {
    opacity: 1;
}
.teg_razdel {
	margin: 30px 0 20px;
   display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.teg_razdel .teg {
    border: 1px solid #a19f9f;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.teg_razdel  .teg a {
    text-align: center;
    text-decoration: none;
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    display: block;
}

.teg_razdel  .teg:hover {    
    background: #a19f9f;
    color: #fff;
}
body .main_slider .sub_title{
    color: #4191cf;
}
.teg_razdel .teg a:hover {color: #fff;}

.block_head .all_link {
    display: block;
    width: 26px;
    height: 22px;
    margin-left: auto;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom:40%;
}
.block_head .all_link span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    transition: .2s linear;
    background: #000;
}
.block_head .all_link span + span {
    margin-top: 5px;
}
body .header .menu .item > a{
    padding: 0 20px;
}
.text_block img.left{
    height: auto;
}
.article_info .text_block img{
    margin-right: 30px;
}
.projects.block{
    margin-bottom: 40px;
    margin-top: 50px;
}
.articles.block{
    margin-bottom: 40px;
    margin-top: 20px;
}

/*////*/
.form-tech {
    --form_border_color: #f2f2f2;
    --form_border_radius: 10px;
    --form_bg_color: #f2f2f2;
}


.form-tech ::-webkit-input-placeholder {
    color: var(--form_placeholder_color);
}

.form-tech :-moz-placeholder {
    color: var(--form_placeholder_color);
}

.form-tech :-ms-input-placeholder {
    color: var(--form_placeholder_color);
}


.form-tech .columns {
    margin-left: -30px;

    --columns_offset: 30px;
}

.form-tech .columns > * {
    width: calc(50% - var(--columns_offset));
    margin-left: var(--columns_offset);
}


.form-tech .line {
    margin-bottom: 30px;
}

.form-tech .field {
    position: relative;
}


.form-tech .input {
    color: var(--text_color);
    font: 500 var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 27px;

    transition: .2s linear;
    text-transform: uppercase;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form-tech textarea {
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    display: block;

    width: 100%;
    height: 80px;
    padding: 15px 27px;

    resize: none;
    transition: .2s linear;
    /*text-transform: uppercase;*/

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form-tech textarea:focus {
    text-transform: none;
}

.form-tech .input:focus,
.form-tech textarea:focus,
.form-tech .nice-select.open .current {
    border-color: var(--form_focus_color);
}

.form-tech .success,
.form-tech .success + .nice-select .current {
    border-color: var(--form_success_color);
}

.form-tech .error,
.form-tech .error + .nice-select .current {
    border-color: var(--form_error_color);
}


.form-tech .input:disabled,
.form-tech textarea:disabled,
.form-tech select:disabled + .nice-select,
.form-tech input[type=checkbox]:disabled + label {
    cursor: default;
    pointer-events: none;

    opacity: .5;
}


.form-tech .error_text {
    color: var(--form_error_color);
    font-size: 14px;
    line-height: 20px;

    margin-top: 5px;
}


.form-tech input[type=checkbox],
.form-tech input[type=radio],
.form-tech input[type=file] {
    display: none;
}

.form-tech input[type=checkbox] + label {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;

    position: relative;

    display: table-cell;

    height: 21px;
    padding-left: 38px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form-tech input[type=checkbox] + label:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 21px;
    height: 21px;

    content: '';
    transition: .2s linear;

    border-radius: 3px;
    background: #f2f2f2;
}

.form-tech input[type=checkbox] + label:after {
    position: absolute;
    top: 6px;
    left: 6px;

    display: block;

    width: 12px;
    height: 6px;

    content: '';
    transition: .2s linear;
    transform: rotate(-45deg);

    opacity: 0;
    border-bottom: 2px solid #00964c;
    border-left: 2px solid #00964c;
}

.form-tech input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-tech .social .field {
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form-tech .social .input {
    width: calc(100% - 74px);
}

.form-tech .social .add_social {
    display: block;

    width: 50px;
    height: 50px;

    border-radius: 10px;
    background: # url(../images/ic_add_social.png) 50% 50% no-repeat;
}


.form-tech .file input {
    display: none;
}

.form-tech .file label {
    color: #00964c;

    display: inline-block;

    cursor: pointer;
    transition: border-color .2s linear;
    vertical-align: top;
    letter-spacing: .05em;

    border-bottom: 1px dotted;
}

.form-tech .file label:hover {
    border-color: transparent;
}

.form-tech .exp {
    font-size: 12px;

    margin-bottom: 25px;

    letter-spacing: .05em;
}

.form-tech .exp a {
    color: #00964c;
}

.form-tech .exp a:hover {
    text-decoration: none;
}


.form-tech select {
    display: none;
}

.form-tech .nice-select {
    position: relative;

    display: block;
}

.form-tech .nice-select .current {
    color: var(--form_placeholder_color);
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 50px;
    padding: 0 57px 0 27px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form-tech .nice-select .current.selected {
    color: var(--text_color);
}

.form-tech .nice-select.open .current {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-tech .nice-select .current:after {
    position: absolute;
    top: 50%;
    right: 22px;

    display: block;

    width: 12px;
    height: 12px;
    margin-top: -9px;

    content: '';
    transform: rotate(-45deg);

    border-bottom: 2px solid var(--text_color);
    border-left: 2px solid var(--text_color);
}

.form-tech .nice-select .list {
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;

    transition: .2s linear;

    opacity: 0;
    border: 1px solid var(--form_border_color);
    border-radius: 0 0 var(--form_border_radius) var(--form_border_radius);
    background: var(--form_bg_color);
}

.form-tech .nice-select.open .list {
    top: calc(100% - 1px);

    visibility: visible;

    opacity: 1;
}

.form-tech .nice-select .list .scrollbar {
    overflow: auto;

    max-height: 240px;
}

.form-tech .nice-select .list .list_item {
    padding: 10px 27px;

    cursor: pointer;
    transition: .2s linear;
    text-transform: uppercase;
}

.form-tech .nice-select .list .list_item:hover {
    background: #47474691;
}

.form-tech .nice-select .list .list_item:empty {
    display: none;
}


.form-tech .bottom {
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form-tech .bottom .agree {
    width: calc(100% - 330px);
}

.form-tech .bottom .submit {
    width: 300px;
    max-width: 100%;
}


.form-tech .submit_btn {
    color: var(--text_color);
    font: 700 var(--font_size) var(--font_family);

    display: inline-block;

    width: 100%;
    height: 50px;
    padding: 0 20px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    text-transform: uppercase;

    border: 2px solid #00964c;
    border-radius: 30px;
    background: var(--btn_bg);
}

.form-tech .submit_btn:hover {
    color: #fff;

    background: #00964c;
}

@media (max-width: 1279px){
    .articles .flex {
        --articles_count: 4;
    }
    .articles .article {
        font-size: 13px;
        line-height: 19px;
    }
    .projects .item {
        font-size: 13px;
        line-height: 19px;
    }

}
@media (max-width: 767px){
    .articles .flex {
        --articles_count: 2;
    }
    .projects .flex {
        --projects_count: 2;
    }
    .advantages .flex {
        justify-content: center;
        --stats_count: 3;
    }
    .articles .item{
        position: relative!important;
        width: 97%;
        left: 0!important;
        top: auto!important;
    }
    .masonry{
        height: auto!important;
    }
    .wrap_search .products.block .flex {
        --products_count: 2;
    }
}

@media (max-width: 600px){
    .wrap_search .products.block .flex {
        --products_count: 2;
    }
    body .ic_fc {
        top: 15px;
    }
    body .products .product .details {
        width: 65%;
        max-width: 70%;
    }
    body .input_compare_new{
        margin-top: 35px;
    }
}
@media (max-width: 413px){
    .search {
        height: 92px;
    }

    .search form{
        height: 98px;
    }
    .articles .flex {
        --articles_count: 1;
    }
    .projects .flex {
        --projects_count: 1;
    }
    .articles .article {
        font-size: 14px;
        line-height: 20px;
    }
    .projects .item .thumb {
        padding-bottom: 60%;
    }
    .advantages .data {
        padding: 0;
        border: none;
    }
    .advantages .flex {
        --stats_count: 2;
    }
}