:root {
	--font-family: "PTSans", sans-serif;
	--font-bold: "PTSans Bold", sans-serif;
}
*::-webkit-input-placeholder {
	color: #949494;
	opacity: 1;
}
*:-moz-placeholder {
	color: #949494;
	opacity: 1;
}
*::-moz-placeholder {
	color: #949494;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #949494;
	opacity: 1;
}

body {
	font-family: 'Manrope';
	font-size: 16px;
	line-height: 140%;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
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;
}

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;
}

.header {
	padding: 25px 0;
	background: #fff;
	position: sticky;
	z-index: 600;
	top: 0;
}
.header__wrapper {
	gap: 28px;
	display: flex;
	align-items: center;
}
.logo {
	margin-right: auto;
	display: inline-block;
}
.logo__title {
	font-size: 24px;
	color: #ac1e3d;
	font-weight: 600;
	line-height: 140%;
	display: block;
}
.logo__descr {
	font-size: 12px;
	color: #2c3136;
	line-height: 140%;
	display: block;
}
.menu__list {
	gap: 20px;
	display: flex;
	align-items: center;
}
.menu__list a {
	padding: 4px 3px;
	display: block;
	border-bottom: 1px transparent solid;
	color: #2c3136;
}
.menu__list .mPS2id-highlight-first {
	border-color: #ac1e3d;
}
.phone-main {
	font-size: 20px;
	color: #2c3136;
}

.hero {
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.hero::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.hero__wrapper {
	min-height: 600px;
	padding-top: 20px;
	padding-bottom: 46px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: flex-end;
}
.hero__content {
	padding: 25px 20px;
	backdrop-filter: blur(7.699999809265137px);
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #fff;
}
.hero__title {
	font-size: 34px;
	margin-bottom: 12px;
	line-height: 140%;
	font-weight: 600;
}
.hero__list {
	columns: 2;
}
.hero__list li {
	padding-left: 40px;
	margin-bottom: 20px;
	break-inside: avoid;
	position: relative;
}
.hero__list li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.hero__calculation {
	background: #fff;
	border-radius: 10px;
}
.hero__calculation-head {
	padding: 20px;
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(46deg, #ac1e3d 0%, #700018 100%);
}
.hero__calculation-content {
	padding: 20px;
	padding-top: 30px;
}
.hero__calculation-text {
	font-size: 12px;
	color: #949598;
}
.hero__calculation-bottom {
	padding: 20px;
	border-radius: 10px;
	background: #f5f5f5;
}
.btn-main {
	height: 46px;
	padding: 0 30px;
	font-size: 16px;
	gap: 8px;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
	background: #ac1e3d;
	font-family: 'Manrope';
}
.hero__calculation .btn-main {
	width: 100%;
}
.hero__calculation-grid {
	padding-bottom: 15px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
}
.hero__calculation-subtitle {
	margin-bottom: 12px;
	font-weight: 500;
	color: #949598;
}
.radio,
.checkbox {
	font-size: 14px;
	margin-bottom: 12px;
	color: #000;
}
.radio a,
.checkbox a {
	color: inherit;
}
.radio label,
.checkbox label {
	gap: 5px;
	position: relative;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.radio label input,
.checkbox label input {
	width: 22px;
	height: 22px;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	flex: none;
	cursor: pointer;
}
.radio label input::before,
.checkbox label input::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/checkbox.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 1;
	transition: .2s;
}
.radio label input::after,
.checkbox label input::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/checkbox_active.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: .2s;
}
.radio input:checked:before,
.checkbox input:checked:before {
	opacity: 0;
}
.radio input:checked:after,
.checkbox input:checked:after {
	opacity: 1;
}
.radio label input::before {
	background-image: url(../img/radio.svg);
}
.radio label input::after {
	background-image: url(../img/radion_active.svg);
}

.blog,
.portfolio,
.format,
.approach {
	padding-top: 100px;
}
.title-section {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 140%;
	color: #000;
	font-weight: 600;
}
.row>div {
	padding: 0 10px;
}
.row {
	margin: 0 -10px;
}
.row.row--main>div {
	margin-bottom: 20px;
}
.row.row--main {
	margin-bottom: -20px;
}
.item-box {
	padding: 30px 20px;
	padding-bottom: 25px;
	min-height: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.icon-page {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-page img {
	max-width: 100%;
	max-height: 100%;
}
.title-middle {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 500;
	line-height: 140%;
}
.descr-main {
	font-size: 15px;
	line-height: 140%;
	color: #949598;
}
.item-box__text {
	padding: 15px 0;
	margin-top: 20px;
	width: 100%;
	flex: 1;
	border-top: 1px solid rgba(172, 30, 61, 0.3);
	border-bottom: 1px solid rgba(172, 30, 61, 0.3);
}
.item-box__text p {
	margin-bottom: 5px;
}
.item-box__text p:last-child {
	margin-bottom: 0;
}
.item-box .btn-main {
	margin-top: 20px;
	width: 100%;
}
.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-portfolio {
	padding: 30px;
	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;
}
.item-portfolio__top {
	width: 100%;
}
.item-portfolio__image {
	height: 295px;
	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);
}
.slick-arrow {
	width: 60px;
	height: 60px;
	font-size: 20px;
	color: #606060;
	top: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-arrow::before {
	display: none;
}
.slick-prev {
	left: -30px;
}
.slick-next {
	right: -30px;
}
.item-portfolio__image iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.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__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);
	}
}
.portfolio .slick-prev {
	left: -60px;
}
.portfolio .slick-next {
	right: -60px;
}


