

/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17265831731816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/components/custom/reviews_main_2018/templates/product_redisign/style.css?172658317818365*/
.product-content__reviews .reviews__new-review .new-review__form{
    display: none;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate3d(-50%,-50%,0);
    height: auto;
    opacity: 0;
    width: 100vw;
    max-width: 650px;
    visibility: visible;
    overflow: hidden;
    background: #FFFFFF;
    border: none;
    border-radius: 6px;


    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 11;
}

.comments__comment-content{
    display: flex;
    gap: 24px;
}
.comments__comment-rate{
    position: relative;
    top: 5px;
}
.comments__comment-text{
    padding: 8px 0 12px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #2F2F2F;
}
.comments__comment-date{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5A5A5A;
}
.name_block_ratint{
    display: flex;
    gap: 13px;
}
.comments__comment-title{
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2F2F2F;
}


.product-content__reviews .reviews__new-review.open_form .new-review__form{
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    -o-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    transition: all 0.4s ease, opacity 0.4s ease 0.2s;
}
.product-content__reviews .reviews__new-review:before{
    content: '';
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
    transition: all .4s;
    z-index: 10;
}
.product-content__reviews .reviews__new-review.open_form:before{
    display: block;
}

.product-content__reviews .reviews__new-review .new-review__form-content {
    padding: 52px 60px 60px 60px

}
.product-content__reviews .reviews__new-review .new-review__form-title {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    color: #2F2F2F;
}

