#center {
	margin: 0;
	padding: 0 20px;
}

#page-tariffs,
#page-tariffs div,
#page-tariffs span {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
}

#page-tariffs a {
	color: #5F646A;
	box-sizing: border-box;
}

#page-tariffs :focus-visible {
	outline-color: #5F646A;
}

#page-tariffs h1,
#page-tariffs h2,
#page-tariffs h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 27px;
	color: #141414;
	padding: 0;
	margin: 0 0 10px;
}

#page-tariffs h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}

#page-tariffs .assist-tariff {
	background: #F4F4F4;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
	margin: 25px 0 30px;
	max-width: 938px;
}

#page-tariffs .assist-tariff a {
	background: #F3F3F4;
	border-radius: 50px;
	color: #5F646A;
	font-size: 14px;
	line-height: normal;
	height: 40px;
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
	box-sizing: content-box;
	border: 1px solid #F3F3F4;
}

#page-tariffs .assist-tariff a:visited {
	color: #5F646A;
}

#page-tariffs .assist-tariff a:hover,
#page-tariffs .assist-tariff a:focus {
	color: #0A74DD;
}

#page-tariffs .assist-tariff a:focus {
	outline: none;
	border: 1px solid #0A74DD;
}

#page-tariffs .assist-tariff a.active,
#page-tariffs .assist-tariff a:active {
	background: #2885DA;
	color: #fff;
	border: solid 1px #2885da;
}

#page-tariffs .list-tariffs {
	margin: 30px 0 30px;
	column-gap: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	flex-wrap: wrap;
}

#page-tariffs .list-tariffs > article {
	display: none;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 30px;
	flex-grow: 1;
	flex-basis: 30%;
	max-width: 318px;
	min-width: 248px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	border-radius: 5px;
	border: 1px solid #DADCE0;
	transition: all 0.3s;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

#page-tariffs .list-tariffs > article.experience {
	display: flex;
}

#page-tariffs .list-tariffs.hover-effect-cart > article:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}

#page-tariffs .list-tariffs > article header {
	/* 	background-image: url(https://bicotender.ru/img/tariffs/tariff_01.png); */
	background-repeat: no-repeat;
	background-size: cover;
	height: 120px;
	margin: -1px -1px 10px -1px;
	border-radius: 5px 5px 0 0;
}

#page-tariffs .list-tariffs > article img {
	margin: -1px auto auto -1px;
	border-radius: 5px 5px 0 0;
	width: 100%;
	max-width: 318px;
}

#page-tariffs .list-tariffs .list-tariffs__desc {
	padding: 0 14px 0 20px;
	border-top: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	flex-grow: 1;
}

#page-tariffs .list-tariffs .list-tariffs__desc .tariff__hit {
	position: absolute;
	top: 10px;
	left: -10px;
	height: 25px;
	width: auto;
	padding: 5px 15px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	background: linear-gradient(
		90deg,
		#FFBC39 0%,
		#EC7F00 51.04%,
		#DB3500 100%
	);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 3px 3px 0 0;
}

#page-tariffs .list-tariffs .list-tariffs__desc .tariff__hit::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #DB3500;
	border-left: 10px solid transparent;
}

#page-tariffs .list-tariffs .list-tariffs__desc .tariffs__ranepa {
	position: absolute;
	top: -1px;
	left: 20px;
	height: 64px;
	width: 52px;
	background-color: transparent;
	background-image: url(/img/tariffs/ranepa.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	background-size: 100%;
}

#page-tariffs .list-tariffs .list-tariffs__desc h3 {
	margin: 0;
	padding: 10px 0;
}

#page-tariffs .list-tariffs .list-tariffs__desc ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
}

#page-tariffs .list-tariffs .list-tariffs__desc li {
	padding: 5px 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 11px;
	color: #0058B7;
	background: #D9EBFF;
	border-radius: 50px;
}

#page-tariffs .list-tariffs .list-tariffs__desc li.list-tariffs__more {
	box-sizing: border-box;
	padding: 0;
	display: flex;
	color: #333333;
	text-decoration: none;
}

#page-tariffs .list-tariffs .list-tariffs__more a {
	display: block;
	height: 20px;
	width: 20px;
	background: #E7E7E7;
	border-radius: 50%;
	transition: 0.5s;
}

#page-tariffs .list-tariffs .list-tariffs__more a::before {
	content: '';
	display: block;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	width: 5px;
	height: 5px;
	transform: rotate(
		45deg
	);
	margin: 7px 0 0 6px;
}

#page-tariffs .list-tariffs .list-tariffs__more a:hover {
	background: #b8b5b5;
	color: #fff;
}

#page-tariffs .list-tariffs .list-tariffs__more a:hover::before {
	border-color: #FFFFFF;
}

#page-tariffs .list-tariffs footer a {
	text-decoration: none;
}

#page-tariffs .list-tariffs footer {
	padding: 20px 18px 30px 20px;

}

#page-tariffs .list-tariffs footer a,
#page-tariffs .list-tariffs footer button {
	width: 100%;
	height: 35px;
	background: #16B169;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
	box-shadow: none;
	border: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

#page-tariffs .list-tariffs footer a:hover,
#page-tariffs .list-tariffs footer button:hover {
	background: #31CE85;
}

#page-tariffs .list-tariffs footer a:visited {
	color: #fff;
}

#page-tariffs .subscribe-tariff {
	background-color: #F4F4F4;
	background-image: url(/img/tariffs/coat-of-arms.png), url(/img/tariffs/molot.png);
	background-repeat: no-repeat;
	background-position: 80% 101%, 101% 102%;
	border: 1px solid #DADCE0;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 240px;
	align-content: space-between;
	align-items: flex-start;
	padding: 30px;
}

