

/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/load_more_review/style.css?17587112482117*/
div.modern-page-navigation {
    padding: 0.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: 0.75em;
    padding-right: 0.5em;
    text-decoration: none;
}

div.modern-page-navigation a.modern-page-previous {
    border-right-width: 1px;
    border-right-style: solid;
    border-left: none;
}

div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
    border-left: none;
    padding-left: 0.5em;
}

span.modern-page-current {
    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;
}

.modern-page-btn-ajax {
    padding: 10px 15px;
    margin: 30px auto 30px;
    width: fit-content;
    border: 1px solid #000000;
    border-radius: 15px;
    font-size: 24px;
    text-transform: uppercase;
    min-width: 220px;
    display: block;
}

.modern-page-title, .modern-page-dots {
    display: none;
}

div.modern-page-navigation a, span.modern-page-current, div.modern-page-navigation a.modern-page-previous, span.modern-page-dots {
    border-left: none;
    border-right: none;
    font-size: 1rem;
    font-weight: 400;
    color: #6D6E71;
}

span.modern-page-current {
    font-weight: bold;
}

div.modern-page-navigation {
    display: flex;
    justify-content: center;
}

.load_more {
    color: white;
    background: #d11b1d;
    text-align: center;
    padding: 10px 40px;
    font-size: 1rem;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 5px;
    margin-top: 1rem;
    display: block;
}
.load_more_all {
    color: white;
    background: #d11b1d;
    text-align: center;
    padding: 10px 40px;
    font-size: 1rem;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 5px;
    margin-top: 1rem;
    display: block;
}
.modern-page-navigation .modern-page-nexta:last-child {
    display: block;
}

.modern-page-next img, .modern-page-previous img {
    width: 10px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-new/style.css?17587112484777*/
.otziv-descr.activehtml {
	overflow-x: hidden;
	font-size: 16px;
}
label {
	font-size: 18px;
}

:root {
	--response-margin-left: 2rem;
}

.user-response {
	padding-left: var(--response-margin-left);
	display: none;
}
.otziv__response-form {
	margin-top: 1rem;
	max-width: 500px;
}
button.blue {
	background: #005389;
	color: white;
}

.btn-line {
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
}
.btn-line>button {
	margin: 0;
	margin-left: 10px;
	width: 50%;
	box-sizing: border-box;
}
.btn-line>button:first-of-type {
	margin-left: 0;
}
.otziv {
	font-size: 1rem;
}

.otziv .rating {
	margin: 1rem 0;
	margin-left: -4px;
}

.otzivi-main-title {
	font-size: 1.5rem;
    /*font-weight: 600;*/
    margin-bottom: 1.5rem;
    text-align: center;
}
.otzivi-main-desc {
	margin: 0 auto;
	margin-top: 1rem;
	font-size: 16px;
	line-height: 1.2;
	max-width: 760px;
	margin-bottom: 0px;
	text-align: left;
}
.my-rating {
	margin-bottom: 10px;
}
.des-btn {
	cursor: pointer;
}
.otzivi-city-btn {
	padding: 15px;
    border: 1px solid #D4DADE;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 20px;
}
.otzivi-city-btn img {
	margin-left: 10px;
	width: 20px;
}
.city-list {
	display: none;
	margin-top: 15px;
	font-size: 26px;
}
.city-list li {
	margin-bottom: 10px;
}
.city-list li:last-child {
	margin-bottom: 0px;
}
.otzivi-block {
	/*padding-top: 65px;*/
}
.otziv {
	border-bottom: solid 0.5px #D4DADE;
}
.otziv:nth-of-type(1) {
	border-top: none;
}
.otziv:nth-of-type(2) {
	border-top: none;
}

#filter-list {
	max-width: 200px;
	/*padding: 0 25px;*/
	margin: 0 auto;
}

#filter-list label {
	display: none;
}

.reviews-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 800px;
	margin: 0 auto;
}

.review-item {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 25px;
	padding-bottom: 1.5rem;
}
.otziv-buttons>button {
	font-size: .8rem;
	/*text-decoration: underline;*/
	font-weight: 600;
	color: #939598;
	margin-right: 1rem;
}
.otziv-otvet-cont {
	margin-top: 2px;
}

.otziv-descr {
	margin-bottom: 15px;
    font-size: 16px;
    width: 80%;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
}
.otziv-descr.active {
	height: auto;
}
.otziv__string {
	margin-bottom: 10px;
	margin-top: 1rem;
}
.otziv-name {
    font-size: 18px;
    font-weight: 600;
}
.otziv-star img {
	width: 22px;
}
.otziv-location {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.otziv-location a {
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
	color: #063072;
}
.otziv-buttons {
	display: flex;
}
.otziv-read-more {
	font-size: 16px;
	font-weight: bold;
	/*margin-right: 20px;*/
}
.pagination-block {
	text-align: center;
}
.otziv-comment {
	font-size: 16px;
	font-weight: bold;
}
.otziv-img {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.otziv-img img {
	width: 120px;
	margin-right: 10px;
}

.otziv-buttons {
	margin-right: 1rem;
}
.otziv__string {
	padding-top: 5px;
}
.otziv__string:first-of-type {
	padding-top: 0;
}

.otziv-load-more {
	color: white;
    background: #d11b1d;
    text-align: center;
    padding: 15px 50px;
    font-size: 18px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    display: block;
}
.review-form {
	max-width: 680px;
	margin: 0 auto;
	margin-top: 55px;
}
.review-title {
	font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.input-review {
	margin-bottom: 20px;
}
.input-review textarea {
	height: 120px;
}
.buttons-review {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.load-review, .send-review {
	width: 49.5%;
	padding: 15px 10px;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.load-review {
	background: #063072;
}
.send-review {
	background: #d11b1d;
}
.a-review-block {
	margin-bottom: 90px;
	display: flex;
	flex-direction: column;
}
.a-review-block a {
	margin-bottom: 10px;
	color: #063072;
	text-decoration: underline;
}
.my-rating {
	display: inline-block;
}

.list-select label {
	padding-left: 5px;
	font-size: .9rem;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
}

.reviews-list .error {
	font-size: 1rem;
	margin-top: 1rem;
	margin-left: 1rem;
}

label.error {
	font-size: .8rem;
}

.rating {
	margin-bottom: 1rem;
}

.reviews-sort {
	max-width: 760px;
	margin: 0 auto;
}

.tags a {
	color: white;
}

.comment__create_date {
	font-size: .8rem;
}
.otziv_product_link {
	margin-bottom: 10px;
    color: #163072;
}
@media (max-width: 500px) {
	.review-item {
		padding: 5px 0;
	}
}
/*New Rating*/
.new_rating_main {
	max-width: 760px;
	margin: 20px auto;
	font-size: 16px;
}
span .my-rating-7 {
	display: inline-block;
	margin-bottom: unset;
}
.otziv-name .rating-links {
	cursor: unset;
}
/* End */


/* Start:/bitrix/components/realweb/callback/templates/reviews-form/style.css?1671011280171*/
.error {
	color: #d11d1d;
}
.load-review, .send-review {
	font-size: 16px;
}
.response_form_ajax {
	font-size: 16px;
    margin-bottom: 20px;
    color: green;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/load_more_review/style.css?17587112482117 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-new/style.css?17587112484777 */
/* /bitrix/components/realweb/callback/templates/reviews-form/style.css?1671011280171 */