.product-content__reviews .reviews__new-review .new-review__form .new-review__rate {
    margin: 28px 0 0;
}
.product-content__reviews .reviews__new-review .new-review__form .new-review__rate-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
}
.product-content__reviews .reviews__new-review .new-review__rate-stars {
    margin: 8px 0 0;
}
.product-content__reviews .reviews__new-review .new-review__form .star {
    margin: 0 0 0 5px;
    height: 30px;
    width: 30px;
    background-size: 200%;
}
.product-content__reviews .reviews__new-review .new-review__form .star:first-of-type {
    margin: 0;
    height: 30px;
    width: 30px;
    background-size: 200%;
}
.product-content__reviews .reviews__new-review .new-review__person-info {
    margin: 26px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
}
.product-content__reviews .reviews__new-review .new-review__text {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;


}
.new-review__col{
    margin-bottom: 10px;
}
.product-content__reviews .reviews__new-review .new-review__form-content input {
    padding: 12px 15px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Geometria';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.product-content__reviews .reviews__new-review .new-review__form-content #new-review-checkbox{
    display: none;
}
.product-content__reviews .reviews__new-review .new-review__form-content textarea {
    resize: none;
    padding: 21px 15px;
    max-height: 100px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #939393;

}
.product-content__reviews .reviews__new-review .new-review__form-content .new-review__close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.product-content__reviews .reviews__new-review .new-review__control-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0 0;
}
.product-content__reviews .reviews__new-review .new-review__checkbox-block {
    width: calc(100% - 199px - 31px);
    margin: 0;
}
.product-content__reviews .reviews__new-review .new-review__checkbox-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.product-content__reviews .reviews__new-review .new-review label .new-review__check-box {
    position: relative;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 3px;
    margin-right: 11px;
    border: 1px solid #E31E24;
    border-radius: 20px;

}
.product-content__reviews .reviews__new-review .new-review label .new-review__check-box-text {
    width: calc(100% - 20px - 11px);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-transform: none;
}
.product-content__reviews .reviews__new-review .new-review label .new-review__check-box svg{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-content__reviews .reviews__new-review .new-review label .new-review__check-box svg circle{
    fill: transparent;
    transition: all .4s;
}
.product-content__reviews .reviews__new-review .new-review label input:checked ~ .new-review__check-box svg circle{
    fill: red;
}
.product-content__reviews .reviews__new-review .new-review__send-btn {
    width: 199px;
    padding: 14px 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #B3B3B3;
    border-radius: 50px;
}
.product-content__reviews .reviews__new-review .new-review__send-btn_ready {
    background-color: #E31E24;
    cursor: pointer;
}

a[href="javascript:void(0)"]{
    text-decoration: none;
}
.product-content__reviews .reviews__new-review .new-review__form-content input[type="text"]{
    display: block;
    min-height: 50px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #939393;
}

.new-review__form .star {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/bitrix/templates/stranke_template/images/stars.png") no-repeat left center; }
.new-review__form .star--v {
    background-position: right center; }
.new-review__form .stars .star, .new-review__form label[for="rating"] .star {
    cursor: pointer;
}

.input_field_wrap{
    position: relative;
}
.input_field_wrap .input_success_message, .input_field_wrap .input_error_message {
    position: absolute;
    top: calc(100% + 20px);
    width: 96%;
    line-height: 20px;
    left: 0;
    right: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 2%;
    margin: auto;
    margin-top: 5px;
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.input_success_message:before, .input_error_message:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.input_field_wrap.error .input_error_message {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.input_field_wrap.success .input_success_message {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.input_field_wrap .input_error_message {
    background: #f75a53;
    color: #fff;
}
.input_error_message:before {
    border-bottom-color: #f75a53;
}

.comments {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    /*margin: 100px 0 0;*/
}
.comments__title {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}
.comments__comment-list{
    width: 64%;
}
.comments .comments__comment-list .comments__comment {
    margin: 20px 0 0;
    border: none;
}
.comments .comments__comment-list .comments__comment .comments__comment-content {
    margin: 0;
}
.comments .comments__comment-list .comments__comment:first-of-type {
    margin: 0;
}
.comments .comments__comment-list .comments__comment .comments__comment-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.new-review p{
    font-size: 16px;
}
.comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo {
    background: #1A317B;
    border-radius: 94px;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    display: flex;
}
.comments .comments__comment-list .comments__comment .comments__comment-title-block {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.comments .comments__comment-list .comments__comment .comments__comment-rate svg.star path {
    fill: #DCDCDC;
}
.comments .comments__comment-list .comments__comment .comments__comment-rate svg.star_fill path {
    fill: #FCC400;
}
.comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo span {
    margin: auto;
    position: relative;
    left: 1px;

}
.comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block {
    margin: 0 0 0 90px;
}
.comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-text-title {
    margin: 0;
}
.comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}
.comments .comments__comment-list .comments__comment .comments__comment-bottom {
    margin: 20px 0 0 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #B7B7B7;
}
.comments .comments__comment-list .comments__comment .comments__comment-like-dislike {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.comments .comments__comment-list .comments__comment .comments__comment-like {
    margin-right: 20px;
}

.new-review__block {
    display: block;
    position: relative;
    padding: 36px 48px 48px 48px;
    box-sizing: border-box;
    text-align: center;
    background: #F5F5F5;
    border-radius: 5px;
}
.new-review__block-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #3B2F3B;
}
.new-review__block-top span{
    font-weight: 700;
    font-size: 82px;
    line-height: 103px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2F2F2F;
    gap: 4px;
}
.new-review__block-top label{
    padding-right: 22px ;
}
.new-review__block-count_all{
    font-weight: 500;
    font-size: 14px;
    line-height: 134.8%;
    color: #939393;
    text-align: left;
}
.new-review__block-top svg{
    position: relative;
    margin: auto 0 0 0;
    height: 40px;
}
.new-review__body {
    display: block;
    position: relative;
    margin: 25px 0 0;
    width: 100%;
}
.new-review__body__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3B2F3B;
}
.new-review__body__row:first-of-type {
    margin: 0;
}
.new-review__body__row-title {
    width: 30px;
}
.new-review__body__row-progressbar {
    display: block;
    position: relative;
    flex-grow: 1;
    margin: 0 15px 0 30px;
    height: 10px;
}
.new-review__body__row-progressbar_cur {
    background: #1A317B;
    border-radius: 36px;
    height: 8px;
    position: relative;
    z-index: 2;
}
.new-review__body__row-progressbar:before{
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 2px;
    height: 8px;
    background: #DEDEDE;
    border-radius: 36px;

}
.background_none{
    background: none;
}
.new-review__body__row-progressbar_dis .new-review__body__row-progressbar_cur {

    width: 10px;
}
.new-review__body__row-percent {
    display: block;
    position: absolute;
    right: 0;
}
.new-review__body__row-value_dis {
    color: #B7B7B7;
    margin-right: 25px;
}
.new-review__bottom {
    display: block;
    position: relative;
    margin: 42px auto 0 0px;
}
.product-content__reviews .reviews__new-review .new-review__btn {
    padding: 20px 40px 18px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E31E24;
    border-radius: 30px;
    transition: all .4s;
    cursor: pointer;
}
.product-content__reviews .reviews__new-review .new-review__btn:hover {
    background-color: #CF0026;;
}
.form_callback{
    margin: 0!important;
}
.callback_bg{
    margin: 40px 0;
}
@media (max-width: 1466px) {
    .comments__comment-list {
        width: 57%;
    }
}




.fixed {
    overflow: hidden !important;
}
.comments__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #2F2F2F;
    padding: 80px 0 20px 0;
}
.comments__title label{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #939393;
    font-family: 'Geometria';
    font-style: normal;
}

.comments__comment-list_flex{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.reviews__new-review{
    width: 473px;
    position: relative;
    margin: 0 auto 0 0;
}

@media (max-width: 1289px) {
    .reviews__new-review {
        width: 380px;
    }
    .new-review__bottom {
        display: block;
        position: relative;
        margin: 42px auto 0 0px;
    }
}

@media (max-width: 900px) {
    .comments__comment-list_flex{
        flex-direction: column-reverse;
        gap: 36px;
    }
    .reviews__new-review {
        width: 100%;
    }
    .new-review__block-top label {
        font-size: 44px;
    }
    .new-review__block-top span{
        line-height: normal;
    }
    .new-review__block{
        padding: 28px 28px 59px 28px;
    }
    .new-review__bottom{
        margin: 42px 0 0 0;
    }
    .comments__comment-list{
        width: 100%;
    }
    .comments__comment-title{
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-text {
        font-size: 14px;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo{
        font-size: 18px;
        height: 44px;
        width: 44px;
    }
    .comments__comment-text{
        padding: 3px 0 8px 0;
        font-size: 14px;
    }
    .comments__comment-content{
        gap: 10px;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block {
        margin: 0 0 0 58px;
    }
    .comments__comment-date{
        font-size: 12px;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-bottom {
        margin: 8px 0 0 59px;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-title-block{
        flex-direction: column;
        align-items: normal;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-rate {
        margin: 0;
    }
}
@media (max-width: 600px) {
    .product-card__product-content .product-content__reviews .reviews__new-review .new-review__control-btns{
        flex-direction: column;
    }
    .product-card__product-content .product-content__reviews .reviews__new-review .new-review__checkbox-block {
        width: calc(100%);
        margin: 0;
    }
    .product-content__reviews .reviews__new-review .new-review__form-title{
        font-size: 24px;
        padding-top: 29px;
    }
    .product-content__reviews .reviews__new-review .new-review__form-content .new-review__close-btn{

    }
    .product-content__reviews .reviews__new-review .new-review__form-content{
    padding: 21px 20px 54px 20px ;
}
.product-content__reviews .reviews__new-review .new-review__form .new-review__rate-title{
    font-size: 14px;
}
.product-content__reviews .reviews__new-review .new-review__form-content input[type="text"], .product-content__reviews .reviews__new-review .new-review__form-content textarea{
    font-size: 12px;
}
    .product-content__reviews .reviews__new-review .new-review__control-btns{
        flex-direction:  column-reverse;
        gap: 16px;
    }
    .product-content__reviews .reviews__new-review .new-review__checkbox-block{
        width: 100%;
    }





}
@media (max-width: 330px) {
    .product-card__product-content .product-content__reviews .reviews__new-review .new-review__btn {
        font-size: 12px;
        padding: 20px 36px 18px;
    }}
.product-content__reviews {
    padding-bottom: 100px;
}


/* End */


/* Start:/bitrix/templates/stranke_template/components/bitrix/news.list/callback_index/style.css?17684600277412*/
.callback_bg .form_callback{
    background: #F5F5F5 url(/bitrix/templates/stranke_template/images/callback_index_bg.svg) no-repeat;
    margin: 150px 0 150px 0;
    display: flex;
    height: 418px;
}
.callback_bg .form_callback_text{
    padding: 50px 0 45px 56px;
    width: 78%;
}
.callback_bg .form_callback_foto{
    width: 550px;
}
.callback_bg .form_callback_foto img{
    transform: translate(37px, 36px);
}
.callback_index_block_down{
    display: flex;
}
.callback_bg .callback_title{
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #2F2F2F;
}
.callback_bg .callback_comment{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5A5A5A;
    padding: 20px 0;
    max-width: 629px;
}


.callback_social_block {
    display: flex;
    align-items: center;
    gap: 15px;
}
.callback_social_block .footer_social{
    padding: 0;
}
.callback_social_block .footer_social_point img{
    max-width: 30px;
}
.callback_social_block .footer_social_point{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.callback_bg .form_callback_text .about_input_callback{
    display: grid;
}
.callback_bg .form_callback_text .custom_error_message{
    color: red;
    margin-left: 10px;
}
.callback_bg .form_callback_text .error{
    border: 1px solid red;
}

.callback_bg .new-review__person-info{
    display: flex;
    margin-bottom: 30px;
}
.callback_bg .aboute_callback_btn{
    padding: 14px 35px 14px 35px!important;
    max-height: 20px;
}
.callback_bg .about_input_callback input{
    height: 50px;
    width: 471px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    margin-right: 15px;
    font-size: 16px;
}

.callback_bg .callback_comment_input{
    margin-top: 10px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    color: #575757;
}
.callback_bg .callback_comment_input a{
    font-weight: 600;
    font-size: 12px;
}

.callback_bg .callback_social_block{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.callback_bg .callback_social_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    width: 176px;
}
.callback_bg .callback_social_btn{
    cursor: pointer;
    display: flex;
    padding-up: 10px;
}
.callback_bg .callback_answer{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    color: #2F2F2F;
    padding-bottom: 50px;
}
.callback_bg .callback_btn_answer{
    background: #EB002B;
    border-radius: 30px;
    padding: 16px 0;
    width: 146px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
}
.callback_bg .modal_callback_scroll{
    overflow: hidden;
}

@media (max-width:1361px){
    .about_poisk_port_shop_block{
        flex-wrap: wrap;
        
    }
    .callback_bg .new-review__person-info{
        display: block;
    }
    .callback_bg .about_input_callback input {
        width: 71%;}
    .callback_bg .aboute_callback_btn{
        width: 20%;
        margin-top: 20px;
    }
    .callback_bg .form_callback_foto{
        width: 358px;
    }
    .callback_bg .form_callback_foto img {
        transform: translate(-25px, 83px) scale(0.8);
    }
    .callback_bg .form_callback {
        background-size: 1210px;
        height: 485px;
    }
    .callback_bg .callback_title{
        padding-right: 20px;
    }
}
@media (max-width:1307px){
    .callback_bg .form_callback {
        background-size: 1324px;
    }
    .callback_bg .form_callback{
        height: 530px;
    }


}
@media (max-width:1289px){
    .callback_bg .form_callback_foto img {
        transform: translate(-25px, 128px) scale(0.8);
    }
}
@media (max-width:1223px){
    .callback_bg .form_callback {
        background-size: 1457px;
    }

    .callback_bg .aboute_callback_btn {
        width: 156px;
    }

}

@media (max-width:1201px){
    .callback_bg .form_callback_foto {
        width: 318px;
    }
}
@media (max-width:1167px){
    .callback_bg .form_callback_foto{
        display: none;
    }

    .callback_bg .form_callback_text{
        width: 100%;
    }
    .callback_bg .form_callback{
        height: auto;
    }
    .callback_bg .aboute_callback_btn {
        width: 215px;
    }
}

@media (max-width:1019px){
    .callback_bg .callback_title{
        font-size: 24px;
    }
    .callback_bg .callback_comment{
        font-size: 14px;
    }
    .callback_bg .form_callback {
        background-size: 1578px;
    }
    .callback_bg .form_callback_foto img {
        transform: translate(28px, 196px);
    }

    .callback_bg .callback_social_text{
        font-size: 14px;
    }
    .callback_bg .callback_social_block{
        padding-right: 20px;
    }
}
@media (max-width:993px){
    .callback_bg .form_callback_foto{
       display: none;
   }

    .callback_bg .form_callback_text{
        width: 100%;
    }
}
@media (max-width:653px){
    .callback_bg .about_input_callback input {
        width: 90%;
    }
    .callback_bg .callback_comment{
        width: 90%;
        max-width: auto;
    }
}
@media (max-width:600px){
    .callback_bg .form_callback{
        margin: 40px 0;
    }
    .callback_bg .form_callback{
      background: none;
  }
    .callback_bg .callback_bg{
        background: #F5F5F5;
    }
    .callback_bg .form_callback_text{
        padding: 40px 0 45px 0;
    }
    .callback_bg .about_input_callback input {
        width: 95%;
    }
}
@media (max-width:598px){
    .callback_bg{
        background: #F5F5F5;
    }
}
@media (max-width:515px){
    .callback_bg .aboute_callback_btn{
        width: 85%;
    }
    .callback_bg .callback_social_block{
        padding-right: 0;
    }
    .callback_bg .callback_social_btn{
        width: 59px;
    }
    /*.callback_bg .about_tg{
        background: linear-gradient(263.83deg, #1AA9E0 25.21%, #0199D3 71.15%);
        backdrop-filter: blur(16px);
        border-radius: 30px;
    }*/
    .callback_bg .callback_social_btn svg{
        width: 100%;
    }
   /* .callback_bg .about_wa{
        background: linear-gradient(263.83deg, #44C554 25.21%, #44AA54 71.15%);
        backdrop-filter: blur(16px);
        border-radius: 30px;
    }
    .callback_bg .about_viber{
        background: linear-gradient(263.83deg, #7C3CAE 25.21%, #69289C 71.15%);
        backdrop-filter: blur(16px);
        border-radius: 30px;
    }*/
}
@media (max-width:515px){
    .callback_bg .aboute_callback_btn {
        padding: 15px 0!important;
        width: 100%;
    }
    .callback_bg .about_input_callback input {
        width: 94%;
    }
}
@media (max-width:400px){
    .callback_bg .modal_callback .callback_answer{
        font-weight: 700;
        font-size: 24px;
        line-height: 115%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}
@media (max-width:432px){
    .callback_index_block_down{
        flex-direction: column;
    }
    .callback_bg .callback_social_text{
        width: 100%;
    }
}
@media (max-width:374px){
    .callback_bg .about_input_callback input {
        width: 92%;
    }
    .callback_bg .callback_title{
        padding-right: 0;
    }
    .callback_bg .callback_comment{
        margin: 0;
    }
}



/* End */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17265831731816 */
/* /bitrix/components/custom/reviews_main_2018/templates/product_redisign/style.css?172658317818365 */
/* /bitrix/templates/stranke_template/components/bitrix/news.list/callback_index/style.css?17684600277412 */
