html * {
	max-height: none;
}

img {
	max-width: 100%;
}

h1,
h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 62px;
	line-height: 120%;
	color: #222222;
	margin: 0;
}

h2 {
	font-size: 53px;
	margin-bottom: 30px;
}

/*	html,
	body {
		font-family: 'Stem', sans-serif;
		margin: 0;
	}*/

* {
	box-sizing: border-box;
}

.content {
	margin-top: 50px;
	/*position: absolute;*/
	width: 100%;
	left: 0;
	font-family: 'Stem', sans-serif;
	/*width: 1280px;*/
}

.content a {
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #30A7DB;
}

.container {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

.messages__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

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

.messages__column:last-child {
	display: flex;
	justify-content: flex-end;
}

.messages__title {
	margin-bottom: 10px;
}

.messages__title span {
	color: #30A7DB;
}

.messages__subtitle {
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 31px;
	/* identical to box height */

	/* black */
	color: #222222;
}

p {
	margin: 15px 0;
}

.blockquote {
	padding-left: 14px;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 20px;
	line-height: 130%;
	/* or 26px */

	/* black */
	color: #222222;
	position: relative;
}

.messages__blockquotes {
	margin-bottom: 45px;
}

.blockquote::before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 100%;

	background: #34ABDF;
	border-radius: 5px 0px 0px 5px;
}