#page-tariffs .subscribe-tariff > div {

}

#page-tariffs .subscribe-tariff .subscribe-tariff__input,
#page-tariffs .subscribe-tariff textarea,
#page-tariffs .subscribe-tariff input[type=text] {
	width: 350px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #DADCE0;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	padding-left: 17px;
	color: #5F646A;
}

#page-tariffs .subscribe-tariff .subscribe-tariff__input:focus,
#page-tariffs .subscribe-tariff textarea:focus,
#page-tariffs .subscribe-tariff input[type=text]:focus {
	outline: none;
	box-shadow: 0 0 8px rgb(255 208 69);
}

#page-tariffs .subscribe-tariff textarea {
	padding-top: 7px;
}

#page-tariffs .subscribe-tariff .subscribe-tariff__btn {
	width: 184px;
	height: 35px;
	background: #FFD045;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #141414;
	text-shadow: none;
	box-shadow: none;
	border: 0;
}

#page-tariffs .subscribe-tariff .subscribe-tariff__btn:focus {
	box-shadow: none;
}

#page-tariffs .subscribe-tariff .subscribe-tariff__btn:hover {
	background: #FFE55B;
}

#page-tariffs .subscribe-tariff .italic {
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	color: #5F646A;
}

#page-tariffs .subscribe-tariff .italic a {
	color: #5F646A;
}

#page-tariffs .subscribe-tariff .note-tariff {
	margin: -2px 0 auto auto;
	color: #4D4F52;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	border-radius: 10px 10px 0 10px;
	padding: 18px 17px 7px 17px;
	box-shadow: 0 4px 10px 0 #0000005c;
	background: #fff;
	max-width: 238px;
	min-height: 92px;
	position: relative;
	z-index: 1;
}

#page-tariffs .subscribe-tariff .note-tariff::before {
	content: "";
	display: block;
	background: url(/img/tariffs/union.svg) no-repeat right bottom/cover;
	width: 56px;
	height: 42px;
	right: -16px;
	bottom: -37px;
	position: absolute;
	z-index: 1;
}

#page-tariffs .subscribe-tariff .note-tariff::after {
	content: "";
	display: block;
	background: #fff;
	width: 40px;
	height: 8px;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

#page-tariffs .subscribe-tariff .note-tariff p,
#page-tariffs .subscribe-tariff .note-tariff h4 {
	padding: 0;
}

#page-tariffs .subscribe-tariff .note-tariff p,
#page-tariffs .subscribe-tariff .note-tariff h4 {
	margin: 0 0 2px;
	font-weight: normal;
}

#page-tariffs .subscribe-tariff .note-tariff .note-tariff__status {
	border-radius: 50%;
	background: #FF5A5A;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	min-width: 18px;
	padding: 4px;
	height: 18px;
	position: absolute;
	right: 18px;
	top: -9px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page-tariffs .subscribe-tariff form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 800px;
	column-gap: 15px;
	row-gap: 5px;
	margin: 20px 0 0;
}

@media all and (max-width: 1100px) {
	.message-block-wrapper {
		margin-right: 10px;
		margin-left: 7px;
	}

	#middle {
		display: flex;
		padding: 0;
		overflow: auto;
	}

	#left {
		width: 230px;
		margin-left: 0;
		float: none;
	}

	#left .content {
		padding: 0 0 0 10px;
		border-right: 3px solid transparent;
	}

	#general {
		width: calc(100% - 230px);
		margin: 0;
		padding: 0;
		display: block;
	}

	#general > #center {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		overflow: auto;
	}

	#page-tariffs {
		padding-left: 7px;
	}

	#page-tariffs .banner_30,
	#page-tariffs .assist-tariff,
	#page-tariffs .list-tariffs,
	#page-tariffs .subscribe-tariff {
		width: calc(100% - 10px);
	}

	#page-tariffs .assist-tariff {
		height: 38px;
		max-width: 100%;
	}

	#page-tariffs .assist-tariff a {
		font-size: 13px;
		height: 36px;
	}

	#page-tariffs .list-tariffs {
		padding-bottom: 0;
		column-gap: 14px;
		margin: 30px 0 40px;
	}

	#page-tariffs .list-tariffs .list-tariffs__desc {
		padding: 0 19px;
	}

	#page-tariffs .list-tariffs .list-tariffs__desc li {
		padding: 5px 7px;
	}

	#page-tariffs .subscribe-tariff .note-tariff {
		font-size: 11px;
		padding: 15px 14px 19px 16px;
		max-width: 222px;
		min-height: 69px;
	}

	#page-tariffs .subscribe-tariff .note-tariff::before {
		width: 37px;
		height: 32px;
		right: -11px;
		bottom: -24px;
	}

	#page-tariffs .subscribe-tariff .note-tariff::after {
		width: 26px;
	}
}

@media all and (max-width: 1024px) {
	#page-tariffs {
		padding-left: 0;
	}

	#page-tariffs .list-tariffs {
		display: flex;
		flex-wrap: nowrap;
		padding-bottom: 0;
		margin: 30px 0 10px;
	}

	#page-tariffs .banner_30 {
		height: 172px;
		background-image: url(/img/tariffs/banner_30_1024.png);
		background-size: auto 100%;
		padding-left: 35px;
		padding-top: 37px;
		margin: 0 10px 30px;
		width: auto;
	}

	#page-tariffs .title-head {
		margin: 0 10px;
	}

	#page-tariffs .scroll-snap-tariffs {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		padding: 0 0 0 10px;
		margin: 0 0 55px 0;
	}

	#page-tariffs .list-tariffs > article {
		scroll-snap-align: center;
	}

	#page-tariffs .assist-tariff {
		min-width: 780px;
	}

	#page-tariffs .list-tariffs::after {
		content: "";
		display: block;
		min-width: 1px;
		height: 10px;
		margin-left: -3px;
	}

	#page-tariffs .list-tariffs > article {
		width: 90%;
		min-width: 300px;
		margin-bottom: 10px;
	}

	#page-tariffs .subscribe-tariff {
		margin: 0 10px;
		width: auto;
	}

	#page-tariffs .subscribe-tariff textarea,
	#page-tariffs .subscribe-tariff input[type=text],
	#page-tariffs .subscribe-tariff .subscribe-tariff__btn,
	#page-tariffs .subscribe-tariff .subscribe-tariff__input {
		height: 40px;
	}
}

