.ui-widget-content {
	border: 0;
	background: none;
}
.hidde {
	display: none !important;
}

header {
	position: relative;
	z-index: 1000;
}

/* 2) Когда добавили класс .is-sticky — фиксируем */
header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	/* чтобы не просвечивало */
	background: #fff;

	/* эффект "шапка отделилась" */
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

header.is-sticky .menu_block {
	display: none;
}

/* Опционально: плавность (можно убрать) */
header {
	transition: box-shadow .2s ease, background .2s ease;
}

input[name = 'telephone'] {
	display: none;
}
.file_upload {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	min-height: 30px;
	font: 500 14px / 1 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.fileupload-preview {
	font-size: 10px;
	line-height: 1;
}
textarea.error,
input.error {
	border-color: red;
}
.error-message {
	font-size: 14px;
	color: red;
}
label span.error {
	font-size: 9px;
	color: red;
	float: right;
}
.alert-validate input {
	border: 1px solid red;
}
.message.fail, .message.successful {
	display: inline-block;
	width: 100%;
	padding: 10px;
	line-height: 1.2;
}
.create_by {
	font-size: 14px;
	width: 300px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	margin-left: 40px;
	margin-top: 10px;
}
.u-info-v1-4__item-hidden {
	bottom: -1px;
}
@media all and (max-width: 425px) {
	.create_by {
		margin-left: 0;
	}
}
#map-canvas {
	min-height: 500px;
}

.selected_txt {
	background: var(--color-primary);
	padding: 3px 5px;
	margin: auto;
	font-size: calc(9px + 7*var(--respon));
}
a .selected_txt {
	color: var(--color-white);
}
.top_item_txt a {
	color: var(--color-primary);
	text-decoration: underline;
}

.fnt14 { font-size: 14px; }
.fnt10 { font-size: 10px; }

.content {
	margin: 0 auto;
}

.content h1 {
	margin-bottom: 25px;
}
.content h2 {
	margin-bottom: 25px;
}
.content h3 {
	margin-bottom: 20px;
}

.content ul {
	margin-bottom: 15px;
}

.content ul li::before {
	content: "•";
	font-size: 24px;
	vertical-align: text-top;
	margin-right: 8px;
	color: var(--color-primary);
}

.review_text {
	margin-top:20px;
	line-height: 1.5;
}
.about_block .video-js {
	width: 100%;
	background-color: transparent;
	/* height:525px; */
	height:auto;
}
.video-js {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.video-js .vjs-tech {position: relative;}
.video-js .vjs-big-play-button {
	font-size: 0;
	line-height: inherit;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: none;
	background-color: rgba(0, 0, 0, 0.502);
	border-radius: 50%;
	transition: all 0.4s;
	transform: translate(-50%, -50%);
	background-image: url(/templates/remcomnew/img/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30%;
	border: solid 2px var(--color-white);
}
.about_block .video-js .vjs-big-play-button {
	width: 50px;
	height: 50px;
}
.vjs-poster {
	background-color: transparent;
}

.button_marq {
	-webkit-animation: glowing 1300ms infinite;
	-moz-animation: glowing 1300ms infinite;
	-o-animation: glowing 1300ms infinite;
	animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
	0% { background-color: #a6e440; -webkit-box-shadow: 0 0 3px #a6e440; }
	50% { background-color: rgba(166, 228, 64, 0.2); -webkit-box-shadow: 0 0 15px rgba(166, 228, 64, 0.2); }
	100% { background-color: #a6e440; -webkit-box-shadow: 0 0 3px #a6e440; }
}
@keyframes glowing {
	0% { background-color: #a6e440; -webkit-box-shadow: 0 0 3px #a6e440; }
	50% { background-color: rgba(166, 228, 64, 0.2); -webkit-box-shadow: 0 0 15px rgba(166, 228, 64, 0.2); }
	100% { background-color: #a6e440; -webkit-box-shadow: 0 0 3px #a6e440; }
}

.contacts_block {
	background-color: var(--color-white);
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.contacts_block > div:first-child {
	padding: 30px;
}

.contacts_map {
	line-height: 0;
	text-align: right;
	overflow: hidden;
	min-height: 400px;
}

.contacts_block svg {
	height: 20px;
	fill: var(--color-primary);
	margin-right: 20px;
	vertical-align: middle;
}

.contacts_map .map_block,
.contacts_map img {
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-height: 100%;
}

.footer_address {
	line-height: 1.45;
	margin-bottom: 20px;
}

.footer_phone {
	margin-bottom: 25px;
	line-height: 1.3;
}

ul#u-mods-admin li::before,
ul#u-mods-utils li::before,
ul#u-mods-cont-right li::before,
ul#u-mods-cont-left li::before {
	display: none;
}
.content a {
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
#toTop {
	bottom: 45%;
}
#cookie-banner {
	padding: 15px 5px;
	background: var(--color-primary);
	color: #FFF;
	opacity: .8;
	font-style: normal;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	z-index: 9999 !important;
	width: 100%;
	min-height: 55px;
	-webkit-transition: all 1.5s ease-out 0s;
	-moz-transition: all 1.5s ease-out 0s;
	-o-transition: all 1.5s ease-out 0s;
	transition: all 1.5s ease-out 0s;
	text-align: center;
	font-size: 16px
}
#cookie-banner .close-cookie {
	bottom: 60px;
	right: 15px;
	background: var(--color-primary);
	font-size: 16px;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 10px;
	margin: 0 0 0 15px;
	padding: 5px 15px
}
#cookie-banner a:hover {
	color: #FFF
}

	.pswp--svg .pswp__button--arrow--left:before {
		background-image: url(../img/ui.prev.png);
	}
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../img/ui.next.png);
	}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-size: auto;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	height: 51px;
	width: 51px;
	background: none;
}
.zoom_icon {
	position: absolute;
	top: calc(80% + 0* var(--respon));
	right: calc(15px + 10* var(--respon));
	cursor: pointer;
}
.zoom_icon svg {
	height: calc(19px + 5* var(--respon));
	width: calc(19px + 5* var(--respon));
}
.portfolio_img {
	position: relative;
}