.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;
	}
}
.portfolio {
	padding-bottom: 100px;
}
.blog {
	padding-bottom: 45px;
}
.item-blog {
	padding: 20px;
	padding-right: 242px;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	border: 1px solid #dfdfdf;
	position: relative;
	z-index: 1;
}
.item-blog__logo {
	height: 46px;
	margin-bottom: 5px;
	mix-blend-mode: multiply;
	display: flex;
	align-items: center;
}
.item-blog__logo img {
	max-width: 100%;
	max-height: 100%;
}
.item-blog__title {
	font-size: 24px;
	margin-bottom: 12px;
	color: #000;
	line-height: 140%;
	font-weight: 500;
	display: block;
}
.item-blog__text {
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item-blog .btn-main {
	margin-top: auto;
}
.item-blog__image {
	width: 248px;
	mix-blend-mode: multiply;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.item-blog__image img {
	max-width: 100%;
	max-height: 100%;
}
.blog .row--main>div:nth-child(2) .item-blog,
.blog .row--main>div:nth-child(3) .item-blog {
	background: rgba(172, 30, 61, 0.05);
}
.blog__button {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-main.btn-main--gray {
	background: #e7e7e7;
	color: #000;
}

.footer {
	padding: 40px 0;
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.1);
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
	border-radius: 15px 15px 0 0;
}
.footer__title {
	margin-bottom: 12px;
	color: #2c3136;
	opacity: 0.5;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav a {
	color: #2c3136;
}
.socials-list {
	gap: 20px;
	display: flex;
	align-items: center;
}
.socials-list img {
	width: 30px;
	height: auto;
}
.footer .socials-list {
	margin-top: 10px;
}
.logo--main {
	gap: 10px;
	display: flex;
	align-items: center;
}
.logo__image {
	width: 79px;
	height: 79px;
	display: block;
	border-radius: 50%;
}
.logo__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.col-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer__publications {
	padding-left: 30px;
}
.footer__menu {
	padding-left: 15px;
}
.modal-block {
	background: transparent;
	display: none;
	box-shadow: none;
	padding: 0;
}
.form-main {
	border-radius: 10px;
	background: #fff;
}
.form-main__title {
	padding: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 140%;
	text-align: center;
	font-weight: 600;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(46deg, #ac1e3d 0%, #700018 100%);
}
.form-main__content {
	padding: 20px;
	padding-top: 15px;
}
.form-main__subtitle {
	margin-bottom: 20px;
	text-align: center;
}
.item-form {
	margin-bottom: 10px;
}
.item-form input,
.item-form textarea {
	height: 42px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
	border: none;
	font-family: 'Manrope';
	box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}
.fancybox-slide--html .fancybox-close-small {
	color: #fff;
}
.form-main .btn-main {
	width: 100%;
	margin-top: 15px;
}
.slick-dots {
	gap: 7px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0;
	transition: all 0.3s;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #ac1e3d;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
}
.slick-dots li.slick-active button {
	background: #610b1d;
}
.slick-dots li button::before {
	display: none;
}
.hero__pane {
	display: none;
}

/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 49px;
	height: 49px;
	padding-top: 15px;
	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: 49px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #000;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 7px;
	width: 49px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #000;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 14px;
	width: 49px;
	height: 1px;
	display: block;
	margin: 0;
	background-color: #000;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 7px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg);
}

.form-main {
	width: 460px;
	max-width: 100%;
	margin: 0 auto;
}
#thanks .form-main__title {
	font-size: 22px;
	border-radius: 10px;
}
#thanks .form-main {
	background: transparent;
}
