/* font-family: "PTSansBold"; */
@font-face {
	font-family: "PTSans Bold";
	src: url("../fonts/PTSansBold/PTSansBold.eot");
	src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
		url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "PTSans";
	src: url("../fonts/PTSansRegular/PTSansRegular.eot");
	src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
		url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "PTSansItalic"; */
@font-face {
	font-family: "PTSans Italic";
	src: url("../fonts/PTSansItalic/PTSansItalic.eot");
	src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
		url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

:root {
	--font-family: "PTSans", sans-serif;
	--font-bold: "PTSans Bold", sans-serif;

}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

body {
	font: 400 16px/1.2 var(--font-family);
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
	color: #2d2f33;
}

button {
	cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

a,
button,
input,
img {
	transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.h2,
h2 {
	font: 700 36px/1.2 var(--font-bold);
	margin: 0 0 10px 0;
}

@media(max-width:992px) {

	.h2,
	h2 {
		font-size: 28px;
	}
}

@media(max-width:767px) {

	.h2,
	h2 {
		font-size: 26px;
	}
}

.wrapper {
	padding-top: 91px;
	overflow: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

* {
	outline: none !important;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
	outline: none;
}

img {
	outline: none;
	display: block;
}

p {
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
}

section {
	padding: 50px 0;
}

@media(max-width:1200px) {
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
}


.btn-border {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	font: 400 16px/1.2 var(--font-family);
	padding: 0 10px;
	color: #AC1E3D;
	border: 1px solid #ac1e3d;
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
	max-width: 250px;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	/* height: 18px; */
}

.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	right: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}



.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow:
		inset 0 1px 1px #f0f0f0,
		0 3px 6px -5px #bbb;
}

.noUi-connects {
	border-radius: 3px;
	box-shadow: 1px 1px 4px 0px #e0e1e7 inset;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow:
		inset 0 0 1px #fff,
		inset 0 1px 7px #ebebeb,
		0 3px 6px -3px #bbb;
}

.noUi-active {
	box-shadow:
		inset 0 0 1px #fff,
		inset 0 1px 7px #ddd,
		0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}


.noUi-horizontal {
	border: none;
	background-color: #f8f9fb;
	height: 5px;
}

.noUi-target {
	box-shadow: none;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
	display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -8px;
	left: auto;
}

.noUi-horizontal .noUi-handle {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: -7px;
	border: 4px solid #F99B21;
	background: #FFF;
	box-shadow: none;
	cursor: pointer;
	box-shadow: inset 2px 2px 4px rgba(87, 86, 86, 0.25);
	filter: drop-shadow(2px 2px 4px rgba(82, 80, 81, 0.25));
	/* box-shadow:(2px 2px 4px rgba(105, 52, 65, 0.25)); */
}

.noUi-horizontal .noUi-handle:hover,
.noUi-horizontal .noUi-handle:active,
.noUi-horizontal .noUi-handle:focus {
	outline: none;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
	display: none;
}

.noUi-connect {
	background-color: #F99B21;
}

.clc_area__text {
	display: flex;
	justify-content: space-between;
	font-size: 8px;
	color: #7D7B75;
	margin: 8px 0 0;
}

.header {
	padding: 20px 0;
	font-size: 14px;
	top: 0;
	left: 0;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	position: fixed;
	z-index: 700;
	transition: all 0.3s;
	width: 100%;
}

.header.fixed {
	padding: 12px 0;
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	width: 179px;
	height: auto;
}

.menu {
	gap: 25px;
	display: flex;
	align-items: center;
}

.menu img {
	filter: brightness(0%);
	opacity: 0.3;
}

.menu a:hover img {
	filter: none;
	opacity: 1;
}

.menu a:hover {
	color: #AC1E3D;
}

.menu a {
	gap: 5px;
	color: #333;
	display: flex;
	align-items: center;
}

.header__contacts {
	gap: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.phone-main {
	font-size: 18px;
	line-height: 120%;
	border-bottom: 1.5px #333 solid;
	color: #333;
	font-weight: 700;
}

.mail-main {
	line-height: 120%;
	color: #2d2f33;
	border-bottom: 1px #2d2f33 solid;
}

.billbord {
	padding-top: 63px;
	padding-bottom: 38px;
	background-image: url(../img/bg_billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.title-big {
	font-size: 48px;
	margin-bottom: 30px;
	line-height: 130%;
	font-weight: 700;
}

.list-page li {
	font-size: 22px;
	padding-left: 30px;
	margin-bottom: 15px;
	line-height: 130%;
	position: relative;
}

.list-page li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.billbord__content {
	max-width: 575px;
}

.calculator {
	padding: 30px;
	margin-left: -30px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	color: #2d2f33;
}

.calculator .title-middle {
	margin-bottom: 20px;
	text-align: center;
}

.calculator__title {
	margin-bottom: 10px;
}

.advantages {
	padding: 70px 0;
}

.title-section {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 130%;
}

.title-section span {
	color: #ac1e3d;
}

.advantages .title-section {
	margin-bottom: 0;
}

.row.row_advantages>div {
	margin-top: 42px;
}

.item-advantage {
	padding: 30px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	min-height: 100%;
	position: relative;
}

.item-advantage .title-middle {
	margin-bottom: 20px;
}

.title-middle {
	font-size: 18px;
	line-height: 130%;
	font-weight: 700;
}

.item-advantage__icon {
	top: -12px;
	left: 30px;
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url(../img/check_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.clients,
.contacts,
.team,
.process,
.portfolio {
	padding-bottom: 70px;
}

.slider-cards:not(.slick-initialized)>*:not(:first-child),
.slider-portfolio:not(.slick-initialized)>*:not(:first-child) {
	/* display: none; */
}

.slider-cards .slick-track .slider-portfolio .slick-track {
	display: flex !important;
}

.slider-cards .slick-slide,
.slider-portfolio .slick-slide {
	padding: 15px;
	height: inherit !important;
}

.slider-cards .slick-list,
.slider-portfolio .slick-list {
	margin: -15px;
}

.item-box,
.item-portfolio {
	padding: 15px 15px 30px 15px;
	gap: 20px;
	min-height: 100%;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.slider-portfolio {
	padding: 0 10px 0;
}

.slider-portfolio .swiper-wrapper {
	padding: 0 0 10px;
}

.slider-cards {
	padding: 0 10px 20px 10px;
}

.slider-cards .swiper-slide {
	display: flex;
	flex-flow: column;
	height: auto;
}

.slider-cards .item-box {
	display: flex;
	flex-flow: column;
	height: auto;
}

.item-portfolio__top {
	width: 100%;
}

.item-portfolio__image {
	height: 280px;
	width: 100%;
	display: block;
	position: relative;
}

.item-portfolio__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.item-portfolio__image.fancybox::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 75px;
	height: 75px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}

.item-portfolio:hover .item-portfolio__image.fancybox::after {
	transform: scale(1.1);
	background-color: rgba(0, 0, 0, 0.7);
}

.item-portfolio__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.item-portfolio__bottom {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}

.item-portfolio__info {
	max-width: 260px;
	color: rgba(45, 47, 51, 0.65);
}


.btn-main {
	height: 42px;
	font-size: 16px;
	gap: 20px;
	padding: 0 10px;
	color: #ac1e3d;
	border: 1px solid #ac1e3d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0 4px 4px 0 rgba(87, 6, 23, 0.1);
	background: #fff;
	font-family: "PTSans";
}

.btn-main:hover {
	background: #ac1e3d;
	color: #fff;
}

.btn-main:hover img {
	filter: brightness(0) invert(1);
}

.slick-arrow {
	width: 60px;
	height: 60px;
	font-size: 20px;
	color: #606060;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
	cursor: pointer;
	transition: all 0.3s;
}

.slick-arrow::before {
	display: none;
}

.slick-prev {
	left: -30px;
}

.slick-next {
	right: -30px;
}

.slick-arrow:hover {
	background: #ac1e3d;
	color: #fff;
}

.portfolio .swiper-button-prev {
	top: 153px;
	left: -57px;
}

.portfolio .swiper-button-next {
	top: 153px;
	right: -57px;
}

.slider-portfolio-wrp {
	position: relative;
}

.button-portfolio>a {
	display: none;
}

@media(max-width:992px) {
	.item-portfolio__bottom {
		padding: 0;
		border: none;
		order: 5;
		display: grid;
		grid-template-columns: auto 127px;
	}

	.btn-main {
		height: 34px;
		font-size: 14px;
		gap: 5px;
		padding: 0 9px;
	}

	.title-middle {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.title-middle {
		font-size: 14px;
	}

	.slider-portfolio .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.slider-portfolio .swiper-slide {
		width: 100% !important;
	}

	.slider-portfolio .swiper-button-next,
	.slider-portfolio .swiper-button-prev,
	.slider-portfolio .swiper-pagination {
		display: none;
	}

	.item-portfolio__top {
		height: 220px;
	}

	.item-portfolio__top iframe {
		height: 210px;
	}

	/* .list-portfolio .swiper-slide:nth-child(n+3) {
  display: none;
} */
	.button-portfolio>a {
		display: flex;
	}
}

.tabs {
	margin-bottom: 30px;
	gap: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: none;
	padding-bottom: 5px;
}

.tabs a,
.nav-tabs .nav-link {
	padding: 7px 10px;
	line-height: 1.2;
	color: #333;
	border: 1px solid #e6e6e6;
	background: #fff;
	display: block;
	border-radius: 0;
}

.nav-tabs .nav-link.active,
.tabs a:hover,
.tabs .active a {
	background: rgba(249, 155, 33, 0.15);
	border: 1px solid #f99b21;
}

.tab-pane {
	/* display: none; */
}

.tab-pane:first-child {
	/* display: block; */
}

.tab-content>.tab-pane.active {
	display: block;
}

.tab-content>.tab-pane {
	display: none;
}

.item-process {
	font-size: 14px;
	line-height: 140%;
	position: relative;
}

.item-process__title {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: 700;
}

.item-process_dot {
	width: 22px;
	height: 22px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: rgba(249, 155, 33, 0.15);
	position: relative;
}

.item-process_dot::before {
	position: absolute;
	display: block;
	content: " ";
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border-radius: 50%;
	background: #f99b21;
}

.item-process p+br {
	display: block;
	margin: 10px 0;
	content: " ";
}

.item-process ul li {
	list-style-type: disc;
}

.item-process ul {
	padding-left: 20px;
}

.item-process::before {
	position: absolute;
	display: block;
	content: " ";
	top: 11px;
	left: 15px;
	height: 1px;
	right: -30px;
	background: #e6e6e6;
}

.row>div:last-child .item-process::before {
	display: none;
}

.list-links li {
	margin-bottom: 7px;
}

.list-links li:last-child {
	margin: 0;
}

.list-links a {
	color: #0849ca;
	border-bottom: 1px #0849ca solid;
}

.list-links a:hover {
	border-color: transparent;
}

.item-box .btn-main {
	width: 100%;
}

.title-min {
	font-weight: 700;
}

.team .tab-pane {
	position: relative;
}

.team .tab-pane .swiper-button-next {
	right: -57px;
	top: 181px;
}

.team .tab-pane .swiper-button-prev {
	left: -57px;
	top: 181px;
}

.item-box__logo {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.item-box__image {
	/* //height: 196px; */
	width: 100%;
	display: block;
}

.item-box__logo img,
.item-box__image img {
	width: 100%;
	/* //height: 100%; */
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cases__block {
	padding: 50px;
	min-height: 451px;
	background-image: url(../img/cases.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.cases__block .title-section {
	font-size: 48px;
	line-height: 115%;
}

.cases__block .title-section span {
	display: block;
}

@media(max-width:992px) {
	.cases__block .title-section {
		font-size: 24px;
	}

	.cases__block {
		padding: 50px 20px;
	}
}

.btn-main.btn-main_page {
	background: #ac1e3d;
	color: #fff;
}

.btn-main.btn-main_page img {
	filter: none !important;
}

.btn-main.btn-main_page:hover {
	background: #85031f;
}

.cases__block .btn-main {
	height: 60px;
	padding: 0 30px;
}

.telega {
	padding: 57px 0 0;
	background: url("../img/tg/bg.avif") no-repeat center;
	height: 446px;
	overflow: hidden;
}

.telega .title-section {
	color: #fff;
}

.telega .telega_block>p {
	color: #fff;
	font-size: 18px;
}

.telega .telega_block {
	/* width: 49%;
	max-width: 430px; */

}

.tg-flex {
	display: grid;
	grid-template-columns: 439px auto;
}

.tg-img img {
	width: 100%;

	height: 100%;
	object-fit: cover;
}


.telega .telega_block img {
	width: 78px;
	display: inline-block;
	vertical-align: middle;
	margin: auto 15px auto 0;
}

.telega .telega_block .blog-photo {
	margin-top: 25px;
}

.telega .telega_block .blog-photo p {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	font-size: 1.1em;
	color: #ffffff;
}

.telega .telega_block .blog-photo p span {
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
	color: #ffffff;
}

.telega .telega_block a {
	color: #ffffff;
	border: 1px solid #2BABEE;
	width: 250px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	background: #2BABEE;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 50px 0;
	height: 50px;
	gap: 10px;
	font-size: 16px;
}


.telega .tg-png {
	width: 49%;
	display: inline-block;
}

@media(max-width:992px) {
	.tg-img img {
		height: auto;
	}
}

@media(max-width:767px) {
	.tg-flex {
		display: flex;
		flex-flow: column;
	}

	.telega .telega_block {
		width: 100%;
		max-width: 100%;
	}

	.telega .tg-png {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.telega {
		padding: 50px 0 0;
		height: auto;
		background-size: cover;
	}

	.tg-img img {
		height: 256px;
	}
}


.contacts__block {
	padding: 30px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.contacts__image img {
	width: 100%;
	height: auto;
}

.contacts__unit {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #ebebeb;
}

.location-item {
	margin-top: 9px;
	gap: 5px;
	display: flex;
	align-items: center;
}

.location-item::before {
	position: relative;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/marker.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.contacts__unit:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.contacts__block .btn-main {
	height: 60px;
	padding: 0 40px;
	margin-top: 20px;
}

.footer {
	padding: 70px 0;
	font-size: 14px;
	line-height: 129%;
	color: #77787a;
	background: #efefef;
}

.footer__info p {
	margin-bottom: 7px;
}

.footer__info {
	margin-top: 20px;
	max-width: 317px;
}

.footer .logo img {
	width: 50px;
}

.item-contact__title {
	margin-bottom: 3px;
}

.item-contact__value {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.item-contact__value a {
	border-bottom: 1px #333 solid;
	color: #333;
}

.footer__contacts {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer .btn-main {
	height: 61px;
	margin-top: 20px;
	padding: 0 20px;
}

/*Style Sandwich*/
.sandwich span {
	display: block;
}

.sandwich {
	width: 47px;
	height: 47px;
	padding-top: 16px;
	border: 1px solid #c4c4c4;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	align-items: center;
	z-index: 20;
	flex: none;
	cursor: pointer;
}

.sw-topper {
	position: relative;
	top: 0px;
	width: 17px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #c4c4c4;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
	position: relative;
	top: 5px;
	width: 17px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #c4c4c4;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}

.sw-footer {
	position: relative;
	top: 10px;
	width: 17px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #c4c4c4;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}

.sandwich.active .sw-topper {
	top: 5px;
	transform: rotate(45deg);
}

.sandwich.active .sw-bottom {
	opacity: 0;
}

.sandwich.active .sw-footer {
	top: 3px;
	transform: rotate(-45deg);
}

.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}

.modal-wrap {
	padding: 35px 30px;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
}

.modal-wrap .title-middle {
	margin-bottom: 20px;
	text-align: center;
}

.item-form {
	margin-bottom: 20px;
}

.item-form__title {
	margin-bottom: 10px;
}

.item-form input,
.item-form textarea {
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	width: 100%;
	font-family: "PTSans";
	background: #fff;
	color: #2d2f33;
}

.descr-form {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
	color: #77787a;
}

.modal-wrap .btn-main {
	height: 60px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
}

.fancybox-close-small {
	opacity: 0.6;
	transition: all 0.3s;
}

.fancybox-close-small:hover {
	opacity: 1;
}

.fancybox-bg {
	opacity: 1;
	background: rgba(25, 2, 7, 0.75);
}

.item-checkbox,
.item-radio {
	margin-bottom: 7px;
}

.item-checkbox:last-child,
.item-radio:last-child {
	margin-bottom: 0;
}

.item-checkbox label,
.item-radio label {
	display: block;
	position: relative;
}

.item-checkbox label input,
.item-radio label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}

input.error {
	border: 1px solid red;
}

label.error {
	display: none !important;
}

.item-checkbox label span,
.item-radio label span {
	padding: 1px 0;
	font-size: 14px;
	padding-left: 25px;
	display: block;
	cursor: pointer;
}

.item-checkbox label span::before,
.item-checkbox label span::after,
.item-radio label span::before,
.item-radio label span::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
}

.item-radio label span::before {
	background-image: url(../img/radio.svg);
}

.item-radio label span::after {
	background-image: url(../img/radio_active.svg);
	opacity: 0;
}

.item-checkbox label span::before {
	background-image: url(../img/checkbox.svg);
}

.item-checkbox label span::after {
	background-image: url(../img/checkbox_active.svg);
	opacity: 0;
}

.item-checkbox label>input:checked+span:before,
.item-radio label>input:checked+span:before {
	opacity: 0;
}

.item-checkbox label>input:checked+span:after,
.item-radio label>input:checked+span:after {
	opacity: 1;
}

.calculator__item {
	margin-bottom: 20px;
}

.irs--flat .irs-line {
	height: 2px;
	top: 0;
	background: #eee;
	border-radius: 0;
}

.irs--flat .irs-bar--single {
	height: 3px;
	top: 0;
	background: #f99b21;
	border-radius: 0;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	top: 100%;
	position: absolute;
}

.irs--flat .irs-single {
	height: 28px;
	padding: 0 5px;
	font-size: 12px;
	margin-bottom: 23px;
	border-radius: 0;
	bottom: 100% !important;
	right: 0 !important;
	left: auto !important;
	line-height: 140%;
	text-align: center;
	color: #2d2f33;
	border: 1px solid rgba(249, 155, 33, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	top: auto;
}

.irs--flat .irs-single::before {
	display: none;
}

.input-range {
	padding-top: 15px;
	border: 1px solid rgba(249, 155, 33, 0.30);
	height: 28px;
	width: 43px;
	padding: 5px;
}

.input-range input {
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	color: rgba(45, 47, 51, 1);
	font-size: 12px;
}

.clc_area__ttl {
	display: flex;
	gap: 10px;
	margin: 0 0 15px 0;
}

.irs--flat .irs-handle i {
	display: none !important;
}

.irs--flat .irs-handle {
	width: 16px;
	height: 16px;
	top: -7px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #f99b21;
}

.calculator__item_range {
	margin-left: -15px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	font-size: 8px;
	margin-top: 7px;
	visibility: visible !important;
	color: #7d7b75;
	padding: 0;
	background: transparent;
}

.info-chekbox {
	font-size: 10px;
	padding: 10px;
	line-height: 140%;
	background: #ebebeb;
	position: relative;
}

.info-chekbox::before {
	position: absolute;
	display: block;
	content: " ";
	right: 100%;
	top: 7px;
	border: 7px solid transparent;
	border-right: 17px solid #ebebeb;
}

.info-chekbox__title {
	font-size: 14px;
	margin-bottom: 5px;
}

.calculator__item_tab {
	margin-left: 7px;
}

.info-chekbox__tab {
	display: none;
}

.info-chekbox__tab:first-child {
	display: block;
}

.calculator__bottom {
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.progressbar {
	height: 18px;
	position: relative;
	width: 100%;
	background: #eee;
}

.progressbar::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	-webkit-animation: progress-bar-stripes 20s linear infinite;
	-o-animation: progress-bar-stripes 20s linear infinite;
	animation: progress-bar-stripes 20s linear infinite;
}

.progressbar__value {
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	background: #fdbf6e;
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 0;
	}

	100% {
		background-position: 100%;
	}
}

.progressbar-info {
	gap: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.item-progressbar {
	font-size: 14px;
	gap: 5px;
	color: rgba(22, 33, 54, 0.7);
	display: flex;
	align-items: center;
}

.value-progressbar {
	font-size: 10px;
	padding: 3px;
	background: #eee;
	line-height: 140%;
	color: #162136;
}

.calculator .btn-main {
	font-size: 16px;
	margin-top: 20px;
	height: 60px;
	width: 100%;
	font-weight: 700;
}


/* .modal-wrap{
	width: 400px!important;
} */
.items_call .item-radio label span::after {
	top: -1px;
}

.items_call p {
	margin: 0 0 10px 0;
	font-weight: 700;
}

.items_call .items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.items_call .item {
	border-radius: 8px;
	height: 40px;
	padding: 0 5px;
	border: 1px solid #ebebeb;
	width: 100%;
	background: #fff;
	color: #2d2f33;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.items_call .item span {
	font: 400 12px/1.1 "PTSans";
}

.agree {
	display: block;
	font-family: var(--font-family-italic);
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	line-height: 1.6 !important;
	vertical-align: middle;
	color: rgba(45, 47, 51, 0.75);
	padding-left: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTUgMTIuMTVMMTMuMjM3NSA2Ljg2MjVMMTIuMTg3NSA1LjgxMjVMNy45NSAxMC4wNUw1LjgxMjUgNy45MTI1TDQuNzYyNSA4Ljk2MjVMNy45NSAxMi4xNVpNMy43NSAxNS43NUMzLjMzNzUgMTUuNzUgMi45ODQ1IDE1LjYwMzMgMi42OTEgMTUuMzA5N0MyLjM5NzUgMTUuMDE2MiAyLjI1MDUgMTQuNjYzIDIuMjUgMTQuMjVWMy43NUMyLjI1IDMuMzM3NSAyLjM5NyAyLjk4NDUgMi42OTEgMi42OTFDMi45ODUgMi4zOTc1IDMuMzM4IDIuMjUwNSAzLjc1IDIuMjVIMTQuMjVDMTQuNjYyNSAyLjI1IDE1LjAxNTcgMi4zOTcgMTUuMzA5NyAyLjY5MUMxNS42MDM4IDIuOTg1IDE1Ljc1MDUgMy4zMzggMTUuNzUgMy43NVYxNC4yNUMxNS43NSAxNC42NjI1IDE1LjYwMzMgMTUuMDE1NyAxNS4zMDk3IDE1LjMwOTdDMTUuMDE2MiAxNS42MDM4IDE0LjY2MyAxNS43NTA1IDE0LjI1IDE1Ljc1SDMuNzVaIiBmaWxsPSIjMkQyRjMzIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: top left;
	min-height: 19px;
	margin-top: 10px;
	max-width: 320px;
}

.agree a {
	color: #242325;
	font-style: italic;
}

/* fatures  */


.features__container {
	max-width: 1200px;
	margin: 0 auto;
}



.features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* ===== card ===== */

.feature {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	color: #fff;
}

.feature__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feature__content {
	position: absolute;
	inset: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0) 20%,
			rgba(0, 0, 0, 0.7) 100%);
}

.feature__heading {
	font: 700 17px/1.2 var(--font-bold);
	margin-bottom: 7px;
	color: #ffffff;
}

.feature__text {
	font: 400 16px/1.4 var(--font-family);
	color: #ffffff;
}

.feature__text a {
	color: #F99B21;
	text-decoration: underline;
}

/* ===== tablet ===== */

@media (max-width: 1024px) {
	.features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ===== mobile ===== */

@media (max-width: 600px) {


	.features__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.feature__content {
		padding: 15px 15px 15px 140px;
		background: no-repeat;
		justify-content: flex-start;
		background: none;
	}

	.feature__heading {
		font-size: 16px;
	}

	.feature__text {
		font-size: 14px;
	}
}

/* end features  */
/* stats  */


.stats__container {
	display: grid;
	grid-template-columns: 336px auto;
}

.stats__title {
	font: 700 36px/1.2 var(--font-bold);
	color: #333;
	margin-bottom: 40px;
	position: relative;
}

.stats__title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #c0392b;
	margin-top: 10px;
}

/* grid */

.stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: center;
}

/* card */

.stat {
	/* border-left: 1px solid #ddd; */
	/* padding-left: 60px; */
	position: relative;
	padding: 25px 0 25px 60px;
}

.stat svg {
	position: absolute;
	left: -60px;
	bottom: -60px;
}

.stat--main {
	/* border-left: none; */
	/* padding-left: 0; */
}

.stat__value {
	font: 700 40px/1.2 var(--font-bold);
	color: #f39c12;
	margin-bottom: 5px;
}

.stat__text {
	font: 700 18px/1.2 var(--font-bold);
	color: rgba(45, 47, 51, 0.85);
	max-width: 220px;
}

/* layout second row */

.stat:nth-child(4),
.stat:nth-child(5) {
	margin-top: 20px;
}



@media (max-width: 1024px) {
	.stats__container {
		display: flex;
		flex-flow: column;
	}

}



@media (max-width: 767px) {

	.stat:nth-child(4),
	.stat:nth-child(5) {
		margin-top: 0;
	}

	.stats__grid {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.stat {
		width: 100%;
		padding: 0;
		display: grid;
		grid-template-columns: 130px auto;
		gap: 24px;
		align-items: center;
	}

	.stat__value {
		font-size: 32px;
		margin-bottom: 0;
	}

	.stat__text {
		font-size: 18px;
		color: rgba(45, 47, 51, 0.80);
	}

	.stat svg {
		display: none;
	}
}

/* stats end  */
/* cases  */
.cases {
	padding: 60px 0 20px;
	/* background: #f5f5f5; */
}

.cases__container {
	max-width: 1200px;
	margin: 0 auto;
}

.cases__title {
	/* font-size: 28px;
	font-weight: 600;
	margin-bottom: 25px; */
}

/* filters */

.cases__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.cases__filter {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	background: #F7F7F7;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	height: 35px;
}

.cases__filter.active {
	border: 1px solid #F99B21;
	background: rgba(249, 155, 33, 0.15);
	color: #333333;
}

/* slider */

.cases-slider {
	position: relative;
	padding: 0 10px 20px;
}

.swiper-button-next,
.swiper-button-prev,
.cases__nav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	/* top: 40%; */
	width: 60px;
	height: 60px;
	background: #EBEBEB;
	cursor: pointer;
	z-index: 2;
}

.cases__nav--prev {
	left: -57px;
}

.cases__nav--next {
	right: -57px;
}

/* card */

.case {


	padding: 20px 24px;
	height: 100%;
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}

.case__top {
	display: grid;
	grid-template-columns: 256px auto;
	gap: 20px;
	margin-bottom: 20px;
}

.case__img {
	width: 256px;
	height: 165px;


}

.case__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}




.case__desc {
	font-size: 14px;

	color: #2D2F33;
	line-height: 1.4;
}

.cases-slider .swiper-slide {
	display: flex;
	flex-flow: column;
	height: auto;
}

.case__info {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.case__info_item {
	font: 400 13px/1.2 var(--font-family);
	color: #2D2F33;
}

.case__info_item strong {
	font: 700 13px/1.2 var(--font-bold);
	color: #2D2F33;
}

.descr_ttl {
	font: 400 12px/1.2 var(--font-family);
	color: rgba(45, 47, 51, 0.80);
	margin-bottom: 5px;
}

.cases-slider_wrp {
	position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: '';
	width: 10px;
	height: 21px;

}

.swiper-button-next:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M0.703125 1.90625C0.911458 1.69792 1.11979 1.69792 1.32812 1.90625L9.60938 10.1875C9.81771 10.3958 9.81771 10.6042 9.60938 10.8125L1.32812 19.0938C1.11979 19.3021 0.911458 19.3021 0.703125 19.0938L0.390625 18.7812C0.182292 18.5729 0.182292 18.3516 0.390625 18.1172L8.04688 10.5L0.390625 2.88281C0.182292 2.64844 0.182292 2.42708 0.390625 2.21875L0.703125 1.90625Z' fill='%23606060'/%3E%3C/svg%3E");
}

.swiper-button-prev:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M9.29688 19.0938C9.08854 19.3021 8.88021 19.3021 8.67188 19.0938L0.390625 10.8125C0.182292 10.6042 0.182292 10.3958 0.390625 10.1875L8.67188 1.90625C8.88021 1.69792 9.08854 1.69792 9.29688 1.90625L9.60938 2.21875C9.81771 2.42708 9.81771 2.64844 9.60938 2.88281L1.95312 10.5L9.60938 18.1172C9.81771 18.3516 9.81771 18.5729 9.60938 18.7812L9.29688 19.0938Z' fill='%23606060'/%3E%3C/svg%3E");
}

.btn_more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	padding: 10px 20px;
	border: none;
	background: #ddd;
	height: 38px;
}

/* adaptive */

@media (max-width: 768px) {
	.cases__filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

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

	.cases__nav {
		display: none;
	}

	.cases__filter {
		/* min-width: 50px; */
		width: max-content;
	}

	.case {
		background: #FFF;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
	}

	.cases-slider .swiper-wrapper {
		flex-flow: column;
		gap: 20px;
	}

	.cases-slider {
		overflow: visible;
	}

	.case__desc,
	.descr_ttl {
		/* display: none; */
	}

	.case__img {
		width: 100%;
	}

	.swiper-button-next,
	.swiper-button-prev,
	.cases__nav {
		width: 30px;
		height: 36px;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-prev {
		left: 0;
	}
}

.case {
	animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* cases end  */

.reviews {
	background: #F7F7F7;
}


.reviews__rating {
	font: 700 36px/1.2 var(--font-bold);
	margin-bottom: 30px;
	color: #AC1E3D;
}

.reviews__rating-value {
	color: #e74c3c;
	font-weight: 700;
}

/* grid */

.reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* card */

.review {
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);

	padding: 20px 15px;
}

.review__top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
}

.review__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ddd;
}

.review__name {
	color: #1A1A1A;
	font-size: 16px;
}

.review__stars {
	color: #F99B21;
	font-size: 15px;
	line-height: 1;
}

.review__text {
	font-size: 16px;
	color: #2D2F33;
	line-height: 1.4;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review__btn {
	max-width: 222px;
	position: relative;
	gap: 20px;
}

.review__btn:after {
	content: '';
	position: relative;
	display: flex;
	width: 11.677px;
	height: 11.679px;
	background-size: cover;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M1.53803 0.426431C1.47243 0.429441 1.40806 0.445351 1.3486 0.473251C1.28915 0.501141 1.23577 0.540471 1.19151 0.589001C1.14726 0.637521 1.11299 0.694291 1.09068 0.756051C1.06836 0.817821 1.05842 0.883371 1.06144 0.948981C1.06446 1.01458 1.08037 1.07895 1.10826 1.13841C1.13616 1.19786 1.17549 1.25124 1.22401 1.2955C1.27254 1.33975 1.3293 1.37402 1.39107 1.39633C1.45283 1.41865 1.51839 1.42859 1.58399 1.42557L9.9264 1.04514L0.14645 10.8251C0.05268 10.9189 0 11.0461 0 11.1787C0 11.3113 0.05268 11.4385 0.14645 11.5322C0.24021 11.626 0.36739 11.6787 0.5 11.6787C0.63261 11.6787 0.75978 11.626 0.85355 11.5322L10.6314 1.75437L10.2524 10.094C10.2508 10.2237 10.2997 10.349 10.3888 10.4434C10.4778 10.5378 10.6001 10.5938 10.7297 10.5997C10.8594 10.6056 10.9862 10.5608 11.0834 10.4749C11.1807 10.389 11.2407 10.2686 11.2509 10.1392L11.6765 0.784221C11.6818 0.667101 11.6595 0.550371 11.6115 0.443411C11.5635 0.336451 11.4911 0.242241 11.4001 0.168331C11.2573 0.0521612 11.0769 -0.00747897 10.8931 0.00075103L1.53803 0.426431Z" fill="%23AC1E3D"/%3E%3C/svg%3E');

}

/* button */

.reviews__more {
	margin: 30px auto 0;
	display: block;
	padding: 10px 20px;
	border: none;
	background: #ddd;
	cursor: pointer;
}

.review__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

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

.review__date {
	font-size: 12px;
	color: #656565;
}

.rev_bottom_info {
	display: flex;
	width: 100%;
	gap: 8px;
}


@media (max-width: 1024px) {
	.reviews__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.reviews__grid {
		grid-template-columns: 1fr;
	}

	.reviews__title {
		font-size: 22px;
	}

	.reviews__rating {
		font-size: 20px;
	}

	.review__name {
		font-size: 14px;
	}

	.review__text {
		font-size: 14px;
	}
}

.rating {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #EDEDED;
	padding: 20px 32px;

	font-size: 16px;
	color: #333;
	flex-wrap: wrap;
	margin: 30px 0;
}

.rating__left {
	display: flex;
	align-items: center;
	gap: 6px;
}

.rating__right {
	display: flex;
	align-items: center;
	gap: 15px;

}

.rating__icon {
	color: #e74c3c;
	font-size: 14px;
}

.rating__service {
	font-weight: 500;
}

.rating__value {
	font: 700 24px/1.2 var(--font-bold);
	margin: 0 15px 0 40px;
}

.rating__stars {
	display: flex;
	gap: 5px;
}

.rating__stars span {
	display: flex;
	width: 31px;
	height: 30px;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M15.5 21.5875L23.4825 26.25L21.3642 17.4625L28.4167 11.55L19.1296 10.7875L15.5 2.5L11.8704 10.7875L2.58334 11.55L9.63584 17.4625L7.51751 26.25L15.5 21.5875Z' fill='%23F99B21' /%3E%3C/svg%3E");
}

.rating__info {
	color: #2D2F33;
}


@media (max-width: 767px) {
	.rating {
		gap: 8px;
		font-size: 13px;
		padding: 12px 15px;
		margin: 25px 0;
	}



	.rating__info {
		font-size: 13px;
		/* width: 100%; */
	}

	.rating__stars span {
		width: 19px;
		height: 18px;
	}

	.rating__value {
		font-size: 20px;
		margin: 0;
		width: max-content;
	}

	.rating__stars {
		gap: 1px;
	}
}

/* ===== modal ===== */

.review-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.review-modal.active {
	display: flex;
}

.review-modal__content {
	background: #fff;
	max-width: 500px;
	width: 90%;
	padding: 20px;
	border-radius: 6px;
	position: relative;
}

.review-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 18px;
}

.review-modal__name {
	font-weight: 600;
	margin-bottom: 10px;
}

.review-modal__text {
	font-size: 14px;
	line-height: 1.5;
}

/* map  */
.geo {
	padding: 75px 0 62px;
	position: relative;
	height: 673px;
}

.geo__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}

/* текст */

.geo__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.geo__title {
	font: 700 36px/1.2 var(--font-bold);
	margin-bottom: 25px;
	color: #333;
}

.geo__title span {
	color: #b02a37;
}

/* города */

.geo__cities {
	display: flex;
	gap: 40px;
	margin-top: 265px;
}

.geo__cities ul {
	padding-left: 18px;
	margin: 0;
}

.geo__cities li {
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
	list-style: disc;
}

/* карта */

.geo__map {
	z-index: 1;
	position: absolute;
	top: 0;

}

.geo__map img {
	width: 90%;
	height: auto;
	display: block;
}

/* ===== tablet ===== */

@media (max-width: 1024px) {
	.geo__container {
		flex-direction: column;
		text-align: left;
	}

	.geo__map {
		order: -1;
	}
}

@media (max-width: 767px) {
	.geo {
		padding: 35px 0;
		height: auto;
	}

	.geo__title {
		font-size: 26px;
	}

	.geo__cities {
		gap: 20px;
		margin-top: 171px;
	}

	.geo__cities li {
		font-size: 13px;
	}

	.geo__content {
		flex-flow: column;
		align-items: flex-end;
	}

	.geo__map {
		order: -1;
		right: -42px;
	}

}

/* map end  */