.more {
	color: var(--color-primary);
}

.top_bg {
  width: 100%;
  overflow: hidden;
}

.top_bg picture,
.top_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* масштабирует без искажения, обрезает лишнее */
  object-position: center; /* центрирует */
  display: block;
}

.top_img {
  position: relative;
  width: 100%;
  height: 100vh; /* или любая нужная высота */
  overflow: hidden;
}
.top_img video {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.footer{
	background:var(--color-secondary);
	color:var(--color-white);
	padding-top: 22px;
	padding-bottom: 35px;
}
.footer a{color:var(--color-white);}
.copyr{
	font-size: calc(9px + 2*var(--respon));
	line-height: calc(13px + 4*var(--respon));
}
.footer_menu_block {
	transform: translateX(-7%);
}
.footer_menu{
	padding:0;
	margin:0;
	list-style:none;
	font-weight: 700;
	font-size: calc(14px + 2*var(--respon));
	line-height: calc(21px + 3*var(--respon));
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.footer_menu li + li {
	margin-top: 5px;
}
.addr_small{
	font-size: calc(11px + 1*var(--respon));
	line-height: calc(16px + 8*var(--respon));
}
.blue_btn {
	width: 100%;
	border: 1px solid var(--color-white);
	background: var(--color-primary);
	color: var(--color-white);
	box-shadow: none;
	padding: 0;
	margin: 0;
	height: 55px;
}
.footer .addr_small + .bold {
	font-size: calc(14px + 2*var(--respon));
	line-height: calc(21px + 3*var(--respon));
}

.row_space_between {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.row_justify_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row_center{
	-webkit-align-items: center;
	align-items: center;
}
.row_end{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.row_justify_end{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.row_reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.stretch{align-items: stretch;}

.top_banner.bg-2 {
	background: url('../img/bg-top2.jpg') no-repeat center top
}

.top_banner {
	position: relative;
}
.top_img {
	top: 0;
	width: 100%;
	transform: translate(-50%, 0);
	left: 50%;
	z-index: 0;
	position: relative;
	line-height: 0;
	text-align: center;
}
.top_img::before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0;
	left:0;
}
.top_img::after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background: #000;
	opacity: 0.60;
	position:absolute;
	top:0;
	left:0;
}
.green_txt {
	color: var(--color-secondary);
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.white_txt{
	color: var(--color-white);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.top_txt {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.left_top{
	width: 65%;
	margin-top: 100px;
}
.top_banner .left_top {
	margin-top: calc(15px + 5*var(--respon));
}
.work_clock{
	font-size: calc(14px + 16*var(--respon));
	line-height: calc(21px + 24*var(--respon));
}
.work_clock svg{
	width: calc(24px + 40*var(--respon));
	height: calc(24px + 40*var(--respon));
}
.remont {
	font-size: calc(20px + 38*var(--respon));
	line-height: calc(24px + 46*var(--respon));
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	margin-top: calc(10px + 35*var(--respon));
	padding-top: 8px;
}
.remont + .remont {
	margin-top: 63px;
	padding-top: 0;
}
.remont::before {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 0;
}
.remont_last{
	font-size: calc(14px + 24*var(--respon));
	line-height: calc(18px + 31*var(--respon));
	margin-top: calc(13px + 32*var(--respon));
	width: 90%;
}
.right_top {
	margin-top: calc(15px + 85*var(--respon));
	max-width: 400px;
	width: 35%;
}
.right_top_item{
	width:100%;
	max-width: 400px;
	min-height: calc(60px + 30*var(--respon));
	margin-bottom: 10px;
	border-radius: 3px;
	font-weight: 700;
	font-size: calc(11px + 7*var(--respon));
	line-height: calc(14px + 9*var(--respon));
	color: var(--color-white);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	padding:10px 10px 10px calc(10px + 10*var(--respon));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a6e440, endColorstr=#92d02c)";
	background: -webkit-linear-gradient(180deg, #a6e440 0%, rgba(166, 228, 64, 0.4) 100%);
	background: -moz-linear-gradient(180deg, #a6e440 0%, rgba(166, 228, 64, 0.4) 100%);
	background: -o-linear-gradient(180deg, #a6e440 0%, rgba(166, 228, 64, 0.4) 100%);
	background: linear-gradient(180deg, #a6e440 0%, rgba(166, 228, 64, 0.4) 100%);
}
.top_item_icon {
	width: calc(40px + 30*var(--respon));
	height: calc(40px + 30*var(--respon));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
}
.top_item_icon svg {
	max-width: 100%;
	max-height: 100%;
}
.top_item_txt {
	width: calc(100% - (50px + 40*var(--respon)));
}

input + .field-error {
	margin: -25px 0 calc(20px + 5 * var(--respon));
}

.fake_btn {
	padding: 9px 18px 5px 35px;
	/*border: 1px solid var(--color-border);*/
	margin: 0 0 20px 0;
}

.cursor-pointer {
	cursor: pointer;
}


.services_item {
	width: 32%;
	max-width: 370px;
	min-height: 317.65px;
	border: 1px solid var(--color-gray);
	border-radius: 3px;
	background: var(--color-white);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	margin-bottom: 28px;
}
.services_txt {
	font-weight: 700;
	font-size: calc(14px + 8*var(--respon));
	line-height: calc(18px + 11*var(--respon));
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 18px 28px;
}
.btn_lnk{
	max-width: 310px;
	width:100%;
	height: calc(30px + 6.94*var(--respon));
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.05);
	margin-top: 10px;
	line-height: calc(26px + 5*var(--respon));
	font-size: calc(11px + 5*var(--respon));
}
.services_txt .btn_lnk {
	bottom: 50px;
	position: absolute;
}
.services_txt_inner {
	min-height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_banner {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.top_banner .top_img {
	height: 0;
	transition: height 0.3s ease;
}
.top_banner.loaded .top_img {
	height: 90vh;
}

.top_banner.loaded {
	opacity: 1;
}

.breadcrumbs {
	width: 100%;
	font-size: calc(9px + 2*var(--respon));
	line-height: calc(13px + 3*var(--respon));
	color: var(--color-basic);
	margin-top: calc(18px + 7*var(--respon));
	margin-bottom: calc(10px + 15*var(--respon));
}
.separator {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.separator,
.breadcrumbs a{
	color:var(--color-darkgray);
}

.calc_block{
	background: var(--color-bg);
	border: 1px solid var(--color-gray);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 3px;

}
.calc_step {
	padding: 25px calc(20px + 10*var(--respon)) calc(0px + 13*var(--respon));
	min-height: calc(300px + 75*var(--respon));
}
.calc_step_ttl{
	font-weight: 700;
	font-size: calc(14px + 16*var(--respon));
	line-height: calc(21px + 24*var(--respon));
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: calc(20px + -10*var(--respon));
}
.calc_step_ttl span{
	background: var(--color-primary);
	border-radius: 100px;
	line-height: calc(14px + 16*var(--respon));
	text-align: center;
	color: var(--color-white);
	padding:calc(8px + -6*var(--respon)) calc(20px + 5*var(--respon));
}
.calc_step_ttl span sup{font-size: calc(11px + 5*var(--respon));}
.calc_step_txt{
	font-weight: 700;
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(14px + 7*var(--respon));
	text-align: center;
	border-bottom:1px solid var(--color-gray);
	padding-bottom:calc(17px + 8*var(--respon));
	margin-bottom: calc(18px + 7*var(--respon));

}
.calc_step_q{
	font-weight: 700;
	font-size: calc(14px + 8*var(--respon));
	line-height: calc(18px + 11*var(--respon));
	text-align: center;
	margin-bottom: calc(15px + 5*var(--respon));
}
.calc_step_answr {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:4px;
}
.calc_txt {
	font-size: calc(8px + 8*var(--respon));
}
.w300{width:calc(240px + 60*var(--respon));}
.margin_auto {
	margin-left: auto;
	margin-right: auto;
}
.inright div:nth-child(2n) {transform: translateX(50%);}
.btn_pagntn{
	width: calc(110px + 35*var(--respon));
	height: calc(30px + 30*var(--respon));
	line-height: calc(30px + 30*var(--respon));
}
.btn_pagntn.disable {
	visibility: hidden;
}
.pagination_prev{
	border: 1px solid var(--color-gray);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1), inset 0px -3px 0px var(--color-gray);
}
.pagination_next{
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1), inset 0px -3px 0px rgba(0, 0, 0, 0.05);
}
.pagination_step{
	width: calc(20px + 10*var(--respon));
	height: calc(20px + 10*var(--respon));
	background: var(--color-gray);
	color:var(--color-white);
	font-weight: 700;
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(11px + 5*var(--respon));
	display: flex;
	align-items: center;
	text-align: center;
	justify-content:center;
	border-radius:50%;
	margin: 0 calc(2.5px + 2.5*var(--respon));
}
.pagination_step.active{background: var(--color-primary);}
.calc_pagination {padding: 0 calc(20px + 10*var(--respon)) calc(20px + 10*var(--respon));}
.checkbox_block.pd label {
	font-size: calc(9px + 3*var(--respon));
	line-height: calc(11px + 4*var(--respon));
	margin-bottom: 10px;
	color: var(--color-darkgray);
	font-weight: 300;
	width: 100%;
}
.checkbox_block.pd label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: calc(5px + 5*var(--respon));
	background-color: var(--color-lightgray);
	border-radius: 2px;
	width: 16px;
	height: 16px;
	transition: none;
	border:1px solid var(--color-gray);
	border-radius: 1px;
}
.checkbox_block.pd input:checked + label:before {
	background-image: url('../img/checked.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: var(--color-lightgray);
	border-color:var(--color-gray);
	box-shadow:none;
}
.checkbox_block.pd label span {
	display: inline-block;
	width: calc(100% - 33px);
	vertical-align: middle;
	white-space: nowrap;
}
.w360{max-width:360px;}
.ui-widget.ui-widget-content {
	border: 1px solid var(--color-gray);
	background: var(--color-gray);
	border-radius: 100px;
	height: calc(5px + 5*var(--respon));
}
.ui-widget-content .ui-state-default{
	width: calc(16px + 4*var(--respon));
	height: calc(16px + 4*var(--respon));
	border: calc(1px + 1*var(--respon)) solid var(--color-white);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a6e440, endColorstr=#92d02c)";
	background: -webkit-linear-gradient(180deg, #a6e440 0%, #92d02c 100%);
	background: -moz-linear-gradient(180deg, #a6e440 0%, #92d02c 100%);
	background: -o-linear-gradient(180deg, #a6e440 0%, #92d02c 100%);
	background: linear-gradient(180deg, #a6e440 0%, #92d02c 100%);
	top: 0;
	transform: translateY(-5.5px);
}
.ui-slider .ui-slider-range{
	background: var(--color-secondary);
	border-radius: 100px;
}
.ui-slider-range-txt {
	transform: translate(-40%, -101%);
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(14px + 4*var(--respon));
	font-weight: 700;
	display: inline-block;
	padding-bottom: calc(5px + 8*var(--respon));
	white-space: nowrap;
}
.price_min_max{
	font-size: calc(9px + 3*var(--respon));
	line-height: calc(11px + 5*var(--respon));
	color: var(--color-darkgray);
	margin-top: calc(8px + 2*var(--respon));
}
.currency {
	position: relative;
}
.currency::after {
	content: attr(data-currency);
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(14px + 5*var(--respon));
	color: var(--color-darkgray);
}
.currency input {margin-bottom: 0;}
.w480 {max-width: 480px;}
.calc_step_answr textarea {
	height:  calc(100px + 41*var(--respon));
	margin-bottom: 0;
}
.w870{max-width:870px;}
.calc_step_answr .btn {max-width: 270px;}
/*  form UI	------------------------------------------------------- */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select, input, textarea {
	margin: 0 0 calc(20px + 5*var(--respon));
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: calc(40px + 15*var(--respon));
	text-transform: none;
	padding: 0 0px 0 calc(10px + 10*var(--respon));
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(16px + 8*var(--respon));
	font-weight: 400;
	color: var(--color-darkgray);
	font-family: 'Roboto', sans-serif;
	background: var(--color-lightgray);
	border: 1px solid var(--color-gray);
	border-radius: var(--radius-block);
	letter-spacing: 0.02em;
}
input.focus,
select:focus,
input:focus,
textarea:focus {}
.error select,
.error input,
.error textarea {}
.error label{}
.error label:after{
	content:'!';
}
textarea {
	height: calc(100px + -7*var(--respon));
	padding-top: calc(5px + 8*var(--respon));
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--color-darkgray);
	opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--color-darkgray);
	opacity: 1;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	color: var(--color-darkgray);
	opacity: 1;
}
select {
	padding-left: 15px;
	background-image: url('../img/select.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
}
label {
	display: inline-block;
}
input[type="submit"],
button[type="submit"],
.submit {
	cursor: pointer;
	padding: 0 28px;
	height: calc(40px + 15*var(--respon));
	line-height: calc(40px + 15*var(--respon));
}
.radiobox_block input,
.checkbox_block input{display:none;}
.checkbox_block label,
.radiobox_block label{
	display:flex;
	align-items:center;
}
.checkbox_block label {
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(14px + 6*var(--respon));
	margin-bottom: calc(20px + -3*var(--respon));
	/* color: var(--color-basic); */
	font-weight: 300;
	width: 100%;
}
.checkbox_block label::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: calc(5px + 5*var(--respon));
	background-color: var(--color-lightgray);
	border-radius: 1px;
	width: calc(14px + 4*var(--respon));
	height: calc(14px + 4*var(--respon));
	transition: none;
	border:calc(3px + 1*var(--respon)) solid transparent;
	border-radius: 1px;
	box-shadow: 0 0 0 1px var(--color-gray);
}
.checkbox_block input:checked + label:before {
	background-color: var(--color-primary);
	border-color:var(--color-white);
	box-shadow: 0 0 0 1px var(--color-primary);
}
.radiobox_block label span,
.checkbox_block label span {
	display: inline-block;
	/* width: calc(100% - 28px); */
	/* vertical-align: middle; */
}
.radiobox_block label span{
	/* vertical-align: middle; */
	/* width: calc(100% - (17px + 11*var(--respon))); */
}
.radiobox_block label {
	font-size: calc(11px + 5*var(--respon));
	line-height: calc(14px + 6*var(--respon));
	margin-bottom: calc(20px + -3*var(--respon));
	min-width:65px;
	width:revert;
	/* display: block; */
	text-align: left;
}
.radiobox_block label::before {
	content: ' ';
	display: inline-block;
	border-width: calc(1px + 1*var(--respon));
	border-color: var(--color-gray);
	border-style: solid;
	border-radius: 50%;
	background-color: var(--color-white);
	width: calc(12px + 4*var(--respon));
	height: calc(12px + 4*var(--respon));
	vertical-align: middle;
	margin-right: calc(5px + 5*var(--respon));
	transition: none;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
	min-width: 16px
}
.radiobox_block input:checked + label::before {
	border-color: var(--color-white);
	background-color: var(--color-primary);
	box-shadow: 0 0 0 2px rgba(36, 150, 210, 0.3);
}
input[type="file"] {
	width: 100%;
	/* height: 100%; */
	opacity: 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	top: 0;
}
.file_upload{position:relative;}
.file_upload::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/upload.svg) no-repeat 0 0;
	position: absolute;
	left: 10px;
	top: 35%;
	transform: translateY(-50%);
}
.tbl_price_top {
	padding-bottom: 10px;
	cursor: pointer;
}
.tbl_price_item {
	margin-bottom: 45px;
	border-bottom: 1px solid var(--color-gray);
}
.tbl_price_item.open {border-bottom: none;}
.tbl_price_top {
	padding-bottom: 10px;
	cursor: pointer;
}
.tbl_price_num, .tbl_price_name{
	font-weight: 700;
	font-size: calc(14px + 16*var(--respon));
	line-height: calc(21px + 24*var(--respon));
}
.tbl_price_num{
	color: var(--color-primary);
	border-right: 1px solid var(--color-primary);
	padding-right:calc(10px + 10*var(--respon));

}
.tbl_price_name {
	padding-left:calc(10px + 10*var(--respon));
}
.tbl_price_arrow {
	display: flex;
	align-items: center;
	width: 12px;
	justify-content: center;
}
.tbl_price_item.open .tbl_price_arrow svg{transform:scaleY(-1);}
.tbl_price_info_block{
	box-shadow:0px 5px 25px rgba(0, 0, 0, 0.1);
	max-height:0;
	overflow:hidden;
}
.tbl_price_item.open .tbl_price_info_block{
	max-height:9999px;
}
.th{
	background:var(--color-primary);
	color:var(--color-white);
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding:13px 10px;
	border-right:1px solid var(--color-white);
	width: 13.5%;
}
.th:first-child{
	width: 73%;
}
.th:last-child{border:none;}
.td {
	text-align: center;
	padding: 13px 10px 12px;
	width: 13.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid var(--color-gray);
	border-bottom:1px solid var(--color-gray);
}
.td:first-child{
	text-align:left;
	justify-content: flex-start;
	padding-left:20px;
	width: 73%;
	border-left:1px solid var(--color-gray);
}
.tr:nth-child(2n+1){background:var(--color-white);}
.tr:hover{
	background:#e9f4fa;
	border: 1px solid var(--color-primary);
}
.remont_block {
	margin-left: -17px;
	margin-right: -17px;
}
.remont_item {
	width: 32%;
	max-width: 370px;
	min-height: 317.65px;
	/*border: 1px solid var(--color-gray);
	border-radius: 3px;*/
	background: var(--color-white);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	margin: 0 15px calc(20px + 13*var(--respon));
}
.remont_txt {
	padding: calc(10px + 5*var(--respon)) 18px calc(18px + 10*var(--respon));
}
.remont_name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: calc(10px + 12*var(--respon));
	line-height: calc(18px + 16*var(--respon));
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	position:relative;
	padding-bottom:	calc(8px + 5*var(--respon));
	margin-bottom: calc(5px + 8*var(--respon));
}
.remont_price_txt::after,
.remont_name::after {
	content:'';
	display:block;
	position: absolute;
	width: 200px;
	height: 1px;
	left: 50%;
	bottom:0;
	transform:translateX(-50%);
	background: var(--color-gray);
}
.remont_price{
	font-weight: 700;
	font-size: calc(14px + 12*var(--respon));
	line-height: calc(21px + 18*var(--respon));
	text-align: center;
	color: var(--color-primary);
	margin-bottom: calc(0px + 3*var(--respon));
}
.remont_price_txt{
	font-weight: 400;
	font-size: calc(11px + 3*var(--respon));
	line-height: calc(14px + 7*var(--respon));
	text-align: center;
	letter-spacing: 0.03em;
	color: var(--color-primary);
	padding-bottom:	calc(6px + 7*var(--respon));
	position:relative;
	margin-bottom: calc(11px + 10*var(--respon));
}
.remont_list_block {
	margin: 0;
	padding: 0;
	list-style: none;
}
.remont_list_block li{
	font-size: calc(11px + 3*var(--respon));
	line-height: calc(14px + 4*var(--respon));
	padding: 5px calc(13px + -3*var(--respon));
	background: var(--color-lightgray);
	border-radius: 3px;
	margin-bottom:calc(5px + 5*var(--respon));
}
.remont_txt .btn_lnk {max-width: none;}
.remont_txt .btn_lnk + .btn_lnk {margin-top: calc(20px + 5*var(--respon));}
.remont_list_block.vol2 {
	overflow: hidden;
	max-height: 0;
}
.remont_list_block.vol2.open {max-height: 9999px;}


.review_item {
	display: flex;
	align-items: stretch; /* по умолчанию, но важно */
}

.review_left {
	display: flex;
	flex-direction: column;
}

.review_left_top {
	/* сверху по умолчанию */
}

.review_left_bottom {
	margin-top: auto;
	font-size: 12px;
	line-height: 1.2;
}

.color-blue{
	color: var(--color-primary);
}
.color-green{
	color: var(--color-secondary);
}

.portfolion_name {
	min-height: 135px;
}
.portfolio_info {
	position: relative;
	padding-bottom: 70px;
}

.portfolio_info > .row.align_items_center.justify_between {
	min-height: 40px;
}
.portfolio_info p:last-child {
	position: absolute;
	margin: 0 auto;
	width: calc(100% - 30px);
	margin-left: -30px;
	text-align: center;
	display: flex;
	bottom: 25px;
}

.video-obzor {
	width: 32px;
	height:32px;
	background: url(../img/video.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
	margin-right: 50px;
}

@media screen and (max-width: 991px) {
	.services_block {justify-content: space-around;}
	.portfolio_block::after,
	.services_block::after {
		content: '';
		width: 100%;
		max-width: 370px;
	}
	.services_item {
		width: 100%;
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
		min-height: 0;
	}
	.services_txt_inner {min-height: 0;}
	.btn_lnk {margin-top: 16px;}
	.services_txt {padding: 8px 18px 18px;}
	.portfolio_item{width:100%;margin-bottom: 18px;}
	.portfolio_txt {margin-top: 0px;}
	.portfolio_btn {max-width: 240px;}

	.right_top, .left_top {
		width: 100%;
		max-width: none;
	}
	.right_top img {
		max-width: 100%;
		margin-left: 0;
	}
	.top_banner .right_top {
		display: none;
	}

	.file_upload::after {
		width: 16px;
		height: 14px;
		right: 10px;
		top: 28%;
		background-size: contain;
	}
	.remont_item {width: 100%;}
	.remont_name {
		padding-left:10px;
		padding-right:10px;
	}
	.service_top_item {
		width: 48%;
		text-align: center;
		margin-bottom: 10px;
		max-width: none;
	}
	.service_top_item_icon {margin: 0 auto 5px;}
	.service_top_item_icon svg {max-height: 43px;}
	.service_top_item_txt {	max-width: none;}
	.footer_menu_block {
		order: 1;
		transform: none;
		text-align: center;
		margin-top: 10px;
		padding: 0 5px;
		justify-content: space-around;
	}
	.footer_menu li + li {margin-top: 10px;}
	.footer .top_btn.blue_btn {
		width: 100%;
		min-width: 0;
		line-height: 14px;
		text-align: center;
		height: 50px;
		padding: 0 15px;
	}
	.footer .top_btn.blue_btn svg {
		width: 16px;
		height: 16px;
	}
	.footer .container > div:nth-child(4) {
		width: 100%;
		order: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer .container > div:nth-child(4) > div:first-child {
		display: none;
	}
	.footer .container > div:nth-child(4) > div:last-child {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .container > div:nth-child(3) {
		order: 3;
		text-align: center;
	}
	.footer .container > div:nth-child(1) {
		order: 4;
		text-align: center;
	}
	.footer_logo {
		width: 32%;
		margin: 0 auto;
	}
	.footer {padding-bottom: 50px;}

	.inline_block_md {
		display: inline-block;
	}
	.portfolion_name {
		min-height: 90px;
	}
	.portfolio_info p:last-child {
		margin-left: -20px;
	}
}

.top_banner_hero {
	position: relative;
	overflow: hidden;
	background: none;
	isolation: isolate;

	/* ширина исходного фонового изображения */
	--hero-bg-width: 3280px;

	/* насколько быстро двигается фон */
	--hero-bg-speed: 0.9s;

	/* крайнее смещение от центра */
	--hero-bg-shift: calc((var(--hero-bg-width) - 100vw) / 2);
}

.top_banner_hero .hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.top_banner_hero .hero-bg img {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--hero-bg-width);
	max-width: none;
	height: auto;
	transform: translate3d(-50%, 0, 0);
	transition: transform var(--hero-bg-speed) ease;
	will-change: transform;
	user-select: none;
	pointer-events: none;
}

.top_banner_hero .hero-logo {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-430px);
	z-index: 1;
	width: clamp(220px, 24vw, 250px);
	height: auto;
}
.top_banner_hero .hero-logo,
.top_banner_hero > .container {
	position: relative;
	z-index: 2;
}

@media (hover: hover) and (pointer: fine) and (min-width: 541px) {
	.top_banner_hero:has(.left_hero:hover) .hero-bg img {
		transform: translate3d(calc(-50% + var(--hero-bg-shift)), 0, 0);
	}

	.top_banner_hero:has(.right_hero:hover) .hero-bg img {
		transform: translate3d(calc(-50% - var(--hero-bg-shift)), 0, 0);
	}
}

/* =========================
   Верхний контейнер hero
   ========================= */

.top_banner_hero > .container:first-of-type {
	position: relative;
	z-index: 2;
}

.top_banner_hero .center_hero {
	margin-top: 0;
	position: relative;
	z-index: 2;
}

.top_banner_hero .center_hero img {
	display: block;
	max-height: 100vh;
	height: auto;
	width: auto;
}

.top_banner_hero .left_hero,
.top_banner_hero .right_hero {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: calc(10px + 2 * var(--respon));
	line-height: calc(12px + 3 * var(--respon));
	background: rgba(255, 255, 255, 0.75);
	padding: 20px;
	border-radius: 16px;
	min-height: 250px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.top_banner_hero .left_hero {
	text-align: left;
}

.top_banner_hero .right_hero {
	text-align: right;
}

.top_banner_hero .left_hero,
.top_banner_hero .right_hero {
	transition:
			transform 0.35s ease,
			background 0.35s ease,
			box-shadow 0.35s ease;
}

@media (min-width: 541px) {
	.top_banner_hero .left_hero:hover,
	.top_banner_hero .right_hero:hover {
		transform: translateY(-4px);
		background: rgba(255, 255, 255, 0.82);
		box-shadow: 0 16px 32px rgba(0, 0, 0, 0.30);
	}
}

.top_banner_hero .left_hero .h2,
.top_banner_hero .right_hero .h2 {
	font-size: calc(20px + 12 * var(--respon));
	line-height: calc(28px + 13 * var(--respon));
	margin: 0;
}

.top_banner_hero .left_hero .h3 a,
.top_banner_hero .right_hero .h3 a,
.top_banner_hero .left_hero .h3,
.top_banner_hero .right_hero .h3 {
	font-size: calc(14px + 12 * var(--respon));
	line-height: calc(20px + 13 * var(--respon));
	color: var(--color-primary);
	margin: auto 0 8px 0;
}

.top_banner_hero .left_hero > div.text,
.top_banner_hero .right_hero > div.text {
	margin: 0;
}

/* =========================
   Нижний контейнер hero
   ========================= */

.top_banner_hero > .container:last-of-type {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) clamp(260px, 24vw, 360px) minmax(260px, 1fr);
	align-items: end;
	gap: 24px;
	margin-top: -90px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.top_banner_hero .left_center_hero {
	grid-column: 1;
	justify-self: start;
	align-self: end;
	text-align: left;
	transform: translateY(-150px);
}

.top_banner_hero .right_center_hero {
	grid-column: 3;
	justify-self: end;
	align-self: end;
	text-align: right;
	transform: translateY(-150px);
}

.top_banner_hero .hero_phone {
	font-size: calc(20px + 12 * var(--respon));
	line-height: calc(28px + 13 * var(--respon));
	margin: 0;
}

.top_banner_hero .btn_hero {
	font-size: calc(10px + 6 * var(--respon));
	line-height: calc(12px + 6 * var(--respon));
	color: var(--color-primary);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.top_banner_hero .right_center_hero img {
	display: block;
	max-width: 220px;
	height: auto;
	margin-left: auto;
}

@media (min-width: 540px) and (max-width: 1024px) {
	.top_banner_hero > .container:last-of-type {
		grid-template-columns: minmax(200px, 1fr) clamp(200px, 24vw, 300px) minmax(200px, 1fr);
	}

	.top_banner_hero {
		position: relative;
		overflow: hidden;
		background: none;
	}

	.top_banner_hero .hero-bg {
		top: 0;
		left: 0;
		right: 0;
		height: 40vh;
		bottom: auto;
		background: url('/images/index/background.jpg') center center / cover no-repeat;
		transform: translate3d(0, 0, 0) scale(1.03);
		transition: transform 0.8s ease;
	}

	.top_banner_hero .hero-logo,
	.top_banner_hero > .container {
		position: relative;
		z-index: 1;
	}

	.top_banner_hero .left_hero,
	.top_banner_hero .right_hero {
		max-width: 100%;
		min-height: 200px;
	}

	.top_banner_hero .hero-logo {
		transform: translateX(-324px);
	}

	/* Нижний контейнер */
	.top_banner_hero .left_center_hero {
		grid-row: 1;
		justify-self: end;
		align-self: start;
		text-align: left;
		margin: 0;
		width: 210px;
		max-width: 100%;
		transform: translateY(-150px);
	}

	.top_banner_hero .right_center_hero {
		grid-row: 2;
		justify-self: end;
		align-self: start;
		text-align: left;
		margin: 0;
		width: 210px;
		max-width: 100%;
	}

	.top_banner_hero .right_center_hero {
		transform: translateY(-235px);
	}

	.top_banner_hero .hero_phone {
		font-size: 20px;
		line-height: 1.2;
		margin: 0;
		font-weight: 700;
	}

	.top_banner_hero .btn_hero {
		display: inline-block;
		font-size: 14px;
		line-height: 1.2;
		padding: 0;
	}

	.top_banner_hero .right_center_hero img {
		display: block;
		margin: 0;
		max-width: 180px;
		height: auto;
	}
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 768px) {
	.top_banner_hero {
		min-height: 620px;
	}

	.top_banner_hero .hero-bg {
		inset: 0;
		height: 100%;
		background: none;
		transform: none;
	}

	.top_banner_hero .hero-bg img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
		transform: none !important;
		transition: none !important;
		content: url('/images/index/background-vert.jpg');
	}

	.top_banner_hero .hero-logo {
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 180px;
		height: auto;
		display: none;
	}

	/* Верхний контейнер */
	.top_banner_hero > .container:first-of-type {
		display: block !important;
		-webkit-flex-direction: initial !important;
		flex-direction: initial !important;
		-webkit-justify-content: initial !important;
		justify-content: initial !important;
		-webkit-align-items: initial !important;
		align-items: initial !important;
		min-height: 620px;
		padding: 58px 20px 245px;
		box-sizing: border-box;
	}

    .top_banner_hero .row {
        display: inline-block;
    }

    .top_banner_hero .left_hero,
	.top_banner_hero .right_hero {
		position: relative;
		z-index: 6;
		width: 100% !important;
		max-width: none !important;
		flex: 0 0 auto !important;
		align-self: stretch !important;
		min-height: 0;
		padding: 12px 14px;
		box-sizing: border-box;
		border-radius: 16px;
		font-size: 14px;
		line-height: 1.35;
		overflow-wrap: normal;
		word-break: normal;
		text-align: left;
	}

	.top_banner_hero .left_hero {
		margin-bottom: 10px;
        top: 145px;
	}

	.top_banner_hero .center_hero {
		display: none !important;
	}

	.top_banner_hero .center_hero img {
		display: none !important;
	}

	.top_banner_hero .right_hero {
		margin-top: 0;
        top: 180px;
	}

	.top_banner_hero .left_hero .h2,
	.top_banner_hero .right_hero .h2 {
		margin: 0 0 8px;
		font-size: 18px;
		line-height: 1.15;
	}

	.top_banner_hero .left_hero .h3,
	.top_banner_hero .right_hero .h3 {
		margin: 0 0 6px;
		font-size: 14px;
		line-height: 1.2;
	}

	.top_banner_hero .left_hero > div.text:last-child,
	.top_banner_hero .right_hero > div.text:last-child {
		margin: 0;
		font-size: 12px;
		line-height: 1.35;
	}

	/* Нижний контейнер */
	.top_banner_hero > .container:last-of-type {
		position: absolute;
		right: 0;
		bottom: 38px;
		z-index: 7;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
		gap: 6px;
		width: min(52vw, 230px);
		margin-top: 0;
		padding: 0 20px 0 0;
		box-sizing: border-box;
	}

	.top_banner_hero .left_center_hero {
		align-self: stretch;
		text-align: right;
		margin: 0;
		width: 100%;
		max-width: 100%;
		transform: translateY(0);
	}

	.top_banner_hero .right_center_hero {
		align-self: stretch;
		text-align: right;
		margin: 0;
		width: 100%;
		max-width: 100%;
		transform: none;
	}

	.top_banner_hero .hero_phone {
		font-size: clamp(18px, 5.2vw, 22px);
		line-height: 1.15;
		margin: 0;
		font-weight: 700;
		white-space: nowrap;
	}

	.top_banner_hero .btn_hero {
		display: inline-block;
		font-size: 14px;
		line-height: 1.2;
		padding: 0;
	}

	.top_banner_hero .right_center_hero img {
		display: block;
		margin: 0 0 0 auto;
		max-width: min(180px, 100%);
		height: auto;
	}
    header.is-sticky .menu_block {
        display: block;
    }
}

@media (max-width: 540px) {
	.top_banner_hero {
		--hero-bg-width: 100%;
		--hero-bg-shift: 0px;
		min-height: 600px;
	}

	.top_banner_hero .hero-bg img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		transform: none !important;
		transition: none !important;
		content: url('/images/index/background-vert.jpg');
	}

	.top_banner_hero > .container:first-of-type {
		min-height: 600px;
		padding: 54px 20px 235px;
	}

	.top_banner_hero .center_hero {
		left: 4px;
		bottom: -8px;
		width: clamp(200px, 52vw, 220px);
	}

	.top_banner_hero > .container:last-of-type {
		bottom: 40px;
		width: 52vw;
		padding-right: 18px;
	}

}

@media (max-width: 380px) {
	.top_banner_hero > .container:first-of-type {
		padding-left: 14px;
		padding-right: 14px;
	}

	.top_banner_hero .left_hero,
	.top_banner_hero .right_hero {
		padding: 10px 12px;
	}

	.top_banner_hero .left_hero .h2,
	.top_banner_hero .right_hero .h2 {
		font-size: 17px;
	}

	.top_banner_hero .center_hero {
		width: 205px;
	}

	.top_banner_hero > .container:last-of-type {
		width: 54vw;
		padding-right: 14px;
	}
}

.pagination_block{
    gap:11px;
    margin: 20px auto;
}
.pagination_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    background: var(--color-white);
    border-radius: 7px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--color-secondary);
}
.pagination_btn.current{
    background: var(--color-primary);
    color:var(--color-white);
}
.pagination_more{
    border: 1.36264px solid var(--color-primary);
    background-color:var(--color-white);
    font-size: 16.3516px;
    line-height: 19px;
    color: var(--color-black);
    margin-left:16px;
    width:139px;
}
@media screen and (min-width: 928px) {
    .pagination_block {
        gap: 10px;
    }
    .pagination_btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 100%;
    }
    .pagination_more {
        border: none;
        background-color: var(--color-primary);
        font-size: 18px;
        line-height: 100%;
        color: var(--color-white);
        margin-left: 0;
        width: 159px;
    }
}
@media screen and (max-width: 928px) {
    .business-hero__content {
        margin-right: 0;
    }
    .md_w40 {
        width: 40%;
    }
    .md_w49 {
        width: 49%;
    }
    .business-hero-brand > .container::before {
        display: none;
    }
}
@media screen and (min-width: 1180px) {
    .pagination_btn {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .pagination_more {
        font-size: 20px;
        width: 192px;
    }
    .pagination_btn svg {
        height: 24px;
        width: 12px;
    }
    .business-hero-brand > .container {
        align-items: flex-start;
        position: relative;
    }
    .business-hero-brand .business-hero__panel {
        min-height: 400px;
        transform: translateY(110px);
    }
    .business-hero-brand > .container::before {
        content: " ";
        display: inline-block;
        background: url(../img/man-banner.png) no-repeat center center;
        position: absolute;
        right: calc(29% - 26px);
        width: 248px;
        height: 447px;
        z-index: 999;
        background-size: cover;
        top: 11px;
        pointer-events: none;
    }
}
@media screen and (min-width: 1520px) {
    .pagination_btn {
        width: 57px;
        height: 57px;
        font-size: 24px;
    }

    .pagination_btn svg {
        height: 30px;
        width: 15px;
    }

    .pagination_more {
        font-size: 24px;
        width: 308px;
    }
}

.logo_block img {
    margin: 0 auto;
    max-width: 100px;
}
.logo_block p {
    width: 100%;
    display: inline-block;
    background-color: #eee;
    padding: 3px 10px;
    margin: 0 0 10px 0;
}

.breakdowns .place_item {
    padding: 20px;
}
.breakdowns small {
    margin-top: 10px;
}

.brand-summary__logo {
    background: #fff;
}