@charset "utf-8";
@media only screen and (max-width: 880px) {
	.text-block {
		padding-top: 120px;
	}
}
@media only screen and (max-width: 746px) {
	/* logo */
	.main-logo {
		left: 6%;
	}
}
@media only screen and (max-width: 500px) {
	body {
		-webkit-overflow-scrolling: touch;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content {
		padding-top: 50px;
	}
	/* logo */
	.main-logo {
		left: 12px;
		top: 25px;
	}
	.main-logo__img {
		height: 74px;
	}
	/* modal-buy */
	.modal-buy__wrapper {
		padding-top: 31.5px;
	}
	.select-phone-code {
		width: calc(100% - 40px);
		overflow-x: hidden;
		-ms-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
	}
	.modal-buy {
		padding-left: 20px;
		padding-right: 20px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: none;
	}
	.modal-buy .mfp-close {
		top: 13px;
		right: 13px;
	}
	.mfp-container {
		padding: 0;
	}
	.mfp-content {
		top: 16px;
		height: 100%;
		padding: 0;
		background-color: #ffffff;
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
	}
	.mfp-fade-up.mfp-wrap.mfp-ready:not(.mfp-removing) {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)),color-stop(60%, #ffffff), to(#ffffff));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%,#ffffff 60%, #ffffff 100%);
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%,#ffffff 60%, #ffffff 100%);
		height: 100% !important;
	}
	.mfp-fade-up.mfp-bg.mfp-ready:not(.mfp-removing) {
		background-color: #f7f7f7;
		opacity: 0.7;
	}
	.noscroll {
		height: calc(var(--window-inner-height) - 1px);
		overflow: hidden;
	}
	body.noscroll {
		position: fixed;
		top: 0;
	}
	.jcf-select-text span {
		display: block;
		max-width: 82%;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	/* card-profile */
	.card-profile {
		margin-bottom: 30px;
		padding-top: 40px;
	}
	.card-profile__img-wrap {
		width: 82%;
	}
	.card-profile__description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 30px 30px 30px;
	}
	.card-profile__logo-link {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.card-profile__btn {
		margin-left: 0;
	}
	/* card-index */
	.card-list {
		gap: 20px;
		margin-bottom: 50px;
		margin-top: 0;
	}
	.card-index__video-wrapper {
		border-radius: 30px;
	}
	.card-index__video {
		border-radius: 30px;
	}
	.card-index_type_video {
		border-radius: 30px;
	}
	/* faq */
	.faq {
		margin-bottom: 50px;
	}
	.text-block {
		padding-top: 80px;
	}
	/* rtl */
	.rtl .main-logo {
		right: 20px;
	}
	.rtl .card-profile__logo-link {
		margin-left: 0;
	}
	.rtl .card-profile__btn {
		margin-right: 0;
	}
	.rtl .modal-buy .mfp-close {
		left: 13px;
	}
}

@media only screen and (max-width: 375px) {
	/* card-profile */
	.card-profile {
		margin-top: -50px;
	}
}