/*!
Theme Name: ФинОтзывы
Theme URI: http://underscores.me/
Author: RefatIs
Author URI: https://kwork.ru/user/refatis
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finotzyvy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'finotzyvy';
  src:  url('fonts/finotzyvy.eot?fsiroq');
  src:  url('fonts/finotzyvy.eot?fsiroq#iefix') format('embedded-opentype'),
	url('fonts/finotzyvy.ttf?fsiroq') format('truetype'),
	url('fonts/finotzyvy.woff?fsiroq') format('woff'),
	url('fonts/finotzyvy.svg?fsiroq#finotzyvy') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'finotzyvy' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-top:before {
  content: "\e901";
}
.icon-caret-down:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e90b";
}
.icon-close:before {
  content: "\e903";
}
.icon-comments:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e905";
  color: var(--color-green);
  font-size: 0.8em;
}
.icon-menu:before {
  content: "\e906";
}
.icon-payed-review:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-quote:before {
  content: "\e909";
}
.icon-reply-to:before {
  content: "\e90a";
}
.icon-star:before {
  content: "\e90c";
}
.icon-thumbs-down:before,
.icon-thumbs-down:after {
  content: "\e90d";
  font-family: 'finotzyvy';
}
.icon-thumbs-up:before,
.icon-thumbs-up:after {
  content: "\e90e";
  font-family: 'finotzyvy';
}
.icon-web:before {
  content: "\e90f";
}
.icon-sort:before {
  content: "\e910";
}
.icon-filter:before {
  content: "\e911";
}


:root {
	--color-black: #1D1D1B;
	--color-white: #FFFFFF;
	--color-orange: #F39200;
	--color-darkorange: #CB7F0D;
	--color-green: #2FAC66;
	--color-lightgreen: #C1ED8E;
	--color-darkgreen: #208E4C;
	--color-lightgrey: #D9D9D9;
	--color-grey2: #858585;
	--color-grey: #555;
}
*, *:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: inherit;
}
html {
	color: var(--color-black);
	font-family: 'Inter', sans-serif;
	scroll-behavior: smooth;
	min-height: 100vh;
	min-height: 100dvh;
}
body {
	overflow-x: hidden;
	min-height: 100vh;
	min-height: 100dvh;
}
a {
	color: var(--color-green);
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
input {
	font-family: inherit;
}
button,
input {
	font-family: inherit;
	border: none;
	outline: none;
}
button {
	cursor: pointer;
}
ul, ol {
	list-style: none;
}
h1, h2 {
	font-size: 48px;
}
h3 {
	font-size: 18px;
}
hr {
	border: 1px solid var(--color-lightgrey);
	border-top: none;
	margin: 30px 0;
}
textarea {
	outline: none;
}

.preload * {
	transition: none!important;
}
#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}
.site-main {
	flex-grow: 1;
}
.container {
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto;
}
.btn {
	background: var(--color-green);
	color: var(--color-white);
	display: block;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 0 15px;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	background: var(--color-darkgreen);
}
.btn-big {
	font-size: 24px;
	max-width: 360px;
	line-height: 60px;	
}
.btn-small {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	max-width: 240px;
}
.btn-tiny {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	width: 100px;
}
.btn-orange {
	background: var(--color-orange);
}
.btn-orange:hover {
	background: var(--color-darkorange);
}
.btn-wide {
	max-width: unset;
}
.round-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-white);
	background: var(--color-green);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.round-btn:hover {
	background: var(--color-darkgreen);
}
.text-orange {
	color: var(--color-orange);
}
.text-green {
	color: var(--color-green);
}
.text-left {
	text-align: left;
}
.bold {
	font-weight: 700;
}

.header {
}
.header-top {
	padding: 30px 0;
}
.header-top-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.page-template-page-front .logo {
	pointer-events: none;
}
.logo {
}
.header-top-right {
	display: flex;
	align-items: center;
	gap: 60px;
}
.header-top-email a {
	color: inherit;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-top-email a span {
	text-decoration: underline;
}
.header-top-menu ul a {
	color: var(--color-black);
	text-decoration: underline;
	font-size: 14px;
	transition: color 0.3s ease;
	white-space: nowrap;
}
.header-top-email a:hover,
.header-top-menu ul a:hover {
	color: var(--color-green);
}
.header-top-menu ul {
	display: flex;
	gap: 30px;
}
.header-top-search {
}
.header-search {
	display: flex;
	align-items: stretch;
	position: relative;
}
.header-search-input {
	background: var(--color-green);
	border-radius: 40px;
	color: var(--color-white);
	height: 40px;
	padding: 0px 20px;
	transition: all 0.3s ease;
	cursor: text;
	width: 40px;
}
.header-search-input::placeholder { 
  	color: var(--color-white);
  	opacity: 1;
}
.header-search-input:-ms-input-placeholder { 
  	color: var(--color-white);
}
.header-search-input::-ms-input-placeholder {
  	color: var(--color-white);
}
.header-search-input:-internal-autofill-selected {
	color: var(--color-white)!important;
	box-shadow: inset 0 0 200px var(--color-green);
}
.header-search-submit {
	background: transparent;
	color: var(--color-white);
	position: absolute;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	right: 0;
}
.trigger-btn {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-green);
	color: var(--color-white);
	transition: all 0.3s ease;
	cursor: pointer;
}
.search-active .header-search-input {
	width: 300px;
}
.search-active .header-search-submit {
	right: 40px;
}
.search-active .trigger-btn,
.trigger-btn:hover {
	background: var(--color-darkgreen);
}
.header-menu {
	background: var(--color-orange);
	color: var(--color-white);
}
.header-menu ul {
	height: 60px;
	display: flex;
	align-items: stretch;
	border-left: 1px solid var(--color-darkorange);
}
.header-menu li {
	border-right: 1px solid var(--color-darkorange);
	flex: 1 1;
}
.header-menu li a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: var(--color-white);
	text-decoration: none;
	transition: background 0.3s ease;
	font-weight: 700;
	padding: 0 15px;
}
.header-menu li a:hover {
	background: var(--color-darkorange);
}
.header-menu .current-menu-item a {
	background: var(--color-darkorange);
	pointer-events: none;
}
.open-menu-btn {
	display: none;
}
.company-header-mobile {
	display: none;
}

.company-top-search {
	flex-grow: 1;
	max-width: 450px;
}
.company-search {
	width: 100%;
	border-radius: 20px;
	border: 1px solid var(--color-lightgrey);
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0px 13px 0 24px;
}
.company-search-input {
	flex-grow: 1;
}
.company-search-submit {
	color: var(--color-green);
	background: transparent;
}
.company-top-menu {
	position: relative;
}
.ctm-menu {
	position: absolute;
	transition: all 0.3s ease;
	transform: scaleY(0);
	transform-origin: top;
	padding-top: 0px;
	width: 250px;
	right: 0;
	z-index: 20;
}
.ctm-menu.open {
	transform: scaleY(1);
	padding-top: 10px;
}
.ctm-menu ul {
	border-radius: 10px;
	background-color: var(--color-green);
	overflow: hidden;
}
.ctm-menu ul a {
	color: var(--color-white);
	height: 40px;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 0 15px;
	transition: all 0.3s ease;
}
.ctm-menu ul a:hover {
	background-color: var(--color-darkgreen);
}



/* Front */
.top-section {
	background: var(--color-lightgreen);
	position: relative;
	padding: 80px 0 0;
}
.top-section:after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	bottom: -1px;
	background-image: url(images/top-bg.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.top-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-content {
	padding-bottom: 80px;
	max-width: 640px;
}
.top-title {
	margin-bottom: 20px;
}
.top-subtitle {
	font-size: 30px;
	margin-bottom: 80px;
}
.search-box {
}
.search-by-category {
	display: flex;
	align-items: stretch;
	width: 640px;
	max-width: 100%;
}
.sbc-category {
}
/*.sbc-category select {
	border-radius: 5px 0 0 5px;
	background: var(--color-green);
	height: 60px;
	padding: 0px 20px;
	border: none;
	outline: none;
	color: var(--color-white);
	appearance: none;
	position: relative;
}
.sbc-category select:after {
	content: "\e902";
	font-family: "finotzyvy";
	position: absolute;
	right: 20px;
	top: 10px;
}*/
.sbc-field {
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.sbc-input {
	height: 60px;
	display: flex;
	align-items: center;
	padding: 20px 40px 20px 20px;
	border-radius: 0 5px 5px 0;
	width: 100%;
	border: 1px solid var(--color-lightgrey);
}
.sbc-submit {
	position: absolute;
	right: 20px;
	font-size: 20px;
	color: var(--color-green);
	background: transparent;
}
.top-image {
	align-self: flex-end;
}
.instruction-section {
	padding: 60px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 60px;
}
.instruction-block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 90px;
}
.instruction-item {
	position: relative;
	text-align: center;
}
.instruction-item:not(:last-of-type):after {
	content: url(images/step-arrow-right.svg);
	position: absolute;
	top: 25%;
	right: 0;
	transform: translateX(100%);
}
.instruction-item__image {
	margin-bottom: 40px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.instruction-item__text {
	font-size: 18px;
}
.company-ratings-section {
	padding: 60px 0px;
}
.company-ratings-block {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 40px;
}
.crb-item {
	text-align: center;
}
.crb-item__link {
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-weight: 700;
}
.crb-item__link img {
	border-radius: 50%;
	transition: all 0.3s ease;
	background: var(--color-white);
	position: relative;
}
.crb-item__link:hover img {
	background: var(--color-green);
}
.crb-item__image {
	position: relative;
	margin-bottom: 20px;
}
.crb-item__image:after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: calc(50% - 1px);
	width: 65px;
	height: 3px;
	background: var(--color-lightgrey);
}
.crb-item__image:before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: calc(50% - 10px);
	right: -30px;
	width: 20px;
	height: 20px;
	background: var(--color-lightgrey);
	border-radius: 50%;
}
.crb-item:last-of-type .crb-item__image:after,
.crb-item:last-of-type .crb-item__image:before {
	display: none;
}
.recent-posts-section {
	padding: 60px 0px 120px;
}
.recent-posts-block {
}
.test-section {
	background: var(--color-lightgreen);
}
.test-company {
	border-radius: 5px;
}
.test-block {
	display: flex;
	padding: 60px 0;
}
.test-company .test-block {
	padding: 40px;
}
.test-block__image {
	margin: -120px 0 -20px;
	margin-right: 120px;
	flex-shrink: 0;
}
.test-block__image img {
	width: 360px;
}
.test-company .test-block__image {
	margin: 0px;
	margin-right: 30px;
}
.test-company .test-block__image img {
	width: 240px;
}
.test-block__content {
}
.test-block__title {
	margin-bottom: 20px;
	text-align: left;
}
.test-block__text {
	margin-bottom: 40px;
	font-size: 18px;
}
.recent-reviews-section {
	padding: 120px 0 0;
}
.recent-reviews-block {
}


