*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
p,
span {
	font-family: "Roboto";
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	font-size: 24px;
}

input {
	outline: none;
	border: none;
	cursor: pointer;
}

ul {
	list-style-type: disc;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.global-wrapper {
	display: flex;
	justify-content: center;
}

.global-wrapper__inner {
	position: relative;
	width: 100%;
	max-width: 1860px;
}

.content-wrapper {
	padding: 80px 180px;
}

.title {
	width: 100%;
	max-width: 740px;
	font-weight: 800;
	font-size: 64px;
	line-height: 150%;
	color: #2e3a59;
	margin-bottom: 20px;
}

.list {
	margin-left: 32px;
}

.text {
	font-size: 24px;
	line-height: 150%;
	color: #2e3a59;
	font-weight: 400;
}

.become-seller {
	width: 100%;
}

.become-seller__item {
	width: 100%;
	max-width: 740px;
	padding-top: 40px;
}

.button {
	font-weight: 500;
	font-size: 24px;
	color: #fafafa;
	background: #2154e8;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	text-align: center;
	padding: 15px 20px;
	margin-top: 30px;
}

.key-numbers {
	width: 100%;
	display: flex;
}

.key-numbers__description-block-wrapper {
	width: 45%;
	display: flex;
	align-items: center;
	background: #2154e8;
}

.key-numbers__description-block > span:nth-child(3) {
	display: inline-block;
	max-width: 430px;
	color: #ffffff;
	margin-top: 10px;
}

.key-numbers__description-block-wrapper > div {
	padding-right: 0;
}

.key-numbers__title {
	font-weight: 700;
	font-size: 48px;
}

.key-numbers__number-of-users {
	font-weight: 700;
	font-size: 64px;
	margin-top: 100px;
}

.key-numbers__number-of-users__description {
	display: inline-block;
	max-width: 430px;
}

.per-month {
	color: #ff7a00;
}

.key-numbers__image-block {
	width: 55%;
}

.key-numbers_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.key-numbers__site-addresses {
	margin-top: 75px;
}

.key-numbers__site-addresses > p {
	text-transform: uppercase;
	color: #ffffff;
}

.statistic-block {
	display: flex;
	gap: 110px;
	flex-wrap: wrap;
}

.statistic-block__item {
	width: 100%;
	max-width: 400px;
}

.statistic-block__item__title {
	font-weight: 700;
	font-size: 48px;
	color: #2154e8;
	margin-bottom: 20px;
}

.who-can-sell-block {
	display: flex;
}

.who-can-sell-block__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f2f4fa;
	padding: 160px 180px 135px;
}

.who-can-sell-block__image-block {
	width: 100%;
}

.who-can-sell-block__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partnership-block {
	width: 100%;
	max-width: 1115px;
}

.partnership-block > div {
	padding-right: 0;
}

.start-selling {
	background: #f2f4fa;
}
.start-selling > div {
	padding-bottom: 115px;
}

.start-selling__title {
	color: #2154e8;
}

.start-selling__list {
	font-weight: 500;
	font-size: 36px;
	color: #2e3a59;
	margin: 30px 0 0 30px;
}

.start-selling__list__item {
	margin: 80px 0 0 10px;
}
.start-selling__list__item > p {
	width: 100%;
	max-width: 700px;
}
.start-selling__list__item:first-child {
	margin-top: 0;
}
.start-selling__list__item > ul {
	margin-top: 20px;
}

.start-selling__list__item__title {
	width: 100%;
	max-width: 1130px;
	font-weight: 500;
	font-size: 36px;
	line-height: 150%;
	color: #2e3a59;
	margin-bottom: 20px;
}

.start-selling__form {
	margin-top: 40px;
}

.start-selling__inputs-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.inputs-block__item {
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
}

.inputs-block__item__label {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #2e3a59;
	margin-bottom: 10px;
}

.inputs-block__item__input {
	width: 100%;
	font-size: 18px;
	color: #000000;
	border: 1px solid #2e3a59;
	border-radius: 2px;
	padding: 14px;
	background: #f2f4fa;
}

#phone-item,
#modal-phone {
	border-radius: 0 2px 2px 0;
	border-left: 0;
}

.inputs-block__item__input::placeholder {
	font-size: 18px;
	line-height: 50px;
	color: #d3d5db;
}

.phone-input-wrapper {
	width: 100%;
	display: flex;
}

.phone-input-wrapper__country-selection {
	position: relative;
	width: 100%;
	max-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2e3a59;
	border-radius: 2px 0 0;
	background: #f2f4fa;
	cursor: pointer;
}

.phone-input-wrapper__country-selection > img:nth-child(2) {
	transform: rotate(0deg);
}

.active > img:nth-child(2) {
	transform: rotate(180deg);
}

.phone-input-wrapper__country-selection__country-flag {
	width: 35px;
	height: 100%;
	margin-right: 10px;
}

