

/* Start:/local/templates/pokrovgold/components/bitrix/main.include/pageReviews_v2/style.css?17502409154646*/
.pageReviews-top-desc { 
    color: #858585; 
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 2.25rem;
}
.pageReviews-top-btn {
    position: relative;
    z-index: 5;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: 110%;    
    padding: 1.5rem 1.85rem;
    margin-left: -1.25rem;
    background: #fff;
    border: 1px solid #CACACA;
}
.pageReviews-top-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36%;
}
.pageReviews-top-btn-wrap a {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    transition: .35s;
}
.pageReviews-top-btn-wrap a:hover {
    text-decoration: none;
    color: var(--bs-btn-hover-bg);
    transition: .35s;
}
.pageReviews-top-btn-wrap a svg {
    margin-top: 2px;
    margin-left: 10px;
    width: 0.63438rem;
    min-width: 0.63438rem;
    height: 1.25rem;
}
.pageReviews-top-btn .btn {
    margin: 0;
}
.pageReviews-top-btn-text {
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*max-width: 35.0625rem;*/
    /*width: 100%;*/
    width: 48%;
    color: #000;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.pageReviews-top-btn-text span {
    margin: 0;
    font-weight: 700;
}
.pageReviews-top_yandex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.pageReviews-top-btn svg {
    width: 26.23431rem;
    height: 6.12394rem;
}
.pageReviews-top-btn_t {
    position: relative;
    z-index: 5;
    max-width: 27rem;
    width: 100%;
    margin-top: .5rem;
    padding: .66rem .5rem !important;
    text-transform: none !important;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal !important;
}
.pageReviews-top-image {
    position: relative;
    height: 100%; 
}
.pageReviews-top-image img {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    height: 165%;
    object-fit: cover;
}
.pageReviews-list {
    padding-top: 4.94rem; 
}
.pageReviews-list hr {
    opacity: 1;
    margin: 0 0 3.12rem 0;
    background: #CACACA;
}
.pageReviews-list-nav {
    margin-top: 3.13rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    border: none !important;
}
.pageReviews-list-nav .nav-item {
    flex: 1;
}
.pageReviews-list-nav .nav-link {
    padding: .72rem .5rem;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .35s;
}
.pageReviews-list-nav .nav-link:hover {
    color: #fff;
    background: #000;
    transition: .35s;
}
.pageReviews-list-nav .nav-link.active {
    color: #fff !important;
    background: #000 !important;
}
.pageReviews-list-tabCont {
    margin-top: 3.13rem;
}

@media (max-width: 1620px) {
    .pageReviews-top-btn-text,
    .pageReviews-top-btn_t,
    .pageReviews-top-btn-wrap a {
        font-size: 1.125rem !important;
    }
    .pageReviews-top-image img {
        bottom: 0;
        height: 160%;
    }
}