/* About */
.breadcrumbs {
	margin: 30px 0;
}
.breadcrumbs ul {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}
.breadcrumbs ul li:not(:last-of-type) {
	margin-right: 0;
}
.breadcrumbs ul a {
	display: flex;
	align-items: center;
	color: var(--color-green);
	transition: all 0.3s ease;
}
.breadcrumbs ul a:hover {
	color: var(--color-darkgreen);
}
.breadcrumbs ul a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background: var(--color-lightgrey);
	margin-left: 20px;
}
.article {
	margin-top: 30px;
}
.page-title {

}
.post-content {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-grey);
}
.post-content a {
	color: var(--color-green);
}
.post-content p {
	margin-bottom: 1em;
}
.post-content ul,
.post-content ol {
	margin: 30px 0;
	padding-left: 20px;
}
.post-content ul li:not(:last-of-type),
.post-content ol li:not(:last-of-type) {
	margin-bottom: 15px;
}
.post-content ul li::before {
  	content: "";
  	background: var(--color-green);
  	display: inline-block;
  	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	margin-right: 25px;
}
.post-content ol {
	counter-reset: li;
}
.post-content ol li {
	counter-increment: li;
}
.post-content ol li::before {
	content: counter(li)'.'; 
	font-weight: 700;
	border-bottom: 3px solid var(--color-green);
	margin-right: 20px;
	line-height: 1;
  	display: inline-block; 
  	color: var(--color-black);
  	width: 15px;
}
.why-us {
	margin-bottom: 60px;
}
.why-us-title {
	margin-bottom: 30px;
}
.why-us-block {
}
.why-us-item {
	display: flex;
	align-items: center;
	gap: 30px;
}
.why-us-item:not(:last-of-type) {
	margin-bottom: 30px;
}
.why-us-item__image {
	flex-shrink: 0;
}
.why-us-item__text {
	font-size: 18px;
	line-height: 2;
	color: var(--color-grey);
}
.summary {
	background: var(--color-lightgreen);
	padding: 40px;
	font-size: 24px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	border-radius: 5px;
	color: var(--color-grey);
}
.summary:before {
	font-size: 90px;
	color: var(--color-green);
}


