@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

 body, html {
	 font-size: 16px;
	 font-family: 'Poppins';
	 line-height: 1.5;
	 padding: 0;
	 margin: 0;
	 scroll-behavior: smooth;
	 color: #404040;
}
 body {
	 font-size: 1.125rem;
}
 input, select, textarea, button {
	 font-family: 'Poppins';
	 font-size: 0.875rem;
	 outline: none;
}
 select {
	 appearance: none;
}
/* placeholder styles */
 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	 color: #ccc;
}
 ::-moz-placeholder {
	/* Firefox 19+ */
	 color: #ccc;
}
 :-ms-input-placeholder {
	/* IE 10+ */
	 color: #ccc;
}
 :-moz-placeholder {
	/* Firefox 18- */
	 color: #ccc;
}
 .empty-result {
	 width: 100%;
	 padding: 22px 0;
	 font-size: 1.25rem;
	 line-height: 28px;
	 font-weight: 300;
	 text-align: center;
	 color: #614c92;
	 opacity: 0.4;
}
.search {position: relative;}
 @media screen and (max-width: 1023px) {
	 .empty-result {
		 padding: 0;
		 font-size: 1rem;
		 line-height: 24px;
	}
}
 @media screen and (max-width: 767px) {
	 .empty-result {
		 padding: 8px 0;
		 font-size: 0.875rem;
		 line-height: 22px;
	}
}
 .search-control {
	 height: 100%;
	 padding: 13px 56px;
}
 .search .icon-search {
	 position: absolute;
	 left: 24px;
	 top: 50%;
	 transform: translateY(-50%);
}
 .cdk-overlay-container .mat-dialog-container {
	 overflow: visible;
}
 .login-modal-box {
	 width: 90vw;
	 max-height: 95vh;
}
 .login-modal-box-backdrop {
	 background: rgba(97, 76, 146, 0.5);
	 backdrop-filter: blur(6px);
}
 .login-modal-box .mat-dialog-container {
	 margin: 0;
	 padding: 0;
	 border-radius: 8px;
	 overflow: auto;
}
 .login-modal-box .mat-dialog-container .login-box {
	 overflow: hidden;
}
 .login-modal-box .mat-dialog-container .login-box-close {
	 display: contents;
}
 @media screen and (max-width: 1023px) {
	 .login-modal-box .mat-dialog-container {
		 padding: 56px;
	}
}
 @media screen and (max-width: 767px) {
	 .login-modal-box .mat-dialog-container {
		 padding: 24px;
	}
}
 .modal-confirmation {
	 width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 font-family: 'Poppins';
	 line-height: 1.15;
	 font-weight: 600;
}
 h1 {
	 font-size: 4rem;
}
 @media screen and (max-width: 1023px) {
	 h1 {
		 font-size: 3.5rem;
	}
}
 @media screen and (max-width: 767px) {
	 h1 {
		 font-size: 3rem;
	}
}
 h2 {
	 font-size: 32px;
}
 @media screen and (max-width: 1023px) {
	 h2 {
		 font-size: 2.5rem;
	}
}
 @media screen and (max-width: 767px) {
	 h2 {
		 font-size: 2rem;
	}
}
 h3 {
	 font-size: 1.5rem;
}
 @media screen and (max-width: 767px) {
	 p {
		 font-size: 0.875rem;
	}
}
 img {
	 display: block;
	 max-width: 100%;
	 height: auto;
}
 a {
	 color: #d772bd;
	 text-decoration: none;
	 transition: all 0.6s;
	 cursor: pointer;
}
 a:hover, a:focus {
	 transition: all 0.2s;
}
 a:active {
	 transition: all 0.1s;
}
 sup, sub {
	 vertical-align: baseline;
	 position: relative;
	 top: -0.8em;
	 font-size: 0.6em;
}
 sub {
	 top: 0.4em;
}
 .visually-hidden {
	 position: absolute;
	 overflow: hidden;
	 clip: rect(0 0 0 0);
	 height: 1px;
	 width: 1px;
	 margin: -1px;
	 padding: 0;
	 border: 0;
}
 .is-fixed {
	 height: 100vh;
	 overflow: hidden;
}
 .bold {
	 font-weight: 700;
}
/* grid */
 .container {
	 width: 100%;
	 max-width: 1600px;
	 margin: 0 auto;
	 padding: 0 104px;
	 box-sizing: border-box;
}
 .container-small {
	 max-width: 850px;
	 margin: 0 auto;
}
 .container-middle {
	 max-width: 960px;
}
 .container-wide {
	 max-width: 1140px;
}
 @media screen and (max-width: 1023px) {
	 .container {
		 padding: 0 56px;
	}
}
 @media screen and (max-width: 767px) {
	 .container {
		 padding: 0 24px;
	}
}
 .row {
	 display: flex;
	 flex-wrap: wrap;
	 margin-left: -12px;
	 margin-right: -12px;
}
 .col {
	 padding: 0 12px;
	 box-sizing: border-box;
}
 .col-16 {
	 width: 16.66%;
}
 .col-20 {
	 width: 20%;
}
 .col-25 {
	 width: 25%;
}
 .col-30 {
	 width: 30%;
}
 .col-33 {
	 width: 33.33%;
}
 .col-35 {
	 width: 35%;
}
 .col-40 {
	 width: 40%;
}
 .col-50 {
	 width: 50%;
}
 .col-60 {
	 width: 60%;
}
 .col-66 {
	 width: 66.66%;
}
 .col-70 {
	 width: 70%;
}
 .col-75 {
	 width: 75%;
}
 .col-100 {
	 width: 100%;
}
 @media screen and (max-width: 1023px) {
	 .row {
		 margin-left: -12px;
		 margin-right: -12px;
	}
	 .col {
		 padding-left: 12px;
		 padding-right: 12px;
	}
	 .col-tab-16 {
		 width: 16.66%;
	}
	 .col-tab-20 {
		 width: 20%;
	}
	 .col-tab-25 {
		 width: 25%;
	}
	 .col-tab-33 {
		 width: 33.33%;
	}
	 .col-tab-50 {
		 width: 50%;
	}
	 .col-tab-66 {
		 width: 66.66%;
	}
	 .col-tab-75 {
		 width: 75%;
	}
	 .col-tab-100 {
		 width: 100%;
	}
}
 @media screen and (max-width: 767px) {
	 .row {
		 width: 100%;
		 margin: 0;
	}
	 .col {
		 width: 100%;
		 padding: 0;
	}
	 .col-mobile-16 {
		 width: 16.66%;
	}
	 .col-mobile-20 {
		 width: 20%;
	}
	 .col-mobile-25 {
		 width: 25%;
	}
	 .col-mobile-33 {
		 width: 33.33%;
	}
	 .col-mobile-50 {
		 width: 50%;
	}
	 .col-mobile-66 {
		 width: 66.66%;
	}
	 .col-mobile-75 {
		 width: 75%;
	}
	 .col-mobile-100 {
		 width: 100%;
	}
}
 .statistics {
	 display: flex;
	 justify-content: space-between;
	 height: 700px;
	 overflow: hidden;
}
 .statistics:nth-child(2), .statistics:nth-child(3) {
	 margin-top: 100px;
}
 .statistics-item {
	 flex-basis: 65%;
}
 .statistics-log {
	 flex-basis: 30%;
}
/* page elements */
 .page {
	 display: flex;
	 flex-direction: column;
	 align-items: stretch;
	 min-height: 100vh;
}
 .page-header {
	 flex-shrink: 0;
}
 .page-main {
	 flex-shrink: 0;
	 flex-grow: 1;
	 position: relative;
	 overflow: hidden;
}
 .page-footer {
	 flex-shrink: 0;
}
 .icon-small {
	 width: 16px;
	 height: 16px;
	 vertical-align: top;
	 display: inline-block;
	 background-image: url(assets/icons-small.svg);
	 background-repeat: no-repeat;
}
 .icon-small-refresh {
	 background-position: 0 0;
}
 .icon-small-growth {
	 background-position: -16px 0;
}
 .icon-small-decline {
	 background-position: -32px 0;
}
 .icon-small-up {
	 background-position: -48px 0;
}
 .icon-small-down {
	 background-position: -64px 0;
}
 .icon-small-dialog {
	 background-position: -80px 0;
}
 .link, .page-numbers {
	 color: #614c92;
	 line-height: 22px;
	 font-weight: 600;
	 padding: 0;
	 outline: none;
	 background: none;
	 border: none;
	 cursor: pointer;
}
 .link-thin {
	 font-weight: 400;
}
 .link-white {
	 color: #fff;
}
 .link:hover, .page-numbers:hover, .link-white:hover, .link:focus, .link-white:focus {
	 color: #d772bd;
}
 .link:active, .link-white:active {
	 color: #eec1e2;
}
 .link-pink {
	 color: #d772bd;
}
 .link-pink:hover, .link-pink:focus {
	 color: #614c92;
}
 .link-pink:active {
	 color: #9685bf;
}
 .link-underline {
	 text-decoration: underline;
}
 .link:focus-visible {
	 outline: none;
}
 .filters .container {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .filters-search {
	 width: 220px;
}
 .filters-search .form-control {
	 padding-left: 35px;
}
 .filters-search .icon {
	 left: 5px;
	 top: 0;
}
 .filters-search ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	 color: rgba(97, 76, 146, 0.4);
}
 .filters-search ::-moz-placeholder {
	/* Firefox 19+ */
	 color: rgba(97, 76, 146, 0.4);
}
 .filters-search :-ms-input-placeholder {
	/* IE 10+ */
	 color: rgba(97, 76, 146, 0.4);
}
 .filters-search :-moz-placeholder {
	/* Firefox 18- */
	 color: rgba(97, 76, 146, 0.4);
}
 .filters-content {
	 display: flex;
	 align-items: center;
	 gap: 30px;
}
 @media screen and (max-width: 767px) {
	 .filters .container {
		 flex-direction: column;
	}
	 .filters-search {
		 width: 100%;
		 margin-bottom: 10px;
	}
	 .filters-content {
		 justify-content: space-around;
		 width: 100%;
	}
}
 .label {
	 display: inline-block;
	 padding: 5px 36px 5px 47px;
	 background-color: #e15353;
	 border-radius: 100px;
	 max-height: 40px;
	 min-width: 114px;
	 text-align: center;
	 box-sizing: border-box;
	 font-size: 0.625rem;
	 line-height: 24px;
}
 .label-green {
	 background-color: #67ca9a;
}
 .label-gray {
	 background-color: #e0e0e0;
}
 .label-text {
	 position: relative;
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: 500;
}
 .label-text:before {
	 position: absolute;
	 content: '';
	 left: -15px;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 5px;
	 height: 5px;
	 border-radius: 100px;
	 background-color: #fff;
}
 .button {
	 display: inline-block;
	 margin: 0;
	 padding: 11px 45px;
	 border-radius: 100px;
	 font-size: 0.875rem;
	 font-weight: 600;
	 text-align: center;
	 color: #614c92;
	 background-color: #fff;
	 outline: none;
	 cursor: pointer;
	 white-space: nowrap;
	 box-sizing: border-box;
	 border: 1px solid #fff;
	 transition: all 0.3s;
}
 .button-icon {
	 margin-right: 10px;
	 vertical-align: middle;
	 transition: all 0.2s;
}
 .button-thin {
	 font-weight: 400;
}
 .button-purple {
	 color: #fff;
	 background-color: #614c92;
	 border-color: #614c92;
}
 .button:hover, .button-purple:hover {
	 color: #fff;
	 background-color: #d772bd;
	 border-color: #d772bd;
}
 .button:active, .button-purple:active {
	 color: #fff;
	 background-color: #eec1e2;
	 border-color: #eec1e2;
}
 .button-purple-light {
	 color: #614c92;
	 background-color: #f9f6ff;
	 border-color: #f9f6ff;
}
 .button-purple-light:hover {
	 color: #d772bd;
	 background-color: #f9f6ff;
	 border-color: #f9f6ff;
}
 .button-purple-light:active {
	 color: #d772bd;
	 background-color: #f9f6ff;
	 border-color: #f9f6ff;
}
 .button-pink {
	 color: #fff;
	 background-color: #d772bd;
	 border-color: #d772bd;
	 font-weight: 500;
}
 .button-pink:hover {
	 background-color: #c95fac;
	 border-color: #c95fac;
}
 .button-pink:active {
	 background-color: #e3abd4;
	 border-color: #c95fac;
}
 .button-outline {
	 background-color: #fff;
}
 .button-outline.button-purple {
	 color: #614c92;
}
 .button-outline.button-purple:hover {
	 background-color: #fff;
	 color: #d772bd;
}
 .button-outline.button-purple:hover .button-icon {
	 background: #d772bd;
}
 .button-outline.button-purple:active {
	 background-color: #fff;
	 color: #d772bd;
	 opacity: 0.8;
}
 .button-outline.button-pink {
	 color: #d772bd;
}
 .button-outline.button-pink:hover {
	 background-color: #fff;
	 border-color: #614c92;
	 color: #614c92;
}
 .button-outline.button-pink:hover .button-icon {
	 background: #614c92;
}
 .button:disabled, .button:disabled:hover {
	 background-color: #bababa;
	 border-color: #bababa;
	 color: #fff;
	 cursor: default;
}
 .buttons-pair {
     display: flex;
	 position: relative;
}
 .buttons-pair .button {
	 width: 50%;
	 padding-left: 0;
	 padding-right: 0;
	 border: none;
}
 .buttons-pair:before {
	 position: absolute;
	 content: '';
	 width: 1px;
	 height: 28px;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 background-color: #fff;
	 opacity: 0.2;
}
 .buttons-pair-purple:before {
	 background-color: #614c92;
	 opacity: 0.12;
}
 .buttons-pair-purple .button {
	 padding: 13px 22px;
	 color: #614c92;
	 background-color: #f9f6ff;
	 flex: 1;
}
 .buttons-pair-purple .button:hover, .buttons-pair-purple .button:focus {
	 color: #d772bd;
	 background-color: #f9f6ff;
}
 .buttons-pair-purple .button:active {
	 color: #d772bd;
	 background-color: #f9f6ff;
}
 .buttons-pair .button:nth-child(odd) {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 .buttons-pair .button:nth-child(even) {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
}
 .form-label {
	 display: block;
	 margin-bottom: 10px;
	 line-height: 22px;
	 font-size: 0.875rem;
	 font-weight: 600;
	 color: #614c92;
}
 .form-group .form-control {
	 padding: 15px 20px;
	 background-color: #f9f6ff;
	 border: 1px solid #ede6fa;
}t
 .form-error {
	 margin-top: 4px;
	 line-height: 20px;
	 font-size: 0.75rem;
	 font-weight: 400;
	 color: #eb5757;
}
 .form-control {
	 display: block;
	 width: 100%;
	 background-color: #f9f6ff;
	 border: 1px solid #ede6fa;
	 border-radius: 8px;
	 box-sizing: border-box;
	 color: #404040;
	 line-height: 20px;
	 font-size: 0.9375rem;
}
 .form-control-rounded {
	 border-radius: 100px;
}
 .form-control:hover, .form-control:focus {
	 border-color: #614c92;
}
 .form-control::placeholder, .form-control .mat-select-placeholder {
	 font-family: 'Poppins';
	 color: #dccff8;
}
 .icon {
	 width: 16px;
	 height: 16px;
	 display: inline-block;
	 vertical-align: middle;
	 background-image: url(/assets/img/icons.svg);
	 background-repeat: no-repeat;
	 background-position: var(--bg-position);
	 --bg-position: 0 0;
}
 .icon-medium {
	 width: 24px;
	 height: 24px;
}
 .icon-big {
	 width: 40px;
	 height: 40px;
}
 .icon-mask {
	 background-color: #614c92;
	 mask-image: url(/assets/img/icons.svg);
	 mask-position: var(--bg-position);
	 -webkit-mask-image: url(/assets/img/icons.svg);
	 -webkit-mask-position: var(--bg-position);
}
 .icon-mask-white {
	 background: #fff;
}
 .icon-mask-pink {
	 background: #d772bd;
}
 .icon-mask-gray {
	 background: #999;
}
 .icon-mask-gray-lighten {
	 background: #e4def1;
}
 .icon-mask-purple {
	 background: #614c92;
}
 .icon-search {
	 --bg-position: 0 0;
}
 .icon-menu {
	 --bg-position: -16px 0;
	 width: 20px;
}
 .icon-chevron {
	 --bg-position: -52px 0;
}
 .icon-chevron-top {
	 --bg-position: -52px 0;
	 transform: rotate(90deg);
}
 .icon-chevron-bottom {
	 --bg-position: -52px 0;
	 transform: rotate(90deg);
}
 .icon-chevron-left {
	 --bg-position: -52px 0;
	 transform: rotate(180deg);
}
 .icon-arrow-left {
	 --bg-position: 0 -32px;
	 width: 96px;
	 transform: rotate(180deg);
}
 .icon-arrow-right {
	 --bg-position: 0 -32px;
	 width: 96px;
}
 .icon-heart {
	 --bg-position: -36px -16px;
}
 .icon-stars {
	 --bg-position: 0 -48px;
}
 .icon-lips {
	 --bg-position: 0 -88px;
}
 .icon-video-stat {
	 --bg-position: -40px -48px;
}
 .icon-girl {
	 --bg-position: -40px -88px;
}
 .icon-image {
	 --bg-position: -80px -48px;
}
 .icon-web {
	 --bg-position: -80px -88px;
}
 .icon-genders {
	 --bg-position: -120px -48px;
}
 .icon-male {
	 --bg-position: -120px -88px;
}
 .icon-female {
	 --bg-position: -160px -48px;
}
 .icon-location {
	 --bg-position: -53px -17px;
	 width: 14px;
	 height: 14px;
}
 .icon-eye {
	 --bg-position: -70px -2px;
	 width: 12px;
	 height: 12px;
}
 .icon-edit {
	 --bg-position: -70px -18px;
	 width: 12px;
	 height: 12px;
}
 .icon-check {
	 --bg-position: -84px 0;
}
 .icon-link {
	 --bg-position: -160px -88px;
}
 .icon-instagram {
	 --bg-position: -160px -112px;
}
 .icon-facebook {
	 --bg-position: -184px -88px;
}
 .icon-twitter {
	 --bg-position: -184px -112px;
}
 .icon-direction {
	 --bg-position: -84px -16px;
}
 .icon-google-colorized {
	 --bg-position: -100px 0;
}
 .icon-twitter-colorized {
	 --bg-position: -100px -16px;
}
 .icon-cross {
	 --bg-position: -36px 0;
}
 .icon-heart-empty {
	 --bg-position: -116px 0;
}
 .icon-settings {
	 --bg-position: -132px -16px;
}
 .icon-close {
	 --bg-position: -148px 0;
}
 .icon-close-pink {
	 --bg-position: -116px -16px;
}
 .icon-basket {
	 --bg-position: -132px 0;
}
 .icon-video {
	 --bg-position: -148px -16px;
}
 .icon-attach {
	 --bg-position: -164px 0;
}
 .icon-play {
	 --bg-position: -164px -16px;
}
 .icon-calendar {
	 --bg-position: -180px 0;
}
 .icon-photo {
	 --bg-position: -180px -16px;
}
 .icon-like {
	 --bg-position: -208px -112px;
}
 .icon-like-filled {
	 --bg-position: -208px -88px;
}
 .icon-dislike {
	 --bg-position: -208px -112px;
	 transform: rotate(180deg) scale(-1, 1);
}
 .icon-dislike-filled {
	 --bg-position: -208px -88px;
	 transform: rotate(180deg) scale(-1, 1);
}
 .icon-download {
	 --bg-position: -196px 0;
}
 .icon-no-camera {
	 --bg-position: -196px -16px;
}
 .icon-small {
	 width: 16px;
	 height: 16px;
	 vertical-align: top;
	 display: inline-block;
	 background-image: url(/assets/img/icons-small.svg);
	 background-repeat: no-repeat;
}
 .icon-small-refresh {
	 background-position: 0 0;
}
 .icon-small-growth {
	 background-position: -16px 0;
}
 .icon-small-decline {
	 background-position: -32px 0;
}
 .icon-small-up {
	 background-position: -48px 0;
}
 .icon-small-down {
	 background-position: -64px 0;
}
 .icon-small-dialog {
	 background-position: -80px 0;
}
/* logo */
 .logo {
	 display: inline-block;
	 vertical-align: top;
}
 .logo:hover, .logo:focus {
	 opacity: 0.6;
	 outline: none;
}
 .logo:active {
	 opacity: 0.3;
}
/* box */
 .box {
	 max-width: 1025px;
	 min-height: 612px;
	 box-shadow: 0 10px 40px rgba(97, 76, 146, 0.4);
	 border-radius: 10px;
	 background-color: #fff;
}
 .box-wrapper {
	 position: relative;
	 width: 430px;
	 height: 100%;
	 overflow: hidden;
	 flex-shrink: 0;
	 border-radius: 10px 0 0 10px;
}
 @media screen and (max-width: 1023px) {
	 .box-wrapper {
		 border-radius: 0;
		 width: 100%;
		 height: 400px;
	}
}
 @media screen and (max-width: 767px) {
	 .box-wrapper {
		 height: 230px;
	}
}
 .box-slider {
	 background: #614c92;
}
/* alert */
 .alert {
	 font-size: 0.625rem;
}
 .alert-danger {
	 color: #eb5757;
}
/* comment */
 .comment {
     display: flex;
     align-items: center;
	 padding: 20px 0 0;
}
 .comment avatar {
	 flex-shrink: 0;
}
 .comment .avatar {
	 margin-right: 16px;
}
 .comment-name {
	 display: block;
	 font-size: 1.125rem;
	 color: #000;
	 font-weight: 600;
}
 .comment-role {
	 display: block;
	 font-size: 0.875rem;
	 color: #ccc;
}
 .comment-paragraph {
	 font-size: 0.875rem;
	 color: #404040;
	 word-break: break-word;
}
 @media screen and (max-width: 767px) {
	 .comment-paragraph {
		 margin: 5px 0;
	}
}
 .comment-state {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .comment-state .link {
	 font-size: 0.875rem;
	 margin-left: 8px;
}
 .comment-col {
	 display: flex;
	 align-items: center;
}
 .comment-date {
	 font-size: 0.875rem;
	 color: #ccc;
}
 .comment-vote {
	 display: flex;
	 align-items: center;
}
 .comment-icon + .comment-icon {
	 margin-left: 10px;
}
 .comment-replies {
	 margin-left: 66px;
}
 .comment-links .link {
	 font-size: 0.9375rem;
	 margin-right: 15px;
}
/* popup */
 .popup {
	 color: #614c92;
}
 .popup-box {
	 padding: 16px 26px;
}
 .popup-close {
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 top: 0;
	 right: 0;
	 position: absolute;
	 cursor: pointer;
}
 .popup-images {
	 display: flex;
}
 .popup-images-image .add-model-description {
	 margin-top: 20px;
}
 .popup-images .avatar {
	 width: 260px;
	 height: 260px;
}
 .popup-images .avatar img {
	 width: 100%;
}
 @media screen and (max-width: 767px) {
	 .popup-images {
		 flex-direction: column;
	}
}
 .popup-buttons {
	 display: flex;
	 margin-top: 50px;
}
 .popup-buttons .button {
	 width: 50%;
	 margin-right: 20px;
}
 .popup-buttons .button:last-child {
	 margin-right: 0;
}
 .popup .button {
	 width: 100%;
}
/* snackbar */
 .snackbar {
	 background: #fff;
	 color: #000;
}
 .snackbar .mat-button {
	 color: #d772bd;
}
/* spinner */
 .spinner {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .spinner-color circle {
	 stroke: #d772bd;
}
/* datepicker */
 .mat-datepicker-toggle-active {
	 color: #d772bd;
}
 .mat-calendar-body-selected {
	 background: #d772bd;
}
/* paragraph */
 .paragraph {
	 padding-left: 30px;
}
/* list */
 .list {
	 padding: 0 0 0 50px;
}
 .list-item {
	 position: relative;
	 list-style-type: none;
}
 .list-item:before {
	 position: absolute;
	 content: '—';
	 top: 1px;
	 left: -20px;
}
/* tooltip */
 .mat-tooltip {
	 font-size: 0.75rem;
}
 .checkbox {
	 position: relative;
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 line-height: 20px;
	 color: #404040;
	 font-size: 0.75rem;
	 cursor: pointer;
}
 .checkbox input {
	 opacity: 0;
	 width: 0;
	 height: 0;
	 position: absolute;
}
 .checkbox input:checked ~ .checkbox-icon {
	 border-color: #d772bd;
}
 .checkbox input:checked ~ .checkbox-icon::after {
	 opacity: 1;
}
 .checkbox-icon {
	 width: 14px;
	 height: 14px;
	 border-radius: 2px;
	 position: relative;
	 border: 1px solid #999;
	 transition: all 0.3s;
	 background: #fff;
	 display: inline-block;
	 vertical-align: top;
}
 .checkbox-icon::after {
	 position: absolute;
	 transition: all 0.3s;
	 transform: translate(-50%, -50%);
	 content: '';
	 top: 50%;
	 left: 50%;
	 opacity: 0;
	 width: 8px;
	 height: 8px;
	 border-radius: 1px;
	 background-color: #d772bd;
}
 .checkbox:hover .checkbox-icon {
	 border-color: #d772bd;
}
 .radio {
	 position: relative;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 margin: 4px 0;
	 color: #404040;
	 font-size: 0.875rem;
	 cursor: pointer;
}
 .radio input {
	 display: none;
}
 .radio input:checked ~ .radio-icon::after {
	 opacity: 1;
}
 .radio-icon {
	 width: 12px;
	 height: 12px;
	 position: relative;
	 border-radius: 50%;
	 border: 1px solid #614c92;
	 transition: all 0.3s;
	 background: #fff;
	 display: inline-block;
	 vertical-align: top;
	 margin-right: 8px;
}
 .radio-icon::after {
	 position: absolute;
	 transition: all 0.3s;
	 background: #614c92;
	 content: '';
	 opacity: 0;
	 width: 7.78px;
	 height: 7.78px;
	 border-radius: 50%;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
}
/* badge */
 .badge-verified {
	 display: inline-block;
	 font-weight: 500;
	 font-size: 0.875rem;
	 position: relative;
	 padding-right: 20px;
	 padding-left: 24px;
	 border-radius: 2px;
	 background-color: #edfcee;
	 color: #67ca9a;
	 height: 26px;
	 line-height: 26px;
	 white-space: nowrap;
}
 .badge-verified:before {
	 position: absolute;
	 content: "";
	 left: 0;
	 width: 24px;
	 height: 24px;
	 background-image: url(/assets/img/icons.svg);
	 background-repeat: no-repeat;
	 background-position: -24px -48px;
}
/* status */
 .status {
	 display: inline-block;
	 font-size: 0.75rem;
	 position: relative;
	 padding: 3px 8px;
	 border-radius: 2px;
	 line-height: 14px;
	 font-family: 'Poppins';
	 background-color: rgba(228, 222, 241, .3);
	 color: #999;
	 vertical-align: top;
}
 .status-changed {
	 background-color: #f6efff;
	 color: #614c92;
}
 .status-new {
	 background-color: #e8f7e9;
	 color: #4caf50;
}
 .status-block-requested {
	 background-color: #fef4fb;
	 color: #d772bd;
}
 .status-rejected {
	 background-color: #fef4f4;
	 color: #ed827a;
}
 .status-deleted {
	 background-color: #fef4f4;
	 color: #ed827a;
}
 .status-hidden-by-model {
	 background-color: #f0f3fc;
	 color: #7c95de;
}
 .status-verified {
	 background-color: #e8f6e9;
	 color: #4caf50;
}
 .status-revisions {
	 background-color: #fef5f4;
	 color: #f1665b;
}
 .status-pending {
	 background-color: #ffeff8;
	 color: #d772bd;
}
 .status-approved {
	 background-color: #edf7ee;
	 color: #4caf50;
}
 .status-online {
	 background-color: #edf7ee;
	 color: #4caf50;
}
 .status-offline {
	 background-color: #f1f1f1;
	 color: #999;
}
 .status-free-chat {
	 background-color: #edf7ee;
	 color: #4caf50;
}
 .status-private-chat {
	 background-color: #ffeff8;
	 color: #d772bd;
}
 .status-nude-chat {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-member-chat {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-away {
	 background-color: #f1f1f1;
	 color: #999;
}
 .status-on-break {
	 background-color: #f1f1f1;
	 color: #999;
}
 .status-group-chat-show {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-semiprivate {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-vip-chat {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-happy-hour {
	 background-color: #f0f3fc;
	 color: #7c95de;
}
 .status-party-chat {
	 background-color: #f0f3fc;
	 color: #7c95de;
}
 .status-pre-gold-show {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-gold-show {
	 background-color: #fef6e0;
	 color: #dead2d;
}
 .status-true-private {
	 background-color: #ffeff8;
	 color: #d772bd;
}
 .status-paid-chat {
	 background-color: #f0f3fc;
	 color: #7c95de;
}
 .status-deleted-nickname {
	 background-color: #fff;
	 border: 1px solid #999;
}
 .status-cwsw {
	 background-color: #ffeff8;
	 color: #d772bd;
}
 .status-stats {
	 background-color: rgba(139, 108, 182, 0.1);
	 color: #8b6cb6;
}
 .user-item {
	 display: flex;
	 align-items: center;
	 font-size: 1.125rem;
	 text-align: left;
}
 .user-item-link:hover {
	 color: #d772bd;
}
 .user-item-photo {
	 position: relative;
	 flex-shrink: 0;
	 margin-right: 16px;
}
 .user-item-photo img {
	 width: 64px;
	 height: 64px;
	 border-radius: 50%;
}
 .user-item-info {
	 display: flex;
	 flex-direction: column;
}
 .user-item-data {
	 display: flex;
	 align-items: flex-end;
}
 .user-item-data .status {
	 position: relative;
	 top: 2px;
}
 .user-item-name {
	 margin-right: 5px;
	 font-size: 1rem;
	 font-weight: 600;
	 line-height: 24px;
	 color: #614c92;
	 word-break: break-word;
}
 .user-item-about {
	 font-size: 0.75rem;
	 line-height: 20px;
	 color: #614c92;
	 opacity: 0.7;
}
 .binding {
	 width: 345px;
	 margin-top: 8px;
}
 .binding-content {
	 padding: 25px 15px;
}
 .binding-list {
	 max-height: 300px;
	 min-height: 30px;
	 overflow-y: auto;
	 overflow-x: hidden;
	 box-sizing: border-box;
}
 .binding-item {
	 padding: 5px 5px;
	 transition: all 300ms;
	 cursor: pointer;
	 display: block;
}
 .binding-item:hover, .binding-item-selected {
	 background-color: rgba(231, 223, 242, 0.4);
}
 .binding-item .user-item-info {
	 width: calc(100% - 70px);
}
 .binding-item .user-item-name {
	 word-wrap: break-word;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
 .binding-footer {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 height: 25px;
}
 .binding-close {
	 display: none;
}
 .binding-submit {
	 margin-top: 5px;
}
 @media screen and (max-width: 767px) {
	 .binding {
		 width: calc(100vw - 40px);
	}
	 .binding-footer {
		 height: 50px;
	}
	 .binding-close {
		 display: inline;
	}
	 .binding .dialog:after {
		 display: none;
	}
}
 .camgirl {
	 display: flex;
	 align-items: center;
}
 .camgirl-photo {
	 position: relative;
	 flex-shrink: 0;
	 margin-right: 20px;
}
 .camgirl-photo img {
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
}
 .camgirl-info {
	 display: flex;
	 flex-direction: column;
}
 .camgirl-data {
	 display: flex;
	 align-items: flex-end;
	 line-height: 20px;
	 margin-bottom: 5px;
}
 .camgirl-data .status {
	 position: relative;
	 top: 2px;
}
 .camgirl-name {
	 font-weight: 700;
	 color: #404040;
	 font-family: 'Poppins';
	 word-break: break-word;
}
 .camgirl-about {
	 color: #999;
	 font-size: 0.9375rem;
}
 .camgirl-form {
	 color: #ccc;
	 font-size: 0.9375rem;
	 margin-right: 5px;
	 line-height: 16px;
}
 .camgirl-status {
	 margin-left: 8px;
}
 @media screen and (max-width: 767px) {
	 .camgirl-form {
		 order: 1;
		 width: 100%;
		 margin-top: 10px;
	}
	 .camgirl-data {
		 flex-wrap: wrap;
	}
}
 .toprank {
	 padding: 5px 7px 5px 25px;
	 font-size: 0.875rem;
	 display: inline-block;
	 background: url('./dist/assets/img/star.svg') no-repeat;
	 border-radius: 5px;
	 color: #fff;
	 background-position: 7px center;
	 height: 32px;
	 vertical-align: top;
	 box-sizing: border-box;
	 margin-left: 10px;
}
 .toprank-hundred {
	 background-color: #f2c95e;
}
 .toprank-thousand {
	 background-color: #8f78be;
}
 .icon-badge {
	 display: inline-block;
	 width: 80px;
	 height: 80px;
	 background-image: url('dist/assets/img/badges.svg');
}
 .icon-badge-steady-antimatter {
	 background-position: 0 0;
}
 .icon-badge-red-bull {
	 background-position: -80px 0;
}
 .icon-badge-private-worker {
	 background-position: -160px 0;
}
 .icon-badge-machine-gun {
	 background-position: -240px 0;
}
 .icon-badge-bump-1000-offline {
	 background-position: -320px 0;
}
 .icon-badge-flash {
	 background-position: -400px 0;
}
 .icon-badge-busy-girl {
	 background-position: 0 -80px;
}
 .icon-badge-super-busy-girl {
	 background-position: -80px -80px;
}
 .icon-badge-group-worker {
	 background-position: -160px -80px;
}
 .icon-badge-groupie {
	 background-position: -240px -80px;
}
 .icon-badge-double-or-nothing {
	 background-position: -320px -80px;
}
 .icon-badge-steady-bronze {
	 background-position: -400px -80px;
}
 .icon-badge-steady-silver {
	 background-position: 0 -160px;
}
 .icon-badge-steady-gold {
	 background-position: -80px -160px;
}
 .icon-badge-steady-platinum {
	 background-position: -160px -160px;
}
 .icon-camsite {
	 display: inline-block;
	 width: 50px;
	 height: 50px;
	 background-image: url('/assets/img/camsite-icons.svg');
	 vertical-align: top;
	 background-repeat: no-repeat;
	 background-position: 50px 50px;
}
 .icon-camsite-adultwork {
	 background-position: 0 0;
}
 .icon-camsite-bongacams {
	 background-position: -50px 0;
}
 .icon-camsite-camcontacts {
	 background-position: -100px 0;
}
 .icon-camsite-camplace {
	 background-position: -150px 0;
}
 .icon-camsite-camscom {
	 background-position: -200px 0;
}
 .icon-camsite-camsoda {
	 background-position: -250px 0;
}
 .icon-camsite-camwithher {
	 background-position: -300px 0;
}
 .icon-camsite-chaturbate {
	 background-position: -350px 0;
}
 .icon-camsite-eurolive {
	 background-position: -400px 0;
}
 .icon-camsite-flirt4free {
	 background-position: -450px 0;
}
 .icon-camsite-ifriends {
	 background-position: -500px 0;
}
 .icon-camsite-imlive {
	 background-position: -550px 0;
}
 .icon-camsite-extasycams {
	 background-position: -600px 0;
}
 .icon-camsite-livejasmin {
	 background-position: 0 -50px;
}
 .icon-camsite-livepimpin {
	 background-position: -50px -50px;
}
 .icon-camsite-myfreecams {
	 background-position: -100px -50px;
}
 .icon-camsite-peekshows {
	 background-position: -150px -50px;
}
 .icon-camsite-privatefeeds {
	 background-position: -200px -50px;
}
 .icon-camsite-secretfriends {
	 background-position: -250px -50px;
}
 .icon-camsite-skyprivate {
	 background-position: -300px -50px;
}
 .icon-camsite-streamate {
	 background-position: -350px -50px;
}
 .icon-camsite-stripchat {
	 background-position: -400px -50px;
}
 .icon-camsite-webcamclub {
	 background-position: -450px -50px;
}
 .icon-camsite-xcams {
	 background-position: -500px -50px;
}
 .icon-camsite-xlovecam {
	 background-position: -550px -50px;
}
 .icon-camsite-webcamscom {
	 background-position: -600px -50px;
}
 .dialog {
	 border-radius: 10px;
	 background: #fff;
	 box-shadow: 0 0 8px rgba(108, 108, 108, 0.25);
	 position: relative;
}
 .dialog:after {
	 content: '';
	 position: absolute;
	 bottom: 100%;
	 right: 10px;
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 0 10px 8px 10px;
	 border-color: transparent transparent #fff transparent;
}
 .cdk-overlay-backdrop {
	 position: fixed;
}
 .mat-dialog-container {
	 margin-top: 20px;
	 margin-bottom: 20px;
	 position: relative;
}
 ::-webkit-scrollbar {
	 width: 10px;
}
 ::-webkit-scrollbar-track {
	 background: transparent;
}
 ::-webkit-scrollbar-thumb {
	 background: rgba(0, 0, 0, 0.2);
	 border-radius: 5px;
	 border: 2px solid rgba(255, 255, 255, 1);
}
 .datepicker-years .mat-calendar-period-button {
	 display: none !important;
}
 .legacy {
	 position: absolute;
	 left: 0;
	 top: 0;
}
 .binding-dropdown {
	 color: #000;
}
 .binding-dropdown-content {
	 position: absolute;
	 display: inline-block;
	 right: -8px;
	 top: 25px;
	 opacity: 0;
	 transform: scale(0);
	 pointer-events: none;
	 transition: transform 200ms, opacity linear 300ms;
	 transform-origin: right top;
}
 .binding-dropdown-content-visible {
	 opacity: 1;
	 pointer-events: all;
	 transform: scale(1);
}
 @media screen and (max-width: 767px) {
	 .binding-dropdown-content {
		 left: 0;
		 right: auto;
	}
}
 .titlecontainer-popup {
	 display: inline-block;
	 position: fixed;
	 top: 0;
	 left: 0;
	 background-color: #614c92;
	 pointer-events: none;
	 padding: 5px;
	 color: #fff;
	 opacity: 0;
	 transition: opacity 200ms;
	 font-size: 0.625rem;
	 white-space: nowrap;
	 z-index: 999;
}
 .titlecontainer-popup-visible {
	 opacity: 1;
	 transition: opacity 500ms 400ms;
}
 .dropdownpopup {
	 position: relative;
}
 .dropdownpopup-open .dropdownpopup-content {
	 opacity: 1;
	 pointer-events: all;
	 transform: translateY(10px);
}
 .dropdownpopup-content {
	 opacity: 0;
	 pointer-events: none;
	 position: absolute;
	 background-color: #fff;
	 z-index: 1000;
	 transition: all 300ms;
	 box-shadow: 0px 0px 8px rgba(108, 108, 108, 0.25);
	 border-radius: 8px;
	 min-width: 190px;
	 right: 0;
	 transform: translateY(-10px);
	 transition: 300ms all;
}
 .dropdownpopup-content:after {
	 content: '';
	 position: absolute;
	 bottom: 100%;
	 right: 10px;
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 0 10px 8px 10px;
	 border-color: transparent transparent #fff transparent;
}
 .dropdownpopup-item {
	 white-space: nowrap;
	 padding: 25px 15px;
	 display: block;
}
 .dropdownpopup-item:hover {
	 background-color: #f9f6ff;
	 color: #614c92;
}
 .dropdownpopup-item:hover .dropdownpopup-icon {
	 background: #614c92;
}
 .dropdownpopup-icon {
	 margin-right: 10px;
}
 .sticky {
	 position: fixed !important;
}
 .ad-banner {
	 position: absolute;
	 left: -1px;
}
 
/* header */
/* Descriptive color variables */
/* Functional color variables */
/* responsive resolutions */
/* Fonts */
.header {
    position: relative;
}
.header-wrapper {
    background-color: #614c92;
}
.header-container {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    height: 104px;
}
.header-bottom {
    position: relative;
}
.header-logo {
    position: absolute;
    width: 211px;
    height: 40px;
    background: url('/assets/img/logo.png') no-repeat;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s;
    z-index: 4;
    background-size: contain;
}
.header-logo:hover {
    opacity: 0.6;
}
.header-menu {
    list-style: none;
    gap: 40px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.header-menu-wrapper {
    width: 100%;
    z-index: 4;
    transition: all 0.6s;
}
.header-menu-item {
    font-size: 0.875rem;
}
.header-search {
    position: absolute;
    top: -76px;
    height: 48px;
    z-index: 4;
}
.header-search > .search {display: contents;}
.header-profile {
    position: absolute;
    top: -77px;
    right: 104px;
    z-index: 4;
    transition: all 0.6s;
}
.header-profile-message {
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    background: #d772bd;
}
.header-profile-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.header-profile-menu-item {
    font-size: 0.875rem;
    white-space: nowrap;
}
.header-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #614c92;
    transition: all 0.6s;
}
.header-toggler {
    display: none;
    cursor: pointer;
}
.header-button-link {
    display: none;
}
@media screen and (max-width: 1023px) {
    .header-container {
        width: 100%;
        height: 56px;
        padding: 0 56px;
   }
    .header-top {
        height: 88px;
   }
    .header-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding: 8px 56px 40px;
   }
    .header-logo {
        position: relative;
        width: 168px;
        height: 32px;
        top: 0;
        left: 0;
        transform: translateX(0);
   }
    .header-profile {
        top: -69px;
        right: 56px;
   }
    .header-menu {
        height: unset;
        flex-direction: column;
   }
    .header-menu-wrapper {
        height: unset;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        flex-direction: column;
        gap: 40px;
   }
    .header-menu-item {
        font-size: 2rem;
        text-align: center;
   }
    .header-menu-item b {
        color: #d772bd;
   }
    .header-toggler {
        display: contents;
   }
    .header-toggler .icon-menu {
        position: absolute;
        top: 20px;
        right: 56px;
   }
    .header-search {
        position: relative;
        height: 40px;
        top: 0;
   }
    .header-button-link {
        display: inline-block;
   }
    .header-button-box {
        display: none;
   }
}
@media screen and (max-width: 767px) {
    .header-container {
        height: 64px;
        padding: 0 24px;
   }
    .header-menu {
        height: unset;
        gap: 32px;
   }
    .header-menu-wrapper {
        height: unset;
        top: 265px;
        gap: 32px;
        padding: 0 0 40px;
   }
    .header-top {
        height: 84px;
   }
    .header-bottom {
        flex-direction: column;
        gap: 32px;
        padding-top: 12px;
   }
    .header-logo {
        width: 156px;
        height: 30px;
   }
    .header-profile {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
   }
    .header-profile-menu {
        flex-wrap: wrap;
        justify-content: center;
   }
    .header-profile .buttons-pair {
        max-width: 200px;
        margin: 0 auto;
   }
    .header-toggler .icon-menu {
        top: -50px;
        right: 24px;
        --bg-position: -16px -16px;
   }
    .header-search {
        width: 100%;
   }
}
/* header-toggle */
.header-toggle:checked ~ main, .header-toggle:checked ~ footer {
    display: none;
}
.header-toggle:checked ~ header .header-overlay {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .header-menu-wrapper {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .icon-menu {
    z-index: 4;
    --bg-position: -36px 0;
}
.header-toggle:checked ~ header .header-wrapper .header-profile {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink {
    color: #fff;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:hover, .header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:focus {
    color: #d772bd;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:active {
    color: #eec1e2;
}
.header-toggle:checked ~ header .header-top .header-logo {
    background-image: url('/assets/img/logo-white.png');
}
.header-toggle:checked ~ header .header-bottom {
    height: unset;
}

/* page-main */
.page-main {padding: 56px 0 140px;}

@media screen and (max-width: 1023px) {
    .page-main {padding: 40px 0 120px;}
}

@media screen and (max-width: 767px) {
    .page-main {padding: 32px 0 112px;}
}

.reviews-title {margin-top: 47px; font-size: 40px; line-height: 32px; color: #614C92;}
@media screen and (max-width: 1023px) {
    .reviews-title {margin-top: 32px; font-size: 32px; line-height: 40px;}
}

.reviews-question {font-size: 16px; font-weight: 600; line-height: 24px; color: #404040;}
.reviews-text {max-width: 700px; font-size: 14px; line-height: 20px; color: #404040;}

/* Breadcrumbs */
.breadcrumbs {
	display: flex;
	gap: 24px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs-item {
	position: relative;
	font-size: 0.875rem;
}
.breadcrumbs-item-active {
	pointer-events: none;
	font-weight: 400;
	color: #404040;
}
.breadcrumbs-item .icon-chevron {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -19px;
}

/* footer */
.footer {
	position: relative;
	padding-top: 48px;
	background-color: #ede6fa;
}
.footer .container {
	min-height: 304px;
	display: flex;
	gap: 40px;
}
.footer-section {
	flex: 1;
}
.footer-logo {
	display: block;
	width: 211px;
	height: 40px;
	background: url('/assets/img/logo.png') no-repeat;
	transition: opacity 0.2s;
	z-index: 4;
	background-size: contain;
}
.footer-logo:hover {
	opacity: 0.6;
}
.footer-button {
	width: 211px;
	margin-top: 40px;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.footer-list {
	flex: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-list-title {
	margin: 20px 0 26px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 26px;
	color: #614c92;
	white-space: nowrap;
}
.footer-list-item {
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 24px;
}
.footer-list-item .link {
	font-weight: 400;
	white-space: nowrap;
}
.footer-list-item .link b {
	color: #d772bd;
}
.footer-bottom {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e4def1;
}
.footer-bottom-link {
	font-size: 0.875rem;
	color: #614c92;
	opacity: 0.4;
}
@media screen and (max-width: 1180px) {
	.footer {
		padding-top: 40px;
 }
	.footer .container {
		min-height: 242px;
 }
	.footer-button {
		margin-top: 20px;
 }
	.footer-contact {
		position: absolute;
		top: 164px;
		left: 104px;
 }
	.footer-contact .footer-list-title {
		display: none;
 }
}
@media screen and (max-width: 1023px) {
	.footer-contact {
		left: 56px;
 }
	.footer-list-title {
		margin-bottom: 16px;
		font-size: 1.125rem;
 }
	.footer-list-item {
		margin-bottom: 14px;
		font-size: 0.875rem;
 }
}
@media screen and (max-width: 767px) {
	.footer {
		padding-top: 56px;
 }
	.footer .container {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 32px;
 }
	.footer-list-title {
		margin-bottom: 14px;
 }
	.footer-list-item {
		margin-bottom: 10px;
 }
	.footer-logo-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
 }
	.footer-contact {
		position: relative;
		left: unset;
		top: unset;
 }
	.footer-contact .footer-list-title {
		display: block;
 }
}

/* multiselect */
.multiselect {
	position: relative;
}
.multiselect-label {
	margin-bottom: 10px;
	font-size: 0.875rem;
	line-height: 22px;
	opacity: 0.5;
	color: #6932dd;
}
.multiselect .form-control {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px;
	cursor: pointer;
}
.multiselect .form-control .icon-chevron-bottom {
	transform: rotate(90deg) scale(2);
}
.multiselect .form-control .icon-chevron-top {
	transform: rotate(-90deg) scale(2);
}
.multiselect .form-select {
	width: 250px;
}
.multiselect-placeholder {
	width: 160px;
	display: block;
	font-size: 0.875rem;
	color: #404040;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: start;
}
.multiselect-list {
	margin: 0;
	padding: 0;
}
.multiselect-content.disabled {display: none;}
.multiselect-link {
	display: block;
	cursor: pointer;
}
.multiselect-link:hover .multiselect-text {
	color: #614c92;
	background: rgba(143, 120, 190, 0.2);
	transition: all 0.2s;
}
.multiselect-link input:checked ~ .multiselect-text {
	color: #614c92;
	background: rgba(143, 120, 190, 0.2);
}
.multiselect-text {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 22px;
	transition: all 0.6s;
	font-size: 0.875rem;
	color: #404040;
}
.multiselect-no-data {
	width: 100%;
	display: block;
	font-size: 0.875rem;
	padding: 10px 0;
}
.multiselect-scroll {
	overflow: hidden;
}
.multiselect-scroll-content {
	width: 100%;
	max-height: 254px;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: 0;
}
.multiselect-scroll-content::-webkit-scrollbar {
	display: none;
}
.multiselect-content {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
	border-radius: 8px;
	z-index: 101;
	list-style-type: none;
	box-sizing: border-box;
	border: 1px solid #614c92;
}
.reviews-filters {
    display: flex;
    margin: 40px 0;
    gap: 24px;
}

@media screen and (max-width: 767px) {
	.reviews-filters {flex-direction: column;}
	.multiselect .form-select {width: 100% !important;}
}
/* header */
/* Descriptive color variables */
/* Functional color variables */
/* responsive resolutions */
/* Fonts */
.header {
    position: relative;
}
.header-wrapper {
    background-color: #614c92;
}
.header-container {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    height: 104px;
}
.header-bottom {
    position: relative;
}
.header-logo {
    position: absolute;
    width: 211px;
    height: 40px;
    background: url('/assets/img/logo.png') no-repeat;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s;
    z-index: 4;
    background-size: contain;
}
.header-logo:hover {
    opacity: 0.6;
}
.header-menu {
    list-style: none;
    gap: 40px;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.header-menu-wrapper {
    width: 100%;
    z-index: 4;
    transition: all 0.6s;
}
.header-menu-item {
    font-size: 0.875rem;
}
.header-search {
    position: absolute;
    top: -76px;
    height: 48px;
    z-index: 4;
}
.header-search > .search {display: contents;}
.header-profile {
    position: absolute;
    top: -77px;
    right: 104px;
    z-index: 4;
    transition: all 0.6s;
}
.header-profile-message {
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    background: #d772bd;
}
.header-profile-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.header-profile-menu-item {
    font-size: 0.875rem;
    white-space: nowrap;
}
.header-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #614c92;
    transition: all 0.6s;
}
.header-toggler {
    display: none;
    cursor: pointer;
}
.header-button-link {
    display: none;
}
@media screen and (max-width: 1023px) {
    .header-container {
        width: 100%;
        height: 56px;
        padding: 0 56px;
   }
    .header-top {
        height: 88px;
   }
    .header-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding: 8px 56px 40px;
   }
    .header-logo {
        position: relative;
        width: 168px;
        height: 32px;
        top: 0;
        left: 0;
        transform: translateX(0);
   }
    .header-profile {
        top: -69px;
        right: 56px;
   }
    .header-menu {
        height: unset;
        flex-direction: column;
   }
    .header-menu-wrapper {
        height: unset;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        flex-direction: column;
        gap: 40px;
   }
    .header-menu-item {
        font-size: 2rem;
        text-align: center;
   }
    .header-menu-item b {
        color: #d772bd;
   }
    .header-toggler {
        display: contents;
   }
    .header-toggler .icon-menu {
        position: absolute;
        top: 20px;
        right: 56px;
   }
    .header-search {
        position: relative;
        height: 40px;
        top: 0;
   }
    .header-button-link {
        display: inline-block;
   }
    .header-button-box {
        display: none;
   }
}
@media screen and (max-width: 767px) {
    .header-container {
        height: 64px;
        padding: 0 24px;
   }
    .header-menu {
        height: unset;
        gap: 32px;
   }
    .header-menu-wrapper {
        height: unset;
        top: 265px;
        gap: 32px;
        padding: 0 0 40px;
   }
    .header-top {
        height: 84px;
   }
    .header-bottom {
        flex-direction: column;
        gap: 32px;
        padding-top: 12px;
   }
    .header-logo {
        width: 156px;
        height: 30px;
   }
    .header-profile {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
   }
    .header-profile-menu {
        flex-wrap: wrap;
        justify-content: center;
   }
    .header-profile .buttons-pair {
        max-width: 200px;
        margin: 0 auto;
   }
    .header-toggler .icon-menu {
        top: -50px;
        right: 24px;
        --bg-position: -16px -16px;
   }
    .header-search {
        width: 100%;
   }
}
/* header-toggle */
.header-toggle:checked ~ main, .header-toggle:checked ~ footer {
    display: none;
}
.header-toggle:checked ~ header .header-overlay {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .header-menu-wrapper {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .icon-menu {
    z-index: 4;
    --bg-position: -36px 0;
}
.header-toggle:checked ~ header .header-wrapper .header-profile {
    visibility: visible;
    opacity: 1;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink {
    color: #fff;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:hover, .header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:focus {
    color: #d772bd;
}
.header-toggle:checked ~ header .header-wrapper .header-profile .link-pink:active {
    color: #eec1e2;
}
.header-toggle:checked ~ header .header-top .header-logo {
    background-image: url('/assets/img/logo-white.png');
}
.header-toggle:checked ~ header .header-bottom {
    height: unset;
}

/* page-main */
.page-main {padding: 56px 0 140px;}

@media screen and (max-width: 1023px) {
    .page-main {padding: 40px 0 120px;}
}

@media screen and (max-width: 767px) {
    .page-main {padding: 32px 0 112px;}
}

.reviews-title {margin-top: 47px; font-size: 40px; line-height: 1.2; color: #614C92;}
@media screen and (max-width: 1023px) {
    .reviews-title {margin-top: 32px; font-size: 32px;}
}

.reviews-question {font-size: 16px; font-weight: 600; line-height: 24px; color: #404040;}
.reviews-text {max-width: 700px; font-size: 14px; line-height: 20px; color: #404040;}

/* Breadcrumbs */
.breadcrumbs {
	display: flex;
	gap: 24px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs-item {
	position: relative;
	font-size: 0.875rem;
}
.breadcrumbs-item-active {
	pointer-events: none;
	font-weight: 400;
	color: #404040;
}
.breadcrumbs-item .icon-chevron {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -19px;
}

/* footer */
.footer {
	position: relative;
	padding-top: 48px;
	background-color: #ede6fa;
}
.footer .container {
	min-height: 304px;
	display: flex;
	gap: 40px;
}
.footer-section {
	flex: 1;
}
.footer-logo {
	display: block;
	width: 211px;
	height: 40px;
	background: url('/assets/img/logo.png') no-repeat;
	transition: opacity 0.2s;
	z-index: 4;
	background-size: contain;
}
.footer-logo:hover {
	opacity: 0.6;
}
.footer-button {
	width: 211px;
	margin-top: 40px;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.footer-list {
	flex: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-list-title {
	margin: 20px 0 26px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 26px;
	color: #614c92;
	white-space: nowrap;
}
.footer-list-item {
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 24px;
}
.footer-list-item .link {
	font-weight: 400;
	white-space: nowrap;
}
.footer-list-item .link b {
	color: #d772bd;
}
.footer-bottom {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e4def1;
}
.footer-bottom-link {
	font-size: 0.875rem;
	color: #614c92;
	opacity: 0.4;
}
@media screen and (max-width: 1180px) {
	.footer {
		padding-top: 40px;
 }
	.footer .container {
		min-height: 242px;
 }
	.footer-button {
		margin-top: 20px;
 }
	.footer-contact {
		position: absolute;
		top: 164px;
		left: 104px;
 }
	.footer-contact .footer-list-title {
		display: none;
 }
}
@media screen and (max-width: 1023px) {
	.footer-contact {
		left: 56px;
 }
	.footer-list-title {
		margin-bottom: 16px;
		font-size: 1.125rem;
 }
	.footer-list-item {
		margin-bottom: 14px;
		font-size: 0.875rem;
 }
}
@media screen and (max-width: 767px) {
	.footer {
		padding-top: 56px;
 }
	.footer .container {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 32px;
 }
	.footer-list-title {
		margin-bottom: 14px;
 }
	.footer-list-item {
		margin-bottom: 10px;
 }
	.footer-logo-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
 }
	.footer-contact {
		position: relative;
		left: unset;
		top: unset;
 }
	.footer-contact .footer-list-title {
		display: block;
 }
}

/* multiselect */
.multiselect {
	position: relative;
}
.multiselect-label {
	margin-bottom: 10px;
	font-size: 0.875rem;
	line-height: 22px;
	opacity: 0.5;
	color: #6932dd;
}
.multiselect .form-control {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px;
	cursor: pointer;
}
.multiselect .form-control .icon-chevron-bottom {
	transform: rotate(90deg) scale(2);
}
.multiselect .form-control .icon-chevron-top {
	transform: rotate(-90deg) scale(2);
}
.multiselect .form-select {
	width: 250px;
}
.multiselect-placeholder {
	width: 160px;
	display: block;
	font-size: 0.875rem;
	color: #404040;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: start;
}
.multiselect-list {
	margin: 0;
	padding: 0;
}
.multiselect-content.disabled {display: none;}
.multiselect-link {
	display: block;
	cursor: pointer;
}
.multiselect-link:hover .multiselect-text {
	color: #614c92;
	background: rgba(143, 120, 190, 0.2);
	transition: all 0.2s;
}
.multiselect-link input:checked ~ .multiselect-text {
	color: #614c92;
	background: rgba(143, 120, 190, 0.2);
}
.multiselect-text {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 22px;
	transition: all 0.6s;
	font-size: 0.875rem;
	color: #404040;
}
.multiselect-no-data {
	width: 100%;
	display: block;
	font-size: 0.875rem;
	padding: 10px 0;
}
.multiselect-scroll {
	overflow: hidden;
}
.multiselect-scroll-content {
	width: 100%;
	max-height: 254px;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: 0;
}
.multiselect-scroll-content::-webkit-scrollbar {
	display: none;
}
.multiselect-content {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
	border-radius: 8px;
	z-index: 101;
	list-style-type: none;
	box-sizing: border-box;
	border: 1px solid #614c92;
}
.avatar {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.avatar-cropper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #614c92;
	text-align: center;
}
.avatar-cropper-sign {
	margin-bottom: -10px;
	font-size: 4rem;
	font-weight: 300;
	line-height: 72px;
}
.avatar-cropper-text {
	margin-bottom: 12px;
	font-size: 0.75rem;
	line-height: 20px;
}
.avatar-cropper-placeholder {
	font-size: 8px;
	font-weight: 400;
	line-height: 12px;
}
.avatar-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.avatar-no-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins';
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	background-color: #614c92;
	font-size: 0.9375rem;
}
.avatar-no-register {
	background: #f9f6ff;
}
.avatar-removed {
	border: 1px solid #ccc;
	color: #ccc;
	background: transparent;
}
.avatar-large {
	width: 240px;
	height: 240px;
	font-size: 2.5rem;
}
.avatar-big {
	width: 215px;
	height: 215px;
	font-size: 2.5rem;
}
.avatar-medium {
	width: 94px;
	min-width: 94px;
	height: 94px;
	font-size: 2rem;
}
.avatar-small {
	width: 64px;
	min-height: 64px;
	height: 64px;
	font-size: 0.9375rem;
}
.avatar-smallest {
	width: 24px;
	height: 24px;
	font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
	.avatar-medium {
		width: 103px;
		height: 103px;
 }
}
.pagination {
	 margin: 10px 0;
	 font-size: 1.25rem;
	 color: #614c92;
}
 .pagination-right .pagination-content {
	 justify-content: center;
}
 .pagination-content {
	 display: flex;
	 align-items: center;
	 margin: 0 -2px;
}
 .pagination-current-page {
	 display: block;
	 background-color: #614c92;
	 color: #fff;
}
 .pagination-content {
	 justify-content: center;
}
 .page-numbers, .pagination-item {
	 min-width: 46px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 9px 15px;
	 box-sizing: border-box;
}
 .page-numbers .pagination-edge, .pagination-item .pagination-edge {
	 color: #614c92;
}
 .pagination .current {
	 background: #614c92;
	 color: #fff;
	 cursor: default;
	 border-radius: 2px;
}
.model-review-card-col {
    margin-bottom: 24px;
}
.model-review-card {
	height: 100%;
	padding: 20px 20px 16px;
	border-radius: 8px;
	background-color: #fff;
	font-size: 0.75rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 14px rgba(126, 108, 164, 0.3);
}
.model-review-card-image {
	position: relative;
	width: 100%;
	height: 280px;
	border-radius: 8px;
	overflow: hidden;
}
.model-review-card-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.model-review-card-meta {
	margin-top: 16px;
	color: #404040;
}
.model-review-card-meta-name {
	font-size: 1rem;
	font-weight: 700;
	color: #614c92;
}
.model-review-card-meta-votes {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	white-space: nowrap;
}
.model-review-card-meta-nickname {
	margin-bottom: 2px;
	color: #6932dd;
	opacity: 0.5;
}
.model-review-card-info {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
}
.model-review-card-description {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.model-review-card-description-item {
	line-height: 20px;
}
.model-review-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin-top: 4px;
}
.model-review-card-tags-item {
	color: #d772bd;
}
.model-review-card-tags-item:before {
	content: '#';
}
@media screen and (max-width: 1023px) {
	.model-review-card-image {
		height: 268px;
 }
}
@media screen and (max-width: 767px) {
	.model-review-card-image {
		height: 280px;
 }
}
.tabs {
	display: flex;
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.reviews-tabs {
	margin-top: 32px;
}
.tabs::-webkit-scrollbar {
	display: none;
}
.tabs-button {
	width: 100%;
}
.tabs-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 1rem;
	color: #614c92;
	box-sizing: border-box;
	transition: all 0.3s;
	white-space: nowrap;
	padding: 0 30px;
	cursor: pointer;
}
.tabs-item:hover {
	opacity: 0.7;
}
.tabs-item:not(.tabs-item-active)::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 1px;
	background-color: #ece9f4;
}
.tabs-item-disabled {
	opacity: 0.5;
	cursor: default;
}
.tabs-item-disabled:hover {
	opacity: 0.5;
}
.tabs-item-active {
	font-weight: 600;
}
.tabs-item-active::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #614c92;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.tabs-item {
		background: none;
		font-size: 0.75rem;
		text-align: center;
 }
}

.review-info-photo {
    position: relative;
    min-width: 448px;
    height: 480px;
    margin-right: 72px;
    border-radius: 8px;
    overflow: hidden;
}

.review-info-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.review-info-row {
    display: flex;
}

.review-info {
    position: relative;
    margin: 40px 0 50px;
}

.review-title {
    margin-right: 12px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 32px;
    color: #614c92;
    margin-bottom: 17px;
}

.review-info-item {
    font-size: 1rem;
    line-height: 24px;
    color: #614c92;
}
.review-info-desc {font-weight: 600;}
.review-info-meta {display: flex; flex-direction: column; gap: 14px; margin: 14px 0;}
.review-section p {
    font-size: 1rem;
    line-height: 24px;
}
.review-section h1, .review-section h2, .review-section h3, .review-section h4, .review-section h5, .review-section h6 {
    line-height: 1.2;
    margin-bottom: 16px;
    color: #614C92;
}

@media screen and (max-width: 1023px) {
    .review-info-photo {
        min-width: 304px;
        height: 325px;
        margin-right: 32px;
    }
    .review-info {
        margin: 24px 0 40px;
    }
    .review-title {
        font-size: 1.5rem;
        line-height: 32px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 767px) {
    .review-info-photo {
        min-width: unset;
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }
    .review-info {
        padding-top: 65px;
    }
    .review-info-row {
        flex-direction: column;
    }
    .review-title {
        position: absolute;
        top: 0;
        font-size: 2rem;
    }
}

.tab-container {visibility: hidden; opacity: 0; position: absolute;}
.tab-container-active {display: block; padding-top: 56px; visibility: visible; opacity: 1; position: relative;}
.review-gallery-buttons {display: flex; justify-content: space-between; margin-top: 16px;}
.swiper-slide {opacity: 0.3; transition: all 1s; transform: scale(0.9);}
.swiper-slide-active {opacity: 1; transform: none;}

.comment-icon-like {
    margin-right: 8px;
}

.review-gallery-photos .swiper-slide {
    position: relative;
    height: 400px !important;
}

.review-gallery-photos .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .swiper-slide {width: 100% !important; height: auto !important;}
}

.user-review {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  box-shadow: 0px 0px 14px rgba(126, 108, 164, 0.3);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
.user-review-image {
  position: relative;
  width: 100%;
  height: 212px;
  border-radius: 8px;
  overflow: hidden;
}
.user-review-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.user-review-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  margin-top: 12px;
}
.user-review-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}
.user-review-description {
  height: 36px;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 18px;
  color: #404040;
}
.user-review-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.user-review-author-name {
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
.user-review-author-date {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 20px;
  color: #614C92;
  opacity: 0.4;
}
.user-review-column {
    margin-bottom: 24px;
}
.comment-icon {
    border: none;
    outline: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    line-height: 0px;
}
.form-comment-form {
    position: relative;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.reply-form-form {
    margin: 24px 0;
}

.reply-form-form .form-group {
    margin-bottom: 24px;
}

.comment-form {
    margin-bottom: 56px;
}

.reply-form {
    position: relative;
}

.reply-form-close, .form-attach {
    position: absolute;
    line-height: 0px;
    top: 20px;
    right: 20px;
}
.comment-paragraph {
    color: #614C92;
}
.comment-attachment {
    font-size: 0.75rem;
}
.comment-vote {
    font-size: 14px;
    color: #999;
}
.review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 4px;
}
.tags-item {
    font-size: 1rem;
    color: #D772BB;
    line-height: 24px;
}

.review-votes {
    font-size: 1rem;
}

.review-info-section-nicknames {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
}
.review-votes .icon {
    cursor: pointer;
}

.review-info-section-nicknames .row {
    margin: 0;
    gap: 4px;
}
.review-info-section-nicknames-title {
    font-size: 16px;
    color: #614C92;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.review-info-section-nicknames-items .review-info-desc {
    color: #e0e0e0;
}

.review-post-title {
    color: #D772BB !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px !important;
}

.review-gallery {
    display: flex;
    flex-direction: column;
    overflow: visible;
    width: 695px!important;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .review-gallery {
        width: 100% !important;
        padding: 0 24px;
        box-sizing: border-box;
    }
}

.reviews-seo-description {
    margin-top: 40px;
}
.not-found {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.not-found-content {
    background: #8b6cb6 url(/assets/img/404.jpg) no-repeat;
    background-size: cover;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.not-found-footer {
    padding: 15px 0;
    background: #fff;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.not-found-title {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.not-found-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    font-family: roboto,Arial,sans-serif;
    font-weight: 400;
}

.not-found-copyright {
    font-size: .75rem;
    color: #ccc;
    line-height: 1.3;
    text-align: center;
}

.newsblog-post {
	 display: flex;
	 flex-direction: column;
	 height: 100%;
	 box-sizing: border-box;
	 background: #fff;
	 border-radius: 10px;
	 overflow: hidden;
	 box-shadow: 0px 0px 14px rgba(186, 172, 216, 0.25);
	 padding: 20px;
}
 .newsblog-post-header {
	 position: relative;
	 height: 240px;
	 border-radius: 8px;
	 overflow: hidden;
}
 .newsblog-post-header img {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: top center;
}
 .newsblog-post-footer {
	 margin-top: 16px;
}
 .newsblog-post-footer-title {
	 font-size: 1rem;
	 font-weight: 700;
	 margin-bottom: 4px;
}
 .newsblog-post-footer-date {
	 font-size: 0.75rem;
	 color: #dbcdf8;
}
 .newsblog-post-footer-text {
	 max-height: 36px;
	 margin: 4px 0;
	 font-size: 0.75rem;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
 .newsblog-post-footer-text p {
	 margin: 0;
}
 .newsblog-post-footer-more {
	 font-size: 0.75rem;
}
 .newsblog-post-footer-more .icon-chevron {
	 vertical-align: middle;
	 transition: all 0.2s;
}
 .newsblog-post-footer-more:hover .icon-chevron, .newsblog-post-footer-more:focus .icon-chevron, .newsblog-post-footer-more:active .icon-chevron {
	 background: #614c92;
}

.newsblog-post-wrapper {margin-bottom: 24px;}

.posts-title {text-align: center;}

.posts-header-buttons {margin: 32px 0 48px; text-align: center;}

.posts-header-button {
    width: 200px;
    margin: 0 12px;
    font-weight: 600;
}

.posts-header-button-active {
    cursor: default;
    pointer-events: none;
}
.post-section {
	/*font-size: 16px; line-height: 24px;*/
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 300;
}
.post-section h2 {color: #614C92; font-size: 32px; line-height: 32px; margin-bottom: 12px;}
.post-section h2, .post-section h3, .post-section h4, .post-section h5, .post-section h6 {color: #614C92;}
.post-meta {display: flex; gap: 32px; margin: 20px 0 24px;}

.post-meta-item {font-weight: 400;
font-size: 14px;
line-height: 22px;color: #6932DD;opacity: 0.5;}

figcaption {font-size: 10px;}

@media screen and (max-width: 500px) {
    .posts-header-button:first-child {margin-bottom: 14px;}
}