.start-selling__list__item__button {
	font-size: 16px;
	margin-top: 50px;
}

.start-selling__list__item__link {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 150%;
	color: #2154e8;
	margin-top: 60px;
}

.start-selling__list__item__link:nth-child(2) {
	margin-top: 20px;
}

.start-selling__list__item__document-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.start-selling__list__item__document-block__item {
	width: 100%;
	max-width: 300px;
	height: 330px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #e2e7f8;
	border-radius: 5px;
	padding: 40px 20px;
}

.start-selling__list__item__document-block__item > p {
	text-align: center;
}

.start-selling__list__item__document-block__item > p:nth-child(3) {
	font-size: 16px;
	margin-top: 10px;
}

.start-selling__list__item__document-block__item__image {
	margin-bottom: 40px;
}

.contacts-title {
	color: #2154e8;
	margin-bottom: 40px;
}

.content-wrapper__contact-block {
	width: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
}

.content-wrapper__contact-block__item {
	width: 100%;
	max-width: 735px;
	height: 260px;
	display: flex;
	gap: 55px;
	align-items: center;
	border: 2px solid #2154e8;
	padding: 30px;
}

.content-wrapper__contact-block__item__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content-wrapper__contact-block__item__inner > button {
	margin-top: 15px;
}

.content-wrapper__contact-block__title {
	font-weight: 500;
	font-size: 32px;
}

.contact_info {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 24px;
	margin: 10px 0;
}

.contact_info > span {
	margin: 0;
}

.post {
	line-height: 120%;
}

.content-wrapper__address-block {
	display: flex;
	align-items: flex-start;
	gap: 80px;
	margin-top: 60px;
}

.content-wrapper__address-block__item {
	width: 100%;
	height: 100%;
	max-width: 375px;
}

.content-wrapper__address-block__item > .content-wrapper__contact-block__title {
	margin-bottom: 10px;
}

footer > .content-wrapper {
	padding-bottom: 100px;
}

.mobile-button {
	display: none;
}

.start-selling-modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.start-selling-modal {
	width: 100%;
	max-width: 550px;
	background: #ffffff;
	padding: 20px 40px 40px;
}

.start-selling-modal__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

.start-selling-modal__title::after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: #2154e8;
	margin-top: 10px;
}

.start-selling-modal__form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.start-selling-modal {
	position: absolute;
}

.start-selling-modal__form > .inputs-block__item {
	max-width: 100%;
}

.phone-input-wrapper__country-selection,
.inputs-block__item__input {
	background-color: transparent;
}

.start-selling-modal__form > .button {
	max-width: 250px;
	margin-top: 0;
}

.close-modal-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.inactive {
	display: none;
}

.successful-text {
	margin-top: 20px;
}

.document-block__item-title {
	font-size: 24px;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	color: #2e3a59;
}

.document-block__item-text {
	font-size: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #2e3a59;
}

.name {
	font-size: 24px !important;
}

@media screen and (max-width: 1439px) {
	body,
	p,
	span,
	.text,
	.button,
	.contact_info,
	.content-wrapper__contact-block__title {
		font-size: 16px;
	}

	.content-wrapper {
		padding: 40px 30px;
	}

	.title,
	.key-numbers__number-of-users {
		font-size: 40px;
	}

	.title {
		max-width: 430px;
	}

	.title,
	.start-selling__list__item__title {
		line-height: 120%;
	}

	.key-numbers__title,
	.statistic-block__item__title {
		font-size: 36px;
	}

	.list,
	.start-selling__list__item__link,
	.start-selling__list,
	.start-selling__list__item__title {
		font-size: 24px;
	}

	.inputs-block__item__label,
	.start-selling__list__item__button {
		font-size: 14px;
	}

	.start-selling__list__item__button,
	.start-selling__list__item__document-block,
	.start-selling__inputs-block {
		margin-top: 20px;
	}

	.key-numbers__number-of-users,
	.key-numbers__site-addresses {
		margin-top: 20px;
	}

	.start-selling__list__item,
	.start-selling__list__item__link,
	.start-selling__list__item__link:nth-child(2) {
		margin-top: 30px;
	}

	.key-numbers {
		max-height: 305px;
	}

	.key-numbers__description-block > span:nth-child(3) {
		max-width: 400px;
		margin-top: 0;
	}

	.become-seller__item {
		padding: 0;
	}

	.statistic-block {
		gap: 0;
		justify-content: space-between;
	}

	.statistic-block__item {
		max-width: 310px;
	}

	.who-can-sell-block {
		max-height: 330px;
	}

	.who-can-sell-block__inner {
		padding: 40px 100px;
	}

	.partnership-block {
		max-width: 600px;
	}

	.partnership-block > div {
		padding: 50px 30px;
	}

	.start-selling__list__item__document-block {
		gap: 10px;
	}

	.start-selling > div {
		padding-bottom: 50px;
	}

	.start-selling__list {
		margin-left: 20px;
	}

	.content-wrapper__contact-block__item {
		height: 180px;
		gap: 20px;
		padding: 20px;
	}

	.content-wrapper__contact-block__item > img {
		width: 100px;
	}

	.statistic-block__item__title {
		margin: 0;
	}

	.start-selling__list__item__title {
		display: inline;
		max-width: 700px;
	}
	.start-selling__list > .start-selling__list__item:nth-child(4) {
		max-width: 700px;
	}
}

