﻿/*

Theme Name: Утиль

*/

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

@font-face{
	font-family:'Manrope';
	src:url('fonts/manrope/manrope-400.ttf') format('truetype');
	font-style:normal;
	font-weight:400;
	font-display:swap;
}

@font-face{
	font-family:'Manrope';
	src:url('fonts/manrope/manrope-500.ttf') format('truetype');
	font-style:normal;
	font-weight:500;
	font-display:swap;
}

@font-face{
	font-family:'Manrope';
	src:url('fonts/manrope/manrope-600.ttf') format('truetype');
	font-style:normal;
	font-weight:600;
	font-display:swap;
}

@font-face{
	font-family:'Manrope';
	src:url('fonts/manrope/manrope-700.ttf') format('truetype');
	font-style:normal;
	font-weight:700;
	font-display:swap;
}

@font-face{
	font-family:'Manrope';
	src:url('fonts/manrope/manrope-800.ttf') format('truetype');
	font-style:normal;
	font-weight:800;
	font-display:swap;
}

body {
	background: #fff;
	min-width: 320px;
	font-family:'Manrope', system-ui, sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
    line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0;
}

p {
    margin: 15px 0;
}

a {
	color: #FF4013;
	text-decoration: none;
}

a:hover {
	color: #FF4013;
}

.row {
    font-size: 0;
}

.bold {
    font-weight: 600;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	padding: 0;
	margin: -1px;
}

.main.padding {
	padding-bottom: 100px;
}

