body {
	padding-top: var(--header);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	transition: padding .2s ease;
}
.header .header__logo {
	transition: max-width .4s ease;
}
.header.scrolled {
	padding: 0;
}
.header__button._mob {
	display: none;
}
.header__phone svg{
	width: 100%;
	height: auto;
}
.header__phone {
	display: none;
}
@media (max-width: 1023px) {
	.header__button._mob {
		display: flex;
		margin-left: auto;
	}
	.header__phone {
		display: flex;
		min-width: 5.125vw;
		width: 5.125vw;
		height: 5.125vw;
	}
}
@media (max-width: 767px) {

	.header.scrolled {
		padding: 1vw 0;
	}
	.header__wrapper {
		gap: 3.533vw;
	}
	.header__logo {
		max-width: 15.203vw;
	}
	.header.scrolled .header__menu {
		padding: 1vw 5vw;
	}
	.header__button._mob {
		padding: 1.2vw 1.2vw;
		font-size: 4vw;
	}
	.header__phone {
		min-width: 10vw;
        width: 10vw;
        height: 10.2vw;
	}
	.banner {
		padding-top: 20px;
	}
}
.header__burger {
	margin-left: 0;
}



.hero__image {
	height: fit-content;
}
.custom-select .custom-select__dropdown {
	max-height: 0;
	overflow: auto;
}
.custom-select.open .custom-select__dropdown {
	max-height: 300px;
}
.wpcf7-spinner {
	display: none!important;
}
.popup__form-row:not(.ai-c) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.popup__title {
	font-size: 30px;
}
.popup__text {
	font-size: 14px;
}
.popup__form-row + .popup__form-row {
	margin-top: 8px;
}
.popup__form-title {
	margin-top: 16px;
	font-size: 16px;
}

form textarea,
form .custom-select__selected,
form input[type="date"], form input[type="time"], form input[type="text"], form input[type="email"], form input[type="tel"]  {
	padding: 12px 24px;
}

.popup__form-buttons {
	margin: 18px auto 0px;
}
.popup__form-next {
	padding: 6px 58px;
	font-size: 18px;
}

.header__menu {
	width: 100%;
}
.header__menu-list {
	margin: 0 auto;
}
.header__button {
	margin-left: auto;
}

@media (max-width: 767px) {
	.header__menu-list {
		margin: 0;
	}
	.header__button {
		margin-left: 0;
	}
}

.appliance__item {
	display: flex;
	flex-direction: column;
	height: auto;
	border: 1px solid var(--color-grey-150);
	background-image: none;
	border-radius: 20px;
	padding: 1vw;
	transition: border 0.2s ease;
}

html:not(.v-mobile) .appliance__item:hover {
	background-image: none;
	border: 1px solid var(--color-blue-100);
}
.appliance__item-text {
	margin-bottom: 1.875vw;
}
.appliance__item-text p strong {
	font-weight: 500;
}
.appliance__item-text h3 {
	font-weight: 500;
	line-height: 105%;
	font-size: 1.875vw;
	text-align: center;
}
.appliance__item-text ul {
	display: none;
}
.appliance__item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.appliance__item-price {
	margin-top: 0;
}
.appliance__item-button {
	position: relative;
	bottom: 0;
	right: 0;
}

@media (min-width: 1024px) {
	.appliance__item {

	}
}
@media (max-width: 1023px) {
	.appliance__item {
		padding: 4vw;
	}
	.appliance__item-text h3 {
		text-align: center;
		font-size: 3.125vw;
	}
}
@media (max-width: 767px) {

	.appliance__item-text {
		margin-bottom: 3vw;
	}
	.appliance__item-text h3 {
		font-size: 5.867vw;
		text-align: center;
	}

}
.servicesList {
	padding-top: 0;
}

@media (min-width: 1024px) {
	.servicesList__item-image {
		height: 13.958vw;
		max-height: 13.958vw;
		align-items: center;
	}
}

.servicesList__item-title {
	font-size: 1.875vw;
}

@media (max-width: 1023px) {
	.servicesList__item-title {
		font-size: 3.125vw;
	}
}
@media (max-width: 767px) {
	.servicesList__item-title {
		font-size: 5.867vw;
	}
}
.servicesList__item-button,
.appliance__item-button {
	transition: transform .2s ease;
}
.servicesList__item:hover .servicesList__item-button,
.appliance__item:hover .appliance__item-button {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.servicesList__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.6vw;
	}
	.servicesList__item {
		height: auto;
		background: none;
		border: 1px solid var(--color-grey-150);
		border-radius: 12px;
		padding: 4vw;
	}
	.servicesList__item-button {
		display: none;
	}
}

.reviews__item-avatar {
	width: 3.646vw;
	height: 3.646vw;
	border-radius: 100%;
	background: var(--color-blue-100);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1023px) {
	.reviews__item-avatar {
		width: 6.5vw;
		height: 6.5vw;
	}
}

@media (max-width: 767px) {
	.reviews__item-avatar {
		width: 15vw;
		height: 15vw;
	}
}

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

.faq._grey {
	margin-bottom: 0;
}

.faq__item-answer {
	max-height: unset;
	transition: none;
}

section._grey + .footer {
	margin-top: 0;
}

