p.head1 {
	font-size: 34px;
	line-height: normal;
	max-width: 599px;
}

.analytics-page h2 {
	font-size: 34px;
	line-height: normal;
	padding-bottom: 0;
}

section.turnkey-tender-support {
	margin: 20px 0 40px;
}

.turnkey-tender-support__banner.turnkey-tender-support__banner--gray {
	padding: 35px 35px 10px;
	border-radius: 20px;
}

.turnkey-tender-support__banner--gray .turnkey-tender-support__heading {
	padding-top: 23px;
	padding-bottom: 0;
}

.turnkey-tender-support__text {
	gap: 16px;
}

.turnkey-tender-support__banner--gray .turnkey-tender-support__button {
	padding-bottom: 34px;
}

.hero__heading,
.easy__heading,
.steps__heading,
.inside__heading,
.tariffs__heading,
.numbers__heading,
.hero__heading h2 {
	margin-bottom: 30px;
}

.plitka__block {
	gap: 25px;
}

.plitka__element {
	grid-template-columns: 80px 1fr;
}

.plitka__icon {
	width: 80px;
	height: 80px;
}

.plitka__icon img {
	width: 60px;
	height: 60px;
}

.plitka__txt {
	padding-right: 0;
	justify-content: center;
}

.easy__item .easy__name {
	grid-template-columns: 70px 1fr;
}

.inside__content--columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 20px;
	padding-top: 0;
}

.inside__content--columns .inside__item {
	align-items: center;
	grid-template-columns: 100px 1fr;
	gap: 16px;
}

.inside__icon {
	width: 100px;
	height: 100px;
	border-radius: 8px;
}

.inside__txt p:first-of-type {
	margin-bottom: 8px;
}

.easy__name h3 {
	font-size: 22px;
	font-weight: 500;
}

.easy__item {
	font-size: 16px;
	border-radius: 20px;
}

.easy__content {
	grid-template-columns: 1fr 1fr;
	gap: 33px;
}

.easy__item ul {
	margin: 0;
	padding-left: 33px;
}

.tariffs--report {
	padding: 0;
	margin: 80px 0;
}

.tariff__list {
	gap: 40px 4%;
}

.tariffs--report .tariff__list {
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}

.tariff__btn {
	text-align: left;
}

.tariff__item {
	border-radius: 20px;
	padding: 22px;
}

.tariffs--report .tariff__item {
	padding: 30px;
}

.tariff__item h3 {
	padding: 16px 8px;
	border-radius: 8px;
	font-size: 22px;
}

.tariffs--report .tariff__item h3 {
	padding: 16px 20px;
}

.tariff__item ul {
	display: flex;
	padding: 0 0 4px 25px;
	margin-bottom: auto;
	flex-direction: column;
	gap: 5px;
}

.tariff__img {
	margin: auto 0 4px;
	display: block;
	outline: solid 1px #f1f4f8;
	border-radius: 8px;
}

.tariff__img > img {
	display: block;
	padding: 0;
	border-radius: 8px;
}

.tariff__item li {
	display: block;
	font-size: 18px;
	line-height: normal;
	position: relative;
}

.tariff__item li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #272727;
	position: absolute;
	left: -15px;
	top: 7px;
}

.numbers__block {
	border-radius: 20px;
}

.faq__spoiler .faq__block {
	gap: 15px;
	height: 17rem;
}

.faq__spoiler::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 33%;
	bottom: 0;
	background: linear-gradient(to top, #fff 44%, #ffffff00);
	z-index: 2;
}

.faq__details {
	display: flex;
	gap: 5px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 0;
	flex-direction: column;
}

.faq__details[open] {
	padding-bottom: 5px;
	gap: 10px;
}

.faq__block:has(.faq__details[open]) {
	gap: 15px;
	/* height: auto; */
}

.faq__spoiler:has(.faq__details[open])::before {
	/* height: 0; */
}

.faq__question {
	font-size: 16px;
	width: auto;
	list-style: none;
	cursor: pointer;
	padding: 16px 44px 15px 20px;
	margin: 0;
	background: #f1f4f8;
	border-radius: 10px;
}

.faq__details[open] .faq__question {
	border-radius: 10px 10px 0 0;
}

.faq-img {
	position: absolute;
	top: 12px;
	right: 20px;
}

.faq__details[open] .faq-img svg {
	rotate: 180deg;
}

.faq__details[open] .faq__question:hover .faq-img svg {
	/*rotate: 90deg;*/
}

.faq__details .faq__question:hover .faq-img svg path,
.faq__details .faq__question:focus .faq-img svg path {
	fill: #2dadf1;
}

.faq__answer {
	padding: 16px 20px 15px;
	width: auto;
	font-size: 16px;
	background: #f1f4f8;
	border-radius: 0 0 10px 10px;
}

.faq__details[open] .faq__answer {
	display: block;
}

.faq-button--buttonClose {
	margin-top: 17px;
}

.faq__spoiler:has(.faq__details[open]) > .faq-buttons {
	/* display: none; */
}

img.f-panzoom__content.f-lazyload.is-lazyloaded {
	border-radius: 20px;
}

@media (max-width: 1218px) {
	.inside__content--columns {
		grid-template-columns: 1fr 1fr;
		gap: 30px 20px;
	}
}

@media (max-width: 1023px) {
	.faq__question {
		max-width: 100%;
	}
}

@media (max-width: 980px) {
	.tariff__list {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.tariffs--report .tariff__list {
		margin-bottom: 40px;
	}

	.tariffs--report .tariff__item {
		padding: 4%;
	}

	.tariffs--report .tariff__item h3 {
		padding: 3%;
	}

	.inside__content--columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

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

	.plitka__txt {
		padding-right: 0;
		justify-content: start;
	}
}

@media (max-width: 600px) {
	.tariffs--report .tariff__list {
		grid-template-columns: 1fr;
	}

	.faq__block,
	.faq__block:has(.faq__details[open]) {
		gap: 8px;
	}

	.faq__details[open] {
		padding-bottom: 5px;
		gap: 6px;
	}
}
