@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	height: 101%;
}

path {
	transition: all 0.4s;
}

body {
	line-height: 1.2;
	font-size: 16px;
	font-family: "Roboto", Tahoma, Verdana, sans-serif;
	color: #333333;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #edf6f9;
}

.content ul:not([class]),
main ul:not([class]) {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 15px;
}

.content ol:not([class]),
main ol:not([class]) {
	list-style: decimal;
	padding-left: 30px;
	margin-bottom: 15px;
}

.content li:not([class]),
main li:not([class]) {
	margin-bottom: 5px;
}

main {
	flex-grow: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

.img-placeholder {
	background: url("../images/img-placeholder.png");
	background-position: center;
	background-size: contain;
}

a {
	text-decoration: none;
	text-decoration-skip-ink: none;
}

a:hover {
	text-decoration: none;
}

[class^='icon-'] {
	display: inline-block;
}

* {
	outline: none !important;
}

.mob-menu {
	display: none;
	z-index: 499;
	position: relative;
	width: 30px;
	cursor: pointer;
	margin-left: 40px;
	min-height: 33px;
}

@media (max-width: 767px) {
	.mob-menu {
		display: block;
	}

	.cookie .container {
		padding: 0;
	}

	.categories .select2 {
		width: 100% !important;
	}
}

.mob-menu span {
	width: 30px;
	height: 3px;
	margin: 6px 0;
	background: #A6CEFF;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mob-menu small {
	display: none;
}

.mob-menu.active_menu small {
	display: block;
	width: 17px;
	height: 17px;
	background: #208dd7;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	border: 4px solid #fff;
	right: -5px;
}

.menu_open .mob-menu span:nth-child(2) {
	opacity: 0;
}

.menu_open .mob-menu span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
}

.menu_open .mob-menu span:nth-child(3) {
	position: absolute;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_open .mob-menu small {
	opacity: 0;
}

.close-mob,
.close {
	position: relative;
	width: 41px;
	height: 41px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	opacity: 1;
	cursor: pointer;
}

.close-mob:before,
.close-mob:after,
.close:before,
.close:after {
	position: absolute;
	left: 18px;
	content: ' ';
	height: 30px;
	width: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #A6CEFF;
	top: 4px;
}

.close-mob::before,
.close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-mob:after,
.close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

* {
	outline: none;
}

label.error {
	display: none !important;
}

.error {
	border-color: red !important;
}

.filter {
	overflow: hidden;
}

.filter.hidden {
	opacity: 0;
	max-height: 0;
	transition: max-height 1s cubic-bezier(0.4, 0, 1, 1) 0s, opacity .7s linear .3s;
}

.filter.shown {
	opacity: 1;
	margin-bottom: 0;
	max-height: 300px;
	transition: max-height 1.3s linear 0s, opacity .4s cubic-bezier(0.76, 0.07, 1, 1) .3s;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	margin: 10px 0 0 20px;
}

.checkbox input[disabled],
.checkbox input[disabled] ~ span {
	opacity: .5;
}

.title_side {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}

.checkbox__text {
	position: relative;
	padding: 0 0 0 26px;
	cursor: pointer;
	font-size: 14px;
	display: block;
	color: #9E9E9E;
}

.comparsion_checkbox .checkbox__text {
	color: #333;
	font-size: 14px;
}

.filter .checkbox__text {
	color: #333333;
}

.checkbox__text a {
	color: #208DD7;
	text-decoration: underline;
}

.checkbox__text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.checkbox input:checked + .checkbox__text:after {
	content: '';
	position: absolute;
	background: url("../images/check.svg") no-repeat center center, #208DD7;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-size: 11px;
	background-size: 11px;
}

.checkbox.comparsion_checkbox input:checked + .checkbox__text:after {
	background-color: #FF6557;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #3A0F45 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-top: -1px;
}



.select2-container--default .select2-results__option.toggled li {
	background: #E8F2FF;
}

.select2-container--default .select2-results__option.toggled li:hover,
.select2-container--default .select2-results__option.toggled li[aria-selected="true"] {
	background: #A6CEFF;
}

.select2-container--default .select2-results__option.toggled {
	background: #E8F2FF;
}

.select2-search--dropdown {
	padding: 10px;
}

.select2-search--dropdown input {
	border: 1px solid #E2E2E2 !important;
	border-radius: 5px;
	height: 36px;
	padding: 5px 10px !important;
}

.filter_result,
.sorting_result {
	margin-top: 5px;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px rgba(120, 191, 226, 0.34) !important;
	border-radius: 5px !important;
}

.select2-results {
	padding: 10px;
	padding-top: 0;
}

.select2-results__option {
	border-radius: 2px;
	padding: 10px;
	color: #333333;
	font-size: 14px;
}

.select2-results__option:hover strong {
	background: rgba(166, 206, 255, 0.51) !important;
	transition: all 0.4s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: rgba(166, 206, 255, 0.51);
	color: #333333;
}

.select2-container--default .select2-results__group {
	padding-right: 28px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background: rgba(166, 206, 255, 0.51);
	color: #333333;
}

.select2-container--default .toggled .select2-results__group::after {
	transform: rotate(313deg);
	bottom: calc(50% - 6px);
}

.select2-container--default .select2-results__group::after {
	transition: all 0.4s;
}

.sorting_result .select2-results li:nth-child(4),
.sorting_result .select2-results li:nth-child(3) {
	position: relative;
	padding-right: 23px;
}

.sorting_result .select2-results {
	padding-top: 10px;
}

.sorting_result .select2-results li:nth-child(4):after,
.sorting_result .select2-results li:nth-child(3):after {
	content: '';
	background: url("../images/arr_top.svg") no-repeat center center;
	position: absolute;
	top: 50%;
	height: 16px;
	width: 11px;
	right: 5px;
	margin-top: -8px;
}

.mCSB_inside > .mCSB_container {
	margin-right: 18px;
}

.sorting_result .select2-results li:nth-child(3):after {
	transform: rotate(180deg);
}

.arr_top,
.arr_bottom {
	position: relative;
}

.arr_bottom:after,
.arr_top:after {
	content: '';
	background: url("../images/arr_down.svg") no-repeat center center;
	position: absolute;
	top: 50%;
	height: 16px;
	width: 11px;
	right: 55px;
	margin-top: -8px;
}

.arr_top:after {
	transform: rotate(180deg);
}

.filter .select2-container {
	width: 100% !important;
}

.select2-container--default .select2-results > .select2-results__options {
	overflow: auto;
	padding-right: 10px;
}
.select2-container--default .select2-results > .select2-results__options {
	overflow: auto;
	padding-right: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	background: #A6CEFF !important;
	border-radius: 2px;
	width: 7px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background: #A6CEFF !important;
	border-radius: 2px;
	width: 7px;
	margin-left: 5px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 2px;
	width: 7px;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #A6CEFF !important;
	border-radius: 2px;
	width: 7px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}

.sorting_result > .select2-results__options {
	max-height: 295px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	position: absolute;
	right: 30px;
	display: flex;
	align-items: center;
	top: 2px;
	height: 100%;
}

.filter .select2-container--default .select2-selection--single .select2-selection__clear {
	top: 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	padding-right: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 10px;
	color: #A6CEFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #A6CEFF transparent;
}

.select2-container--default .select2-selection--single {
	border: none;
	height: 48px;
	display: flex;
	align-items: center;
	border: 1px solid #EAE6F0;
	box-sizing: border-box;
	border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #3A0F45;
}
select {
	-webkit-appearance: none;
	background: url("../images/select.svg") no-repeat -webkit-calc(100% - 22px) center, #fff;
	background: url("../images/select.svg") no-repeat calc(100% - 22px) center, #fff;
	-moz-appearance: none;
	-o-text-overflow: '';
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}

select::-ms-expand {
	display: none;
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

.modal {
	padding-right: 0 !important;
}

select {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
	margin-bottom: 10px;
	width: 100%;
	padding: 15px 19px;
	height: 50px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 50px;
}

button,
a,
input[type="submit"] {
	cursor: pointer;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 19px;
}

h3 {
	font-size: 21px;
	margin-bottom: 20px;
}

div#objects.not-found, div#objects .not-found {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #8a8a8a;
}

.btn_blue, .btn_red {
	background: #208DD7;
	border: 1px solid #208DD7;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 5px 20px;
	min-width: 130px;
	text-align: center;
	height: 45px;
	border-radius: 10px;
}

.btn-blue, .btn_red {
	background: #2196F3;
	border: 2px solid #2196F3;
	color: #ffffff;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 5px 20px;
	min-width: 130px;
	text-align: center;
	height: 50px;
	font-weight: bold;
	border-radius: 10px;
}
.home .template_two body{
	background: none;
}
.btn-blue.invert {
	background: #fff;
	border: 1px solid #2196F3;
	color: #2196F3;
}

.btn-blue.invert svg, .btn-blue.invert path {
	fill: #2196F3;
	stroke: #2196F3;
}

.btn-blue.invert:hover svg, .btn-blue.invert:hover path {
	fill: #fff;
	stroke: #fff;
}

.btn-blue:hover, .btn_red:hover {
	background: #ffffff;
	color: #208DD7;
}

.btn-blue.invert:hover {
	background: #208DD7;
	color: #fff;
}

.btn_blue:hover {
	background: #ffffff;
	color: #208DD7;
}

.btn_blue.invert {
	background: #ffffff;
	color: #208DD7;
}

.btn_blue.invert:hover {
	background: #208DD7;
	color: #fff;
}



header.header {
	background: #fff;
	padding: 21px 0;
}

.page_listing header.header {
	position: sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}


@media (max-width: 575px) {
	header.header {
		padding: 21px 15px;
	}
}

header.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.los {
	margin-left: 12px;
	color: #a4a4a4;
	margin-right: 85px;
	max-width: 200px;
}

@media (max-width: 991px) {
	.los {
		display: none;
	}

}

@media (max-width: 767px) {
	.login {
		display: block;
	}

	.login a {
		color: #208DD7;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.login {
		display: block;
	}
}

@media (max-width: 991px) {
	.logo {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.los {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 991px) {
	.menu {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.menu {
		position: absolute;
		display: none;
		top: 80px;
		margin: 0;
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 999;
	}

	.menu:after {
		content: '';
		position: absolute;
		top: 0;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		left: 15px;
		height: 1px;
		background: #D2E2E5;
	}
}

.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 30px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.menu ul li {
	margin-left: 35px;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
}


.menu ul ul li a{

}
.menu ul ul li:last-child{
	margin-bottom: 0;
}
.menu ul ul li{
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.menu ul li:hover > ul{
	opacity: 1;
	z-index: 99;
	visibility: visible;
}
.menu ul ul ul{
	right: 100%;
	top: 0;
	overflow: auto;
}
.menu ul ul ul{
	left: 100%;
	top: 0;
}
.menu ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #ffffff;
	display: block;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	width: 260px;
	max-height: 400px;
}


.menu #menu-main > li:nth-last-child(-n+2) ul ,
.menu #menu-main > li:last-child ul {
	right: 0;
	left: auto;
}




@media (max-width: 767px) {
	.menu ul ul ul{
		overflow: unset;
	}
	.menu ul li {
		margin-bottom: 20px;
		width: 100%;
	}
	.menu ul ul li{
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;

	}
	.menu ul ul a{
		font-weight: normal !important;
	}
	.menu ul ul{
		position: static;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		padding: 0;
		padding-left: 10px;
		margin-top: 20px;
		max-width: 100%;
		display: none;
		width: 100%;
	}
	.menu ul li a{
		display: inline-block !important;
		background: none !important;
		position: relative;

	}
	.menu ul li.menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
	}
	.menu ul li.menu-item-has-children .open-submenu{
		position: relative;
		display: block;
		flex-grow: 1;
	}
	.menu ul li.menu-item-has-children > .open-submenu.active:after{
		transform: rotate(180deg);
	}
	.menu ul li.menu-item-has-children > .open-submenu:after{
		content: "";
		position: absolute;
		right: 0;
		margin-top: -8px;
		top: 50%;
		background: url('../images/arrow-down1.svg') right center no-repeat ;
		width: 20px;
		height: 20px;
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	}
	.menu ul li:nth-child(1) a,
	.menu ul li:nth-child(2) a,
	.menu ul li:nth-child(3) a {
		font-weight: bold;
	}
}

@media (max-width: 767px) {
	.menu ul li.login_nav {
		display: none;
	}
}

.menu ul li.login_nav a {
	color: #208DD7;
	font-weight: 500;
}

.menu ul li a {
	color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	position: relative;
}

.menu ul li a small {
	width: 25px;
	font-size: 14px;
	height: 25px;
	background: #208DD7;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	font-weight: bold;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	position: absolute;
	z-index: 5;
	top: -18px;
	right: -15px;
}

.count_sravnenie {
	margin-right: 12px;
	display: flex;
	align-items: center;
	position: relative;
}

@media (max-width: 767px) {
	.menu ul li a {
		font-size: 17px;
	}
}

.menu ul li a:hover {
	color: #208dd7;
}

.title_filter_mob {
	display: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D2E2E5;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.title_filter_mob {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

main .container p {
	margin-bottom: 10px;
}

main .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
}

main.page_in .container {
	flex-direction: column;
	width: 100%;
}

.main.page_in .container > div{
	width: 100%;
}

main.page_in .container .row{
	width: 100%;
}
h1 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
}

h2 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 500;
}

main .shape .container {
	display: block;
}

#sidebar {
	max-width: 308px;
	padding-right: 29px;
	width: 100%;
}

.apply_filter {
	bottom: -50px;
	display: none;
}

.text-modal .close{
	right: 15px;
	top: 15px;
	position: absolute;
}

.text-modal .modal-content{
	border: none;
}
.text-modal .modal-dialog{
	max-width: 900px;
}

.text-modal h2{
	padding-right: 50px;
}
.text-modal p{
	margin-bottom: 15px !important;
}

@media (max-width: 991px) {
	#sidebar {
		display: none;
		position: fixed;
		height: -webkit-calc(100% - 44px);
		height: calc(100% - 44px);
		overflow: auto;
		top: 0;
		left: 0;
		background: #edf6f9;
		width: 100%;
		max-width: 100%;
		z-index: 999;
		padding: 30px;
	}

	.recommendation-item__footer .btn_red {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#sidebar.sidebar-compilation {
		display: block;
		padding-left: 0;
		position: static;
	}

	#sidebar .btn_blue {
		display: none;
	}

	.btn_blue.apply_filter {
		display: flex;
		position: fixed;
		width: 100%;
		left: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		z-index: 9999;
		height: 44px;
		bottom: -50px;
		display: none;
	}

	#sidebar select {
		max-width: 300px;
		display: block;
	}
}

#sidebar h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 19px;
}

#sidebar aside {
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	#sidebar aside {
		margin-left: auto;
		margin-right: auto;
	}
}

#sidebar aside .btn_blue {
	width: 100%;
}

#sidebar label.checkbox {
	display: block;
	margin-bottom: 10px;
}

#items_found {
	font-size: 24px;
	color: #333333;
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 300;
	white-space: nowrap;
	order: 4;
	max-width: 231px;
}

#items_found span{
	font-size: 32px;
	margin-right: 5px;
}
#items_found .title-items{
	flex-grow: 1;
}

.sorting_search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.sorting_search {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.sorting_search .sort {
	width: 100%;
	max-width: 235px;
}

@media (max-width: 991px) {
	#items_found {
		margin-bottom: 0;
	}

	#items_found {
		max-width: 100%;
		order: 4;
		font-size: 24px;
	}

	.sorting_search .sort {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		max-width: 250px;
		width: 100%;
	}
}

.sorting_search select {
	width: 100%;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.sorting_search select {
		background-color: transparent;
		padding: 0;
		font-size: 17px;
		margin-bottom: 0;
	}
}

.filter_button {
	display: none;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

@media (max-width: 991px) {
	.filter_button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: none;
		border: none;
		font-size: 17px;
		margin-bottom: 11px;
	}

	.filter_button svg {
		margin-right: 10px;
	}
}

.content {
	width: calc(100% - 308px);
}

.content.article {
	width: calc(100% - 330px);
	margin-top: 30px;
}

.content.article p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.content.article a {
	color: #208DD7;
}

.content #objects.searching {
	filter: blur(1px);
	transition: filter .3s;
}

.top_h1_text {
	background: #F6F7FA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.listing_ad_top .title{
	color: #548FF9;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 5px;
}
.listing_ad_top.listing_ad_content .subtitle{
	margin-bottom: 12px;
}
.listing_ad_top .subtitle{
	font-size: 16px;
	margin-bottom: 38px;
}
.listing_ad_top{
	max-width: 486px;
	text-align: center;
	width: 100%;
}
.listing_ad_top.listing_ad_content{
	max-width: 100%;
	text-align: center;
	width: 100%;
}



.listing_ad_top .bg_white{
	background: #FFFFFF;
	box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);
	border-radius: 8px;
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.bg_white{
	background: #FFFFFF;
	box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);
	border-radius: 8px;
	padding-top: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

.listing_ad_top .offer a{
	text-decoration: underline;
	color: rgba(0, 11, 38, 0.5);
}
.listing_ad_top .offer{
	color: rgba(0, 11, 38, 0.5);
	font-size: 14px;

}
.listing_ad_top .button {
	margin-left: -15px;
	margin-right: -15px;
}
.listing_ad_top .button a{
	margin-bottom: 0;
}
.listing_ad_top:not(.listing_ad_content) .button a:before{
	content: "";
	display: block;
	background: url('../images/phone1.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 14px;
}
.listing_ad_top:not(.listing_ad_content) .line:before{
	content: "";
	display: block;
	background: url('../images/que.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.listing_ad_top:not(.listing_ad_content) .line:after{
	content: "";
	display: block;
	background: url('../images/arr1.svg') center center no-repeat;
	width: 9px;
	height: 6px;
	margin-left: 10px;
}
.listing_ad_content .line{
	color: rgba(0, 11, 38, 0.5);
	font-size: 14px;
	margin-bottom: 15px;
}
.listing_ad_content {
	margin-bottom: 20px;
}
.listing_ad_content .line a{
	color: rgba(0, 11, 38, 0.5);
	font-size: 14px;
	text-decoration: underline;
}
.listing_ad_top:not(.listing_ad_content) .line{
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #F6F7FA;
	border-radius: 8px;
	margin-bottom: 20px;
}
.listing_ad_top  .button a{
	width: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	background: #548FF9;
	color: #ffffff;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 700;
	justify-content: center;
}















.top_h1_text .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_h1_text .container {
	display: block;
}

.top_h1_text .top-text {
	max-width: 725px;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.compilation-top_h1 {
		background: linear-gradient(86.95deg, rgba(166, 206, 255, 0.25) -7.46%, rgba(0, 144, 189, 0.25) 96.82%) !important;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}
}

@media (min-width: 767px) {
	.compilation-top_h1 {
		background: linear-gradient(81.03deg, rgba(44, 139, 255, 0.68) 31.89%, rgba(115, 165, 226, 0.68) 131.08%);
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}

	.compilation-top_h1:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		right: 0;
		bottom: 0;
		z-index: 4;
		background: linear-gradient(22.7deg, rgba(44, 139, 255, 0.68) -0.86%, rgba(115, 165, 226, 0.68) 63.3%);
	}

	.compilation-top_h1 > * {
		position: relative;
		z-index: 5;
	}

	.compilation-top_h1.top_h1_text h1 {
		color: #ffffff;
	}

	.compilation-top_h1.top_h1_text .top-text {
		color: #ffffff;
	}

	.compilation-top_h1.top_h1_text .breadcrumbs__link,
	.compilation-top_h1.top_h1_text .breadcrumbs__current,
	.compilation-top_h1.top_h1_text .breadcrumbs__separator {
		color: #ffffff;
	}
}

.other-title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	margin-top: 40px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

.breadcrumbs__link,
.breadcrumbs__current {
	text-transform: uppercase;
	text-decoration: none;
	color: #208DD7;
}

.breadcrumbs__separator {
	color: #208DD7;
	font-size: 12px;
	margin: 0 5px;
}

.top_h1_text h1 {
	font-weight: 700;
	font-size: 32px;
	color: #333333;
	margin-bottom: 0;
}

#search {
	width: 100%;
	max-width: 249px;
}

@media (max-width: 991px) {
	.content {
		width: 100%;
	}

	#search {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 12px;
	}
}

#search .btn_blue {
	margin-left: -7px;
	position: relative;
	z-index: 3;
}

#search form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#search .input_text {
	position: relative;
}

#search .input_text input {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 14px 19px;
	padding-left: 54px;

	height: 48px;
	color: #A4A4A4;
	border: 1px solid #EAE6F0;
	font-size: 14px;
	border-radius: 10px;
}

#search .input_text input::-webkit-input-placeholder {
	opacity: 1;
}

#search .input_text input:-moz-placeholder {
	opacity: 1;
}

#search .input_text input::-moz-placeholder {
	opacity: 1;
}

#search .input_text input:-ms-input-placeholder {
	opacity: 1;
}

#search .input_text svg {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -12px;
}

.sections .description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.listing-item .pic_comparison {
	max-width: 72px;
	float: left;
	margin-right: 20px;
}
.pic_comparison picture{
	width: 100%;
}
@media (max-width: 767px) {
	.top_h1_text h1 {
		font-size: 24px;
	}

	.sections .description p {
		margin-bottom: 14px;
	}

	.listing-item .pic_comparison {
		padding-bottom: 15px;
		float: none;
	}

	.pic_title {
		display: flex;
		align-items: flex-start;
	}

	.sorting_search .sort {
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.sorting_search {
		position: relative;
	}

	.filter_button {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-bottom: 0;
	}

	#items_found {
		margin-right: 0;
		padding-right: 135px;
	}

	#items_found #items_found {
		padding-right: 0;
	}

	.sorting_search .select2-container {
		width: 100% !important;
	}
}

@media (max-width: 350px) {
	.sections .description {
		padding-bottom: 130px;
	}
}

