.main-content {
	display: flex;
	width: 1600px;
	padding: 64px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-content .banner {
	position: relative;
	height: 532px;
	width: 100%;
	align-self: stretch;
}

.main-content .banner .icons {
	position: absolute;
	width: 100%;
}

.main-content .banner #banner_icon_geo_1 {
	position: absolute;
	top: 151px;
	left: 131px;
	width: 53.989px;
	height: 61.702px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_geo_2 {
	position: absolute;
	top: 365px;
	left: 403px;
	width: 22.105px;
	height: 25.263px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_geo_3 {
	position: absolute;
	top: 240px;
	left: 1271px;
	width: 65.404px;
	height: 74.748px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_flash_1 {
	position: absolute;
	top: 154px;
	left: 423px;
	width: 38px;
	height: 57px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_flash_2 {
	position: absolute;
	top: 404.5px;
	left: 552px;
	width: 27px;
	height: 40.5px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_flash_3 {
	position: absolute;
	top: 119px;
	left: 1005px;
	width: 52.667px;
	height: 79px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_flash_4 {
	position: absolute;
	top: 75px;
	left: 1327px;
	width: 18px;
	height: 27px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_tenge_1 {
	position: absolute;
	top: 329px;
	left: 131px;
	width: 78px;
	height: 78px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_tenge_2 {
	position: absolute;
	top: 253px;
	left: 553px;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_tenge_3 {
	position: absolute;
	top: 382px;
	left: 1021px;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.main-content .banner #banner_icon_tenge_4 {
	position: absolute;
	top: 185px;
	left: 1483px;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.main-content .banner svg {
	z-index: 1;
}

.main-content .banner svg image {
	width: 100%;
	height: 100%;
}

.main-content .banner .where_going {
	position: absolute;
	top: 50%;
	left: calc(50% - 204.429px);
	display: flex;
	width: 395px;
	padding: 13.743px 13.743px 13.743px 0px;
	justify-content: space-between;
	align-items: center;
	border-radius: 20.615px;
	background: #F4F4F9;
}

.main-content .banner .where_going .left {
	display: flex;
	align-items: center;
	gap: 4.581px;
}

.main-content .banner .where_going .left .text {
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 18.324px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.615px; /* 112.5% */
	letter-spacing: -0.229px;
}

.main-content .banner .where_going .btn {
	padding: 9.162px;
	gap: 11.453px;
	border-radius: 13.743px;
	background: #FF004D;
	display: flex;
	width: 27.486px;
	height: 27.486px;
	justify-content: center;
	align-items: center;
}

.main-content .banner .phone {
	position: absolute;
	top: calc(50% - 252.802px);
	left: calc(50% - 123.9085px);
	width: 247.817px;
	height: 505.604px;
	flex-shrink: 0;
}

.main-content .banner .image-1 {
	position: absolute;
	top: calc(50% - 332.5px);
	left: calc(50% - 225.913px);
	width: 451.826px;
	height: 665px;
	flex-shrink: 0;
	animation: 5s infinite linear backgroundAnimate;
}

.main-content .banner .image-2 {
	position: absolute;
	top: calc(50% - 225.913px);
	left: calc(50% - 332.5px);
	width: 665px;
	height: 451.826px;
	flex-shrink: 0;
	animation: 5s infinite linear backgroundAnimate;
}

@keyframes backgroundAnimate {
	0%   { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}

.main-content .domestic_taxi_service_NomadGo {
	padding: 48px 0 64px 0;
}

.main-content .domestic_taxi_service_NomadGo .title {
	max-width: 860px;
	align-self: stretch;
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 67.2px */
	letter-spacing: -2.56px;
}

.main-content .domestic_taxi_service_NomadGo .title span {
	color: #FF004D;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -2.56px;
}

.main-content .domestic_taxi_service_NomadGo .text {
	max-width: 860px;
	align-self: stretch;
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.4px;
	padding: 24px 0 48px 0;
}

.main-content .domestic_taxi_service_NomadGo .links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.main-content .domestic_taxi_service_NomadGo .links .google_play {
	width: 162px;
	height: 48px;
}

.main-content .domestic_taxi_service_NomadGo .links .app_store {
	width: 143.597px;
	height: 48px;
}

.main-content .domestic_taxi_service_NomadGo .links img {
	width: 100%;
	height: 100%;
}

.main-content .our_advantages {
	display: flex;
	width: 1600px;
	padding: 64px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.main-content .our_advantages .title {
	max-width: 860px;
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 25.2px */
	letter-spacing: -0.96px;
}

.main-content .our_advantages .cards {
	display: flex;
	padding: 0px 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.main-content .our_advantages .cards .card {
	display: flex;
	max-width: 240px;
	padding: 18px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
	border-radius: 12px;
	background: #FFF;
}

.main-content .our_advantages .cards .card .icon {
	max-height: 36px;
}

.main-content .our_advantages .cards .card .text {
	align-self: stretch;
	color: #000824;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.4px;
}

.main-content .start_a_business_with_NomadGo {
	display: flex;
	width: 1600px;
	padding: 64px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	border-radius: 24px;
}

.main-content .start_a_business_with_NomadGo .header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.main-content .start_a_business_with_NomadGo .header .title {
	max-width: 860px;
	align-self: stretch;
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 67.2px */
	letter-spacing: -2.56px;
}

.main-content .start_a_business_with_NomadGo .header .text {
	max-width: 860px;
	align-self: stretch;
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.4px;
}

.main-content .start_a_business_with_NomadGo .content {
	height: 264px;
	align-self: stretch;
}

.main-content .start_a_business_with_NomadGo .content .list {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	overflow-x: scroll;
	width: 100%;
	position: absolute;
	left: 0;
}

.main-content .start_a_business_with_NomadGo .content .list .item {
	display: flex;
	min-width: 313.6px;
	max-width: 313.6px;
	padding: 18px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid #EEF0F4;
	background: #F8F9FB;
}

.main-content .start_a_business_with_NomadGo .content .list .item .top {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.main-content .start_a_business_with_NomadGo .content .list .item .top .price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
}

.main-content .start_a_business_with_NomadGo .content .list .item .top .icon {
	width: 24px;
	height: 24px;
}

.main-content .start_a_business_with_NomadGo .content .list .item .top .icon img {
	width: 100%;
	height: 100%;
}

.main-content .start_a_business_with_NomadGo .content .list .item .bottom {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.main-content .start_a_business_with_NomadGo .content .list .item .bottom .from {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	flex: 1 0 0;
	overflow: hidden;
	color: #000824;
	text-overflow: ellipsis;

	/* text-Headline */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
	letter-spacing: -0.2px;
}

.main-content .start_a_business_with_NomadGo .content .list .item .bottom .to {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	flex: 1 0 0;
	overflow: hidden;
	color: #000824;
	text-overflow: ellipsis;

	/* text-Headline */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
	letter-spacing: -0.2px;
}

.main-content .start_a_business_with_NomadGo .content .car {
	position: absolute;
	left: calc(50% - 232px);
	width: 464px;
	height: 264px;
	flex-shrink: 0;
	z-index: 1;
}

.main-content .start_a_business_with_NomadGo .footer {
}

.main-content .start_a_business_with_NomadGo .footer a {
	text-decoration: none;
}

.main-content .start_a_business_with_NomadGo .footer a button {
	display: flex;
	width: 285.631px;
	padding: 12px 18px;
	flex-direction: column;
	align-items: center;
	gap: 9.392px;
	border-radius: 12px;
	background: #FF004D;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	letter-spacing: -0.188px;
	border: 0;
	cursor: pointer;
}

.main-content .contacts {
	display: flex;
	height: 428px;
	padding: 64px 0px 0px 0px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	align-self: stretch;
	border-radius: 24px;
}

.main-content .contacts .information {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.main-content .contacts .information .title {
	align-self: stretch;
	color: #000824;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 29.4px */
	letter-spacing: -1.12px;
}

.main-content .contacts .information .to_learn_more {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.main-content .contacts .information .to_learn_more .name {
	color: #BCC1D0;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 100% */
	letter-spacing: -0.4px;
	display: flex;
	align-items: flex-start;
}

.main-content .contacts .information .to_learn_more .text {
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 122.222% */
	letter-spacing: -0.4px;
}

.main-content .contacts .information .to_learn_more .icons {
	display: flex;
	gap: 12px;
}

.main-content .contacts .information .to_learn_more .icons a {
	width: 18px;
	height: 18px;
}

.main-content .contacts .information .to_learn_more .icons a svg {
	width: 100%;
	height: 100%;
}

.main-content .contacts .information .to_learn_more .icons a svg image {
	width: 100%;
	height: 100%;
}

.main-content .contacts .map .map_content {
	display: flex;
	width: 500px;
	height: 300px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 12px;
}

.main-content .contacts .map .map_content_768 {
	display: none;
	height: 300px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
}

@media (min-width: 1440px) and (max-width: 1600px) {
	.main-content {
		width: 100%;
		padding: 0 24px;
	}

	.main-content .banner .icons {
		width: 1440px;
		left: calc(50% - 720px);
	}

	.main-content .banner #banner_icon_geo_1 {
		top: 133px;
		left: 131px;
	}

	.main-content .banner #banner_icon_geo_2 {
		top: 365px;
		left: 403px;
	}

	.main-content .banner #banner_icon_geo_3 {
		top: 290px;
		left: 1114px;
	}

	.main-content .banner #banner_icon_flash_1 {
		top: 174.5px;
		left: 319px;
	}

	.main-content .banner #banner_icon_flash_2 {
		top: 404.5px;
		left: 448px;
	}

	.main-content .banner #banner_icon_flash_3 {
		top: 119px;
		left: 901px;
	}

	.main-content .banner #banner_icon_flash_4 {
		top: 75px;
		left: 1223px;
	}

	.main-content .banner #banner_icon_tenge_1 {
		top: 329px;
		left: 160.95px;
	}

	.main-content .banner #banner_icon_tenge_2 {
		top: 253px;
		left: 481.11px;
	}

	.main-content .banner #banner_icon_tenge_3 {
		top: 382px;
		left: 888.27px;
	}

	.main-content .banner #banner_icon_tenge_4 {
		top: 185px;
		left: 1290.21px;
	}

	.main-content .our_advantages {
		width: auto;
		align-self: stretch;
	}

	.main-content .start_a_business_with_NomadGo {
		width: auto;
		align-self: stretch;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.main-content {
		width: 100%;
		padding: 0 24px;
	}

	.main-content .banner .icons {
		width: 768px;
		left: calc(50% - 384px);
	}

	.main-content .banner #banner_icon_geo_1 {
		top: 10px;
		left: 132px;
	}

	.main-content .banner #banner_icon_geo_2 {
		top: 341px;
		left: 643px;
	}

	.main-content .banner #banner_icon_geo_3 {
		display: none;
	}

	.main-content .banner #banner_icon_flash_1 {
		top: 118px;
		left: 36px;
		width: 24px;
		height: 36px;
	}

	.main-content .banner #banner_icon_flash_2 {
		top: 419px;
		left: 132px;
	}

	.main-content .banner #banner_icon_flash_3 {
		top: 23px;
		left: 579px;
	}

	.main-content .banner #banner_icon_flash_4 {
		display: none;
	}

	.main-content .banner #banner_icon_tenge_1 {
		top: 180.56px;
		left: 96.32px;
	}

	.main-content .banner #banner_icon_tenge_2 {
		top: 235px;
		left: 573px;
	}

	.main-content .banner #banner_icon_tenge_3 {
		top: 439px;
		left: 561px;
	}

	.main-content .banner #banner_icon_tenge_4 {
		display: none;
	}

	.main-content .domestic_taxi_service_NomadGo {
		display: grid;
		justify-items: center;
	}

	.main-content .domestic_taxi_service_NomadGo .title {
		font-size: 48px;
		letter-spacing: -1.92px;
	}

	.main-content .domestic_taxi_service_NomadGo .title span {
		font-size: 48px;
		letter-spacing: -1.92px;
	}

	.main-content .domestic_taxi_service_NomadGo .text {
		width: 370px;
		font-size: 14px;
		line-height: 18px; /* 128.571% */
	}

	.main-content .our_advantages {
		width: auto;
		align-self: stretch;
	}

	.main-content .our_advantages .cards {
		padding: 0px 12px;
		align-items: flex-start;
	}

	.main-content .our_advantages .cards .card {
		height: 124px;
		min-height: 124px;
		justify-content: space-between;
		gap: 0;
	}

	.main-content .our_advantages .cards .card .text {
		font-size: 14px;
		line-height: 18px; /* 128.571% */
	}

	.main-content .start_a_business_with_NomadGo {
		width: auto;
		align-self: stretch;
	}

	.main-content .start_a_business_with_NomadGo .header .title {
		font-size: 48px;
		letter-spacing: -1.92px;
	}

	.main-content .start_a_business_with_NomadGo .header .text {
		font-size: 14px;
		line-height: 18px; /* 128.571% */
	}

	.main-content .start_a_business_with_NomadGo .content .car {
		left: calc(50% - 166px);
		width: 332px;
		height: 189px;
	}

	.main-content .contacts .information .to_learn_more .icons a {
		width: 32px;
		height: 32px;
	}

	.main-content .contacts .map .map_content {
		display: none;
	}

	.main-content .contacts .map .map_content_768 {
		display: flex;
	}
}