@media all and (max-width: 880px) {
	#page-tariffs .subscribe-tariff {
		padding: 20px;
		background-image: none;
	}

	#page-tariffs .subscribe-tariff .note-tariff {
		display: none;
	}

	#page-tariffs .subscribe-tariff form {
		flex-direction: column;
		row-gap: 15px;
		width: 100%;
	}

	#page-tariffs .subscribe-tariff .subscribe-tariff__input,
	#page-tariffs .subscribe-tariff textarea,
	#page-tariffs .subscribe-tariff input[type=text],
	#page-tariffs .subscribe-tariff .subscribe-tariff__btn {
		width: 100%;
	}
}

@media all and (max-width: 750px) {
	#left .content .zag,
	#header .tndsearch-bottom-left {
		color: #5F646A;
	}

	#middle {
		display: flex;
		flex-direction: column;
		padding: 0 0 163px;
	}

	#left {
		width: auto;
	}

	#general {
		margin: 6px 0 0 0;
		width: auto;
	}

	#page-tariffs .banner_30 {
	}

	#page-tariffs .subscribe-tariff {
		background-image: url(/img/tariffs/coat-of-arms.png), url(/img/tariffs/molot.png);
		background-position: 90% 101%, 108% 102%;
		background-size: auto 152px, auto 142px;
		padding: 30px;
	}

	#page-tariffs .subscribe-tariff .note-tariff {
		display: block;
	}

	#page-tariffs .subscribe-tariff form {
		flex-direction: row;
		row-gap: 0;
		column-gap: 10px;
	}

	#page-tariffs .subscribe-tariff .subscribe-tariff__input,
	#page-tariffs .subscribe-tariff textarea,
	#page-tariffs .subscribe-tariff input[type=text] {
		width: 350px;
	}

	#page-tariffs .subscribe-tariff .subscribe-tariff__btn {
		width: 160px;
	}

	#page-tariffs .subscribe-tariff .italic {
		max-width: 69%;
	}
}

@media all and (max-width: 720px) {
	#page-tariffs .banner_30 {
		background-image: url(/img/tariffs/banner_30_720.png);
	}
}

@media all and (max-width: 640px) {
	#page-tariffs .subscribe-tariff {
		padding: 20px;
		background-image: none;
	}

	#page-tariffs .subscribe-tariff .note-tariff {
		display: none;
	}

	#page-tariffs .subscribe-tariff form {
		flex-direction: column;
		row-gap: 15px;
		width: 100%;
	}

	#page-tariffs .subscribe-tariff .subscribe-tariff__input,
	#page-tariffs .subscribe-tariff textarea,
	#page-tariffs .subscribe-tariff input[type=text],
	#page-tariffs .subscribe-tariff .subscribe-tariff__btn {
		width: 100%;
	}

	#page-tariffs .subscribe-tariff .italic {
		display: none;
	}
}

@media all and (max-width: 560px) {
	#page-tariffs .subscribe-tariff {
		border: 1px solid #DADCE0;
		box-sizing: border-box;
		border-radius: 3px;
		padding: 15px 15px 40px;
	}

}

@media all and (max-width: 481px) {
	#left .content {
		border: none;
		padding: 0 10px;
	}

	.hd2_2 ul {
		justify-content: center;
	}

	.hd2_2 ul li {
		padding: 0;
	}

	#page-tariffs .banner_30 {
		display: none;
	}

	#page-tariffs .title-head {
		margin-top: 27px;
	}

	#page-tariffs .scroll-snap-tariffs {
		overflow-x: auto;
		scroll-snap-type: none;
		padding: 0;
		margin: 0;
	}

	#page-tariffs .list-tariffs {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		padding: 0 0 13px 10px;
		margin: 15px 0 28px;
		width: auto;
	}

	#page-tariffs .assist-tariff {
		flex-direction: column;
		background: none;
		height: auto;
		min-width: 100%;
		padding: 0 10px;
		margin: 10px 0 15px;
	}

	#page-tariffs .assist-tariff a {
		font-size: 13px;
		height: 28px;
		display: flex;
		width: 100%;
		min-height: 30px;
		justify-content: center;
		align-items: center;
		margin: 5px 0;
	}

	#page-tariffs .assist-tariff a:focus {
	}
}

@media all and (max-width: 360px) {
	#page-tariffs .list-tariffs > article {
		min-width: 248px;
	}
}

ul {
	padding-left: 1.6em;
	margin: 0;
}

img {
	max-width: 100%;
}

.complex-page h2,
.analytics-page h2 {
	color: #272727;
}

.slick-dots li button {
	background: none;
	box-shadow: none;
}

.slick-dots li button::before {
	font-size: 36px;
	line-height: 40px;
	color: #024a8f;
}

.slick-dots li.slick-active button::before {
	color: #024a8f;
}

