/* калькулятор */
.m-tables-calc div {
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    text-align: center;
}
.wpapper-calc .m-products__item {
    margin-top: 7px;
    padding: 5px;
    border-color: #ccc;
}

.wpapper-calc .m-products__info-name {
    font-size: 18px;
    font-weight: 700;
}
.name-calc {
    font-size: 30px;
    text-align: center;
    margin: 10px auto;
}

.descr-calc {
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
}
.data-num {
    font-size: 18px;
    font-weight: 700;
}
.m-tables-calc > div {
    border: 1px solid #ccc;
    padding: 5px 5px;

    text-align: center;
    margin: 3px;
}
#calculator {
    border: 1px solid red;
    width: 80px;
    text-align: center;
    margin: 10px;
    font-size: 18px;
}
#information {
    text-align: center;
    margin: 15px;
    font-size: 18px;
}

/* END калькулятор */

.instrukciya_text {
    float: left;
    width: 50%;
    font-size: 20px;
    padding: 25px 0 0 0;
}
.ins_text {
    font-size: 25px;
    font-weight: bold;
    padding: 24px 0 0 0;
}
.instrukciya {
    overflow: hidden;
}
.instrukciya_pdf a img {
    width: 150px;
}
.instrukciya_pdf {
    float: left;
    width: 47%;
}
.product__r {
    float: left;
    margin: -7px 0 0px 0;
}
h2.b-h2 {
    text-align: center;
}
.block1-1 {
    width: 19%;
    float: left;
    margin: 0 53px 0 0px;
}
p.block1-p {
    font-weight: bold;
    margin: 0 0 5px 0;
}
.block1 {
    overflow: hidden;
    margin: 0 0 35px 0;
    text-align: center;
}
h3.b-h3 {
    margin: 0 auto 20px auto;
    text-align: center;
    width: 50%;
    font-size: 26px;
}
p.v-reg {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.block2 {
    text-align: center;
    width: 79%;
    margin: 35px auto 35px auto;
    overflow: hidden;
}
.block2-1 {
    float: left;
    width: 23%;
    margin: 0px 52px 0 146px;
}
.blockN {
    overflow: hidden;
    margin: 0 0 25px 0;
}
img.bl2-img {
    float: left;
}

.block2-1n {
    float: left;
    width: 39%;
}
.block3-1 {
    width: 29%;
    float: left;
}
h3.b3-h3 {
    font-size: 24px;
}
.block3-1 {
    width: 45%;
    float: left;
}
.block3-1n {
    float: left;
    margin: 0 0 0 68px;
}
td.b-td {
    font-size: 17px;
}
img.b3-img {
    width: 150px;
}

.block3 {
    overflow: hidden;
    margin: 53px 0 53px 0;
    text-align: center;
}
h2.b4-h2 {
    text-align: center;
    width: 51%;
    margin: 0 auto;
    font-size: 30px;
}
.block4-1 {
    width: 25%;
    float: left;
    margin: 0 58px 0 0px;
}
.block4-1 img {
    height: 83px;
}
p.block4-p {
    font-weight: bold;
    margin: 0 0 5px 0;
    height: 50px;
}
.block4 {
    overflow: hidden;
    margin: 33px 0 0 13%;
}
.promo__wrap.f1 {
    margin: 0 0 35px 0;
}
.block5 {
    width: 64%;
    font-size: 23px;
    margin: 0 0 33px 0;
}
.block5-1 {
    width: 47%;
    font-size: 23px;
    margin: 0 0 33px 0;
}
p.b5-p {
    line-height: 1.3em;
    font-size: 15px;
}
span.promo__text.f1 {
    width: 84%;
}
p.block6-p {
    font-size: 12px;
}
img.b7-img {
    float: left;
    margin: 0 18px 0 0px;
}
.block__item {
    margin-bottom: 20px;
}
.block__title {
    position: relative;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px 0 10px 32px;
}
p.block8-p1 img {
    height: inherit;
}
.block8-1 img {
    height: inherit !important;
}

.block__title::before,
.block__title::after {
    content: '';
    width: 24px;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 28px;
    transition: all 0.3s ease 0s;
}
img.b8-img {
    height: 35px;
}

.block__title:before {
    transform: rotate(40deg);
    left: 1000px;
}
.block__title::after {
    transform: rotate(-40deg);
    left: 1016px;
}

.block__title.active::before,
.block__title.active::after {
    background-color: red;
}

.block__title.active::before {
    transform: rotate(-40deg);
}

.block__title.active::after {
    transform: rotate(40deg);
}

.block__text {
    display: none;
    border: 3px dashed #898989;
    padding: 15px 0 0 25px;
}
.block8-1 {
    width: 19%;
    float: left;
    margin: 0 53px 0 0px;
    text-align: center;
}
p.block8-p {
    font-weight: 500;
    margin: 0 0 0 0;
}
p.block8-p1 {
    margin: 0 0px 0px 40px;
    text-align: left;
}
p.block8-p1 img {
    padding: 0 4px 0 0px;
}
p.block8-p2 img {
    margin: 0px 6px -6px 0;
}
p.block8-p3 {
    margin: 0 0 0 59px;
    text-align: left;
}
.block8-1.f1 {
    width: 24%;
}
p.b9-p {
    font-size: 15px;
}
p.b-h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 58px 0 20px 0;
}
p.b4-h2 {
    text-align: center;
    width: 51%;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 500;
}
.block10 {
    overflow: hidden;
    margin: 35px 0 35px 0;
}
p.block11-p1 img {
    width: 35px;
    margin: 0 5px -1px 0px;
}
p.block11-p1 {
    margin: 0 0px 0px 40px;
    text-align: left;
}
img.b11-img {
    height: 115px;
}
p.block11-p {
    font-size: 15px;
    text-align: left;
    margin: 0 0 22px 43px;
    height: 42px;
    font-weight: 500;
}
.block2-p.f1 {
    margin: 9px 0 0px 0px;
}
.b12-d {
    text-align: center;
    background: #f6f6f6;
    width: 80%;
    margin: 20px auto 35px auto;
    padding: 25px 0;
}
img.b12-img {
    margin: 0 25px 0 0;
}
.block13-1 {
    width: 35%;
    float: left;
    margin: 0 12% 0 0;
}
.block13-1.f1 {
    width: 30%;
    float: left;
    margin: 0 0% 0 10%;
}
p.block13-p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0 0;
}
.block13-1 {
    width: 19%;
    float: left;
    margin: 0 53px 0 0px;
    text-align: center;
}
.block1 img {
    height: 87px;
}
p.block2-p a {
    color: #000;
}
.block14-1 {
    width: 16%;
    float: left;
    margin: 0 0px 0 0px;
    text-align: center;
}
p.block14-p {
    font-weight: bold;
    margin: 0 0 -12px 0;
}
.block14-1 img {
    height: 150px;
}
.block14-1 a {
    text-decoration: none;
    color: #000;
}
.block14-1 a.h-phone__info-call.button {
    text-decoration: none;
    color: #fff;
}
.block15-1 {
    width: 35%;
    float: left;
    margin: 0 12% 0 0;
}
.block15-1.f1 {
    width: 30%;
    float: left;
    margin: 0 0% 0 10%;
}
p.block15-p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0 0;
}
.block16-1 {
    width: 15%;
    float: left;
    margin: 0 53px 0 0px;
    text-align: left;
}
.block16-1 img {
    height: 48px;
}
.block16-1 a {
    color: #000;
}
.slick-slide {
    padding: 0 20px 0 0;
}
.slick-prev:before,
.slick-next:before {
    font-weight: bold;
    font-size: 35px !important;
}
h2.b-h2-1 {
    font-size: 26px;
}
p.p-reg {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.wa-login-form-actions.js-login-form-actions {
    margin: 15px 0 0 0;
}

@media (max-width: 768px) {
    .instrukciya_text {
        width: 100%;
    }
    .callback-show-alert-border.callback-show-alert-border1 {
        display: none;
    }
    .callback-show-alert-border.callback-show-alert-border2 {
        display: none;
    }
    .callback-show-alert {
        right: 21%;
    }
    #callback-show {
        background: none !important;
        box-shadow: none !important;
        top: 96% !important;
        height: 59px !important;
    }

    .callback-show-alert-icon {
        bottom: 139% !important;
    }
    .callback-show-alert-border {
        left: 17% !important;
    }
    .callback-show-alert-border {
        border-color: #44a857 !important;
    }
    .callback-show-alert-icon svg g g {
        fill: #44a857;
    }
    .block8-1 img {
        height: inherit !important;
    }
    p.block15-p {
        font-size: 18px;
    }
    p.block13-p {
        font-size: 18px;
    }
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
    .slick-slide {
        padding: 0 7px 0 0;
    }
    .block1-1 {
        width: 100%;
        margin: 0 0px 0 0px;
    }
    h3.b-h3 {
        width: 100%;
        font-size: 18px;
    }
    h3.b3-h3 {
        font-size: 20px;
    }
    .block2-1 {
        float: none !important;
        width: inherit;
        margin: 0px 0 0px 0;
        text-align: left;
    }
    .block2-1n {
        float: inherit;
        width: inherit;
        margin: 30px 0 0 0;
    }
    .block2 {
        width: 100%;
    }
    .block3-1 {
        width: 100%;
    }
    .block3-1n {
        width: 100%;
        margin: 29px 0 0 0;
    }
    p.block3-p {
        margin: 0 0 0 0;
    }
    h2.b4-h2 {
        width: 100%;
        font-size: 27px;
    }
    .block4 {
        overflow: hidden;
        margin: 0 0 0 0;
        text-align: center;
    }
    .block4-1 {
        width: 100%;
        float: left;
        margin: 20px 0 28px 0;
    }
    p.block4-p {
        font-weight: bold;
        margin: 0 0 0px 0;
        height: inherit;
    }
    .block5-1 {
        width: 100%;
    }
    .block5 {
        width: 100%;
        margin: 0 0 58px 0;
    }
    .block__title:before {
        transform: rotate(40deg);
        left: 305px;
    }
    .block__title::after {
        transform: rotate(-40deg);
        left: 321px;
    }
    .block__title {
        padding: 10px 80px 15px 26px;
        font-size: 18px;
    }
    .block8-1 {
        width: 100%;
        float: left;
        margin: 0 0 25px 0;
        text-align: center;
    }
    .block8-1.f1 {
        width: 100%;
    }
    p.block11-p {
        height: inherit;
    }
    p.block8-p1 {
        margin: 0 0 0 0;
        text-align: left;
    }
    p.block8-p3 {
        margin: 0 0 0 0;
        text-align: left;
    }
    p.b4-h2 {
        width: 100%;
        font-size: 18px;
    }
    .block13-1 {
        width: 100%;
    }
    .block13-1.f1 {
        width: 100%;
        margin: 0 0 0 0;
    }
    span.promo__icon.f1 {
        width: 80px;
        margin: 15px auto 10px auto;
        text-align: center;
    }
    p.b5-p {
        margin: 0 0 -25px 0;
        text-align: center;
        font-size: 14px;
    }
    img.b12-img {
        width: 32%;
    }
    .block14-1 {
        width: 50%;
        float: left;
        margin: 0 0px 35px 0px;
        text-align: center;
    }
    .block15-1.f1 {
        width: 100%;
        float: left;
        margin: 25px 0 0px 0;
    }
    .block15-1 {
        width: 100%;
        float: left;
        margin: 0 12% 0 0;
    }
    .block16-1 {
        width: 50%;
        float: left;
        margin: 0 0 35px 0;
        text-align: left;
    }
    h2.b-h2-1 {
        font-size: 18px;
        text-align: center;
    }
    .promo__wrap.f1 {
        text-align: center;
    }
    span.promo__text.f1 {
        width: 100%;
    }
    p.b-h2 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    h3.h3-g {
        text-align: center;
    }
    p.block11-p {
        font-size: 15px;
        text-align: center;
        margin: 9px 0 23px 0;
        font-weight: 500;
    }
    p.block11-p1 {
        margin: 0 auto;
        text-align: left;
        width: 47%;
    }
    .block2-p.f1 {
        position: relative;
        top: 9px;
    }
    .block2-p {
        width: inherit !important;
        text-align: left;
    }
}

/* кнопка лайков*/

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    
    height: 36px !important;
    width: 36px !important;
    background-size: 36px 36px !important;
}

.ya-share2__list {
     margin: 0 !important;; 
}
/*info block login */
.info-block-login{
    margin:30px;
    width:100%;
    display:grid; 
    grid-template-columns: 1fr 2fr ;
    justify-content: center;
    align-items: center;
    gap:20px;
    border-radius:20px;
    background:#efeeee;

    padding: 20px;
    font-size:16px;
    
}
.info-block-login ol li {
    line-height:18px;
}
/* END info block login */