

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1705520196675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/components/uvelirsoft/reviews/templates/.default/style.css?170551931011443*/
#makeReviewButton {
  margin: 40px 0;
}

.review-status {
  font-size: 10px;
  color: #777777;
  display: block!important;
}

#review-all {
  margin-left: 10px;
}

.catalog-caption {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.catalog-caption>div {
  margin: 0 10px;
}

.catalog-caption>div, .catalog-caption>div a {
  font-size: 16px;
  font-weight: bold;
}

.catalog-caption>p.catalog-caption-desc {
  font-size: 14px;
  margin: 30px auto;
  font-style: italic;
  width: 100%;
  max-width: 700px;
}

a.new-review {
  padding: 15px 20px;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 180px;
  text-align: center;
  display: block;
}

div.new-review-form label {
  font-weight: 500;
  font-size: 14px;
}

div.new-review-form {
  display: none;
  /* padding:20px;
    background: #f9f9f9; */
}

.new-review-form h3 {
  padding: 0px;
  margin: 0px;
}

.new-review-form .row .form-input {
  display: block;
}

.new-review-form .form-input {
  display: inline-block;
  padding: 15px 10px 0px 0px;
}

.new-review-form .form-input select, .new-review-form .form-input input, .new-review-form .form-input textarea {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
}

.new-review-form .form-input textarea {
  min-height: 100px;
}

.new-review-form .form-input input[name="captcha_word"] {
  width: auto;
  display: inline-block;
  margin-top: -15px;
}

.new-review-form .form-input #captchaBlock {
  display: inline-block;
  margin: 15px 0px;
}

.new-review-form #reviewFormSubmitButton {
  display: block;
}

.validate-this .reviewerror {
  border-color: #920000;
}

.validate-this .error-text {
  display: block;
  color: #F44336;
}

div.stars {
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 2px 4px;
  font-size: 22px;
  color: #444;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.modern-page-navigation {
  text-align: right;
}

input.star:checked~label.star:before {
  content: '\f005';
  color: #9c7a7a;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

input.star-5:checked~label.star:before {
  color: #9c7a7a;
}

input.star-1:checked~label.star:before {
  color: #9c7a7a;
}

label.star:hover {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  cursor: pointer;
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.review-block {
  /* margin: 20px 0px; */
  /* max-width: 450px;
    margin: auto; */
  background-color: #fafafa;
  padding: 35px 30px;
  margin-bottom: 25px;
  font-size: 14px;
}

.review-block .review-personal-info {
  display: flex;
  align-items: center;
}

.review-block .review-personal-info>* {
  margin: 5px 0px;
  display: inline-block;
}

.review-block .review-personal-info .review-autor {
  width: 100%;
  font-weight: 600;
}

.review-block .review-personal-info time {
  width: 100%;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}

.review-block .review-item-text {
  min-height: 65px;
  margin: 5px 0px;
}

.review-block .review-item-replay {
  font-size: 14px;
}

.review-item-replay>.review-item-replay {
  margin-left: 30px;
  font-size: 14px;
}

.review-block .review-item-replays {
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 14px;
}

.review-block .review-item-replays span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
}

.review-block .favorite-item>* {
  padding: 5px;
}

.review-block .favorite-item * {
  display: inline-block;
  vertical-align: middle;
}

.review-block .favorite-item .fa {
  font-size: 25px;
  color: #bbb;
  margin-right: 2px;
}

.review-block .favorite-item .fa:hover, .review-block .favorite-item>*.active .fa {
  cursor: pointer;
  color: #920000;
}

.review-block .favorite-item .count {
  font-size: 14px;
}

.review-item-title {
  font-weight: 600;
  margin: 5px 0px;
}

.btn-close-review {
  float: right;
}

.pers-agreemen input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
}

.pers-agreemen label {
  display: inline-block;
  width: calc( 100% - 55px);
  vertical-align: middle;
  font-size: 12px!important;
  padding-top: 12px;
}

/*--CAPTCHA--*/

#captchaBlock {
  position: relative;
}

#captchaBlock #whiteBlock {
  display: none;
  text-align: center;
  position: absolute;
  background-color: #FFF;
  width: 180px;
  height: 40px;
}

#captchaBlock #whiteBlock #loaderImg {
  margin-top: 3px;
  width: 36px;
}

.row_images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.row_images .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid #920000;
  border-radius: 7px;
  padding: 10px;
  margin-right: 10px;
}

.row_images .image img {
  max-width: 100%;
  max-height: 100%;
}

.btn.btn-review {
  background: #9c7a7a;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 20px;
}

/* .top_rev{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .top_rev .right{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    */

.review-block-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
body .fancybox-overlay{
  background: rgba(0, 0, 0, .4);
}

.rev {
  margin-bottom: 20px;
}

.rev .top_rev {
  margin-bottom: 15px;
}

.rev .top_rev .name {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #8e6b36;
}

.rev .top_rev .time {
  font-style: italic;
  font-size: 13px;
}

.rev .bottom_rev .message {
  font-size: 13px;
}
.rev .photo-container{
  margin: 30px 0;
}
.rev .photo-container > a{
  width: 120px;
  
}
.rev .photo-container > a + a{
  margin-left: 20px;
}
.replty-block {
  padding-left: 0;
}

.detail-page-link {
  margin-top: 20px;
}

.detail-page-link a {
  /* font-weight: bold; */
  font-size: 13px;
  text-decoration: underline;
}