.slick-arrow__list {
	padding: 0;
	margin: -46px 0 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.slick-arrow__item {
	width: 32px;
	height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #024a8f;
	opacity: 0.5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.slick-arrow__item:hover {
	color: #024a8f;
	opacity: 1;
}

.head-list-articles {
	padding-top: 40px;
}

.header__title {
	margin: 0;
}

.btn,
button.btn {
	color: #0059A9;
	background: #FFFFFF;
	margin: 0;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	white-space: normal;
	transition: all 0.2s ease;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
button.btn:hover,
button.btn:active,
button.btn:focus,
button.btn:focus-visible {
	background: #D1E8FF;
	color: #3D98F2;
	border: none;
	outline: none;
	outline-offset: 0;
}

.btn.blue,
button.btn.blue {
	background: #3D98F2;
	color: #FFFFFF;
}

.btn.blue:hover,
.btn.blue:active,
.btn.blue:focus,
.btn.blue:focus-visible,
button.btn.blue:hover,
button.btn.blue:active,
button.btn.blue:focus,
button.btn.blue:focus-visible {
	background: #D1E8FF;
	color: #3D98F2;
}

.btn.green,
button.btn.green {
	background: #16B169;
	color: #FFFFFF;
}

.btn.green:hover,
.btn.green:active,
.btn.green:focus-visible,
.btn.green:focus-visible,
button.btn.green:hover,
button.btn.green:active,
button.btn.green:focus,
button.btn.green:focus-visible {
	background: #FFFFFF;
	color: #16B169;
}

h1,
.turnkey-tender-support__heading p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 34px;
	margin: 0;
	user-select: auto;
}

.faq,
.steps,
.cases,
section,
.hero.front {
	margin: 0 0 40px;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

.wrapper-container {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 60px;
}

.hero.front .hero__banner {
	background-image: url(/img/complex/bg_1920.png);
	color: #FFFFFF;
}

.hero.front .hero__banner--gray {
	background-image: url(/img/tariffs/back-2.jpg);
}

.eis .hero__banner--gray {
	padding: 60px 40px;
}

.hero.front .hero__banner--gray,
.hero.front .hero__banner--gray h2 {
	color: #272727;
}

.hero__banner {
	background-image: url(/img/complex/bg_1920.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	border-radius: 20px;
	color: #FFFFFF;
}

.hero__heading h1 {
	font-weight: 600;
	font-size: 28px;
	line-height: 29px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#page-tariffs .hero__heading h2 {
	color: #FFFFFF;
}

.hero__heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	max-width: 600px;
	color: #FFFFFF;
}

.hero li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #FFFFFF;
}

.hero__block {
	display: flex;
	gap: 30px;
	color: #FFFFFF;
}

.hero__list {
	font-size: 18px;
	padding-left: 50px;
	margin: 10px 20px 30px;
	color: #FFFFFF;
}

.hero__item {
	margin-bottom: 10px;
	color: #FFFFFF;
}

.container.wrapper-container p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
}

.hero__button {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.hero.front .hero__button {
	margin-top: 40px;
}

.inside.integration {
	padding-bottom: 20px;
}

.inside__heading p {
	margin: 20px 0 30px;
	font-size: 16px;
	line-height: 19px;
}

.inside.integration .inside__heading {
	max-width: 1106px;
}

.inside__icon {
	width: 96px;
	height: 96px;
	background: #F1F4F8;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.inside__icon img {
	width: auto;
	height: 70px;
}

.inside__txt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.inside__txt p:first-of-type {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	max-width: 269px;
	font-family: Arial, Helvetica, sans-serif;
}

.inside.integration .inside__txt p:first-of-type {
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
	margin-top: 0;
}

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

.inside__btn {
	margin-top: 30px;
}

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

.inside__content--columns .inside__item {
	display: grid;
	grid-template-columns: 110px 1fr;
}

.inside__content--columns .inside__item--btn {
	display: flex;
	flex: 1 1 20%;
	flex-direction: column;
	border-radius: 7px;
	padding: 25px;
	margin: 0;
	background-image: url("/img/complex/bg_1920-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: flex-end;
	background-position: center center;
}

.inside__content--columns .inside__txt p:first-of-type {
	max-width: 100%;
}

.steps {
	padding-top: 40px;
	padding-bottom: 40px;
}

.steps__heading {
	margin-bottom: 25px;
}

.steps__content {
	display: grid;
	grid-template-columns: 1fr 35%;
	gap: 8px;
}

.steps__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 590px;
	overflow-y: auto;
}

.steps__block::-webkit-scrollbar {
	width: 10px;
	background: #FFFFFF;
	padding: 2px;
	margin-left: 5px;
}

.steps__block::-webkit-scrollbar-thumb {
	background: #AEBFD0;
	border-radius: 6px;
	border: 2px solid #FFFFFF;
}

.review-block {
	padding: 25px 25px 10px;
	border-radius: 7px;
	background: #F1F4F8;
	box-sizing: border-box;
}

.review__item img {
	width: 100%;
}

.step-item {
	display: flex;
	background: #F1F4F8;
	border-radius: 7px;
	padding: 30px;
}

.step-item-icon {
	padding-top: 4px;
	flex: 0 0 24px;
}

.step-item-ln {
	flex: 0 0 22px;
	padding-top: 4px;
	background-image: url("/img/complex/review.svg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.step-item-fl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.step-item-fl button {
	flex: 0 0 auto;
}

.step-item-fl p {
	padding-right: 10%;
}

.step-item-content {
	font-size: 16px;
}

.step-item-head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.step-item-head p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.step-item-head a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
}

.slick-dotted.slick-slider {
	margin-bottom: 55px;
}

.slick-active {
	cursor: grab;
}

.slick-active:active {
	cursor: grabbing;
}

.numbers__block {
	background-image: url(/img/complex/bg_1920-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 7px;
}

.numbers__heading {
	margin-bottom: 25px;
}

.numbers__list {
	color: #005aaa;
	font-size: 22px;
	line-height: normal;
	font-weight: 400;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	list-style: none;
	padding: 50px 40px;
	margin: 0;
	text-align: center;
}

.numbers__item {
	margin: 20px 10px;
	color: #000;
	font-size: 18px;
	line-height: normal;
}

.numbers__accent {
	display: flex;
	justify-content: center;
	font-size: 36px;
	line-height: normal;
	color: #005aaa;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
	margin: 0 0 13px;
	position: relative;
}

.numbers__accent::after {
	content: "";
	width: 46px;
	border-bottom: 1px #005aaa solid;
	position: absolute;
	bottom: 0;
}

.header {
	padding: 15px 0;
	box-shadow: 0 10px 15px rgb(186 204 219 / 30%);
	background: #FFFFFF;
	z-index: 3;
}

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

.header__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7%;
}

.header__logo a {
	display: block;
}

.header__logo img {
	display: block;
	width: auto;
	height: 40px;
}

/** новогодний логотип, шапка
.header__logo {
    margin-top: -8px;
    flex-shrink: 0;
}

.header__logo a {
    display: block;
    height: 41px;
    padding-top: 27px;
    z-index: 1;
    position: relative;
}

.header__logo a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    width: 60px;
    height: 60px;
    background: transparent url(/i/ny_hat.webp) center / cover;
}
*/

.header__content {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 4%;
}

.tell__link {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #272727;
	white-space: nowrap;
}

.header__button button {
	white-space: nowrap;
}

.faq__heading {
	margin-bottom: 30px;
}

.faq__block {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.faq__element {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 22px;
	background: #F1F4F8;
	padding: 20px 25px 23px 25px;
	border-radius: 6px;
	position: relative;
}

.faq__element:hover {
	cursor: pointer;
}

.faq__element:hover .faq-img svg path {
	fill: #2dadf1;
}

.faq__element.active {
	padding-bottom: 0;
}

.faq__element.active .faq__answer::before {
	content: "";
	width: 100vw;
	height: 5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.faq__element.active .faq-img svg {
	rotate: 180deg;
}

.faq__element.active .faq-img svg path {
	fill: #2DADF1;
}

.faq__answer {
	display: none;
	padding: 20px 0;
	width: 100%;
	position: relative;
	font-size: 16px;
}

.faq__element.active .faq__answer {
	display: block;
}

.faq__question {
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	margin-right: 25px;
}

.faq__element.active .faq__question {
	padding-bottom: 0;
}

.faq-img {
	position: absolute;
	top: 24px;
	right: 25px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.faq-img svg:hover path {
	fill: #2dadf1;
}

.faq__body {
	overflow: auto;
}

.faq__answer table {
	width: 100%;
	border-collapse: collapse;
}

.faq__answer td {
	vertical-align: top;
	padding: 10px;
}

.test__form-popup {
	display: none;
}

.hero__text,
.hero__heading {
	font-size: 16px;
	line-height: normal;
}

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

.hero__img {
	padding-bottom: 25px;
}

.blue-arrows {
	width: 399px;
}

.img-monitor {
	width: 366px;
}

.statistic__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.statistic__element {
	flex: 1 1 10%;
}

.statistic__element span.text__color {
	font-size: 40px;
}

.statistic__element p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.statistic__element p:first-of-type {
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
}

.partnerLike {
	padding-bottom: 40px;
	padding-top: 40px;
}

.partnerLike__block {
}

.partnerLike__heading {
	margin-bottom: 30px;
}

.partnerLike__content {
	display: flex;
	justify-content: space-between;
}

.partnerLike__element {
	flex: 0 0 28%;
	background: #F1F4F8;
	border-radius: 7px;
	padding: 25px 25px 30px;
}

.partnerLike__num {
	color: #2DADF1;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	width: 31px;
	height: 31px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-bottom: 10px;
}

.partnerLike__txt p {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}

.partnerLike__txt p:first-of-type {
	color: #272727;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	margin-bottom: 10px;
}

.ourTeam__heading {
	margin-bottom: 25px;
}

.ourTeam__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: center;
	gap: 20px;
	margin: 0;
}

.trust .ourTeam__content {
	grid-template-columns: 1fr 1fr 1fr;
	margin: 40px 0 0;
}

.ourTeam__element {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFFFFF;
	border: 2px solid #f1f3f7;
	border-radius: 7px;
	box-sizing: border-box;
	padding: 7%;
	margin: 0;
}

.ourTeam__element--btn {
	justify-content: end;
	text-align: center;
	background-image: url(/img/complex/bg_1920.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ourTeam__element--more {
	grid-column: -1/1;
	text-align: center;
	margin: 40px 0 0;
	color: #000;
	font-size: 18px;
	line-height: normal;
}

.ourTeam__element--button {
	display: none;
	grid-column: -1/1;
	text-align: center;
	margin: 20px 0 0;
}

.trust .ourTeam__element {
	padding: 0;
}

.ourTeam__person-name {
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
}

.ourTeam__person-position {
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
}

.ourTeam__contact {
	margin-top: 30px;
	color: #878787;
}

.ourTeam__contact span {
	font-size: 16px;
	line-height: 20px;
}

.ourTeam__person-phone {
	display: flex;
	justify-content: space-between;
}

.contacts-page {
	padding: 35px 0 90px;
}

.control__block {
	display: flex;
	justify-content: space-between;

}

.control__element {
	background: #F1F4F8;
	border-radius: 7px;
	padding: 20px 25px 25px;
	flex: 1 1 10%;
}

.control__element strong {
	display: block;
	margin-bottom: 10px;
}

.control__image {
	backgroun: #B6C5D9;
	border-radius: 7px;
	margin-top: 30px;
	height: 297px;
}

.control__button {
	margin-top: 30px;
}

.control__marker {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.control__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #272727;
}

.control__content strong.control__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
	display: inline-block;
}

.blockSubmit {
	padding: 40px 0;
}

.blockSubmit__element {
	background: #DFF4FF;
	padding: 13px 13px 13px 25px;
	border-radius: 7px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blockSubmit__element:last-of-type {
	margin-bottom: 0;
}

.blockSubmit__info span:first-of-type {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #272727;
	padding-left: 0;
}

.blockSubmit__info span {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	padding-left: 20px;
}

.blockSubmit__button {
}

.test.integration-phone .test__block {
	background-image: url(/img/bitrix24/integration-phone/test-phone-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 40px;
	border-radius: 7px;
	position: relative;
	background-position: right;
}

.test.integration-phone .test__heading {
	max-width: 689px;
}

.full-block p {
	font-weight: 200;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.full-block p:first-of-type {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.page-fields .full-block {
	background-image: url(/img/bitrix24/front/last-block.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	flex: 1 1 auto;
	justify-content: space-between;
	margin: 0 10px 20px 20px;
}

.dark-item .inside__item {
	background: #F1F4F8;
	border-radius: 7px;
	padding: 25px 25px 30px;
	flex: 1 1 10%;
	margin: 0 10px;
}

.dark-item .inside__icon {
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.test.fields .test__block {
	background-image: url(/img/bitrix24/fields/test-field-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 40px;
	border-radius: 7px;
	position: relative;
	background-position: right;
}

.test.fields .test__block .test__heading {
	max-width: 731px;
}

.expert .btn {
	margin-right: 15px;
}

.expert__block {
	background-image: url(/img/bitrix24/fields/expert-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 40px;
	border-radius: 7px;
	position: relative;
	background-position: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.expert__block h2 {
	margin: 0 0 10px;
}

.expert__leftContent {
	max-width: 617px;
}

.expert__button {
	margin-top: 30px;
	display: flex;
	align-items: stretch;
}

.expert__rightContent {
	text-align: right;
}

.expert__photo {
	width: 80px;
	height: 80px;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 10px;
}

.expert__photo img {
	border-radius: 50%;
}

.expert__name {
	color: #272727;
	font-weight: 500;
	font-size: 19px;
	line-height: 23px;
}

.expert__position {
	color: #2dadf1;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	max-width: 11rem;
}

.last-item {
	background-image: url(/img/bitrix24/blog-last-item-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	flex: 0 0 27.6%;
	border-radius: 7px;
	padding: 25px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.last-item p {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.last-item p:first-of-type {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.last-item-head {
	margin-bottom: 45px;
}

.hero__heading h2,
.hero.integration h1,
.inside.integration h2,
.complex-page .hero__heading h2 {
	color: white;
	margin-bottom: 20px;
}

.nobr {
	white-space: nowrap;
}

.hero__heading h1 {
	color: white;
	display: block;
}

.h1-light,
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.header a[href],
.footer a[href],
.complex-page a[href],
.analytics-page a[href] {
	text-decoration: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button {
	text-shadow: none;
}

.header__title {
	font-size: 18px;
	font-weight: bold;
}

.tell__link,
a[href].tell__link {
	text-decoration: none;
}

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

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

.plitka__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	background: #0059A9;
	border-radius: 7px;
	margin-top: 2px;
}

.plitka__icon--complex {
	background: #3757C6;
}

.plitka__icon img {
	display: block;
	width: 48px;
	height: 48px;
}

.plitka__icon--complex img {
	width: 66px;
	height: 66px;
	border-radius: 8px;
}

.plitka__txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	font-size: 16px;
	padding: 0 20px;
}

.plitka__txt b {
	font-size: 18px;
}

.plitka__text {
	margin-top: 40px;
}

.cases__block {
	margin: 0 10px;
}

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

section.plitka {
	padding-top: 0;
	margin-top: 20px;
}

.terms_cooperation__block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.ourTeam__person {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.trust .ourTeam__person {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trust .ourTeam__person img {
	width: 200px;
}

.ourTeam__element .ourTeam__person-name {
	display: flex;
	align-items: baseline;
}

.trust .ourTeam__person-name {
	justify-content: center;
}

.trust .ourTeam__element {
	border: none;
}

.service-numeric {
	display: flex;
	flex: 0 0 25px;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-right: 13px;
	background: #005AAABA;
	color: white;
	border-radius: 20px;
	font-size: 16px;
	line-height: 25px;
}

.tariff__item .service-numeric {
	margin: 0 auto 13px;
}

.ourTeam__content {
	justify-content: flex-start;
}

.warning_copyright {
	padding-top: 20px;
	padding-bottom: 30px;
}

.faq__spoiler {
	position: relative;
}

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

.faq__spoiler .faq__block {
	gap: 15px;
	overflow: hidden;
	transition: all 0.8s ease;
	height: 17rem;
}

.faq__spoiler.active .faq__block {
	overflow: hidden;
	height: auto;
	transition: all 0.8s ease;
}

.faq__spoiler.active::before {
	height: 0;
}

.faq-buttons {
	z-index: 2;
	position: relative;
}

.faq-button {
	text-align: center;
	font-size: 18px;
	border: 0;
	background: 0;
	box-shadow: none;
	border: none;
	display: block;
	padding: 13px 20px;
	margin: 0 auto;
}

.faq-button:focus,
.faq-button:hover,
.faq-button:active {
	color: #0059a9;
	background: none;
	border: none;
	box-shadow: none;
}

.faq-button--buttonClose {
	cursor: pointer;
	display: none;
	margin-top: 17px;
}

.faq__spoiler.active .faq-button {
	display: none;
}

.faq__spoiler.active .faq-button--buttonClose {
	display: block;
}

.social-likes.article-tpl__block {
	display: none;
}

.turnkey-tender-support__banner {
	background-image: url(/img/complex/bg_1920.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 80px 40px;
	border-radius: 7px;
	color: #FFFFFF;
}

.analytics .turnkey-tender-support__banner {
	background-image: url(/img/analytics/bg_1169_1_2.jpg);

}

.turnkey-tender-support__banner--gray {
	padding: 40px 40px;
	background-image: url(/img/complex/bg_1920-4.jpg);
	color: #272727;
}

.turnkey-tender-support__banner--black {
	padding: 40px 40px;
	background-image: url(/img/complex/bg_1920-3.jpg);
}

.turnkey-tender-support__block {
	display: grid;
	grid-template-columns: 1fr 399px;
	gap: 30px;
}

.turnkey-tender-support__banner--gray .turnkey-tender-support__heading,
.turnkey-tender-support__banner--black .turnkey-tender-support__heading {
	padding-top: 40px;
	padding-bottom: 20px;
}

.turnkey-tender-support h1,
.turnkey-tender-support h2,
.turnkey-tender-support .turnkey-tender-support__heading p {
	color: #FFFFFF;
	padding: 0;
}

.turnkey-tender-support__banner--gray h1,
.turnkey-tender-support__banner--gray h2,
.turnkey-tender-support__banner--gray .turnkey-tender-support__heading p {
	color: #272727;
}

.turnkey-tender-support__text {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	line-height: normal;
}

.turnkey-tender-support__list {
	font-size: 18px;
	padding-left: 50px;
	margin: 0 20px 30px;
}

.turnkey-tender-support__item {
	margin-bottom: 10px;
}

.turnkey-tender-support__img {
	grid-row: 1/3;
	grid-column: 2/3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.turnkey-tender-support__button {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.turnkey-tender-support__banner--gray .turnkey-tender-support__button,
.turnkey-tender-support__banner--black .turnkey-tender-support__button {
	padding-bottom: 40px;
}

.tariffs {
	margin-top: 20px;
}

.tariffs__heading {
	margin-bottom: 25px;
}

.tariffs__heading p {
	font-size: 18px;
	line-height: 1.3;
}

.tariff__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
	color: #141414;
}

.tariff__item {
	margin: 0;
	background: #F1F4F8;
	border-radius: 20px;
	padding: 20px 8px;
	font-size: 14px;
	color: #141414;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.tariff__item > p > em > strong,
.tariff__item > p > strong > em {
	display: block;
	text-align: center;
}

.tariff__item > p + p {
	margin-top: 0;
}

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

.tariff__list--eis {
	grid-template-columns: 1fr 1fr;
}

.tariff__item--btn {
	display: flex;
	align-items: flex-end;
}

.tariff__item h3 {
	border-radius: 8px;
	background: #FFFFFF;
	height: 34px;
	margin: 0 4px;
	text-align: center;
	color: #2DADF1;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.tariff__item .head3-2 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.tariff__item b {
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}

.tariff__text {
	margin-top: 20px;
}

.eis .tariff__text {
	line-height: 1.3;
}

.tariff__text p {
	font-size: 18px;
	margin-bottom: 13px;
}

.tariff__text h3 {
	font-weight: 600;
	font-size: 22px;
	color: #272727;
	padding: 0;
	margin: 24px 0 10px;
}

.tariff-properties__list {
	display: flex;
	padding: 0 0 4px 20px;
	margin-bottom: auto;
	flex-direction: column;
	gap: 16px;
}

.tariff__img {
	margin: auto 0 4px;
}

.tariff-properties__item {
	display: block;
	font-size: 16px;
	line-height: normal;
	position: relative;
}

.tariff-properties__item::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #2DADF1;
	position: absolute;
	left: -13px;
	top: 6px;
}

.tariff__list {
	gap: 16px;
}

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

.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: 14px;
	line-height: normal;
	position: relative;
}

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

.tariff__item li p {
	margin: 0;
}

.tariff__item--blue {
	background: #3D98F2;
	color: #fff;
}

.tariff__item--blue li::before {
	background-color: #fff;

}

button.btn:focus {
	outline: none;
}

.tariff__item--blue button.btn.blue,
.tariff__item--blue button.btn.blue:focus {
	background: #fff;
	color: #3d98f2;
}

/* 3 тарифа в ряд */
.tariff__list.three-columns {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.tariff__item--blue .btn.blue:hover,
.tariff__item--blue .btn.blue:active,
.tariff__item--blue .btn.blue:focus,
.tariff__item--blue .btn.blue:focus-visible,
.tariff__item--blue button.btn.blue:hover,
.tariff__item--blue button.btn.blue:active,
.tariff__item--blue button.btn.blue:focus,
.tariff__item--blue button.btn.blue:focus-visible {
	background: #D1E8FF;
	color: #3D98F2;
}

/***/

.accent {
	color: #2dadf1;
}

.footer {
	background: #F4F4F4;
	padding: 41px 0 20px;
	color: #969696;
}

.footer a {
	font-size: 14px;
	color: #969696;
}

.footer a:hover {
	color: #0059A9;
}

#footer {
	margin-top: 0;
}

.footer-2 {
	border-top: 1px solid #cbcbcb;
	padding: 15px 0;
}

.footer-2-content {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 11px;
	color: #969696;
}

.footer__logo a {
	fill: #aeb3bb;
}

.footer__logo a:hover {
	fill: #0059a9;
}

.footer__content {
	display: grid;
	grid-template-columns: 160px 1fr 160px;
	margin-bottom: 30px;
	gap: 30px 20px;
}

.footer__block {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__menu {
	column-count: 2;
	column-gap: 3%;
	margin: auto;
	padding: 0 9%;
	list-style: none;
}

.footer__menu a {
	display: block;
	line-height: normal;
	font-weight: 500;
	padding-bottom: 0.7rem;
}

.footer .footer__menu a[href] {
	text-decoration: underline;
}

.footer__menu a:hover {
	color: #0059a9;
}

.footer__phone,
#footer .content .footer__phone {
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	display: block;
}

.footer__email,
.footer__phone {
	margin-bottom: 10px;
}

.footer__email {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	display: block;
}

/* иконки соц сетей */
.soc__list {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.soc__item a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 0;
}

.soc__item a.s_rt {
	background: url(/i/soc/rt-grey.svg) center no-repeat;
	background-size: cover;
}

.soc__item a.s_rt:hover {
	background-image: url(/i/soc/rt.svg);
}

.soc__item a.s_vk {
	background: url(/i/soc/vk-grey.svg) center no-repeat;
}

.soc__item a.s_vk:hover {
	background-image: url(/i/soc/vk.svg);
}

.soc__item a.s_tg {
	background: url(/i/soc/tg-grey.svg) center no-repeat;
}

.soc__item a.s_tg:hover {
	background-image: url(/i/soc/tg.svg);
}

.soc__item a.s_ut {
	background: url(/i/soc/ut-grey.svg) center no-repeat;
}

.soc__item a.s_ut:hover {
	background-image: url(/i/soc/ut.svg);
}

/***/

.privacy-policy {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 30px;
}

small {
	font-size: 70%;
}

.video__text {
	margin: 20px 0;
	font-size: 18px;
}

.messenger-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.messenger-buttons .btn-msg {
	display: block;
	height: 32px;
}

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

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

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

.banner_tariff ~ p {
	font-size: 16px;
	line-height: normal;
}

.banner_tariff ~ h2 ~ p {
	margin: 10px 0;
}

.numbers__block {
	border-radius: 20px;
}

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

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

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


.banner_tariff {
	width: auto;
	height: 100%;
	background-image: url(/img/tariffs/back-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: normal;
	color: #FFFFFF;
	padding: 40px;
	margin: 0 0 40px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.9);
}

.banner_tariff h2 {
	font-weight: 600;
	font-size: 48px;
	line-height: normal;
	margin: 10px 0 34px;
	color: white;
}

.tariff__btn {
	text-align: left;
	margin-top: 16px;
}

.tariff__btn button {
	padding: 10px;
	border: none;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	border-radius: 4px;
	width: 100%;
}

.hero__button .btn,
.submit-block .btn,
.banner_tariff .tariff__btn .btn {
	padding: 10px 60px;
	width: auto;
}

.hero__button .btn:focus,
.submit-block .btn:focus,
.banner_tariff .tariff__btn .btn:focus {
	outline: none;
}

.tariff-advantages {
	display: flex;
	gap: 16px;
	margin: 20px 0 40px;
}

.tariff-advantage {
	flex: 1;
	width: 100%;
}

.tariff-advantage-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

#center .content img.tariff-advantage-icon {
	width: 60px !important;
	height: 60px !important;
	object-fit: contain;
}

/* форма регистрации */
.tariff-form-wrapper {
	background-image: url(/img/tariffs/back-2.jpg);
	padding: 20px 21px;
	border-radius: 20px;
	color: rgba(0, 0, 0, 0.9);
	margin: 0 0 40px;
}

.tariff-form-wrapper h2 {
	margin: 0 0 16px;
	padding: 0;
}

.tariff-form-wrapper h2 + p {
	font-size: 16px;
}

.time {
	display: block;
	margin: 0 0 20px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 18px;
}

.tariff-form input,
.tariff-form .controls input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.9);
	height: 40px;
	border-radius: 11px;
	padding: 12px 8px;
}

.tariff-form input::placeholder,
.tariff-form .controls input[type="text"]::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #494A4D;
}

.smart-captcha {
	transform: translateX(-10%) translateY(-10%) scale(0.8);
}

.controls:has(.smart-captcha) {
	height: 74px !important;
}

label:has(.privacy-text) {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 10px 0 10px;
}

label:has(.privacy-text) input {
	margin: 0 0 auto;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.tariff-form--authorized {
	margin: 34px 0 0;
	padding: 0;
}

.tariff-form .layout-zone {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
}

.tariff-form .control-group {
	margin: 0;
	padding: 0;
}

.tariff-form .submit-block {
	margin: 16px 0 0;
	padding: 0;
	background: none;
	border: none;
}

#submit {
	background: #3D98F2;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.9);
	padding: 10px 60px;
	margin: 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.2s ease;
}

#submit:hover,
#submit:active,
#submit:focus-visible {
	background: #D1E8FF;
	color: #3D98F2;
	border: none;
	outline: none;
	outline-offset: 0;
}

.tariff-form .control-group .labels {
	display: none;
}

.tariff-form .control-group .controls {
	width: 100%;
}

.control-group.required.field-name-captcha.field-type-smartCaptcha {
	grid-column: 1 / -1;
	width: calc(60% + 16px);
}

.control-group.required.field-name-privacyConsentAccepted.field-type-checkbox {
	grid-column: 1 / -1;
}

/***/
