
.buy-modal {
	
	
	.modal-dialog {
		max-width: 990px;
	}
	
	.modal-content {
		padding-top: 20px;
		border-radius: 20px;
		box-shadow: 0px 6px 26px 0px rgba(0, 17, 51, 0.12);
		background: rgb(255, 255, 255);
		position: relative;
	}
	
	
	
	.cross-close-modal:hover {
		transform: scale(1.1);
	}
	
	.cross-close-modal {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		transition: .1s;
	}
	
	.header {
		color: rgb(0, 9, 26);
		font-size: 30px;
		font-weight: 700;
		line-height: 120%;
	}
	.between-childs {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.buy-modal-header {
		padding: 20px 50px 10px 50px;
		
	}
	
	.buy-modal-body {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.buy-modal-footer {
		padding: 14px 50px 40px 50px;
		border-top: 1px solid rgba(43, 72, 130, 0.05);
	}
	
	
	.lot-details {
		border: 1px solid rgba(0, 34, 102, 0.1);
		border-radius: 14px;
		background: rgb(255, 255, 255);
		padding: 20px;
	}
	
	.lot-image {
		background-size: cover!important;
		background-position: center!important;
		background-repeat: no-repeat!important;
		width: 98px;
		height: 130px;
		
		box-sizing: border-box;
		border: 1px solid rgba(0, 34, 102, 0.1);
		border-radius: 8px;

		
	}
	
	
		
	.lot-details-badge {
		height: 28px;
		border-radius: 999px;
		padding: 0px 12px 0px 12px;
		display: flex;
		align-items: center;
		transition: .1s;
	}


	.lot-details-badge .label {
		text-align: center;
		font-size: 13px;
		font-weight: 600;
		line-height: 140%;
	}

	.lot-details-badge.wb .mp-ico {
		margin-top: -1px;
		display: block;
	}
	.lot-details-badge.ozon .mp-ico {
		display: block;
	}


	svg {
		display: block;
	}




	.lot-details-badge.wb {
		background: linear-gradient(30.64deg, rgb(111, 1, 251) 17.498%,rgb(255, 73, 215) 94.479%);
	}

	.lot-details-badge.ozon {
		background: rgb(0, 85, 255);
	}

	.lot-details-badge.shop {
		background: rgb(245, 240, 255);
		border: 1px solid rgb(245, 240, 255);
		outline: 1px solid transparent;
	}

	.lot-details-badge.shop .label {
		color: rgb(126, 61, 255);
	}




	.lot-details-badge.single-card {
		border: 1px solid rgb(224, 250, 255);
		outline: 1px solid transparent;
		background: rgb(224, 250, 255);
	}
	.lot-details-badge.single-card .label {
		color: rgb(0, 127, 153);
	}




	.lot-details-badge.multiple-card {
		border: 1px solid rgb(235, 241, 255);
		outline: 1px solid transparent;
		background: rgb(235, 241, 255);
	}
	.lot-details-badge.multiple-card .label {
		color: rgb(26, 102, 255);
	}



	.lot-details-badge.is-active {
		background: rgb(219, 255, 240);
		outline: 1px solid transparent;
		border: 1px solid rgb(219, 255, 240);
	}
	.lot-details-badge.is-active:hover {
		outline: 3px solid rgb(219, 255, 240);
	}
	.lot-details-badge.is-active .label {
		color: rgb(0, 133, 77);
		line-height: 120%;
	}

	.lot-details-badge.not-active {
		background: rgb(255, 245, 224);
		outline: 1px solid transparent;
		border: 1px solid rgb(255, 245, 224);
	}
	.lot-details-badge.not-active:hover {
		outline: 3px solid rgb(255, 245, 224);
	}
	.lot-details-badge.not-active .label {
		color: rgb(199, 116, 0);
		line-height: 120%;
	}
	
	
	.categories {
		color: rgb(0, 173, 92);
		font-size: 15px;
		font-weight: 600;
		line-height: 140%;
	}
	
	.title {
		color: rgb(0, 9, 26);
		font-size: 16px;
		font-weight: 600;
		line-height: 120%;
	}
	
	
	.details-rating-block {
		
	}
	
	.details-rating-block .star {
		margin-top: -2px;
	}
	
	.details-rating-block .rating {
		color: rgba(6, 0, 31, 0.7);
		font-size: 14px;
		font-weight: 600;
		line-height: 120%;
	}
	

	.details-rating-block svg {
		display: block;
	}
	
	
	.details-rating-block .review-count {
		color: rgba(20, 41, 82, 0.45);
		font-size: 13px;
		font-weight: 600;
		line-height: 120%;
		padding-top: 1.5px;
	}
	
	.separator-dot {
		color: rgba(0, 34, 102, 0.3);
	}
	
	.details-rating-block .review-count .numeric {
		font-size: 14px;
	}
	
	.details-rating-block .view-count-label {
		padding-top: 1px;
		color: rgba(20, 41, 82, 0.4);
		font-size: 14px;
		font-weight: 600;
		line-height: 120%;
		padding-top: 2px;
	}
	
	.seller-info {
		width: 280px;
	}
	
	.payment-bank-card-label {
		color: rgb(71, 133, 255);
		font-size: 15px;
		font-weight: 600;
		line-height: 120%;
	}
	
	.payment-usdt-label, .payment-a7a5-label {
		font-size: 15px;
		font-weight: 600;
		line-height: 120%;
	}
	
	
	
	
	.seller-no-avatar {
		width: 40px;
		height: 40px;
		position: relative;
		border-radius: 999px;
		background: rgb(194, 214, 255);
	}

	.seller-avatar {
		width: 40px;
		height: 40px;
		position: relative;
		border-radius: 999px;
		background-size: cover!important;
		background-position: center!important;
		background-repeat: no-repeat!important;
	}

	.seller-no-avatar .ico {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgb(255, 255, 255);
		font-size: 17px;
		font-weight: 800;
		line-height: 120%;
	}

	.seller-name {
		color: rgb(0, 9, 26);
		font-size: 15px;
		font-weight: 600;
		line-height: 120%;
		padding-right: 16px;
		transition: .1s;
	}

	
	.seller-title {
		color: rgba(20, 41, 82, 0.5);
		font-size: 14px;
		font-weight: 500;
		line-height: 120%;
	}
	
	
	.requisites {
		padding: 40px 0px;
		border-radius: 14px;
		background: rgba(43, 72, 130, 0.05);
		
		
		
	}
	
	.requisites-padding {
		padding: 0px 40px;
		
	}
	
	.requisites .header {
		color: rgb(0, 9, 26);
		font-size: 24px;
		font-weight: 600;
		line-height: 120%;
	}
	
	
	
	.send-application {
		height: 54px;
		border-radius: 8px;
		background: rgb(23, 43, 54);
		position: relative;
		transition: .1s;
		cursor: pointer;
		width: 325px;
	}
	.send-application:hover {
		background: rgb(50, 79, 93);
	}
	
	.withdraw-number-block {
		height: 54px;
	}
	
	.withdraw-number-block .purchase-label {
		margin-bottom: 0px;
	}
	
	.withdraw-price {
		color: rgb(0, 9, 26);
		font-size: 26px;
		font-weight: 700;
		line-height: 130%;
	}
	
	.send-application .label {
		color: rgb(255, 255, 255);
		font-size: 15px;
		font-weight: 600;
		line-height: 130%;
		text-align: center;
		transition: .1s;
		
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}
	
	
	#personal-price {
		width: 325px;
		height: 54px;
	}
	
	
	
	.price {
		color: rgb(0, 9, 26);
		font-size: 20px;
		font-weight: 600;
		line-height: 130%;
		transition: .1s;
	}
	
	
	
	.price.crossed {
		text-decoration: line-through;
		text-decoration-thickness: 2px;
		text-decoration-color: #5D687F;
		color: rgba(15, 39, 87, 0.25);
		
	}
	
	.purchase-label, .withdraw-label {
		color: rgba(0, 17, 51, 0.55);
		font-size: 13px;
		font-weight: 600; 
		line-height: 120%;
		text-align: left;
		margin-bottom: 6px;
	}
	
	
	
	
	.modal-forms-counter {
		border-radius: 56px;
		background: rgb(255, 255, 255);
		padding: 10px 20px;
		position: absolute;
		top: 0px;
		left: 0px;
		transform: translateX(calc(-100% - 14px));
		/* transform: translateX(-100%); */
	}
	
	
	.modal-forms-counter {
		
		.counter {
			color: rgba(20, 41, 82, 0.5);
			font-size: 22px;
			font-weight: 700;
			line-height: 120%;
		}
		
		.counter.active {
			color: rgb(0, 85, 255);
		}
		
		.separator {
			color: rgba(20, 41, 82, 0.35);
			font-size: 22px;
			font-weight: 600;
		}
		
	}
	
	
	
	
	
	.opf-selector {
		box-sizing: border-box;
		border: 0.5px solid rgba(0, 34, 102, 0.1);
		border-radius: 8px;
		background: rgba(43, 72, 130, 0.05);
		padding: 3px;
		
	}
	
	
	
	
	.opf-selector .selector-item {
		height: 40px;
		position: relative;
		border-radius: 6px;
		cursor: pointer;
		transition: .1s;
	
	}
	
	.opf-selector .selector-item .label {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		
		color: rgba(20, 41, 82, 0.5);
		font-size: 16px;
		font-weight: 600;
		line-height: 140%;
		text-align: center;
		transition: .1s;
		
	}




	.opf-selector .selector-item.active {
		box-shadow: 0px 3px 5px 0px rgba(0, 20, 61, 0.06),0px 3px 10px 0px rgba(0, 20, 61, 0.12);
		background: rgb(255, 255, 255);
	}


	.opf-selector .selector-item.active .label {
		color: rgb(0, 9, 26);
	}

	.save-requisites-text {
		color: rgba(0, 8, 26, 0.7);
		font-size: 15px;
		font-weight: 600;
		line-height: 140%;
		padding-top: 1.2px;
	}
	
	.check-block {
		width: 21px;
		height: 21px;
		box-sizing: border-box;
		border: 1px solid rgba(43, 72, 130, 0.05);
		border-radius: 5px;
		background: rgba(43, 72, 130, 0.05);
		position: relative;
	}
	.check-block .check {
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);;
	}
	
	.check-block .check svg {
		display: block;
	}
	
	
	
	
	.check-block.checked {
		border-radius: 5px;
		background: rgb(23, 43, 54);
		border: 1px solid rgb(23, 43, 54);
		
		
	}
	
	.check-block.checked .check {
		opacity: 1;
	}


	.save-req-check {
		cursor: pointer;
	}


	.white-separator {
		height: 2px;
		background: rgb(255, 255, 255);
	}

	.warning-text {
		color: rgb(244, 65, 52);
		font-size: 14px;
		font-weight: 600;
		line-height: 136%;
	}


































	
	
	
	
	
	
	
	
	
}