@media screen and (max-width: 1024px) {
	.key-numbers__image-block,
	.who-can-sell-block__image-block,
	.phone-input-wrapper__country-selection,
	.inputs-block__item__label,
	.start-selling__list__item__button {
		display: none;
	}

	.statistic-block__item,
	.partnership-bloc,
	.inputs-block__item,
	.content-wrapper__contact-block__item {
		max-width: 100%;
	}

	.who-can-sell-block__inner,
	.partnership-block > div {
		padding: 40px 15px;
	}

	.start-selling__list__item__link:nth-child(2),
	.start-selling__list__item__link {
		margin-top: 40px;
	}

	.content-wrapper {
		padding: 40px 15px;
	}

	.become-seller__item {
		max-width: 100%;
	}

	.button {
		margin-top: 20px;
	}

	.title {
		margin-bottom: 10px;
	}

	.key-numbers__description-block-wrapper {
		width: 100%;
	}

	.start-selling__list {
		margin-top: 0;
	}

	.start-selling__inputs-block {
		width: 100%;
		background: #e2e7f8;
		border-radius: 5px;
		padding: 20px;
	}

	.start-selling__list__item {
		list-style: none;
	}

	.start-selling__list__item::before {
		content: counter(list-item) ". ";
	}

	.inputs-block__item__input {
		border: none;
		border-bottom: 1px solid #c0c8de;
		color: #2e3a59;
		padding: 14px 0;
	}

	.inputs-block__item__input::placeholder {
		font-size: 16px;
		color: #2e3a59;
	}

	.mobile-button {
		display: block;
		margin-top: 0;
	}

	.start-selling__list {
		margin-left: 0;
	}

	.statistic-block {
		gap: 20px;
	}

	.start-selling__list__item {
		margin: 40px 0 0;
	}

	.content-wrapper__contact-block {
		flex-direction: column;
		gap: 20px;
	}

	.content-wrapper__address-block {
		margin-top: 20px;
		gap: 20px;
		flex-direction: column;
	}

	.contacts-title {
		margin-bottom: 30px;
	}

	footer > .content-wrapper {
		padding-bottom: 40px;
	}

	.content-wrapper__contact-block__item {
		padding: 20px;
	}

	.start-selling-modal__form
		> .inputs-block__item
		> .phone-input-wrapper
		> .inputs-block__item__input {
		border-bottom: 1px solid #d9d9d9;
	}

	.start-selling-modal__form
		> .inputs-block__item
		> .phone-input-wrapper
		> .inputs-block__item__input::placeholder {
		font-size: 16px;
		color: #d9d9d9;
	}

	.start-selling-modal__form
		> .inputs-block__item
		> .inputs-block__item__input {
		border-bottom: 1px solid #d9d9d9;
	}

	.start-selling-modal__form
		> .inputs-block__item
		> .inputs-block__item__input::placeholder {
		font-size: 16px;
		color: #d9d9d9;
	}
}

@media screen and (max-width: 639px) {
	.start-selling__list__item__document-block__item {
		height: auto;
	}
}

@media screen and (max-width: 550px) {
	.start-selling-modal {
		width: 100%;
		max-width: 100%;
		bottom: 0;
		background: #ffffff;
		padding: 20px;
		border-radius: 5px 5px 0 0;
	}

	.start-selling-modal__form > .button {
		max-width: 100%;
	}

	.start-selling-modal__title {
		font-size: 18px;
	}

	.start-selling-modal__title::after {
		content: "";
		position: relative;
		left: -20px;
		display: block;
		width: calc(100% + 40px);
		height: 1px;
		background: #d9d9d9;
		margin-top: 10px;
	}

	.close-modal-button {
		top: 24px;
	}

	.start-selling-modal__form {
		margin-top: 15px;
	}
}

.activeList {
	display: block !important;
}

.country-select {
	position: absolute;
	top: 49px;
	width: 80px;
	height: 200px;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #2e3a59;
}

.country-select__item {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s;
	background-color: #f2f4fa;
	border: 1px solid #2e3a59;
	border-bottom: none;
}

#modal-country-select > .country-select__item {
	background-color: #ffffff;
}

#modal-country-select > .country-select__item:hover {
	background-color: #f2f2f2;
}

.select-img {
	width: 35px;
	height: 100%;
}

@media screen and (max-width: 360px) {
	.button {
		width: 100%;
	}
	.start-selling__list__item__document-block__item {
		max-width: 100%;
	}
}