[id^='CatalogElementReview'] .popup-window-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-window.popup-window-with-titlebar:not(#auth_register) {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.review-stars {
  display: inline-block;
  position: relative;
  background-color: #bbb;
  margin: 0 0 0 10px;
}

.review-stars img {
  position: relative;
  z-index: 1;
}

.review-stars .bg-active {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #f8ba00;
}

.place_holder {
  z-index: 100;
  left: 10px;
  cursor: text;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  display: none;
  color: lightgrey;
}

.placeinput input:invalid+.place_holder {
  display: inline;
}

/*вся проблема в том, если placeholder больше инпута*/

.placeinput {
  position: relative;
  overflow: hidden;
}

.place_holder span {
  color: red;
}

.fancybox-close {
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
}

.title_feedback {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.title_feedback-small {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.img-checked {
  text-align: center;
  margin-bottom: 25px;
}

.img-checked img {
  max-width: 75px;
}

div.new-review-form {
  display: none;
  /* padding:20px; */
  /* background: #f9f9f9; */
  width: 490px;
  padding: 20px 60px;
}

.new-review-form h3 {
  padding: 0px;
  margin: 0px;
}

.new-review-form .row .form-input {
  display: block;
}

.new-review-form .form-input {
  display: inline-block;
  padding: 15px 10px 0px 0px;
}

.new-review-form .form-input select, .new-review-form .form-input input, .new-review-form .form-input textarea {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
}

.new-review-form .form-input textarea {
  min-height: 100px;
}

.new-review-form .form-input input[name="captcha_word"] {
  width: auto;
  display: inline-block;
  margin-top: -15px;
}

.new-review-form .form-input #captchaBlock {
  display: inline-block;
  margin: 15px 0px;
}

.new-review-form #reviewFormSubmitButton {
  display: block;
  margin: 26px auto 0 auto;
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  max-width: 250px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.new-review-form #reviewFormSubmitButton:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#CatalogElementReview .popup-window-titlebar {
  display: none;
}

#CatalogElementReview textarea {
  width: 100%;
  border-color: #c8c8c8;
  height: 140px;
}

#CatalogElementReview .img-checked {
  width: 600px;
}

#CatalogElementReview .star-container .form-group {
  text-align: center;
}

#CatalogElementReview label[for="star"] {
  margin-top: 20px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}

[id^='CatalogElementReview'] .popup-window-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

input.star-5:checked~label.star:before {
  color: #f8ba00;
}

input.star-1:checked~label.star:before {
  color: #f8ba00;
}

input.star:checked~label.star:before {
  content: '\f005';
  color: #f8ba00;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.catalog-caption .rev_make{
  width: auto;
}
.all-reviews .catalog-caption{
  margin: 0px 0px 40px 0px;
}
.all-reviews .rev_make{
  display: block;
  font-size: 14px;
  color: #000;
  margin: 0px 0px 0px 50px;
  text-transform: none
  ;
}
.catalog-caption .button--1{
  color: #337ab7;
  font-weight: 400;
  letter-spacing: 0;
  display: inline;
}
.catalog-caption .button--1:hover{
  color: #8e6b36;
}

.catalog-section-reviews-container .catalog-caption{
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.all-reviews .catalog-block-header{
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .catalog-caption {
    flex-direction: column;
  }
  .catalog-caption>div, .catalog-caption>div a {
    width: 100%;
    /* font-size: 15px; */
    margin: 0;
    margin-bottom: 15px;
  }
  #makeReviewButton {
    margin: 0 0 15px 0;
  }
  .ajax-pager-wrap {
    width: 100% !important;
  }
  .ajax-pager-link {
    margin-bottom: 20px;
  }
  .review-block-title {
    /* font-size: 18px; */
  }
  .rev .top_rev .name {
    /* font-size: 18px; */
  }
  .catalog-caption>p.catalog-caption-desc {
    margin: 10px 0;
  }
  .popup-window.popup-window-with-titlebar:not(#auth_register) {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
  }
  div.new-review-form {
    width: 100%;
    padding: 0;
  }
  .feedback-form {
    width: 100%;
    padding: 40px 0;
  }
}

@media screen and (max-width: 700px) {
  .all-reviews .catalog-caption{
    flex-direction: column;
  }
  .all-reviews .rev_make{
    margin: 20px 0px 0px 0px;
    text-align: left;
  }
  .all-reviews .catalog-block-header{
    margin: 0;
  }
}
/* End */


/* Start:/local/templates/ustemplate/components/bitrix/breadcrumb/us/style.css?1705519308853*/
.bx-breadcrumb {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  text-transform: uppercase;
  padding: 0 10px;
}

.bx-breadcrumb-item .arrow {
  margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
  color: #332c21;
}

.bx-breadcrumb .bx-breadcrumb-item a span:hover {
  color: #8e6b36;
  text-decoration: none;
  border-bottom: 1px solid #8e6b36;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
  text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
  /* white-space: nowrap; */
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #332c21;
}
.bx-breadcrumb-item i{
  margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span{
  color: #8e6b36;
}
.bx-breadcrumb .bx-breadcrumb-item a span{
  color: #332c21;
}
.bx-breadcrumb .bx-breadcrumb{
  padding: 0;
}
.bx-breadcrumb .container{
  padding: 0;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1705520196675 */
/* /local/components/uvelirsoft/reviews/templates/.default/style.css?170551931011443 */
/* /local/templates/ustemplate/components/bitrix/breadcrumb/us/style.css?1705519308853 */