/* Contact */
.contact-form-block {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-top: 60px;
}
.contact-form-image {
}
.contact-form-wrap {
	flex-grow: 1;
}
.contact-form-title {
	margin-bottom: 30px;
}
.contact-form {
}
.form-row {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 15px;
}
.form-control {
	flex: 1 1;
}
.form-control input,
.form-control textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	padding: 13px 20px;
	font-size: 16px;
	line-height: 1.5;
	resize: none;
	max-height: 120px;
}
.form-actions {
	text-align: right;
	margin-top: 30px;
}
.wpcf7-spinner {
	display: none;
}

/* Search */
.search-content {
	margin-top: 60px;
}
.not-found {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.not-found .page-title {
	text-align: center;
}
.search-title {
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
}
.search-title span {
	text-transform: uppercase;
}
.companies-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	grid-gap: 45px;
}
.icon-face:before {
	content: url(images/face.svg);
	display: block;
}
.search-face {
	margin-bottom: 20px;
}
.sign-404 {
	position: relative;
	color: var(--color-orange);
	font-size: 160px;
	font-weight: 700;
	line-height: 1;
}
.sign-404:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -25px);
	z-index: -1;
}
.try-again {
	margin-top: 60px;
	margin-bottom: 30px;
	max-width: 100%;
}
.try-again__text {
	color: var(--color-grey2);
	text-align: center;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}

/* Single Company */
.company-menu {
	border: 1px solid var(--color-lightgrey);
	border-left: none;
	border-right: none;
	padding: 10px;
	position: sticky;
	background: var(--color-white);
	top: 0;
	z-index: 10;
}
.company-fixed-menu {
	display: flex;
	gap: 40px;
}
.company-fixed-menu a {
	display: flex;
	align-items: center;
	color: var(--color-black);
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	transition: all 0.3s ease;
}
.company-fixed-menu a:hover {
	color: var(--color-green);
}
.company-fixed-menu a.current-item {
	font-weight: 700;
	border-bottom: 3px solid var(--color-green);
}
.company-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	scroll-margin-top: 60px;
}
.company-top-info {
	display: grid;
	grid-template-columns: 120px auto;
	grid-gap: 20px;
	align-items: center;
}
.cti-logo {
	width: 120px;
	height: 120px;
	border: 1px solid var(--color-lightgrey);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.cti-logo img {
	max-height: 100%;
}
.cti-name {
	font-size: 30px;
	margin-bottom: 20px;
}
.cti-rating {
	margin-bottom: 10px;
}
.rating-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.cti-rating .rating {
	font-size: 20px;
	gap: 18px;
}
.rating {
	font-size: 20px;
	display: inline-flex;
	gap: 18px;
}
.star {
	color: var(--color-lightgrey);
	position: relative;
	line-height: 1;
}
.star.full-star:after {
	content: "\e90c";
	font-family: 'finotzyvy';
	color: var(--color-green);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}
.star.partial:after {
	width: var(--width);
}
.cti-reviews {
	color: var(--color-grey2);
}
.cti-reviews .icon-comments {
	color: var(--color-lightgrey);
}
.reviews-count {
	text-decoration: underline;
	color: inherit;
}
.company-top-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.content-grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 450px;
}
.company-content-block {
}
.company-content {
}
.company-test:not(:empty) {
	margin-bottom: 30px;
}
.company-advantages {
	scroll-margin-top: 60px;
}
.advantages-title {
	margin-bottom: 30px;
}
.advantages-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	align-items: start;
}
.advantages {
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid var(--color-green);
}
.advantage-item {
	padding: 20px 0px;
	border-bottom: 1px solid var(--color-green);
	display: flex;
	align-items: center;
	gap: 15px;
}
.advantage-item:last-of-type {
	border-bottom: none;
}
.advantage-item:before {
	content: url(images/advantage.svg);
}
.disadvantages,
.disadvantages .advantage-item {
	border-color: var(--color-orange);
}
.disadvantages .advantage-item:before {
	content: url(images/disadvantage.svg);
}
.company-comments {
	margin-top: 30px;
	scroll-margin-top: 60px;
}
.comments-title {
	margin-bottom: 30px;
}
.company-faq {
	margin-top: 0px;
	scroll-margin-top: 60px;
}
.faq-title {
	margin-bottom: 15px;
}
.faq-block {
}
.question-item {
	padding: 15px 0;
	border-bottom: 1px solid var(--color-lightgrey);
}
.question {
	position: relative;
	color: var(--color-green);
	padding-left: 0px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}
.question-toggle {
	width: 16px;
	height: 16px;
	position: relative;
	transition: all 0.3s ease;
}
.question-toggle:before,
.question-toggle:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	position: absolute;
	top: 7px;
	background: var(--color-green);
	transition: all 0.3s ease;
}
.question-toggle:after {
	transform: rotate(90deg);
}
.question-item.open .question-toggle:after {
	transform: rotate(180deg);
}
.question-item.open .question-toggle {
	transform: rotate(180deg);
}
.answer {
	margin-top: 0px;
	max-height: 0px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	padding-left: 30px;
	color: var(--color-grey2);
}
.question-item.open .answer {
	margin-top: 15px;
	opacity: 1;
	pointer-events: all;
}

.company-sidebar {
}
.company-contacts h3 {
	margin-bottom: 30px;
}
.company-contact-item:not(:last-of-type) {
	margin-bottom: 20px;
}
.company-contact-item:before {
	color: var(--color-green);
	margin-right: 10px;
}
.company-contact-item a {
	color: var(--color-black);
	text-decoration: none;
	transition: all 0.3s ease;
}
.company-contact-item a:hover {
	color: var(--color-green);
}
.aside-block {
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	padding: 20px;
	margin-bottom: 30px;
}
.company-people-trusts {
	scroll-margin-top: 60px;
}
.trusts-item {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.trusts-item:not(:last-of-type) {
	border-bottom: 1px solid var(--color-lightgrey);
	padding-bottom: 15px;
}
.trusts-item:not(:first-of-type) {
	padding-top: 15px;
}
.company-info {
}
.company-your-opinion {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.your-opinion-title {
	margin-bottom: 30px;
}
.your-opinion-text {
	color: var(--color-grey);
}
.your-opinion-actions {
	display: flex;
	gap: 30px;
	margin-top: 10px;
}
.company-thanks {
	text-align: center;
	display: none;
}
.company-thanks.active {
	display: block;
}
.company-thanks-text {
	margin-top: 15px;
	color: var(--color-grey);
}
.company-thanks-text a {
	color: var(--color-green);
}
.see-also-section {
	margin-top: 60px;
	width: 100%;
}
.see-also-section .section-title {
	text-align: left;
}

/* Comments */
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}
.comments-rating label {
	display: inline-block;
}
.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	display: inline-flex;
	gap: 5px;
}
.rating-container * {
	font-size: 1.4rem;
}
.rating-container > input {
	display: none;
}
.rating-container > input + label {
	/* only enough room for the star */
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}
.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	color: var(--color-lightgrey);
	transition: all 0.3s ease;
}
.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
	width: .5em;
}
.rating-container:hover > input + label:before {
	color: var(--color-lightgrey);
	text-shadow: none;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before,
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	color: var(--color-green);
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}
.comments-rating .rating-container input[type=radio] {
	display: none !important;
}