.application-sent {
	
	
	.application-header {
		color: rgb(0, 9, 26);
		font-size: 30px;
		font-weight: 700;
		line-height: 120%;
		padding: 20px 30px 0px 30px;
	}
	
	.application-description {
		padding: 0px 30px 16px 30px;
		color: rgba(0, 17, 51, 0.55);
		font-size: 16px;
		font-weight: 600;
		line-height: 150%;
		
	}
	
	.application-control-btns {
		padding: 10px 30px;
		
	}
	
	.cross-close-modal {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		transition: .1s;
	}
	.cross-close-modal:hover {
		transform: scale(1.1);
	}
	
	.open-deals-btn {
		border-radius: 8px;
		background: rgb(23, 43, 54);
		height: 54px;
		position: relative;
		transition: .1s;
		cursor: pointer;
	}
	.open-deals-btn:hover {
		background: rgb(50, 79, 93);
	}
	
	.open-deals-btn .label {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
		color: rgb(255, 255, 255);
		font-size: 18px;
		font-weight: 600;
		line-height: 130%;
		text-align: center;
		
	}
	
	
	.download-ico {
		margin-top: -4px;
	}
	
	
	
}



















@media (max-width: 924px) {
	
	.buy-modal {
		.buy-modal-body {
			padding-left: 8px!important;
			padding-right: 8px!important;
			margin-top: 8px!important;
		}
		
		
		.modal-content {
			padding-top: 0px;
		}
		.buy-modal-header {
			padding: 18px 14px 10px 14px!important;
		}
		
		.header {
			padding: 0px 2px;
			
			font-size: 22px;
			font-weight: 700;
			line-height: 126%;
			
		}
		.cross-close-modal {
			 transform: scale(0.95) translateY(-3px);
		}
		
		.seller-info {
			width: auto!important;
		}
		
		.lot-details {
			padding: 0px!important;
		}
		
		.lot-info-top-part {
			padding: 14px 14px 16px 14px;
		}
		.lot-info-top-two {
			padding: 16px 14px 14px 14px;
		}
		.mobile-hr {
			height: 2px;
			background: rgb(243, 244, 247);
		}
		.lot-image {
			width: 107px;
			height: 142px;
		}
		.seller-no-avatar {
			width: 38px;
			height: 38px;
		}
		
		.seller-avatar {
			width: 38px;
			height: 38px;
			
		}
		
		.seller-title {
			font-size: 13px;
			font-weight: 500;
			line-height: 120%;
		}
		
		.seller-name {
			font-size: 14px;
			font-weight: 600;
			line-height: 120%;
		}
		
		.payment-bank-card-label, .payment-usdt-label, .payment-a7a5-label {
			font-size: 14px;
			font-weight: 600;
			line-height: 120%;
		}
		
		
		.payment-type svg {
			display: block;
		}
		.payment-type .payment-type-ico {
			transform: scale(0.92);
		}
		
		.lot-details-badge {
			height: 23px;
		}
		.lot-details-badge .label {
			font-size: 13px;
			font-weight: 600;
		}
		.categories {
			margin-top: 10px!important;
			font-size: 14px;
			font-weight: 600;
			line-height: 140%;
			padding: 0px 2px;
		}
		.title {
			margin-top: 1px!important;
			font-size: 15px;
			font-weight: 600;
			line-height: 130%;
			padding: 0px 2px;
		}
		
		.star {
			transform: scale(0.811);
		}
		.details-rating-block .review-count .numeric {
			font-size: 13px;
		}
		
		.requisites {
			margin-toP: 18px!important;
			padding: 18px 0px;
		}
		.requisites-padding {
			padding: 0px 16px!important;
		}
		.requisites .header {
			font-size: 18px;
			font-weight: 600;
			line-height: 120%;
		}
		
		.opf-selector .selector-item .label {
			font-size: 15px;
			font-weight: 600;
			line-height: 140%;
		}
		
		#inn-setter {
			margin-top: 16px;
		}
		
		
		.mobile-top-17 {
			margin-top: 17px!important;
		}
		
		.white-separator {
			margin-top: 17px!important;
		}
		
		.save-requisites-text {
			font-size: 14px;
			font-weight: 600;
			line-height: 136%;
		}
		
		.warning-block {
			margin-top: 0px;
		}
		.save-req-check {
			margin-bottom: 17px;
		}
		
		.white-separator {
			margin-bottom: -10px;
		}
		
		.warning-block .padding-right-10 {
			padding-right: 12px;
			width: 30px;
		}
		.check-block {
			width: 18px;
			height: 18px;
		}
		
		
		.buy-modal-footer {
			padding: 10px 14px 20px;
		}
		
		.send-application {
			width: 161px;
			height: 42px;
		}
		
		.send-application .label {
			font-size: 14px;
			font-weight: 600;
			line-height: 130%;
			width: 100%;
		}
		.price {
			font-size: 18px!important;
			font-weight: 700!important;
			line-height: 130%!important;
		}
		
		.hide-on-mobile {
			display: none;
		}
		
		.edit-price-mobile-btn {
			position: relative;
			box-sizing: border-box;
			border: 1px solid rgba(0, 51, 153, 0.15);
			border-radius: 8px;
			background: rgb(255, 255, 255);
			width: 42px;
			height: 42px;
		}
		
		.edit-price-mobile-btn svg {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			
		}
		
		.purchase-label, .withdraw-label {
			margin-bottom: 5px;
			font-size: 13px;
			font-weight: 500;
			line-height: 110%;
		}
		
		.error-text {
			font-size: 13px;
			font-weight: 600;
			line-height: 130%;
			margin-top: 4px;
		}
		
		.withdraw-price {
			font-size: 18px;
			font-weight: 700;
			line-height: 130%;
		}
		
		.withdraw-number-block {
			height: auto!important;
		}
		
	}
	
	
	.buy-modal.seller {
		
		.seller-line {
			height: 1px;
			background: rgba(0, 34, 102, 0.1);
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.sell-price-mobile .purchase-label {
			margin-bottom: 0px!important;
		}
		.price {
			font-size: 14px;
			font-weight: 600;
			line-height: 140%;
		}
	}
	
	
}