@media (max-width: 1200px) {
	.sections .description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.sections .description p {
	line-height: 1.5;
	text-align: left;
	position: relative;
	z-index: 5;
}

.sections .description p a {
	color: #333333;
}

@media (max-width: 991px) {
	.sections .description p {
		padding: 0;
	}
}

.sections .description .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.sections .description .buttons a {
	position: relative;
	z-index: 5;
}

@media (max-width: 1200px) {
	.sections .description .buttons {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.sections .description .buttons {
		width: -webkit-calc(100% - 155px);
		width: calc(100% - 155px);
		position: absolute;
		left: 135px;
		bottom: 5px;
	}
}

@media (max-width: 350px) {
	.sections .description .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.sections .description .buttons a {
	margin-left: 20px;
}

@media (max-width: 1200px) {
	.sections .description .buttons a {
		margin-left: 0;
		margin-right: 20px;
	}

	.sections .description .buttons a:last-child {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.sections .description .buttons a {
		margin-bottom: 10px;
		width: 50%;
		min-width: 1px;
		margin-right: 7px;
	}
}

@media (max-width: 350px) {
	.sections .description .buttons a {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.sections .title_rating {
		margin-bottom: 8px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 575px) {
	.sections .title_rating {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 87px);
	}

	.listing-item .pic_comparison {
		margin-right: 15px;
	}
}

.sections .char {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.sections .rating,
.rev_items .comment .rating,
.rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.sections .rating .no-rating {
	margin-bottom: 10px;
	color: #cccccc;
	margin-right: 10px;
	font-size: 15px;
}

.sections .rating {
	margin-bottom: 10px;
	margin-right: 20px;
}

.sections .online-listing-item .rating {
	margin-bottom: 0;
	margin-right: 0;
}

.messia-comment-form .rating {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.modal-response-text-success {
	margin-top: 10px;
	color: green;
	font-size: 15px;
}

.modal-response-text-error,
.message.error-message,
.message.success-message {
	color: #856404;
	background-color: #fff3cd;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	margin-top: 15px;
	border: 1px solid #ffeeba;
	border-radius: .25rem;
	max-width: 376px;
	width: 100%;
	display: none;
}

.sections .rating .rating_ball,
.messia-comment-form .rating .rating_ball,
.rev_items .comment .rating .rating_ball {
	margin-bottom: 1px;
	color: #333333;
	margin-left: 2px;
	order: 3;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	.sections .rating .rating_ball,
	.messia-comment-form .rating .rating_ball,
	.rev_items .comment .rating .rating_ball {
		margin-right: 0;
	}
}

.sections .rating .ratingCount,
.messia-comment-form .rating .ratingCount,
.rev_items .comment .rating .ratingCount,
.ratingCount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 5;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: flex-end;
	white-space: nowrap;
	order: 4;
	margin-left: 20px;
	margin-top: -3px;
}

.sections .rating .ratingCount a,
.messia-comment-form .rating .ratingCount a,
.rev_items .comment .rating .ratingCount a {
	font-weight: normal;
	color: #208dd7;
	text-decoration: none;
}

.sections .rating .ratingCount a,
.messia-comment-form .rating .ratingCount a,
.rev_items .comment .rating .ratingCount a {
	font-weight: normal;
	color: #208dd7;
	text-decoration: none;
}

.sections label.checkbox {
	margin-right: 20px;
	margin-bottom: 4px;
}

@media (max-width: 1200px) {
	.sections label.checkbox {
		position: absolute;
		left: 15px;
		bottom: 14px;
		width: 100%;
		max-width: 110px;
	}
}

@media (max-width: 991px) {
	.sections .checkbox__text {
		color: #208DD7;
		width: 100%;
		font-size: 14px;
		font-weight: normal;
	}
}

@media (max-width: 991px) {
	.sections .checkbox__text:before {
		background: url("../images/sravnit.svg") no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		border: none;
		height: 19px;
		width: 100%;
		top: -1px;
	}
}

@media (max-width: 991px) {
	.sections .checkbox input:checked + .checkbox__text:after {
		border: 1px solid #FF6557;
		right: 0;
		left: auto;
		width: 22px;
		height: 22px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		top: 0px;
		background: url("../images/close.svg") no-repeat center center;
		-webkit-background-size: 12px;
		background-size: 12px;
	}
}

@media (max-width: 991px) {
	.sections .checkbox input:checked + .checkbox__text {
		padding-left: 0;
		padding-right: 30px;
		height: 20px;
		display: block;
		color: transparent;
	}
}

@media (max-width: 991px) {
	.sections .checkbox input:checked + .checkbox__text:before {
		background: none;
		content: 'В сравнении';
		font-size: 14px;
		color: #208DD7;
		top: 3px;
		width: 100%;
	}
}

.mfp-wrap {
	z-index: 999999;
}

.mfp-bg {
	z-index: 99999;
}

.sections .stars,
.popular .stars,
.rev_items .comment .stars,
.messia-comment-form .stars,
.stars {
	width: 81px;
	flex-basis: 81px;
	margin-left: auto;
}

.popular .stars {
	margin-left: 0;
}

.sections .stars,
.popular .stars,
.messia-comment-form .stars,
.rev_items .comment .stars,
.stars {
	position: relative;
	margin-right: 10px;
	cursor: pointer;
	order: 2;
}

.sections .stars small,
.popular .stars small,
.rev_items .comment .stars small,
.messia-comment-form .stars small,
.stars small {
	background: url("../images/ratingStars.png") no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

#respond .messia-comment-form .stars {
	margin-left: 0;
}

.title_new_rev {
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title_new_rev a {
	font-size: 14px;
	color: #208DD7;
	flex-grow: 1;
	font-weight: normal;
	text-align: right;
}

.sections .stars small,
.popular .stars small,
.messia-comment-form .stars small,
.rev_items .comment .stars small,
.stars small {
	z-index: 4;
	position: absolute;
	width: 83px;
	top: -1px;
	left: 0;
	-webkit-background-size: 83px 14px;
	background-size: 81px 13px;
	margin-left: 0;
	transition: none !important;
}

.sections .stars span.bg,
.popular .stars span.bg,
.messia-comment-form .stars span.bg,
.rev_items .comment .stars span.bg,
.stars span.bg {
	position: absolute;
	width: 83px;
	top: 0;
	left: 0;
	background: #DCEAEE;
	z-index: 2;
}

.sections .stars span.bg_active,
.popular .stars span.bg_active,
.messia-comment-form .stars span.bg_active,
.rev_items .comment .stars span.bg_active,
.stars span.bg_active {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #FF6557;
	z-index: 3;
}

.sections .stars i,
.messia-comment-form .stars i,
.rev_items .comment .stars i,
.stars i {
	margin-right: 5px;
}

.sections section {
	margin-bottom: 15px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1), 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 20px;
}

.sections .link_all {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.sections h2 {
	margin-bottom: 10px;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.sections h2 {
	}
}

.sections h2 a {
	font-size: 24px;
	color: #208dd7;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sections h1 {
	font-size: 24px;
	color: #208dd7;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.sections h2 a {
		font-size: 17px;
	}

	.sections h1 {
		font-size: 17px;
	}
}

.sections h2 a:hover {
	color: #1f71b3;
}

.sections a.picture,
.sections picture.img-placeholder {
	padding: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.sections a.picture {
		display: block;
	}
}

.sections picture {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.sections picture img {
	display: block;
	width: auto;
	max-height: 100%;
}

picture.pic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	border: 1px solid #D2E2E5;
	padding: 4px;
	max-width: 82px;
	min-height: 50px;
	width: 100%;
}

picture.pic.pic-50 {
	max-width: 45px;
	min-height: 45px;
	padding: 5px;
}

picture.pic.pic-70 {
	max-width: 70px;
	min-height: 70px;
	padding: 6px;
}

picture.pic.pic-80 {
	background: #ffffff;
	height: auto;
}

picture.pic img {
	display: block;
	width: auto;
	height: 50px;
	object-fit: contain;
}

.sections .header_section {
	padding: 30px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.sections .header_section {
		position: relative;
		padding: 15px;
	}
}

@media (max-width: 350px) {
	.sections .header_section {
		padding: 10px;
	}
}

.object-tariffs {
	margin-top: 30px;
}

.object-tariffs .footer_section {
	margin-bottom: 30px;
}

.object-characteristics {
	margin-bottom: 30px;
}

.object-characteristics table {
	width: 100%;
}

.object-characteristics table td {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
}

.footer_section {
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #D2E2E5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	justify-content: space-between;
}

.object-tariffs .footer_section::after {
	content: none;
}

.popular-questions li:nth-child(even) {
	margin-bottom: 20px;
	font-weight: normal;
}

.popular-questions ul {
	padding-left: 0 !important;
	list-style: none !important;
	font-weight: 500;
	padding-top: 10px;
}

.footer_section {
	position: relative;

	border: none;
}

.footer_section:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #D2E2E5;
}

@media (max-width: 1200px) {
	.sections .listing-item .footer_section:after {
		left: -15px;
		right: -15px;
	}
}

@media (max-width: 767px) {
	.sections .listing-item .footer_section:after {
		left: 0;
		right: 0;
	}
}

.footer_section .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5a5a5a;
	margin-right: 14px;
	line-height: 1.6;
	max-width: 164px;
	font-size: 14px;
}

.footer_section .item:last-child {
	margin-right: 0;
}

.footer_section .item.item-price {
	flex-direction: column;
	width: 100%;
	font-weight: 500;
	color: #5A5A5A;
	font-size: 18px;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	position: relative;
	max-width: 238px;
	margin-left: auto;
}

.footer_section .item.item-price span {
	line-height: 1.3;
	width: auto;
}

.footer_section .item.item-price:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	background: #D2E2E5;
	width: 1px;
}

.footer_section .item.item-price a {
	position: relative;
	z-index: 10;
	font-size: 14px;
	color: #208DD7;
	font-weight: normal;
	margin-top: 3px;
}

@media (max-width: 1200px) {
	.footer_section .item {
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.footer_section {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer_section .item.item-price {
		padding-left: 0;
		max-width: none;
		margin-right: 10px;
		width: 100%;
		margin-bottom: 0;
	}

	.footer_section .item:nth-child(3) {
		margin-right: 0;
	}

	.footer_section .item.item-price:after {
		content: none;
	}
}

.footer_section .item img {
	margin-right: 10px;
}

.footer_section .item span {
	width: calc(100% - 39px);
}

.section_right {
	width: -webkit-calc(100% - 142px);
	width: calc(100% - 142px);
	padding-right: 20px;
}

@media (max-width: 767px) {
	.section_right {
		width: 100%;
		padding-right: 0;
	}
}

.listing-item .buttons {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 8;
}

.listing-item .buttons a,
.listing-item .buttons button {
	width: 142px;
	text-align: center;
	justify-content: center;
}

.listing-item .buttons a {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.sections .rating .ratingCount a,
	.messia-comment-form .rating .ratingCount a,
	.rev_items .comment .rating .ratingCount a {
		margin-right: 0;
	}

	.pic_comparison {
		padding-bottom: 32px;
	}

	.sections .footer_section .item {
	}

	.sections .footer_section .item {
		display: block;
		margin-top: 13px;
		margin-bottom: 0;
		margin-right: 10px;
		margin-left: 10px;
	}

	.sections .footer_section .item img {
		margin-right: 0;
	}

	.sections .footer_section {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.sections .footer_section .item.item-price {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-right: 0;
		margin-top: 7px;
		margin-left: 0;
	}

	.sections .footer_section .item:not(.item-price) {
		position: relative;
	}

	.sections .footer_section .item:not(.item-price) span {
		display: none;
		position: absolute;
		text-align: center;
		background: #ffffff;
		box-shadow: 0px 1px 8px rgba(120, 191, 226, 0.34);
		width: 140px;
		padding: 5px;
		left: 50%;
		margin-left: -70px;
		z-index: 999;
		bottom: 100%;
		margin-bottom: 7px;
	}

	.sections .footer_section .item:not(.item-price):hover span {
		display: block;
	}

	.sections .footer_section {
		border: none;
		margin-top: 0;
		padding: 15px;
	}

	.sections .footer_section .item.item-price {
		display: flex;
		width: 100%;
		max-width: 100%;
		border-top: 1px solid #D2E2E5;
		padding-top: 8px;
		font-size: 16px;
		margin-left: 0;
	}

	.sections .footer_section .item.item-price:after {
		content: none;
	}

	.sections .rating .ratingCount,
	.messia-comment-form .rating .ratingCount,
	.rev_items .comment .rating .ratingCount {
		font-size: 12px;
		margin-right: 0;
		width: auto;
	}

	.pic_comparison button {
		font-size: 12px !important;
	}

	.listing-item .buttons {
		width: 100%;
		order: 8;
		margin-top: 15px;
	}

	.listing-item .buttons a,
	.listing-item .buttons button {
		width: 100%;
	}

	.listing-item .buttons a {
		margin-bottom: 10px;
	}

	.sections .footer_section {
		order: 7;
	}

	.sections .footer_section .item.item-price {
		padding-right: 0;
		margin-right: 0;
		padding-top: 12px;
	}
}

.load {
	max-width: 250px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.inactive {
	display: none;
}

.links {
	margin-top: 50px;
}

.links h5 {
	min-height: 44px;
	margin-bottom: 5px;
}

.links .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[disabled] {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

.links .container .links_item {
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.links .container .links_item {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px);
	}
}

@media (max-width: 767px) {
	.links .container .links_item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}

@media (max-width: 400px) {
	.links .container .links_item {
		width: 100%;
	}

	.sorting_search .sort {
		width: 100%;
		margin-right: 0;
		max-width: 100%;
	}

	.sections .footer_section .item:not(.item-price) span {
		font-size: 12px;
		width: 105px;
		margin-left: -50px;
	}
}

.links .container .links_item li {
	margin-bottom: 5px;
	display: none;
}

.links .container .links_item li:nth-child(1),
.links .container .links_item li:nth-child(2),
.links .container .links_item li:nth-child(3),
.links .container .links_item li:nth-child(4),
.links .container .links_item li:nth-child(5) {
	display: block !important;
}

.links .container .links_item li.li_all_links {
	display: block !important;
}

.links .container .links_item li.li_all_links a {
	color: #208DD7;
	padding-left: 15px;
	position: relative;
}

.links .container .links_item li.li_all_links a:after {
	content: '';
	position: absolute;
	background: url("../images/select.svg") no-repeat center center;
	left: 0;
	width: 9px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.links .container .links_item li.li_all_links a.active_links:after {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.links .container .links_item li a {
	color: #333333;
}

.mobile_button {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}

.mobile_button button {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #208DD7;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-right: 1px solid #D2E2E5;
	padding: 8px 12px;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 400px) {
	.mobile_button button {
		font-size: 14px;
	}

	.mobile_button button svg {
		max-width: 25px;
	}
}

@media (max-width: 330px) {
	.mobile_button button {
		font-size: 13px;
		padding: 12px 6px;
	}
}

.mobile_button button:last-child {
	border: none;
}

.mobile_button button small {
	width: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
	font-size: 15px;
	background: #FF6557;
}

@media (max-width: 400px) {
	.mobile_button button small {
		width: 24px;
		height: 24px;
		font-size: 13px;
	}
}

.mobile_button button svg {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.mobile_button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.login_reg .modal-dialog {
	max-width: 400px;
}

.login_reg .modal-content {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 25px 30px;
}

.login_reg .modal-body {
	padding: 0;
}

.login_reg .title_close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #D2E2E5;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.login_reg .title_close small {
	font-size: 18px;
	color: #333333;
}

.login_reg .close {
	opacity: 1;
	width: 32px;
}

.login_reg form .title {
	font-size: 16px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.login_reg form .title a {
	color: #208DD7;
}

.login_reg form input[type="text"],
.login_reg form input[type="password"] {
	display: block;
	background: #EFF7F9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
	padding: 16px 15px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
}

.login_reg form .btn_blue {
	width: 100%;
	display: flex;
	margin-top: 30px;
	cursor: pointer;
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 13px;
}

.login_reg form .openmodallogin {
	text-align: center;
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-size: 16px;
	color: #208dd7;
}

.login_reg label.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.login_reg label.checkbox .checkbox__text {
	font-size: 14px;
}

.login_reg label.checkbox .checkbox__text a {
	color: #208DD7;
	text-decoration: none;
}

#sidebar.object_side {
	padding-left: 30px;
	padding-right: 0;
	margin-top: 40px;
}

@media (max-width: 991px) {
	#sidebar.object_side {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		padding-left: 0;
		padding-top: 19px;
		margin-top: 0;
	}
}

#sidebar.object_side .analog {
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}

@media (max-width: 991px) {
	#sidebar.object_side .analog {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#sidebar.object_side .analog a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	color: #208dd7;
}

@media (max-width: 991px) {
	#sidebar.object_side .analog a {
		max-width: 250px;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#sidebar.object_side .analog a:last-child {
	margin-bottom: 0;
}

#sidebar.object_side .analog a img {
	margin-right: 10px;
}

#sidebar.object_side .skid {
	background: #FF6557;
	color: #ffffff;
	padding: 30px;
}

@media (max-width: 991px) {
	#sidebar.object_side .skid {
		text-align: center;
	}

	#sidebar.object_side .skid br {
		display: none;
	}
}

#sidebar.object_side .skid .title {
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#sidebar.object_side .skid .title {
		margin-bottom: 5px;
	}
}

#sidebar.object_side .skid .sub_title {
	margin-bottom: 30px;
	font-size: 18px;
}

@media (max-width: 991px) {
	#sidebar.object_side .skid .sub_title {
		margin-bottom: 15px;
	}
}

#sidebar.object_side .skid .btn_blue {
	max-width: 150px;
	display: flex;
}

@media (max-width: 991px) {
	#sidebar.object_side .skid .btn_blue {
		margin-left: auto;
		margin-right: auto;
		max-width: 169px;
	}
}

#sidebar.object_side .skid .btn_blue:hover {
	background: #208DD7;
	color: #fff;
}

@media (max-width: 991px) {
	main .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.sections.objects section .description {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.sections.objects section .description {
		padding-bottom: 0;
	}
}

.sections.objects section .description p {
}

.sections.objects section .header_section .buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px) {
	.sections.objects section .header_section .buttons {
		position: static;
	}

	.sections.objects section .header_section .buttons .btn_red {
		margin-left: 0;
	}
}

.sections.objects section .header_section .buttons .zak {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.sections.objects section .header_section .buttons .zak {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-right: 4px;
		margin-bottom: 0;
	}
}

.sections.objects section .header_section .buttons .zak svg {
	margin-right: 9px;
}

.tab-content {
	padding: 15px 30px;
}

.tab-content .tab-content {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 767px) {
	.tab-content {
		padding: 25px 15px;
	}
}

.tab-content p {
	margin-bottom: 20px;
	line-height: 1.5;
}

.links_object {
	background: #fff;
	padding: 20px;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.links_object a {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #208DD7;
	display: block;
	margin-bottom: 15px;
	display: none;
}

.links_object a:nth-child(1),
.links_object a:nth-child(2),
.links_object a:nth-child(3),
.links_object a:nth-child(4),
.links_object a:nth-child(5),
.links_object a:nth-child(6),
.links_object a:nth-child(7),
.links_object a:nth-child(8),
.links_object a:nth-child(9),
.links_object a:nth-child(10) {
	display: block !important;
}

a.show-cat {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
	box-shadow: 0px 10px 10px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

a.show-cat:after {
	content: 'Смотреть все категории';

}

a.show-cat.active:after {
	content: 'Скрыть';

}

a.show-rev:after {
	content: 'Смотреть весь список';

}

a.show-rev.active:after {
	content: 'Скрыть';

}


.tabs_object {
	background: #fff;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	border-radius: 20px;
	overflow: hidden;
	margin-top: 25px;
}
.tabs_object .nav li:first-child h2.active{
	-webkit-border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	overflow: hidden;
}
.tabs_object .nav li:last-child h2.active{
	-webkit-border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
	overflow: hidden;
}
.official {
	padding: 30px;
	background: #ffffff;
	border-top: 1px solid #DCEAEE;
	margin-bottom: 50px;
	font-size: 14px;
}

.official a {
	text-decoration: underline;
	color: #208DD7;
}

@media (max-width: 767px) {





	.official {
		padding: 25px 15px;
	}

	.tabs_object {
		position: relative;
	}

	.tabs_object:after {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0;
		right: 0;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
	}
}

@media (max-width: 991px) {
	.tabs_object {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.tabs_object:after {
		width: 60px;
	}

	.page-template-newlisting .sorting_search .sort {
		max-width: 100%;
		margin-right: 0;
	}

	.sections .rating .ratingCount {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.tabs_object .navs_over {
		overflow: auto;
		padding-bottom: 7px;
	}

}

.tabs_object .navs_over {
	position: relative;
	z-index: 5;
}

.tabs_object .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	border: none;
}

@media (max-width: 767px) {
	.tabs_object .nav {
		width: 615px;
	}

	.tabs_object .tab-content .nav {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.page_comment .tabs_object .nav {
		width: 830px;
	}

	.page_comment .navs_over {
		overflow: auto;
	}
}

.tabs_object .nav li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

/*.tabs_object .nav li:first-child a.active {*//*    -webkit-border-radius: 5px 0px 0px 0px;*//*    border-radius: 5px 0px 0px 0px;*//*    border-left: none !important;*//*}*/
.tabs_object .nav li:last-child a {
	position: relative;
	z-index: 5;
}

.tabs_object .nav li:last-child a.active {
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	border-right: none !important;
}

.tabs_object .nav li a {
	padding: 17px 12px;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	display: block;
	border-bottom: 1px solid #DCEAEE !important;
}

@media (max-width: 991px) {
	.tabs_object .nav li a {
		padding: 17px 5px;
	}
}

.tabs_object .nav li a.active {
	border-bottom: none !important;
	border-right: 1px solid #DCEAEE !important;
	border-left: 1px solid #DCEAEE !important;
	position: relative;
}

.tabs_object .nav li a.active:after {
	content: '';
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: #208dd7;
}

.tabs_object .nav li:first-child h2.active {
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	border-left: none !important;
}

.tabs_object .nav li:last-child h2 {
	position: relative;
	z-index: 5;
}

.tabs_object .nav li:last-child h2.active {
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	border-right: none !important;
}

.tabs_object .nav li h2 {
	padding: 17px 12px;
	font-size: 12px;
	cursor: pointer;
	font-weight: 500;
	color: #333333;
	display: block;
	border-bottom: 1px solid #DCEAEE !important;
}

@media (max-width: 991px) {
	.tabs_object .nav li h2 {
		padding: 17px 5px;
	}
}

.tabs_object .nav li h2.active {
	border-bottom: none !important;
	border-right: 1px solid #DCEAEE !important;
	border-left: 1px solid #DCEAEE !important;
	position: relative;
}

.tabs_object .nav li h2.active:after {
	content: '';
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: #208dd7;
}

.table_over {
	font-size: 12px;
	overflow: auto;
}

@media (max-width: 767px) {
	.table_over {
		overflow: auto;
	}
	.tabs_object .nav li h2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.tabs_object .nav {
		flex-wrap: nowrap;
	}

	.tabs_object .nav{
		width: auto;
	}
}

.table_over b {
	font-weight: bold;
	display: block;
}

.table_over table {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 767px) {
	.table_over table {
		width: 800px;
	}
}

.table_over table thead td {
	font-size: 14px;
	text-align: center;
}

.table_over table thead td {
	background: rgba(166, 206, 255, 0.25);
	border: none;
}

.table_over table thead td:first-child {
	-webkit-border-radius: 11px 0 0 0;
	-moz-border-radius: 11px 0 0 0;
	border-radius: 11px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px !important;
}

.table_over table thead td:last-child {
	-webkit-border-radius: 0 11px 0;
	-moz-border-radius: 0 11px 0 0;
	border-radius: 0 11px 0 0;
}

.table_over table thead tr {
	text-align: left;
	border: none;
}

.table_over table tr {
	border-bottom: 1px solid #DCEAEE;
}

.table_over table tr:last-child {
	text-align: center;
}

.table_over table tr:last-child td:first-child {
	text-align: left;
	padding: 15px;
}

.table_over table td {
	border-right: 1px solid #DCEAEE;
	vertical-align: middle;
	padding: 15px;
	font-size: 14px;
}

.table_over table thead td {
	padding: 20px 10px;
	color: #333333;
}

.comments-nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	max-width: 450px;
	justify-content: space-between;
	order: 4;
}

.comments-nav-links > div {
	margin-right: 20px;
	margin-bottom: 10px;
}

.comments-nav-links > div:last-child {
	margin-right: 0;
}

.comments-nav-links a {
	color: #333333;
	text-decoration: underline;
}

.table_over table td:first-child {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding-left: 20px;
}

.table_over table tbody tr td:first-child {
	background: #F9F9F9;
	font-weight: 500;
}

.table_over table tbody tr:first-child td:first-child {
	font-weight: normal;
}

#respond form {
	width: 100%;
	margin-top: 25px;
	display: block;
}

.line_review {
	order: 4;
	width: 100%;
	height: 1px;
	background: #DCEAEE;
	margin-top: 30px;
}

#respond .link_add_rev {
	margin-bottom: 0;
}

#respond {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
	max-width: 568px;
	order: 5;
	margin-top: 30px;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.tab-content #respond {
}

.tab-pane > #respond,
.tab-content > #respond {
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#respond.otvet_form {
	margin-left: 0 !important;
	padding-left: 64px;
	margin-right: 0 !important;
	padding-top: 10px;
}

.tab-content .item.comment #respond {
	padding-left: 130px;
}

.table_over table td:last-child {
	border: none;
}

.tabs_object > #respond {
	display: none;
}

.yes {
	background: url("../images/yes.svg") no-repeat center center;
	width: 24px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
}

.no {
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
}

.no:after,
.no:before {
	content: '';
	position: absolute;
	width: 5px;
	left: 6px;
	height: 20px;
	background: #FF6557;
}

.no:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.no:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tabs_object .select_post_multi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	margin-right: -30px;
	margin-bottom: 30px;
}

.integr:last-child {
	margin-bottom: 0;
}

.tabs_object .select_post_multi .item {
	margin-right: 15px;
	width: -webkit-calc(16% - 15px);
	width: calc(16% - 15px);
	margin-bottom: 20px;
	padding: 0;
}

@media (max-width: 1200px) {
	.tabs_object .select_post_multi .item {
		width: -webkit-calc(20% - 15px);
		width: calc(20% - 15px);
	}
}

@media (max-width: 550px) {
	.tabs_object .select_post_multi .item {
		width: -webkit-calc(33% - 15px);
		width: calc(33% - 15px);
	}
}

@media (max-width: 385px) {
	.tabs_object .select_post_multi .item {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
}

.tabs_object .select_post_multi .item span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 35px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs_object .select_post_multi .item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 55px;
	width: auto;
}

.tabs_object .select_post_multi .item picture {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D2E2E5;
	margin-bottom: 15px;
	padding: 5px;
}

.tabs_object .select_post_multi .item a {
	color: #333333;
	display: block;
}

.link_add_rev {
	color: #208dd7;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	display: inline-block;
}

.add_rev {
}

.add_rev .ocen {
	margin-bottom: 20px;
}

.add_rev .ocen .title {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FF6557;
}

.add_rev .textarea span,
.comment-form-author label {
	display: block;
	margin-bottom: 10px;
}

.logged-in-as {
	margin-top: -15px;
}

.logged-in-as a {
	color: #333333;
	text-decoration: underline;
}

.add_rev .textarea textarea {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 20px;
	font-size: 16px;
	background: #FAFAFA;
}

.add_rev .textarea textarea#comment::-webkit-input-placeholder,
#first_name::-webkit-input-placeholder {
	color: #FF6557;
}

.add_rev .textarea textarea#comment:-ms-input-placeholder,
#first_name:-ms-input-placeholder {
	color: #FF6557;
}

.add_rev .textarea textarea#comment::-moz-placeholder,
#first_name::-moz-placeholder {
	color: #FF6557;
	opacity: 1;
}

.add_rev .textarea textarea#comment:-moz-placeholder,
#first_name:-moz-placeholder {
	color: #FF6557;
	opacity: 1;
}

.add_rev .comment-form-author input {
	display: block;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
}

.add_rev .btn_red {
	max-width: 208px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	padding-top: 13px;
	display: block;
	padding-bottom: 13px;
}

.rev_items .item {
	padding-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.rev_items .item .item {
	padding-left: 70px;
}

.rev_items .items_comments > .item:last-child .desk {
	border: none;
}

.rev_items .item .ava {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	max-width: 55px;
	max-height: 55px;
}

@media (max-width: 767px) {
	.rev_items .item .ava {
		max-width: 45px;
	}
}

@media (max-width: 385px) {
	.rev_items .item .ava {
		display: none;
	}
}

.rev_items .item .ava img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rev_items .item .desk {
	border-bottom: 1px solid #D2E2E5;
	padding-bottom: 30px;
	width: -webkit-calc(100% - 75px);
	width: calc(100% - 75px);
	margin-left: 20px;
	max-width: 375px;
}

@media (max-width: 767px) {
	.rev_items .item .desk {
		width: -webkit-calc(100% - 45px);
		width: calc(100% - 45px);
		margin-left: 10px;
	}
}

@media (max-width: 385px) {
	.rev_items .item .desk {
		width: 100%;
	}
}

.shows_otvet {
	align-items: center;
	color: #208dd7;
	font-size: 14px;
	margin-left: -61px;
	font-weight: 500;
	display: flex;
}

.shows_otvet span {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #f9f9f9;
	margin-right: 25px;
}

.reply-to-comment a {
	font-size: 12px;
	color: #208DD7;
}

.item.comment .item.comment.otvet_item {
	position: relative;
	display: none;
}

.item.comment:not(.otvet_item) > .coment_items_otvet > .item.comment.otvet_item:first-child {
	display: flex;
}

.item.comment:not(.otvet_item) > .item.comment.otvet_item:first-child > .desk > .shows_otvet {
	display: flex;
}

.item.comment:not(.otvet_item) > .coment_items_otvet > .item.comment.otvet_item {
	position: relative;
}

.item.comment:not(.otvet_item) > .coment_items_otvet > .item.comment.otvet_item:after {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 170px);
	top: 90px;
	left: 86px;
	background: #DCEAEE;
}

.item.comment:not(.otvet_item) > .coment_items_otvet.open_otvet > .item.comment.otvet_item:after {
	height: calc(100% - 73px);
}

.item.comment:not(.otvet_item) > .coment_items_otvet.open_otvet > .item.comment.otvet_item:last-child:after {
	content: none;
}

.rev_items .item .desk .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 17px;
}

.rev_items .item .item.comment .desk .name {
	margin-bottom: 2px;
}

.ocen_area {
	height: 50px;
	min-height: 50px;
}

.rev_items .item .desk .name b {
	font-weight: 500;
}

.rev_items .item .desk .name .date_rev {
	color: #A4A4A4;
	font-size: 12px;
	margin-bottom: 2px;
	margin-left: 9px;
}

.rev_items .item .comment-reply-link {
	color: #208DD7;
	font-weight: 500;
	max-width: 63px;
	display: block;
	margin-right: 20px !important;
}

.rev_items .item .comment-edit-link {
	color: #208DD7;
	font-weight: 500;
	max-width: 63px;
	display: block;
}

.rev_items .text {
	line-height: 150%;
}

.rev_items .otvet {
	padding-left: 75px;
}

@media (max-width: 767px) {
	.item.comment:not(.otvet_item) .coment_items_otvet:after {
		content: '' !important;
		position: absolute;
		width: 1px;
		height: calc(100% - 170px);
		top: 90px;
		left: 86px;
		background: #DCEAEE;
	}

	.item.comment:not(.otvet_item) .coment_items_otvet .item.comment.otvet_item:after {
		left: 0;
		height: calc(100% - 20px) !important;
		top: 20px;
	}

	.item.comment:not(.otvet_item) .coment_items_otvet:after {
		content: '' !important;
		position: absolute;
		width: 1px;
		height: calc(100% - 170px);
		top: 90px;
		left: 86px;
		background: #DCEAEE;
	}

	.item.comment:not(.otvet_item) .coment_items_otvet {
		position: relative;
	}

	.item.comment:not(.otvet_item) .coment_items_otvet:after {
		left: 0;
		height: calc(100% - 20px) !important;
		top: 20px;
	}

	.rev_items .item .desk {
		border: none;
		padding-bottom: 0;
	}

	.shows_otvet {
		margin-left: 0 !important;
		margin-top: 15px;
	}

	.rev_items .otvet {
		padding-left: 45px;
	}
}

@media (max-width: 385px) {
	.rev_items .otvet {
		padding-left: 20px;
	}
}

.rev_items .otvet .desk {
	width: 100%;
	margin: 0;
}

.media-grid h2,
.hide-siblings {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	margin-bottom: 19px;
	font-weight: 500;
}

.media-grid h2 .line,
.hide-siblings .line {
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: #DCEAEE;
}

.media-grid h2 small,
.hide-siblings small {
	font-weight: normal;
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding-right: 15px;
	cursor: pointer;
	margin-bottom: 2px;
}

.media-grid h2 small:after,
.hide-siblings small:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 8px;
	right: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 50%;
	margin-top: -3px;
	background: url("../images/select.svg") no-repeat center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.media-grid h2 small:before,
.hide-siblings small:before {
	content: 'свернуть';
}

.media-grid h2 small.active:after,
.hide-siblings small.active:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.media-grid h2 small.active:before,
.hide-siblings small.active:before {
	content: 'развернуть';
}

.media-grid .eshe,
.media-grid .video .eshe {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #208DD7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 160px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	padding: 11px;
}

@media (max-width: 385px) {
	.media-grid .eshe,
	.media-grid .video .eshe {
		margin-left: auto;
		margin-right: auto;
	}
}

.media-grid .eshe small,
.media-grid .video .eshe small {
	font-weight: normal;
	margin-left: 20px;
	font-size: 12px;
}

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

.media-grid a {
	width: -webkit-calc(33% - 10px);
	width: calc(33% - 10px);
	margin-bottom: 20px;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: none;
}

