

/* Start:/local/templates/gettsleep/components/bitrix/news.list/reviews/style.css?176001319215959*/
@charset "UTF-8";
.popup-review__title-wrapper, .reviews .reviews-social-link__wrapper .reviews-social__link, .reviews-card-title__wrapper, .reviews-stars__num, .reviews-stars__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.popup-review__form > label, .popup-review__form > label input, [class*=__text] {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #616262
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #131313
}

:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:active, :focus {
	outline: 0
}

a:active, a:focus {
	outline: 0
}

aside, footer, header, nav {
	display: block
}

html {
	scroll-behavior: smooth
}

body, html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	line-height: 1
}

button, input, textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

li, ul {
	list-style: none
}

img {
	vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400
}

sup {
	color: inherit
}

* {
	scrollbar-width: 8px;
	scrollbar-color: #131313 #d6d6d6
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #fff
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	border-radius: 4px;
	background: #eee
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	border: 0 none #fff;
	background-color: #2d2d2d;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out
}

::-webkit-scrollbar-thumb:hover {
	background-color: #131313
}

body.lock {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

[class*=__container] {
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 15px
}

[class*=-ibg] {
	position: relative;
	width: 100%
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain
}

[class*=_overlay-bg] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 280ms ease-in-out 0s;
	transition: all 280ms ease-in-out 0s;
	z-index: 2000;
	padding: rem(60) rem(15);
	overflow-y: auto
}

[class*=_overlay-bg]._is-open {
	opacity: 1;
	visibility: visible
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: clip
}

.page {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.page [data-observ] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: rem(2);
	background: 0 0;
	pointer-events: none
}

.page_start {
	padding-top: rem(100)
}

:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

form label {
	position: relative
}

form label input {
	-webkit-transition: .3s;
	transition: .3s
}

form label span {
	color: #ff4040;
	position: absolute;
	left: 5px;
	bottom: -175%;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

[class*=__title] {
	color: #2d2d2d;
	font-size: 40px;
	font-style: normal;
	font-weight: 700
}

@-webkit-keyframes showHeader {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@keyframes showHeader {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

.reviews .breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 56px 0 48px
}

.reviews .breadcrumbs__item:not(:last-child):after {
	content: ">";
	display: inline-block;
	font-size: 14px;
	color: #616262;
	margin: 0 8px
}

.reviews .breadcrumbs a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px;
	color: #616262
}

.reviews-item:last-child {
	margin-left: 20px;
	position: sticky;
	height: 400px;
	top: 20px;
}

@media (max-width: 700px) {
	.reviews-item:last-child {
		position: static;
		height: auto;
	}
}

.reviews-title__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.reviews-stars__text {
	font-size: 16px;
	color: #212529;
	font-weight: 700;
	margin-right: 13px
}

.reviews-stars__num {
	color: #616262;
	font-size: 16px;
	font-style: normal;
	font-weight: 700
}

.reviews-stars__num svg {
	margin-right: 4px
}

.reviews-content {
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews-card {
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .06);
	padding: 24px
}

.reviews-card .close-popup {
	display: none
}

.reviews-card__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns:(1fr) [ 2 ];
	grid-template-columns:repeat(2, 1fr);
	gap: 20px
}

.reviews-card-title__wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.reviews-card-title__wrapper .reviews-card__text {
	color: #b0b7bd;
	font-size: 14px;
	font-style: normal;
	font-weight: 400
}

.reviews-card__title {
	color: #2d2d2d;
	font-size: 24px;
	max-width: 100%;
	word-break: break-all;
}

.popup-card .reviews-card__title {
	padding-right: 24px;
}

.reviews-card__title span {
	color: #b0b7bd;
	font-size: 14px;
	font-style: normal;
	font-weight: 400
}

.reviews-card__stars {
	padding: 20px 0 32px
}

.reviews-card .rating-result span {
	padding: 0;
	margin: 0 2px;
	line-height: 1;
	color: #d3d3d3;
	text-shadow: 1px 1px #bbb
}