#commentform {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	grid-template-areas: 
		"a e"
		"c c"
		"r s";
}
#commentform .comment-form-author {
	grid-area: a;
}
#commentform .comment-form-email {
	grid-area: e;
}
#commentform .comment-form-comment {
	grid-area: c;
}
#commentform .form-submit {
	grid-area: s;
	text-align: right;
}
#commentform .comment-form-rating {
	grid-area: r;
}
.rating-control {
	height: 50px;
	display: inline-flex;
	align-items: center;
	gap: 20px;;
	color: var(--color-grey2);
	transition: box-shadow 0.3s ease, border 0.3s ease;
}
.rating-control.error {
	border: 1px solid var(--color-orange);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #F30000;
	padding: 0px 20px;
}
#commentform .comment-form-rating.error-wrapper:after {
	content: "Внимание! Вы не указали рейтинг.";
	color: var(--color-orange);
	margin-top: 9px;
	display: block;
}
.comment-reply-title {
	margin-bottom: 30px;
}
#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-notes,
#commentform .acf-comment-fields,
#commentform .acf-hidden {
	display: none;
}
#commentform textarea,
#commentform input:not([type='submit']) {
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	padding: 13px 20px;
	font-size: 16px;
	line-height: 1.5;
	resize: none;
	max-height: 120px;
	transition: box-shadow 0.3s ease, border 0.3s ease;
}
#commentform textarea.error,
#commentform input.error,
.wpcf7 textarea.error,
.wpcf7 input.error {
	border: 1px solid var(--color-orange);
	box-shadow: 0px 0px 5px 0px #F30000;
}
#commentform p.error-wrapper:after,
.wpcf7 p.error-wrapper:after {
	content: "Внимание! Это поле обязательно к заполнению.";
	color: var(--color-orange);
	display: block;
	margin-top: 9px;
}
#commentform p.error-wrapper.email-invalid:after,
.wpcf7 p.error-wrapper.email-invalid:after {
	content: "Внимание! Введен некорректный E-mail адрес.";
	color: var(--color-orange);
	display: block;
	margin-top: 9px;
}
.wpcf7-not-valid-tip {
	display: none;
}

