

/* Start:/local/templates/child/components/bitrix/system.pagenavigation/visual_1/style.css?16980715137527*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    margin-top: 20px;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/child/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border: solid 1px #E7E7E7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    margin: 0 2px;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    font-size: 12px;
    margin-left: 0;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
}
.bx_pagination_bottom .bx_pagination_page .nav-text a:active,
.bx_pagination_bottom .bx_pagination_page .nav-text a:focus{
  background-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
}

.bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a {
    color: var(--main_link_color);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 4px;
  background-color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span {
    background-color: var(--add_color);
    color: var(--main_font_color);
    opacity: 1;
    border-radius: 4px;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border-color: var(--add_color);
    background-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text{
  transition: .3s;
}
.bx_pagination_bottom .bx_pagination_page li:hover, .bx_pagination_bottom .bx_pagination_page .nav-text:hover{
  border-color: var(--add_color);
}
.bx_pagination_bottom .bx_pagination_page li.disabled:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
  border-color: #E7E7E7;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

/*1*/
@media (min-width: 981px) {

}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}
.bx_pagination_page_list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 2;
  width: 80%;
}
.bx_pagination_section_two{
  width: 50%;
  display: flex;
}
.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bx_pagination_page{
  display: flex;
  align-items: center;
  padding: 13px 51px;
  background-color: #F6F6F6;
}

.bx_pagination_bottom .bx_pagination_page li a:active,
.bx_pagination_bottom .bx_pagination_page li a:focus{
  background-color: var(--add_color);
}

@media (max-width: 900px){
  .bx_pagination_page{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .bx_pagination_page{
    position: relative;
    justify-content: center;
  }
  .bx_pagination_section_two{
    width: auto;
    position: absolute;
    left: 51px;
  }
  .bx_pagination_page_list{
    width: auto;
  }
}

/* endregion */

/* End */


/* Start:/local/templates/child/components/bitrix/news.list/reviews/style.css?17592339902608*/
html{
    scroll-behavior: smooth;
}

.reviews-button{
	color: #fff;
	background: #e57d20;
	padding: 12px 23px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
	margin: 10px auto;
    animation: glowing 1.5s infinite;
}

@keyframes glowing {
    0% {
        background-color: #e57d20;
        box-shadow: 0 0 5px #e57d20;
    }
    50% {
        background-color: #9c5210;
        box-shadow: 0 0 15px #9c5210, 0 0 20px #9c5210; /* Ярче свечение */
    }
    100% {
        background-color: #e57d20;
        box-shadow: 0 0 5px #e57d20;
    }
}
.reviews-notice{
	font-weight: bold;
	background: #e4efb6;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	padding: 5px;
}

.reviews-container{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.review-item{
	padding: 15px;
	border: solid 5px #e4efb6;
	border-radius: 10px;
	position: relative;
    height: max-content;
}

.review-item.big{
    grid-row: span 2;
}

.review-item__title{
    display: flex;
    align-items: flex-start;
}

.review-item__title__name{
    font-weight: bold;
    font-size: 16px;
}

.review-item__title__grade{
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 5px;
}

.fa-star{
    margin-left: 3px;
    color: #c5c5c5;
}
.fa-star.active, .fa-star.hover{
    color: #FFA511;
}

.review-item__title__date{
    margin-left: auto;
    font-size: 10px;
    text-wrap: nowrap;
}

.review-item__photo{
    position: relative;
    border: solid 3px #e4efb6;
    border-radius: 20px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-item__photo img{
	max-width: 100%;
    display: block;
    max-height: 300px;
    width: 100%;
    height: 300px;
}

.review-item__comment{
    margin-top: 10px;
    max-height: 300px;
}

.review-item__answer{
    background: #eeeeee;
    display: flex;
    flex-direction: column;
    padding: 5px 5px 5px 30px;
    border-radius: 4px;
}

.review-item__answer__title{
    margin-left: auto;
}

@media (max-width:1200px) {
    .reviews-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:768px) {
    .reviews-container{
        grid-template-columns: repeat(1, 1fr);
    }
}

.ui-form{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.warning{
    border-color: #ff5752;
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/.default/style.min.css?16980517954387*/
.webform-field-upload-list del{display:inline-block;margin:0 3px 0 6px;width:16px;height:16px;border-radius:30px;font-size:16px;line-height:16px;text-align:center;-webkit-transition:background .3s,color .3s;transition:background .3s,color .3s;text-decoration:none;outline:0;cursor:pointer}.webform-field-upload-list del:hover{background:#e00101;color:#fff}.webform-field-upload-list .error-text{color:#e00101}.webform-field-upload-list i{vertical-align:top;display:none;width:15px;height:15px;background:url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px;margin:0 0 0 8px}.hidden-caption{display:none}.webform-field-upload-list{margin:0 0 11px 2.8em;padding:0}.webform-field-upload-list a.upload-file-name{margin:0 0 0 -4px;color:#0069c4;text-decoration:underline}.webform-field-upload-list a.upload-file-name:hover{color:#1c91e7}.webform-field-upload-list li{white-space:nowrap;width:100%}.webform-field-upload-list li div.webform-field-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 3px 0;color:#888;white-space:nowrap}.webform-field-upload-list li.uploading{color:#bbb}.webform-field-upload-list li.uploading a.upload-file-name{cursor:default;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.webform-field-upload-list li.uploading i{display:inline-block}.webform-field-upload-list li .upload-file-name{padding:0 5px 0 0}.webform-field-upload{overflow:hidden;width:250px;max-width:100%;height:39px;line-height:39px;cursor:pointer;display:block;position:relative;padding:0;margin:0}.file-input .webform-field-upload input[type=file],.file-input .webform-field-upload input[type=button]{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;font-size:150px;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:1px solid transparent}.webform-field-upload .webform-small-button{padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;text-align:center}.webform-field-upload-list ~ .webform-field-upload .webform-button-replace{display:none}.webform-field-upload-list.webform-field-upload-list-single{list-style:none;margin:0 0 11px 10px}.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload{display:none}.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace{display:inline-block}.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload{display:inline-block}.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace{display:none}.webform-field-upload-icon{display:none;margin:0 10px 0 0;width:39px;height:39px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#535c6a no-repeat center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);vertical-align:top;background-size:50%;overflow:hidden}.webform-field-upload-icon canvas,.webform-field-upload-icon img{width:100%}.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon{display:inline-block}.webform-field-upload-notice{font-size:11px;font-style:italic}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.min.css?16980517953754*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */
/* /local/templates/child/components/bitrix/system.pagenavigation/visual_1/style.css?16980715137527 */
/* /local/templates/child/components/bitrix/news.list/reviews/style.css?17592339902608 */
/* /bitrix/components/bitrix/main.file.input/templates/.default/style.min.css?16980517954387 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.min.css?16980517953754 */