@media (max-width: 767px) {
	.media-grid a {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
}

@media (max-width: 360px) {
	.media-grid a {
		width: 100%;
	}

	.media-grid a img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*.media-grid a:nth-child(1), .media-grid a:nth-child(2), .media-grid a:nth-child(3), .media-grid a:nth-child(4), .media-grid a:nth-child(5), .media-grid a:nth-child(6) {*//*    display: block;*//*}*/
.media-grid a img {
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.media-grid .video {
	margin-top: 40px;
}

.media-grid .video .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.media-grid .video .items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.eshe-out {
	width: 100%;
}

.media-grid .modal-item {
	width: -webkit-calc(33% - 10px);
	width: calc(33% - 10px);
	display: block;
	margin-bottom: 30px;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 175px;
	display: none;
}

.media-grid .modal-item img {
	width: 100%;
	height: auto;
}

.media-grid .modal-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.all_category {
	margin-bottom: 50px;
}

.media-grid .modal-item iframe {
	width: 100% !important;
	height: 150px !important;
}

@media (max-width: 767px) {
	.media-grid .modal-item {
		width: 100%;
		max-width: 350px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.media-grid .video a img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.media-grid .modal-item iframe {
		height: 200px !important;
	}
}

.media-grid .video a span {
	margin-top: 12px;
	display: block;
}

.media-grid .modal-item h5 {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	font-weight: normal;
	margin-top: 12px;
}

.media-grid .modal-item:nth-child(1),
.media-grid .modal-item:nth-child(2),
.media-grid .modal-item:nth-child(3) {
	display: flex;
}

.media-grid .video a img {
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.keis .item {
	border-bottom: 1px solid #DCEAEE;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.keis .item:last-child {
	border-bottom: none;
}

.keis .item a {
	color: #208DD7;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}

@media (max-width: 450px) {
	.keis .item a {
		font-size: 16px;
	}
}

.keis .item .date {
	color: #a4a4a4;
}

@media (max-width: 991px) {
	.sections.objects {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sections.objects .links_object {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 10px;
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.sections.objects .description .buttons {
		width: 100%;
	}

	.sections.objects .description .buttons a.btn_red {
		margin-left: auto;
		margin-right: 0;
		display: block;
	}
}

/* THEME */
.select_post_multi a {
	display: flex;
	align-items: center;
	color: #208DD7;
	margin-bottom: 10px;
}

.select_post_multi a img {
	width: 32px;
}

.object_side .select_post_multi a picture {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 0 5px;
}

.select_post_multi a:last-child {
	margin-bottom: 0;
}

.select_post_multi div,
.sidebar-popular-items {
	background: #fff;
	padding: 20px;
}

.sidebar-popular-items {
	margin-bottom: 24px;
}

.single-messia_object main.page_in {
	margin-top: 0;
}

h2.title {
	margin-top: 48px;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 56px;
}

@media (max-width: 767px) {
	h2.title {
		font-size: 28px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
}

.single-messia_object main {
	margin-top: 35px;
}

.shape {
	background: #208DD7;
	position: relative;
	max-height: 371px;
	overflow: hidden;
}

.shape .container {
	min-height: 371px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 110px;
}

.shape .search_cat {
	color: #ffffff !important;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	font-size: 18px;
}

.shape .slick-dots {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 56px;
	left: 0;
	z-index: 1;
	margin-bottom: 0;
}

.shape .slick-dots li {
	margin-left: 4px;
	margin-right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 12px;
}

.shape .slick-dots li button {
	background: rgba(255, 255, 255, 0.56);
	width: 10px;
	height: 10px;
	font-size: 0;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: none;
	padding: 0;
	border-radius: 50%;
	transition: all 0.4s;
}

.shape .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background: #ffffff;
}

.shape h1,
.shape h2 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.shape .sub-title {
	font-size: 22px;
	margin-bottom: 44px;
	color: #ffffff;
	font-weight: 300;
}

.shape .desk {
	position: relative;
	z-index: 5;
	text-align: center;
}

.bg-shape {
	position: absolute;
	bottom: 0;
	height: 300px;
	z-index: 2;
}

.left_bg {
	left: 0;
}

.item-shape {
	position: relative;
}

.right_bg {
	right: 0;
}

.bg-shape img {
	height: 100%;
	width: auto;
}

.shape .btn_red {
	min-width: 185px;
}

@media (max-width: 1200px) {
	.bg-shape {
		height: 250px;
	}
}

@media (max-width: 991px) {
	.bg-shape {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.shape h1,
	.shape h2 {
		font-size: 24px;
	}

	.bg-shape {
		height: 160px;
	}

	.shape .sub-title {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.shape .container {
		min-height: 330px;
		padding-top: 20px;
	}
}

@media (max-width: 570px) {
	.left_bg {
		left: -30px;
	}

	.shape .slick-dots {
		bottom: 130px;
	}

	.shape .container {
		padding-bottom: 160px;
		max-height: 371px;
	}

	.bg-shape {
		height: 140px;
	}

	.shape .slick-dots li button {
		width: 8px;
		height: 8px;
	}

	.shape .slick-dots li {
		margin-left: 3px;
		margin-right: 3px;
	}

	.shape .slick-dots li.slick-active button {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 370px) {
	.shape h1,
	.shape h2 {
		font-size: 20px;
	}
}

.shape .search_shape {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.shape .search_shape form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

@media (max-width: 440px) {
	.bg-shape {
		height: 120px;
	}

	.shape .sub-title br {
		display: none;
	}

	.shape .slick-dots {
		bottom: 106px;
	}
}

@media (max-width: 470px) {
	.shape .search_shape form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.shape .search_shape form .input {
	padding: 21px;
	width: 100%;
	font-size: 18px;
	color: #a4a4a4;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: -5px;
	height: 70px;
}

@media (max-width: 767px) {
	.shape .search_shape form .input {
		font-size: 16px;
	}
}

@media (max-width: 470px) {
	.shape .search_shape form .input {
		margin-bottom: 15px;
		margin-right: 0;
		text-align: center;
	}
}

.shape .search_shape form .input::-webkit-input-placeholder {
	opacity: 1;
}

.shape .search_shape form .input:-moz-placeholder {
	opacity: 1;
}

.shape .search_shape form .input::-moz-placeholder {
	opacity: 1;
}

.shape .search_shape form .input:-ms-input-placeholder {
	opacity: 1;
}

.shape .search_shape form .btn_red {
	max-width: 160px;
	width: 100%;
	font-size: 18px;
	height: 70px;
}

.shape .search_shape.search_shape_2 {
	display: none;
}

.shape .search_shape.search_shape_2 form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.shape .search_shape.search_shape_2 select {
	display: block;
	height: 70px;
	margin-bottom: 19px;
	color: #333333;
	font-size: 18px;
}

@media (max-width: 767px) {
	.shape .search_shape.search_shape_2 select {
		font-size: 16px;
	}
}

.shape .search_shape.search_shape_2 .btn_red {
	width: 100%;
	max-width: 100%;
}

.popular .btn_blue {
	max-width: 250px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.popular .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
}

.popular .flex .item {
	width: -webkit-calc(25% - 15px);
	width: calc(25% - 15px);
	padding: 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	display: none;
	flex-direction: column;
	margin-right: 15px;
}

.new-review {
	margin-bottom: 20px;
}

.popular .flex .item:nth-child(1),
.popular .flex .item:nth-child(2),
.popular .flex .item:nth-child(3),
.popular .flex .item:nth-child(4) {
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
	.popular .flex .item {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.popular .flex .item {
		width: 100%;
		margin-right: 0;
	}

	.popular .flex {
		margin-right: 0;
	}

	.sections .description p a {
		color: #333333;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}
}

.popular .flex .desk {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.popular .flex .text {
	flex-grow: 1;
}

.popular .flex .img {
	background: #FFFFFF;
	border: 0.333333px solid #D2E2E5;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 19px;
}

.popular .flex .rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.popular .flex .rating i {
	margin-right: 4px;
}

.popular .flex .rating .ratingCount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	order: 3;
	margin: 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

.popular .stars {
	margin-left: auto;
	margin-right: auto;

}

.popular .flex .rating .ratingCount a,
.ratingCount a {
	color: #208DD7;
	font-weight: normal;
	font-size: 14px;
}

.popular .flex .rating .ratingCount a {
	color: #333;
}

.popular .flex .rating .ratingCount svg,
.ratingCount svg {
	width: 15px;
	margin-right: 10px;
}

.popular .flex .title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.popular .flex .title a {
	color: #208dd7;
}

.popular .flex .text {
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
}

.popular .flex .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popular .flex .buttons a {
	width: calc(50% - 5px);
	min-width: 1px;
	margin-bottom: 5px;
	margin-top: 0;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.popular .flex .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.popular .flex .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 500px) {
	.popular .flex .buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.popular .flex .buttons a {
		max-width: 106px;
		min-width: 106px;
		margin-bottom: 10px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.popular .flex .buttons a {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.popular .flex .buttons a {
		margin: 0;
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.popular .flex .buttons a {
		margin: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {
	.popular .flex .buttons a {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
}

.all_category .flex {
	max-width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 500px) {
	.popular .flex .buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.sections .description {
		padding-bottom: 0;
	}

	.sections .description .buttons {
		width: 100%;
		left: 0;
		bottom: 10px;
		margin-top: 0;
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sections .description .buttons a {
		width: 100%;
		height: 45px;
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
		justify-content: center;
	}
}

.all_category .flex a {
	display: inline-block;
	font-size: 18px;
	color: #000000;
	padding: 12px 24px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #208DD7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 767px) {
	.all_category .flex a {
		font-size: 14px;
		padding: 10px;
	}
}

.all_category .flex a:hover {
	background: #208DD7;
	color: #ffffff;
}

.stati .flex33 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.stati .flex33 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.stati .flex33 .item {
	max-width: 263px;
	margin-left: 15px;
	margin-right: 15px;
	background: #FFFFFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.stati .flex33 .item {
		margin-left: auto;
		margin-right: auto;
	}
}

.stati .flex33 .item .img {
	min-height: 262px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.stati .flex33 .item .img {
		min-height: 1px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.stati .flex33 .item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.stati .flex33 .desk {
	padding: 20px;
}

@media (max-width: 991px) {
	.stati .flex33 .desk {
		padding: 12px;
	}
}

.stati .flex33 .desk .cat {
	display: inline-block;
	margin-bottom: 10px;
	color: #a4a4a4;
	font-size: 14px;
}

@media (max-width: 991px) {
	.stati .flex33 .desk .cat {
		font-size: 13px;
	}
}

.stati .flex33 .desk .title {
	color: #333333;
	font-weight: 500;
	display: block;
	font-size: 18px;
}

@media (max-width: 991px) {
	.stati .flex33 .desk .title {
		font-size: 15px;
	}
}

.stati .flex50 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.stati .flex50 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.stati .flex50 .item {
	margin-left: 15px;
	margin-right: 15px;
	max-width: 410px;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.stati .flex50 .item {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

.stati .flex50 .item .img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1.94%, rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.67) 1.94%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.67) 1.94%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.67) 1.94%, rgba(0, 0, 0, 0) 100%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.stati .flex50 .item .desk {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	max-width: 320px;
}

.stati .flex50 .item .desk .cat {
	display: inline-block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
}

.stati .flex50 .item .desk .title {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	display: block;
}

@media (max-width: 991px) {
	.stati .flex50 .item .desk .title {
		font-size: 15px;
	}
}

.review_home .btn_blue {
	max-width: 210px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 77px;
}

.review_home .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

@media (max-width: 410px) {
	.review_home .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}

.review_home .buttons a {
	padding: 12px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	background: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.review_home .buttons a.active {
	background: none;
	border-color: #208DD7;
}

@media (max-width: 410px) {
	.review_home .buttons a {
		margin: 0;
		margin-bottom: 15px;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.review_home .buttons a svg {
	margin-right: 9px;
}

.review_home .item {
	margin-bottom: 30px;
	background: #ffffff;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.review_home .item.neg {
	display: none;
}

@media (max-width: 470px) {
	.review_home .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.review_home .item .text_review {
	color: #333333;
	line-height: 150%;
	max-width: 430px;
}

.review_home .item .left {
	width: 120px;
}

@media (max-width: 470px) {
	.review_home .item .left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

.review_home .item .left span {
	display: block;
	color: #a4a4a4;
}

.review_home .item .left img {
	margin-bottom: 10px;
}

.review_home .item .right {
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}

@media (max-width: 470px) {
	.review_home .item .right {
		width: 100%;
	}
}

.review_home .item .right .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.review_home .item .right .top .date {
	color: #a4a4a4;
	font-size: 12px;
	padding-bottom: 3px;
	margin-left: 5px;
}

.review_home .item .right .top .stars i {
	margin-right: 4px;
}

.review_home .item .right .top .name {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 500;
}

.all_category,
.stati,
.review_home {
	width: 100%;
}

.footer .right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.footer .right {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}
}

#popup_modal .modal-dialog {
	max-width: 700px;
}

#popup_modal .modal-dialog .modal-body,
#popup_modal .modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffffff;
	padding: 10px;
	border: none;
}

#popup_modal .modal-dialog .modal-body iframe {
	width: 100%;
	display: block;
}

#popup_modal .modal-dialog .close {
	position: absolute;
	top: -50px;
	right: -50px;
}

@media (max-width: 800px) {
	#popup_modal .modal-dialog .close {
		right: -10px;
	}
}

.warn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	max-width: 500px;
	margin: 20px auto;
	font-size: 16px;
	border: 2px solid red;
	font-weight: 500;
	text-align: center;
}

.crosslinking_biggroup {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;

}

footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #ffffff;
}

.messia-comment-form .stars small {
	-webkit-background-size: 83px 13px;
	background-size: 83px 13px;
	height: 13px;
	top: 0;
}

#respond .messia-comment-form .stars {
	height: 13px;
	height: 13px;
	height: 13px;
	height: 13px;
	height: 13px;
}

.messia-comment-form .stars span.bg_active {
	height: 13px;
}

.messia-comment-form .stars span.bg {
	height: 13px;
}


.title-menu-footer {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.phone-section {
	z-index: 2;
}

.menu-footer-mail {
	white-space: nowrap;
}

.item-menu-footer a {
	color: #333333;
	font-size: 14px;
}

.item-menu-footer .menu-footer-mail a {
	color: #208DD7;
}

.item-menu-footer li {
	margin-bottom: 10px;
}

.footer-items {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-items .item-logo.item {
	flex-grow: 1;
	margin-right: 0;
	max-width: 260px;
	padding-right: 20px;
}

.footer-items .item-logo.item a {
	margin-top: 5px;
	display: block;
	color: #2196F3;
}

.footer-items .item-logo.item p {
	margin-top: 17px;
}

.footer-items .item {
	margin-right: 90px;
}

.footer-items .item:last-child {
	margin-right: 0;
}

@media (max-width: 1200px) {
	.footer-items .item {
		margin-right: 30px;
	}
}

@media (max-width: 991px) {
	.footer-items .item {
		margin-right: 30px;
		width: calc(25% - 30px);
	}

	.footer-items .item-logo.item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.footer-items .item {
		margin-right: 30px;
		width: calc(50% - 30px);
		margin-bottom: 20px;
	}
}

@media (max-width: 340px) {
	.footer-items .item {
		width: 100%;
	}
}

.groups-crosslinks-wrapper h5 {
	text-align: center;
}

.groups-crosslinks-wrapper .group-title {
	margin-bottom: 20px;
}

.groups-crosslinks-wrapper .group-title a {
	display: flex;
	align-items: center;
}

.groups-crosslinks-wrapper .group-title path {
	fill: #208DD7;
}

.groups-crosslinks-wrapper .group-title svg {
	width: 64px;
}

a.show-video {
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 5;
	background: none;
	display: block !important;
}

.groups-crosslinks-wrapper .group-title * + span {
	margin-left: 20px;
}
.groups-crosslinks-wrapper .group-title span {
	width: calc(100% - 84px);
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #000000;

}

.groups-crosslinks-wrapper .group-holder {
	width: calc(25% - 15px);
	margin-bottom: 32px;
	line-height: 18px;
	font-size: 13px;
	margin-right: 15px;
}

html body .groups-crosslinks-wrapper .group-holder ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.groups-crosslinks-wrapper .group-holder .group-title a {
	color: #208dd7;
}

.groups-crosslinks-wrapper .group-holder ul li {
	margin-bottom: 8px;
}

.groups-crosslinks-wrapper .group-holder ul li.hidden {
	display: none;
}

.title_link {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.subtitle_link {
	font-size: 18px;
	margin-bottom: 40px;
	display: block;
	width: 100%;
}

.groups-crosslinks-wrapper .group-holder ul li a {
	color: #333333;
	font-weight: 500;
	font-size: 12px;
	background: rgba(166, 206, 255, 0.25);
	border-radius: 25px;
	padding: 4px 16px;
	display: inline-block;
	transition: all 0.4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 250px;
	overflow: hidden;
}

.groups-crosslinks-wrapper .group-holder ul li a:hover {
	color: #fff;
	background: #208DD7;
}

.groups-crosslinks-wrapper .group-holder .toggle {
	margin: 0 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	color: #333;
	padding: 4px 16px;
	display: inline-block;
	border: 1px solid #208DD7;
	border-radius: 25px;
	transition: all 0.4s;
}

.groups-crosslinks-wrapper .group-holder .toggle:hover {
	background: #208DD7;
	color: #fff;
}

@media (max-width: 991px) {
	.groups-crosslinks-wrapper .group-holder {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.groups-crosslinks-wrapper .group-holder {
		width: 33%;
	}

	.groups-crosslinks-wrapper .group-holder ul li a {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.groups-crosslinks-wrapper .group-holder {
		width: 50%;
	}

	.groups-crosslinks-wrapper .group-holder ul li a {
		font-size: 14px;
	}

	.groups-crosslinks-wrapper .group-title {
		min-height: 50px;
		font-size: 14px;
	}
}

.spinner {
	position: fixed;
	left: calc(100vw / 2 - 30px);
	top: calc(100vh / 2 - 30px);
	width: 60px;
	height: 60px;
	text-align: center;
	animation: sk-rotate 2.0s infinite linear;
	z-index: 9999;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #015aa1;
	border-radius: 100%;
	animation: sk-bounce 2.0s infinite ease-in-out;
	box-shadow: 0 0 3px 3px rgba(77, 77, 77, 0.2);
}

.dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1.0s;
}

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

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

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0);
	}
	50% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.fixed_section {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 9999;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px rgba(120, 191, 226, 0.34);
}

.fixed_section .container {
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.icons_fixed {
	display: flex;
	align-items: center;
}

.icons_fixed .item-images-scroll {
	display: none;
}
.icons_fixed .item {
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}

.icons_fixed .item:hover span {
	visibility: visible;
	opacity: 1;
}

.icons_fixed span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px;
	top: 100%;
	text-align: center;
	width: 150px;
	background: #fff;
	left: -61px;
	transition: all 0.5s;
}

.fixed_section .logo_fixed {
	padding: 7px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D2E2E5;
	background: #ffffff;
}

.fixed_section .rating .ratingCount path {
	fill: #208DD7;
}

.fixed_section .rating .rating_ball {
	color: #208DD7;
	font-weight: 500;
	margin-bottom: 2px;
	margin-right: 42px;
}

.fixed_section .rating .ratingCount {
	margin-bottom: 3px;
	position: static;
}

.fixed_section .rating {
	margin-right: 30px;
}

.site_fixed {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.site_fixed a {
	height: 45px;
	padding: 13px 20px;
}

.name_fixed {
	font-size: 24px;
	font-weight: 500;
	color: #208dd7;
	flex-grow: 1;
	margin-left: 30px;
}

@media (max-width: 991px) {
	.icons_fixed {
		display: none;
	}

	.rating_fixed {
		order: 5;
		margin-top: 11px;
	}

	.fixed_section .rating .ratingCount {
		margin-left: auto;
		margin-right: 0;
	}

	.fixed_section .stars {
		margin-left: 0;
	}

	.fixed_section .rating {
		width: 100%;
	}

	.rating_fixed {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.fixed_section .logo_fixed {
		width: 40px;
		height: 40px;
	}

	.name_fixed {
		font-size: 18px;
		margin-left: 15px;
	}

	.site_fixed {
		order: 6;
		width: 100%;
		margin-top: 10px;
	}

	.site_fixed a {
		max-width: 100%;
		width: 100%;
	}
}

.single-messia_object .breadcrumbs {
	margin-bottom: 23px;
}

@media (max-width: 1200px) {
	.groups-crosslinks-wrapper .group-holder {
		width: calc(33% - 15px);
	}
}

@media (max-width: 991px) {
	.groups-crosslinks-wrapper .group-holder ul li a {
		max-width: 200px;
	}

	.groups-crosslinks-wrapper .group-title span {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.groups-crosslinks-wrapper .group-holder {
		width: calc(50% - 15px);
	}
}

@media (max-width: 500px) {
	.groups-crosslinks-wrapper .group-holder {
		width: 100%;
	}

	.groups-crosslinks-wrapper .group-holder ul li a {
		max-width: 100%;
		white-space: normal;
		text-overflow: unset;
	}

	.groups-crosslinks-wrapper .group-holder {
		margin-bottom: 15px;
	}
}

.append_respond {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.all_comment_stat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	order: 1;
}

.all_comment_stat .btn_red {
	order: 3;
}

.page_comment .all_comment_stat {
	border: none;
	padding-bottom: 0;
}

.items_comments {
	width: 100%;
	order: 3;
}

.name__user_role {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	display: inline-block;
	align-self: center;
	padding: 2px 10px;
	border-radius: 23px;
}

.name__user_role.name__user_role-color-default {
	background: rgba(57, 177, 0, 0.1);
	color: #39B100;
}

.name__user_role.name__user_role-color-admin {
	background: rgba(255, 152, 144, 0.63);
	color: rgba(177, 0, 6, 0.86);
}

.count_rewiew_right {
	order: 2;
}

.count_rewiew_left {
	order: 1;
	max-width: 240px;
	width: 100%;
}

.submitform {
	order: 3;
}

.submitform.btn_red {
	padding: 13px 20px;
	max-width: 166px;
	width: 100%;
	height: 45px;
}

.count_rewiew {
	margin-bottom: 10px;
}

.count_rewiew {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #5A5A5A;
}

.colvo_otz {
	font-size: 12px;
	color: #ABABAB;
	margin-left: 20px;
}

.count_rewiew .zv {
	background: url("../images/zv.svg") no-repeat center center;
	width: 15px;
	height: 14px;
	display: block;
	margin-right: 13px;
	margin-left: 12px;
}

.count_rewiew small {
	display: block;
	background: #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 6px;
	width: 100px;
	position: relative;
}

.count_rewiew small span {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	background: #ff6557;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#advantages,
#disadv {
	height: 50px;
}

.all_ocen {
	max-width: 240px;
	width: 100%;
	height: 170px;
	text-align: center;
	position: relative;
	padding-top: 36px;
	background: url("../images/bg_sred.svg") no-repeat center center;
}

.rev_items .comment .all_ocen .stars {
	margin: 0;
	width: 100%;
	flex-basis: 100%;
	height: 20px;
	overflow: hidden;
}

.all_ocen .rating {
	max-width: 132px;
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -66px;
	bottom: 15px;
}

.all_ocen .sred {
	font-weight: 700;
	font-size: 48px;
	color: #333;
}

.all_ocen .colvo {
	font-size: 14px;
	color: #333;
}

.rev_items .comment .all_ocen .stars span.bg {
	width: 128px;
	height: 23px;
}

.rev_items .comment .all_ocen .stars small {
	width: 132px;
	height: 21px;
	-webkit-background-size: 132px 21px;
	background-size: 132px 21px;
	background-image: url("../images/ratingStars.png");
}

.rev_items .comment .all_ocen .stars span.bg_active {
	height: 21px;
}

.count_rewiew_right a {
	color: #208dd7;
	font-size: 14px;
	font-weight: 500;
	margin-top: 31px;
	display: block;
}

.title_sort {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
}

.buttons_rev {
	display: flex;
	align-items: center;
	margin-top: 30px;
	position: relative;
	flex-wrap: wrap;
	order: 6;
	width: 100%;
}

.buttons_rev {
	display: flex;
	align-items: center;
	position: relative;
}

.buttons_rev button svg {
	margin-right: 12px;
}

.buttons_rev button {
	border: 1px solid #EDEDED;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 36px;
	font-size: 12px;
	margin-right: 15px;
	background: #fff;
	color: #333333;
	transition: all 0.4s;
	margin-bottom: 15px;
}

.buttons_rev button path {
	fill: #CDCDCD;
	transition: all 0.4s;
}

.buttons_rev button.active {
	color: #208DD7;
	border-color: #208DD7;
}

.buttons_rev button.active path {
	fill: #208DD7;
}

.item.comment {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.item.comment .item.comment {
	padding-left: 64px;
}

.item.comment .item.comment .item.comment .item.comment {
	padding-left: 15px !important;
}

.item.comment .ava {
	margin-right: 20px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.item.comment .ava img {
	height: auto;
	max-width: 60px;
}

.item.comment .desk {
	width: calc(100% - 65px);
	max-width: 100%;
	margin-left: 0;
}

.item.comment .desk .name b {
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.item.comment .desk .name {
	position: relative;
	display: block;
}

.item.comment .desk .name .date_rev {
	position: absolute;
	right: 0;
	top: 1px;
	color: #a4a4a4;
	font-size: 12px;
}

.item.comment .desk .name .source {
	position: absolute;
	right: 0;
	top: 21px;
	color: #a4a4a4;
	font-size: 12px;
}

.rev_items.item.comment .comment .stars {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.titlecomment {
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
}

.desk.comment .text {
	font-weight: 300;
	font-size: 14px;
}

.likes_and_otvet {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.likes_and_otvet > * {
	margin-bottom: 10px;
}

.likes_and_otvet > div {
	margin-right: 10px;
	display: flex;
	cursor: pointer;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	color: #333333;
	background: #F9F9F9;
	justify-content: center;
	width: 60px;
	height: 33px;
}

.likes_and_otvet > div.like {
	margin-right: 20px;
}

.likes_and_otvet > div.active path {
	fill: #208DD7;
}

.likes_and_otvet svg {
	margin-right: 10px;
}

.likes_and_otvet path {
	fill: #CDCDCD;
}

.likes_and_otvet a {
	display: block;
	font-weight: 500;
	color: #208dd7;
	font-size: 14px;
}

body .tabs_object .nav li h2 a {
	padding: 6px 16px;
	display: block;
	background: rgba(166, 206, 255, 0.25);
	border-radius: 25px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	border: none !important;
}

body .tabs_object .nav li h2 a.active {
	color: #ffffff;
	background: #208DD7;
	border: none !important;
}

.tabs_object .nav li h2 a.active:after {
	content: none;
}

.page_comment .sections section {
	margin-bottom: 0;
}

.page_comment .tabs_object .nav li h2 {
	border-top: 1px solid #DCEAEE !important;
}

.page_comment .count_rewiew_right a {
	display: none;
}

.page_comment .all_comment_stat .buttons_rev::after {
	left: -30px;
	width: calc(100% + 60px);
}

.page_comment .sections h1 {
	position: relative;
	padding-top: 23px;
}

.page_tarif .sections h1 {
	position: relative;
	padding-top: 23px;
}

.page_comment .sections h1:after {
	content: 'Отзывы';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #FF6557;
	font-weight: normal;
}

.page_tarif .sections h1:after {
	content: 'Тарифы';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #FF6557;
	font-weight: normal;
}

@media (max-width: 767px) {
	.item.comment .item.comment {
		padding-left: 15px;
		padding-top: 20px;
		margin-top: 0;
	}

	.item.comment .item.comment .item.comment .item.comment {
		padding-left: 0 !important;
	}

	.likes_and_otvet {
		margin-bottom: -10px;
	}

	.count_rewiew_right a {
		margin-top: 18px;
		text-align: center;
	}

	.tab-content #respond {
		padding-left: 0;
	}

	.item.comment {
		position: relative;
		padding-top: 20px;
		margin-top: 0;
	}

	.item.comment .desk .name {
		padding-left: 65px;
		margin-bottom: 15px;
		min-height: 45px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.item.comment .desk .reply-to-comment {
		padding-left: 65px;
		margin-bottom: 15px;
	}

	.item.comment .ava {
		position: absolute;
		top: 20px;
		left: 0px;
	}

	.compilation-page .item.comment .ava {
		left: 0;
	}

	.compilation-page .item.comment .desk .name {
		min-height: 45px;
	}

	.item.comment .desk {
		width: 100%;
	}

	.all_comment_stat {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.count_rewiew_right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.all_rev_btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 145px;
	display: flex;
	width: 100%;
}

.page_comment_bottom {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #DCEAEE;
	order: 5;
	width: 100%;
}

/*commnets validation*/
.invalid-error {
	display: block;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 16px;
	font-size: 80%;
	color: #dc3545;
}

@media (max-width: 1200px) {
	.count_rewiew small {
		width: 70px;
	}
}

@media (max-width: 767px) {
	.count_rewiew small {
		width: 100px;
	}
}

@media (max-width: 430px) {
	.buttons_rev button {
		font-size: 11px;
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

/*Форма входа*/
.oauth-register-form,
.oauth-reset-form {
	display: none;
}

#login_form .modal-dialog {
	max-width: 406px;
}

#login_form .modal-body {
	padding: 30px;
}

.title_login_form {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 22px;
}

.title_soc_login_form {
	font-size: 18px;
	color: #999999;
	width: 100%;
	margin-bottom: 19px;
}

.close_login {
	background: none;
	border: none;
	position: absolute;
	right: 35px;
	top: 38px;
	z-index: 5;
	cursor: pointer;
}

.no_acc {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.no_acc span {
	margin-right: 15px;
	color: #9E9E9E;
}

.no_acc a {
	margin-right: 15px;
	color: #208DD7;
}

.oauth-wrapper {
	position: relative;
	padding-bottom: 63px;
}

.oauth-wrapper .btn_blue {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
	left: 0;
}

.oauth-wrapper .type_text {
	background: #FAFAFA;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	padding: 14px 20px;
	border: 1px solid #FAFAFA;
}

.oauth-wrapper .checkbox {
	margin-bottom: 73px;
}

.forgot {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 73px;
	margin-top: 20px;
}

.forgot span {
	margin-right: 15px;
	color: #9E9E9E;
}

.forgot a {
	margin-right: 15px;
	color: #208DD7;
}

.oauth-social-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oauth-social-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 67px;
	background: #FAFAFA;
	border-radius: 5px;
	height: 47px;
	transition: all 0.4s;
	margin-bottom: 10px;
}

.oauth-social-buttons a:hover,
.oauth-social-buttons a.active {
	background: #208DD7;
}

.oauth-social-buttons a.active path,
.oauth-social-buttons a:hover path {
	fill: #fff;
}

.oauth-social-buttons a path {
	transition: all 0.4s;
}

#login_form {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 9999;
}

@media (max-width: 500px) {
	#login_form .modal-body {
		padding: 30px 15px;
	}
}

/*ЛК*/
header.header .container {
	position: relative;
}

.menu ul.menu_logout {
	flex-direction: column;
	display: none;
}

.menu ul.menu_logout li {
	margin-left: 0;
}

.ava_menu {
	margin-left: 35px;
	position: relative;
}

.ava_menu .img {
	overflow: hidden;
}

.ava_menu img {
	height: 42px;
	width: auto;
	max-height: none;
	max-width: none;
}

.ava_menu .img {
	cursor: pointer;
	width: 42px;
	height: 42px;
	display: flex;
	border-radius: 100%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.menu_logout {
	width: 166px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	z-index: 5;
	right: -46px;
	top: 100%;
	margin-top: 33px;
	display: none;
	box-shadow: 0px 5px 20px rgba(156, 179, 207, 0.26);
	margin-left: 0;
}

.menu_logout:after {
	content: '';
	position: absolute;
	top: -26px;
	border: 13px solid transparent;
	border-bottom: 13px solid #fff;
	left: 50%;
	margin-left: -12px;
}

.menu_logout li {
	margin-bottom: 16px;
}

.menu_logout li a {
	font-size: 14px;
	color: #333333;
	display: block;
	text-decoration: none;
}

.menu_logout li:last-child a {
	padding-top: 16px;
	border-top: 1px solid #EEEEEE;
}

.menu_logout li:last-child {
	margin-bottom: 0;
}

.sidebar_lc {
	background: #FFFFFF;
	border-radius: 5px;
	min-height: 685px;
	width: 264px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.lc {
	margin-top: 20px;
}

.lc .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.top-items {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top-img {
	min-height: 200px;
	display: flex;
	align-items: flex-end;
}

.top-items.home-top-items {
	background: #ffffff;
	padding-bottom: 48px;
	margin-top: 48px;
}

.top-items.home-top-items .btn_blue {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: flex;
	width: 210px;
}

.content-withe {
	background: #ffffff;
	padding: 25px 25px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.content-withe.p-25-33 {
	background: #ffffff;
	padding: 25px 33px;
}

.sidebar-white {
	background: #ffffff;
	padding: 20px;
	margin-top: 30px;
}

.top-item {
	margin-bottom: 30px;
}

.top-item img {
	width: 100%;
}

.top-item a.title {
	min-height: 44px;
}
.top-item a {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	display: block;
	transition: all 0.4s;
	margin: 10px 0;
}

.top-item a:hover {
	color: #2196F3;
}

.content_lc {
	width: calc(100% - 284px);
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 30px;
}

.avatar_sidebar_lk {
	text-align: center;
}

.avatar_sidebar_lk .name {
	margin-top: 21px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 24px;
}

.avatar_sidebar_lk .replace_menu_click {
	width: 104px;
	height: 104px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avatar_sidebar_lk .replace_menu_click svg {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	z-index: 7;
	opacity: 0;
	transition: all 0.4s;
}

.close_replace_avatar {
	cursor: pointer;
}

.avatar_sidebar_lk .replace_menu_click:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all 0.4s;
	z-index: 6;
}

.avatar_sidebar_lk .replace_menu_click.active::after,
.avatar_sidebar_lk .replace_menu_click:hover:after {
	opacity: 1;
}

.avatar_sidebar_lk .replace_menu_click:hover svg,
.avatar_sidebar_lk .replace_menu_click.active svg {
	opacity: 1;
}

.replace_menu_click img {
	width: 104px;
	height: 104px;
}

.select-image-type .image-wrapper {
	height: 32px;
	border-radius: 100%;
	width: 32px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.replace_menu_click img {
	width: auto;
	height: 104px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-height: none;
	max-width: none;
}

.select-image-type {
	justify-content: center;
	overflow: hidden;
}

.select-image-type img {
	width: 32px;
	height: auto;
	border-radius: 100%;
}

.avatar_sidebar_lk .img {
	position: relative;
	max-width: 104px;
	margin-left: auto;
	margin-right: auto;
}

.replace_avatar {
	background: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	left: 100%;
	margin-left: 20px;
	width: 287px;
	z-index: 5;
	box-shadow: 0px 5px 20px rgba(156, 179, 207, 0.26);
	top: 0;
	display: none;
}

.replace_avatar .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	padding: 16px 20px;
}

.first_letter {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 17px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eff4ff;
	color: #ffffff;
}

.first_letter.comment-letter {
	width: 45px;
	height: 45px;
}

.review-item .first_letter.comment-letter {
	width: 42px;
	height: 42px;
}

.first_letter.dashboard-letter {
	width: 100%;
	height: 100%;
	font-size: 34px;
}

.first_letter.header-letter {
	width: 42px;
	height: 42px;
	font-size: 20px;
}

.replace_avatar li a {
	padding: 12px 20px;
	display: flex;
	align-items: center;
	text-align: left;
	border-top: 1px solid #DCEAEE;
}

.replace_avatar li a .text {
	flex-grow: 1;
	font-size: 14px;
	color: #333333;
	margin-left: 13px;
}

.replace_avatar .svg {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar_menu a {
	display: flex;
	align-items: center;
	padding: 20px 27px;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #DCEAEE;
	position: relative;
	transition: all 0.4s;
}

.sidebar_menu a:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #208DD7;
	transition: all 0.4s;
	opacity: 0;
}

.sidebar_menu li.active a:after,
.sidebar_menu a:hover:after {
	opacity: 1;
}

.sidebar_menu li.active a,
.sidebar_menu a:hover {
	background: #EFF7F9;
}

.sidebar_menu li:first-child a {
	border-top: 1px solid #DCEAEE;
}

.sidebar_menu a svg {
	margin-right: 14px;
}

.content_lc {
	padding: 40px;
	padding-top: 24px;
}

.content_lc.p30 {
	padding: 30px;
	padding-top: 24px;
}

.content_lc .input {
	max-width: 376px;
	margin-bottom: 20px;
}

.content_lc .input input {
	padding: 13px 15px;
	background: #FAFAFA;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	width: 100%;
}

.content_lc .input select {
	padding: 13px 15px;
	background-color: #FAFAFA;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	width: 100%;
	color: #A4A4A4;
}

.content_lc .input span {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.title_lc {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
}

.title_soc_lc_form {
	margin-bottom: 16px;
	font-size: 14px;
	width: 100%;
}

.content_lc .oauth-social-buttons {
	max-width: 376px;
	margin-bottom: 32px;
}

.content_lc .btn_blue {
	max-width: 376px;
	width: 100%;
}

.menu ul.menu_logout_mob {
	display: none;
}

.content_lc .sections section {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #D2E2E5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.content_lc .sections .title_rating {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-grow: 1;
	margin-left: 25px;
}

.close_zaklad {
	margin-left: 33px;
	cursor: pointer;
}

.content_lc .sections .btn_blue {
	max-width: 141px;
	height: 45px;
	align-self: center;
	padding: 13px 20px;
}

.content_lc .sections .rating .ratingCount {
	position: static;
}

.content_lc .sections .rating {
	width: 100%;
}

.content_lc .sections .stars {
	margin-left: 0;
	order: 2;
}

.content_lc .sections .ratingCount {
	order: 1;
}

.content_lc .sections .ratingCount a {
	color: #208dd7;
	margin-right: 15px;
}

.content_lc .sections .rating_ball {
	order: 3;
}

.content_lc .sections .title_rating h1 a {
	color: #208dd7;
}

.comparison .item_comparison {
	padding-bottom: 5px;
	padding-top: 23px;
	border-bottom: 1px solid #DCEAEE;
}

.comparison .pic {
	margin-right: 9px;
}

.comparison .item_comparison .item {
	width: 33%;
	background: url("../images/comparison.svg") no-repeat center right;
	-webkit-background-size: 22px;
	background-size: 22px;
	padding-right: 30px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	margin-right: 3%;
}

.comparison .item_comparison .item:last-child {
	background: none;
	padding-right: 0;
}

.items_comparison {
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

.comparison .item_comparison .item h1 {
	font-weight: 500;
	font-size: 14px;
	color: #208DD7;
	margin-bottom: 4px;
}

.comparison .item_comparison .item h1 a {
	font-weight: 500;
	font-size: 13.5px;
	color: #208DD7;
}

.comparison .item_comparison .item .stars {
	margin-left: 7px;
}

.comparison .item_comparison .item .ratingCount {
	display: none;
}

.comparison .item_comparison:last-child {
	border: none;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
	display: block !important;
	margin-bottom: 5px !important;
}

.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
	margin-bottom: 0 !important;
}

.count_comparison {
	color: #208dd7;
	font-size: 14px;
	display: block;
}

.content_lc .likes_and_otvet {
	margin-top: 20px;
}

.content_lc .comment.rev_items {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCEAEE;
}

.content_lc .comment.rev_items:last-child {
	border: none;
}

.content_lc .rev_items.item.comment .comment .stars {
	margin-top: 4px;
}

.content_lc .item.comment .ava img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	height: auto;
}

.item.comment .desk .name a {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #208dd7;
}

.my_reviews_items {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.comparison .item_comparison .item:nth-child(3n+3) {
		width: 28%;
		background: none;
		padding-right: 0;
		margin-right: 0;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.comparison .item_comparison .item:nth-child(2n+2) {
		width: 45%;
		background: none;
		padding-right: 0;
		margin-right: 5%;
	}
}

@media (max-width: 1200px) {
	.close_zaklad {
		margin-left: 20px;
	}

	.comparison .item_comparison .item {
		width: calc(50% - 10px);
	}
}

@media (max-width: 1250px) {
	.menu_logout {
		right: 15px;
	}

	.menu_logout::after {
		right: 8px;
		left: auto;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.items_comparison {
		flex-direction: column;
	}

	.comparison .item_comparison .item {
		-ms-background-position: bottom center;
		background-position: bottom center;
		padding-right: 0 !important;
		padding-bottom: 30px;
		display: inline-flex;
		width: auto;
	}

	.comparison .item_comparison .item:last-child {
		background: none !important;
		padding-bottom: 0 !important;
	}

	.content_lc .sections section {
		margin-bottom: 15px;
	}

	.close_zaklad {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 5;
	}

	.content_lc .sections .rating_ball {
		font-weight: bold;
	}

	.content_lc .sections .rating .ratingCount {
		justify-content: center;
		margin-top: 13px;
	}

	.content_lc .sections .rating {
		justify-content: center;
	}

	.content_lc .sections .ratingCount {
		order: 4;
		width: 100%;
	}

	.content_lc .sections .title_rating {
		margin-bottom: 20px;
		justify-content: center;
		text-align: center;
		margin-top: 10px;
		margin-left: 0;
	}

	.content_lc .sections .title_rating h1 {
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		font-weight: bold;
	}

	.content_lc .sections section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sidebar_lc {
		width: 200px;
	}

	.content_lc {
		width: calc(100% - 220px);
		background: #FFFFFF;
		border-radius: 5px;
	}

	.sidebar_menu a {
		padding: 12px;
		font-size: 15px;
	}
}

.mobile-buttons-filter-compare,
.apply-mobile-filter {
	display: none;
}

@media (max-width: 767px) {
	.apply-mobile-filter {
		width: 100%;
		background: #208DD7;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		height: 44px;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		position: fixed;
		bottom: -50px;
		transition: all 0.3s;
		left: 0;
		z-index: 9999;
	}

	.mobile-buttons-filter-compare {
		display: flex;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 1001;
		position: fixed;
	}

	.mobile-buttons-filter-compare svg {
		display: flex;
		margin-right: 10px;
	}

	.mobile-buttons-filter-compare a {
		width: 50%;
		background: #208DD7;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		height: 44px;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
	}

	.mobile-buttons-filter-compare a:first-child {
		border-right: 1px solid #D2E2E5;
	}

	.mobile-buttons-filter-compare a small {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		background: #FF6557;
		font-weight: normal;
		font-size: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-left: 5px;
		display: none;
	}

	.content-withe {
		padding: 15px;
	}

	.my_reviews_items {
		margin-top: -15px;
	}

	.top-item {
		margin-bottom: 20px;
	}

	.comparison .item_comparison {
		padding-top: 0;
		margin-bottom: 20px;
	}

	.content_lc .item.comment .desk .name .date_rev {
		bottom: 0;
		top: auto;
		left: 60px;
	}

	.content_lc .item.comment .desk .name {
		padding-left: 60px;
		padding-bottom: 22px;
	}

	.content_lc .item.comment .ava {
		left: 0;
	}

	header.header {
		position: relative;
	}

	.content_lc.p30 {
		padding: 15px;
	}

	.menu_logout li:last-child a {
		border: none;
		padding-top: 0;
	}

	.menu ul {
		padding: 15px;

	}

	.menu ul.menu_logout {
		position: static;
		box-shadow: none;
		margin: 0;
		padding: 30px;
		width: 100%;
		padding-top: 0;
		margin-top: 6px;
	}

	.menu ul.menu_logout li a {
		font-weight: normal;
	}

	.menu ul.menu_logout li:first-child {
		padding-top: 26px;
		border-top: 1px solid #DCEAEE;
	}

	.menu ul li {
		margin-left: 0;
	}

	.menu ul.menu_logout:after {
		content: none;
	}

	header.header .container {
		position: static;
	}

	.menu ul.menu_logout {
		display: block;
	}

	.ava_menu {
		display: none;
	}

	.sidebar_lc {
		min-height: 1px;
		padding-bottom: 0;
		width: 100%;
	}

	.sidebar_menu li {
		display: none;
		order: 3;
	}

	.sidebar_menu ul {
		display: flex;
		flex-direction: column;
	}

	.sidebar_menu li.active a {
		position: relative;
	}

	.sidebar_menu.openmenu_side li.active a {
		border-color: transparent;
	}

	.sidebar_menu li a {
		font-size: 18px;
		padding: 20px;
	}

	.sidebar_menu li.active {
		display: block;
	}

	.sidebar_menu li.active {
		order: 1;
	}

	.sidebar_menu li {
		order: 3;
	}

	.sidebar_menu li.active a:before {
		content: "";
		position: absolute;
		background: url("../images/down.svg") no-repeat;
		width: 24px;
		height: 24px;
		right: 20px;
		top: 50%;
		margin-top: -12px;
		transition: all 0.4s;
	}

	.sidebar_menu.openmenu_side li.active a:before {
		transform: rotate(180deg);
	}

	.content_lc {
		width: 100%;
	}

	.lc .container {
		display: block;
	}

	.replace_avatar {
		margin-left: -140px;
		top: 100%;
		margin-top: 10px;
		left: 50%;
	}

	.content_lc {
		padding: 15px;
	}

	.content_lc .oauth-social-buttons a {
		width: 18%;
		height: 44px;
	}

	.count_sravnenie {
		position: static;
	}

	.menu ul li a small {
		right: 0;
		top: 50%;
		margin-top: -12.5px;
	}

	.menu ul li a {
		padding-right: 33px;
		font-size: 20px !important;
	}
}

.sections .title_rating h1,
.sections .title_rating h2 {
	position: relative;
	padding-right: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

.bookmark {
	position: absolute;
	border: none;
	background: none;
	padding: 0;
	top: -7px;
	right: 7px;
	z-index: 10;
}

.page_comment .bookmark {
	top: 12px;
}

.listing-item .bookmark {
	margin-top: 0;
	display: flex;
	align-items: center;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.bookmark span {
	position: absolute;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(156, 179, 207, 0.26);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 30px;
	text-align: center;
	top: -38px;
	left: -43px;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
	visibility: hidden;
	color: #333333;
}

.listing-item .bookmark span {
	top: -30px;
	left: -39px;
}

.bookmark span:after {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}

.bookmark:hover span {
	opacity: 1;
	z-index: 5;
	visibility: visible;
}

.bookmark:hover svg path,
{
	opacity: 1;
	z-index: 5;
	fill: #3293D6;
}

.listing-item .bookmark svg {
	margin-right: 0;
}

.bookmark svg path {
	transition: all 0.4s;
}

.bookmark.active path {
	fill: #3293D6;
}

@media (max-width: 767px) {
	.bookmark {
		position: relative;
		top: 0 !important;
		right: auto;
		margin-top: 3px;
		margin-left: 5px;
	}

	.sections .title_rating h1,
	.sections .title_rating h2 {
		padding-right: 0;
	}
}

.pic_comparison picture {
}

.pic_comparison button {
	margin-top: 7px;
	display: flex;
	align-items: center;
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #208dd7;
	z-index: 99;
	position: relative;
	white-space: nowrap;
}

.comparison_pic {
	display: flex;
	align-items: center;
}

.pic_comparison button svg {
	margin-right: 8px;
	vertical-align: middle;
}

.comparison_pic:hover path:first-child {
	fill: #208DD7;
}

[data-title] {
	position: relative;
}

[data-title]:after {
	content: attr(data-title);
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: -50px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	padding: 5px 15px;
	transition: all 0.2s;
	color: #5A5A5A;
	z-index: 99;
}

[data-title]:hover:after {
	opacity: 1;
	visibility: visible;
}

.filter .select2-dropdown {
	border: none;
}

.comparsion_items-outer .comparsion_items {
	display: flex;
	align-items: flex-start;
}

.comparsion_items-outer .comparsion_item {
	display: none;
}

@media (min-width: 1199px) {
	.compar .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(1),
	.compar .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(2),
	.compar .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(3),
	.compar .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(4) {
		display: block;
	}

	.compar .comparsion_items-outer.fixed-adds .comparsion_item:nth-child(1),
	.compar .comparsion_items-outer.fixed-adds .comparsion_item:nth-child(2),
	.compar .comparsion_items-outer.fixed-adds .comparsion_item:nth-child(3) {
		display: block;
	}

	.review-service .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(1),
	.review-service .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(2),
	.review-service .comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(3) {
		display: block;
	}
}

@media (min-width: 990px) {
	.comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(1),
	.comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(2),
	.comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(3) {
		display: block;
	}

	.comparsion_items-outer.fixed-adds .comparsion_item:nth-child(1),
	.comparsion_items-outer.fixed-adds .comparsion_item:nth-child(2) {
		display: block;
	}
}

@media (min-width: 766px) {
	.comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(1),
	.comparsion_items-outer.no-fixed-adds .comparsion_item:nth-child(2) {
		display: block;
	}

	.comparsion_items-outer.fixed-adds .comparsion_item:nth-child(1) {
		display: block;
	}
}

.comparsion_page-title {
	display: flex;
	font-size: 16px;
	color: #333333;
	margin-bottom: 25px;
	flex-wrap: wrap;
	align-items: center;
}

.comparsion_page-title a {
	font-size: 14px;
	color: #208DD7;
	margin-top: 8px;
}

.comparsion_page-title span {
	margin-right: 20px;
	margin-top: 5px;
	font-size: 20px;
}

.table-compar {
	margin-top: 30px;
	font-weight: 500;
	font-size: 24px;
}

.comparsion_flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.review-service .comparsion_flex {
	background: #FFFFFF;
	box-shadow: 0px 0px 23px rgba(191, 191, 191, 0.25);
	border-radius: 9px;
	border: none;
}

.review-service .compare-arrow-container {
	position: static;
}

.review-service .comparsion_list li:last-child {
	border: none;
}

.comparsion_sidebar {
	max-width: 270px;
	background: #FFFFFF;
	position: relative;
	z-index: 4;
	width: 100%;

}

.comparsion-fixed {
	z-index: 99;
}

.comparsion-fixed .comparsion_close {
	display: none;
}

.comparsion-fixed .comparsion_lock {
	visibility: visible;
	opacity: 1;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000030;
	z-index: 9999;
}

.comparsion-fixed .comparsion_item_header,
.comparsion-fixed .comparsion_list {
	background: #F5FCFF;
}

.post-hidden {
	display: none !important;
}

.comparsion_sidebar_inner {
	padding: 25px;
	top: 0;
	background: #ffffff;
}
.comparsion_sidebar_inner a, .comparsion_sidebar_inner button{
	width: 100%;
	font-size: 15px;
	margin-bottom: 15px;
}
.course-page .comparsion_sidebar_inner {
	padding: 32px 20px;
	height: 251px;
}

.course-page .comparsion_sidebar_inner .btn-blue {
	width: 100%;
	margin-bottom: 16px;
	font-size: 14px;
}

.course-page .comparsion_sidebar_inner .btn-blue.invert {
	margin-bottom: 55px;
}

.course-page .comparsion_lock {
	width: 32px;
	height: 32px;
	box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);
	border-radius: 4px;
	background: #ffffff;
	top: -15px;
	left: 20px;
}

.course-page .comparsion_close {
	width: 32px;
	height: 32px;
	box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);
	border-radius: 4px;
	background: #ffffff;
	top: -15px;
	right: 20px;
}

.course-page .comparsion_item_header {
	padding: 32px 20px;
	height: 251px;
}

.course-page .subtitle-school {
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin-bottom: 8px;
}

.course-page .btn-green {
	font-size: 14px;
	height: 45px;
	width: 100%;
	min-height: 45px;
}

.course-page .sticky .btn-green {
	font-size: 14px;
	height: 40px;
	width: 100%;
	min-height: 40px;
}

.course-page .comparsion_item_header .ratingCount {
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 20px;
}

.comparsion_item_header .ratingCount {
	margin-left: 0;

}

.comparsion_item_header .ratingCount svg {
	display: none;
}

.course-page .comparsion_item_header.sticky .ratingCount {
	margin-bottom: 5px;
}

.course-page .comparsion_item_header .ratingCount svg {
	display: none;
}

.course-page .comparsion_item_header .rating {
	min-height: 61px;
}

.course-page .comparsion_item_header.sticky {
	height: 251px;
	padding: 32px 20px;
}

.course-page .comparsion_sidebar_inner.sticky {
	height: 251px;
	padding: 32px 20px;
}

.course-page .sticky .comparsion_lock,
.course-page .sticky .comparsion_close {
	bottom: 7px;
}


@media (max-width: 767px) {
	.course-page .comparsion_item_header {
		height: 280px;
	}
}


.comparsion_logo {
	margin-bottom: 20px;
}

.comparsion_logo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: 80px;
	width: auto;
}

.comparsion_sidebar_inner .btn_red {
	margin-bottom: 15px;
	height: 44px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.comparsion_sidebar_inner .btn_red svg {
	margin-right: 7px;
}

.btn_red.inver:hover {
	background: #FF6557;
}

.comparsion_list li {
	padding: 2px 15px;
	border-bottom: 1px solid #DCEAEE;
	font-size: 14px;
	min-height: 65px;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.comparsion_sidebar .comparsion_list li {
	background: #F9F9F9;
}

.comparsion_list li:first-child {
	border-top: 1px solid #DCEAEE;
}

.comparsion_item {
	border-left: 1px solid #DCEAEE;
	background: #ffffff;
}

.comparsion_item-desktop {
	width: 25%;
	border-left: 1px solid #DCEAEE;
	background: #ffffff;
}

.comparsion-fixed .comparsion_item {
	width: 220px;
}

.comparsion_item .ratingCount svg {
	margin-right: 11px;
}

.comparsion_sidebar_inner {
	height: 288px;
}

.comparsion_item_header {
	text-align: center;
	height: 288px;
	padding: 25px;
	z-index: 5;
	position: relative;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.compar .comparsion_item:hover .comparsion_item_header {
	background: #F5FCFF;
	box-shadow: -12px 0 16px rgba(186, 186, 186, 0.20);
}

.comparsion_item_header picture.pic {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-bottom: 10px;
}

.comparsion_item_header.sticky picture.pic {
	display: none;
}

.sticky .comparsion_close {
	bottom: 86px;
	top: auto;
	right: 15px;
}

.sticky .comparsion_lock {
	bottom: 86px;
	left: 15px;
	top: auto;
}

.comparsion_item_header.sticky {
	height: 180px;
	padding-top: 15px;
	position: sticky;
	top: 0;
}

.comparsion_item_header.sticky:after,
.comparsion_sidebar_inner.sticky:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 5px;
	transition: all 0.4s;
	background: #ffffff;
	height: 5px;
	box-shadow: 0px 3px 8px rgba(120, 191, 226, 0.30);
	left: 0;
}

.comparsion_item_header.sticky:before,
.comparsion_sidebar_inner.sticky:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 5px;
	transition: all 0.4s;
	background: #ffffff;
	height: 8px;
	z-index: 5;
	left: 0;
}

.compar .comparsion_item:hover .comparsion_item_header.sticky:after {
	background: #F5FCFF;
}

.compar .comparsion_item:hover .comparsion_item_header.sticky:before {
	background: #F5FCFF;
}

.comparsion_item_header.sticky .btn_red {
	bottom: 15px;
	min-width: 120px;
	height: 40px;
	margin-top: 5px;
}

.comparsion_sidebar_inner.sticky .comparsion_logo {
	display: none;
}

.comparsion_sidebar_inner.sticky {
	height: 180px;
	padding-top: 15px;
	position: sticky;
}

.comparsion_lock {
	background: none;
	border: none;
	padding: 0;
	top: 25px;
	left: 25px;
	position: absolute;
	visibility: hidden;
	transition: all 0.4s;
	opacity: 0;
}

.comparsion_lock:hover path,
.comparsion_lock.active path {
	fill: #208DD7;
}

.comparsion_close {
	background: none;
	border: none;
	padding: 0;
	top: 25px;
	right: 25px;
	position: absolute;
	visibility: hidden;
	transition: all 0.4s;
	opacity: 0;
}

.compar .comparsion_item:hover .comparsion_close,
.compar .comparsion_item:hover .comparsion_lock {
	visibility: visible;
	opacity: 1;
}

.compar .comparsion_item:hover {
	background: #F5FCFF;
	box-shadow: -7px 4px 22px rgba(186, 186, 186, 0.31);
	position: relative;
}

.review-service .comparsion_item-desktop {
	width: 194px;
}

.comparsion_close path {
	fill: #6C6B6B;
}

.comparsion_close:hover path {
	fill: #208DD7;
}

.comparsion_item_header h2 a {
	color: #208DD7;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comparsion_item_header {
}

.comparsion_item *,
.comparsion_sidebar * {
	transition: all 0.4s;
}

.comparsion_item_header .btn_red, .comparsion_item_header .btn_blue {
	height: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
	width: 100%;
	font-size: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

.comparsion_item_header h2 {
	font-size: 18px;
	margin-bottom: 8px;
width: 100%;
}
.comparsion_item_header .btn_red svg, .comparsion_item_header .btn_blue svg{
	display: none;
}
.blue_arrw:after {
	background: #A6CEFF;
	border-radius: 4px;
	height: 28px;
	color: #ffffff;
	font-size: 12px;
	width: 78px;
	left: 50%;
	margin-left: -39px;
	box-shadow: none;
	top: -35px;
}

.blue_arrw:before {
	content: '';
	border: 8px solid transparent;
	border-top: 9px solid #A6CEFF;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -7px;
	opacity: 0;
	transition: all 0.2s;
	visibility: hidden;
	z-index: -1;
}

.blue_arrw:hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.comparsion_item_header .stars {
	order: 1;
	margin-left: 0;
	margin-right: 9px;
}

.comparsion_item_header .rating_ball {
	order: 2;
}

.comparsion_item_header .ratingCount {
	order: 3;
	width: 100%;
	margin-right: 0;
	justify-content: center;
	margin-top: 7px;
	position: static;
}

.popular .ratingCount {
	position: static;
}

.comparsion_item_header .rating {
	justify-content: center;
}

.comparsion_item .comparsion_list li {
	text-align: center;
	justify-content: center;
	padding-top: 7px;
	padding-bottom: 7px;
	flex-wrap: wrap;
}

.comparsion_items-outer {
	position: relative;
	flex-grow: 1;
	width: calc(100% - 270px);
}

.comparsion_items .stars small {
	background-image: url("../images/ratingStars.png");
	transition: none !important;
}

.compare-arrow-container {
	position: sticky;
	top: 0;
	z-index: 200;
}

.compare-arrow {
	position: absolute;
	left: -15px;
	top: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	visibility: hidden;
	border: none;
	z-index: 100;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all 0.4s;
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(148, 148, 148, 0.25);
}

.compare-arrow.hide-arrow-compare {
	display: none;
}

.compare-arrow.compare-next {
	left: auto;
	right: -15px;
}

.comparsion_flex_left .comparsion_item,
.comparsion_flex_right .comparsion_item {
	display: none;
	width: 100% !important;
}

.comparsion_item_parents .comparsion_item.active {
	display: block !important;
}

.comparsion_flex_left,
.comparsion_flex_right {
	width: 50%;
}

.comparsion_flex_left .header_li {
	opacity: 0;
	visibility: hidden;
}

.comparsion_flex_right .header_li {
	width: 200%;
	margin-left: -100%;
	background: #F9F9F9;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	position: relative;
	z-index: 100;
	max-height: 65px !important;
	height: 65px !important;
	min-height: 65px !important;
}

.header_li {
	max-height: 65px !important;
	height: 65px !important;
	min-height: 65px !important;
}

.comparsion_flex.comparsion_flex_mobile h2 {
	min-height: 43px;
}

.comparsion_flex_mobile {
	display: none;
}

.bookmarks-sections.sections {
	overflow: inherit;
}

.bookmarks-sections.sections h1 {
	margin-bottom: 0;
	padding-right: 0;
}

.bookmarks-sections.sections .title-share {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.bookmarks-sections.sections .share {
	margin-top: 2px;
}

#compilation-items {
	border-top: 1px solid #DCEAEE;
	padding-top: 30px;
}

@media (max-width: 767px) {
	.table-compar {
		margin-bottom: 0;
	}

	.comparsion_flex {
		margin-bottom: 20px;
	}

	.comparsion_item .comparsion_item_header {
		box-shadow: none !important;
	}

	.comparsion_item_header .rating {
		min-height: 51px;
	}

	.comparsion_item_header.sticky:after {
		content: '';
		position: absolute;
		bottom: 2px;
		left: 0;
		background: #ffffff;
		width: 100%;
		height: 3px;
		box-shadow: 0px 1px 8px rgba(120, 191, 226, 0.50);
	}

	.comparsion_item:hover .stars small {
		-ms-background-position-y: 0 !important;
		background-position-y: 0 !important;
	}

	.comparsion_item_header.sticky {
		height: 215px;
		z-index: 999;
	}

	.comparsion_item_header.sticky .ratingCount {
		margin-top: 3px;
	}

	.comparsion_item_header.sticky .comparsion_mobile_count_arrow {
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.comparsion_item_header .comparsion_mobile_count_arrow {
		width: calc(100% + 30px);
		margin-left: -15px;
		background: #ffffff;
		position: relative;
		z-index: 5;
		padding-left: 15px;
		padding-right: 15px;
	}

	.comparsion_item {
		border: none !important;
	}

	.comparsion_flex_left .comparsion_item .comparsion_list li {
		border-right: 1px solid #DCEAEE;
	}

	.comparsion_flex_mobile {
		display: flex;
	}

	.comparsion_item_header .btn_red {
		margin-top: 7px;
	}

	.comparsion_item:hover {
		background: #ffffff;
		box-shadow: none;
	}

	.comparsion_sidebar_inner {
		padding: 0;
	}

	.comparsion_items-outer {
		display: none;
	}

	.comparsion_sidebar_inner {
		height: auto;
		background: none !important;
	}

	.comparsion_sidebar {
		width: 100%;
		max-width: 100%;
		background: none;
		border: none;
	}

	.comparsion_sidebar .comparsion_logo {
		display: none;
	}

	.comparsion_sidebar .comparsion_list {
		display: none;
	}

	.comparsion_close {
		background: #FFFFFF;
		box-shadow: 0px 1px 5px rgba(148, 148, 148, 0.25);
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		opacity: 1;
		visibility: visible;
		top: -16px;
		right: -16px;
	}

	.comparsion_item_header picture.pic {
		position: relative;
	}

	.comparsion_item_header {
		padding: 15px;
		height: auto;
		padding-top: 28px;
		background: #ffffff !important;
	}

	.comparsion_item_header .btn_red {
		width: 100% !important;
		min-width: 1px;
		margin-left: 0 !important;
		position: static;
	}

	.comparsion_mobile_count_arrow {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 18px;
	}

	.comparsion_mobile_count_arrow button {
		border: none;
		background: none;
		padding: 0;
		display: block;
		padding-top: 5px;
	}
}

@media (max-width: 500px) {
	.top-item {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 450px) {
	.comparsion_flex.comparsion_flex_mobile h2 a {
		font-size: 16px;
	}

	.comparsion_item_header .rating_ball {
		display: none;
	}

	.comparsion_item_header .stars {
		margin-right: 0;
	}
}

.compilation-header {
	display: flex;
	font-size: 14px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCEAEE;
}

.compilation-item-col-1 {
	width: 7%;
}

.compilation-item-col-2 {
	width: 100%;
}

.compilation-item-col-3 {
	width: 100%;
	margin-top: 26px;
}

.compilation-item-col-3 ul {
	padding-left: 0 !important;
}

.compilation-item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #DCEAEE;
	padding-top: 20px;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.compilation-item-text {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

.position-title {
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
}

.compilation-service {
	display: flex;
	align-items: flex-start;
}

.compilation-service .pic {
	margin-right: 25px;
}

.review-service .comparsion_item_header {
	height: 160px;
	padding-bottom: 0;
}

.review-service .comparsion_item_header h2 {
	margin-bottom: 0;
}

.review-service .comparsion_sidebar_inner {
	height: 160px;
}

.title-pount {
	position: relative;
}

.title-pount button {
	position: relative;
	right: unset;
}

.title-pount a {
	font-size: 20px;
	font-weight: 500;
	color: #208DD7;
}

.compilation-point {
	font-size: 20px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 27px;
	padding: 4px 16px;
	max-width: 200px;
}

.compilation-point span {
	color: #FF6557;
	font-weight: bold;
}

.title-point {
	color: #999999;
	font-size: 12px;
	margin-right: 8px;
}

body .compilation-specifications ul {
	list-style: none;
	padding-left: 0;
}

.compilation-specifications li {
	display: flex;
	align-items: center;
}

.title-specifications {
	color: #4A4A4A;
	font-size: 16px;
	margin-right: 20px;
	display: block;
	min-width: 125px;
}

.point-specifications {
	width: 25px;
	display: block;
	font-size: 14px;
	color: #333;
}

.point-specifications small {
	font-weight: bold;
}

.progress-specifications {
	position: relative;
	width: calc(100% - 190px);
	display: block;
	background: #F3FAFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: 15px;
	border-radius: 20px;
}

.line-specifications {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #C8E9FF;
	top: 0;
	left: 0;
	height: 15px;
	position: absolute;
}

@media (max-width: 767px) {
	.compilation-point {
		margin-top: 0;
	}

	.review-service .comparsion_item_header {
		height: auto;
		padding-bottom: 15px;
	}

	.comparsion_list li:nth-child(4),
	.comparsion_list li:nth-child(5),
	.comparsion_list li:nth-child(6) {
		display: flex;
	}

	.compilation-header {
		display: none;
	}

	.comparsion_sidebar {
		/* display: none; */
	}

	.compilation-item {
		display: block;
		padding-top: 0;
		border: none;
	}

	.position-title {
		padding-left: 0;
		margin-bottom: 10px;
	}

	.compilation-service {
		width: 100%;
		flex-wrap: wrap;
	}

	.compilation-service .btn_red {
		width: 100%;
		max-width: 100% !important;
		margin-top: 20px;
	}

	.compilation-service .pic {
		margin-left: 0;
	}

	.compilation-item-col-2,
	.compilation-item-col-1,
	.compilation-item-col-3 {
		width: 100%;
	}

	.compilation-service {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.comparsion_list li{
		font-size: 13px;
	}
	.compilation-specifications li {
		flex-wrap: wrap;
	}

	.progress-specifications {
		width: 100%;
		margin: 11px 0;
	}
}

.sidebar-articles-items {
	border-bottom: 1px solid #DCEAEE;
	margin-bottom: 20px;
}

.top-img a {
	display: block;
	margin: 0;
}

.sidebar-articles-item {
	font-size: 18px;
	color: #333333 !important;
	display: block;
	margin-bottom: 20px;
}

.sidebar-articles-item img {
	margin-bottom: 15px;
}

.sidebar-popular-item {
	display: flex;
	align-items: center;
	color: #208DD7 !important;
	margin-bottom: 10px;
}

.sidebar-popular-item:last-child {
	margin-bottom: 0;
}

.sidebar-popular-item img {
	width: 32px;
	height: auto;
	margin-right: 10px;
	display: block;
}

.sidebar-popular-item span {
	width: calc(100% - 46px);
}

.sidebar-white {
	margin-bottom: 50px;
}

.content.article .breadcrumbs__link,
.content.article .breadcrumbs__current,
.content.article .breadcrumbs__separator {
	font-size: 12px;
	color: #333333;
}

.article-content-header {
	padding: 28px 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 30px;
	margin-top: 23px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.article-content-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: linear-gradient(22.7deg, rgba(44, 139, 255, 0.68) -0.86%, rgba(115, 165, 226, 0.68) 63.3%);
}

.article-content-header > * {
	position: relative;
	z-index: 5;
}

.article-content-header-title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 18px;
}

.article-characteristic > div {
	display: flex;
	align-items: flex-end;
	color: #ffffff;
	margin-right: 15px;
}

.article-characteristic {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.article-characteristic svg {
	margin-right: 6px;
	margin-bottom: -2px;
}

.article-share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 35px;
	margin-right: 10px;
	transition: all 0.4s;
	background: #FAFAFA;
	border-radius: 5px;
	margin-bottom: 10px;
}

.article-share a:hover {
	background: #CDCDCD;
}

.article-share a:hover path {
	fill: #FAFAFA;
}

.article-share {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-top: 27px;
	border-top: 1px solid #DCEAEE;
}

.article-title-comment {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 40px;
}

.article-addComment textarea {
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #FAFAFA;
	padding: 15px 20px;
	resize: none;
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 20px;
}

.article-addComment textarea.open-comment {
	background: #FAFAFA;
	border: 1px solid #fff;
	min-height: 120px;
}

.article-addComment {
	margin-bottom: 30px;
}

.item.comment.article-comment .desk .name {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 10px;
}

.item.comment.article-comment .desk .text {
	font-weight: 300;
}

.date {
	font-size: 12px;
	color: #A4A4A4;
	font-weight: normal;
}

.sidebar-articles-title {
	display: block;
}

.sidebar-articles-items .slick-dots {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar-articles-items .slick-dots li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.sidebar-articles-items .slick-dots li.slick-active button {
	opacity: 1;
}

.sidebar-articles-items .slick-dots li button {
	background: #208DD7;
	opacity: 0.2;
	border: none;
	font-size: 0;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
}
.content.article p:last-child{
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#sidebar.sidebar-article{
		margin-left: 0 !important;
	}
	.sidebar-articles-item img {
		width: 100%;
		max-width: 300px;
	}

	.sidebar-articles-item.slick-slide {
		height: auto;
	}

	.sidebar-articles-item {
	}

	.sidebar-articles-items .slick-list {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		border: none;
	}

	.content-withe.p-25-33 {
		margin-bottom: 15px;
	}

	.content.article {
		width: 100%;
	}

	#sidebar.sidebar-article {
		position: static;
		display: block;
		margin-top: 0;
		background: #FFFFFF;
		border-radius: 5px;
	}
}
 iframe{
	width: 100%;
}
@media (max-width: 767px) {

	.content.article iframe{
		width: 100%;
		height: 250px;
	}
	.article-content-header {
		padding: 15px;
	}

	#sidebar.sidebar-article {
		padding: 15px;
	}

	.content-withe iframe {
		height: 150px;
	}

	.article-content-header-title {
		font-size: 18px;
		margin-bottom: 11px;
	}

	.content.article p {
		margin-bottom: 15px;
	}

	.content-withe.p-25-33 {
		padding: 15px;
	}

	.content-withe {
		border-radius: 5px;
	}

	.item.comment.article-comment .ava {
		left: 0;
	}

	.item.comment.article-comment .desk .name {
		margin-bottom: 25px;
	}

	h3 {
		font-size: 18px;
	}

	.article-title-comment {
		margin-bottom: 15px;
	}

	.article-addComment {
		margin-bottom: 0;
	}

	.article-comment .likes_and_otvet {
		margin-bottom: 0;
	}

	.article-content-header {
		margin-top: 11px;
	}
}

@media (max-width: 1200px) {
	.comparsion_item-desktop {
		width: 231px;
	}

	.comparsion-fixed .comparsion_item {
		width: 231px;
	}
}

@media (max-width: 991px) {
}

@media (max-width: 450px) {
	.item.comment.article-comment .desk .name b {
		margin-bottom: 6px;
	}

	.item.comment.article-comment .desk .name {
		flex-direction: column;
		margin-top: 5px;
	}
}

.count_comparison-container {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.share {
	position: relative;
	margin-left: 20px;
}

.ya-share2_inited {
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.30);
	z-index: 50;
	padding: 10px 15px;
	display: none;
}

.ya-share2__list_direction_horizontal > .ya-share2__item a {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.ya-share2__list_direction_horizontal > .ya-share2__item a:after {
	content: attr(title);
	margin-left: 8px;
	color: #000000;
}

.share-toggle {
	cursor: pointer;
}

.share-toggle svg {
	fill: #C0C0C0;
}



.review-item-header {
	display: flex;
	align-items: center;
}

.review-item {
	background: #ffffff;
	padding: 25px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.review-item-header .date {
	align-self: flex-start;
	flex-grow: 1;
	text-align: right;
	color: #a4a4a4;
	font-size: 12px;
}

.review-item-header a {
	font-weight: 500;
	color: #208dd7;
}

.review-item-header .pic {
	margin-right: 15px;
}

.review-item-title_text {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
}

.item-name_rating_avatar {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	margin-top: 22px;
}

.item-name_rating_avatar {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	margin-top: 22px;
}

.item-name_rating_avatar .avatar {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.item-name_rating_avatar .avatar img {
	max-width: 50px;
	height: auto;
}

.review-item_body_text {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	height: 105px;
	overflow: hidden;
}

.height-auto {
	height: auto;
}

.review-item_body .all-read {
	display: block;
	text-align: right;
	margin-top: 15px;
}

.all-read:after {
	content: attr(data-opentext);
}

.all-read.hide-text:after {
	content: attr(data-hidetext);
}

.item-name-name_rating {
	margin-left: 20px;
}

.item-name-name_rating b {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.item-name-name_rating .stars {
	margin: 0;
}

.all-category-home .groups-crosslinks-wrapper .group-title span {
	font-weight: normal;
}

.cookie {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 999;
}

.cookie-title {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: 500;
	padding-right: 40px;
}

.cookie-text {
	margin-bottom: 15px;
	font-size: 12px;
}

.cookie a {
	color: #2091EB;
}

.cookie-inner {
	background: #FFFFFF;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	position: relative;
	padding: 15px 23px;
}

.cookie-close {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	right: 15px;
	top: 15px;
}

@media (max-width: 450px) {
	.bookmark span {
		right: -13px;
		left: auto;
	}

	.bookmark span::after {
		right: 12px;
		left: auto;
	}
}

.popular-compare {
	display: flex;
	flex-wrap: wrap;
}

.popular-compare_item {
	border: 1px solid #F6F6F6;
	padding: 15px;
}

.analog-page .popular-compare_item {
	margin-bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.analog-page .analog-item-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.analog-page .analog-item-text {
	flex-grow: 1;
}

.popular-compare_item .btn_blue {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.popular-compare-item_header {
	display: flex;
	align-items: flex-start;
}

.popular-compare-item_header picture.pic.pic-50 {
	width: 50px;
	height: 50px;
	max-width: 50px;
	margin-right: 9px;
}

.popular-compare-item_header .title-rating {
	width: calc(100% - 60px);
}

.popular-compare-item_header a {
	display: block;
	color: #208DD7;
	margin-bottom: 3px;
}

.popular-compare .row {
	margin: 0 !important;
	width: 100%;
}

.popular-compare-item_header .rating_ball {
	order: 3;
}

.popular-compare-item_header .stars {
	margin-left: 0;
}

.compare-icon {
	background: url("../images/compare-icon.svg");
	margin-bottom: 10px;
	margin-top: 10px;
	width: 24px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.popular-compare .col-12 {
		padding: 0;
	}
}

.analog-page .sections .header_section {
	padding: 0 15px 15px 15px;
}

.analog-page .sections .footer_section {
	padding: 13px 15px 13px 15px;
	border: none;
	position: relative;
}

.analog-page .sections .footer_section:after,
.analog-page .sections .footer_section:before {
	content: "";
	position: absolute;
	height: 1px;
	left: -25px;
	right: -25px;
	top: 0;
	background: #D2E2E5;
}

.analog-page .sections .footer_section:before {
	top: auto;
	bottom: 0;
}

.analog-page .sections .footer_section .item.item-price::after {
	content: none;
}

.analog-page .sections .footer_section .item.item-price {
	border: none;
}

.analog-page .sections .footer_section .item {
	margin-right: 30px;
}

.analog-page .sections .rating .ratingCount {
	order: 4;
	margin-right: 0;
	margin-left: 30px;
}

.analog-page .sections .rating .ratingCount a {
	color: #000000;
}

.popular-compare_item .analog-item-body .btn_blue {
	margin-top: 0;
}

.popular-compare_item .analog-item-body .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.title-bookmark {
	position: relative;
	display: flex;
}

.analog-item-text {
	margin-top: 13px;
	font-size: 12px;
	line-height: 1.4;
	min-height: 80px;
}

.analog-item-body .pic_comparison button {
	margin-top: 10px;
}

.popular-compare_item .analog-item-body .buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 7px);
	min-width: 1px;
	height: 44px;
}

.analog-items-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.analog-page .sections .footer_section:after,
	.analog-page .sections .footer_section:before {
		left: -15px;
		right: -15px;
	}

	.analog-page .sections .footer_section:before {
		content: none;
	}

	.analog-page .sections .header_section {
		padding: 0;
		padding-bottom: 15px;
	}

	.analog-page .sections .footer_section {
		padding-left: 0;
		padding-right: 0;
	}
}

.result-filter .title_side {
	margin-top: 20px;
}

.result-filter .title_side:first-child {
	margin-top: 0;
}

@media (max-width: 450px) {
	.sections picture {
		max-width: 72px;
		max-height: 72px;
		min-height: 72px;
	}
}

@media (max-width: 500px) {
	body .analog-page .sections section {
		position: relative;
	}

	body .analog-page .sections section:after {
		position: relative;
	}

	.analog-page .sections .footer_section::after,
	.analog-page .sections section::before {
		content: "";
		position: absolute;
		height: 1px;
		left: -15px;
		right: -15px;
		bottom: 0;
		background: #D2E2E5;
	}

	.sections .stars {
		margin-left: 0;
	}
}

.spec-page .analog-item-body .btn_red {
	width: 100%;
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.hidden-text {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 15px;
	width: 258px;
	left: 100%;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.4s;
}

.hidden-text p:last-child {
	margin-bottom: 0 !important;
}

.hidden-text.active {
	opacity: 1;
	z-index: 5;
	visibility: visible;
}

.more-sale {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.more-sale a {
	color: #208DD7;
}

.more-sale:hover .hidden-text {
	opacity: 1;
	z-index: 5;
	visibility: visible;
}

.analog-items > div:last-child .hidden-text {
	top: 100%;
	left: 0;
}

.analog-items .col-12 {
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.hidden-text {
		top: 100%;
		left: 0;
	}
}

.grecaptcha-badge {
	right: -1000px !important;
}

#backtotop {
	z-index: 1000;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: -80px;
	position: fixed;
	cursor: pointer;
	transition: all .3s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background: #2196F3;
	background-size: 50% auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#backtotop.shows {
	bottom: 10px;
}

#backtotop:hover {
	opacity: 1;
}

.properties {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 20px;
}

.properties .taxonomy-group {
	margin-bottom: 15px;
}
.properties .taxonomy-group:last-child{
	margin-bottom: 0;
}
.properties .title_side {
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 15px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.properties .title_side.toggled {
	border-color: transparent;
}

.properties .filter-container {
	padding-top: 12px;
}

#sidebar aside.properties {
	padding-bottom: 0;
	position: relative;
	margin-bottom: 0;
}

#sidebar aside.properties:after {
	content: '';
	height: 1px;
	bottom: 0;
	position: absolute;
	background: #ffffff;
	left: 0;
	width: 100%;
}

.arrow-filter {
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	margin-left: -4px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 0;
	right: 0;
	border-color: #A6CEFF transparent transparent transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.toggled .arrow-filter {
	transform: rotate(180deg);
}

.filter.shown:last-child {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F4F4;
}

.item-stock {
	margin-bottom: 20px;
}

.image-stock,
.video-stock {
	position: relative;
}

.item-stock .btn_red {
	max-width: 212px;
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	margin-top: 10px;
}

.item-stock .items {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.video-stock iframe {
	width: 100%;
	height: 100%;
}

.image-stock + .description-stock,
.video-stock + .description-stock {
	padding-right: 22px;
	width: calc(100% - 310px);
}

.item-stock .terms {
	margin-bottom: 20px;
	margin-top: 15px;
}

.item-stock .terms li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.item-stock .terms li b {
	margin-right: 36px;
	font-weight: 500;
	min-width: 104px;
	display: block;
}

.description-stock .text {
	line-height: 150%;
}

@media (max-width: 767px) {
	.page_listing #backtotop.shows {
		bottom: 50px;
	}

	.image-stock + .description-stock,
	.video-stock + .description-stock {
		width: 100%;
		padding-right: 0;
	}

	.image-stock {
		margin-bottom: 20px;
	}

	.image-stock,
	.video-stock {
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #DCEAEE;
	}

	.item-stock .btn_red {
		max-width: 100%;
	}

	.hide-siblings small {
		width: 30px;
		height: 30px;
	}

	.image-stock img,
	.video-stock iframe {
		width: 100%;
	}

	.item-stock .terms li b {
		margin-bottom: 3px;
	}

	.item-stock .terms li {
		flex-direction: column;
		align-items: flex-start;
	}

	.hide-siblings small::after {
		top: 3px;
		margin-top: 0;
	}

	.video-stock {
		order: 3;
		margin-top: 20px;
	}

	.video-stock iframe {
		min-height: 200px;
	}

	.video-stock + .description-stock {
		order: 1;
	}

	.item-stock .items {
		flex-direction: column;
	}

	.media-grid h3 small::before,
	.hide-siblings small::before {
		content: none !important;
	}
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 415px;
}

.integration-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 45px;
}

.integration-page .analog-items-title {
	text-align: center;
}

.what-integration {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	max-width: 976px;
	margin-top: 56px;
}

.what-integration-item {
	width: calc(25% - 40px);
	background: #FFFFFF;
	box-shadow: 0px 0px 19px rgba(188, 188, 188, 0.25);
	border-radius: 2px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 25px 25px 25px;
}

.what-integration-number {
	background: #208DD7;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	color: #ffffff;
	margin-right: auto;
	margin-top: -16px;
}

.what-integration-icon {
	margin-top: 30px;
	margin-bottom: 26px;
}

.what-integration-title {
	font-size: 12px;
	line-height: 150%;
}

.integration-page .row {
	margin-bottom: 25px;
}

.integration-page .popular-compare-item_header {
	align-items: center;
}

.compilation-ending {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.what-integration-item {
		padding: 0 15px 20px 15px;
	}
}

@media (max-width: 991px) {
	.what-integration-item {
		width: calc(50% - 40px);
	}
}

@media (max-width: 767px) {
	.integration-icon {
		padding-bottom: 30px;
	}
}

@media (max-width: 470px) {
	.what-integration-item {
		width: 100%;
	}
}

.all-analog {
	background: #ffffff;
	display: block;
	padding: 15px 10px;
	border-top: 1px solid #D2E2E5;
	color: #208dd7;
	text-align: center;
	justify-content: center;
}

.page_tarif .double-scroll {
	overflow: auto;
	width: 100%;
}

.page_tarif .double-scroll-inner {
	height: 1px;
}

/* width */
.tabs_object .navs_over::-webkit-scrollbar,
.table_over::-webkit-scrollbar,
.double-scroll::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/* Track */
.tabs_object .navs_over::-webkit-scrollbar-track,
.table_over::-webkit-scrollbar-track,
.double-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.table_over::-webkit-scrollbar-thumb,
.tabs_object .navs_over::-webkit-scrollbar-thumb,
.double-scroll::-webkit-scrollbar-thumb {
	background: #208DD7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.more-comparison-fields-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.more-comparison-fields {
	border: 1px solid #208DD7;
	border-radius: 5px;
	padding: 14px 20px;
	font-family: Roboto;
	font-style: normal;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #208DD7;
	height: unset;
	margin: 0 auto 20px auto;
}

.light-underline {
	border-bottom: 1px solid #ededed;
}

.short-description-header {
	color: #979797;
	font-size: 14px;
}

.recommendation-item {
	background: #FFFFFF;
	margin-bottom: 15px;
	padding: 15px;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.modal {
	z-index: 99999;
}

#warning .close_login {
	top: 15px;
	right: 15px;
}

#warning .modal-content {
	padding: 40px 20px;
	text-align: center;
}

.desktop-comparisons-bar {
	position: fixed;
	padding: 37px 0;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.column-center {
	display: flex;
	align-items: center;
}

.service-table {
	font-size: 12px;
	margin-bottom: 0;
}



.desktop-comparisons-bar .row {
	width: 100%;
}

.comparison-bar .comparison-bar__item {
	position: relative;
}

.comparison-bar .comparison-bar__item .small-delete {
	position: absolute;
	width: 24px;
	min-width: unset;
	border-radius: 100%;
	height: 24px;
	padding: unset;
	min-height: 24px;
}

.comparison-bar .comparison-bar__item .small-delete:hover .small-delete__inner {
	border: 1px solid #208DD7;
}

.comparison-bar .comparison-bar__item .small-delete .small-delete__inner {
	width: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
}

.comparison-bar-buttons {
	display: flex;
}

.comparison-bar-buttons a,
.comparison-bar-buttons button {
	max-height: 45px;
	line-height: 1;
}

.recommendation-item__header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.recommendation-item__header__image {
	max-width: 40px;
	margin-right: 10px;
}

.recommendation-item__header .rating {
	display: block !important;
	margin-top: 6px;
	font-weight: normal;
}

.recommendation-item__header .stars {
	margin-left: 0;
}

.recommendation-item__header__title {
	width: calc(100% - 50px);
	font-weight: 500;
}

.recommendation-item__footer .btn_red {
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.recommendation-item__footer__link {
	display: flex;
	align-items: center;
	color: #208dd7;
	font-size: 14px;
	margin-top: 12px;
}

.recommendation-item__footer__link svg {
	margin-right: 9px;
}

#sidebar.sidebar-compilation {
	padding-right: 0;
	position: sticky;
	top: 15px;
}

.compilation-item-text .slick-arrow {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	height: calc(100% - 7px);
	cursor: pointer;
	left: 0;
	z-index: 5;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
}

.compilation-item-text .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.video-container iframe {
	width: 100%;
	height: auto;
	min-height: 200px;
}

.compilation-item__photo-and-video h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 20px;
}

.compilation-item__photo-and-video {
	margin-bottom: 30px;
}

.compilation-item__photo-and-video .slick-dots li button {
	font-size: 0;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #DEDEDE;
	width: 9px;
	height: 9px;
	padding: 0;
}

.compilation-item__photo-and-video .slick-dots li.slick-active button {
	background: #208DD7;
}

.compilation-item__photo-and-video .slick-dots li {
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
}

.compilation-item__photo-and-video .slick-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 5;
	width: 100%;
	text-align: center;
}

.object-promocode {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.object-promocode__content {
	padding: 6px 10px;
	background: rgba(166, 206, 255, 0.2);
	border-radius: 29px;
}

.object-promocode {
	display: flex;
	align-items: center;
}

.object-promocode__content {
	display: flex;
	align-items: center;
	color: #208DD7;
	font-size: 14px;
	cursor: pointer;
	z-index: 5;
	mso-print-sheet-order:;
}

.object-promocode__content svg {
	margin-left: 5px;
}

.object-promocode__title {
	margin-right: 5px;
}

@media (max-width: 767px) {
	.object-promocode {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.object-promocode__title {
		margin-bottom: 8px;
	}
}

.comparison-bar {
	display: flex;
}

.comparison-bar__item {
	margin-right: 38px;
	display: none;
}

.comparison-bar__item .pic_comparison span {
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	text-overflow: ellipsis;
	max-width: 100%;
}

.comparison-bar__item .pic_comparison {
	width: 72px;
	height: 72px;
	position: relative;
	border: 1px solid #D2E2E5;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.comparison-bar__item .small-delete {
	top: -12px;
	right: -12px;
	z-index: 5;
	position: absolute;
}

.comparison-bar__item:nth-child(1),
.comparison-bar__item:nth-child(2),
.comparison-bar__item:nth-child(3),
.comparison-bar__item:nth-child(4),
.comparison-bar__item:nth-child(5) {
	display: block;
}

.comparison-bar-buttons {
	display: flex;
	align-items: center;
}

.comparison-bar-buttons .clear-comparison {
	margin-left: 10px;
}

.comparison-bar-buttons .count_sravnenie {
	margin-right: 0;
	margin-left: 5px;
}

.comparison-bar-arrow.last {
	z-index: -1;
	opacity: 0;
}

.comparison-bar-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	z-index: 5;
	cursor: pointer;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(148, 148, 148, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.comparison-bar-arrow.comparison-bar-next {
	right: 0;
	left: auto;
}

.comparison-bar-outer {
	transition: all 0.4s;
	padding-left: 65px;
	padding-right: 65px;
}

.visible-arrow {
}

.visible-arrow .comparison-bar-arrow {
	display: flex;
}

@media (max-width: 1200px) {
	.comparison-bar-buttons {
		flex-direction: column;
	}

	.comparison-bar-buttons a,
	.comparison-bar-buttons button {
		width: 210px;
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 0 !important;
		margin-right: 0;
	}
}

@media (max-width: 1200px) {
	.desktop-comparisons-bar {
		display: none !important;
	}
}

.compilation-item__photo-and-video .photo {
	height: 200px;
	overflow: hidden;
}

.compilation-item__photo-and-video .photo img {
	min-height: 200px;
	width: 100%;
	max-width: none;
}

.form-outer {
	background: #ffffff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.form-outer .form-subtitle {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 150%;
	font-weight: 500;
}

.form-outer input {
	background: #FAFAFA;
	border-radius: 5px;
}

.form-outer .btn_red {
	margin-top: 15px;
}

.phone-section__phone-number {
	padding-right: 30px;
	margin-right: 30px;
	position: relative;
}

.phone-section__phone-number:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	background: #D2E2E5;
}

.phone-section__text {
	font-size: 14px;
	color: #5a5a5a;
}

.phone-section a {
	background: url("../images/phone.svg") no-repeat left center;
	padding-left: 34px;
	min-height: 24px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #208DD7;
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.phone-section {
		padding-top: 15px !important;
		padding-bottom: 15px;
	}

	.phone-section__phone-number {
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 14px;
		width: 100%;
		border-bottom: #D2E2E5 solid 1px;
		text-align: center;
	}

	.phone-section__phone-number a {
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
	}

	.phone-section__phone-number:after {
		content: none;
	}

	.phone-section__callback {
		width: 100%;
		border-bottom: #D2E2E5 solid 1px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.phone-section__callback a {
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
	}
}

.oglavleniye-left a {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	color: #208DD7;
}

.oglavleniye-left br {
	display: none;
}

.oglavleniye-right p {
	font-size: 18px;
	line-height: 150%;
}

.oglavleniye-right .btn_blue {
	max-width: 190px;
	width: 100%;
	margin-right: 20px;
}

.service-rating .item {
	padding: 9px 0;
}

.service-rating .item.short-description-header {
	padding: 15px 0;
}

.service-rating-left {
	color: #333333;
	font-size: 16px;
}

.service-rating-left a {
	color: #208DD7;
	display: inline-block;
	margin-left: 5px;
}

.service-rating-right p {
	font-size: 12px;
	margin-bottom: 0 !important;
}

.title-pount .bookmark {
	top: 4px !important;
	margin-left: 15px;
	margin-top: 0 !important;
}

.compilation-items .btn_red {
	max-width: 190px;
	width: 100%;
}

.compilation-specifications {
	background: rgba(247, 247, 248, 0.7);
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 19px 25px;
}

.compilation-specifications ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.compilation-specifications ul li {
	width: 40%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	margin-top: 6px;
}

.disadvantages-ul,
.advantage-ul,
.keep-ul,
.function-ul {
	margin-bottom: 30px;
}

.disadvantages-ul li,
.advantage-ul li,
.keep-ul li,
.function-ul li {
	margin-bottom: 10px !important;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
}

.disadvantages-ul ul,
.advantage-ul ul,
.keep-ul ul,
.basic-information ul,
.function-ul ul {
	padding-left: 0 !important;
	list-style: none !important;
}
.basic-information li{
	display: flex;
	align-items: flex-start;
	color: #171717;
	font-size: 16px;
	margin-bottom: 10px;
}
.basic-information li span{
	min-width: 127px;
	display: block;
	margin-right: 30px;
	color: #78828C;
}

.disadvantages-ul h3,
.object-characteristics h3,
.advantage-ul h3,
.keep-ul h3,
.basic-information h3,
.function-ul h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 900;
}

.disadvantages-ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/minus.svg");
	width: 16px;
	height: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.function-ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 3px solid #208DD7;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.keep-ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid #B9C3CD;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.advantage-ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/plus.svg");
	width: 15px;
	height: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.coments-compilation {
	padding: 30px;
	background: #FFFFFF;
	margin-bottom: 230px;
}

.coments-compilation .article-title-comment {
	padding-top: 30px;
	border-top: 1px solid #DCEAEE;
}

.review-service .content {
	padding-right: 30px;
}

@media (max-width: 991px) {
	.review-service .content {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.compilation-specifications ul li {
		width: 100%;
	}

	.service-rating-right {
		padding-top: 10px;
	}

	.more-comparison-fields {
		margin-bottom: 30px;
	}
	.review-service .comparsion_flex{
		display: none;
	}
	.review-service .comparsion_flex_mobile{
		display: flex;
	}
}

@media (max-width: 515px) {
	.oglavleniye-right .btn_blue {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
}

@media (max-width: 390px) {
	.compilation-point {
		max-width: 200px;
		font-size: 17px;
	}

	.title-pount {
		margin-top: -4px;
		width: calc(100% - 80px);
	}

	picture.pic.pic-70 {
		margin-right: 10px;
	}
}

.table-reklama ul {
	padding-left: 0 !important;
	list-style: none !important;
}

.table-reklama li {
	margin-bottom: 0 !important;
}

.table-reklama li:last-child {
	border: none !important;
}

.table-reklama {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.table-reklama-outer {
	background: #F3F5F7;
	border-radius: 26px;
	padding: 49px 32px;
	width: 100%;
}

.table-reklama-row {
	min-width: 500px;
	padding-top: 57px;
}

.table-reklama-row li {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	padding-top: 16px;
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	color: #000000;
	font-size: 19px;
	padding-right: 15px;
	min-height: 57px;
}

.table-reklama-row ul {
	padding-left: 0 !important;
	list-style: none;
	margin-bottom: 0;
}

.table-reklama-row li span {
	width: calc(100% - 56px);
}

.table-reklama-row li span b {
	font-weight: bold;
}

.table-reklama-row li.cricle span {
	padding-left: 28px;
	position: relative;
}

.table-reklama-row li.cricle span:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 4px solid #1450BE;
	background: #ffffff;
	top: 50%;
	margin-top: -6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
}

.table-reklama-link {
	width: 32px;
	height: 22px;
	position: relative;
}

.table-reklama-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/table-reklama-link.svg") no-repeat center center;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.table-reklama-link:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/table-reklama-link-hover.svg") no-repeat center center;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
}

.table-reklama-link:hover:after {
	opacity: 0;
}

.table-reklama-link:hover:before {
	opacity: 1;
}

.table-reklama-dop {
	margin-top: 46px;
	width: 100%;
}

.table-reklama-dop .title {
	border-top: 1px solid #DDDDDD;
	margin-bottom: 27px;
	color: #78828C;
	padding-top: 24px;
}

.table-reklama-dop .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 708px;
	font-size: 20px;
	color: #000000;
	margin-bottom: 22px;
}

.table-reklama-dop .item b {
	display: block;
	width: 140px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.table-reklama-items {
	width: calc(100% - 500px);
	padding-left: 20px;
	display: flex;
	align-items: flex-start;
}

.table-reklama-items ul.popular-td {
	box-shadow: 0px 2px 47px rgba(20, 80, 190, 0.25);
}

.table-reklama-items ul {
	min-width: 140px;
	transition: all 0.3s;
	background: #fff;
	border-radius: 14px;
	text-align: center;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 4px;
	margin-right: 4px;
}

.table-reklama-items ul.popular-td {
	border-radius: 0 0 14px 14px;
	position: relative;
}

.table-reklama-items li {
	min-height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	white-space: nowrap;
}

.popular-row {
	position: absolute;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	top: -30px;
	background: #407BE7;
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
	border-radius: 14px 14px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 18px;
	color: #ffffff;
}

.popular-row:after {
	content: '';
	position: absolute;
	background: url("../images/ogn.svg") no-repeat left center;
	width: 12px;
	height: 14px;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}

.table-reklama-items .no {
	background: url("../images/no.svg") no-repeat center center;
}

.table-reklama-items .no::after,
.table-reklama-items .no::before {
	content: none;
}

.c-gray {
	color: #78828C;
}

.table-reklama li:last-child {
	color: #78828C !important;
}

.table-reklama-items li.yes {
	background-image: url('../images/yes-rek.svg');
}

@media (max-width: 1200px) {
	.table-reklama-row li {
		font-size: 16px;
	}

	.table-reklama-row {
		min-width: 1px;
		max-width: 300px;
	}

	.table-reklama-row li {
		height: 57px;
		padding-top: 3px;
		font-size: 15px;
		padding-bottom: 3px;
	}

	.popular-row {
		font-size: 12px;
		padding-left: 12px;
	}

	.popular-row::after {
		left: 11px;
	}

	.table-reklama-items ul {
		min-width: 115px;
		max-width: 115px;
	}

	.table-reklama-items li {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.sections .buttons {
		flex-direction: column !important;
		align-items: flex-end !important;
	}

	.listing-item .buttons a {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}

	.table-reklama-over {
		overflow: auto;
		width: 100%;
	}

	.table-reklama {
		width: 875px;
	}

	.table-reklama-dop .item {
		font-size: 16px;
	}

	.table-reklama-dop .item b {
		font-size: 20px;
		margin-left: 10px;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.sections .buttons {
		margin-top: 0 !important;
	}

	.analog-page .sections .rating .ratingCount {
		margin-left: 0;
	}

	.analog-page .sections .rating .rating_ball {
		margin-right: 15px;
	}

	.analog-page .sections .description {
		margin-top: 0 !important;
		margin-left: 0 !important;
		max-width: 100% !important;
	}

	.sections .title_rating {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 500px) {
	.table-reklama-row li {
		font-size: 14px;
	}

	.table-reklama-row {
		padding-top: 48px;
	}

	.table-reklama-row li {
		min-height: 1px;
		height: 48px;
	}

	.table-reklama-items li {
		min-height: 48px;
		height: 48px;
	}

	.table-reklama-row {
		max-width: 250px;
	}

	.table-reklama-row li.cricle span:after {
		content: none;
	}

	.table-reklama-row li.cricle span {
		padding-left: 0;
	}

	.table-reklama-row li {
		padding-right: 0;
	}

	.table-reklama-outer {
		padding: 20px 10px;
	}

	.table-reklama {
		width: 765px;
	}
}


/* gde-online */
.btn-green {
	background: #64BF5D;
	border-radius: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	min-height: 50px;
	border: 1px solid #64BF5D;
	transition: all 0.3s;
	padding: 5px 15px;
}

.btn-green:hover {
	opacity: 0.8;
	color: #64BF5D;
	background: #fff;
}


.online-listing-item {
	background: #FFFFFF;
	box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);
	border-radius: 8px;
	margin-bottom: 16px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-service .online-listing-item{
	box-shadow: none;
}
.review-service .online-listing-decription{
	padding: 0;
}
.review-service .compilation_banner{
	margin-bottom: 40px;
	margin-top: 40px;
	display: block;
}
.review-service .online-listing-button{
	padding: 0;
	max-width: 220px;
}
.review-service .review-service-item{
	border-bottom: 1px solid #DCEAEE;
	margin-bottom: 40px;
	padding-bottom: 40px;

}
.review-service .post-banner{
	font-size: 16px;
	line-height: 1.6;
}
.review-service .online-listing-decription{
	width: calc(100% - 240px);
}
.review-service #compilation-items{
	border: none;
}
.review-service .compilation-header{
	border: none;
	margin-bottom: 10px;
}
.review-service ..compilation-item__photo-and-video{
	margin-bottom: 10px;
}
.compilation_banner img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.online-listing-button {
	padding: 28px;
	padding-left: 0;
	max-width: 276px;
	width: 100%;
}

.online-listing-button a, .online-listing-button button {
	width: 100%;
	max-width: 100%;
}

.online-listing-button a.btn-green {
	margin-bottom: 16px;
}

.online-listing-decription {
	padding: 28px;
	padding-bottom: 20px;
	width: calc(100% - 276px);
}

.online-listing-footer {
	padding: 28px;
	padding-top: 24px;
	width: 100%;
	border-top: 1px solid #D2E2E5;
}

.online-listing-footer .items {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.online-listing-footer .item {
	width: 33%;
	margin-right: 20px;
}

.online-listing-footer .item:last-child {
	margin-right: 0;
}

.online-listing-footer .text {
	color: rgba(0, 11, 38, 0.5);
	font-size: 14px;
	line-height: 140%;
}

.online-listing-footer .start {
	color: #333;
	margin-top: 7px;
	font-size: 14px;
}

.online-listing-footer .start b {
	font-weight: bold;

}

.online-listing-footer .title {
	margin-bottom: 2px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 14px;
}

.online-listing-footer .title .question {
	margin-left: 5px;
}

.online-listing-footer .icon {
	max-width: 40px;
	margin-right: 12px;
}

.online-listing-footer .decription {
	width: calc(100% - 52px);

}


.online-listing-footer .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.online-listing-title h2 {
	font-size: 23px;
	font-weight: bold;
	margin-right: 17px;
	margin-bottom: 0;
}

.online-listing-title {
	margin-bottom: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.online-listing-bookmark {
	height: 22px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
	margin-top: 3px;
}

.online-listing-bookmark path {
	fill: rgb(224, 225, 229);
	fill-opacity: 1;
	stroke: rgb(224, 225, 229);
}

.online-listing-bookmark:hover path {
	fill: rgb(224, 225, 229);
	fill-opacity: 1;
	stroke: #3C78E6;
}

.online-listing-bookmark.active path {
	fill: #3C78E6;
	fill-opacity: 1;
	stroke: #3C78E6;
}

.rating {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.stars {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-right: 20px;
}

.mark {
	background: url('../images/star.svg') no-repeat center center;
	width: 14px;
	height: 13px;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-background-size: contain;
	background-size: contain;


}

.mark.nomark {
	background-image: url('../images/nopoint.svg');
}
.count_rewiew_left .stars .mark.nomark {
	background-image: url('../images/nopoint.svg');
}

.points {
	margin-right: 6px;
	display: block;
}


.ratingCount a {
	color: rgba(0, 11, 38, 0.5);
	font-size: 16px;
	text-decoration: underline;
}

.online-listing-characteristic {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.online-listing-characteristic .name {
	color: #64BF5D;
	font-weight: 500;
	font-size: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.online-listing-characteristic .points,
.online-listing-characteristic .rating_ball,
.online-listing-characteristic .stars {
	margin-bottom: 10px !important;
	margin-top: 0;
	margin-left: 0;
}
.online-listing-characteristic .points{
	margin-bottom: 3px !important;
}

.online-listing-characteristic .rating .ratingCount {
	margin-top: 0;
	margin-left: 0;
}

.btn_blue svg {
	margin-right: 4px;
}

.btn-blue:hover svg,
.btn-blue:hover path {
	fill: #3C78E6;
	stroke: #3C78E6;
}

.btn-blue.invert:hover svg,
.btn-blue.invert:hover path {
	fill: #fff;
	stroke: #fff;
}

.btn_blue path {
	transition: all 0.3s;
}

.online-listing-price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.online-listing-price .item-discount{
	background: #FCF604;
	border-radius: 18px;
	min-height: 65px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 125px;
	width: 100%;
	margin-right: 16px;
}
.online-listing-price .item-discount span{
	color: #333333;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 4px;
}
.online-listing-price .item-discount small{
	color: #333333;
	font-size: 12px;
}
.online-listing-price .prices-container{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;

}
.online-listing-price .prices .item{
	display: flex;
	align-items: center;
	min-width: 160px;
	margin-right: 33px;
}
.online-listing-price .prices{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	max-width: 50%;
}
.online-listing-price .prices:last-child .item{
	margin-right: 0;
}

.online-listing-price .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 4px;
	margin-top: 4px;
}
.online-listing-price .item:last-child {
	margin-right: 0;
}

.online-listing-price .item span {
	color: #3C78E6;
	font-size: 24px;
	font-weight: bold;
	margin-right: 8px;
	display: block;
	white-space: nowrap;
}
.online-listing-price .item.item-stricken span {
	color: #BFC2C9;
	position: relative;
}
.online-listing-price .item.item-stricken span:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -1px;
	background: #BFC2C9;
	height: 2px;
	left: 0;

}

.online-listing-price .item small {
	color: #333333;
	font-size: 16px;
	margin-right: 11px;
	display: block;
	white-space: nowrap;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.online-listing-price .item-discount{
		max-width: 85px;
	}

}
.menu{
	margin-left: auto;
}
.item-partner{
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.item-partner .img{
	max-width: 110px;
	width: 100%;
	margin-right: 15px;
}
.item-partner .title{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
@media (max-width: 530px) {
	.hide-prompt{
		transform: translateX(0) !important;
		right: 0 !important;
		left: auto !important;
		min-width: 200px !important;
	}
	.online-listing-price .prices-container{
		flex-direction: column;
		align-items: flex-start;
	}
	.online-listing-price .prices{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
		max-width: 100%;
	}
	.online-listing-price .prices:last-child{
		margin-bottom: 0;
	}
	.online-listing-price .item-discount{
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		max-width: 96px;
	}
}
.question .icon {
	width: 24px;
	height: 24px;
	background: url('../images/question.svg') center center no-repeat;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.online-listing-button {
		max-width: 220px;
		padding: 15px;
		padding-left: 0;
	}

	.online-listing-decription {
		width: calc(100% - 220px);
		padding: 15px;
		padding-bottom: 7px;
	}

	.online-listing-footer {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.online-listing-decription {
		width: 100%;
		padding: 20px;
	}

	.online-listing-footer__more {
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.online-listing-footer__more::before {
		content: '';
		position: absolute;
		right: 0;
		background: url('../images/arrow-down.svg') right center no-repeat;
		width: 12px;
		height: 7px;
		top: 50%;
		margin-top: -3px;
		transition: all 0.3s;
	}

	.online-listing-footer__more.active::before {
		transform: rotate(180deg);
	}

	.online-listing-footer__more:after {
		content: 'Подробнее';
		padding-right: 22px;
		color: rgba(0, 11, 38, 0.5);
		font-size: 16px;

		transition: all 0.3s;
	}

	.online-listing-footer__more.active:after {
		content: 'Скрыть подробности';
	}

	.online-listing-button {
		width: 100%;
		padding: 20px;
		max-width: 100%;
		-webkit-order: 5;
		-ms-order: 5;
		order: 5;
		padding-top: 0;
	}

	.online-listing-footer {

		padding: 20px;
		padding-bottom: 20px;
	}

	.online-listing-footer .items {
		display: none;
		margin-top: 20px;
	}

	.online-listing-footer .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding-right: 50px;
		position: relative;
	}

	.online-listing-footer .text {
		max-width: 100%;
	}

	.online-listing-footer .icon {
		max-width: 30px;
	}

	.online-listing-footer .question {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -12px;
	}
}

.question {
	position: relative;
}

.question:hover .hide-prompt {
	z-index: 9;
	opacity: 1;
	visibility: visible;
}

.hide-prompt {
	position: absolute;
	background: #ffffff;
	bottom: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 50%;
	min-width: 260px;
	padding: 10px;
	transform: translateX(-50%);
	z-index: 9;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s;
	font-size: 13px;
	font-weight: normal;
}

@media (max-width: 550px) {


	.sections.objects .rating {
		margin-right: 0;
		width: 100%;
		flex-wrap: nowrap;
	}

	.sections.objects .rating .ratingCount {
		margin-top: 0;
		margin-left: 12px;
	}

	.sections.objects .title_rating {
		width: calc(100% - 52px);
	}

	.sections.objects picture {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}


	.groups-crosslinks-wrapper .group-holder {
		width: 100%;
		background: #FFFFFF;
		border-radius: 5px;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0 15px;
	}

	.all-category-home {
		background: none;
	}

	.groups-crosslinks-wrapper .group-holder .group-title a {
		position: relative;
	}

	.groups-crosslinks-wrapper .group-holder .group-title a:after {
		content: '';
		position: absolute;
		background: url("images/grout-arrow.svg") no-repeat center center;
		width: 8px;
		height: 8px;
		right: 0;
		top: 50%;
		margin-top: -4px;
		transform: rotate(180deg);
		opacity: 0.7;
		transition: all 0.3s;
	}

	.groups-crosslinks-wrapper .group-holder .group-title a.active:after {
		transform: rotate(0deg);
		opacity: 1;
	}

	.groups-crosslinks-wrapper .group-holder ul li a {
		background: none !important;
		color: #333333 !important;
		padding: 0;
		font-weight: normal;
		font-size: 14px;
	}

	.groups-crosslinks-wrapper .group-holder ul li:last-child {
		margin-bottom: 0;
	}

	.groups-crosslinks-wrapper .group-holder ul li {
		margin-bottom: 10px;
	}

	.groups-crosslinks-wrapper .group-holder ul {
		display: none;
		margin-top: 20px !important;
	}

	.groups-crosslinks-wrapper .group-holder ul li.hidden {
		display: block;
	}

	.groups-crosslinks-wrapper .group-holder .toggle {
		display: none;
	}

	.all-category-home .groups-crosslinks-wrapper .group-title span {
		margin-left: 0;
	}

	.groups-crosslinks-wrapper .group-title svg {
		margin-right: 20px;
		width: 45px;
		height: 45px;
	}

	.groups-crosslinks-wrapper .group-title {
		margin-bottom: 0;
	}

	.groups-crosslinks-wrapper .group-title svg {
		margin-right: 20px;
		width: 45px;
		height: 45px;
	}

	.groups-crosslinks-wrapper .group-title {
		margin-bottom: 0;
	}
}

@media (max-width: 360px) {

	.sections.objects .rating {
		flex-wrap: wrap;
	}

	.sections.objects .rating .ratingCount {
		margin-left: 0;
		margin-top: 4px;
	}
}

.rating_before {
	order: 1 !important;
	font-size: 20px;
}

.group_separator.subtitle {
	font-weight: bold;
	font-size: 105%;
}


.count_rewiew_left .stars {
	display: grid;
	grid-template-columns: repeat(5, 20%)
}

.count_rewiew_left .stars .mark {
	width: 100%;
	height: 100%;
	background: url("../images/zv.svg") no-repeat center center ;
}

@media (max-width: 520px) {
	.rating {
		flex-wrap: wrap !important;
	}
}

.home .popular .stars {
	margin-left: unset !important;
}

.home .popular .rating_before {
	margin-left: auto;
}

.reset-all-filters {
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2196F3 !important;
	font-size: 16px;
	font-weight: bold;
	min-height: 50px;
	padding: 5px;
	border: 2px solid #2196F3;
	margin-bottom: 20px;
}
.compare_all {
	font-size: 16px;
	font-weight: 500;
	color: #2196F3 !important;
	padding: 16px 10px;
	max-width: 231px;
	padding-left: 60px;
	background: url("../images/compareall.svg") no-repeat 21px center, #F6F7FA;
	border-radius: 10px;
	width: 100%;
}
.seemap {
	font-size: 16px;
	font-weight: 500;
	color: #2196F3;
	padding: 14px 10px;
	min-height: 48px;
	width: 100%;
	max-width: 222px;
	padding-left: 52px;
	background: url("../images/map.svg") no-repeat 21px center, #F6F7FA;
	border-radius: 10px;
	border: none;
	white-space: nowrap;
	order: 5;
}
.online-listing-advantages{
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	position: relative;
	width: 100%;
}
.item-advantages{
	width: calc(33% - 15px);
	position: relative;
}
.item-advantages .title{
	padding: 11px 32px;
	padding-left: 60px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 30px center;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.item-advantages.item-advantages-directions .title{
	background-image: url('images/list.svg');
	background-color: rgba(112, 212, 104, 0.07);
	border-color: rgba(112, 212, 104, 0.07);
}
.item-advantages.item-advantages-format .title{
	background-image: url('images/monitor.svg');
	background-color: rgba(47, 128, 237, 0.07);
	border-color: rgba(47, 128, 237, 0.07);
}
.item-advantages.item-advantages-sale .title{
	background-image: url('images/gift.svg');
	background-color: rgba(187, 107, 217, 0.07);
	border-color:  rgba(187, 107, 217, 0.07);
}
.item-advantages:hover .hide-advantages{
	visibility: visible;
	opacity: 1;
}
.hide-advantages{
	transition: all 0.3s;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(0, 27, 72, 0.12);
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	margin-bottom: 6px;
	width: 100%;
	padding: 14px;
	font-size: 16px;
	left: 0;
	z-index: 99;

}
.hide-advantages ul{
	padding: 0 !important;
	list-style: none !important;
	margin-bottom: 0 !important;
}
.hide-advantages li{
	position: relative;
	margin-bottom: 6px;
	padding-left: 20px;
}
.hide-advantages li:last-child{
	margin-bottom: 0;
}
.hide-advantages li:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #70D368;
	left: 0;
	top: 5px;
}
.hide-advantages p{
	color: #333333;
	margin-bottom: 10px;
}
.hide-advantages p b{
	font-weight: bold;
}
.item-advantages-format .hide-advantages li:after{
	border: 3px solid #2F80ED;
}

#sidebar .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: none;
}
.filter-text b{
	font-weight: 500;
}
.possticky{
	position: sticky;
	top: -52px;
	padding-top: 10px;
	background: #ffffff;
	z-index: 99;
}
.filter-text{
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
	display: none;

}
#sidebar .filter-text .btn-blue{
	display: flex;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	margin-top: 10px;
	height: 40px;

}

@media (max-width: 1200px) {





	.listing_ad_top{
		max-width: 400px;
		margin-left: 15px;
	}

	.listing_ad_top .title{
		font-size: 25px;
	}









	.item-advantages .title{
		text-align: left;
		-ms-background-position-x: 22px;
		background-position-x: 22px;
	}
	#items_found{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sorting_search{
		align-items: flex-end;
	}
	.compare_all{
		margin-left: 0;
	}
	#items_found .title-items{
		flex-grow: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.filter-text{
		display: block;
	}
	#sidebar .spinner{
		display: block;
	}
	.page-template-newlisting .sorting_search .sort{
		margin-left: 0;
		margin-bottom: 0;
	}
	#items_found{
		order: 1;
		margin-bottom: 10px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-right: 0;
		padding-right: 0;
		flex-wrap: wrap;
	}
	.review-service .online-listing-decription{
		width: 100%;
		margin-bottom: 20px;
	}
	.review-service .online-listing-item{
		flex-direction: column;
	}
	.page-template-newlisting  #search{
		order: 2;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {




	.top_h1_text .flex{
		flex-wrap: wrap;
	}

	.listing_ad_top{
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 26px;
	}
	.listing_ad_top .line:after{
		margin-top: 6px;
		margin-left: 0 !important;
	}
	.listing_ad_top .line:before{
		content: none !important;
	}
	.listing_ad_top .line{
		flex-direction: column;
		align-items: center;
		margin-bottom: 11px;
		justify-content: center;
		background: none;
		min-height: 1px;
	}
	.listing_ad_top .title{
		font-size: 22px;
	}

	.listing_ad_top .button a{
		font-size: 18px;
		min-height: 56px;
	}


	.basic-information li span{
		min-width: 65px;
		margin-right: 10px;
		font-size: 13px;
	}
	.basic-information li{
		font-size: 14px;
	}
	.page-template-newlisting .sorting_search .sort{
		margin-bottom: 10px;
	}
	.online-listing-advantages{
		display: block;
	}
	.item-advantages{
		width: 100%;
		margin-bottom: 15px;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.item-advantages:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 370px) {
	#search{
		max-width: 100%;
	}
	#search .input_text{
		width: 100%;
	}
	.filter_button{
		top: 5px;
		bottom: auto;
	}
	.compare_all{
		max-width: 100%;
		width: 100%;
	}
	#items_found .title-items{
		margin-right: 10px;
		width: 100%;
		margin-bottom: 5px;
	}
}
.rev-object .all-analog{
	padding-top: 10px;
}
.rev-object{
	background: #ffffff;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: -13px;
}
.rev-object .item{
	display: none;
}
.rev-object .item:nth-child(1),
.rev-object .item:nth-child(2),
.rev-object .item:nth-child(3),
.rev-object .item:nth-child(4),
.rev-object .item:nth-child(5){
	display: block !important;
}
.rev-object .item .item-inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D2E2E5;
}
.rev-object .item:last-child .item-inner{
	border-bottom: none;
}
.rev-object .item .left{
	max-width: 115px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.rev-object .item .left .title a{
	max-width: 102px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #3C78E6;
	display: block;
	margin-bottom: 5px;
}
.rev-object .item .left .title {
	width: 100%;
}
.rev-object .item .count-rev a{
	color: #333333;
	font-size: 15px;
}
.rev-object .item .right{
	display: flex;
	align-items: flex-start;
}
.rev-object .item .ball{
	font-size: 14px;
}
.rev-object .item .stars{
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 0;
	margin-left: 6px;
}
.rev-object .item .stars .mark{
	width: 11px;
	height: 11px;
	margin: 1px;
}


.header_section .pricing {margin: 10px 0;width: 100%;}
.header_section .pricing table {width: 100%;text-align:right;}
.header_section .item-list {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    z-index: 99;
    position: relative;
}
.header_section .item-list .attachment-thumbnail
{
    max-height: 70px;
    width: auto;
    border-radius: 5px;
}
.link_all{
	display: none;
}

.header_section .item-list .item-advantages:first-child, .header_section .item-list .item-images .item:first-child{
	margin-left: 0;
}
.header_section .item-list .item-advantages, .header_section .item-list .item-images .item img{
	min-width: 68px;
}
.header_section .item-list .item-advantages, .header_section .item-list .item-images .item{
	margin-left: 15px;
	margin-bottom: 10px;
}

.header_section .item-list .item-images{
	display: flex;
}
.item-images-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 0 ;
}
.item-images-scroll{
	width: 100%;
}
.service-table li{
	display: flex;
	font-size: 15px;
	align-items: center;
}

.service-table li .title{
	font-weight: 600;
}
.service-table li .title br{
	display: none;
}
.service-table li.all-price{
	text-align: right;
	width: 100%;
	display: block;
}
.service-table li .sub{
	white-space: nowrap;
	margin-left: 5px;
}
.service-table li .title{
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}
.service-table li .title:after{
	content: "";
	flex-grow: 1;
	display: block;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
.service-table li .prices-span{
	white-space: nowrap;
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
.groups-crosslinks-wrapper{
	width: 100%;
}
@media (max-width: 767px)
{
	.listing_ad_top:not(.listing_ad_content) .line{
		background: none;
		padding: 0;
		min-height: 1px;
	}
	.listing_ad_top .subtitle{
		margin-bottom: 7px;
	}
	.header_section .item-list .item-advantages{
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
}
.single-messia_object h5{
	margin-top: 50px;
}

.has_discount {text-decoration:line-through; color: gray; margin-right:10px}

.checkbox-filter {
	background: #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
}

.checkbox-filter .filter.shown:last-child, .checkbox-filter .filter.shown:last-child label.checkbox
{
	margin-bottom: 0 !important; padding-bottom: 0; border: none;
}




.s2-to-tree.select2-container li.select2-results__option{
	margin-left: 0;
}
.s2-to-tree.select2-container li.select2-results__option.opened,
.s2-to-tree.select2-container li.select2-results__option.l2
{
	background: rgba(166, 206, 255, 0.51);
}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"]{
	margin-left: 0;
	padding: 10px;
	color: #333333;
	width: 100%;
	background: rgba(166, 206, 255, 0.51);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label{
	padding: 0;
	background: none;
}
.s2-to-tree li.select2-results__option.l1:hover{
	background: rgba(166, 206, 255, 0.51);
}
.s2-to-tree li.select2-results__option.l1{
	margin-left: 0;
}
.s2-to-tree .item-label{
	padding: 10px;
	color: #333333;
}
.s2-to-tree .select2-results__option[aria-disabled="true"] .expand-collapse{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before{
	top: 50%;
	left: auto;
	content: '' !important;
	position: absolute;
	right: 15px;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-color: #606060;
	border-style: solid;
	transform: rotate(135deg);
	bottom: auto;
	margin-top: -5px;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:before{
	transform: rotate(315deg);
	margin-top: -2px;
}
.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label{
	background: rgba(166, 206, 255, 0.51);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	color: #333333;
}
.s2-to-tree .select2-results__option.l2{
	margin-left: 0;

}
.s2-to-tree .item-label{
	width: 100%;
	margin-left: 0;
}
.select2-container .select2-search--inline .select2-search__field{
	cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple{
	border: none;
	min-height: 50px;
	display: flex;
	align-items: center;

}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	cursor: pointer;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding-left: 15px;
	padding-right: 50px;
	color: #333333;
}

.select2-container--default .select2-search--inline .select2-search__field{
	margin-top: 0;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder{
	color: #444;
}
.select2-container--default .select2-search--inline .select2-search__field:-moz-placeholder{
	color: #444;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder{
	color: #444;
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder{
	color: #444;
	opacity: 1;
}
.select2-container--open .select2-dropdown--below{
	border: none;
	margin-top: 5px;
}
.select2-dropdown .count{
	display: flex;
	margin-top: 10px;
	align-items: center;
}
















.select2-dropdown .count button{
	background: none;
	border: 1px solid #ccc;
	padding: 3px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select2-dropdown .count .number{
	flex-grow: 1;
	text-align: left;

	margin-right: 5px;
	margin-left: 5px;
}







.select2-dropdown{
	margin-top: 5px;
	border: 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px rgb(120 191 226 / 34%) !important;
	border-radius: 5px !important;
}


[aria-multiselectable="true"] .select2-results__option{
	padding-left: 40px;
	position: relative;
}

[aria-multiselectable="true"] .select2-results__option:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]:after{
	background: url('../images/ceck.svg') center center no-repeat, #fff;
	border-color: #208DD7;
}


.select2-selection--multiple{
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}


.select2-container *{
	 cursor: pointer;
 }

.select2-selection--multiple:after{
	content: "";
	position: absolute;
	border-color: #A6CEFF transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: 23px;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}


.expand-collapse{
	position: absolute;
	right: 0;
	width: 40px;
	height: 100%;
	top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}
.select2-selection__clear{
	display: none;
}
.select2-container--open .select2-selection--multiple:after{
	transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background: none;
	border: none;
	margin-bottom: 4px;
	margin-top: 4px;
}
.select2-selection__rendered .select2-search.select2-search--inline{
	position: absolute;
}

ul.select2-results__options[aria-multiselectable=true] li .item-label {padding-left: 38px !important}

.not-found .reset-all-filters {
	display: inline;
    padding: unset;
}

.messia_errors {
	margin: 10px 0px;
	padding:12px;
    color: #D8000C;
    background-color: #FFD2D2;
}

.messia_errors ul {
	background: white;
    color: gray;
    font-size: 70%;
    padding: 5px;
}


.crosslinking_biggroup h3{
	width: 100%;
}


































.hat .container{
	display: flex;
	align-items: center;
}
.hat{
	padding-top: 50px;
	padding-bottom: 100px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.template_two .hat .left-block{
	max-width: 550px;
	width: 100%;
	margin-right: 20px;
	flex-shrink: 0;
}
.template_two .hat h1{
	color: #3A0F45;
	font-size: 45px;
	line-height: 125%;
	font-weight: bold;
}
.template_two .hat h1 span{
	color: #2196F3;
}

.template_two .hat .hat-search {
	margin-top: 39px;
}
.template_two .hat .hat-search a.invert{
	font-weight: 600;
}
.template_two .hat .hat-search a{
	max-width: 420px;
	width: 100%;
	min-height: 56px;
	height: auto;
}
.template_two .hat .hat-search span{
	width: 100%;
	display: block;
	font-size: 18px;
	color: #3A0F45;
	margin-bottom: 17px;
	max-width: 493px;
	line-height: 180%;
}
.template_two .hat .snos a{
	color: #9446E3;

}
.template_two .hat .snos{
	color: #7A6A80;
	line-height: 140%;
	margin-top: 16px;
	font-size: 14px;
}
.template_two .hat .hat-images img{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.template_two .hat .hat-images .item{
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 260px;
}
.template_two .hat .hat-images .items:last-child{
	padding-left: 86px;
}
.template_two .hat .hat-images:after{
	content: "";
	position: absolute;
	background: url('../img/hat-decor.svg') center center no-repeat;
	width: 66px;
	height: 64px;
	top: 8px;
	left: 289px;
}
.template_two .hat .hat-images .items{
	display: flex;
	align-items: flex-end;

}
.template_two .hat .hat-images{
	position: relative;
	width: 100%;
	flex-wrap: wrap;

}
.template_two h2.title{
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #3A0F45;
	margin-bottom: 31px;
	margin-top: 0;
}
.template_two h2.title span{
	color: #2196F3;
}
.why{
	background: linear-gradient(0deg, #F6F7FA, #F6F7FA), #FFFFFF;
	border-radius: 70px 70px 0 0 ;
	z-index: 9;
	position: relative;
	margin-top: 91px;
	padding-bottom: 120px;
	margin-bottom: -70px;

}
.template_two .why .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.template_two .why .zachem .flex{
	align-items: flex-end;
}
.template_two .why .zachem{
	margin-top: -91px;
	margin-bottom: 72px;
}
.template_two .why .zachem ul li i{
	margin-right: 24px;
}
.template_two .why .zachem .snos{
	text-align: right;
	max-width: 231px;
	color: #2196F3;
	font-size: 18px;
	line-height: 180%;

	margin-bottom: 19px;
}
.template_two .why .zachem ul li{
	display: inline-flex;
	align-items: center;
	color: #3A0F45;
	font-size: 18px;
	background: #F6F7FA;
	border-radius: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 14px 24px;
	padding-right: 56px;
}
.template_two .why .zachem{
	background: #FFFFFF;
	box-shadow: 0px 1px 23px rgba(184, 175, 221, 0.07);
	border-radius: 40px;
	margin-top: -91px;
	padding: 70px 80px;
	margin-bottom: 90px;
}
.template_two .why .nachalo{
	background: #FFFFFF;
	box-shadow: 0px 1px 23px rgba(184, 175, 221, 0.07);
	border-radius: 40px;
	padding: 40px 58px;

}
.template_two .why .zachem h2.title{
	padding: 10px 0;
}
.template_two .why .nachalo .btn_blue{
	max-width: 420px;
	width: 100%;
	min-height: 56px;
}
.template_two .why .nachalo .test-text{
	max-width: 436px;
	margin-right: 15px;
	font-size: 18px;
	line-height: 180%;

}
.template_two .why .nachalo h2{
	position: relative;
	line-height: 1.3;
	margin-bottom: 42px;
}


.template_two .footer-items .item-logo.item p{
	margin-top: 0;
	margin-bottom: 12px;
}
.template_two .footer-items .item-logo.item{
	max-width: 100%;
}
.template_two .footer-items .item-logo.item .copy{
	margin-top: 24px;
}
.template_two .footer-items a{
	color: #2196F3;
	font-size: 16px;
	font-weight: normal;
}
.template_two .footer-items .title-menu-footer{
	font-size: 16px;
	font-weight: normal;
	color: #3A0F45;
	margin-bottom: 12px;
}
.template_two .footer-items .item-logo.item b{
	font-weight: 900;
}
.template_two .why h2{
	margin-top: 0;
}
.search-chekup{
	background: #FFFFFF;
	border-radius: 70px;
	margin-bottom: -35px;
	padding-top: 84px;
	padding-bottom: 100px;
	position: relative;
	z-index: 10;
}
.search-chekup .nav li{
	margin-right: 8px;
}
.search-chekup .nav a.active{
	box-shadow: 0px 1px 23px rgba(184, 175, 221, 0.07);
	border-color: #2196F3;
}
.search-chekup .nav a{
	min-width: 156px;
	display: flex;
	align-items: center;
	color: #2196F3;
	min-height: 48px;
	justify-content: center;
	padding: 5px 15px;
	background: #F6F7FA;
	border-radius: 15px;
	border: 2px solid #F6F7FA;
}
.search-chekup .items .item{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding: 32px;
	position: relative;
}


.search-chekup .items .item.no_icon .count{
	width: auto;
	height: auto;
	font-size: 16px;
}
.search-chekup .items .item.no_icon{
	border-radius: 15px;
	background: #ffffff;
	padding: 20px 24px;
	align-items: center;
	font-size: 16px;
}


.search-chekup .items .item .count{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	color: #3A0F45;
	font-size: 18px;
	justify-content: center;
	margin-left: auto;
}
.search-chekup .items .item .title span{
	color: #7A6A80;
	font-size: 18px;
	display: block;
	font-weight: normal;
}
.search-chekup .items .item .title{
	font-size: 22px;
	font-weight: 500;
	color: #333333;
}
.search-chekup .items .item .right-item{
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}
.search-chekup .item.hidden-block{
	display: none;
}
.search-chekup .item.hidden-block.shownblock{
	display: flex;
}
.search-chekup .item{
	position: relative;
	display: flex;
}
.search-chekup h2{
	margin-bottom: 52px;
}
.search-chekup .item a{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.search-chekup .items .item .icon img{
	max-width: 100%;
	object-fit: cover;
	max-height: 100%;
}
.search-chekup .items .item .icon{
	background: #F6F7FA;
	border-radius: 10px;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 32px;
	padding: 10px;
}
.search-chekup .tab-content{
	padding: 0;
	margin-top: 60px;
	width: 100%;
}
.search-chekup .items
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.search-chekup .logos
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.search-chekup .logos .item img{
	max-height: 90px;
	object-fit: contain;
}
.search-chekup .logos .item
{
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	background: #ffffff;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 5px;
}

.search-chekup .metros
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.search-chekup .metros .item .icon-metro{
	flex-shrink: 0;
	margin-right: 16px;
	display: flex;
	align-items: center;
}
.search-chekup .metros .item
{
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	background: #ffffff;
	padding: 20px 24px;
	align-items: center;
}


.search-chekup .okrug-out{
	display: flex;
	align-items: flex-start;
}
.search-chekup .okrug-out:before{
	content: "";
	background: url('../img/okrug.png') center center no-repeat;
	width: 656px;
	height: 671px;
	left: 0;
	top: 0;
	margin-top: -50px;
}
.search-chekup .okrug .item{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	padding: 20px 40px;
	margin-left: 16px;
	margin-bottom: 16px;
}
.search-chekup .rajon{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.search-chekup .rajon .item{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	padding: 13px 32px;
}
.search-chekup .okrug{
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	max-width: 570px;
}
.show-itemstab svg{
	margin-left: 8px;

}
.show-itemstab{
	max-width: 420px;
	width: 100%;
	min-height: 42px;
	background: #F8F5FC;
	border-radius: 10px;
	border: none;
	display: flex;
	color: #2196F3;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.review-new{
	background: linear-gradient(0deg, rgba(68, 9, 192, 0.04), rgba(68, 9, 192, 0.04)), #FFFFFF;
	padding-top: 130px;
	overflow: hidden;
	padding-bottom: 100px;
}

.template_two .review-new h2.title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #3A0F45;
	margin-bottom: 51px;
}

.template_two .review-new h2.title .count-rev{
	color: #3A0F45;
	font-size: 18px;
	font-weight: normal;
}

.template_two  h2.title .count-rev small{
	color: #2196F3;
	font-size: 18px;
	font-weight: normal;
}
.article-new{
	padding-top: 50px;
}
.article-new-slider{
	margin: 0 -15px;

}
.template_two  .slick-arrow.slick-next{
	left: auto;
	right: -56px;
}
.template_two  .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -56px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	width: 56px;
	height: 56px;
	display: flex;
	z-index: 9;
	align-items: center;
	justify-content: center;
	border: none;
}
.template_two  .slick-slide{
	margin-left: 15px;
	margin-right: 15px;
}
.template_two .review-new .item .head .avatar img{
	border-radius: 15px 50px 50px 50px;
}

.template_two .review-new .item .head .avatar .first_letter{
	width: 100px;
	height: 100px;
	text-transform: uppercase;
	border-radius: 15px 50px 50px 50px;
	font-size: 30px;
}

.template_two .review-new .item .head .avatar{
	flex-shrink: 0;
	margin-right: 24px;
}
.template_two .review-new .item .head .name{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
	display: block;
}
.template_two .review-new .item .head{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	min-height: 100px;
}
.template_two .review-new .item .stars-new svg{
	margin-right: 5px;
}
.template_two .review-new .item .stars-new{
	display: flex;
	align-items: center;
}
.template_two .review-new .item{
	background: #FFFFFF;
	border-radius: 40px;
	overflow: hidden;
	padding: 32px;
}

.template_two .review-new .review-new-slider{
	margin-left: -15px;
	margin-right: -15px;
}
.template_two .review-new .item .closed{
	min-height: 180px;
	font-size: 16px;
	line-height: 1.4;
}
.template_two .review-new .item .text{
	font-size: 18px;
	color: #333333;
	min-height: 230px;
	line-height: 180%;
	margin-bottom: 10px;
}

.template_two .review-new .item .text .closed:after{
	content: attr(data-short);
	display: block;
}

.template_two .review-new .item .text.active .closed:after{
	content: attr(data-full);
}



.template_two .review-new .item .logo-rev{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	max-height: 100%;
}
.template_two .review-new .item .all-text:after{
	content: attr(data-short);
}
.template_two .review-new .item .text.active .all-text:after{
	content: attr(data-full);
}
.template_two .review-new .item .all-text{
	background: #F8F5FC;
	border-radius: 6px;
	min-height: 32px;
	max-width: 80px;
	width: 100%;
	font-size: 16px;
	margin-left: auto;
	margin-top: 12px;
	padding: 2px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #2196F3;
	margin-bottom: 16px;

}


.template_two .about {
	padding-bottom: 84px;
	padding-top: 100px;
}
.template_two .about .flex{
	display: flex;
	align-items: center;
	background: #F8F5FC;
	padding: 64px 80px;
	position: relative;
	border-radius: 40px;
}


.template_two .about .flex .right-block img{
	border-radius: 129px 15px 40px 40px;
}

.template_two .about .flex .right-block{
	flex-shrink: 0;
	margin-bottom: -118px;
	margin-left: 43px;
	position: relative;

}
.template_two .about .flex .text{
	font-size: 18px;
	line-height: 180%;
	color: #3A0F45;
	margin-bottom: 46px;
}
.template_two .about .flex h2.title {
	margin-bottom: 42px;
}
.template_two .about .flex h2.title span{
	position: relative;
	display: block;
}
.template_two .about .name{
	position: relative;
	color: #3A0F45;
	font-size: 20px;
	font-weight: 600;
}
.template_two .about .btn_blue{
	margin-top: 50px;
	max-width: 463px;
	width: 100%;
	min-height: 56px;
	margin-left: 80px;
}
.template_two .about .name span{
	display: block;
	font-weight: normal;
	color: #7A6A80;
	line-height: 180%;
	margin-top: 7px;
	font-size: 18px;
}


@media (min-width: 1200px) {

	header .container{
		max-width: 1490px;
	}
	.container{
		max-width: 1351px;
	}
}

footer{
	padding-top: 64px;
	padding-bottom: 64px;
}

footer .flex{
	display: flex;
	justify-content: space-between;
}

footer .flex .logo-block{
	display: flex;
	align-items: flex-start;
}

footer .flex .logo-block .title{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3A0F45;
}
footer .flex .logo-block .text{
	font-size: 18px;
	color: #3A0F45;
	margin-bottom: 59px;
	line-height: 160%;

}
footer .flex .logo-block .img{
	flex-shrink: 0;
	margin-right: 26px;
}
footer .flex .logo-block .copy{
	font-size: 18px;
	color: #3A0F45;
}

footer .flex .links-block{

}
footer .flex .links-block .title{
	font-size: 18px;
	margin-bottom: 16px;
	color: #3A0F45;
}
footer .flex .links-block li{
	margin-bottom: 16px;
}

footer .flex .links-block li a{
	color: #2196F3;
	font-size: 18px;
}

footer .flex .contact-block {
	text-align: right;
}
footer .flex .contact-block .phone{
	color: #2196F3;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 93px;
	display: block;
}

footer .flex .contact-block .telegram svg{
	margin-left: 16px;
}
footer .flex .contact-block .telegram{
	color: #2196F3;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8F5FC;
	border: 2px solid #2196F3;
	min-height: 55px;
	max-width: 271px;
	width: 100%;
	border-radius: 15px;
	padding: 5px 26px;
}



@media (min-width: 1200px) {
	.template_two .why .nachalo h2:before{
		content: "";
		position: absolute;
		background: url('../img/line.svg') right top no-repeat;
		width: 358px;
		height: 51px;
		top: 0;
		right: 0;
	}
	.template_two .about .flex:after{
		content: "";
		position: absolute;
		background: url('../img/quote.svg') top center no-repeat;
		top: 0;
		right: 350px;
		width: 100px;
		height: 78px;
	}
}
@media (max-width: 1300px) {
	.los{
		max-width: 200px;
	}
}

@media (max-width: 1200px) {
	.hat{
		padding-bottom: 100px;
		padding-top: 70px;
	}
	.template_two .hat .left-block{
		max-width: 450px;
	}
	.template_two .hat h1 {
		font-size: 35px;
	}
	.template_two .hat .hat-search{
		padding-top: 0;
	}
	.template_two .why .zachem{
		padding: 30px;
	}
	.template_two .why .nachalo{
		padding: 30px;
	}
	.template_two .why .nachalo .btn_blue{
		max-width: 300px;
	}
	.search-chekup .nav a{
		min-width: 140px;
	}
	.search-chekup .nav li{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.search-chekup .okrug-out:before{
		width: 360px;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: top left;
	}
	.template_two .review-new .item{
		padding: 20px;
	}
	.template_two .review-new .slick-slide{
		margin-left: 10px;
		margin-right: 10px;
	}

	.template_two .about .flex .left-block{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.template_two .about .flex h2.title{
		order: 1;
		margin-bottom: 10px;
	}
	.template_two .about .flex .text{
		order: 3;
		margin-bottom: 0;
		text-align: center;
	}


	.template_two .about .name{
		order: 2;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.template_two .about .name span{
		margin-top: 15px;
	}
	.template_two .about .flex .right-block{
		display: none;
	}

	.template_two .about .flex h2.title {
		text-align: center;
	}
	.template_two .about .flex h2.title span{
		display: block;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	footer .flex {
		flex-wrap: wrap;
	}
	footer .flex .contact-block{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 30px;
	}
	footer .flex .contact-block .phone{
		margin-bottom: 0;
	}

	.template_two .hat .hat-images img{
		max-height: 135px;
		width: auto;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.template_two .hat .hat-images .items:first-child .item:nth-child(2) img{
		max-height: 170px;
	}
}

@media (max-width: 991px) {

	footer .flex .logo-block{
		order: 5;
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	footer .flex .logo-block .copy{
		position: absolute;
		top: 0;
		right: 0;

	}

	footer .flex .contact-block{
		padding-top: 10px;
	}


	.template_two .hat .hat-images img{
		max-height: 135px;
		width: auto;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.hat .container{
		display: block;
	}
	.template_two .hat .left-block{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.template_two .hat h1{
		text-align: center;
	}
	.template_two .hat .hat-search span{
		max-width: 100%;
	}
	.template_two .hat .hat-images .items{
		justify-content: center;
		width: 100%;
	}
	.template_two .hat .hat-images .items:first-child .item:nth-child(2) img{
		max-height: 170px;
	}

	.template_two .hat {
		padding-top: 25px;
	}
	.template_two .hat .hat-images .items:last-child{
		padding-left: 0;
	}
	.template_two .hat .hat-search{
		text-align: center;
	}
	.template_two .hat .left-block{
		margin-left: auto;
		margin-right: auto;
	}
	.template_two .hat .snos{
		text-align: center;
	}
	.template_two .why .zachem .flex{
		flex-direction: column;
		align-items: flex-start;

	}
	.template_two .why .zachem .snos br{
		display: none;
	}
	.template_two .why .zachem .snos{
		margin-bottom: 0;
		margin-top: 10px;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}
	.search-chekup .items{
		display: block;
	}
	.search-chekup .items .item{
		margin-bottom: 8px;
		padding: 12px 16px;
		background: #FFFFFF;
		box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
		border-radius: 15px;
	}
	.search-chekup .tab-content{
		margin-top: 32px;
	}
	header a.phone{
		margin-right: 15px;
		font-size: 15px;
	}
	.menu ul li{
		padding-right: 0;
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.menu ul li:after{
		content: none;
	}
	.logo{
		flex-grow: 0;
	}
	.search-chekup .okrug-out:before{
		-webkit-background-size: contain;
		background-size: contain;
		width: 100%;
		height: 359px;
		background-position: top center;
		margin-top: 0;
	}
	.search-chekup .okrug-out{
		flex-direction: column;
	}
}
@media (max-width: 767px) {


.balloon_chars{
	font-size: 11px;
}
.balloon_chars li{
	margin-bottom: 0 !important;
	list-style: none;
}
	.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
		margin-right: 10px;
	}
	.ymaps-2-1-79-balloon__content > ymaps{
		width: 240px !important;
		height: auto !important;
	}


	.template_two .about .flex .left-block{
		width: 100%;
	}
	.logo{
		flex-grow: 1;
	}
	.mob-menu{
		margin-left: 15px;
	}
	.mob-menu.active_menu small{
		background: #2196F3;
	}
	.mob-menu span{
		background: #2196F3;
	}
	.menu{
		justify-content: flex-start;
		display: none;
	}
	.template_two .hat h1{
		font-size: 32px;
		padding-top: 5px;
	}
	.template_two .hat h1 span:after{
		-webkit-background-size: contain;
		background-size: contain;
		width: 281px;
		height: 69px;
		left: -12px;
		top: -14px;
	}

	.template_two .hat .hat-images img{
		max-height: 90px;
		width: auto;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	.template_two .hat .hat-images .items:first-child .item:nth-child(2) img{
		max-height: 135px;
	}



	.template_two .hat .hat-search{
		text-align: left;
		margin-top: 24px;
	}
	.template_two .hat .hat-search a{
		max-width: 100%;
		min-height: 45px;
	}
	.template_two .hat .hat-search span{
		font-size: 15px;
		margin-bottom: 12px;
		text-align: center;
	}
	.template_two .hat .snos{
		text-align: left;
	}
	.hat{
		padding-bottom: 40px;
	}
	h2.title{
		font-size: 24px;
	}
	.template_two .why .zachem h2.title{
		padding-right: 75px;
		-webkit-background-size: contain;
		background-size: contain;
		margin-bottom: 24px;
	}
	.template_two .why .zachem ul li i{
		margin-bottom: 16px;
	}
	.template_two .why .zachem ul li{
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 20px;
		width: 100%;
	}
	.template_two .why .flex{
		flex-direction: column;
		margin-right: -20px;
		padding-right: 20px;
		position: relative;
	}
	.template_two .why .nachalo .btn_blue{
		width: 100%;
		max-width: 100%;
		margin-top: 32px;
		min-height: 45px;

	}
	.template_two .why .zachem .snos{
		font-size: 15px;
		line-height: 150%;
	}
	.template_two .why .nachalo .flex:after{
		content: "";
		position: absolute;
		background: url('../img/line.svg') left center no-repeat;
		width: 100%;
		height: 51px;
		left: 0;

		top: 0;


	}
	.template_two .why .nachalo .test-text{
		font-size: 15px;
		line-height: 150%;
		position: relative;
		padding-top: 65px;
		margin-right: 0;
		max-width: 100%;
	}
	.template_two .why .nachalo h2{
		padding-right: 65px;
		margin-bottom: 15px;
	}

	.template_two .why .nachalo{
		padding: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.template_two .why .zachem{
		margin-bottom: 40px;
		padding: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.why{
		-webkit-border-radius: 40px 40px 0 0;
		-moz-border-radius: 40px 40px 0 0;
		border-radius: 40px 40px 0 0;
	}
	.why{
		padding-bottom: 40px;
		margin-top: 0 !important;
		margin-bottom: 0;

	}
	.template_two h2.title{
		font-size: 27px;
	}

	.template_two .why .zachem{
		margin-top: 0;
	}
	.search-chekup{
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
	.search-chekup h2{
		margin-bottom: 24px;
		text-align: center;
	}
	.search-chekup .nav a{
		padding: 5px 16px;
		display: inline-flex;
		min-width: 1px;
		font-size: 15px;
		min-height: 39px;
		border-radius: 10px;

	}
	.show-itemstab{
		display: none;
	}
	.search-chekup .items .item .title span{
		display: none;
	}
	.search-chekup .items .item .title{
		font-size: 17px;
		font-weight: 500;
	}
	.search-chekup .item.hidden-block{
		display: flex;
	}
	.search-chekup .items .item .icon{
		width: 32px;
		height: 32px;
		margin-right: 16px;
		background: none;
		padding: 0;

	}
	.search-chekup .items .item .count{
		width: auto;
		height: auto;
		text-align: right;
		font-size: 14px;
	}
	.search-chekup .logos{
		grid-gap: 16px;
		overflow: auto;
		padding: 15px 15px ;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -15px;
	}
	.search-chekup .logos .item{
		min-width: 240px;
		box-shadow: 0px 3.09716px 15.4858px rgba(93, 81, 140, 0.1);
		border-radius: 10px;
	}
	.search-chekup .metros{
		grid-gap: 16px;
		overflow: auto;
		padding: 15px 15px ;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -15px;
	}
	.search-chekup .metros .item{
		white-space: nowrap;
		background: #FFFFFF;
		box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
		border-radius: 15px;
		padding: 12px 16px;
	}
	.search-chekup .rajon{
		grid-gap: 16px;
		overflow: auto;
		padding: 15px 15px ;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -15px;
	}
	.search-chekup .rajon .item{
		white-space: nowrap;
		background: #FFFFFF;
		box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
		border-radius: 15px;
		padding: 12px 16px;
	}
	.review-new{
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.template_two .review-new h2.title{
		text-align: center;
		margin-bottom: 24px;
		display: block;
	}

	.template_two .review-new h2.title .count-rev{
		display: none;
	}

	.template_two .review-new .item .text{
		font-size: 15px;
		line-height: 150%;

	}
	.template_two .review-new .item .head .name{
		font-size: 18px;
	}
	.template_two .review-new .item .logo-rev img{
		max-height: 80px;
	}
	.template_two .about .flex{
		padding: 20px;
		border-radius: 20px;

		overflow: hidden;
	}

	.template_two .why .zachem ul li{
		font-size: 16px;
	}
	footer .flex .links-block .title{
		margin-bottom: 10px;
		font-size: 15px;
	}
	.template_two .about .name span{
		font-size: 14px;
		line-height: 150%;
	}
	.template_two .about .btn_blue{
		margin-left: 0;
		min-height: 45px;
		max-width: 100%;
		margin-top: 30px;

	}


	.template_two .about{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .flex .links-block li a{
		font-size: 15px;
	}
	.template_two .about .flex .text{
		font-size: 15px;
		line-height: 150%;

		text-align: left;
	}
	.btn_blue{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
		font-size: 16px;
	}
	.about{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.template_two .about .name{
		font-size: 17px;
	}
	.template_two .about .name{

	}
	.template_two .about .name:after{
		-webkit-background-size: contain;
		background-size: contain;
		width: 210px;
		margin-top: -10px;
	}
	footer .flex .links-block{
		width: 100%;
		margin-bottom: 30px;
	}
	footer .flex .phone{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 17px;
		font-weight: 600;
		white-space: nowrap;
	}
	footer .flex{
		position: relative;
		padding-top: 45px;
	}
	footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .flex .links-block li{
		margin-bottom: 8px;
	}
	footer .flex .contact-block .telegram{
		max-width: 100%;
	}
	footer .flex .contact-block{
		padding-top: 0;
	}
	footer .flex .logo-block .title{
		font-size: 14px;
		margin-bottom: 4px;
		font-weight: 600;
	}
	footer .flex .logo-block .text{
		line-height: 160%;

		font-size: 12px;
	}
	footer .flex .logo-block .img{
		margin-right: 12px;
	}
	footer .flex .logo-block .copy{
		font-size: 15px;
	}
	footer .flex .contact-block .telegram{
		min-height: 45px;
	}
}
.menu-footer-mail{
	white-space: normal;
}


@media (max-width: 500px){
	header a.phone{
		display: none;
	}
}





















.template_two .slick-dots li{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.template_two .slick-dots li.slick-active button{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
	background: #2196F3;
}
.template_two .slick-dots li button{
	background: #F8F5FC;
	border: 1px solid #2196F3;
	border-radius: 4px;
	background: none;
	font-size: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
.template_two .slick-dots{
	text-align: center;
	margin-top: 15px;

}




.select2-container--default .select2-selection--multiple{
	background: #f1f1f1;
}


.filter.shown:last-child{
	border: none;
}


.top-h1 span{
	color: #2196F3;
	position: relative;
}
.top-h1 span:after{
	content: "";
	position: absolute;
	width: 189px;
	height: 79px;
	background: url('../images/h11.svg') center center no-repeat;
	left: -30px;
	top: -10px;
	-webkit-background-size: contain;
	background-size: contain;
}
.top_h1_text  .top-h1{
	font-size: 50px;
	font-weight: bold;
	margin-top: 0px;
}

.top_h1_text{
	background: #ffffff;
}
.top_h1_text .top-text .blue{
	color: #2196F3;
	font-weight: bold;
}
.top_h1_text .top-text p b{
	font-size: 18px;
	font-weight: bold;
}
.top_h1_text .top-text p{
	margin-bottom: 0;
}
.top_h1_text .top-text{
	font-size: 18px;
	line-height: 170%;
	color: #3A0F45;
	margin-top: 10px;
	max-width: 670px;
}

.listing_ad_top .bg_white{
	background: #F6F7FA;
	box-shadow: none;
	border-radius: 30px;
	padding: 24px;
	padding-top: 16px;
}

.listing_ad_top .button{
	margin: 0;
}



.listing_ad_top .button a{
	min-height: 56px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.listing_ad_top{
	max-width: 532px;
}
.listing_ad_top .title{
	font-size: 24px;
	font-weight: bold;
	color: #3A0F45;
	margin-bottom: 6px;
	position: relative;
	display: inline-block;
}

.listing_ad_top .subtitle{
	margin-bottom: 18px;
}
.listing_ad_top .offer {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.listing_ad_top .offer a{
	color: #2196F3;
	font-size: 14px;
	font-weight: 400;
}
.page_listing{
	background: #ffffff;
}
.sorting_search > .seemap{
	margin-right: 0;
}
.page-template-newlisting .sorting_search > *{
	margin-bottom: 15px;
	margin-right: 10px;
}
.titlefilternew{
	font-size: 24px;
	color: #7A6A80;
	font-weight: bold;
	margin-bottom: 44px;
}
































/*NewListing*/
@font-face {
	font-family: 'Golos Text';
	src: url('../../fonts/GolosText-Medium.eot');
	src: local('Golos Text Medium'), local('GolosText-Medium'),
	url('../../fonts/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/GolosText-Medium.woff2') format('woff2'),
	url('../../fonts/GolosText-Medium.woff') format('woff'),
	url('../../fonts/GolosText-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src: url('../../fonts/GolosText-Black.eot');
	src: local('Golos Text Black'), local('GolosText-Black'),
	url('../../fonts/GolosText-Black.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/GolosText-Black.woff2') format('woff2'),
	url('../../fonts/GolosText-Black.woff') format('woff'),
	url('../../fonts/GolosText-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src: url('../../fonts/GolosText-DemiBold.eot');
	src: local('Golos Text DemiBold'), local('GolosText-DemiBold'),
	url('../../fonts/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/GolosText-DemiBold.woff2') format('woff2'),
	url('../../fonts/GolosText-DemiBold.woff') format('woff'),
	url('../../fonts/GolosText-DemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src: url('../../fonts/GolosText-Bold.eot');
	src: local('Golos Text Bold'), local('GolosText-Bold'),
	url('../../fonts/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/GolosText-Bold.woff2') format('woff2'),
	url('../../fonts/GolosText-Bold.woff') format('woff'),
	url('../../fonts/GolosText-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src: url('../../fonts/GolosText-Regular.eot');
	src: local('Golos Text Regular'), local('GolosText-Regular'),
	url('../../fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/GolosText-Regular.woff2') format('woff2'),
	url('../../fonts/GolosText-Regular.woff') format('woff'),
	url('../../fonts/GolosText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.page-template-newlisting .load{
	margin-top: 40px;
}
body.page-template-newlisting{
	font-family: 'Golos Text', sans-serif;
}

.page-template-newlisting{
	background: none;
}
.page-template-newlisting .top_h1_text{
	border-bottom: 1px solid #EAE6F0;
	padding-bottom: 70px;
}
.checkbox-filters{
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
#sidebar .checkbox-filters.active{
	padding-bottom: 0;
	border-color: transparent;
	margin-bottom: 0;
}

#sidebar .checkbox-filters .title-newfilter{
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
#sidebar .checkbox-filters .arrow-down.active{
	transform: rotate(180deg);
}
.checkbox-filters .arrow-down{
	width: 24px;
	height: 24px;
	background: url('../img/chevron-up.svg') center center no-repeat;
	padding: 0;
	border: none;
	margin-left: auto;
	display: block;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
.checkbox-filters .title-newfilter b{
	font-size: 18px;
	font-weight: bold;
	color: #3A0F45;
	line-height: 180%;
	margin-right: 16px;
	padding-bottom: 2px;
}
.reset-localfilter, .cls_flt{
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	background: none;
	border: none;
	padding: 0;
	color: #2196F3;
}
.page-template-newlisting  #sidebar{
	padding-right: 24px;
	max-width: 331px;
}
.page-template-newlisting .content {
	width: calc(100% - 331px);
}
#sidebar aside{
	padding-bottom: 28px;
	margin-bottom: 30px;
}
.checkbox-filters .search-in-filter{
	border: 1px solid #EAE6F0;
	border-radius: 10px;
	height: 48px;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 18px;
}
.checkbox-filters .checkbox-new.shown-checkbox,
.checkbox-filters .checkbox-new:nth-child(1),
.checkbox-filters .checkbox-new:nth-child(2),
.checkbox-filters .checkbox-new:nth-child(3),
.checkbox-filters .checkbox-new:nth-child(4),
.checkbox-filters .checkbox-new:nth-child(5),
.checkbox-filters .checkbox-new:nth-child(6){
	display: flex;
}
.checkbox-filters .radio-new.shown-checkbox,
.checkbox-filters .radio-new:nth-child(1),
.checkbox-filters .radio-new:nth-child(2),
.checkbox-filters .radio-new:nth-child(3),
.checkbox-filters .radio-new:nth-child(4),
.checkbox-filters .radio-new:nth-child(5),
.checkbox-filters .radio-new:nth-child(6){
	display: flex;
}
.checkbox-filters .checkboxes.width-50{
	display: flex;
	flex-wrap: wrap;
}
.checkbox-filters .checkboxes.width-50 .checkbox-new{
	width: 50%;
}
.max-height-none{
	max-height: none !important;
}
.checkbox-filters .max-height-none .checkbox-new{
	display: flex;
}
.checkbox-filters .checkboxes{
	overflow: auto;
	max-height: 240px;
}

.checkbox-filters .checkboxes::-webkit-scrollbar {
	width: 5px;
}

/* Трек поле скроллбара */
.checkbox-filters .checkboxes::-webkit-scrollbar-track {
	background: linear-gradient(0deg, #F8F5FC, #F8F5FC), #F8F5FC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Ползунок скроллбара */
.checkbox-filters .checkboxes::-webkit-scrollbar-thumb {
	background: #CDC7D3;
	border-radius: 5px;
}
.menu ul ul::-webkit-scrollbar {
	width: 5px;
}

/* Трек поле скроллбара */
.menu ul ul::-webkit-scrollbar-track {
	background: linear-gradient(0deg, #F8F5FC, #F8F5FC), #F8F5FC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Ползунок скроллбара */
.menu ul ul::-webkit-scrollbar-thumb {
	background: #CDC7D3;
	border-radius: 5px;
}


.checkbox-filters .checkbox-new{
	display: none;
}
.checkbox-filters .radio-new{
	display: none;
}
.checkbox-new {
	position: relative;
	display: flex;
	margin-bottom: 15px;
}
.radio-new {
	position: relative;
	display: flex;
	margin-bottom: 12px;
}



.checkbox-new input[type="checkbox"]:checked + span.checkbox_text:after{
	background: url('../img/check.svg') center 5px no-repeat, #2196F3;
	border-color: #2196F3;
}
.checkbox-new input[type="checkbox"]{
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	position: absolute;
}


.radio-new input[type="radio"]:checked + span.radio_text:after{
	border-color: #2196F3;
}
.radio-new input[type="radio"]:checked + span.radio_text:before{
	opacity: 1;
}
.radio-new input[type="radio"]{
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}












.checkbox-new .checkbox_text{
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	padding-right: 30px;
}
.radio-new .radio_text{
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
}

.checkbox-filters .checkbox_text svg{
	margin-right: 8px;
}
.checkbox-filters .checkbox_text small,
.checkbox-filters .radio_text small{
	color: #7A6A80;
	font-size: 16px;
	margin-left: 10px;
}
.checkbox-new .checkbox_text:after{
	content: "";
	position: absolute;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	border: 2px solid #CDC7D3;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.radio-new .radio_text:after{
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #CDC7D3;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.radio-new .radio_text:before{
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #2196F3;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	opacity: 0;
}

.show-all-filter{
	font-size: 16px;
	font-weight: 500;
	color: #2196F3;
	padding: 0;
	border: none;
	background: none;
	margin-top: 12px;
}
.show-all-filter:after{
	content: "Показать все";
}
.show-all-filter.active:after{
	content: "Скрыть";
}



.category-new li{
	position: relative;
}
.category-new .arrow.active{
	transform: rotate(0) ;
}
.category-new  .arrow{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	cursor: pointer;
	background: url('../img/chevron-up1.svg') right center no-repeat;
	top: 3px;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	transform: rotate(180deg);
}
.category-new .link-cat.active{
	color: #3A0F45;
	font-weight: bold;
}
.category-new .link-cat{
	min-height: 29px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
}
.category-new{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
main .category-new ul li{
	margin-bottom: 10px;
}
body main .category-new ul{
	list-style: none;
	padding-left: 24px !important;
	display: none;
	margin-bottom: 0;
}

.page-template-newlisting .sections section{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1), 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 20px;
	padding: 25px;
}
.page-template-newlisting .listing-item{

}
.page-template-newlisting .listing-item .image-logotype .logotype img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.image-logotype a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
}
.page-template-newlisting .listing-item .image-logotype .logotype{
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	z-index: 9;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	padding: 3px;
	height: 50px;
	width: 100%;
	max-width: 168px;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 10px;
}
.page-template-newlisting .listing-item .image-logotype .image img{
	height: 278px;
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	max-width: 278px;
	max-height: 236px;

}
.page-template-newlisting .listing-item .image-logotype{
	padding-bottom: 23px;
	max-width: 278px;
	height: 260px;
	flex-shrink: 0;
	margin-right: 25px;
	min-width: 278px;
	position: absolute;
	top: 25px;
	left: 25px;
}

.favorite{
	border: 2px solid #2196F3;
	box-sizing: border-box;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 10px;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	justify-content: center;
}
.btn_blue{
	border-width: 2px;
	border-color: #2196F3;
	min-height: 50px;
	font-size: 15px;
}

.btn_blue.invert:hover path{
	fill: #fff;
}


.page-template-newlisting .buttons-new a, .page-template-newlisting .buttons-new button:not(.favorite){
	width: 50%;
	margin-left: 12px;
}
.page-template-newlisting .buttons-new{
	padding-left: 303px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	min-height: 50px;
}
.page-template-newlisting .listing-item .title a{
	font-size: 20px;
	font-weight: 600;
	color: #3A0F45;
	line-height: 24px;
	text-transform: uppercase;letter-spacing: 0;
	margin-top: 0;
	text-align: left;
}
.page-template-newlisting .listing-item .title{
	font-size: 20px;
	font-weight: 600;
	color: #3A0F45;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0;
	margin-top: 0;
}
.page-template-newlisting .description-new{
	padding-left: 303px;
	min-height: 156px;
}
.page-template-newlisting .description-new .rating{
	margin-bottom: 25px;
}
.page-template-newlisting .description-new .stars{
	margin-left: 0;
	margin-bottom: 4px;
	margin-right: 15px;
}
.page-template-newlisting .description-new .rating_ball{
	font-size: 16px;
	color: #000B26;
	line-height: 19px;
	margin-left: 0;
	margin-right: 10px;
}

.page-template-newlisting .description-new .ratingCount svg{
	margin-top: 4px;
	width: auto;
}
.page-template-newlisting .description-new .ratingCount{
	margin-left: 0;
	align-items: flex-start;
	padding-bottom: 2px;
}

.page-template-newlisting .description-new .ratingCount a{
	color: #2196F3;
	font-size: 16px;
	padding-top: 2px;
}

.page-template-newlisting .characteristics ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.page-template-newlisting .characteristics ul li{
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.page-template-newlisting .characteristics ul li span{
	min-width: 135px;
	font-size: 16px;
}
.page-template-newlisting .characteristics ul li small{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #9B8FA0;
}

.page-template-newlisting .characteristics ul li small .item{
	margin-right: 8px;
}
.page-template-newlisting .characteristics ul li a{
	text-decoration: underline;
	color: #9B8FA0;
}
.page-template-newlisting .characteristics ul li small svg{
	margin-right: 4px;
}
.page-template-newlisting .price .all-price{
	color: #2196F3;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #F6F7FA;
	border-radius: 35px;
width: 100%;
	max-width: 108px;
	min-height: 33px;
}
.page-template-newlisting .price{
	padding-top: 53px;
}

.page-template-newlisting .service-table .price{
	padding-top: 0;
}

.oauth-social-button-inactive
{
	cursor:default !important;
	background: transparent !important;
}
.oauth-social-button-inactive path, .oauth-social-button-inactive path:hover
{
	fill:gray !important;
}



.page-template-newlisting .price ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 25px;
}

.page-template-newlisting .price li{
	display: flex;
	align-items: flex-end;
	margin-bottom: 6px;

}
.page-template-newlisting .price li span{
	color: #3A0F45;
	font-size: 14px;
}
.page-template-newlisting .price li b.old{
	text-decoration: line-through;
	font-weight: 600;
	color: #9B8FA0;
}
.page-template-newlisting .price li b.new{
	color: #84D426;
}
.page-template-newlisting .price li b{
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
}
.page-template-newlisting .price li i{
	flex-grow: 1;
	border-bottom: 1px dashed rgba(128, 133, 147, 0.7);
	margin-bottom: 6px;
	margin-left: 8px;
	font-feature-settings: 'pnum' on, 'lnum' on;

}

.sale-allprice{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sale-allprice .sale{
	display: flex;
	align-items: center;

}
.sale-allprice .sale-inner .right:before{
	content: "";
	position: absolute;
	border-right: 3px dashed #fff;
	height: 100%;
	left: 0;
	top: 0;
	width: 3px;
	z-index: 9;
}
.sale-allprice .sale-inner .right{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #2196F3;
	padding-left: 23px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sale-allprice .sale-inner .left{
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	margin-right: 38px;
	color: #2196F3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.sale-allprice .sale-inner .left:after{
	content: "";
	background: url('../img/sale.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 12px;
}
.sale-allprice .sale-inner{
	background: url('../img/sale-bg.svg') center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 305px;
	height: 42px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;

}
.sale-allprice span{
	display: flex;
	align-items: center;
	color: #9B8FA0;
	font-size: 16px;
	margin-right: 9px;
}

.news-listing_ad_content{
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-listing_ad_content .flex{
	background: #F8F5FC;
	border-radius: 20px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	padding: 21px 35px;
	padding-bottom: 29px;

}

.news-listing_ad_content .flex .left {
	flex-shrink: 0;
	max-width: 322px;
}
.news-listing_ad_content .flex .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	color: #3A0F45;
}

.news-listing_ad_content .flex .text {
	font-size: 16px;
	line-height: 150%;
	position: relative;
	color: #3A0F45;

}
.news-listing_ad_content .offer {
	color: #7A6A80;
	font-size: 14px;
	text-align: center;
}
.news-listing_ad_content .offer a{
	color: #2196F3;
	font-size: 14px;
}
.news-listing_ad_content .flex .btn_blue {
	flex-grow: 1;
	margin-left: 65px;
}




@media (max-width: 1200px)
{


	.page-template-newlisting .sections section [itemprop="applicationCategory"]{
		order: 13;
	}
	.los{
		display: none;
	}
	.menu ul li a{
		font-size: 14px;
	}
	.menu ul li{
		margin-left: 5px;
		margin-right: 5px;
	}
	.page-template-newlisting .sections section{
		flex-wrap: wrap;
	}
	.page-template-newlisting .listing-item .image-logotype{
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}
	.page-template-newlisting .description-new{
		min-height: 1px;
		padding-left: 0;
	}
	.page-template-newlisting .buttons-new{
		padding-left: 0;
	}
	.page-template-newlisting .price{
		padding-top: 30px;
		order: 9;
		width: 100%;
	}
	.sale-allprice{
		display: block;
	}

	.sale-allprice .sale{
		display: block;
	}
	.sale-allprice span{
		margin-bottom: 11px;
	}
	.page-template-newlisting .price .all-price{
		display: flex;
		margin-left: auto;
		margin-bottom: 30px;
	}

	.page-template-newlisting .listing-item{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.page-template-newlisting .listing-item .image-logotype{
		order: 1;width: 100%;
	}
	.page-template-newlisting .description-new{
		order: 2;width: 100%;
	}


	.page-template-newlisting .buttons-new{
		order: 10;width: 100%;
		margin-top: 10px;
	}
	.page-template-newlisting .seemap, .page-template-newlisting #items_found{
		display: none !important;
	}
	.page-template-newlisting .sorting_search .sort{
		margin-right: 0;
	}
	.page-template-newlisting #search{
		max-width: 100%;
		width: 100%;
	}
	.page-template-newlisting #search form, .page-template-newlisting #search .input_text{
		width: 100%;
	}

}

.swipebutton:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #CED4E4;
	border-radius: 5px;
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
	left: 50%;
}
.swipebutton:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #CED4E4;
	border-radius: 5px;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.swipebutton{
	display: none;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 23px;
	z-index: 99;
	top: 10px;
}




@media (max-width: 991px){



	.checkbox-filters .checkboxes{
		max-height: none;
	}
	#sidebar.object_side aside{
		margin-top: 30px;
	}
	#sidebar.object_side{
		background: none;
		max-width: 100%;
		margin-top: 40px;
		padding-right: 0;
		overflow: unset;
	}

	.swipebutton{
		display: block;
	}
	.listing_ad_top{
		margin: 0;
		margin-top: 30px;
		width: 100%;
		max-width: 100%;
	}
	.top_h1_text .flex{
		display: block;
	}
	.page-template-newlisting .content{
		width: 100%;
	}
	.page-template-newlisting .filter_button{
		margin-bottom: 0;
	}
	.page-template-newlisting .sorting_search{
		align-items: center;
	}
	.page-template-newlisting #search{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.page-template-newlisting #search{
		margin-bottom: 8px;
	}
	.page-template-newlisting .sorting_search .sort{
		width: 100%;
		max-width: 100%;
	}
	.page-template-newlisting .sorting_search .sort .select2-container{
		width: 100% !important;
		max-width: 100%;
	}
	.page-template-newlisting .mobile-buttons-filter-compare .seemap{
		display: block !important;
		background-color: #fff;
		margin-left: 40px;
		padding: 0;
		min-height: 42px;
		-ms-background-position-x: 0;
		background-position-x: 0;
		background-size: auto 24px;
		font-size: 14px;
		font-weight: 600;
		width: auto;
		max-width: 100%;
		padding-left: 32px;
	}
	.page-template-newlisting .mobile-buttons-filter-compare{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		padding: 9px;
		box-shadow: 0px 16px 72px rgba(0, 27, 72, 0.12);


	}

	.toggle-filter-mobile svg{
		margin-right: 8px;
	}
	.page-template-newlisting .mobile-buttons-filter-compare .toggle-filter-mobile{
		display: flex;
		align-items: center;
		color: #2196F3;
		font-weight: 600;
		font-size: 14px;
		min-height: 42px;
		width: auto;
		background: none;
		border: none !important;
	}

	.page-template-newlisting #sidebar.active{
		bottom: 0 !important;
	}
	.page-template-newlisting #sidebar:not(.object_side){
		padding: 20px 32px;
		padding-top: 50px;
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
		bottom: -100vh;
		left: 50%;
		transform: translate(-50%, 0);
		max-width: 500px;
		width: 100%;
		background: #FFFFFF;
		border-radius: 20px 20px 0px 0px;
		max-height: 80vh;
		height: 100%;
		top: auto;
		display: block;

	}
	.titlefilternew{
		display: none;
	}
	.page-template-newlisting .title_filter_mob{
		border: none;
		font-weight: bold;
		font-size: 21px;
		line-height: 180%;
		color: #7A6A80;
		padding-bottom: 0;
	}
	.title-newfilter .reset-localfilter{
		display: none;
	}
	.opensinglefilter .checkbox-filters .arrow-down{
		transform: translateY(-50%) rotate(90deg) !important;
		right: 100%;
		margin-right: -25px;

	}
	.checkbox-filters .arrow-down{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		transition: none;
		z-index: 50;

	}

	#sidebar .checkbox-filters .filter-hide-block{
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	}
	#sidebar .checkbox-filters.active .filter-hide-block{
		transform: translateX(0);
		padding: 20px 32px;
		padding-top: 110px;
		padding-bottom: 60px;
	}
	.checkbox-filters .checkboxes{
		overflow: unset;

	}
	.category-new{
		padding-bottom: 12px;
	}
	.checkbox-filters .title-newfilter {
		overflow: hidden;
	}
	.checkbox-filters .title-newfilter b{
		font-weight: 600;
		font-size: 16px;
	}
	#sidebar.opensinglefilter .checkbox-filters .title-newfilter b:after{
		content: none !important;
	}
	#sidebar.opensinglefilter .checkbox-filters .title-newfilter b{
		flex-grow: 1;
		padding-left: 25px;
		z-index: 50;

	}
	.page-template-newlisting .opensinglefilter .title_filter_mob{
		margin-top: -100px;
		margin-bottom: 50px;
	}


	#sidebar.opensinglefilter .checkbox-filters:not(.active){
		transform: translateX(-150%);
		position: absolute;
	}


	.page-template-newlisting .title_filter_mob{
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	}


	.filter-hide-block{
		padding-bottom: 15px;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9;
		background: #ffffff;
		padding-top: 20px;
		transform: translateX(-100%);
	}
	#sidebar .checkbox-filters .title-newfilter.selected-filter b{
		position: relative;
		padding-right: 18px;
	}
	#sidebar .checkbox-filters .title-newfilter.selected-filter b:after{
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		right: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		background: #78EB7C;
	}
	#sidebar .checkbox-filters .title-newfilter{
		position: relative;
		top: 8px;
	}


	#sidebar aside{
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.reset-all-filters{
		display: none;
	}
	.checkbox-filters .arrow-down{
		background: none;
	}
	.checkbox-filters .arrow-down.active:after{
		transform: rotate(180deg);
	}
	.checkbox-filters .arrow-down:after{
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		right: 0;
		top: 5px;
		transform: rotate(90deg);
		-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
		background: url('../img/chevron-up.svg') right center no-repeat;

	}
	#search .input_text svg{
		display: none;
	}
	#search .input_text input{
		padding-left: 20px;
	}
	.checkbox-filters .arrow-down:before{
		content: "";
		position: absolute;
		width: 200vw;
		height: 200vh;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
	.page-template-newlisting .sections section{
		padding: 20px;
	}
	.page-template-newlisting .description-new .rating{
		margin-bottom: 20px;
	}
	.opensinglefilter .title-newfilter .reset-localfilter{
		display: block;
		position: relative;
		z-index: 99;
	}
}
.overlay{
	background: rgba(7, 24, 38, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}


.service-table li.all-price{
	text-align: left;
}
.service-table li.all-price a svg{
	margin-left: 10px;
	margin-top: 3px;
}
.service-table li.all-price a{
	text-align: left;
	border: 1px solid #CED4E4;
	border-radius: 35px;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	min-height: 33px;
	padding: 3px 17px;
	color: #548FF9;
	font-size: 14px;
	margin-top: 25px;

}

.service-table{
	flex-grow: 1;
}

.service-table li .title{
	font-weight: 400;
	font-size: 14px;
}

.service-table li .discount_price{
	color: #84D426;
}
.service-table li .discount_price,
.service-table li .price{
	font-size: 16px;
	font-weight: 600;
}

.service-table li .price:before{
	margin-bottom: 8px;
	margin-left: 17px;
	margin-right: 17px;
}





@media (max-width: 1200px){

	.service-table li .discount_price,
	.service-table li .price{
		white-space: nowrap;
		font-size: 15px;
	}

	.service-table li .discount_price{
		order: 4;
	}
}




@media (max-width: 767px){

	.los{
		display: block;
		margin-left: 10px;
		max-width: 100% !important;
		flex-grow: 1;
	}
	.los a{
		font-size: 14px;
		display: block;
		max-width: 120px;

	}
	.logo{
		flex-grow: 0 !important;
	}

	.sale-allprice .sale-inner{
		margin-left: auto;
		margin-right: auto;
	}
	.sale-allprice span{
		text-align: center;
	}
	.single-messia_object h5{
		margin-top: 0;
	}
	.fixed_section .rating .rating_ball{
		margin-right: 5px;
	}
	.news-listing_ad_content .flex .text:after{
		content: none;
	}
	.news-listing_ad_content .flex{
		display: block;
		padding: 16px 20px;
	}
	.rating_fixed{
		margin-top: 5px;
	}
	.site_fixed{
		margin-top: 0;
	}
	.news-listing_ad_content .flex .left{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 12px;
	}
	.sections .rating .ratingCount{
		width: auto;
	}
	.news-listing_ad_content .flex .btn_blue{
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	.btn_blue{
		min-height: 45px;
		height: 45px;
	}

	.page-template-newlisting .buttons-new a, .page-template-newlisting .buttons-new button:not(.favorite){
		min-height: 50px;
	}
	.page-template-newlisting .buttons-new{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.buttons-new button.favorite{
		order: 3;
		margin-left: 0;
	}
	.page-template-newlisting .buttons-new .comparison_button.btn_blue, .page-template-newlisting .buttons-new .comparison_button_del.btn_blue{
		order: 4;
		margin-bottom: 0;
		margin-left: 0;
		width: calc(100% - 60px);
	}
	.page-template-newlisting .buttons-new .btn_blue{
		order: 1;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.listing_ad_top .title:after{
		content: none;
	}
	.page-template-newlisting .top_h1_text{
		padding-bottom: 24px;
		margin-bottom: 24px;
		padding-top: 27px;
	}
	.top_h1_text .top-h1{
		font-size: 32px;
		margin-bottom: 21px;
	}
	.top-h1 span:after{
		width: 120px;
		height: 60px;
		top: -10px;
		left: -17px;
	}
	.top_h1_text .top-text{
		font-size: 15px;
		line-height: 1.3;
	}
	.top_h1_text .top-text p b{
		font-size: 15px;
	}
}
@media (max-width: 500px){


	.service-table li .prices-span{
		flex-wrap: wrap;
		display: block;
	}
	.service-table li .prices-span > span{
		margin-right: 0;
		text-align: right;
		display: block;
	}
	.service-table li .title:after{
		margin-bottom: 0;
	}
	.page-template-newlisting .description-new .ratingCount{
		width: auto;
		margin-top: 0;
		margin-bottom: 0;

	}
	.page-template-newlisting .characteristics ul li span{
		display: none;
	}
	.page-template-newlisting .price li i{
		display: none;
	}
	.page-template-newlisting .price li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
	.page-template-newlisting .price li {
		flex-wrap: wrap;
		padding-bottom: 15px;
		border-bottom: 1px dashed rgba(128, 133, 147, 0.7);
		margin-bottom: 15px;
	}
	.page-template-newlisting .price li span{
		width: 100%;
	}
	.page-template-newlisting .price li b{
		margin-left: 0;
		margin-right: 8px;
		margin-top: 6px;
		font-size: 16px;
	}
	.page-template-newlisting .price ul{
		margin-bottom: 10px;
	}
	.page-template-newlisting .listing-item .image-logotype{
		margin-right: 0;
		max-width: 100%;
		height: 199px;
		min-width: 1px;
	}
	.page-template-newlisting .listing-item .image-logotype .image {
		height: 100%;
	}
	.page-template-newlisting .listing-item .image-logotype .image img{
		width: 100%;
		height: 100% !important;
		max-width: 100%;
	}
	.sale-allprice .sale-inner{
		width: 100%;
		max-width: 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.page-template-newlisting .listing-item .title{
		font-size: 18px;
		font-weight: 600;
	}
	.sale-allprice .sale-inner{
		height: 50px;
	}
	.sale-allprice .sale-inner .left{
		margin-right: 15px;
	}
}


.template_two .zachem li img {height:40px !important;}
.filter-search ul {display: block !important}
.filter-search li.hidden > span, .filter-search li.hidden > label, .filter-search .link-cat:after{display: none !important}

#map_modal {margin: 0}

#map_modal .modal-dialog {
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}

#map_modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
}

.search-chekup{
	width: 100%;
	padding-top: 0;
	margin-bottom: 50px;
}
.page_listing .search-chekup h2 {margin:0}
.page_listing .search-chekup {padding-top:0}


.single .search-chekup h2 {margin:0}
.search-chekup {padding-top:0}
.home .search-chekup h2 {margin-bottom: 31px;}
.home .search-chekup {padding-top:84px}

.search-chekup > .container {flex-direction: column}

.seo_description_text { padding-bottom: 40px}


#search .input_text{
	width: 100%;
}
.sorting_search .select2-container--default .select2-selection--single .select2-selection__placeholder{
	text-decoration: none;
	font-size: 16px;
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 45px;
}
#items_found{
	max-width: 230px;
	width: 100%;
}
.compare_all{
	padding-left: 50px;
	-ms-background-position-x: 15px;
	background-position-x: 15px;
}

#items_found .title-items{
	display: none;
}

.sidebar-articles h4{
	margin-bottom: 17px;
	font-weight: bold;
	font-size: 24px;
}
.sidebar-articles ul li a{
	font-size: 18px;
	color: #6090F2;
}
.sidebar-articles ul li:not(:last-child){
	margin-bottom: 14px;
}
div.sidebar-articles ul{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(93, 81, 140, 0.1), 0px 4px 20px rgba(93, 81, 140, 0.1);
	border-radius: 16px;
	padding: 20px 24px;
	margin-bottom: 24px;
	list-style: none;
}





.help-choose{
	background: #6090F2;
	border-radius: 16px;
	padding: 16px 24px;
	padding-bottom: 24px;
}
.help-choose .title{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
}
.help-choose .text{
	margin-bottom: 28px;
	color: #ffffff;
	font-size: 16px;
}
.help-choose .phone:before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/phone-article.svg') center center no-repeat;
	margin-right: 5px;
}
.help-choose a.phone{
	color: #ffffff;
	padding: 12px 14px;
	font-size: 17px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 230px;
	white-space: nowrap;
}

.content.article .help-choose .left{
	width: calc(100% - 230px);
	padding-right: 20px;
	text-align: left;

}
.content.article .help-choose{
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content.article .help-choose .text{
	margin-bottom: 10px;
}
.content.article .help-choose p{
	margin-bottom: 0;
}
.content.article .help-choose a.phone{
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.top-items__articles  a.btn_blue:hover{
	color: #2196F3;
}
.top-items__articles  a.btn_blue{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	color: #ffffff;
}
.top-items__articles .top-img a{
	width: 100%;
	height: 260px;
}
.top-items__articles .short-content {
	margin-bottom: 15px;
	min-height: 39px;
}
.top-items__articles .date-article {
	font-style: italic;
	color: #666;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 15px;

}
.top-items__articles .top-img {
	width: 100%;
	min-height: 260px;
}
.top-items__articles .link-articles{
	font-weight: 300;
	padding: 5px 10px;
	border: 1px solid #f1f1f1;
	text-transform: uppercase;
	font-size: 12px;
	color: #2196F3;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
}
.top-items__articles .top-description{
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	margin-top: -50px;
	z-index: 9;
	position: relative;
	padding: 20px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	flex-grow: 1;
}
.top-items__articles {
	text-align: center;
}
.top-items__articles .top-img img{
	max-height: 260px;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.top-items__articles .col-12{
	margin-bottom: 30px;
}
.top-items__articles .top-item{
	background: #f9f9f9;
	padding-bottom: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}



@media (max-width: 1620px) {
	.menu_logout {
		right: 10px;
	}

	.menu_logout:after {
		left: 84%;
	}
}
@media (max-width: 1320px) {
	.help-choose .phone{
		white-space: nowrap;
		font-size: 15px;
	}
}
.template_two .review-new-slider .item {position: relative}
.template_two .review-new-slider .item .rating {flex-flow: column-reverse;}
.template_two .review-new-slider .head .date_rev {margin-top: 8px; color: #a4a4a4; font-size: 12px;width: 100%;}
.template_two .review-new-slider .item .stars {width: 100%;flex-basis: auto;align-content: flex-start;}

.select-all-localfilter {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    background: none;
    border: none;
    padding: 0;
    color: #2196F3;
}


.between-blocks p:last-child{
	margin-bottom: 0;
}
.between-blocks{
	background: #F7F9FE;
	border-radius: 30px;
	font-size: 16px;
	line-height: 170%;
	color: #100F45;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 24px 32px;
}
.between-blocks h2{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 20px;
}
@media (max-width: 767px){
	.content.article .help-choose{
		display: block;
	}
	.content.article .help-choose .left{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.between-blocks{
		padding: 15px;
		font-size: 15px;
		line-height: 150%;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.between-blocks h2{
		font-size: 18px;
		font-weight: 600;
	}
}

#sidebar .rev-object{
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);

	border-radius: 15px 15px 0 0 ;
}

#sidebar.sidebar-article > div, .normal-sidebar > div{
	padding: 15px;
	background: #ffffff;
	margin-bottom: 25px;
	box-shadow: 0px 4px 20px rgb(93 81 140 / 10%), 0px 4px 20px rgb(93 81 140 / 10%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}







#sidebar ul li .post-date{
	font-size: 12px;
	color: #ccc;
	display: block;
	margin-top: 5px;
}
#sidebar ul li{
	margin-bottom: 10px;
}
#sidebar ul{
	padding-left: 0;
	list-style: none;
}
#sidebar h4{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
#sidebar.sidebar-article{
	margin-left: 20px;
	background: none;
	padding: 0;
}

.help-choose .phone{
	padding: 12px 10px;
	font-size: 16px;
}

.help-choose .text.polit a{
	color: #fff;
	text-decoration: underline;
}
.help-choose .text.polit{
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}


.help-choose .title{
	font-size: 21px;
}










.keeping li a{
	display: flex;
}
.keeping li a span{
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.keeping li a span:before{
	content: "";
	display: block;
	flex-grow: 1;
	border-bottom: 1px dashed #ccc;
	margin: 0 10px;
}
@media (max-width: 991px)
{
	.top-items__articles .top-img{
		min-height: 1px;

	}
	.top-items__articles .top-img a{
		height: auto;
	}
	.top-items__articles .top-img img{
		height: 190px;
	}
}

.page-template-newlisting .characteristics ul li small span {display:inline !important}
.article-author{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.article-author img{
	width: 70px;
	height: 70px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}
.article-author-name{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 3px;
	display: block;
}
.article-author-info{
	font-size: 16px;
	color: #cccccc;
	font-style: italic;
	display: block;
}
.sidebar-map #map{
	max-height: 300px;
}