#mobile-input-modal {
	z-index: 1060!important;
	
	.modal-content {
		padding: 0px;
	}
	.input-price-mobile-modal-body {
		padding: 14px 16px;
	}
	.personal-deal-price input {
		outline: none!important;
		border: none!important;
		color: rgb(0, 9, 26);
		font-size: 30px;
		font-weight: 600;
		line-height: 120%;
		width: 100%;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.personal-deal-price input::placeholder {
		color: rgba(0, 51, 153, 0.15);
	}
	
	.current-price {
		padding: 0px 4px;
	}
	
	.current-price .label {
		color: rgba(20, 41, 82, 0.4);
		font-size: 14px;
		font-weight: 600;
		line-height: 120%;
	}
	
	.current-price .value {
		color: rgb(0, 173, 92);
		font-size: 20px;
		font-weight: 700;
		line-height: 130%;
	}
	.input-price-mobile-modal-footer {
		padding: 0px 16px 18px 16px;
	}
	
	.send-new-price-btn {
		height: 48px;
		border-radius: 8px;
		background: rgb(24, 35, 57);
		position: relative;
	}
	.send-new-price-btn .label {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		color: rgb(255, 255, 255);
		font-size: 16px;
		font-weight: 600;
		line-height: 130%;
		text-align: center;
	}
	
}