.reviews-card .rating-result span:first-child {
	margin-left: 0
}

.reviews-card .rating-result > span:before {
	content: "";
	background-image: url(/local/templates/gettsleep/components/bitrix/news.list/reviews/images/star-empty.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px
}

.reviews-card .rating-result > span.active:before {
	background-image: url(/local/templates/gettsleep/components/bitrix/news.list/reviews/images/star-fiiled.svg)
}

.reviews-card__text {
	color: #616262;
	font-size: 16px;
	line-height: 135%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 6
}

.reviews-card__more {
	color: #b0b7bd;
	font-family: PT Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 154%;
	margin-top: 32px;
	border-bottom: 1px dashed #b0b7bd;
	cursor: pointer;
	max-width: 113px
}

.reviews .popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: static;
	width: auto;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06)
}

.reviews .btn-more__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.reviews .btn-more__wrapper .btn-more {
	color: #ff7f00;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 16px 32px;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	border: 1px solid #ff7f00;
}

.reviews .reviews-social__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 100px 0
}

.reviews .reviews-social__title {
	max-width: 400px;
	color: #2d2d2d;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.reviews .reviews-social-link__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.reviews .reviews-social-link__wrapper .reviews-social__link svg {
	margin-right: 8px
}

.reviews .submit-form {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 358px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06);
	z-index: 99999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px;
	display: none
}

.reviews .submit-form__title {
	color: #2d2d2d;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	margin-top: 32px
}

.reviews .submit-form__text {
	color: #616262;
	font-size: 16px;
	font-weight: 400;
	line-height: 135%;
	margin-top: 32px
}

.popup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(20, 22, 24, .8);
	z-index: 99999;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-y: auto
}

.star-rating {
	overflow: hidden;
	width: 160px
}

.star-rating:not(:checked) > input {
	display: none
}

.star-rating:not(:checked) > label {
	float: right;
	padding: 0;
	cursor: pointer
}

.star-rating:not(:checked) > label {
	content: "";
	background-image: url(/local/templates/gettsleep/components/bitrix/news.list/reviews/images/star-empty.svg);
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 2px
}

.star-rating > input:checked ~ label {
	background-image: url(/local/templates/gettsleep/components/bitrix/news.list/reviews/images/star-fiiled.svg)
}

.star-rating:not(:checked) > label:hover, .star-rating:not(:checked) > label:hover ~ label {
	background-image: url(/local/templates/gettsleep/components/bitrix/news.list/reviews/images/star-fiiled.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px
}

.popup.order {
	height: 100%;
	z-index: 9999999999
}

.popup._is-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.popup-review__title-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.popup-review__title-wrapper svg rect {
	-webkit-transition: all 280ms ease-in-out 0s;
	transition: all 280ms ease-in-out 0s
}

.popup-review__title-wrapper svg:hover rect {
	-webkit-transition: all 280ms ease-in-out 0s;
	transition: all 280ms ease-in-out 0s;
	fill: #8513ac
}

.popup-review__title {
	font-size: 24px;
	margin-bottom: 32px
}

.popup-review__text {
	max-width: 340px;
	line-height: 130%;
	color: #767e8d;
	opacity: .8000000119
}

.popup-review__btn {
	border-radius: 8px;
	background: #ff7f00;
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.popup-review__wrapper {
	background: #fff;
	-webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .06);
	border-radius: 20px;
	padding: 24px;
	max-height: 385px;
	overflow-y: auto;
	max-width: 358px;
	width: 358px
}

.popup-review__wrapper::-webkit-scrollbar {
	width: 0
}

.popup-review__wrapper::-webkit-scrollbar-thumb, .popup-review__wrapper::-webkit-scrollbar-track {
	background-color: #fff;
	-webkit-box-shadow: initial;
	box-shadow: initial
}

.popup-review__cross {
	cursor: pointer
}

.popup-review__cross svg:hover path {
	fill: #ff4040
}

.popup-review__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 310px
}

.popup-review__form > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	line-height: 150%;
	color: #424551;
	margin-bottom: 16px;
	position: relative
}

