@font-face {
	font-family: "Montserrat";
	src: url('/local/templates/generator/assets/fonts/Montserrat.eot');
	src: url('/local/templates/generator/assets/fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/generator/assets/fonts/Montserrat.otf') format('opentype'),
	url('/local/templates/generator/assets/fonts/Montserrat.woff2') format('woff2'),
	url('/local/templates/generator/assets/fonts/Montserrat.ttf') format('truetype'),
	url('/local/templates/generator/assets/fonts/Montserrat.svg#Montserrat') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url('/local/templates/generator/assets/fonts/manrope_regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/generator/assets/fonts/manrope_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('/local/templates/generator/assets/fonts/manrope_regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/local/templates/generator/assets/fonts/manrope_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('/local/templates/generator/assets/fonts/manrope_regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/local/templates/generator/assets/fonts/manrope_regular.svg#manrope_regular') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url('/local/templates/generator/assets/fonts/manrope_semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/generator/assets/fonts/manrope_semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('/local/templates/generator/assets/fonts/manrope_semibold.woff2') format('woff2'), /* Super Modern Browsers */
	url('/local/templates/generator/assets/fonts/manrope_semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('/local/templates/generator/assets/fonts/manrope_semibold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/local/templates/generator/assets/fonts/manrope_semibold.svg#manrope_semibold') format('svg'); /* Chrome < 4, Legacy iOS */
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--default-font-family: 'Montserrat', sans-serif;
	--font-family: "Manrope", sans-serif;
	--black: #1a1a1a;
	--white: #fff;
	--red: #ec2427;
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: var(--font-family);
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background-color: #ebebeb;
}

* {
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

content {
	flex: 1 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 1180px;
}
.site-content,
.blog .site > .container {
	margin-top: 165px;
}

.pc {display: flex}
.mob {display: none}
@media screen and (max-width: 768px) {
	.pc {display: none}
	.mob {display: flex}
}
.img_bg {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}



.social-button--vkontakte:before {
	background: url(/images/share-vk.svg) center no-repeat;
	content: '';
	display: block;
	height: 30px;
	width: 30px;
}

.social-button--odnoklassniki:before {
	background: url(/images/share-ok.svg) center no-repeat;
	content: '';
	display: block;
	height: 30px;
	width: 30px;
}

.social-button--whatsapp:before {
	background: url(/images/share-wa.svg) center no-repeat;
	content: '';
	display: block;
	height: 30px;
	width: 30px;
}

.social-button--telegram:before {
	background: url(/images/share-tg.svg) center no-repeat;
	content: '';
	display: block;
	height: 30px;
	width: 30px;
}

.breadcrumb {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 24px 0 64px;
}
@media screen and (max-width: 1024px) {
	.breadcrumb {
		margin: 24px 0 48px;
	}
}
.breadcrumb > span {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.breadcrumb > span {
		flex-wrap: wrap;
	}
}
.breadcrumb .divider {
	margin: 0 10px;
}
.breadcrumb span a:visited,
.breadcrumb span a,
.breadcrumb > span span {
	color: #999;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
}
.breadcrumb span a:hover {
	color: #f00;
}

.fslightbox-container {
	background: #fff !important;
}

footer {
	flex: 0 0 auto;
}

/* фикс стилей списков в оглавлении блога */
.table-of-contents ol li:before {
	display: inline
}
/****************************************************************** Header */
header .pc {display: flex}
header .mob {display: none}

header {
	background: #363636;
	color: var(--white);
	margin: 0 auto;
	min-height: 165px;
	padding: 15px 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header__wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.header__info {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 15px;
	width: 100%;
}
.header__info-logo {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-decoration: none;
}
.header__info-logo-img {
	height: 70px;
	margin-right: 20px;
	width: 160px;
}
.header__info-logo-desc {
	color: var(--white);
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 136%;
	max-width: 229px;
}
.header__info-social {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.header__info-social a {
	cursor: pointer;
	height: 40px;
	width: 40px;
}
.header__info-contact {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header__info-contact-text {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: var(--white);
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 2px;
	position: relative;
	text-align: center;
}
.header__info-contact-text:before {
	animation: office-works 2s infinite;
	background-color: #14e010;
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	margin: auto;
	margin-right: 5px;
	width: 4px;
	z-index: 10;
}
@keyframes office-works {
	from {opacity: 1}
	50% {opacity: 0}
	to {opacity: 1}
}
.header__info-contact-phone:hover,
.header__info-contact-phone {
	color: var(--white);
	cursor: pointer;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	text-decoration: none;
}
.header__info-links {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header__info-links > * {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 15px;
}
.header__info-links-user:focus,
.header__info-links-user:visited,
.header__info-links-user {
	height: 16px;
	outline: none;
	width: 16px;
}
.header__info-links-currency {
	cursor: pointer;
}
.header__info-links-currency select {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	min-width: 25px;
	padding: 0 10px 0 0;
}
@media screen and (max-width: 320px) {
	.header__info-links-currency select {
		padding: 0 2px 0 0;
	}
}
.header__info-links-currency select option {
	background: #363636 !important;
	color: #fff;
	padding: 0;
	border: none;
}
.header__info-links-currency select option:checked {
	background: #fff !important;
	color: #000;
}
.header__info-links-lang .lang-menu {
	position: relative;
	width: 16px;
}
.header__info-links-lang .lang-menu .sub-menu,
.header__info-links-lang .lang-menu {
	margin: 0;
	padding: 0;
}
.header__info-links-lang .lang-menu .sub-menu {
	display: none;
}
.header__info-links-lang .lang-menu:hover .sub-menu {
	display: block;
	left: 0;
	position: absolute;
	top: 15px;
	z-index: 10;
}
.header__info-links-lang .lang-menu > li {
	height: 11px;
	position: relative;
}
.header__info-links-lang .lang-menu li {
	list-style: none;
}
.header__info-links-lang .lang-menu > li:after {
	content: '›';
	color: #fff;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 11px;
	margin: auto -20px auto auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 0.3s;
	width: 16px;
}
.header__info-links-lang .lang-menu:hover > li:after {
	content: '›';
	transform: rotate(270deg);
}
.header__info-links-lang .lang-menu > li a {
	height: 11px;
	display: flex;
	width: 16px;
}
.header__info-links-lang .lang-menu:hover > li a {
	height: 22px;
}
.header__info-links-lang .lang-menu li a span {
	display: none;
}
.header__info-links-lang select {
	display: none;
	background: transparent;
	border: none;
	padding: 0 10px 0 0;
	color: #fff;
	cursor: pointer;
	min-width: 25px;
}
.header__info-links-lang option {
	background-position: center;
	background-size: cover;
	text-indent: -9999px;
}
.header__info-links-favorites {
	cursor: pointer;
	height: 14px;
	width: 16px;
}
.header__info-callback {
	border: 1px solid var(--white);
	border-radius: 10px;
	color: var(--white);
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 135%;
	padding: 16px 24px;
	text-decoration: none;
}

.header-menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
.header-menu li {
	margin: 0 80px 0 0;
	padding: 0;
}
.header-menu li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	color: var(--white);
	text-decoration: none;
}
.header__wrapper-navigation {
	background: transparent;
	border: none;
	padding: 0;
}
.header__wrapper-callback,
.header__wrapper-navigation-link {
	display: none;
}

/****************************************************************** Footer */
footer {
	background: #363636;
	color: var(--white);
	padding: 80px 0 40px;
}
.footer__info-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer__info-wrapper-company-contacts {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 460px);
}
.footer__info-item {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.footer__info-company {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 305px;
}
.footer__info-company-data {
	max-width: 160px;
	margin-bottom: 40px;
	text-decoration: none;
}
.footer__info-company-logo {
	margin-bottom: 20px;
	width: 100%;
}
.footer__info-company-desc {
	color: var(--white);
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
}
.footer__info-company-socials {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	min-width: 305px;
}
.footer__info-company-socials a {
	height: 40px;
	margin: 0 20px 0 0;
	width: 40px;
}
.footer__info-nav-contacts {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.footer__info-nav-contacts-menu {
	width: 100%;
}
.footer__info-nav-contacts-menu ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-type: none;
	margin: 0 0 47px;
	padding: 0;
}
.footer__info-nav-contacts-menu ul li a,
.footer__info-nav-contacts-menu ul li {
	color: var(--white);
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	margin-bottom: 20px;
	text-decoration: none;
	min-width: 160px;
}
.footer__info-nav-contacts-address {
    margin-top: 20px;
    margin-left: 305px;
}

.footer__info-nav-contacts-address, .footer__info-nav-contacts-phone {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
}
.footer__info-nav-contacts-address-title, .footer__info-nav-contacts-phone-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 145%;
	margin-bottom: 10px;
}
.footer__info-subscribe {
	border: 1px solid #545454;
	border-radius: 20px;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
	width: 460px;
}
@media screen and (max-width: 1200px) {
	.footer__info-subscribe {
		width: 350px;
	}
	.footer__info-nav-contacts-address {
	    margin-left: 0;
	}
}
.footer__info-subscribe-title {
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 20px;
	text-align: center;
}
.footer__info-subscribe form {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}
.footer__info-subscribe form input[type="text"]{
	background: var(--white);
	border-radius: 10px;
	border: 1px solid #fff;
	color: var(--black);
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	outline: none;
	padding: 13px 13px 13px 64px;
	width: 100%;
}
.footer__info-subscribe form .feedbackForm-input{
	position: relative;
	margin-bottom: 10px;
}
.footer__info-subscribe form input[type="text"].wpcf7-not-valid{
	border: 1px solid var(--red);
}
.footer__info-subscribe form .feedbackForm-input:before {
	background: url('/local/templates/generator/assets/images/icon-email.svg') no-repeat center;
	bottom: 0;
	content: '';
	height: 18px;
	left: 0;
	margin: auto auto auto 20px;
	position: absolute;
	top: 0;
	width: 24px;
	z-index: 10;
}
.footer__info-subscribe form #first-name-field{
	display: none;
}
.footer__info-subscribe form .feedbackForm-row{
	width: 100%;
}
.footer__info-subscribe form input[type="submit"] {
	background: var(--red);
	border-radius: 10px;
	border: none;
	color: var(--white);
	cursor: pointer;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	outline: none;
	padding: 17px;
	width: 100%;
}
.footer__info-subscribe .wpcf7 form .wpcf7-response-output {
	border: none;
	color: var(--red);
	margin: 0;
	padding: 0;
}
.footer__info-subscribe .wpcf7-spinner {
	position: absolute;
	left: 50%;
}
.footer__copyright-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	justify-content: flex-start;
	margin-top: 60px;
}
.footer__copyright {
	min-width: 305px;
}
.footer__policy {
	min-width: 400px;
}
.footer__policy a {
	color: var(--white) !important;
	text-decoration: none;
}
html body.admin-panel-isset header{
	position: unset;
	z-index: 1;
}
/****************************************************************** Media Query */
@media screen and (max-width: 1200px) {
	.container {
		width: 1024px;
	}
	.header__info-logo-desc {
		font-size: 13px;
		max-width: 160px;
	}
	.header__info-social a svg,
	.header__info-social a {
		height: 30px;
		width: 30px;
	}
	.header__info-contact-text {
		font-size: 10px;
	}
	.header__info-contact-phone:hover,
	.header__info-contact-phone {
		font-size: 13px;
	}

	.footer__info-nav-contacts-menu ul li a,
	.footer__info-nav-contacts-menu ul li {
		min-width: 125px;
	}
}
@media screen and (max-width: 1024px) {
	.container {
		width: 800px;
	}
	.header__info-logo-img {
		height: unset;
		margin-right: 10px;
		width: 100px;
	}
	.header__info-logo-desc {
		font-size: 11px;
		max-width: 100px;
	}
	.header__info-social a svg, .header__info-social a {
		height: 20px;
		width: 20px;
	}
	.header__info-links > * {
		margin: 0 5px;
	}
	.header__info-callback {
		font-size: 11px;
		padding: 16px;
	}

	.footer__info-wrapper-company-contacts {
		 width: 100%;
	}
	.footer__copyright,
	.footer__info-company-socials,
	.footer__info-company {
		min-width: 200px;
	}
	.footer__info-subscribe {
		 width: unset;
	}
}
@media screen and (max-width: 800px) {
	header .pc {display: none}
	header .mob {display: flex}
	html body.admin-panel-isset header{
		position: fixed;
		z-index: 999;
	}
	header {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 60px;
		padding-top: 0;
	}
	.site-content,
	.blog .site>.container {
		margin-top: 60px;
	}

	.container {
		width: 600px;
	}
	.header-menu,
	.header__info-callback,
	.header__info-contact,
	.header__info-logo-desc {
		display: none;
	}
	.header__info {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.header__info-logo {
		width: 100%;
	}
	.header__info-social a svg,
	.header__info-social a {
		height: 24px;
		width: 24px;
	}
	.header__info-links > * {
		margin: 0 12px;
	}

	.toggle-nav {
		cursor: pointer;
		display: none;
		height: 10px;
		margin: 0 auto;
		min-width: 15px;
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		width: 15px;
	}
	.toggle-nav span {
		background: #fff;
		border-radius: 9px;
		display: block;
		height: 2px;
		left: 0;
		min-width: 15px;
		opacity: 1;
		position: absolute;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 100%;
	}
	.toggle-nav span:nth-child(1) {
		top: 0;
		transform-origin: left center;
	}
	.toggle-nav span:nth-child(2) {
		top: 6px;
		transform-origin: left center;
	}
	.toggle-nav span:nth-child(3) {
		top: 12px;
		transform-origin: left center;
	}
	.toggle-nav.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 0;
		left: 0;
	}
	.toggle-nav.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.toggle-nav.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 11px;
		left: 0;
	}

	.header__wrapper-navigation.opened {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		background: #363636;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		left: 0;
		padding: 20px;
		position: absolute;
		top: 60px;
		width: 100%;
	}
	.header__wrapper-navigation.opened .header-menu {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 20px;
		padding: 0;
	}
	.header__wrapper-navigation.opened .header-menu li {
		margin: 0 0 20px;
		padding: 0;
	}
	.header__wrapper-navigation.opened .header-menu li a {
		color: var(--white);
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
	}
	.header__wrapper-navigation-link {
		color: var(--white);
		font-weight: 600;
		font-size: 20px;
		line-height: 145%;
		margin-bottom: 20px;
		text-decoration: none;
	}
	.header__wrapper-navigation.opened .header__wrapper-navigation-link {
		display: block;
	}
	.header__wrapper-callback:focus,
	.header__wrapper-callback:visited,
	.header__wrapper-callback:hover,
	.header__wrapper-callback {
		background: var(--red);
		border-radius: 8px;
		border: none;
		color: var(--white);
		cursor: pointer;
		font-weight: 600;
		font-size: 18px;
		line-height: 140%;
		outline: none;
		padding: 17px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	.header__wrapper-navigation.opened .header__wrapper-callback {
		display: block;
	}



	.footer__info-wrapper-company-contacts {
		margin-bottom: 20px;
	}
	.footer__info-wrapper {
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.footer__info-subscribe .wpcf7 {
		margin: 0 auto;
		width: 100%;
	}
	.footer__copyright-wrapper {
		flex-direction: column;
		justify-content: flex-start;
	}
	.footer__copyright-wrapper a {
		color: var(--white);
		text-decoration: none;
	}
	.footer__policy,
	.footer__copyright {
		min-width: unset;
	}
}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 600px) {
	footer {
		padding: 30px 0;
	}
	.container {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}
	.footer__info-wrapper {
		padding: 0 0 30px;
	}
	.footer__info-item {
		flex-direction: column;
	}
	.footer__info-company {
		min-width: unset;
		width: 100%;
	}
	.footer__info-company-data {
		max-width: unset;
	}
	.footer__info-company-data img {
		max-width: 160px;
	}
	.footer__info-nav-contacts-menu ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin: 0 0 30px;
	}
	.footer__info-company-socials {
		min-width: unset;
		margin-bottom: 30px;
	}
	.footer__info-subscribe {
		margin-top: 30px;
	}
	.footer__copyright-wrapper {
		align-items: flex-start;
		margin-top: 0;
	}
	.footer__copyright-wrapper > div {
		margin-bottom: 15px;
	}
	.footer__info-subscribe .wpcf7-spinner {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.header__info-links > * {
		margin: 0 5px;
	}
	.header__info-links-user,
	.header__info-links-favorites {
		margin: 0 24px;
	}
}
@media screen and (max-width: 375px) {
	.header__info-links-user,
	.header__info-links-favorites {
		margin: 0 15px;
	}
}
@media screen and (max-width: 320px) {

	body {
		min-width: 320px;
	}

	.header__info-links-user,
	.header__info-links-favorites {
		margin: 0 3px;
	}

	.toggle-nav {
		width: 15px;
		height: 18px;
	}

	.toggle-nav span:nth-child(2) {
		top: 6px;
		transform-origin: left center;
	}
	.toggle-nav span:nth-child(3) {
		top: 12px;
		transform-origin: left center;
	}

	.toggle-nav.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 3px;
		left: 3px;
	}
	.toggle-nav.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 14px;
		left: 3px;
	}
	.header__info-links-lang {
		margin-right: 20px;
	}
}

.contact-page__content {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
	.contact-page__content {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		padding-bottom: 48px;
	}
}

.contact-page__content-info {
	align-items: flex-start;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-right: 32px;
	width: calc(50% - 1px);
}

@media screen and (max-width: 1024px) {
	.contact-page__content-info {
		border-right: none;
		padding-right: 0;
		width: 100%;
	}
}

.content-page__title {
	color: #000;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	margin: 0 0 48px;
}

@media screen and (max-width: 1024px) {
	.content-page__title {
		font-size: 32px;
		margin: 0 0 32px;
	}
}

.contact-page__ci-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.contact-page__ci-item.social_contacts {
	margin-bottom: 0;
}

.contact-page__ci-item.image {
	display: none;
}

@media screen and (max-width: 1024px) {
	.contact-page__ci-item {
		margin-bottom: 32px;
	}

	.contact-page__ci-item.image {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		display: block;
		overflow: hidden;
		max-width: 345px;
		margin-bottom: 32px;
		padding-bottom: 32px;
	}

	.contact-page__ci-item.image img {
		border-radius: 30px;
		height: 295px;
		object-fit: cover;
		max-width: unset;
	}
}

@media screen and (max-width: 768px) {
	.contact-page__ci-item.image {
		max-width: 100%;
	}

	.contact-page__ci-item.image img {
		width: 100%;
	}
}

.contact-page__ci-item-title {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.contact-page__ci-item-title {
		font-size: 20px;
	}
}

.contact-page__ci-item-value {
	color: #333;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

a.contact-page__ci-item-value {
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.contact-page__ci-item-value {
		font-size: 16px;
	}
}

.contact-page__ci-item-value-contacts:focus, .contact-page__ci-item-value-contacts:visited, .contact-page__ci-item-value-contacts:hover, .contact-page__ci-item-value-contacts {
	align-items: center;
	color: #3051ff;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 12px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

@media screen and (max-width: 1024px) {
	.contact-page__ci-item-value-contacts:focus, .contact-page__ci-item-value-contacts:visited, .contact-page__ci-item-value-contacts:hover, .contact-page__ci-item-value-contacts {
		font-size: 16px;
	}
}

.contact-page__ci-item-value-contacts:last-child {
	margin-bottom: 0;
}

.contact-page__ci-item-value-contacts img {
	height: 40px;
	margin-right: 12px;
	width: 40px;
}

@media screen and (max-width: 1024px) {
	.contact-page__ci-item-value-contacts img {
		height: 32px;
		width: 32px;
	}
}

.contact-page__content-image-block {
	align-items: flex-start;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	height: 488px;
	padding-left: 32px;
	width: calc(50% - 1px);
}

.contact-page__content-image-block img {
	border-radius: 30px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: unset;
	width: unset;
}

@media screen and (max-width: 1024px) {
	.contact-page__content-image-block {
		display: none;
	}
}

.about-page .pc {
	display: block
}

.about-page .mob {
	display: none
}

.about-page {
	padding-bottom: 120px;
}

@media screen and (max-width: 375px) {
	.about-page {
		padding-bottom: 80px;
	}
}

.about__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.about__content-title {
	color: #000;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.about__content-title {
		font-size: 32px;
		margin-bottom: 32px;
	}
}

.about__advantages {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px 64px;
}

@media screen and (max-width: 1024px) {
	.about__advantages {
		justify-content: space-between;
		margin: 0 0 64px;
	}
}

@media screen and (max-width: 375px) {
	.about__advantages {
		margin: 0 0 48px;
	}
}

.about__ad-item {
	align-items: flex-start;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 348px;
	margin: 0 0 24px 24px;
	overflow: hidden;
	padding: 32px;
	width: calc(25% - 26px);
}

@media screen and (max-width: 1024px) {
	.about__ad-item {
		margin-left: 0;
		min-width: 348px;
		width: calc(50% - 13px);
	}
}

@media screen and (max-width: 800px) {
	.about__ad-item {
		height: auto;
		min-width: unset;
		max-width: 345px;
		width: 100%;
	}

	.about__ad-item.item-img {
		max-height: 280px;
	}
}

@media screen and (max-width: 480px) {
	.about__ad-item {
		max-width: unset;
	}
}

@media screen and (max-width: 375px) {
	.about__ad-item:last-child {
		margin-bottom: 0;
	}
}

.about__ad-item.item-img {
	border: none;
	box-sizing: border-box;
	margin-left: 0;
	padding: 0;
}

.about__ad-item.item-img img {
	height: 100%;
	object-fit: cover;
	max-width: unset;
}

@media screen and (max-width: 1024px) {
	.about__ad-item.item-img img {
		min-width: 100%;
	}
}

.about__ad-item.item-2 {
	background: var(--red);
}

.about__ad-item-title {
	color: #222;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	.about__ad-item-title {
		font-size: 20px;
	}
}

.item-2 .about__ad-item-title {
	color: #fff;
}

.about__ad-item ul {
	margin: 0;
	padding: 0;
}

.about__ad-item li {
	align-items: flex-start;
	color: #222;
	display: flex;
	flex-direction: row;
	font-weight: 400;
	font-size: 16px;
	justify-content: flex-start;
	line-height: 160%;
	list-style: none;
	margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
	.about__ad-item li {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.about__ad-item li {
		font-size: 16px;
	}
}

.about__ad-item li:before {
	background: var(--red);
	border-radius: 50%;
	content: '';
	font-size: 16px;
	height: 8px;
	line-height: 160%;
	margin: 7px 12px 4px 0;
	min-width: 8px;
	width: 8px;
}

.about__ad-item.item-2 li {
	color: #fff;
}

.about__ad-item.item-2 li:before {
	background: var(--white);
	content: '';
}

.about__ad-item li:last-child {
	margin-bottom: 0;
}

.about__advantages-icons {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.about__advantages-icons {
		flex-wrap: wrap;
	}
}

.about__advantages-icons-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 24px;
	width: calc(25% - 25px);
}

@media screen and (max-width: 800px) {
	.about__advantages-icons-item {
		margin-bottom: 24px;
		max-width: 345px;
		min-width: 150px;
		padding-left: 12px;
		width: calc(50% - 13px);
	}

	.about__advantages-icons-item:nth-child(3) {
		border-left: none;
		padding-left: 0;
	}
}

@media screen and (max-width: 375px) {
	.about__advantages-icons-item {
		min-width: 145px;
		padding-left: 12px;
		width: calc(50% - 13px);
	}
}

.about__advantages-icons-item:first-child {
	border-left: none;
	padding-left: 0;
}

.about__advantages-icons-item svg {
	height: 64px;
	margin-right: 12px;
	width: 64px;
}

@media screen and (max-width: 800px) {
	.about__advantages-icons-item svg {
		height: 48px;
		width: 48px;
	}
}

@media screen and (max-width: 375px) {
	.about__advantages-icons-item svg {
		height: 32px;
		min-width: 32px;
		width: 32px;
	}
}

.about__ad-ico-item-name {
	align-items: flex-start;
	color: #222;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	justify-content: flex-start;
}

.about__ad-ico-item-name span {
	color: var(--red);
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
	.about__ad-ico-item-name {
		font-size: 14px;
	}

	.about__ad-ico-item-name span {
		font-size: 26px;
	}
}

@media screen and (max-width: 375px) {
	.about__ad-ico-item-name {
		font-size: 12px;
	}
}

html body {
	margin-top: 165px;
}

html body.admin-panel-isset{
	margin-top: 0 !important;
}

@media screen and (max-width: 800px) {
	html body {
		margin-top: 60px;
	}
}

.error-404 .page-title{
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
	font-size: 2.4375em;
	margin-bottom: .61538462em;
}

.error-404 a, .error-404 a:visited{
	color: #111;
}

@media (min-width: 992px) {
	.content-area {
		max-width: calc(100% - 300px);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 300px);
		flex: 0 0 calc(100% - 300px);
		padding-right: 70px;
	}
}

@media (max-width: 800px) {
	.error-404 .page-title{
		font-size: 1.625em;
		margin: 0 0 1em;
	}
	.error-404 .container{
		width: 100%;
		padding: 0 20px;
	}
	.error-404 br{
		display: none;
	}
}

.content-area {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 1px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 30px;
}

.privacy-page h2, .privacy-page h1 {
	color: var(--black);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 40px;
}

.privacy-page h2 {
	font-size: 40px;
}

@media screen and (max-width: 800px) {
	.privacy-page h2, .privacy-page h1 {
		font-size: 28px;
		margin-bottom: 32px;
	}

	.privacy-page h2 {
		font-size: 26px;
	}
}

.privacy-page *{
	font-family: "Manrope", sans-serif;
}

.privacy-page a, .privacy-page a:visited{
	color: #1a1a1a;
	text-decoration: underline;
}

.default-btn, .default-btn:focus, .default-btn:active, .default-btn:visited, .default-btn:hover{
	background: var(--red);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-radius: 8px;
	padding: 12px 20px;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
}

.default-btn span{
	font-weight: 400;
	font-size: 14px;
}

#comp_da2527b0162064418edffbd87fed13ea{
	width: 100%;
}