@media (max-width: 768px) {
	.main-content {
		width: calc(100% - 48px);
		padding: 48px 24px;
	}

	.main-content .banner {
		height: 466px;
	}

	.main-content .banner .where_going {
		left: calc(50% - 172.9435px);
		width: 345.887px;
		height: 38.756px;
		padding: 11.626px 11.626px 11.626px 0px;
		flex-shrink: 0;
		border-radius: 17.44px;
	}

	.main-content .banner .where_going .left {
		gap: 3.875px;
	}

	.main-content .banner .where_going .left .icon_car {
		width: 64.914px;
		height: 38.755px;
	}

	.main-content .banner .where_going .left .text {
		font-size: 15.502px;
		line-height: 17.44px; /* 112.5% */
		letter-spacing: -0.194px;
	}

	.main-content .banner .where_going .btn {
		padding: 7.751px;
		gap: 9.689px;
		border-radius: 11.626px;
		width: 23.253px;
		height: 23.253px;
	}

	.main-content .banner .phone {
		top: calc(50% - 213.8665px);
		left: calc(50% - 104.8245px);
		width: 209.649px;
		height: 427.733px;
	}

	.main-content .banner .image-1 {
		top: calc(50% - 287.5px);
		left: calc(50% - 195.3385px);
		width: 390.677px;
		height: 575px;
	}

	.main-content .banner .image-2 {
		top: calc(50% - 195.3385px);
		left: calc(50% - 287.5px);
		width: 575px;
		height: 390.677px;
	}

	.main-content .banner .icons {
		width: 480px;
		left: calc(50% - 240px);
	}

	.main-content .banner #banner_icon_geo_1 {
		display: none;
	}

	.main-content .banner #banner_icon_geo_2 {
		top: 214px;
		left: 390px;
	}

	.main-content .banner #banner_icon_geo_3 {
		top: 27px;
		left: 21px;
	}

	.main-content .banner #banner_icon_flash_1 {
		top: 358px;
		left: 15px;
		width: 39px;
		height: 58.5px;
	}

	.main-content .banner #banner_icon_flash_2 {
		top: 42px;
		left: 355px;
		width: 34.667px;
		height: 52px;
	}

	.main-content .banner #banner_icon_flash_3 {
		display: none;
	}

	.main-content .banner #banner_icon_flash_4 {
		display: none;
	}

	.main-content .banner #banner_icon_tenge_1 {
		top: 170px;
		left: 32px;
		width: 38px;
		height: 38px;
	}

	.main-content .banner #banner_icon_tenge_2 {
		top: 383px;
		left: 357px;
		width: 36px;
		height: 36px;
	}

	.main-content .banner #banner_icon_tenge_3 {
		display: none;
	}

	.main-content .banner #banner_icon_tenge_4 {
		display: none;
	}

	.main-content .domestic_taxi_service_NomadGo {
		padding: 24px 0 48px 0;
	}

	.main-content .domestic_taxi_service_NomadGo .title {
		font-size: 48px;
		line-height: 105%; /* 50.4px */
		letter-spacing: -1.92px;
	}

	.main-content .domestic_taxi_service_NomadGo .title span {
		font-size: 48px;
		letter-spacing: -1.92px;
	}

	.main-content .domestic_taxi_service_NomadGo .text {
		width: 370px;
		font-size: 14px;
		line-height: 18px; /* 128.571% */
		padding: 24px 0;
	}

	.main-content .our_advantages {
		width: auto;
		padding: 48px 0px;
	}

	.main-content .our_advantages .cards {
		padding: 0;
		align-content: flex-start;
		flex-wrap: wrap;
	}

	.main-content .our_advantages .cards .card {
		height: 124px;
		min-height: 124px;
		justify-content: space-between;
		gap: 0;
	}

	.main-content .our_advantages .cards .card .text {
		font-size: 14px;
		line-height: 18px; /* 128.571% */
	}

	.main-content .start_a_business_with_NomadGo {
		width: auto;
		padding: 48px 0px;
		gap: 24px;
	}

	.main-content .start_a_business_with_NomadGo .header {
		gap: 12px;
	}

	.main-content .start_a_business_with_NomadGo .header .title {
		font-size: 48px;
		letter-spacing: -1.92px;
	}

	.main-content .start_a_business_with_NomadGo .header .text {
		font-size: 14px;
		line-height: 18px; /* 128.571% */
	}

	.main-content .start_a_business_with_NomadGo .content {
		height: 197px;
	}

	.main-content .start_a_business_with_NomadGo .content .car {
		left: calc(50% - 119px);
		width: 238px;
		height: 136px;
	}

	.main-content .contacts {
		height: auto;
		padding: 48px 0px 0px 0px;
		flex-direction: column;
	}

	.main-content .contacts .information .title {
		text-align: center;
	}

	.main-content .contacts .information .to_learn_more {
		justify-content: center;
		align-items: center;
	}

	.main-content .contacts .information .to_learn_more .name {
		justify-content: center;
	}

	.main-content .contacts .information .to_learn_more .icons a {
		width: 32px;
		height: 32px;
	}

	.main-content .contacts .map .map_content {
		display: none;
	}

	.main-content .contacts .map .map_content_768 {
		display: flex;
	}
}