.connect {
	background: url(/im/bots/bg-1.jpeg) no-repeat;
	background-size: cover;
	padding: 60px 30px 20px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.connect__title {
	text-align: center;
}

.connect__columns {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 36px;
}

.connect__column:first-child {
	display: flex;
	justify-content: flex-end;
}

.connect__column--messages {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.connect__message {
	width: 100%;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 140%;
	color: #222222;
	position: relative;
}

.connect__message p {
	max-width: 488px;
	position: relative;
	line-height: 140%;
	margin: 0;
}

.connect__robot {
	height: 470px;
	width: auto;
}

.connect__message p::before {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
}

.connect__message--in p::before {
	left: -4px;
	bottom: 0;
	background: white;
}

.connect__message--out p::before {
	right: -4px;
	bottom: 0;
	background: #D5F5BC;
}

.connect__message--in {}

.connect__message--out {
	display: flex;
	justify-content: flex-end;
}

.connect__message--in p {
	background: white;
	border-radius: 30px 30px 30px 0;
}

.connect__message--out p {
	background: #D5F5BC;
	border-radius: 30px 30px 0 30px;
}

.connect__message p {
	padding: 15px 15px 15px 20px;
}

.send {
	margin: 60px 0;
}

.send__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.send__text {
	z-index: 2;
	position: relative;
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	color: #222222;
}

.send__text--bold {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #222222;
}

.send__list-item {
	width: 80%;
}

.general {
	z-index: 1;
	position: relative;
	margin-bottom: 60px;
}

.general::before {
	content: url(/im/bots/msg.png);
	position: absolute;
	top: -90px;
	right: 0;
	z-index: 0;
	height: 316px;
	width: auto;
}

.general::after {
	content: url(/im/bots/msg2.png);
	position: absolute;
	bottom: -150px;
	left: 0;
	height: 316px;
	width: auto;
	z-index: 0;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.general__title {
	z-index: 1;
	position: relative;
	text-align: center;
}

.general__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	position: relative;
}

.general__columns::after {
	content: url(' ');
	background: url(/im/bots/11.png) no-repeat;
	background-size: cover;
	z-index: 10;
	width: 110px;
	height: 90px;
	position: absolute;
	bottom: -30px;
	right: -30px;
}

.general__column {
	z-index: 1;
	height: 530px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.1);
	border-radius: 10px;

	padding: 15px;
}

.general__column-header {
	display: flex;
	gap: 10px;
	align-items: center;
}

.general__column-header-number {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 120%;
	color: #30A7DB;
	display: flex;
	align-items: flex-start;
	height: 100%;
}

.general__column-header-content-title {
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	/* identical to box height, or 24px */

	/* black */
	color: #222222;
}

.general__column-body a {
	margin-top: 5px;
}

.general__column-header-content a{
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	/* identical to box height, or 24px */
	text-decoration-line: underline;

	/* blue-telegram */
	color: #30A7DB;
}

.general__column-body {
	margin-top: 10px;
}

.general__p {
	margin: 0;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	/* or 24px */

	/* black */
	color: #222222;
}

.general__column-footer {
	display: flex;
	width: 100%;
}

.general__column-footer a{
	border-bottom-width: 0;
}

.general__column-footer img {
	width: 130px;
}

.bots {
	background: #ECF6FF;
	padding: 60px 0;
}

.bots__columns {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
}

.bots__column p {
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	/* or 24px */

	/* black */
	color: #222222;
	margin: 0;
}

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

.bots__column:last-child {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.disadvantages {
	margin: 60px 0;
}

.disadvantages__header {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.disadvantages__title {
	z-index: 1;
	text-align: center;
	width: 50%;
}

.disadvantages__subtitle {
	z-index: 1;
	width: 58%;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	/* or 24px */
	text-align: center;

	/* black */
	color: #222222;
}

.disadvantages__body {
	margin: 30px 0;
	display: grid;
	grid-template-columns: 2fr 1.5fr 2fr;
	gap: 3px;
	z-index: 1;
}

.disadvantages__body p {
	margin: 0;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 15px;
	line-height: 140%;
	/* or 21px */

	/* black */
	color: #222222;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(34, 34, 34, 0.1);
	border-radius: 10px;
	padding: 15px;
}

.disadvantages__column {
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.disadvantages__footer {
	z-index: 1;

	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	/* or 24px */
	text-align: center;

	/* black */
	color: #222222;
	width: 60%;
	margin: auto;
}

.api {
	padding: 30px 0;
	background: url(/im/bots/bg-2.jpeg) no-repeat;
	background-size: cover;
}

.api__blockquote {
	margin: 0;
	/*font-family: 'Stem';*/
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 140%;
	/* or 24px */

	color: #222222;
}

.api__column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.api__column:first-child {
	margin: 32px 0;
}

.api__container {
	display: grid;
	grid-template-columns: 2.1fr 1fr;
	gap: 40px;
}

.disadvantages__container {
	position: relative;
}

.disadvantages__container::before {
	display: inline-block;
	width: 104px;
	background: url(/im/bots/tg1.png) no-repeat;
	background-size: cover;
	content: '';
	height: 88px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 0;
}

.disadvantages__container::after {
	z-index: 0;
	height: 88px;
	background: url(/im/bots/tg2.png) no-repeat;
	background-size: cover;
	width: 104px;
	content: ' ';
	position: absolute;
	top: 496px;
	right: -107px;
}

.disadvantages__column-image--mobile {
	display: none;
}

.send__column-image--mobile {
	display: none;
}

@media(max-width: 1160px) {
	.disadvantages__column-image--nomobile {
		display: none;
	}

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

	.disadvantages__column-image--mobile {
		display: flex;
		width: 250px;
		margin: auto;
	}

	.container {
		padding: 0 10px;
	}

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

	.general__column {
		height: 376px;
	}

	.general::after,
	.general::before {
		display: none;
	}

	.disadvantages__title {
		width: 60%;
	}

	.disadvantages__subtitle {
		width: 70%;
	}
}

@media(max-width: 960px) {
	.messages__title {
		width: 60vw;
	}

	.connect__columns {
		grid-template-columns: 1.5fr 1.5fr;
	}

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

	.general__column {
		height: 476px;
	}

	.send__column-image--desktop {
		display: none;
	}

	.send__column-image--mobile {
		display: block;
		padding: 30px 90px;
	}

	h2 {
		font-size: 36px !important;
	}

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

	.bots__column-image {
		width: 350px;
		margin: 20px auto 0 auto;
	}

	.disadvantages__title {
		width: 70%;
	}

	.disadvantages__container::before {
		top: 0;
	}

	.disadvantages__subtitle {
		width: 100%;
	}

	.disadvantages__footer {
		width: 100%;
		margin: auto;
		margin-bottom: 26px;
	}

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

	.api__column:last-child {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: flex-end;
	}

	.api__column img {
		width: 300px;
	}
}

@media(max-width: 768px) {

	.wrap .content {
		position: relative;
	}

	.content {
		margin-top: 20px;
		padding-top: 20px;
	}

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

	.messages__title {
		font-size: 48px;
		width: 100%;
	}

	h1 {
		font-size: 40px;
	}

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

	.connect__column:first-child {
		order: 2;
	}

	.connect__columns:last-child {
		order: 1;
	}

	.send__list {
		margin-bottom: 10px;
	}

	.send__list-item {
		width: 100%;
	}

	.send__column-image--mobile {
		width: 100%;
		padding: 0;
	}

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

	.general__column {
		height: fit-content;
	}

	.disadvantages__container::before {
		display: none;
	}

	.disadvantages__container::after {
		display: none;
	}

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

	.api__column:last-child {
		justify-content: center;
	}

	.container h2 {
		font-size: 30px !important;
	}
}