.comment-respond {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--color-lightgrey);
}
#cancel-comment-reply-link {
	margin-left: 5px;
}
.comment-list #commentform.reply {
	margin-bottom: 30px;
	grid-gap: 15px 30px;
}
.comment-list .children #commentform .comment-form-rating,
.comment-list #commentform.reply .comment-form-rating {
	display: none;
}
.comment-list .children .comment-respond {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--color-lightgrey);
}
.comment-list .children {
	padding-left: 60px;
	background: url(images/reply-to.svg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
.comment-wrapper .comment {
	display: grid;
	grid-template-columns: 200px auto;
	background: var(--color--lightgrey);
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	margin-bottom: 15px;
}
.comment-author {
	border-right: 1px solid var(--color-lightgrey);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 20px;
}
.ca-avatar {
	margin-bottom: 15px;
}
.ca-name a,
.ca-name {
	color: var(--color-black);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-decoration: none;
}
.ca-email {
	color: var(--color-orange);
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 15px;
}
.ca-comments-count {
}
.comments-count {
	text-decoration: underline;
	color: var(--color-grey2);
}
.ca-comments-count .icon-comments {
	color: var(--color-lightgrey);
}
.comment-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
.response-to {
	font-size: 12px;
	color: var(--color-grey2);
}
.response-to span {
	color: var(--color-green);
	text-decoration: underline;
}
.comment-rating {
}
.comment-rating .rating {
	gap: 5px;
}
.comment-payed {
	margin-right: auto;
}
.payed-comment {
	background: var(--color-orange);
	border-radius: 50px;
	display: flex;
	align-items: center;
	color: var(--color-white);
	font-size: 14px;
	line-height: 25px;
	padding: 0 8px;
}
.payed-comment:before {
	margin-right: 5px;
}
.comment-date {
	color: var(--color-grey2);
	font-size: 12px;
}
.comment-text {
	margin-bottom: 15px;
	line-height: 1.5;
	color: var(--color-grey2);
	flex-grow: 1;
}
.comment-text br {
  content: "";
  font-size: 1em;
  display: block;
  margin: 0 0 1em;
}
.comment-text p:not(:last-of-type) {
  margin-bottom: 1em;
}
.comment-awaiting-moderation {
}
.comment-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-likes {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 12px;
}
.comment-likes button {
	background: var(--color-black);
	color: var(--color-white);
	display: flex;
	align-items: center;
	padding: 0 7px;
	line-height: 20px;
	border-radius: 3px 0 0 3px;
	transition: all 0.3s ease;
	gap: 5px;
}
.comment-likes button.sending {
	opacity: 0.8;
	pointer-events: none;
}
.comment-likes button span {
	font-size: 12px;
	line-height: 1;
	position: relative;
	pointer-events: none;
}
.comment-likes button span:after {
	opacity: 0;
	position: absolute;
	left: 0;
	color: var(--color-green);
	transition: all 0.3s ease-in;
}
.comment-likes .dislike button span:after {
	color: var(--color-orange);
}
.comment-likes button.active span:after {
	animation: like-animation 0.8s forwards;
}
.comment-likes button.active span:before {
	color: transparent;
}
.comment-likes .count {
	background: var(--color-green);
	color: var(--color-white);
	padding: 0 4px;
	text-align: center;
	min-width: 30px;
	line-height: 20px;
	border-radius: 0 3px 3px 0;
	margin-left: 1px;
}
.like {
	display: flex;
	align-items: stretch;
}
.dislike {
	display: flex;
	align-items: stretch;
}
.dislike .count {
	background: var(--color-orange);
}
.dislike button {
	padding-top: 2px;
}
.comment-reply-link {
	font-size: 14px;
}
.notice {
	position: fixed;
	width: 360px;
	max-width: 95%;
	padding: 20px;
	color: var(--color-white);
	font-size: 18px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	border-radius: 5px;
}
.notice.success {
	background: var(--color-green);
}
.notice.fail {
	background: var(--color-orange);
}
.notification-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

@keyframes like-animation {
	0% {
		opacity: 0;
		transform: scale(10);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.comments-filter {
	margin-bottom: 30px;
}
.comment-filter-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.comment-filter-form input[type='submit'] {
	display: none
}
.filter-control {
	display: flex;
	flex-direction: column;
}
.filter-control label {
	color: var(--color-grey2);
	margin-bottom: 10px;
	font-size: 18px;
}
.filter-control .filter-select {
	border-radius: 5px;
	background: var(--color-white);
	border: 1px solid var(--color-lightgrey);
	text-decoration: underline;
	color: var(--color-black);
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	line-height: 38px;
	width: 100%;
	padding-right: 45px;
}
.filter-control .filter-select:after {
	color: var(--color-white);
	right: 14px;
}
.filter-control .filter-select:before {
	content: "";
	width: 40px;
	height: 39px;
	right: 0;
	position: absolute;
	background: var(--color-green);
	border-radius: 0 5px 5px 0;
}
.filter-control .filter-select:hover,
.filter-control .filter-select.open {
	background: var(--color-white);
}
.filter-control .filter-select .nice-select-dropdown {
	background-color: var(--color-white);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	font-size: 16px;
}
.filter-control .filter-select .option:hover, 
.filter-control .filter-select .option.focus,
.filter-control .filter-select .option.selected {
	background-color: var(--color-lightgreen)!important;
}
.submitting {
	position: relative;
}
.submitting:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}
.submitting:after {
	content: "";
	display: block;
	position: fixed;
	z-index: 2;
	background: url(images/loading.svg);
	background-size: contain;
	width: min(40vw, 200px);
	height: min(40vw, 200px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Company teaser */
.company-teaser {
	border: 1px solid var(--color-lightgrey);
	border-radius: 5px;
	height: 100%;
	cursor: pointer;
}
.company-teaser-header {
	border-bottom: 1px solid var(--color-lightgrey);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cth-logo {
	margin-bottom: 30px;
	height: 150px;
}
.cth-logo img {
	max-height: 100%;
	width: auto;
}
.cth-rating {
	margin-bottom: 10px;
}
.cth-reviews {
}
.company-teaser-content {
	border-bottom: 1px solid var(--color-lightgrey);
	padding: 20px;
}
.ctc-title {
	margin-bottom: 20px;
}
.ctc-title a {
	text-decoration: none;
	color: var(--color-black);
}
.company-teaser-info {
	padding: 20px;
}
.info-item {
	display: grid;
	align-items: center;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.info-item:not(:last-of-type) {
	margin-bottom: 20px;
}
.aside-block .info-item:not(:last-of-type) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-lightgrey);
}
.info-item-text {
	color: var(--color-grey2);
}
.info-item-value {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}
.info-item-value span {
	color: var(--color-white);
	width: 45px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-left: auto;
	border-radius: 3px;
}
.info-item-value .value-yes {
	background-color: var(--color-green);
}
.info-item-value .value-no {
	background-color: var(--color-orange);
}

/* Review teaser */
.review-teaser {
	border: 1px solid var(--color-lightgrey);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.review-teaser-header {
	border-bottom: 1px solid var(--color-lightgrey);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.rth-logo {
	height: 100px;
}
.rth-logo img {
	max-height: 100%;
	width: auto;
}
.rth-info {
	text-align: right;
}
.rth-title {
	margin-bottom: 5px;
}
.rth-title a {
	color: var(--color-black);
	text-decoration: none;
}
.review-teaser-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.rtc-rating {
	font-size: 12px;
	margin-bottom: 10px;
}
.rtc-rating .rating {
	font-size: 15px;
	gap: 5px;
}
.rtc-name {
	margin-bottom: 10px;
}
.rtc-comment {
	margin-bottom: 10px;
	color: var(--color-grey2);
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	line-clamp: 3;
  	-webkit-box-orient: vertical;
}
.rtc-read-more {
	margin-top: auto;
}
/* Category page */
.category-content-wrapper {
	display: grid;
	grid-template-columns: 450px 1fr;
	grid-gap: 45px;
}
.category-sidebar {
	display: flex;
  justify-content: stretch;
  width: 100%;
}
.category-sidebar.with-pagination {
	margin-bottom: 110px;
}
.category-filters-form {
	display: flex;
  flex-direction: column;
  width: 100%;
}
.show-filters {
	display: none;
}
.sorting-block {
	flex-direction: row;
	align-items: center;
	margin-bottom: 60px;
}
.sorting-block label {
	margin-right: 15px;
	margin-bottom: 0px;
	font-size: 18px;
	color: var(--color-grey2);
}
.category-filter .filter-item a.bold {
	pointer-events: none;
}
.filters-block {
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	padding: 30px;
}
.filter-block/*:not(:last-of-type)*/ {
	margin-bottom: 30px;
}
.filter-block h3 {
	margin-bottom: 30px;
}
.filter-block input {
	border: 1px solid var(--color-lightgrey);
	padding: 0px 15px;
	line-height: 38px;
	border-radius: 5px;
	width: 100%;
}
.category-filter a {
	color: var(--color-black);
}
.filter-items {
	max-height: 161px;
	overflow: auto;
}
.filter-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.filter-item:not(:last-of-type) {
	margin-bottom: 15px;
}
.filter-item label {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}
.filter-item input {
	display: none;
}
.checkmark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	border: 1px solid var(--color-lightgrey);
}
.checkmark:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
  	position: absolute;
  	transition: all 0.3s ease;
}
.filter-item input:checked ~ .checkmark:after {
  	background: var(--color-orange);
}
.rating-filter .rating {
	font-size: 15px;
	gap: 5px;
}
.companies_count {
	color: var(--color-grey2);
	font-size: 14px;
	text-decoration: underline;
}
.category-companies-count {
	line-height: 40px;
	margin-bottom: 60px;
}
.category-selected-companies {
	border-top: 1px solid var(--color-lightgrey);
	padding-top: 30px;
}

.pagination:not(:empty) {
	margin-top: 60px;
}
.pagination-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.page-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: var(--color-grey2);
	border: 1px solid var(--color-lightgrey);
	border-radius: 5px;
	transition: all 0.3s ease;
	background: transparent;
}
.page-item:hover {
	color: var(--color-white);
	background: var(--color-green);
	border-color: var(--color-green);
}
.page-item-current {
	font-weight: 700;
	color: var(--color-white);
	background: var(--color-green);
	border-color: var(--color-green);
	pointer-events: none;
}

.confirmation {
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	box-shadow: 0 0 10px var(--color-lightgrey);
	background: var(--color-white);
	position: absolute;
	right: -20px;
	color: var(--color-grey2);
	font-size: 14px;
	z-index: 150;
	right: 10px;
	width: 180px;
	transition: all 0.3s ease;
	transform: scale(0.5);
	opacity: 0;
}
.confirmation-visible {
	opacity: 1;
	transform: scale(1);
}
.confirmation:before {
	content: "";
	position: absolute;
	box-shadow: var(--color-lightgrey) 2px 2px 2px ;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	bottom: calc(50% - 11px);
	left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent var(--color-white) var(--color-white) transparent;
}
.confirmation .show-results {
	color: var(--color-green);
	text-decoration: underline;
	cursor: pointer;
}
.selected-filters {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.selected-filters:not(:empty) {
	margin-bottom: 30px;
}
.selected-filters.side-panel {
	display: none;
}
.sf-item {
	background: var(--color-orange);
	color: var(--color-white);
	border-radius: 40px;
	line-height: 30px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.sf-item:hover {
	background: var(--color-darkorange);
}
.sf-item:after {
	content: "\e903";
	font-family: "finotzyvy";
	margin-left: 15px;
}
/*  */
.ratings-table {
	margin-top: 30px;
}
.rt-row {
	display: grid;
	grid-template-columns: 120px 3fr 3fr 2fr 2fr 2fr;
	grid-gap: 30px;
	align-items: center;
}
.rt-row:not(:last-of-type, .ratings-table-header) {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--color-lightgrey);
}
.ratings-table-header {
	background: #f5f5f5;
	color: var(--color-grey);
	height: 60px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom: none;
}
.rt-logo a {
	border-radius: 5px;
	border: 1px solid var(--color-lightgrey);
	padding: 10px;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rt-logo a img {
	max-width: 100%;
	max-height: 100%;
}
.rt-title h3 {
	margin-bottom: 10px;
}
.rt-title a {
	color: var(--color-black);
	text-decoration: none;
}
.rt-title .icon-web {
	display: flex;
	align-items: center;
}
.rt-title .icon-web:before {
	color: var(--color-green);
	margin-right: 10px;
}
.rt-rating .rating {
	font-size: 25px;
	gap: 15px;
}
.rt-field {
	text-align: center;
}
.rt-field-title {
	display: none;
}

/* Footer */
.footer {
	margin-top: 120px;
}
.footer-wrap {
	padding: 60px 0;
	border-top: 1px solid var(--color-lightgrey);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-menu .menu {
	display: flex;
	align-items: center;
	gap: 30px;
}
.footer-menu .menu a {
	font-size: 14px;
	text-decoration: underline;
	color: var(--color-black);
	transition: all 0.3s ease;
}
.footer-menu .menu a:hover {
	color: var(--color-green);
}
.footer-right {
	display: flex;
	gap: 30px;
	align-items: center;
}
.footer-email {
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid var(--color-lightgrey);
	padding: 0px 20px;
	border-radius: 40px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	height: 40px;
	transition: all 0.3s ease;
}
.footer-email span {
	text-decoration: underline;
}
.footer-email:hover {
	color: var(--color-green);
}
.scroll-top {
	background: var(--color-green);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
}
.scroll-top:hover {
	background: var(--color-darkgreen);
}
/*  */
body.side-panel {
	overflow-y: hidden;
}
.fixed-side-panel {
	background: var(--color-white);
	height: 100vh;
	height: 100dvh;
	width: 100%;
	max-width: 480px;
	transition: all 0.3s ease;
	transform: translateX(-100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
}
.fixed-side-panel.open {
	transform: translate(0);
	box-shadow: 0 0 0px 10000px rgba(0, 0, 0, 0.4);
}
.side-panel-close {
	display: flex;
	gap: 15px;
	margin: 30px 0;
	padding: 0 15px;
	align-items: center;
}
.side-panel-body {
	overflow-y: auto;
}
.category-filters-form .fixed-side-panel {
	position: static;
	transform: none;
	height: auto;
}
.category-filters-form .filters-block {
	flex-grow: 1;
}
.category-filters-form .sorting-panel.fixed-side-panel {
	z-index: 110;
}
.category-filters-form .fixed-side-panel .btn-wide {
	margin-top: auto;
}
.category-filters-form .side-panel-close {
	display: none;
}


/* Custom scrollbar */
.custom-scrollbar::-webkit-scrollbar {
	width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
	background: var(--color-lightgrey);
	border-radius: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background: var(--color-green);
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: var(--color-darkgreen);
}
/* NiceSelect */
.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--color-green);
	border-radius: 5px 0 0 5px;
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	outline: none;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.3s ease;
	user-select: none;
	white-space: nowrap;
	width: 240px;
	transition: all 0.3s ease;
	color: var(--color-white);
}
/*.nice-select:active,
.nice-select.open,
.nice-select:focus {
	background: var(--color-darkgreen);
}*/
.nice-select:hover,
.nice-select.open {
	background: var(--color-darkgreen);
}
.nice-select:after {
	content: "\e902";
	font-size: 6px;
	font-family: "finotzyvy";
	position: absolute;
	right: 12px;
	transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
	transform: scale(-1);
}
.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}
.nice-select .nice-select-dropdown {
	margin-top: 4px;
	background-color: var(--color-green);
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(19px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	opacity: 0;
}
.nice-select .list {
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: var(--color-darkgreen);
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .list::-webkit-scrollbar {
	width: 0;
}

/* Splide */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.splide__pagination {
	margin-top: 60px;
	height: 25px;
}
.splide__pagination__page {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0px 10px;
	background: var(--color-lightgrey);
	transition: all 0.3s ease;
}
.splide__pagination__page.is-active {
	width: 20px;
	height: 20px;
	background: var(--color-orange);
}

body.single-quizle {
	background: transparent; /*var(--color-green);*/
}
.quizle-results .quizle-image-screen__image img {
	-o-object-fit: contain;
	object-fit: contain;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
  overflow-y: scroll;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.popup-overlay.open {
	pointer-events: all;
	opacity: 1;
}
.popup {
	margin: auto;
	max-width: 100%;
	width: 800px;
	padding: 10px 25px 0px;
	position: relative;
	border-radius: 16px;
	background: var(--color-white);
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
}
.popup-content {
}
.popup-content .quizle--view-slides {
	height: auto;
}



@media screen and (max-width: 1440px) {
	.instruction-item {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1320px) {
	.instruction-item {
		padding: 0px;
	}
}
@media screen and (max-width: 1250px) {
	.instruction-item {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1200px) {
	.logo {
		max-width: 360px;
	}
	.search-active .header-search-input {
		width: 240px;
	}
	.header-top-right {
		gap: 30px;
	}
	.top-content {
		padding-bottom: 50px;
		max-width: 50%;
		margin-right: 20px;
	}
	.company-ratings-block {
		grid-gap: 30px;
	}
	.crb-item__link {
		font-size: 16px;
	}
	.crb-item__image:before {
		top: calc(50% - 8px);
		right: -23px;
		width: 16px;
		height: 16px;
	}
	.content-grid {
    	grid-template-columns: auto 360px;
	}
}
@media screen and (max-width: 1024px) {
	.btn-big {
		font-size: 20px;
	}
	.company-ratings-block {
		grid-gap: 50px 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	.crb-item__link {
		font-size: 18px;
	}
	.crb-item__image:before,
	.crb-item__image:after {
		display: none;
	}
	.test-block__image {
		margin-right: 60px;
	}
	.comment-wrapper .comment {
		grid-template-columns: 160px auto;
	}
	.ca-email {
		word-break: break-all;
	}
	.comment-list .children {
    	padding-left: 40px;
    	background-position: 5px 10px;
    	background-size: 30px;
	}
	.filter-control .filter-select {
		font-size: 16px;
	}
	.comment-filter-form {
	    grid-gap: 15px;
	}
	.comment-rating .rating {
    	gap: 5px;
    	font-size: 15px;
	}
	.category-content-wrapper {
    	grid-template-columns: 360px 1fr;
    	grid-gap: 30px;
	}
	.filters-block {
		padding: 20px;
	}
	.ratings-table-header {
		font-size: 14px;
	}
	.rt-row {
		grid-gap: 15px;
		font-size: 14px;
	}
	.rt-rating .rating {
    	font-size: 20px;
    	gap: 5px;
	}
	.rt-title h3 {
		font-size: 16px;
	}
	.footer-wrap {
		padding: 40px 0;
		flex-direction: column;
		gap: 25px;
	}
}
@media screen and (max-width: 840px) {
	h1, h2 {
		font-size: 40px;
	}
	.header-top-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	.company-header .header-top-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.header-menu ul {
		font-size: 14px;
	}
	.search-by-category {
		flex-direction: column;
	}
	.sbc-category .nice-select {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 15px;
	}
	.sbc-input {
		border-radius: 5px;
	}
	.top-section {
		padding-top: 50px;
	}
	.top-subtitle {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.instruction-item__image {
		padding: 0 15px;
		margin-bottom: 25px;
	}
	.test-block {
		padding: 40px 0;
	}
	.test-block__image {
		margin: 0px 0 -20px;
		margin-right: 40px;
	}
	.test-block__image img {
		width: 260px;
	}
	.content-grid {
    grid-template-columns: 1fr;
	}
	.company-content-block {
   	order: 1;
	}
	.category-content-wrapper {
    grid-template-columns: 1fr;
   	gap: 0px;
	}
	.category-sidebar.with-pagination {
		margin-bottom: 0px;
	}
	.category-filters-form .fixed-side-panel {
		position: fixed;
		transform: translateX(-100%);
		height: 100vh;
		height: 100dvh;
		border-radius: 0;
		border: none;
		padding: 0 20px 30px;
	}
	.category-filters-form .fixed-side-panel.open {
		transform: translateX(0);
	}
	.category-filters-form .side-panel-close {
		display: flex;
		margin: 30px -20px;
    	padding: 0 20px 30px;
    	border-bottom: 1px solid var(--color-lightgrey);
	}
	.show-filters {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-bottom: 30px;
	}
	.show-filters .round-btn {
		font-size: 18px;
	}
	.category-companies-count {
    	line-height: 1.2;
    	margin-bottom: 30px;
    	text-align: center;
	}
	.category-selected-companies {
    	border-top: none;
    	padding-top: 0px;
	}
	.selected-filters.side-panel {
		display: flex;
	}
	.sorting-block {
    	flex-direction: column;
    	align-items: stretch;
	}
	.sorting-block label {
	    margin-right: 0px;
	    margin-bottom: 15px;
	}
	#reset-filters {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.instruction-block {
		grid-gap: 50px;
	}
	.instruction-item__text {
		font-size: 16px;
	}
	.instruction-item:not(:last-of-type):after {
		transform-origin: right;
		transform: scale(0.6) translateX(100%);
	}
	.rt-row {
	    grid-template-columns: 120px 2fr 3fr;
	    grid-template-areas: 
	    	"l n f1"
	    	"l n f1"
	    	"l n f2"
	    	"l r f2"
	    	"l r f3"
	    	"l r f3";
	    padding: 15px;
	    border-radius: 5px;
	    border: 1px solid var(--color-lightgrey);
	}
	.rt-row .rt-logo {
		grid-area: l;
	}
	.rt-row .rt-title {
		grid-area: n;
	}
	.rt-row .rt-rating {
		grid-area: r;
	}
	.rt-field {
	    text-align: left;
	    display: flex;
	    justify-content: space-between;
	}
	.rt-row .rt-field1 {
		grid-area: f1;
	}
	.rt-row .rt-field2 {
		grid-area: f2;
	}
	.rt-row .rt-field3 {
		grid-area: f3;
	}
	.rt-field-title {
    	display: block;
    	margin-bottom: 5px;
    	color: var(--color-grey);
	}
	.ratings-table-header .rt-field {
		display: none;
	}
	.ratings-table-header {
		/*grid-template-areas: unset;*/
		display: none;
	}
}
@media screen and (max-width: 680px) {
	.header {
		border-bottom: 1px solid var(--color-lightgrey);
	}
	.company-header-mobile {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	.open-menu-btn {
		display: flex;
	}
	.header-menu {
		display: none;
	}
	.mobile-menu h2 {
		
	}
	.menu-close:before {
		font-size: 10px;
	}
	.mmenu-orange ul a {
		background: var(--color-orange);
		color: var(--color-white);
		text-decoration: none;
		font-weight: 700;
		height: 60px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid var(--color-darkorange);
	}
	.mmenu-white ul a {
		color: var(--color-black);
		text-decoration: none;
		font-weight: 700;
		height: 60px;
		padding: 0 15px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid var(--color-lightgrey);
	}
	.mmenu-email {
		padding: 30px 15px;
	}
	.mmenu-email a {
		border: 1px solid var(--color-lightgrey);
		padding: 0px 20px;
		border-radius: 40px;
		line-height: 40px;
		display: inline-flex;
	}
	.company-header .header-top-wrapper {
		flex-direction: column;
	}
	.header-top-right .header-top-menu,
	.header-top-right .header-top-email,
	.company-top-search,
	.company-top-menu,
	.company-header .header-top-right {
		display: none;
	}
	.footer-wrap {
		align-items: stretch;
	}
	.footer-menu .menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.footer-right {
		justify-content: space-between;
	}
	.company-top {
		flex-direction: column;
		align-items: stretch;
	}
	.company-top-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.company-fixed-menu {
    	gap: 25px;
	}
	.contact-form-block {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.contact-form-image {
    	max-width: 300px;
	}
	.summary {
		flex-direction: column;
		padding: 30px;
		gap: 30px;
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer {
    	margin-top: 60px;
	}
	.rt-row {
	    grid-template-columns: 120px auto;
	    grid-template-areas: 
	    	"l n"
	    	"l r"
	    	"f1 f1"
	    	"f2 f2"
	    	"f3 f3";
	    padding: 15px;
	    border-radius: 5px;
	    border: 1px solid var(--color-lightgrey);
	}
	.rt-row {
		font-size: 16px;
	}
	.rt-title h3 {
    	font-size: 18px;
	}
	.rt-rating .rating {
	    font-size: 25px;
	    gap: 15px;
	}
	.rt-row .rt-field1 {
    	padding: 15px 15px 0;
    	margin-left: -15px;
    	margin-right: -15px;
    	border-top: 1px solid var(--color-lightgrey);
	}
	.company-menu {
		border-top: none;
	}
}
@media screen and (max-width: 576px) {
	h1, h2 {
		font-size: 30px;
	}
	.top-section {
		padding-top: 30px;
	}
	.top-section:after {
		display: none;
	}
	.top-block {
		flex-direction: column;
	}
	.top-content {
		padding-bottom: 30px;
		max-width: unset;
		margin-right: 0px;
		text-align: center;
	}
	.search-by-category {
		width: 100%;
	}
	.instruction-block {
		grid-template-columns: 1fr;
		grid-gap: 100px;
	}
	.instruction-item__image {
		margin-bottom: 15px;
		height: 100px;
	}
	.instruction-item__image img {
		height: 100px;
	}
	.instruction-item__text {
		font-size: 18px;
	}
	.instruction-item:not(:last-of-type):after {
		content: url(images/step-arrow-down.svg);
		top: auto;
		right: calc(50% - 16px);
    	bottom: -20px;
    	transform: translateY(100%);
	}
	.company-ratings-block {
    	grid-gap: 50px 30px;
    	grid-template-columns: repeat(2, 1fr);
	}
	.test-block {
		flex-direction: column-reverse;
		text-align: center;
	}
	.test-block__content .btn {
		margin: 0 auto;
	}
	.test-block__title {
    	margin-bottom: 15px;
    	text-align: center;
	}
	.test-block__text {
    	margin-bottom: 30px;
    	font-size: 16px;
	}
	.test-block__image {
    	margin: 30px 0 0px;
    	margin-right: 0px;
	}
	.test-company {
		margin: 0 -15px;
		border-radius: 0px;
	}
	.test-company .test-block {
		padding: 30px 15px;
	}
	.test-company .test-block__image {
    margin-top: 30px;
    margin-right: 0px;
	}
	.advantages-block {
		grid-template-columns: 1fr;
	}
	.comment-filter-form {
    	grid-template-columns: 1fr;
	}
	.comment-wrapper .comment {
		grid-template-columns: 1fr;
	}
	.comment-author {
		border-right: none;
    	border-bottom: 1px solid var(--color-lightgrey);
	}
	.company-menu {
		padding: 10px 5px;
	}
	.company-fixed-menu {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		font-size: 14px;
		max-height: 30px;
		overflow-y: hidden;
		transition: all 0.3s ease;
		position: relative;
	}
	.company-fixed-menu.open {
		max-height: 200px;
	}
	.company-fixed-menu li.current {
		order: -1;
	}
	.company-fixed-menu:after {
		content: "\e902";
		font-family: 'finotzyvy';
		position: absolute;
		top: 10px;
		right: 0;
		font-size: 10px;
		color: var(--color-green);
		transition: all 0.3s ease;
	}
	.company-fixed-menu.open:after {
		transform: scale(-1);
	}
	.comment-rating .rating {
	    font-size: 23px;
	}
	.breadcrumbs {
		margin-top: 15px;
	}
	.breadcrumbs ul a:after {
		display: none;
	}
	.breadcrumbs ul a {
		font-size: 0px;
	}
	.breadcrumbs ul a:before {
		content: 'Вернуться на главную';
		font-size: 14px;
	}
	.breadcrumbs ul li:not(:first-of-type) {
		display: none;
	}
	.post-content ul, .post-content ol {
    	padding-left: 0px;
	}
	.try-again {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.comment-list .children {
		padding-left: 0;
		background-position: 20px 20px;
	}
	.company-top-info {
		grid-template-columns: 1fr;
	}
	.cti-logo {
		width: 100%;
		border-radius: 5px;
		padding: 15px;
	}
	.company-top-actions .btn {
		max-width: 100%;
	}
	.company-contacts {
		border: none;
		padding: 0;
	}
	.company-contacts h3 {
		display: none;
	}
	.comment-meta {
		flex-wrap: wrap;
	}
	.comment-payed {
		order: 1;
	}
	.comment-payed:empty {
		display: none;
	}
	#commentform {
	    grid-template-columns: 1fr;
	    grid-template-areas:
	        "a"
	        "e"
	        "c"
	        "r"
	        "s";
	}
	#commentform .form-submit .btn {
		max-width: 100%;
	}
	.rating-control {
		height: 30px;
	}
	.contact-form-image {
    	max-width: 200px;
	}
	.form-row {
		flex-direction: column;
		gap: 15px;
	}
	.form-control {
    	width: 100%;
	}
	.form-actions {
		margin-top: 15px;
	}
	.form-actions .btn {
		max-width: 100%;
	}
	.why-us-item {
		flex-direction: column;
		gap: 15px;
	}
	.why-us-item__text {
		line-height: 1.5;
		font-size: 16px;
	}
	.rt-row {
	    grid-template-columns: 60px auto;
	    grid-template-areas: 
	    	"l n"
	    	"r r"
	    	"f1 f1"
	    	"f2 f2"
	    	"f3 f3";
	}
	.rt-logo a {
	    width: 60px;
	    height: 60px;
	    padding: 5px;
	}
	.rt-field {
	    flex-direction: column;
	}
	.company-teaser-content,
	.company-teaser-info {
		padding: 15px;
	}
	.cth-logo {
    	height: 100px;
	}
	.info-item {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
	.info-item-value {
		text-align: left;
	}
	.info-item-value span {
		margin-left: 0;
	}
	.btn-big {
		max-width: 100%;
	}
	.crb-item__link {
    	font-size: 16px;
	}
	.crb-item__link img {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 376px) {
	.comment-actions {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.sign-404 {
		font-size: 120px;
	}
	.sign-404:before {
		transform: scale(0.75) translate(-68%, -28px);
    	transform-origin: bottom center;
	}
	.company-teaser {
    	max-width: calc(100vW - 30px);
	}
}
@media screen and (max-width: 340px) {
	.search-active .header-search-input {
    	width: 220px;
	}
}