.filter {
}

.filter__item {
	position: relative;
	min-width: 260px;
}

.filter__item select {
	width: 100%;
	padding: 20px 18px;
	appearance: none;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	cursor: pointer;
	color: var(--black);
}

.filter__item svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.filter__btn {
	background: var(--red);
	border: none;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 8px;
	padding: 18px 70px;
	width: 260px;
	height: 60px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);
}
.filter__btn:hover {
	background-color: #c20c15;
}

.filter__row{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.filter__row:first-of-type{
	margin-bottom: 40px;
}

.filter__desc{
	opacity: 0.6;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: var(--black);
	margin-right: 20px;
}

.filter__group{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.filter__map{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border: 1px solid var(--black);
	border-radius: 8px;
	padding: 10px;
	width: 260px;
	height: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: var(--black);
	margin-right: 30px;
	cursor: pointer;
	justify-content: center;
	-webkit-justify-content: center;
}

.filter__map svg{
	margin-right: 10px;
}

.search{
	padding: 80px 0;
	background-color: #ebebeb;
}

.search h1{
	font-size: 55px;
	line-height: 130%;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.search h1 b{
	font-weight: 600;
}

.search-cards{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 860px;
}

.search-cards .post-card{
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	margin-top: 40px;
	border-radius: 20px;
	background: var(--white);
	height: 365px;
}

.search-cards .post-card__props{
	padding: 40px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 100%;
}

.search-cards .post-card__title span.not-link{
	min-height: auto;
	font-weight: 600;
	font-size: 24px;
	color: var(--black);
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-cards .post-card__thumbnail-gallery{
	height: 100%;
	max-width: 300px;
	width: 300px;
}

.search-cards .post-card__thumbnail-gallery a, .search-cards .post-card__thumbnail a,
.search-cards .post-card__thumbnail-gallery img, .search-cards .post-card__thumbnail img,
.search-cards .post-card__thumbnail-gallery .swiper_thumb {
	height: 100%;
}

.search-cards .post-card__object-item-props{
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	border: 0;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.search-cards .post-card__object-item-props li{
	margin-right: 20px;
}

.search-cards .post-card__object-item-price{
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--black);
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 0;
}

.search-cards .post-card__object-item-price-title{
	font-weight: 400;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.search-cards .btn{
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	width: max-content;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	cursor: pointer;
	color: var(--white);
	margin-right: 20px;
}

.search-cards .btn:hover{
/*	width: max-content;*/
	padding: 10px 12px;
	font-weight: 600;
/*	font-size: 12px;*/
	line-height: 140%;
}

.group-buttons{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	z-index: 99;
}

.search-cards .green-btn{
	background: #29a71a;
	text-decoration: none;
}

.search-cards .btn svg{
	margin-right: 5px;
	flex-shrink: 0;
}

.search-cards .black-btn{
	background: var(--black);
	margin-right: 0;
	text-decoration: none;
}

.search-row{
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.search-aside{
	margin-left: 40px;
}

.search-aside__title{
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: var(--black);
	margin-bottom: 20px;
	margin-top: 40px;
}

.search-aside ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-aside ul li:not(:last-of-type){
	margin-bottom: 10px;
}

.search-aside ul li a, .search-aside ul li a:hover, .search-aside ul li a:visited{
	font-weight: 500;
	font-size: 16px;
	color: var(--black);
}

html body .post-card__object-item-readmore_small{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	width: 360px;
	height: 60px;
	margin: -40px auto 80px auto;
}

html body .post-card__object-item-readmore_small:hover{
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	width: 360px;
	height: 60px;
}

@media screen and (max-width: 1024px) {
	.filter__row, .filter__group{
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: 100%;
	}
	.filter__item{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.filter__row:first-of-type{
		margin-bottom: 0;
	}
	.filter__row:last-of-type{
		flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.filter__map{
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.filter__group:last-of-type{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
	.filter__btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.filter__desc{
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.search h1 {
		font-size: 26px;
	}
	.search-cards .post-card{
		margin-top: 20px;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: 100%;
	}
	.search-cards{
		width: 100%;
	}
	.search-aside{
		display: none;
	}
	.search-cards .post-card{
		height: max-content;
	}
	.search-cards .post-card__props{
		padding: 15px;
	}
	.search-cards .post-card__thumbnail-gallery,
	.search-cards .post-card__thumbnail-gallery a,
	.search-cards .post-card__thumbnail a, .search-cards .post-card__thumbnail-gallery img,
	.search-cards .post-card__thumbnail img, .search-cards .post-card__thumbnail-gallery .swiper_thumb{
		width: 100%;
		max-width: 100%;
		max-height: 220px;
		height: 220px;
	}
	.search-cards .post-card__title span.not-link{
		font-weight: 600;
		font-size: 18px;
		color: var(--black);
		margin-bottom: 20px;
	}
	.search-cards .post-card__object-item-props li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.search-cards .post-card__object-item-price{
		margin: 15px 0 30px 0;
	}
	.group-buttons{
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.search-cards .btn{
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 15px;
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
		box-sizing: border-box;
		min-height: 60px;
	}
	.search-cards .black-btn{
		margin-bottom: 0;
	}
	html body .post-card__object-item-readmore_small{
		width: 100%;
		margin-bottom: 60px;
	}
}


.read-more {
	background-color: #fff;
	position: relative;
	padding: 0 0 64px;
	margin-top: 0
}

.read-more-wrap {
	position: relative;
}

.read-more__list {
	display: flex;
	flex-direction: row;
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}

.read-more__list .swiper-slide {
	padding: 0 15px 40px;
	height: auto;
}
.read-more__list.swiper-initialized .swiper-slide {
	display: flex;
}

.read-more__category {
	font-weight: 400;
	text-align: left;
	/*font-family: var(--additional-font-family);*/
	line-height: inherit;
	position: absolute;
	top: 1rem;
	left: 1rem;
	border-radius: 9999px;
	background-color: rgb(248 248 248);
	padding: 6px 12px;
	font-size: 14px;
	color: rgb(153 153 153);
}

.read-more__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
	transition-duration: .3s;
	height: auto !important;
	position: relative;
	transition-property: transform;
	border: 1px solid #ddd;
	border-radius: 20px;
}

.read-more__item .read-more__body {
	/*font-family: var(--additional-font-family);*/
	padding: 40px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.read-more__title {
	margin-bottom: 2rem;
	font-size: 2.125rem;
	font-weight: 600;
	padding: 0;
}

.read-more__img img {
	border-radius: 20px 20px 0 0;
	height: 180px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.read-more__name {
	line-height: 140%;
	color: #000;
	margin-bottom: 12px;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
}

.read-more__name:hover{
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--red);
}

.read-more__text {
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	line-height: 180%;
	color: #999;
}

@media (max-width: 767px) {
	.read-more__name {
		min-height: initial;
	}

	.read-more__text {
		min-height: initial;
	}
}

.read-more__icons {
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
}

.read-more__icons img {
	width: 18px;
	height: 12px;
	margin-right: 5px;
}

.read-more__icons span {

	font-size: 14px;
	line-height: 16px;
	color: #bbb;
}

.read-more__item .read-more__btn {
	margin: auto 0 0 0;
	border-radius: 10px;
	padding: 20px 32px;
	font-weight: 700;
	background: var(--red);
	text-decoration: none;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	box-sizing: border-box;
	display: table;
	width: max-content;
	border: 2px solid transparent;
}

.read-more__btn:hover {
	border: 2px solid #0f1117;
	color: #0f1117;
	background: transparent;
}

.read-more .swiper-pagination {
	width: 100%;
}

.read-more .swiper-button-disabled {
	opacity: 1 !important;
}

.read-more .swiper-button-prev {
	top: calc(50% + 16px);
	left: -15px;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: white;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.read-more .swiper-button-next {
	top: calc(50% + 16px);
	right: -15px;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: white;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.read-more .swiper-button-prev:after, .read-more .swiper-button-next:after {
	font-size: 14px;
	color: #323232;
}

.read-more .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	margin: 10px 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.read-more .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #201210;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 8px;
	padding: 0;
}

.space{
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.space{
		padding-bottom: 20px;
	}
}

.footer__info-subscribe > div{
	width: 100%;
}

html body .search-row .search-cards .btn:hover{
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	width: max-content;
}