.button {
	position: relative;
	background-image: linear-gradient(135deg,#ff844a,#f94069 50%,#ff844a);
	background-image: linear-gradient(to right, #2563eb, #7c3aed);
	height: 60px;
	display: table;
    color: #fff;
	font-size: 15px;
	text-align: center;
    cursor: pointer;
	font-weight: 600;
    white-space: nowrap;
	line-height: 60px;
	overflow: hidden;
	border: none;
    outline: none;
	border-radius: 10px;
	box-shadow: 0 4px 6px -1px rgb(59 130 246 / .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.button:hover {
	background-size: 200%;
	color: #fff;
}

.button:before {
	z-index: 1;
	content: "";
	position: absolute;
	left: -40px;
	top: -150px;
	width: 30px;
	height: 300px;
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	transform: rotate(45deg);
	transition: .1s;
	animation: glare 3s 0.05s ease-in-out infinite;
	margin-left: 60px;
}

@keyframes glare {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	to {
		left: 110%;
		margin-left: 80px;
	}
}


/* АДАПТИВ */

@media screen and (min-width: 980px) {
	
	body {
		height: 100%;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	
	h1 {
		font-size: 38px;
	}
	
	.button {
		padding: 0 30px;
	}
	
	.wrapper {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	.main {
		flex: 1 0 auto;
		overflow: hidden;
	}
		
	.container {
		max-width: 1172px;
		min-width: 980px;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	.section {
		padding: 60px 0 80px;
	}
	
	.section .left,
	.section .right {
		position: relative;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.section .left {
		padding-right: 40px;
	}
	
	.section .right {
		padding-left: 40px;
	}
	
	.section h2 {
		font-size: 38px;
	}
	
	.section .lead-text {
		font-size: 19px;
	}
	
	.header {
		padding: 20px 0;
	}
	
	.header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header .logotype {
		margin-right: auto;
	}
	
	.header .contact-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header .numbers {
		max-width: 210px;
		display: inline-block;
		vertical-align: middle;
		margin-left: auto;
	}
	
	.header .numbers li {
		display: block;
		font-size: 13px;
		line-height: 1.2;
		margin: 8px 0;
	}
	
	.header .numbers .phone {
		color: #000;
		font-size: 16px;
	}
	
	.header .messengers {
		gap: 20px;
		margin-left: 50px;
	}
	
	.header .menu { 
		position: relative;
		background-color: #fafafa;
		display: inline-block;
		vertical-align: middle;
		border: none;
		border-radius: 10px;
		box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
		margin-left: 40px;
	}
	
	.hero {
		padding-top: 40px;
		padding-bottom: 120px;
	}
	
	.hero.hero-simple {
		padding-bottom: 0;
	}
	
	.landing .hero {
		padding-top: 20px;
	}
	
	.hero:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url(images/bg/wave.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100%;
		width: 100%;
		padding-bottom: 20%;
	}
	
	.hero .container {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;  
	}
	
	.hero .left {
		z-index: 2;
		padding-right: 0;
		padding-left: 0;
	}
	
	.hero .right {
		z-index: 1;
		padding-right: 50px;
		padding-left: 0;
	}
	
	.hero h1 {
		max-width: 480px;
		font-size: 46px;
	}
	
	.hero p {
		display: block;
		font-size: 19px;
		margin: 20px 0;
	}
	
	.hero ul {
		margin: 35px 0;
	}
	
	.hero ul li {
		display: block;
		font-size: 19px;
		margin: 8px 0;
	}
	
	.hero ul li:before {
		top: 8px;
	}
	
	.hero .note {
		font-size: 14px;
	}
	
	.services .row {
		margin: 0 -25px;
	}
	
	.services .item {
		width: 12.5%;
		padding: 25px;
	}
	
	.benefits .item {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding-right: 35px;
	}
	
	.repair-cost-points {
		text-align: center;
	}
	
	.how-work-list {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.how-work-step {
		border-right: 1px solid #c7c7c7;
	}

	.how-work-step:last-child {
		border-right: 0;
	}
	
	.master-layout {
		display: grid;
		grid-template-columns: minmax(280px, 420px) 1fr;
		gap: 80px;
		align-items: stretch;
	}
	
	.pricelist table,
	.pricelist table tbody {
		display: block;
		text-align: left;
	}
	
	.pricelist table tr {
		display: block;
	}
	 
	.pricelist table tr:nth-child(odd) {
		background-color: #eaeffd;
	}
	
	.pricelist table tr td {
		display: inline-block;
		vertical-align: middle;
		padding: 25px 20px;
	}
	
	.pricelist table tr td:first-child {
		width: -moz-calc(100% - 190px);
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}
	
	.pricelist table tr td:last-child {
		width: 190px;
		text-align: right;
	}
	
	.request .form .row {
		margin: 0 -25px;
	}
	
	.request .form .col {
		width: 33.33%;
		display: inline-block;
		vertical-align: bottom;
		padding: 0 25px;
	}
	
	.request .form .col.col-btn {
		margin-top: 30px;
	}
	
	.brands .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.brands .item {
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
		display: inline-block;
		vertical-align: top;
		padding: 18px 15px 25px;
		margin: 10px;
	}
	
	.reviews .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.reviews .item {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding: 25px;
	}
	
	.reviews .item .item-inner {
		text-align: left;
	}
	
	.contacts .row  {
		display: flex;
		flex-wrap: wrap;
		align-content: stretch;
	}
	
	.contacts .contact-block ul li {
		display: block;
		margin: 15px 0;
	}
	
	.contacts .contact-block li .explanation {
		display: block;
		color: #808080;
		font-size: 12px;
		margin-bottom: 6px;
	}

	.contacts .contact-block address {
		display: inline;
		font-style: normal;
	}
	
	.contacts .map,
	.contacts .map .ymap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 10px;
	}

	.tabs .tab-buttons .tab-button {
		font-size: 15px;
	}
	
	.listing {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.listing .card {
		width: -moz-calc(33.33% - 50px);
		width: -webkit-calc(33.33% - 50px);
		width: calc(33.33% - 50px);
		display: inline-block;
		vertical-align: top;
		margin: 20px 25px;
	}
	
	.article,
	.sidebar {
		display: inline-block;
		vertical-align: top;
	}
	
	.article {
		width: -moz-calc(100% - 336px);
		width: -webkit-calc(100% - 336px);
		width: calc(100% - 336px);
		padding-right: 60px;
	}
	
	.sidebar {
		width: 336px;
	}
	
	.text {
		line-height: 1.7;
	}
	
	.text table {
		width: 100%;
		display: table;
	}
	
	.text th,
	.text td {
		padding: 20px 30px;
	}
	
	.footer {
		flex: 0 0 auto;
	}
	
}


@media screen and (max-width: 979px) {
	
	h1 {
		font-size: 28px;
		text-align: center;
	}
	
	.button {
		padding: 0 30px;
	}
	
	.wrapper {
		position: relative;
		width: 100%;
		max-width: 768px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.container {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	
	.section {
		padding: 60px 0;
	}
	
	.section .left,
	.section .right {
		width: 100%;
		display: block;
	}
	
	.section h2 {
		font-size: 26px;
		letter-spacing: 0;
	}
	
	.section .lead-text {
		font-size: 16px;
	}
	
	.header {
		position: relative;
		text-align: center;
		padding: 66px 0 20px;
	}
	
	.header .logotype {
		margin: 0 auto 15px;
	}
	
	.header .contact-bar {
		z-index: 999;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgb(243 244 245 / 52%);
		width: calc(100% - 46px); 
		height: 46px;
		-webkit-backdrop-filter: blur(40px) saturate(200%);
		backdrop-filter: blur(40px) saturate(200%);
		will-change: auto;
	}
	
	.header .numbers li {
		width: 100%;
		height: 46px;		
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		text-align: center;
		line-height: 46px;
		padding: 0 10px;
		margin: 0;
	}
	
	.header .numbers.two li {
		width: 50%;
	}
	
	.header .numbers .phone {
		height: 46px;
		color: #000;
		font-size: 15px;
	}
	
	.header .menu {
		position: fixed;
		right: 0;
		top: 0;
		border: none;
	}

	.header .messengers {
		position: absolute;
		top: 0;
		right: 10px;
		height: 46px;
	}
	
	.header .messengers .messenger {
		width: 46px;
		height: 46px;
	}

	.has-msg-1 .header .numbers { 
		width: calc(100% - 56px); 
	}
	
	.has-msg-2 .header .numbers { 
		width: calc(100% - 102px); 
	}

	.hero {
		text-align: left;
		border-radius: 18px;
		padding-top: 20px;
	}

	.hero .container {
		display: flex;
		flex-direction: column;
	}

	.hero .right {
		order: 2;
		width: 100%;
		max-width: 480px;
		min-width: 0;
		padding: 0;
		overflow-wrap: break-word;
		margin-left: auto;
		margin-right: auto;
	}

	.hero .left {
		order: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	
	.hero h1 {
		font-size: 40px;
		line-height: 1.12;
		text-align: left;
		max-width: 100%;
		overflow-wrap: break-word;
	}
	
	.hero p {
		display: block;
		font-size: 17px;
		line-height: 1.55;
		margin: 20px 0;
		overflow-wrap: anywhere;
	}
	
	.hero ul {
		margin: 26px 0;
		text-align: left;
	}
	
	.hero ul li {
		display: block;
		font-size: 16px;
		text-align: left;
		margin: 8px 0;
		overflow-wrap: anywhere;
	}
	
	.hero ul li:before {
		top: 8px;
	}
	
	.hero .note {
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero .button {
		width: 100%;
		max-width: 260px;
		margin-left: 0;
		margin-right: 0;
	}

	.hero-actions {
		align-items: flex-start;
		gap: 14px;
		margin-top: 24px;
	}

	.hero-phone .phone {
		font-size: 19px;
	}
	
	.hero .left {
		position: relative;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.hero .hero-img-wrapper {
		width: 100%;
		max-width: 480px;
	}

	.hero .hero-img-wrapper .hero-img {
		width: 100%;
		height: auto;
	}

	.hero .hero-img-wrapper .brand-logo {
		position: static;
		display: inline-block;
		margin: 14px 0 0;
		padding: 14px 18px;
	}
	
	.services .row {
		margin: 0 -25px;
	}
	
	.services .item {
		width: 25%;
		padding: 25px;
	}
	
	.benefits .item {
		width: 100%;
		max-width: min(440px, calc(100vw - 30px));
		display: block;
		padding: 0 15px;
		overflow-wrap: break-word;
		margin: 30px auto;
	}

	.benefits-trust {
		text-align: left;
		padding: 18px 0 46px;
	}

	.benefits-trust-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	
	.how-work-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.how-work-step {
		border-right: 0;
        border-bottom: 1px solid #c7c7c7;
	}
	
    .how-work-step:nth-child(odd) {
        border-right: 1px solid #c7c7c7;
    }
	
	.master-layout {
		max-width: 480px;
	}
	
	.master-portrait {
		margin-bottom: 30px;
	}
	
	.pricelist table,
	.pricelist table tbody {
		display: block;
		text-align: left;
	}
	
	.pricelist table tr {
		max-width: 540px;
		display: block;
		text-align: left;
		padding: 15px 25px;
		margin: 10px auto;
	}
	
	.pricelist table tr:nth-child(2n) {
		background-color: #eaeffd;
	}
	
	.pricelist table td {
		display: block;
		padding: 5px 0;
	}
	
	.request .form .col {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}
	
	.brands .row {
		margin: 0 -10px;
	}
	
	.brands .item {
		width: -moz-calc(33.3333% - 20px);
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		display: inline-block;
		vertical-align: top;
		padding: 18px 15px 25px;
		margin: 10px;
	}
	
	.reviews .row {
		margin: 0 -10px;
	}
	
	.reviews .item {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 10px;
	}
	
	.reviews .item .item-inner .review-content .avatar-wrap {
		margin-left: auto;
		margin-right: auto;
	}

	.contacts {
		text-align: center;
	}
	
	.contacts .contact-block {
		margin-bottom: 50px;
	}
	
	.contacts .contact-block ul li {
		display: inline-block;
		vertical-align: top;
		margin: 10px 20px;
	}
	
	.contacts .map .ymap {
		height: 400px;
	}
	
	.breadcrumbs,
	.title {
		text-align: center;
	}

	.tabs .tab-buttons .tab-button {
		font-size: 15px;
	}
	
	.listing {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.listing .card {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}
	
	.article,
	.sidebar {
		width: 100%;
	}
	
	.sidebar {
		margin-top: 50px;
	}
	
	.text {
		line-height: 1.5;
	}
	
	.text table {
		display: inline-block;
		vertical-align: top;
		overflow-x: auto;
	}
	
	.text table th,
	.text table td {
		padding: 20px 10px;
	}

}


@media screen and (max-width: 640px) {
	
	.services .row {
		margin: 0 -20px;
	}
	
	.services .item {
		padding: 20px;
	}
	
	.brands .item {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
	.reviews .row {
		margin: 0;
	}
	
	.reviews .item {
		width: auto;
		padding: 0;
		margin: 10px auto;
	}
	
	.listing {
		margin-left: 0;
		margin-right: 0;
	}
	
	.listing .card {
		width: 100%;
		display: block;
		margin: 10px auto;
	}

}


@media screen and (max-width: 540px) {
	
	.container {
		padding: 0 15px;
	}

	.hero h1 {
		font-size: 38px;
	}
	
	.services .item {
		width: 33.33%;
	}

}


@media screen and (max-width: 480px) {
	
	.button {
		padding: 0 15px;
	}
	
	.section h2 {
		font-size: 28px;
	}
	
	.header .phone {
		font-size: 18px;
	}
	
	.hero h1 {
		font-size: 30px;
	}

	.hero .right {
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero p {
		font-size: 16px;
	}

	.hero-phone {
		padding-left: 2px;
	}
	
	.hero ul {
		text-align: left;
	}
	
	.hero ul li {
		font-size: 16px;
	}
	
	.hero ul li:before {
		top: 6px;
	}

	.hero .button {
		max-width: none;
	}

	.benefits-trust-list {
		grid-template-columns: 1fr;
		max-width: 360px;
		margin: 0 auto;
	}
	
	.how-work-list {
		grid-template-columns: 1fr;
	}
	
    .how-work-step:nth-child(odd) {
        border-right: 0;
    }
	
    .how-work-step:last-child {
        border-bottom: 0;
    }
	
	.request ul {
		text-align: left;
	}
	
	.services .item {
		width: 50%;
	}
	
	.brands .row {
		margin: 0 -10px;
	}
	
	.brands .item {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 10px 5px;
	}
	
}


@media screen and (max-width: 360px) {
	
	.container {
		padding: 0 10px;
	}
	
	.section {
		padding: 50px 0;
	}
	
	.section h2 {
		font-size: 26px;
	}
	
	.header .numbers li {
		padding: 0 8px;
	}
	
	.header .numbers .phone,
	.header .numbers .order {
		font-size: 13px;
	}
	
	.hero {
		padding-top: 30px;
	}
	
	.hero h1 {
		font-size: 28px;
	}
	
	.hero .note {
		font-size: 12px;
	}
	
	.request .form .col {
		margin-bottom: 15px;
	}
	
	.footer {
		padding: 25px 0 75px;
	}

}


@media screen and (max-width: 340px) {
	
	.tabs .tab-buttons .tab-button {
		font-size: 12px;
	}

}


@media screen and (max-width: 320px) {
	
	.container {
		padding: 0 6px;
	}

}


@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {

	.header .logotype:before {
		background-image: url(images/logo@2x.png) !important;
	}

	.messenger-telegram {
		background-image: url(images/icons/messenger-telegram@2x.png) !important;
	}

	.messenger-whatsapp {
		background-image: url(images/icons/messenger-whatsapp@2x.png) !important;
	}
	
	.hero .note:before {
		background-image: url(images/icons/flash@2x.png) !important;
	}
	
	.benefits-trust-num:before {
		background-image: url(images/icons/check@2x.png) !important;
	}
	
	.proof-source-icon.avito {
		background-image: url(images/icons/avito-logo@2x.png) !important;
	}

	.proof-source-icon.yandex {
		background-image: url(images/icons/yandex-logo@2x.png) !important;
	}

	.proof-source-icon.gis {
		background-image: url(images/icons/2gis-logo@2x.png) !important;
	}
	
	.reviews .item .item-inner .review-content .avatar-wrap.vk:before {
		background-image: url(images/icons/vk@2x.png) !important;
	}

	.reviews .item .item-inner .review-content .avatar-wrap.instagram:before {
		background-image: url(images/icons/instagram@2x.png) !important;
	}

	.reviews .item .item-inner .review-content .avatar-wrap .avatar.no {
		background-image: url(images/icons/male@2x.png) !important;
	}
	
	.reviews .item .item-inner .review-content .avatar-wrap .avatar.no.female {
		background-image: url(images/icons/female@2x.png) !important;
	}

}


/* СЕКЦИИ */

.section h2 {
	color: #000;
}

.section .lead-text {
	max-width: 540px;
	line-height: 1.5;
	text-align: center;
	margin: 45px auto;
}

.section .lead-text a {
	color: #000;
	white-space: nowrap;
	border-bottom: 1px solid rgb(0 0 0 / 11%);
}


/* НАВИГАЦИЯ */

.navigation {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: 85%;
	min-width: 250px;
	max-width: 350px;
	text-align: left;
	transition: all .5s;
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	transform: translate(100%,0);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.navigation.show {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
	box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);
}

.navigation .navigation-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 60px 0 90px;
}

.navigation .navigation-inner::-webkit-scrollbar { 
	width: 0;
	height: 0; 
}

.navigation .navigation-inner ul {
	display: block;
	margin: 0;
}

.navigation .navigation-inner ul li {
	position: relative;
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 15px 40px;
}

.navigation .navigation-inner ul li.title {
	max-width: 262px;
}

.navigation .navigation-inner ul li a {
	display: block;
	color: #000;
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navigation .navigation-inner ul li a:hover {
	color: #4851dd;
}

.navigation .navigation-inner ul li .sub-menu {
	padding: 10px 0;
	margin-bottom: 0;
}

.navigation .navigation-inner ul li .sub-menu li {
	padding: 10px 0 10px 20px;
}


/* Стили для меню брендов */

.menu-wrapper {
    position: relative;
}

.menu-toggle {
	position: relative;
	width: 100%;
    background-color: transparent;
	cursor: pointer;
	color: rgba(0,0,0,.6);
	font-family: inherit;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	border: none;
	padding: 15px 40px;
    transition: background-color 0.3s;
}

.menu-toggle:hover,
.show-menu .menu-toggle {
    background-color: rgba(0, 0, 0, 0.05);
}

.menu-toggle:after {
	content: "▼";
	display: inline-block;
	vertical-align: middle;
	color: rgba(0,0,0,.6);
	font-size: 10px;
	margin: -2px 0 0 5px;
}

.show-menu .menu-toggle:after {
	content: "▲";
}

.menu-list {
	display: none !important;
}

.show-menu .menu-list {
	display: block !important;
}

.navigation .navigation-inner ul.menu-list li {
	padding: 8px 40px 8px 50px;
}


/* ШАПКА */

.header {
	background-color: #fff;
	width: 100%;
}

.header .logotype {
	display: block;
}

.header .logotype:before {
	content: "";
	background-image: url(images/logo.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.header .logotype span {
	display: inline-block;
	color: #313131;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.header .logotype span span {
	color: #4851dd;
}

.header .description,
.header .mode {
	color: #000;
	font-size: 14px;
	margin: 0 auto;
}

.header .mode:before {
    content: "";
    background-color: #3AC25B;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 2px;
}

.header .numbers .phone {
	white-space: nowrap;
	font-weight: 600;
}

.header .messengers {
	display: flex;
	align-items: center;
}

.messenger {
    background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	width: 24px;
	height: 24px;
	display: block;
	text-decoration: none;
	transition: transform .15s ease;
}

.messenger:hover {
	transform: translateY(-1px);
}

.messenger-telegram {
	background-image: url(images/icons/messenger-telegram.png);
}

.messenger-whatsapp {
	background-image: url(images/icons/messenger-whatsapp.png);
}

.header .menu {
	z-index: 1001;
	width: 46px;
	height: 46px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
}

.header .menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #000;
	width: 20px;
	height: 2px;
	display: block;
	font-size: 0;
	cursor: pointer;
	transition: 0.35s;
	margin: -1px 0 0 -10px;
}

.header .menu span:before, 
.header .menu span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #000;
	width: 100%;
	height: 2px;
	border: none;
	display: block;
	transition: transform 0.35s;
	transform-origin: 100% 0%;
}

.header .menu span:before {
	transform: translate(-50%, -10px);
}

.header .menu span:after {
	transform: translate(-50%, 10px);
}

.header .menu.close span:before {
	transform: translate(-50%, 0) rotate(35deg) scaleX(0.6);
}

.header .menu.close span:after {
	transform: translate(-56%, 1px) rotate(-35deg) scaleX(0.6);
}


/* ГЛАВНЫЙ ЭКРАН */

.hero {
	z-index: 10;
	position: relative;
	background-color: #eaeffd;
}

.hero.hero-simple {
	background-color: #f3f4f5;
}

.hero .left,
.hero .right {
	z-index: 1;
	position: relative;
}

.hero h1 {
	line-height: 1.1;
}

.hero h1 span {
	display: block;
	font-size: 73%;
	line-height: 1.6;
	font-weight: 300;
}

.hero ul {
	display: block;
}

.hero ul li {
	position: relative;
    color: #000;
	padding-left: 20px;
}

.hero ul li:before {
	content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.hero .note {
	max-width: 470px;
	display: block;
	color: #909090;
	margin-bottom: 20px;
}

.hero .note:before {
    content: "";
    background-image: url(images/icons/flash.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
}

.hero-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hero-phone {
	color: #292c37;
	line-height: 1.2;
}

.hero-phone span {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 500;
}

.hero-phone .phone {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.hero .hero-img-wrapper {
	position: relative;
	display: table;
	margin: 0 auto;
}

.hero .hero-img-wrapper .hero-img {
	z-index: 2;
	position: relative;
	max-width: 100%;
	display: block;
}

.hero .hero-img-wrapper .master-avatar {
	z-index: 4;
	position: absolute;
	left: -10px;
	bottom: -20px;
	background-color: #fff;
	width: 116px;
	height: 116px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 18%);
}

.hero .hero-img-wrapper .master-avatar img {
	display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
}

.hero .master-stamp {
	z-index: 3;
	left: 88px;
	bottom: -20px;
	background-color: #ff521f;
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 18%);
}

.hero .master-stamp.green {
	z-index: 2;
	left: 186px;
	bottom: -20px;
	background-color: #17a914;
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 18%);
}

.hero .hero-img-wrapper .brand-logo {
	z-index: 2;
	position: absolute;
	left: -20px;
	bottom: 20px;
	background-color: #fff;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 18%);
	padding: 20px;
}

.hero .hero-img-wrapper .brand-logo img {
	width: 150px;
	height: 35px;
	display: block;
}


/* ПОЛИТИКА */

.privacy-note {
	display: block;
	color: #585858;
	font-size: 13px;
	font-weight: 300;
	margin-top: 10px;
}

.privacy-note a {
	color: #585858;
	border-bottom: 1px solid rgb(206 206 206 / 20%);
}


/* УСЛУГИ */

.services {
	background-color: #fff;
	text-align: center;
}

.services .item {
	display: inline-block;
	vertical-align: bottom;
}

.services .item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.services .item .name {
	height: 44px;
	display: block;
	color: #000;
    font-size: 15px;
	margin-top: 25px;
}


/* ВЫГОДЫ */

.benefits {
	background-color: #fff;
}

.benefits-trust {
	z-index: 11;
	position: relative;
	padding: 24px 0 56px;
	text-align: left;
}

.benefits-trust-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	list-style: none;
	padding-left: 0;
}

.benefits-trust-item {
	position: relative;
	min-width: 0;
	padding-left: 48px;
}

.benefits-trust-num {
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #2563eb, #7c3aed);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.benefits-trust-num:before {
    content: "";
    background-image: url(images/icons/check.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    display: block;
}

.benefits-trust-item h3 {
	color: #000;
	font-size: 19px;
	line-height: 1.28;
	letter-spacing: 0;
	margin: 0 0 9px;
}

.benefits-trust-item p {
	margin: 0;
	color: #222;
	font-size: 15px;
	line-height: 1.52;
}

@media screen and (max-width: 980px) {
	
	.benefits-trust {
		padding-top: 56px;
	}
	
	.benefits-trust-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 360px) {
	
	.hero-actions {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 480px) {
	
	.hero-actions {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.hero-phone span {
		font-size: 11px;
	}

	.hero-phone .phone {
		font-size: 15px;
	}

	.benefits-trust-list {
		grid-template-columns: 1fr;
		max-width: 360px;
		margin: 0 auto;
	}
}

.section-head {
	max-width: 760px;
	margin: 0 auto 32px;
	text-align: center;
}

.section-head h2 {
	margin: 0;
	color: oklch(0.2 0.012 36);
	font-size: 38px;
	line-height: 1.18;
	letter-spacing: 0;
}

.section-eyebrow {
	margin: 0 0 8px;
	color: oklch(0.52 0.15 24);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.symptoms-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.symptom-card {
	position: relative;
	max-width: 265px;
	min-width: 0;
	margin: 0 auto;
}

.symptom-card img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	margin: 0 0 15px;
}

.symptom-card h3 {
	margin: 0 0 10px;
	color: oklch(0.2 0.012 36);
	font-size: 17px;
	line-height: 1.28;
	letter-spacing: 0;
}

.symptom-card p {
	margin: 0;
	color: oklch(0.37 0.012 40);
	font-size: 14px;
	line-height: 1.55;
}

.symptoms-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 40px;
	padding: 24px 28px;
	background: oklch(0.97 0.008 60);
	border-radius: 14px;
	text-align: left;
}

.symptoms-cta-text {
	margin: 0;
	flex: 1 1 auto;
	color: oklch(0.32 0.012 36);
	font-size: 16px;
	line-height: 1.5;
}

.symptoms-cta-button {
	flex: 0 0 auto;
	min-width: 220px;
}

@media (max-width: 760px) {
	.symptoms-cta {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		text-align: center;
		padding: 22px 20px;
	}

	.symptoms-cta-button {
		min-width: 0;
	}
}

.how-work {
	background: #fff;
}

.how-work-list {
	display: grid;
	counter-reset: work;
	border-top: 1px solid #c7c7c7;
	list-style: none;
	padding-left: 0;
}

.how-work-step {
	background: #fff;
	min-width: 0;
	padding: 30px;
}

.how-work-num {
	display: flex;
    align-items: center;
    gap: 8px;
	color: #2563eb;
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 16px;
}

.how-work-num::before {
    content: '';
    width: 24px;
    height: 1px;
    background: #2563eb;
}

.how-work-step h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 19px;
	line-height: 1.28;
	letter-spacing: 0;
}

.how-work-step p {
	color: #000;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.how-work-cta {
	display: inline-block;
	margin-top: 14px;
	color: #2563eb;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px dashed currentColor;
	padding-bottom: 1px;
	transition: color .15s ease, border-color .15s ease;
}

.how-work-cta:hover,
.how-work-cta:focus-visible {
	color: #1e40af;
	border-bottom-color: transparent;
	outline: none;
}

@media screen and (max-width: 980px) {
	.section-head {
		margin-bottom: 24px;
		text-align: left;
	}

	.section-head h2 {
		font-size: 30px;
	}

	.symptoms-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media screen and (max-width: 760px) {
	.section-head h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 360px) {

	.symptoms-grid  {
		grid-template-columns: 1fr;
	}

}

.benefits .benefits-list {
	list-style: none;
	padding-left: 0;
}

.benefits .item {
	position: relative;
	text-align: left;
	padding-left: 70px;
}

.benefits .item:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 10px;
	width: 36px;
	height: 36px;
	display: block;
	border: 7px solid #4851dd;
	border-radius: 50%;
}

.benefits .item h3 {
	margin-bottom: 20px;
}

.benefits .item p {
	font-size: 17px;
}


/* ПРАЙСЛИСТ */

.pricelist {
	background-color: #fff;
	text-align: center;
}

.pricelist.pricelist-page {
	margin-top: 20px;
}

.pricelist h2 {
	margin-bottom: 50px;
}

.pricelist table {
    width: 100%;
	border-collapse: separate;
    border-spacing: 0 8px;
    border: none;
}

.pricelist caption,
.pricelist thead {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.pricelist table tr {
	transition: opacity 0.3s ease;
	border-radius: 10px;
}

.pricelist table tr.hidden {
    display: none;
}

.pricelist table tr td {
    vertical-align: middle;
	color: rgba(0, 0, 0, 0.995);
	font-size: 18px;
	border: none;
}

.pricelist table tr td a {
	color: rgba(0, 0, 0, 0.995);
	border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}

.price-service-title,
.price-service-work {
	display: block;
}

.price-service-title {
	font-weight: 700;
}

.price-service-work {
	margin-top: 4px;
	color: rgba(0, 0, 0, 0.58);
	font-size: 14px;
	line-height: 1.4;
}

.pricelist .button {
	margin: 40px auto 0;
}


/* PRICE PAGE */

.price-intro {
	max-width: 860px;
	margin: 0 0 28px;
}

.price-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 34px;
}

.price-note {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: left;
	padding: 24px;
}

.price-note:before {
	content: none;
}

.price-note h2 {
	font-size: 22px;
	margin-bottom: 14px;
}

.price-note li {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.55;
	padding-left: 20px;
	margin: 8px 0;
}

.price-note li:before {
    content: '';
    position: absolute;
    left: 0;
	top: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.price-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 26px 0 34px;
}

.price-links a {
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: border-color .2s, color .2s;
	padding: 10px 16px;
}

.price-links a:hover {
	border-color: #c7c7c7;
	color: #000;
}


@media (max-width: 780px) {
	.price-notes {
		grid-template-columns: 1fr;
	}

	.price-links a {
		width: 100%;
		text-align: center;
	}
}


/* BRAND GUIDE */

.brand-guide {
	background-color: #fff;
	text-align: left;
}

.brand-guide h2 {
	text-align: center;
	margin-bottom: 30px;
}

.brand-guide-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 18px;
}

.brand-guide-main,
.brand-guide-card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 24px;
}

.brand-guide-main {
	border-left: 1px solid #e7e9ee;
}

.brand-guide-main p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 14px;
}

.brand-guide-main p:last-child {
	margin-bottom: 0;
}

.brand-guide-card h3 {
	font-size: 20px;
	margin: 0 0 12px;
}

.brand-guide-card li {
	position: relative;
	font-size: 17px;
	line-height: 1.55;
	padding-left: 20px;
	margin: 8px 0;
}

.brand-guide-card li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.brand-guide-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.brand-guide-actions a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 16px;
	transition: border-color .2s, color .2s;
}

.brand-guide-actions a:hover {
	border-color: #ddd;
	color: #000;
}

.brand-guide-actions a.phone {
	background-image: linear-gradient(to right, #2563eb, #7c3aed);
	color: #fff;
}

@media (max-width: 980px) {
	.brand-guide-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.brand-guide h2 {
		text-align: left;
	}

	.brand-guide-actions a {
		width: 100%;
		text-align: center;
	}
}


/* SERVICE GUIDE */

.service-guide {
	background-color: #f7f8fa;
	text-align: left;
}

.post .service-guide {
	margin: 32px 0;
	padding: 32px 0;
}

.post .service-guide .container {
	max-width: none;
	padding: 0;
}

.service-guide h2 {
	text-align: center;
	margin-bottom: 30px;
}

.service-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.service-guide-card {
	background-color: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 8px;
	padding: 24px;
}

.service-guide-card:before {
	content: none;
}

.service-guide-card h3 {
	font-size: 20px;
	margin: 0 0 12px;
}

.service-guide-card ul {
	list-style: disc;
	padding-left: 20px;
}

.service-guide-card li {
	color: #555;
	font-size: 15px;
	line-height: 1.55;
	margin: 6px 0;
}

.service-guide-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.service-guide-actions a {
	background-color: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 8px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 16px;
	transition: border-color .2s, color .2s;
}

.service-guide-actions a:hover {
	border-color: #e04f5f;
	color: #e04f5f;
}

.service-guide-actions a.phone {
	background-color: #111;
	border-color: #111;
	color: #fff;
}

@media (max-width: 980px) {
	.service-guide-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.service-guide h2 {
		text-align: left;
	}

	.post .service-guide {
		margin: 28px 0;
		padding: 28px 0;
	}

	.service-guide-actions a {
		width: 100%;
		text-align: center;
	}
}


/* GEO GUIDE */

.geo-guide {
	background-color: #fff;
	text-align: left;
}

.geo-guide h2 {
	text-align: center;
	margin-bottom: 30px;
}

.geo-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.geo-guide-item {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 24px;
}

.geo-guide-item h3 {
	font-size: 20px;
	margin: 0 0 12px;
}

.geo-guide-item p {
	color: #000;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.geo-guide-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.geo-guide-links a {
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 16px;
	transition: border-color .2s;
}

.geo-guide-links a:hover {
	border-color: #ccc;
	color: #000;
}

.geo-guide-links a.phone {
	background-image: linear-gradient(to right, #2563eb, #7c3aed);
	color: #fff;
}

@media (max-width: 980px) {
	.geo-guide-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.geo-guide h2 {
		text-align: left;
	}

	.geo-guide-links a {
		width: 100%;
		text-align: center;
	}
}


/* ФОРМА ЗАЯВКИ */

.request {
	background-color: #f3f4f5;
	text-align: center;
}

.request .lead-text {
	margin-top: 20px;
    margin-bottom: 20px;
}

.request ul {
	display: block;
	margin-bottom: 60px;
}

.request ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
    color: #000;
	text-align: left;
	padding-left: 30px;
	margin: 5px 10px;
}

.request ul li:before {
	content: '';
    position: absolute;
	top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.request .form .button {
    width: 100%;
	margin-bottom: 15px;
}


/* О КОМПАНИИ */

.about {
	background-color: #fff;
	text-align: center;
}

.about h2 {
	margin-bottom: 50px;
}


/* КАТАЛОГ */

.brands {
	background-color: #eaeffd;
	text-align: center;
}

.brands-head {
	margin-bottom: 28px;
}

.brands-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.brands .item {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 72px;
	width: auto;
	max-width: none;
	overflow: hidden;
	text-align: center;
	border-radius: 8px;
	padding: 16px;
	margin: 0;
	transition: box-shadow .2s, transform .2s;
}

.brands .item:hover {
	box-shadow: 0 14px 32px #a2a8bb;
	transform: translateY(-1px);
}

.brands .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

.brands .item img {
	max-width: 100%;
	height: 26px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.brands-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width: 760px) {
	.brands-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brands .item {
		min-height: 62px;
		padding: 14px;
	}

	.qa .item .question {
		font-size: 16px;
		padding: 18px 46px 18px 18px;
	}

	.qa .item .question:after {
		right: 18px;
	}

	.qa .item .answer {
		font-size: 16px;
		padding: 0 18px 18px;
	}
}


/* REVIEW RATINGS + TABS */

.reviews-ratings {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 0 0 24px;
}

.rating-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border-radius: 10px;
	background-color: #f7f8fa;
	border: 1px solid #e7e9ee;
	color: #111;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}

.rating-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.rating-card .rating-source {
	font-size: 13px;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rating-card .rating-value {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.rating-card .rating-count {
	font-size: 13px;
	color: #555;
}

.rating-card .rating-cta {
	margin-top: auto;
	font-size: 13px;
	color: #e04f5f;
}

.rating-yandex { border-color: #ffcc00; }
.rating-yandex .rating-value { color: #b8860b; }
.rating-2gis   { border-color: #19b73f; }
.rating-2gis   .rating-value { color: #119433; }
.rating-avito  { border-color: #00aaff; }

.reviews-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
}

.reviews-tab {
	appearance: none;
	border: 1px solid #e7e9ee;
	background-color: #fff;
	color: #333;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color .15s ease, border-color .15s ease;
}

.reviews-tab:hover { border-color: #d0d3da; }
.reviews-tab.is-active {
	background-color: #111;
	color: #fff;
	border-color: #111;
}

.review-source {
	margin-top: 10px;
	font-size: 13px;
}

.review-source a {
	color: #e04f5f;
	text-decoration: none;
}

.review-source a:hover { color: #c83e4d; }

.review-date {
	display: inline-block;
	margin-left: 8px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 400;
}


/* ОТЗЫВЫ */

.reviews {
	background-color: #f3f4f5;
    text-align: center;
}

.reviews h2 {
	margin-bottom: 50px;
}

.reviews .item .item-inner {
	background-color: #fff;
	width: 100%;
	max-width: 367px;
	border-radius: 10px;
}

.reviews .item .item-inner img {
	width: 100%;
	display: block;
}

.reviews .item .item-inner .review-content {
	padding: 20px 20px 30px;
}

.reviews .item .item-inner .review-content .avatar-wrap {
	position: relative;
    width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 15px;
}

.reviews .item .item-inner .review-content .avatar-wrap.vk:after,
.reviews .item .item-inner .review-content .avatar-wrap.instagram:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
    width: 32px;
	height: 32px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.reviews .item .item-inner .review-content .avatar-wrap.vk:after {
	background-color: #507299;
}

.reviews .item .item-inner .review-content .avatar-wrap.instagram:after {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.reviews .item .item-inner .review-content .avatar-wrap.vk:before,
.reviews .item .item-inner .review-content .avatar-wrap.instagram:before {
	z-index: 3;
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
	height: 16px;
}

.reviews .item .item-inner .review-content .avatar-wrap.vk:before {
	background-image: url(images/icons/vk.png);
}

.reviews .item .item-inner .review-content .avatar-wrap.instagram:before {
	background-image: url(images/icons/instagram.png);
}

.reviews .item .item-inner .review-content .avatar-wrap .avatar {
	z-index: 1;
	position: relative;
    width: 100px;
	height: 100px;
	border-radius: 40%;
}

.reviews .item .item-inner .review-content .avatar-wrap .avatar.no {
    background-color: #f0f0f0;
    background-image: url(images/icons/male.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 100px;
}

.reviews .item .item-inner .review-content .avatar-wrap .avatar.no.female {
    background-image: url(images/icons/female.png);
}

.reviews .item .item-inner .review-content .review-author {
    color: rgba(0,0,0,.88);
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 10px;
}

.reviews .item .item-inner .review-content .review-author cite {
	font-style: normal;
}

.reviews .item .item-inner .review-content .review-rating {
    margin-bottom: 10px;
}

.reviews .item .item-inner .review-content .review-rating span {
    display: inline-block;
	vertical-align: middle;
}

.reviews .item .item-inner .review-content .review-rating span:after {
    content: "\2605";
	color: #FF6B48;
	font-size: 22px;
}

.reviews .item .item-inner .review-content .readmore,
.reviews .item .item-inner .review-content .hidereview {
	cursor: pointer;
    color: rgba(0,0,0,.48);
    font-size: 14px;
    font-weight: 400;
	margin-top: 13px;
}

.reviews .item .item-inner .review-content .readmore:after {
	content: "Читать полностью →";
}

.reviews .item .item-inner .review-content .hidereview:after {
	content: "← скрыть";
}


/* ВОПРОСЫ НА ОТВЕТЫ */

.qa {
	background-color: #fff;
	text-align: center;
}

.qa-head {
	margin-bottom: 26px;
}

.qa .item {
	background-color: #fff;
	max-width: 800px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0 auto 10px;
}

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

.qa .item.disabled .answer {
	display: none;
}

.qa .item .question {
	appearance: none;
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
    position: relative;
	cursor: pointer;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.32;
	padding: 22px 24px 22px 0;
	text-align: left;
}

.qa .item .question span {
    position: relative;
    display: block;
}

.qa .item .question:after {
    content: "+";
    position: absolute;
	right: 0;
	top: 50%;
	color: #4851dd;
    font-size: 26px;
	line-height: 1;
	margin-top: -11px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.qa .item.active .question:after {
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.qa .item .answer {
	color: oklch(0.34 0.014 40);
	font-size: 17px;
	line-height: 1.6;
	padding: 0 24px 22px;
}


/* БЛОГ */

.blog {
    text-align: center;
}


/* КОНТАКТЫ НА ГЛАВНОЙ */

.contacts {
	background-color: #eaeffd;
}

.contacts .contact-block h2 {
	margin-bottom: 14px;
}

.contacts-lead {
	max-width: 560px;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.contacts .contact-block ul {
	display: block;
	margin: 28px 0;
}

.contacts .contact-block li {
	font-size: 18px;
	line-height: 1.45;
}

.contacts .contact-block a {
	color: #000;
}

.contacts .contact-block .links {
	margin: 0 -7px;
}

.contacts .contact-block .links a {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	border-bottom: 3px solid #dfecf1;
	margin: 7px;
}

.contacts .contact-block .links a:hover {
	border-color: #081f4d;
}


/* СТРАНИЦА С КОНТАКТАМИ */

.contactpage {
	padding-bottom: 30px;
}

.contactpage a {
	color: #000;
}

.contactpage-hero {
	padding: 28px 0 30px;
}

.contactpage-lead {
	max-width: 760px;
	color: #000;
	font-size: 19px;
	line-height: 1.7;
	margin: 18px 0 0;
}

.contactpage-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.contactpage-actions .phone {
	background: #4851dd;
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 10px;
	padding: 0 22px;
}

.contactpage-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr) minmax(0, .9fr);
	gap: 18px;
	align-items: start;
	margin: 18px 0 28px;
}

.contactpage-card,
.contactpage-section {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.contactpage-card {
	min-width: 0;
	padding: 24px;
}

.contactpage-card-main {
	grid-row: span 2;
}

.contactpage-card h2,
.contactpage-section h2 {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.contactpage-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
}

.contactpage-list div {
	min-width: 0;
}

.contactpage-list dt,
.contactpage-address b {
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 6px;
}

.contactpage-list dd {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	overflow-wrap: anywhere;
}

.contactpage-messengers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.contactpage-card-text,
.contactpage-section p {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.contactpage-muted {
	color: rgb(0 0 0 / 53%);
	font-size: 14px;
	line-height: 1.55;
	margin-top: 12px;
}

.contactpage-checks {
	display: grid;
	margin: 18px 0 0;
}

.contactpage-checks li {
	position: relative;
	display: block;
	color: #000;
	font-size: 17px;
	line-height: 1.45;
	padding-left: 20px;
	margin: 8px 0;
}

.contactpage-checks li:before {
    content: '';
    position: absolute;
	top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.contactpage-inline-link {
	display: inline-flex;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
}

.contactpage-section {
	padding: 30px;
	margin: 18px 0;
}

.contactpage-details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	gap: 30px;
	align-items: center;
}

.contactpage-address {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	font-style: normal;
}

.contactpage-address span {
	min-width: 0;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.contactpage-content {
	box-shadow: none;
}

.contactpage-map-heading {
	max-width: 660px;
	margin-bottom: 20px;
}

.contactpage-map {
	position: relative;
	height: 400px;
	border-radius: 8px;
	margin: 0;
}

.contactpage-map .ymap {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 979px) {
	.contactpage {
		padding-bottom: 10px;
	}

	.contactpage-hero {
		padding: 18px 0 22px;
	}

	.contactpage-hero h1 {
		text-align: left;
	}

	.contactpage-lead {
		font-size: 16px;
		line-height: 1.65;
	}

	.contactpage-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		min-width: 0;
	}

	.contactpage-actions .phone {
		width: 100%;
		min-height: 52px;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.contactpage-grid,
	.contactpage-proof,
	.contactpage-details,
	.contactpage-list,
	.contactpage-address {
		grid-template-columns: 1fr;
	}

	.contactpage-grid {
		gap: 14px;
		margin-bottom: 18px;
	}

	.contactpage-card-main {
		grid-column: auto;
		grid-row: auto;
	}

	.contactpage-card,
	.contactpage-section {
		padding: 20px;
	}

	.contactpage-card h2,
	.contactpage-section h2 {
		font-size: 22px;
	}

	.contactpage-details {
		gap: 20px;
	}

	.contactpage-map {
		height: 320px;
	}
}

@media screen and (max-width: 420px) {
	.contactpage-card,
	.contactpage-section {
		padding: 18px;
	}

	.contactpage-list dd,
	.contactpage-address span {
		font-size: 15px;
	}

	.contactpage-map {
		height: 280px;
	}
}


/* КАРТА  */

.map {
	background-color: #eaeffd;
	overflow: hidden;
}

.map .loader {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .7s ease;
}

.map .loader.active {
	top: 0;
	opacity: 1;
}

.map .loader:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border: 8px solid #4851dd;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}


/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
	color: rgba(79,90,102,.5);
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.breadcrumbs a {
	color: rgba(79,90,102,.5);
}

.breadcrumbs a:hover {
	color: #008df5;
}


/* ЗАГОЛОВОК */

.title {
	color: #323232;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}


/* МЕТА */

.meta {
	display: block;
	margin: 12px 0 25px;
}

.meta li {
	position: relative;
    display: inline-block;
	vertical-align: middle;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 5px 28px;
}

.meta li:first-child {
    margin: 5px 0;
}

.meta li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: -16px;
    background-color: rgba(0, 0, 0,.24);
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
}

.meta li:first-child:after {
	content: none;
}

.meta li.comm:before {
    content: 'Комментариев ';
}

.meta li.views:before {
    content: 'Просмотров ';
}


/* ВКЛАДКИ */

.tabs {
	margin-bottom: 25px;
}

.tabs .tab-buttons {
	background-color: #f3f4f5;
	display: table;
	border-radius: 13px;
	padding: 4px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.tabs .tab-buttons .tab-button {
	background-color: transparent;
    display: inline-block;
	cursor: pointer;
    font-family: inherit;
    color: #707070;
    font-weight: 600;
    border: none;
	border-radius: 10px;
	padding: 8px 12px 9px;
}

.tabs .tab-buttons .tab-button:first-child {
	margin-right: 5px;
}

.tabs .tab-buttons .tab-button:last-child {
	margin-left: 5px;
}

.tabs .tab-buttons .tab-button.active {
	background-color: #fff;
	cursor: default;
	color: #111;
}

.tabs .tab-content {
	display: none;
}

.tabs .tab-content.active {
    display: block;
}


/* ЛИСТИНГ */

.listing {
	margin-top: 30px;
}

.listing .card {
	max-width: 350px;
	text-align: left;
}

.listing .card .thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.listing .card .thumb img {
	width: 100%;
	max-width: 100%;
	max-height: 233px;
}

.listing .card .thumb .nophoto {
	position: relative;
	background-color: #eaeffd;
	width: 100%;
	padding-top: 66.68%;
}

.listing .card .thumb .nophoto:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(images/icons/nophoto.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listing .card .name {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
	font-weight: 600;
    margin-top: 15px;
}

.listing .card .meta {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0;
}

.listing .card .meta li:first-child {
    margin: 5px 0;
}


/* ПОСТ */

.post {
	width: 100%;
	max-width: 810px;
	text-align: center;
	margin: 0 auto;
}


/* ТЕКСТ */

.text {
	font-size: 16px;
	text-align: left;
}

.text.brand-text {
	margin-bottom: 60px;
}

.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	text-align: left;
	line-height: 1.2;
	font-weight: 600;
	margin: 40px 0 25px;
}

.text h2 {
	font-size: 24px;
}

.text h3 {
	font-size: 20px;
}

.text h4 {
	font-size: 18px;
}

.text h5 {
	font-size: 16px;
}

.text ul,
.text ol {
    margin: 25px 0;
}

.text ol {
    counter-reset: list;
    margin: 25px 0;
}

.text ul li,
.text ol li {
    position: relative;
    margin: 10px 0;
	padding-left: 18px;
}

.text ul li:after {
	content: ''; 
	position: absolute;
	left: 0;
    top: 11px;
    background-color: #333;
    width: 4px;
	height: 4px;
	border-radius: 2px;
}

.text ol li:before {
    content: counter(list) ". ";
	counter-increment: list;
}

.text table {
    max-width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 2px;
    margin: 25px 0;
}

.text th {
    color: #000;
	font-weight: 600;
	text-align: left;
    vertical-align: bottom;
}

.text tr {
	background-color: #fff;
}

.text tr:nth-child(2n) {
    background-color: #eaeffd;
}

.text th,
.text td {
    vertical-align: top;
}


/* ИЗОБРАЖЕНИЕ */

.image {
	display: block;
}

.image img {
    max-width: 100%;
    height: auto;
    display: block;
	border-radius: 15px;
	margin: 0 auto;
}

.image .caption {
	color: #555;
	font-size: 15px;
}


/* КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */

.social {
	text-align: center;
	margin: 30px 0;
}

.social button {
	height: 44px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	line-height: 44px;
	border-radius: 5px;
	border: none;
	outline: none;
	padding: 0 12px;
	margin: 3px;
}

.social .vk {
	background-color: #4680c2;
}

.social .fb {
	background-color: #3b5998;
}

.social .tw {
	background-color: #1da1f2;
}

.social .ok {
	background-color: #f7931f;
}


/* ПАГИНАЦИЯ */

.pagination {
    text-align: center;
    margin: 45px auto;
}

.pagination a,
.pagination span {
	background-color: #f0f1f2;
	width: 46px;
	height: 46px;
	display: inline-block;
	color: #000;
    font-size: 15px;
	font-weight: 500;
	line-height: 46px;
	border: none;
	outline: none;
	border-radius: 4px;
	margin: 4px;
}

.pagination a:hover {
	background-color: #f2f2f2;
}

.pagination .current {
	background-color: #4851dd;
    color: #fff;
}


/* КОНТАКТНАЯ ФОРМА */

.form .field {
	position: relative;
    text-align: left;
	border: 0;
	padding-bottom: 20px;
}

.form .field .label,
.form .field label {
	display: block;
    color: rgba(0,0,0,.88);
    font-size: 16px;
	font-weight: 600;
}

.form .field label sup {
    color: #e85d48;
}

.form .field label.error {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #e85d48;
    font-size: 10px;
	margin-top: 5px;
}

.form .field .input,
.form .field .select,
.form .field .file-wrap,
.form .field .textarea {
    background-color: #fff;
    width: 100%;
	display: block;
    color: #444;
    font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
    border: 1px solid #ecf3f7;
	outline: none;
	border-radius: 10px;
	-webkit-transition: background-color .1s ease-out;
	transition: background-color .1s ease-out;
    padding: 18px 15px;
	margin-top: 10px;
}

.form .field .textarea {
	height: auto;
	line-height: 1.4;
}

.form .field .file-wrap { 
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
	padding: 8px 8px 8px 15px;
}

.form .field .file-wrap .picsname { 
	background-color: transparent;
	width: -moz-calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: calc(100% - 75px);
	height: 41px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	border: none;
	outline: none;
}
 
.form .field .file-wrap .selectbutton { 
	background-color: #f8f8f8;
	width: 70px;
	height: 41px;
	display: inline-block;
	vertical-align: top;
    color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 41px;
    cursor: pointer;
    overflow: hidden;
	border-radius: 10px;
}

.form .field .file-wrap .selectbutton:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
 
.form .field .file-wrap .pics {
	display: none;
}

.form .field .input:focus,
.form .field .select:focus,
.form .field .textarea:focus {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 4px rgb(58 151 212 / 30%);
	box-shadow: 0 0 0 4px rgb(58 151 212 / 30%);
}

.form .field .input.error,
.form .field .select.error,
.form .field .textarea.error {
    background-color: #ffebeb;
	-webkit-box-shadow: 0 0 0 4px #ffb5b5;
	box-shadow: 0 0 0 4px #ffb5b5;
}

.form .field .input::placeholder {
	color: #444;
}

.form .field .input::-webkit-input-placeholder {
	color: #444;
}

.form .field .input::-ms-input-placeholder {
	color: #444;
}

.form .field .input:-moz-placeholder {
	color: #444;
	opacity: 1;
}

.form .field .input::-moz-placeholder {
	color: #444;
	opacity: 1;
}

.form .field .input:-ms-input-placeholder {
	color: #444;
}


/* УВЕДОМЛЕНИЯ */

.notice {
	background-color: #249d14;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
	padding: 40px 30px 30px;
	margin: 10px auto;
}

.notice.error {
	background-color: #fb3838;
}

.notice .notice-circle {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-left-color: #fff;
	border-radius: 50%;
	animation: loader-spin 1.2s infinite linear;
	margin: 0 auto 25px;
}

.notice .notice-circle.animated {
	border-color: rgba(255, 255, 255, 0.95);
	transition: border 500ms ease-out;
	-webkit-animation: none;
	animation: none;
}

.notice .notice-circle .checkmark {
    display: none;
}

.notice .notice-circle.animated .checkmark {
    display: block;
}

.notice .notice-circle.animated .checkmark:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.notice .notice-circle .checkmark:after {
	content: "";
    position: absolute;
    top: 52px;
    left: 34px;
    width: 15px;
    height: 30px;
    opacity: 1;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform-origin: left top;
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	} 100% {
		transform: rotate(360deg);
	}
}

@keyframes checkmark {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	} 20% {
		width: 15px;
		height: 0;
		opacity: 1;
	} 40% {
		width: 15px;
		height: 30px;
		opacity: 1;
	} 100% {
		width: 15px;
		height: 30px;
		opacity: 1;
	}
}


/* Карточка реквизита */
.req-card {
    background-color: #eaeffd; /* Светло-серый фон как на фото */
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.req-card:hover {
    background-color: #f1f2f4;
}

/* Левая часть с текстом */
.req-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 20px;
}

/* Заголовок (серый текст сверху) */
.req-label {
    font-size: 14px;
    color: #9AA0A6;
    font-weight: 400;
}

/* Значение (жирный текст снизу) */
.req-value {
    font-size: 16px;
    color: #202124;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word; /* Чтобы длинные счета переносились */
}

/* Правая часть с иконкой */
.req-action {
    cursor: pointer;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s;
}

.req-action:hover {
    background-color: rgba(224, 79, 95, 0.1);
}

.req-action svg {
    width: 20px;
    height: 20px;
}

/* Уведомление "Скопировано" */
.copy-toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s, bottom 0.3s;
}

.copy-toast.show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}


/* MASTER — personal trust block */

.master {
	background-color: #eaeffd; /* тёплый светлый фон, отличается от cold #f7f8fa */
	padding-top: 56px;
	padding-bottom: 56px;
}

.master-layout {
	margin: 0 auto;
}

.master-portrait {
	position: relative;
	aspect-ratio: 4 / 5;
	background-color: oklch(0.94 0.01 40);
	border-radius: 14px;
	overflow: visible; /* чтобы штамп выглядывал */
	isolation: isolate;
}

.master-portrait-img,
.master-portrait-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
}

.master-portrait-img {
	object-fit: cover;
}

.master-portrait-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: oklch(0.6 0.02 30);
	font-size: 68px;
	font-weight: 700;
	letter-spacing: 0.04em;
	background-color: oklch(0.94 0.01 40);
}

.master-portrait:before {
	content: none;
}

.master-portrait .master-stamp {
	z-index: 2;
	left: -8px;
	bottom: -18px;
	background-color: #ff521f;
}


/* Штамп «мастер с 2015 года» — лёгкий круг, выглядывает из-под фото */

.master-stamp {
	position: absolute;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-7deg);
	box-shadow: 0 8px 24px #ff521f;
	line-height: 1;
	padding: 8px;
	pointer-events: none;
}

.master-stamp-line {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 600;
}

.master-stamp-year {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 3px 0 2px;
}

.master-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.master-name {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	margin: 0 0 25px;
}

.master-role {
	color: #000;
	line-height: 1.45;
	margin: 0 0 20px;
}

.master-quote {
	position: relative;
	border-left: 3px solid #cacdd3;
	margin: 0 0 22px;
	padding: 0 0 0 28px;
}

.master-quote p {
	color: #000;
	line-height: 1.55;
	max-width: 56ch;
	margin: 0 0 10px;
}

.master-cite {
	display: inline-block;
	font-style: normal;
	color: #505155;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.master-bullets {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.master-bullets li {
	position: relative;
	max-width: 56ch;
	color: #000;
	line-height: 1.5;
	padding-left: 20px;
	margin: 8px 0;
}

.master-bullets li:before {
    content: '';
    position: absolute;
	top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.master-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 22px;
}

.master-call {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-image: linear-gradient(to right, #2563eb, #7c3aed);
	color: #fff;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.01em;
	transition: background-color .15s cubic-bezier(.22,.61,.36,1),
	            transform .15s cubic-bezier(.22,.61,.36,1);
	padding: 14px 22px;
}

.master-call:hover,
.master-call:focus-visible {
	background-color: oklch(0.58 0.18 18);
	transform: translateY(-1px);
	color: #fff;
}

.master-call-icon {
	flex-shrink: 0;
	color: #fff;
}

.master-call-num {
	white-space: nowrap;
}

.master-secondary {
	color: oklch(0.42 0.012 30);
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid oklch(0.42 0.012 30 / 0.28);
	padding-bottom: 1px;
	transition: color .15s ease, border-color .15s ease;
}

.master-secondary:hover,
.master-secondary:focus-visible {
	color: oklch(0.58 0.18 18);
	border-color: oklch(0.58 0.18 18 / 0.5);
}


/* PROOF REVIEWS */

.proof-reviews {
	background: #fff;
	padding-top: 68px;
	padding-bottom: 76px;
}

.proof-source-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 14px;
	max-width: 880px;
	margin: 0 auto 32px;
	color: #222;
	font-size: 15px;
	line-height: 1.45;
	text-align: center;
}

.proof-source-intro {
	color: oklch(0.42 0.012 36);
}

.proof-source {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

.proof-source:hover,
.proof-source:focus-visible {
	color: #4851dd;
}

.proof-source-icon {
    background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.proof-source-icon.avito {
	background-image: url(images/icons/avito-logo.png);
}

.proof-source-icon.yandex {
	background-image: url(images/icons/yandex-logo.png);
}

.proof-source-icon.gis {
	background-image: url(images/icons/2gis-logo.png);
}

.proof-source-meta {
	color: rgb(0 0 0 / 58%);
	font-size: 13px;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.proof-reviews-layout {
	display: grid;
	grid-template-columns: minmax(360px, .86fr) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	margin: 0 auto;
}

.proof-video-card,
.proof-review-card {
	background: #eaeffd;
	min-width: 0;
	border-radius: 12px;
}

.proof-video-card {
	display: grid;
	overflow: hidden;
}

.proof-video-copy {
	padding: 24px 24px 18px;
}

.proof-video-copy h3,
.proof-review-card h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.24;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	margin: 0;
}

.proof-review-card p {
	color: #000;
	font-size: 16px;
	line-height: 1.55;
	margin: 12px 0 0;
}

.proof-video {
	background: #000;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
	min-height: 0;
	object-fit: contain;
}

.proof-featured-list {
	display: grid;
	gap: 18px;
}

.proof-review-card-featured {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 162px;
	gap: 18px;
	align-items: stretch;
	padding: 20px;
}

.proof-review-body {
	min-width: 0;
}

.proof-review-meta {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
}

.proof-review-meta a {
	color: #222;
	border-bottom: 1px solid #c7c7c7;
}

.proof-review-shot,
.proof-compact-thumb {
	background: #fff;
	max-height: 190px;
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.proof-review-shot {
	align-self: start;
}

.proof-review-shot img,
.proof-compact-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: top center;
	transition: transform .2s ease;
}

.proof-review-shot img {
	object-fit: cover;
	object-position: left top;
}

.proof-compact-thumb img {
	object-fit: cover;
}

.proof-review-shot:hover img,
.proof-compact-thumb:hover img {
	transform: scale(1.025);
}

.proof-compact-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 18px auto 0;
}

.proof-review-card-compact {
	padding: 20px;
}

.proof-compact-thumb {
	aspect-ratio: 16 / 9;
	margin-bottom: 14px;
}

.proof-review-card-compact h3 {
	font-size: 18px;
	line-height: 1.28;
}

.proof-reviews-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}

.proof-primary {
	min-width: 250px;
}

.proof-secondary {
	color: oklch(0.34 0.015 36);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1px solid oklch(0.34 0.015 36 / .28);
}

.proof-secondary:hover,
.proof-secondary:focus-visible {
	color: oklch(0.5 0.16 22);
	border-color: oklch(0.5 0.16 22 / .42);
}

@media (max-width: 980px) {
	
	.proof-reviews-layout {
		grid-template-columns: 1fr;
	}

	.proof-video {
		aspect-ratio: 9 / 16;
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 760px) {
	.proof-reviews {
		width: 100vw;
		max-width: 100vw;
		overflow: hidden;
		padding-top: 44px;
		padding-bottom: 50px;
	}

	.proof-reviews .container {
		width: 100vw;
		max-width: 100vw;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}

	.proof-reviews-head,
	.proof-reviews-lead,
	.proof-source-line,
	.proof-reviews-layout,
	.proof-video-card,
	.proof-featured-list,
	.proof-review-card,
	.proof-compact-list,
	.proof-reviews-cta {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.proof-reviews-head {
		margin-bottom: 22px;
		text-align: left;
	}

	.proof-reviews h2 {
		font-size: 28px;
		max-width: min(330px, calc(100vw - 30px));
		overflow-wrap: break-word;
	}

	.proof-reviews-lead {
		font-size: 16px;
		line-height: 1.55;
	}

	.proof-source-line {
		justify-content: flex-start;
		margin-bottom: 24px;
		text-align: left;
	}

	.proof-reviews .container {
		overflow: hidden;
	}

	.proof-source-line {
		display: block;
	}

	.proof-source-intro,
	.proof-source {
		display: inline-flex;
		margin: 0 10px 8px 0;
	}

	.proof-video-copy {
		padding: 18px 16px 14px;
	}

	.proof-video-copy h3,
	.proof-review-card h3 {
		font-size: 20px;
		max-width: min(300px, calc(100vw - 60px));
	}

	.proof-featured-list {
		gap: 14px;
	}

	.proof-review-card-featured {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 14px;
	}

	.proof-review-shot {
		aspect-ratio: 16 / 10;
	}

	.proof-compact-list {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 14px;
	}

	.proof-reviews-cta {
		align-items: stretch;
		flex-direction: column;
		margin-top: 24px;
	}

	.proof-primary {
		width: 100%;
		min-width: 0;
	}

	.proof-secondary {
		align-self: center;
	}
}


/* REVIEW POPUP */

body.review-popup-open {
	overflow: hidden;
}

.review-popup {
	z-index: 10020;
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: oklch(0.14 0.012 36 / .86);
	padding: 28px;
}

.review-popup[hidden] {
	display: none;
}

.review-popup-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(920px, 92vw);
	max-height: 88vh;
}

.review-popup-image {
	display: block;
	width: auto;
	max-width: min(920px, 92vw);
	max-height: 88vh;
	border-radius: 14px;
	background: oklch(0.98 0.006 64);
	box-shadow: 0 24px 70px oklch(0 0 0 / .36);
}

.review-popup-close,
.review-popup-prev,
.review-popup-next {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: oklch(0.98 0.006 64);
	background: oklch(0.22 0.018 36 / .86);
	border: 1px solid oklch(1 0 0 / .18);
	border-radius: 999px;
	cursor: pointer;
	transition: background-color .15s ease, transform .15s ease;
}

.review-popup-close:hover,
.review-popup-prev:hover,
.review-popup-next:hover,
.review-popup-close:focus-visible,
.review-popup-prev:focus-visible,
.review-popup-next:focus-visible {
	background: oklch(0.32 0.022 36 / .94);
	transform: translateY(-1px);
}

.review-popup-close {
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	font-size: 30px;
	line-height: 1;
}

.review-popup-prev,
.review-popup-next {
	top: 50%;
	width: 46px;
	height: 46px;
	font-size: 34px;
	line-height: 1;
	transform: translateY(-50%);
}

.review-popup-prev:hover,
.review-popup-next:hover,
.review-popup-prev:focus-visible,
.review-popup-next:focus-visible {
	transform: translateY(calc(-50% - 1px));
}

.review-popup-prev {
	left: 18px;
}

.review-popup-next {
	right: 18px;
}

.review-popup-loader {
	position: absolute;
	width: 44px;
	height: 44px;
	border: 3px solid oklch(1 0 0 / .28);
	border-top-color: oklch(0.98 0.006 64);
	border-radius: 50%;
	animation: review-popup-spin .8s linear infinite;
}

@keyframes review-popup-spin {
	to { transform: rotate(360deg); }
}


@media (max-width: 760px) {
	.review-popup {
		padding: 16px;
	}

	.review-popup-inner,
	.review-popup-image {
		max-width: 94vw;
		max-height: 82vh;
	}

	.review-popup-close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}

	.review-popup-prev,
	.review-popup-next {
		width: 40px;
		height: 40px;
	}

	.review-popup-prev {
		left: 8px;
	}

	.review-popup-next {
		right: 8px;
	}
}


/* REPAIR COST — price-first request block */

.repair-cost {
	background: #eaeffd;
	padding-top: 64px;
	padding-bottom: 72px;
}

.repair-cost-points {
	margin: 26px 0 0;
	padding: 0;
}

.repair-cost-points li {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 20px 12px;
	padding-left: 30px;
}

.repair-cost-points li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
    width: 12px;
    height: 12px;
    border: 3px solid #4851dd;
    border-radius: 50%;
}

.repair-cost-panel {
	background: #fff;
	border-radius: 18px;
	padding: 32px 40px;
	margin-top: 50px;
}

.repair-cost-form {
	margin: 0;
}

.form-hp {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.repair-cost-picker {
	margin: 0;
	padding: 0;
	border: 0;
}

.repair-cost-picker legend {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	color: oklch(0.23 0.012 36);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.repair-cost-options {
	display: grid;
	gap: 8px;
	max-height: 340px;
	overflow: auto;
	padding: 4px;
	scrollbar-width: thin;
}

.repair-cost-options::-webkit-scrollbar {
	width: 6px;
}

.repair-cost-options::-webkit-scrollbar-thumb {
	background-color: oklch(0.76 0.025 40);
	border-radius: 999px;
}

.repair-cost-option {
	background: #f4f5f7;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 72px;
	border: 1px solid #f4f5f7;
	border-radius: 12px;
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.repair-cost-option.is-selected {
	background: #eaeffd;
	border-color: #365bec;
	box-shadow: 0 0 0 3px #bac7f8;
}

.repair-cost-option-label {
	position: relative;
	min-width: 0;
	min-height: 70px;
	cursor: pointer;
	padding: 10px 0 10px 12px;
}

.repair-cost-option input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.repair-cost-option-body {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.repair-cost-option-title {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 5px;
}

.repair-cost-option-work {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 1.35;
}

.repair-cost-option-price {
	color: #222;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.repair-cost-summary {
	background: #070707;
	border-radius: 14px;
	color: #fff;
	margin: 16px 0 18px;
	padding: 16px 18px;
}

.repair-cost-summary span {
	color: rgb(255 255 255 / 78%);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.repair-cost-summary output {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.05;
	white-space: nowrap;
	margin: 10px 0;
}

.repair-cost-summary p {
	color: rgb(255 255 255 / 95%);
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

.repair-cost-contact {
	background: #fff;
	margin-top: 18px;
	padding: 18px;
	border: 1px solid #c7c7c7;
	border-radius: 14px;
}

.repair-cost-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
}

.repair-cost .field {
	padding-bottom: 0;
}

.repair-cost .field label {
	font-size: 14px;
}

.repair-cost .field .input,
.repair-cost .field .select {
	margin-top: 8px;
	padding: 15px 14px;
	border-color: oklch(0.88 0.016 50);
}

.repair-cost-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	margin-top: 18px;
}

.repair-cost-submit {
	width: 100%;
	height: 58px;
	display: block;
	line-height: 58px;
	border-radius: 12px;
}

.repair-cost-call {
	display: grid;
	gap: 3px;
	min-width: 170px;
	text-align: left;
}

.repair-cost-call > span {
	color: oklch(0.48 0.012 36);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.repair-cost-call .phone {
	color: oklch(0.2 0.012 36);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.repair-cost .privacy-note {
	margin-top: 14px;
}

.repair-cost .response {
	margin: 0;
}

.repair-cost-response.is-visible {
	margin-bottom: 18px;
}

.repair-cost .form-success {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 28px 24px;
}

.repair-cost .form-success strong,
.repair-cost .form-error strong {
	display: block;
	font-size: 18px;
	line-height: 1.35;
}

.repair-cost .form-success span {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	opacity: .92;
}

.repair-cost-submit:disabled {
	cursor: wait;
	opacity: .76;
}


@media (max-width: 760px) {
	.repair-cost {
		padding-top: 40px;
		padding-bottom: 44px;
	}

	.repair-cost h2 {
		font-size: 27px;
	}

	.repair-cost-lead {
		font-size: 16px;
		line-height: 1.55;
	}

	.repair-cost-panel {
		border-radius: 14px;
		padding: 20px;
		box-shadow: none;
	}

	.repair-cost-options {
		max-height: 410px;
	}

	.repair-cost-option-label {
		min-height: 0;
		padding: 12px;
	}

	.repair-cost-summary {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 15px;
	}

	.repair-cost-summary output {
		font-size: 24px;
		white-space: normal;
	}

	.repair-cost-contact {
		margin-top: 14px;
		padding: 14px;
	}

	.repair-cost-fields,
	.repair-cost-actions {
		grid-template-columns: 1fr;
	}

	.repair-cost-call {
		justify-items: center;
		text-align: center;
	}

	.repair-cost-submit {
		height: 56px;
		line-height: 56px;
	}
}

/* На странице /o-kompanii/ блок встроен в .post — снимаем фон секции и убираем дублирование имени/eyebrow */
.post .master {
	background-color: transparent;
	padding: 0;
	margin: -4px 0 28px;
}

.post .master-layout {
	max-width: none;
}

.post .master .master-eyebrow,
.post .master .master-name {
	display: none;
}

.post .master .master-role {
	margin-top: 0;
}


/* КОММЕНТАРИИ */

.comments {
	text-align: left;
	margin: 80px 0 0;
}

.comments .comment {
	display: block;
	text-align: left;
    margin-top: 50px;
}

.comments .comment .children {
    margin-left: 35px;
}

.comments .comment .author {
    display: block;
	color: rgba(0,0,0,.88);
    font-size: 17px;
	font-weight: 600;
}

.comments .comment .text {
    font-size: 17px;
}

.comments .comment .text p {
    margin: 15px 0;
}

.comments .comment .meta li .reply {
	cursor: pointer;
}

.comments .comment .meta li .reply:after {
	content: "Ответить";
}

.comments .comment .meta li .reply:hover {
    text-decoration: underline;
}

.comments .button {
	display: inline-block;
	vertical-align: top;
}

.comments .button.cancelreply {
    background-color: #fbfbfb;
	color: #808080;
	margin-left: 10px;
}


/* ПОДВАЛ */

.footer {
	background-color: #fff;
	text-align: center;
	padding: 35px 0;
}

.footer li {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 13px;
	margin: 3px 6px;
}

.footer li a {
	color: #333;
}

.footer li a:hover {
	color: #000;
}


/* NOTICE */

.notice-container {
	z-index: 10003;
	position: fixed;
	right: 15px;
	bottom: 15px;
}

.notice-container .notice-item {
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	border-radius: 8px;
	padding: 15px 20px;
	margin-bottom: 10px;
}

.notice-container .notice-item:last-child {
	margin-bottom: 0;
}

.notice-container .notice-item.info {
	background-color: #0050d8;
}

.notice-container .notice-item.warning {
	background-color: #fecc2f;
}

.notice-container .notice-item.success {
	background-color: #028357;
}

.notice-container .notice-item.error {
	background-color: #e51045;
}

.notice-container .notice-item output {
	z-index: 2;
	position: relative;
    display: block;
}

.notice-container .notice-item .notice-progress {
	z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: rgb(255 255 255 / 70%);
	width: 100%;
    height: 3px;
    transition: width 0.1s linear; 
}


/* SCROLLBAR */

.scrollable {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.scrollable::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.scrollbar {
    position: relative;
	background-color: #e2e3e6;
	height: 2px;
	border-radius: 2px;
}

.scrollbar .scrollbar-thumb {
    position: absolute;
	background-color: rgb(0 0 0 / 8%);
    height: 100%;
    border-radius: 2px;
}


/* СКРЫТЫЙ ТЕКСТ */

.readmore-section, 
.collapsed {
	position: relative;
    overflow: hidden;
}

.readmore-section.collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #fff 40%,rgba(255, 255, 255, 0.67) 60%);
    width: 100%;
    height: 100px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}

.readmore-toggle,
.show-more-prices {
	background-color: #efefef;
	cursor: pointer;
	color: #000;
	font-size: 15px;
	border: none;
	outline: none;
	border-radius: 20px;
	padding: 10px 24px 12px;
	margin-top: 20px;
}

.readmore-toggle:hover,
.show-more-prices:hover {
	color: #333;
}


/* POPUP FORM — всплывающая форма заявки */

body.popup-open {
	overflow: hidden;
}

.popup-form {
	position: fixed;
	inset: 0;
	z-index: 10030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.popup-form[hidden] {
	display: none;
}

.popup-form-backdrop {
	position: absolute;
	inset: 0;
	background: oklch(0.14 0.012 36 / .72);
	opacity: 0;
	transition: opacity .2s ease-out;
	cursor: pointer;
}

.popup-form.is-visible .popup-form-backdrop {
	opacity: 1;
}

.popup-form-dialog {
	position: relative;
	width: 100%;
	max-width: 460px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 70px oklch(0 0 0 / .28);
	padding: 32px 28px 26px;
	transform: translateY(12px) scale(.98);
	opacity: 0;
	transition: opacity .22s ease-out, transform .22s ease-out;
}

.popup-form.is-visible .popup-form-dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.popup-form-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: oklch(0.45 0.012 36);
	font-size: 30px;
	line-height: 1;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color .15s ease, color .15s ease;
}

.popup-form-close:hover,
.popup-form-close:focus-visible {
	background: oklch(0.95 0.008 50);
	color: oklch(0.2 0.012 36);
	outline: none;
}

.popup-form-head {
	margin-bottom: 18px;
	padding-right: 32px;
}

.popup-form-title {
	margin: 0 0 8px;
	color: oklch(0.18 0.012 36);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.popup-form-desc {
	margin: 0;
	color: oklch(0.38 0.012 36);
	font-size: 15px;
	line-height: 1.5;
}

.popup-form-response {
	margin: 0;
}

.popup-form-response:empty {
	display: none;
}

.popup-form-response.is-visible {
	margin-bottom: 6px;
}

.popup-form .form-success,
.popup-form .form-error {
	margin: 0;
	padding: 28px 22px 24px;
}

.popup-form .form-success strong,
.popup-form .form-error strong {
	display: block;
	font-size: 17px;
	line-height: 1.35;
}

.popup-form .form-success span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.4;
	opacity: .92;
}

.popup-form-form .field {
	padding-bottom: 18px;
}

.popup-form-form .field label {
	font-size: 14px;
}

.popup-form-form .field .input {
	margin-top: 8px;
	padding: 15px 14px;
	border-color: oklch(0.88 0.016 50);
}

.popup-form-submit {
	width: 100%;
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	border-radius: 12px;
}

.popup-form-submit:disabled,
.popup-form-submit.is-loading {
	cursor: wait;
	opacity: .76;
}

.popup-form-privacy {
	margin-top: 14px;
	margin-bottom: 0;
}

.popup-form-call {
	display: grid;
	gap: 2px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid oklch(0.93 0.008 50);
	text-align: center;
}

.popup-form-call > span {
	color: oklch(0.48 0.012 36);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.popup-form-call .phone {
	color: oklch(0.2 0.012 36);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

@media (max-width: 540px) {
	.popup-form {
		padding: 14px;
		align-items: flex-end;
	}

	.popup-form-dialog {
		max-width: 100%;
		max-height: calc(100vh - 28px);
		padding: 28px 20px 22px;
		border-radius: 14px;
	}

	.popup-form-title {
		font-size: 21px;
	}

	.popup-form-desc {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.popup-form-backdrop,
	.popup-form-dialog {
		transition: none;
	}
}