.popup-review__form > label span {
	bottom: -21px;
	font-size: 12px
}

.popup-review__form > label .show-icon {
	position: absolute;
	right: 10px;
	top: 59%;
	cursor: pointer
}

.popup-review__form > label input {
	width: 100%;
	border-radius: 8px;
	border: none;
	background: #f8f9fb;
	padding: 14px 12px;
	line-height: 140%;
	font-weight: 500
}

.popup-review__form > label input:focus {
	color: #000
}

.popup-review__form > label input:focus::-webkit-input-placeholder {
	color: #bec5cb
}

.popup-review__form > label input:focus::-moz-placeholder {
	color: #bec5cb
}

.popup-review__form > label input:focus:-ms-input-placeholder {
	color: #bec5cb
}

.popup-review__form > label input:focus::-ms-input-placeholder {
	color: #bec5cb
}

.popup-review__form > label input:focus::placeholder {
	color: #bec5cb
}

.popup-review__form > label input::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 150%;
	color: #a7afb9
}

.popup-review__form > label input::-moz-placeholder {
	font-size: 14px;
	line-height: 150%;
	color: #a7afb9
}

.popup-review__form > label input:-ms-input-placeholder {
	font-size: 14px;
	line-height: 150%;
	color: #a7afb9
}

.popup-review__form > label input::-ms-input-placeholder {
	font-size: 14px;
	line-height: 150%;
	color: #a7afb9
}

.popup-review__form > label input::placeholder {
	font-size: 14px;
	line-height: 150%;
	color: #a7afb9
}

.popup-review__form > label:last-child {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.popup-card .reviews-card {
	max-width: 600px;
	width: 100%;
	position: relative
}

.popup-card .reviews-card .close-popup {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 24px;
}

.popup-card .reviews-card .reviews-card-title__wrapper .reviews-card__text {
	display: none
}

.popup-card .reviews-card .reviews-card__more {
	display: none !important
}

.popup-card .reviews-card .reviews-card__text {
	max-height: 343px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto
}

@media (max-width: 1090.98px) {
	::-webkit-scrollbar-track {
		background-color: #fff
	}

	::-webkit-scrollbar-thumb {
		background-color: #fff
	}
}

@media (max-width: 950.98px) {
	.reviews .reviews-social-link__wrapper {
		margin-top: 20px
	}
}

@media (max-width: 860.98px) {
	.reviews-card__wrapper {
		-ms-grid-columns:(1fr) [ 1 ];
		grid-template-columns:repeat(1, 1fr)
	}
}

@media (max-width: 768.98px) {
	[class*=_overlay-bg]::-webkit-scrollbar {
		display: none
	}
}

@media (max-width: 700.98px) {
	.reviews-item:last-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
		width: 100%;
		margin-bottom: 20px
	}

	.reviews-item:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.reviews-title__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.reviews-stars__wrapper {
		margin-top: 20px
	}

	.reviews-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.reviews .popup {
		width: 100%
	}

	.reviews .popup .popup-review__wrapper {
		width: 100%;
		max-width: 100%
	}

	.reviews .popup .popup-review__wrapper form {
		width: 100%;
		max-width: 100%
	}

	.reviews .reviews-social__wrapper {
		margin: 30px 0
	}

	.reviews .reviews-social__title {
		font-size: 32px
	}
}

@media (max-width: 576.98px) {
	[class*=__title] {
		font-size: 32px
	}

	.popup-review__wrapper {
		max-width: 328px
	}
}

@media (max-width: 575px) {
	.popup-review__wrapper {
		max-width: 90%
	}
}

@media (max-height: 850px) {
	.popup-review__wrapper {
		max-height: 97%
	}
}

.reviews-card__text_small {
	color: #b0b7bd;
}

.input-warning {
    display: none;
    font-size: 14px;
    color: #ff4040;
    position: absolute;
    top: 100%;
    left: 0;
}



/* End */
/* /local/templates/gettsleep/components/bitrix/news.list/reviews/style.css?176001319215959 */