@media (max-width: 1340px) {
    .pageReviews-top-btn {
        flex-wrap: wrap;
    }
    .pageReviews-top-btn-text {
        width: 100%;
        margin-bottom: .75rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .pageReviews-top_yandex,
    .pageReviews-top-btn-wrap {
        width: 50%;
    }
    .pageReviews-top-btn-wrap a {
        margin-top: .75rem;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {
    .pageReviews-list-nav .nav-link {
        min-height: 4.45rem;
    }
}

@media (max-width: 767px) {
    .pageReviews-list-nav .nav-link {
        min-height: 5.45rem;
    }
    .pageReviews-top-btn-text {
        text-align: center;
    }
    .pageReviews-top_yandex,
    .pageReviews-top-btn-wrap {
        width: 100%;
    }
    .pageReviews-top_yandex {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .pageReviews-list-nav {
        display: flex;
        flex-direction: column;
    }
    .pageReviews-list-nav .nav-link {
        min-height: 3.5rem;
    }
}
/* End */


/* Start:/local/templates/pokrovgold/components/bitrix/system.pagenavigation/.default/style.css?16957105681629*/
.nbPagination {text-align: center; }
.nbPagination__container {list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center;}
.nbPagination__page {display: inline-block; margin: 0 0.5rem;}
.nbPagination__page._prev .nbPagination__item{ border: 2px solid #896c4c; border-right: 0; color:#896c4c;}
.nbPagination__page._next .nbPagination__item{border: 2px solid #896c4c; border-left: 0; color:#896c4c;}
.nbPagination__page._prev .nbPagination__item:hover, .nbPagination__page._next .nbPagination__item:hover{color: #fff; background: #896c4c;}
.nbPagination__page._prev .nbPagination__item:after, .nbPagination__page._next .nbPagination__item:after{display: none;}
.nbPagination__page._active {}
.nbPagination__page._all {}
.nbPagination__item {display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  color: #000000;
  -webkit-border-radius:0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  text-align: center; 
  padding: 5px 5px;
  position: relative;
  font-size: 1.125rem;
  align-items: center; justify-content: center;
}
.nbPagination__item:after{position: absolute; content: ""; bottom: 0;left: 0;right: 0;height: 2px; background:#896c4c;}
.nbPagination__item svg{width: 0.75rem; height: 1.0625rem; }
.nbPagination__page._active .nbPagination__item:after{display: none;}
.nbPagination__page._active .nbPagination__item,
.nbPagination__item._link {opacity: 1;}
.nbPagination__item._link:hover,
.nbPagination__page._active .nbPagination__item {background: #26454e; color: #fff; text-decoration: none;}

.nbPagination__item._link {}

/* End */


/* Start:/local/templates/pokrovgold/components/bitrix/news.list/nbReviewsList_v2/style.css?17437743015644*/
.nbReviewsList {}
.nbReviewsList__items {}
.nbReviewsList__item {border: 1px solid #b6b6b6; min-height: 200px; overflow:hidden; margin-bottom: 2rem; padding: 1.875rem 1.875rem 1.875rem 6.75rem; letter-spacing: 0.05em; line-height: 1.2; position: relative;}

.nbReviewsList__itemName {position: relative; z-index: 1; font-size: 1.5rem; color: #000; font-family:"ArnoPro",Times; text-transform: uppercase; margin-bottom: -0.3em;}
.nbReviewsList__itemCity{color: var(--color-primary); padding-left: 1.5rem; border-left: 2px solid #7a716d;}
.nbReviewsList__itemDate {position: absolute;  background: #f6f6f6; width: 100%; padding: 0.75rem; left: 0;top: 50%; text-align: center; transform: rotate(-90deg) translate(-50%, 0); transform-origin:0 0;}
.nbReviewsList__itemDate span{ font-family:"ArnoPro",Times; font-size: 1.875rem; display: block; color: var(--color-seconday); }
.nbReviewsList__itemRating {margin-top:1rem;}
.nbReviewsList__itemRating,
.nbReviewsList__itemRatingValue {width: 6.5775rem; height: 0.875rem; background: url(/local/templates/pokrovgold/components/bitrix/news.list/nbReviewsList_v2/images/star.svg?3) 0 0 repeat; background-size: auto 1.75rem;}
.nbReviewsList__itemRatingValue {background-position: 0 100%;}
.nbReviewsList__itemText {color: #585858; font-size: 1rem; padding: 1rem 0;}
.nbReviewsList__item._a .nbReviewsList__itemText  {padding: 0;}
.nbReviewsList__nav {display: none;}
.nbReviewsList__itemImages {float: right; text-align: right;}
.nbReviewsList__itemImage {display: inline-block; padding-top: 0; margin-bottom: 0.5rem; margin-left: 0.5rem;}
.clearfix {clear: both;}
.nbReviewsList__actions .btn {width: 25rem; margin: 0 0.75rem; max-width: 100%;}
.nbReviewsList__itemImg{width: 9.5rem; margin-top: -4rem; position: relative;}
.nbReviewsList__itemImg span{display: block; padding-top: 100%; -webkit-background-size: cover;
background-size: cover; position: relative; z-index: 10;
background-position: center center;
}

.nbReviewsList__itemImg a {
	display: block;
	margin-bottom: 0.25rem;
}

.nbReviewsList__itemImg:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='217px' height='66px'%3E%3Cpath fill-rule='evenodd' fill='rgb(246, 241, 236)' d='M215.226,35.814 C207.64,39.175 197.735,44.94 187.236,50.574 C176.734,57.54 169.444,62.35 165.366,65.514 C165.6,65.275 164.705,64.974 164.466,64.614 C164.466,63.655 164.646,62.94 165.6,59.934 C165.366,57.774 165.605,56.576 165.726,56.334 C169.804,51.536 179.704,44.94 195.426,34.14 C195.786,33.775 195.845,33.474 195.606,33.114 C191.165,30.476 185.796,26.606 179.496,21.504 C173.196,16.405 168.966,12.594 166.806,10.74 C166.446,9.714 166.235,8.395 166.176,6.114 C166.114,3.836 166.145,2.334 166.266,1.614 C166.266,1.375 166.626,1.74 167.346,0.714 C170.344,3.594 178.25,8.814 190.386,16.374 C202.744,23.934 211.564,28.676 216.846,30.594 C216.244,33.356 215.704,35.94 215.226,35.814 ZM172.206,35.814 C164.165,39.414 154.864,44.454 144.306,50.934 C133.745,57.414 126.486,62.274 122.526,65.514 C122.166,65.275 121.865,64.974 121.626,64.614 C121.626,59.934 122.45,57.175 122.886,56.334 C126.964,51.536 136.864,44.94 152.586,34.14 C152.946,33.775 153.5,33.474 152.766,33.114 C148.325,30.476 142.956,26.606 136.656,21.504 C130.356,16.405 126.126,12.594 123.966,10.74 C123.606,9.714 123.364,8.395 123.246,6.114 C123.125,3.836 123.125,2.334 123.246,1.614 C123.364,1.496 123.606,1.316 123.966,1.74 L124.326,0.714 C127.445,3.594 135.185,8.845 147.546,16.464 C159.904,24.86 168.724,28.794 174.6,30.594 C173.404,33.474 172.805,35.215 172.206,35.814 ZM94.806,9.894 C92.885,12.175 88.714,15.626 82.296,20.244 C75.875,24.865 70.84,28.794 64.926,32.34 C64.445,32.515 64.386,32.934 64.746,33.294 C69.305,36.56 74.736,39.926 81.36,44.904 C87.336,49.885 91.504,53.634 93.546,56.154 C93.906,56.514 94.176,57.774 94.356,59.934 C94.536,62.94 94.564,63.655 94.446,64.614 C94.86,65.216 93.664,65.514 93.186,65.514 C90.64,62.634 82.386,57.445 70.146,49.944 C57.906,42.446 49.86,37.735 43.686,35.814 C44.164,33.176 44.704,31.435 45.306,30.594 C53.344,26.994 62.614,21.954 73.116,15.474 C83.615,8.994 90.964,4.75 95.166,0.714 C95.526,1.74 95.824,1.434 96.66,1.794 C96.66,2.756 95.886,4.314 95.526,6.474 C95.166,8.634 94.924,9.776 94.806,9.894 ZM51.966,9.894 C49.924,12.175 45.694,15.654 39.276,20.334 C32.855,25.14 27.126,28.915 22.86,32.34 C21.605,32.515 21.546,32.934 21.906,33.294 C26.465,36.56 31.896,39.926 38.196,44.904 C44.496,49.885 48.664,53.634 50.706,56.154 C51.66,56.514 51.305,57.805 51.426,60.24 C51.544,62.246 51.544,63.776 51.426,64.614 C51.305,64.856 50.886,65.154 50.166,65.514 C47.286,62.634 39.695,57.445 27.396,49.944 C15.94,42.446 6.246,37.735 0.846,35.814 C1.206,33.415 1.684,31.674 2.286,30.594 C10.566,27.115 19.864,22.165 30.186,15.744 C40.505,9.326 47.885,4.314 52.326,0.714 C52.804,0.956 53.105,1.316 53.226,1.794 C53.226,2.756 53.46,4.314 52.686,6.474 C52.326,8.634 52.84,9.776 51.966,9.894 Z'/%3E%3C/svg%3E");
position: absolute; bottom: -1rem;right: 60%; width: 13.5625rem; height: 4.125rem; background-position: center; -webkit-background-size: contain;
background-size: contain; content: '';
	z-index: -1;
}



/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
	.nbReviewsList__itemImages {float:none; text-align: left;}
	.nbReviewsList__itemImage {margin-left: 0; margin-right: 0.5rem; }
	.nbReviewsList__itemImage img {height: 60px;}
	.nbReviewsList__itemDate {right: 0;}
	.nbReviewsList__item {padding: 1rem 3.25rem 1rem 1rem; }
	.nbReviewsList__actions .btn {width: 275px; margin-bottom: 1rem;}
}
/* End */


/* Start:/local/templates/pokrovgold/components/bitrix/iblock.element.add.form/nbReviewAdd/style.css?17189712053210*/
.nbReviewAdd {position: relative;}
.nbReviewAdd__content {    background: #eeeeee;
    height: 100%;
    padding: 2.5rem 2.25rem;
    }
.nbReviewAdd__title h2.nbH2{text-align: center; margin-bottom: 2rem; font-weight: 700;}
.nbReviewAdd .g-recaptcha > div {border: 1px solid transparent;}
.nbReviewAdd .is-invalid .g-recaptcha > div,
.nbReviewAdd .has-error .g-recaptcha > div {border: 1px solid #dc3545;}
.nbReviewAdd .form-control{border:1px solid #cecece; border-radius: 0;}
.nbReviewAdd__action{margin-top: 1rem;}
.nbReviewAdd textarea.form-control {height: 9.2rem;}
.nbReviewAdd .form-check-inline._rating {cursor: pointer; margin-right: 0.5rem; padding-left: 0;} 
.nbReviewAdd .form-check-inline._rating .form-check-input {display: none;}
.nbReviewAdd .form-check-inline._rating .form-check-label {display: block;width: 1.5rem; height: 1.5rem; background: url(/local/templates/pokrovgold/components/bitrix/iblock.element.add.form/nbReviewAdd/images/star.svg) 0 0 no-repeat; background-size: 100% auto; text-indent: -9999px;  cursor: pointer;}
.nbReviewAdd .form-check-inline._rating._active .form-check-label {background-position: 0 100%;}
.nbReviewAdd__userconsent {font-size: 0.75rem; padding-bottom: 0.5rem; text-align: center;}
.nbReviewAdd .form-checkList {padding: 0.3125rem 0 0.375rem;}
.nbReviewAdd .mb-3.is-invalid .form-checkList {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.nbReviewAdd .mb-3.is-valid .form-checkList {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2345b979' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.nbReviewAdd__actions {max-width: 35rem; margin: 0 auto;}
.nbReviewAdd__raiting{display: flex; 	}
.nbReviewAdd__raiting .form-checkList{padding-top: 0; margin-top: -0.1rem;}
.file-upload{height: 1.875rem;}


.nbReviewAdd__mess .alert {}
.nbReviewAdd__mess .alert-success {margin-bottom: 0; padding: 2rem;} 
.nbReviewAdd__mess .alert button {display: none;}


.nbIblockElementAdd__filesItems {
	position: relative;
}

.nbIblockElementAdd__filesBtn {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px !important;
}
.file-upload:hover {
	text-decoration: underline;
	cursor: pointer;
	
}

/*desktops*/
@media (max-width: 1200px) { 
	.nbReviewAdd__actions {max-width: 40rem;}

}

/*tablets*/
@media (max-width: 991px) {
.nbReviewAdd__content {margin: 0;}
}

/*phones*/
@media (max-width: 767px) { 
	.nbReviewAdd {background: none; padding: 0;}
	.nbReviewAdd:before {content: none;}
	.nbReviewAdd__content {padding: 1.5rem 1rem 1rem;}
	.nbReviewAdd__title {margin-bottom: 1.5rem;}
	
}
/* End */


/* Start:/local/templates/pokrovgold/components/bitrix/main.userconsent.request/nb/style.css?17387440241254*/
.nbUserConsent__container {
    margin-bottom: 1rem;
	font-size: 14px;
}
.nbConsent input[type=checkbox] {
	display: none;
}

.nbConsent {
    position: relative;

}

.nbConsent a {
    padding-left: 1.5em;
}

.nbConsent a:before,
.nbConsent a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.nbConsent a:before {
    width: 1.25em;
    height: 1.25em;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.nbConsent input[type=checkbox]:checked + a:before {
    background: rgba(255, 255, 255, 0);
}

.nbConsent input[type=checkbox]:checked + a:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid var(--color-primary);
    border-top-style: none;
    border-right-style: none;
}

.nbConsent input[type=checkbox]:disabled + a:before {
    border-color: rgba(255, 255, 255, 0.26);
}

.nbConsent input[type=checkbox]:disabled:checked + a:before {
    background: rgba(255, 255, 255, 0.26);
}

.nbUserConsent__link {
    line-height: 1.25em;
    vertical-align: top;

    display: inline;

    padding-top: 1px;
    color: var(--color-primary);
}

/* End */


/* Start:/local/templates/pokrovgold/components/bitrix/main.userconsent.request/nb/user_consent.css?16721748033383*/
.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; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	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 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.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: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.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: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.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;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* End */
/* /local/templates/pokrovgold/components/bitrix/main.include/pageReviews_v2/style.css?17502409154646 */
/* /local/templates/pokrovgold/components/bitrix/system.pagenavigation/.default/style.css?16957105681629 */
/* /local/templates/pokrovgold/components/bitrix/news.list/nbReviewsList_v2/style.css?17437743015644 */
/* /local/templates/pokrovgold/components/bitrix/iblock.element.add.form/nbReviewAdd/style.css?17189712053210 */
/* /local/templates/pokrovgold/components/bitrix/main.userconsent.request/nb/style.css?17387440241254 */
/* /local/templates/pokrovgold/components/bitrix/main.userconsent.request/nb/user_consent.css?16721748033383 */