.footer__policy p {
	font-size: 0.938vw;
	color: var(--color-grey-100);
}
@media (max-width: 1023px) {
	.footer__policy p {
		font-size: 2.084vw;
	}
}
@media (max-width: 767px) {
	.footer__policy p {
		font-size: 4vw;
	}
}

.footer__menu ul p {
	font-size: 0.938vw;
	color: var(--color-grey-100);
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.footer__menu ul p:hover {
	color: var(--color-orange-100);

}
@media (max-width: 1023px) {
	.footer__menu ul p {
		font-size: 2.084vw;
	}
}
@media (max-width: 767px) {
	.footer__menu ul p {
		font-size: 5vw;
	}
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-response-output {
	font-size: 16px;
}
body.home .problems .problems__list {
	margin-top: 0;
}
body.home .problems .problems__list:not(.active) .problems__item {
	position: relative;
	max-height: 33vw;
	overflow: hidden;
}
body.home .problems .problems__list:not(.active) .problems__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.29%, rgba(255, 255, 255, 0.8) 100%);
    z-index: 80;
}
body.home .problems .problems__list.active + .problems__button {
	display: none;
}
.problems__item-text ul {
	list-style: disc;
	padding-left: 24px;
	margin: 4px 0;

}
.problems__item-text ul li + li {
	margin-top: 4px;
}

.problems__item-text ol {
	list-style: decimal;
	padding-left: 24px;
	margin: 4px 0;

}
.problems__item-text ol li + li {
	margin-top: 4px;
}
.problems__item-text a {
	color: var(--color-orange-100);
	transition: 0.2s ease;
}
.problems__item-text a:hover {
	color: var(--color-blue-100);
}
.problems__button {
	margin: 2vw auto 0;
}
@media (max-width: 1023px) {
	.problems__button {
		margin: 4vw auto 0;
	}
}
@media (max-width: 767px) {
	.problems__button {
		margin: 8vw auto 0;
	}
	body.home .problems .problems__list:not(.active) .problems__item {
		max-height: 360px;
	}
}

.problems__item:not(:nth-child(-n+3)) {
	display: none;
}
.bannerSlider__item-circle {
	background-image: url("data:image/svg+xml,%3Csvg width='149' height='169' viewBox='0 0 149 169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.7285 3.50476C73.049 2.16503 75.908 2.16503 78.2285 3.50476L142.707 40.7313C145.027 42.0711 146.457 44.5471 146.457 47.2264V121.68C146.457 124.359 145.027 126.835 142.707 128.175L78.2285 165.401C75.908 166.741 73.049 166.741 70.7285 165.401L6.25 128.175C3.92965 126.835 2.50002 124.359 2.5 121.68V47.2264C2.50002 44.5471 3.92966 42.0711 6.25 40.7313L70.7285 3.50476Z' fill='%231B3C60' stroke='url(%23paint0_linear_252_4849)' stroke-width='5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_252_4849' x1='119.742' y1='25.6109' x2='31.0259' y2='141.937' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEFEFF'/%3E%3Cstop offset='0.283654' stop-color='%238E8F91'/%3E%3Cstop offset='0.519231' stop-color='%23FEFEFF'/%3E%3Cstop offset='1' stop-color='%23D7D7D7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 7.813vw;
	height: 8.854vw;
	background-color: transparent;
	border-radius: 0;
	min-width: 7.813vw;
	line-height: 120%;
}
.bannerSlider__item-circle strong {
	font-size: 2.75vw;
}
@media (max-width: 1023px) {
	.bannerSlider__item-circle {
		width: 13.022vw;
		height: 14.453vw;
		min-width: 13.022vw;
	}
	.bannerSlider__item-circle strong {
		font-size: 4.75vw;
	}
}

@media (max-width: 767px) {
	.bannerSlider__item-circle {
		width: 18.667vw;
		height: 21.333vw;
		min-width: 18.667vw;
	}

	.bannerSlider__item-circle strong {
		font-size: 6vw;
	}
}


.bannerSlider__item-logo--item span {
	font-weight: 600;
}
@media (max-width: 767px) {
	.bannerSlider__item-logo {
		flex-wrap: wrap;
	}

}

.local__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}


.float-socials {
    position: fixed;
    right: 20px;
    bottom: 100px;
    border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	z-index: 99;
}
.float-socials.chat {
	left: 20px;
	right: unset;
}

.float-socials__item {
	color: #fff;
}

@media (max-width : 1024px) {  
    .float-socials {
        right: 9px;
        bottom: 76px;
    }
}

.float-socials__list {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.float-socials__item {
	position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.float-socials__item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25D366; /*цвет кнопки*/
	border-radius: 50%;
	width: 55px; /*ширина кнопки*/
	height: 55px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 53px; /*центровка иконки в кнопке*/
	font-size: 35px; /*размер иконки*/
}

.float-socials.phone .float-socials__item-icon {
	background: var(--color-orange-100);
}

.float-socials__item svg {
	width: 24px;
	height: auto;
}

.float-socials.chat .float-socials__item svg {
	width: 30px;
}
.float-socials__item-text {
	position: absolute;
	top: 110%;
	left: -2px;
	color: var(--color-black);
    font-size: 10px;
    line-height: 110%;
    white-space: pre;
    text-align: center;
}