

/* Start:/local/components/main/main.feedback/templates/bulat-form/style.css?17515190494162*/
.help_user_form_container {
    border: 1px #dbdbdb solid;
    width: 100%;
    height: 100%;
    display: block;
}

.help_user_desktop_combination {

    width: 100%;
    max-height: 454px;

    background-image: url("/img/bulat-form/desktop_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

.help_user_mrbulat {
    position: relative;
    margin-left: 2em;
    margin-right: 1em;

    min-width: 228px;
    max-width: 30%;
    height: 454px;

    background-image: url("/img/bulat-form/desktop_bulat.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

}

.help_user_mrmobliebulat {
    position: relative;
    margin-left: 1em;
    margin-right: 1em;

    height: 550px;
    width: 100%;

    background-image: url("/img/bulat-form/mobile_bulat.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.help_user_text {
    position: relative;
    margin-left: 2em;
    margin-right: 2em;

}

.help_user_text h3 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 145%;
}

.help_user_text p {
    padding-bottom: 10px;
}

.help_user_fields {

    /* height: 200px; */
    /* width: 100%; */

    position: relative;
    margin-left: 2em;
    margin-right: 2em;

}

.help_user_chat {

    position: relative;

    margin-left: 1em;
    margin-right: 5em;

    max-width: 30%;
    max-height: 454px;

}

.help_user_chat_title p {

    color: #8F8F8F;

    margin: 0;
    font-size: 75%;
    padding: 10px 0px 0px 20px;
}

.help_user_chat_text p {

    color: #5C5C5C;

    margin: 0;
    font-size: 85%;
    padding: 10px 10px 10px 20px;
}

.help_user_chat_sent {

    background-color: #F2F0F0;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.help_user_chat_recive {

    background-color: #FFEFA1;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

    width: 80%;

    margin: 10px 0 10px 20%;

}

.help_user_desktop_alligning {

    position: relative;

    margin-left: 1em;
    margin-right: 1em;

    max-width: 30%;
    max-height: 454px;
}

.help_user_politicatext {
    margin: 0;
    font-size: 85%;
    padding: 0px 0px 15px 0px;
}

.help_user_mobile_combination {

    width: 100%;

    background-image: url("/img/bulat-form/mobile_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

}



.bulat__input label {
    width: 100%;
}

.bulat__input label input {
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 100%;
}

body .help_user_fields form .col {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

body .help_user_fields form .col .form_widget-content.clearfix.bulat__input {
    padding-bottom: 10px;
}

body .help_user_fields form .row2.bulat__button {
    padding: 0;
    padding-bottom: 10px;
    margin: auto;
    justify-content: center;
    width: 100%;
}

body .help_user_fields form .row2.bulat__button input[type="submit"] {
    background: linear-gradient(to right, #FFD200, #FAFF00);
    font-family: "Gotham Pro", Helvetica, arial, sans-serif;
    user-select: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    margin-right: 0;
    width: 100%;
    border: 0;
}

@media (max-width: 1000px) {

    .help_user_form_Desktop {
        display: none;
    }

    .help_user_text {
        max-width: 75%;
    }

    .help_user_chat {
        margin-right: 1em;
        margin-top: 0.5em;
        margin-bottom: 1em;
        max-width: 75%;
    }

    .help_user_text h3 {
        padding-top: 60px;
        font-size: 160%;
    }

}

@media (min-width: 1000px) {

    .help_user_form_Mobile {
        display: none;
    }

    .smart-tabs {
        margin-bottom: 60px;
    }

}
/* End */


/* Start:/gp-files/gp-form-style.css?17515189282943*/
/* GP | Взяли со старого сайта */
@media (max-width: 767px) {
    body .zamer__form {
        padding: 0 15px;
    }
    body .zamer__form {
        padding-right: 0;
        padding-left: 0;
    }
    body .zamer__form_product_page {
        padding-right: 0px;
        padding-left: 17px;
    }
}
body .zamer__form .container-form {
    box-shadow: 0 0 25px rgba(29, 29, 27, 0.25);
}
body .zamer__form .container-form h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 62px;
    color: #666666;
    letter-spacing: 0.54px;
    padding: 8px 96px;
    border-bottom: 1px solid #e8e8e8;
}
body .zamer__form .container-form form {
    padding: 20px 0;
}
body .zamer__form .container-form form .row {
    margin: 0 96px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 46px;
}
@media (max-width: 767px) {
    body .zamer__form .container-form form .row {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 0 15px;
    }
}
body .zamer__form .container-form form .row2 {
    display: flex;
    align-items: center;
    margin: 0 96px;
}
body .zamer__form .container-form form .row2 input[type="submit"] {
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 2.735em;
    font-weight: 500;
    margin-right: 30px;
}
@media (max-width: 767px) {
    body .zamer__form .container-form form .row2 input[type="submit"] {
        width: fit-content;
        margin: 0 20px;
    }
}
body .zamer__form .container-form form .row2 label {
    position: relative;
    margin: 0;
}
body .zamer__form .container-form form .row2 label:after {
    content: "";
    border: 1px solid #e8e8e8;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 17px;
}
body .zamer__form .container-form form .row2 label.checkbox {
    display: grid;
    grid-template-columns: 15px auto;
    gap: 17px;
    max-width: 220px;
    margin-left: 50px;
    background-color: white;
    line-height: 19px;
}
body .zamer__form .container-form form .row2 label.checkbox input[type="checkbox"] {
    opacity: 1;
}
body .zamer__form .container-form form .row2 label.checkbox.checked:after {
    background-color: #e8e8e8;
}
@media (max-width: 767px) {
    body .zamer__form .container-form form .row2 {
        /*display: grid;
        gap: 20px;*/
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
        padding-top: 15px;
    }

}

/* GP | От меня */
.zamer__form input{
    position: relative;
    display: block;
    margin: 1rem 0;
    padding: 10px 15px;
    color: #808080;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: border-color 0.25s;
}

/* End */


/* Start:/local/templates/floor/components/bitrix/system.pagenavigation/gp-arrow/style.css?175151904947*/
.navigation.pagination{
    display: block;
}
/* End */


/* Start:/local/templates/floor/components/bitrix/news.list/gp_article_popular_mobile/style.min.css?17515190493329*/
.bx-newslist-block{padding:0 14px;margin-bottom:40px}@media(min-width:992px){.bx-newslist .bx-newslist-container:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-newslist .bx-newslist-container:nth-child(2n+1){clear:both}}.bx-newslist-img,.bx-newslist-audio,.bx-newslist-youtube,.bx-newslist-slider{position:relative;text-align:center;margin-bottom:20px}.bx-newslist-slider img,.bx-newslist-img img{width:auto;max-width:100%;height:auto;max-height:100%}.bx-newslist-video{display:block;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.7;z-index:1;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;background:url("/local/templates/floor/components/bitrix/news.list/gp_article_popular_mobile/images/bx-video.png") no-repeat center}.bx-newslist-video:hover{opacity:1}.bx-newslist-slider{width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.bx-newslist-slider-container{position:absolute;left:0;top:0;bottom:0}.bx-newslist-slider-slide{float:left;z-index:100}.bx-newslist-slider-arrow-container-left,.bx-newslist-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.bx-newslist-slider-arrow-container-left{left:0}.bx-newslist-slider-arrow-container-right{right:0}.bx-newslist-slider-arrow{position:absolute;line-height:34px;vertical-align:middle;color:#fff;cursor:pointer;font-size:48px;height:48px;width:20px;top:50%;margin-top:-24px;z-index:110;opacity:.5;text-shadow:0 0 2px rgba(0,0,0,.5)}.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow{color:#FFF;display:block;opacity:1}.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow{left:20px}.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow{right:20px}.bx-newslist-slider-control{margin:0;padding:0;position:absolute;width:100%;bottom:10px;z-index:110;text-align:center;word-spacing:-4px}.bx-newslist-slider-control li{display:inline-block;border-radius:50%;background:#fff;width:10px;height:10px;word-spacing:-4px;margin:0 3px;opacity:.5}.bx-newslist-slider-control li:hover,.bx-newslist-slider-control li.current{background:#FFF;opacity:1}bx-newslist-slider-arrow,.bx-newslist-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-newslist-title,.bx-newslist-title a{color:#000;margin:0;font-weight:600;padding:2px 0 15px;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-newslist-title a:hover{text-decoration:none;border-bottom-color:transparent}.bx-lg .bx-newslist-title{font-size:24pt}.bx-md .bx-newslist-title{font-size:20pt}.bx-xs .bx-newslist-title{font-size:18pt}.bx-newslist-view,.bx-newslist-date,.bx-newslist-comments,.bx-newslist-author,.bx-newslist-other{color:#a4a4a4;font-size:13px;padding-bottom:5px;white-space:nowrap}.bx-newslist-view i.fa,.bx-newslist-date i.fa,.bx-newslist-comments i.fa,.bx-newslist-author i.fa,.bx-newslist-tags i.fa,.bx-newslist-other i.fa{width:13px;color:#b4b4b4}.bx-newslist-tags{color:#a4a4a4;font-size:13px;padding-bottom:5px}.bx-newslist-content{font-size:14px;margin-bottom:5px}.bx-newslist-more{margin-top:5px;margin-bottom:5px}
/* End */


/* Start:/local/templates/floor/components/bitrix/news.list/gp-article-slider/style.min.css?17515190493329*/
.bx-newslist-block{padding:0 14px;margin-bottom:40px}@media(min-width:992px){.bx-newslist .bx-newslist-container:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-newslist .bx-newslist-container:nth-child(2n+1){clear:both}}.bx-newslist-img,.bx-newslist-audio,.bx-newslist-youtube,.bx-newslist-slider{position:relative;text-align:center;margin-bottom:20px}.bx-newslist-slider img,.bx-newslist-img img{width:auto;max-width:100%;height:auto;max-height:100%}.bx-newslist-video{display:block;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.7;z-index:1;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;background:url("/local/templates/floor/components/bitrix/news.list/gp-article-slider/images/bx-video.png") no-repeat center}.bx-newslist-video:hover{opacity:1}.bx-newslist-slider{width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.bx-newslist-slider-container{position:absolute;left:0;top:0;bottom:0}.bx-newslist-slider-slide{float:left;z-index:100}.bx-newslist-slider-arrow-container-left,.bx-newslist-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.bx-newslist-slider-arrow-container-left{left:0}.bx-newslist-slider-arrow-container-right{right:0}.bx-newslist-slider-arrow{position:absolute;line-height:34px;vertical-align:middle;color:#fff;cursor:pointer;font-size:48px;height:48px;width:20px;top:50%;margin-top:-24px;z-index:110;opacity:.5;text-shadow:0 0 2px rgba(0,0,0,.5)}.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow{color:#FFF;display:block;opacity:1}.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow{left:20px}.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow{right:20px}.bx-newslist-slider-control{margin:0;padding:0;position:absolute;width:100%;bottom:10px;z-index:110;text-align:center;word-spacing:-4px}.bx-newslist-slider-control li{display:inline-block;border-radius:50%;background:#fff;width:10px;height:10px;word-spacing:-4px;margin:0 3px;opacity:.5}.bx-newslist-slider-control li:hover,.bx-newslist-slider-control li.current{background:#FFF;opacity:1}bx-newslist-slider-arrow,.bx-newslist-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.bx-newslist-title,.bx-newslist-title a{color:#000;margin:0;font-weight:600;padding:2px 0 15px;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.bx-newslist-title a:hover{text-decoration:none;border-bottom-color:transparent}.bx-lg .bx-newslist-title{font-size:24pt}.bx-md .bx-newslist-title{font-size:20pt}.bx-xs .bx-newslist-title{font-size:18pt}.bx-newslist-view,.bx-newslist-date,.bx-newslist-comments,.bx-newslist-author,.bx-newslist-other{color:#a4a4a4;font-size:13px;padding-bottom:5px;white-space:nowrap}.bx-newslist-view i.fa,.bx-newslist-date i.fa,.bx-newslist-comments i.fa,.bx-newslist-author i.fa,.bx-newslist-tags i.fa,.bx-newslist-other i.fa{width:13px;color:#b4b4b4}.bx-newslist-tags{color:#a4a4a4;font-size:13px;padding-bottom:5px}.bx-newslist-content{font-size:14px;margin-bottom:5px}.bx-newslist-more{margin-top:5px;margin-bottom:5px}
/* End */
/* /local/components/main/main.feedback/templates/bulat-form/style.css?17515190494162 */
/* /gp-files/gp-form-style.css?17515189282943 */
/* /local/templates/floor/components/bitrix/system.pagenavigation/gp-arrow/style.css?175151904947 */
/* /local/templates/floor/components/bitrix/news.list/gp_article_popular_mobile/style.min.css?17515190493329 */
/* /local/templates/floor/components/bitrix/news.list/gp-article-slider/style.min.css?17515190493329 */
