body {
	font-family: 'Mont', sans-serif;
    overflow-x: hidden;    
}

body, html { 
	margin: 0px;
	padding: 0px;
}

.tooltip-area {
	display: inline-block!important;
	cursor: pointer;
}

.default-liliac-btn {
	border-radius: 7.96px;
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.1%,rgb(125, 91, 222) 99.949%);
	
	color: rgb(255, 255, 255);
	font-family: Mont;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 10px 14px 10px 14px;
	cursor: pointer;
	transition: .4s;
	
	min-height: 38px;
	
}
.cookie-window {
	
	position: fixed;
	z-index: 9999;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 12px 40px 12px 40px;
	
	box-shadow: 0px 4px 22px 0px rgba(0, 17, 51, 0.16);
	background: rgb(91, 51, 255);
	
}

.cookie-window .text {
	font-family: Mont;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}


.cookie-accept-btn {
	font-family: Mont;
	position: relative;
	width: 143px;
	height: 45px;
	border-radius: 8px;
	box-shadow: 0px 12px 20px 0px rgba(0, 17, 51, 0.08);
	background: rgb(255, 255, 255);
	cursor: pointer;
}
.cookie-accept-btn .label {
	font-family: Mont;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: rgb(91, 51, 255);
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}



.cross-custom-close {
    color: black !important;
    opacity: 1 !important;
	position: absolute !important;
    top: 15px !important;
    right: 20px !important;
}

.notification-badge-text-small {
	/* font-size: 7px!important; */
	/* margin-top: .7px; */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.back-arrow .arrow-ico-centered {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-53%, -50%);
}
.backarrow-style .ic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.default-liliac-btn:hover {
	opacity: .9;
}

.sample-input {
	padding: 10px 24px 10px 14px;
	font-family: Mont;
	font-size: 13px!important;
	line-height: 18px;
	width: 100%;
	border-radius: 11.94px;
	border: none;
	outline: none;
	background: rgba(230, 235, 243, 0.5);
	padding-left: 40px;
	padding-right: 4.3vw;
	
	
	
}
.sample-input.mobile {
	padding-top: 12px;
	/* padding-top: 14px; */
	/* padding-bottom: 12px; */
}

.main-logo.mobile {
	max-height: 46px;
}


.dropdown-notification.mobile {
	margin-right: 8px;
}

.notification-bell {
	width: 22px; 
	height: 22px;
}
.dropdown-notification.mobile .notification-bell {
	width: 24px; 
	height: 24px;
}

.default-liliac-btn.mobile {
	height: 37px; 
	width: 37px;
	position: relative;
}
.default-liliac-btn.mobile img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-group {
	position: relative;
	width: 100%;
}



.content-width {
	margin-left: auto;
	margin-right: auto;
}

.nav-icons-group {
	transition: .4s;
	position: relative;
	display: inline-block;
	
}

.notification-badge {
	position: absolute;
	top: -5px;
	right: -10px;
	min-width: 17px;
	height: 17px;
	border-radius: 100px;
	background: rgb(243, 22, 89);
	box-sizing: border-box;
	border: 2px solid rgb(255, 255, 255);
	padding: 0px 3px 0px 3px;
	
}
.mobile-message-count {
	text-align: center;
}

.mobile-message-count .notification-badge {
	right: -7px;
}
.notification-badge-text {
	
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -1%;
	text-align: center;
	
}
 
.vertical-manu-hr {
	height: 27px;
	width: 1.5px;
	background: rgba(217, 217, 217, 0.5);
}


.user-block {
	padding: 5px 16px 5px 5px;
	cursor: pointer;
	height: 54px;
	width: 180px; 
	position: relative;
	z-index: 1;
	transition: .1s;
	
	box-sizing: border-box;
	border: 0.5px solid rgba(16, 6, 55, 0.04);
	border-radius: 999px;
	background: rgba(16, 6, 55, 0.04);
	transition: .2s;
}

.user-name-text {
	color: rgba(6, 0, 31, 0.6);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	
}

.user-balance-text {
	color: rgb(6, 0, 31);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	
}

.mobile-submenu {
	display: none;
	position: fixed;
	width: 100%;
	bottom: -10px;
	left: 0px;
	background: white;
	padding: 8px 16px 23.8px 16px;
	z-index: 10;
	border: 0.5px solid rgba(23, 9, 83, 0.1);
	border-radius: 18px 18px 0px 0px;
	background: rgb(255, 255, 255);
}

#main-content {
	display: none;
	min-height: 100vh;
	position: relative;
}

.main-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: white;
	z-index: 999;
}

.main-loader img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: blinkingEffect 2s infinite;
	width: 233px;
}

.default-modal .modal-content {
	border-radius: 9px;
	box-shadow: 2px 4px 16.5px -4px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
	border: none;
	outline: none;
}

.default-modal .modal-body {
	padding: 50px 110px;
}


.upload-screenshot-modal .modal-content {
	border-radius: 9px;
	box-shadow: 2px 4px 16.5px -4px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
	border: none;
	outline: none;
}
.big-modal .modal-content {
	border-radius: 9px;
	box-shadow: 2px 4px 16.5px -4px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
	border: none;
	outline: none;
}



.auth-modal-cross {
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}

.auth-modal-header {
	color: rgb(17, 16, 16);
	font-family: MontSemiBold;
	font-size: clamp(23px, 2vw, 28px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
}
#auth-email {
}



.form-floating-sample>label {
    padding-top: 14px;
	color: rgba(2, 2, 2, 0.5);
}

.form-floating-sample .form-control {
    border-radius: 9px;
	background: rgb(248, 248, 248);
	border: none;
	outline: none;
    box-shadow: none;
    font-family: Mont;
	width: 100%;
    height: 53px; 
	font-size: 16px;
}


.form-floating-sample:focus {
    box-shadow: none;
	border: none;
	outline: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border: 1px solid #dc3545!important;
   
}

.error-text {
	font-size: clamp(10px, 2vw, 12px);
	color: #dc3545!important;
	margin-top: 5px;
	display: none;
	line-height: 1.2;
}



.account-type-selection {
	text-align: center;
	position: relative;
	height: 100px;
	border-radius: 9px;
	background: rgb(203, 203, 203);
	cursor: pointer;
	transition: .4s;
}

.account-type-selection .label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: rgb(255, 255, 255);
	font-family: Mont;
	font-size: 18px;
	font-weight: 400;
	line-height: 0;
	letter-spacing: 0%;
}

.account-type-selected {
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -11.463%,rgb(125, 91, 222) 99.853%),rgb(182, 157, 255);
}


.outline-black-btn {
	display: inline-block;
	color: rgb(0, 0, 0);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0%;
	box-sizing: border-box;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 8.01px;
	padding: 14px 60px;
	cursor: pointer;
	transition: .4s;
	text-align: center;

}

.outline-black-btn:hover {
	opacity: .7;
	
	
}

.big-purple-btn {
	display: inline-block;
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0%;
	box-sizing: border-box;
	border-radius: 8.01px;
	padding: 14px 60px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.1%, rgb(125, 91, 222) 99.949%);
	transition: .4s;
	text-align: center;

}

.big-purple-btn:hover {
	opacity: .9;
	
	
}

.save-btn-block .big-purple-btn {
	padding: 10px 30px;
	font-size: 14px;
}



.doctext, .doctext a {
	color: rgba(6, 6, 6, 0.5);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0%;
	text-align: center;
	line-height: 1.25;
}

.text-black {
	color: black;
}

.resend-code {
	color: rgba(0, 0, 0, 0.5);
	font-family: MontSemiBold;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0%;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer;
}



.catalog-modal {
	
}

.catalog-modal .modal-dialog { 
	width: 100%;
	max-width: 100%;
	margin: 0px;
	position: relative;
}

.catalog-modal .modal-content { 
	width: 50vw;
	max-width: 300px;
	border: none;
	border-radius: 0;
	height: 100vh;
	background: transparent;
}

.catalog-modal .modal-body { 
	overflow-y: auto;
	padding: 0px;
	max-width: 300px;
	width: 50vw;
}


.catalog-item {
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding-left: 15px;
	
}





@keyframes slideInFromLeft {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}


.catalog-modal .modal-dialog {
  animation: slideInFromLeft 0.2s ease-out forwards;
}

.catalog-premium-item {
	
	font-family: MontBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	transition: .3s;
	
}

.catalog-premium-item:hover {
	opacity: .8;
}


.unstyled-font {
	font-family: MontSemiBold;
}


.modal-body-subcategories {
	height: 100vh;
	position: absolute;
	width: 50vw;
	max-width: 300px;
	left: 300px;
	top: 0px;
	
	border-radius: 9px;

	background: rgb(244, 244, 244);
	
	overflow-y: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 5px;
}




.modal-body-subcategories::-webkit-scrollbar {
	width: 7px;
}
.modal-body-subcategories::-webkit-scrollbar {
	
}
.modal-body-subcategories::-webkit-scrollbar-thumb {
  background-color: #DDDDE0;
  border-radius: 100px;
}

.modal-body-subcategories::-webkit-scrollbar-track {
  background-color: transparent;
}



.modal-body-categories::-webkit-scrollbar {
	width: 7px;
}
.modal-body-categories::-webkit-scrollbar {
	
}
.modal-body-categories::-webkit-scrollbar-thumb {
  background-color: #DDDDE0;
  border-radius: 100px;
}

.modal-body-categories::-webkit-scrollbar-track {
  background-color: transparent;
}



.modal-body-categories {
	max-width: 300px; 
	padding-left: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
	/* padding-right: 5px; */
	height: 100vh;
	overflow-y: auto;
	background: white;
}

.category-selected {
	border-radius: 10px 0px 0px 10px;
	background: rgba(217, 217, 217, 0.3);
}

.subcategory-header {
	color: rgb(24, 24, 24);
	font-family: MontSemiBold;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 15px;
	cursor: pointer;
	
	
}

.catalog-subitem {
	color: rgb(24, 24, 24);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
}

.category-modal-cross {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	display: none;
}

.position-card-col {
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
}
.position-card {
	cursor: pointer;
	transition: .2s;
	background: white;
	border-radius: 18px;
	padding: 4px;
	background: #f7f6f9;
}

.position-card-image {
	height: 360px;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 15px;
	width: 100%;
	position: relative;
	
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	
}

.card-get-btn:hover {
	background: #7c5cff!important;
}

.change-status-ico {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 38px;
	height: 38px;
	background: white;
	border-radius: 100px;
	text-align: center;
	border: 1px solid rgb(226, 226, 226);
}

.pause-ico {
	padding-top: 5px;
	top: 14px;
	right: 14px;
}
.pause-ico img {
	width: 16px;
}



.play-ico {
	padding-top: 5px;
	padding-left: 3px;
	top: 14px;
	right: 55px;
}
.play-ico img {
	width: 16px;
}



.in-archive-ico {
	padding-top: 5px;
	top: 14px;
}
.in-archive-ico img {
	width: 20px;
	right: 14px;
}


.small-disount .disount-ptice, 
.large-disount .disount-ptice {
	color: #5D55B2;
	font-family: MontSemiBold;
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: 0%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.full-discount .disount-ptice {
	color: rgb(253, 142, 39);
	font-family: MontSemiBold;
	font-size: 24px;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 0%;
	text-align: left;
	
}




.discount-percent-btn-styles {
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0%;
	width: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 7px;
}
.small-disount .discount-percent-btn {
	background: linear-gradient(147.88deg, rgb(51, 251, 74) -19.238%,rgb(120, 255, 187) 103.563%);
	color: rgb(0, 0, 0);
}
.large-disount .discount-percent-btn {
	background: linear-gradient(147.88deg, rgb(255, 248, 33) -19.238%,rgb(255, 199, 120) 103.563%);
	color: rgb(0, 0, 0);
}
.full-discount .discount-percent-btn {
	background: linear-gradient(147.88deg, rgb(253, 142, 39) -19.238%,rgb(255, 52, 52) 103.563%),linear-gradient(147.88deg, rgb(164, 39, 253) -19.238%,rgb(247, 86, 248) 42.162%,rgb(253, 6, 167) 103.563%);
	color: white;
	
}


.full-discount .discount-percent-btn img {
	filter: invert(1);
}



.discount-tooltip {
	color: rgba(235, 37, 175, 0.57);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
}





.card-position-name {
	color: rgb(0, 0, 0);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 36px;
	
}

.rate-point-text {
	color: rgb(0, 0, 0);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
}

.rate-text {
	color: rgba(0, 0, 0, 0.3);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration-line: underline;
	cursor: pointer;
}


.small-disount .prod-left, 
.large-disount .prod-left {
	color: rgb(99, 87, 187);
	font-family: MontSemiBold;
	font-size: 9.74px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0%;
	text-align: left;
}

.full-discount .prod-left {
	color: rgb(254, 113, 44);
	font-family: MontSemiBold;
	font-size: 9.74px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 0%;
	text-align: left;
}

.small-disount .left-line-gradient, 
.large-disount .left-line-gradient {
	height: 3px;
	border-radius: 19.35px;
	background: linear-gradient(90.00deg, rgb(255, 255, 255),rgb(101, 87, 189) 64.667%);
	width: 95%;
}


.full-discount .left-line-gradient {
	height: 3px;
	border-radius: 19.35px;
	background: linear-gradient(147.88deg, rgb(255, 255, 255) 20.93%,rgb(255, 52, 52) 99.333%),linear-gradient(90.00deg, rgb(255, 255, 255),rgb(101, 87, 189) 64.667%);
	width: 95%;
}




.small-disount .stock-romb-color, 
.large-disount .stock-romb-color {
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -7.745%, rgb(125, 91, 222) 99.634%);
}


.full-discount .stock-romb-color {
	background: linear-gradient(147.88deg, rgba(253, 142, 39, 0.8) -37.102%, rgba(255, 52, 52, 0.8) 117.074%), linear-gradient(48.74deg, rgba(93, 85, 178, 0.8) -7.745%, rgba(125, 91, 222, 0.8) 99.634%), rgb(255, 136, 85);
}


.stock-romb {
	width: 30px;
	height: 30px;
	border-radius: 6.08px;
	
	position: absolute;
	right: 4px;
	top: -13.5px;
	transform: rotate(45.00deg);
	
}

.stock-left-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.line-gradient-block {
	position: relative;
	width: 38px;
	margin-left: auto;
	margin-right: -7px;
	height: 3px;
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 11.94px;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: 0%;
	text-align: center;
}



.card-get-btn, .edit-pos-btn, .copy-pos-link {
	
	border-radius: 10px;
	background: rgb(238, 235, 250);
	
	color: rgb(91, 51, 255);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1%;
	text-align: center;
	
	padding-top: 16px;
	padding-bottom: 16px;
	transition: .2s;
}

.copy-pos-link {
	height: 100%;
	width: 40px;
	background: rgb(238, 235, 250);
	position: relative;
}

.copy-pos-link img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
}




.footer {
	background: white;
	padding-top: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	
	border-top: 1px solid rgba(23, 9, 83, 0.1);
}

.footer-big-header {
	color: rgb(5, 0, 26);
	font-family: MontSemiBold;
	font-size: 24px;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 1%;
	text-align: left;
	margin-top: 60px;
}

.footer-gray-text {
	color: rgba(6, 0, 31, 0.4);
	font-family: Mont;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: left;
	max-width: 690px;
}

.footer-url {
	color: rgba(6, 0, 31, 0.45);
	font-family: MontSemiBold;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 1%;
	text-align: left;
	cursor: pointer;
	transition: .2s;
}
.footer-url:hover {
	color: rgb(91, 51, 255);
}


.footer a {
	text-decoration: none;
}

.payment-logo {
	padding-right: 6px;
}

.bread-crumbs-item {
	color: rgba(6, 0, 31, 0.45);
	font-family: Mont;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 1%;
	text-align: left;
	cursor: pointer;
	transition: .2s;
}
.bread-crumbs-item:hover {
	color: rgb(91, 51, 255);
	
}
.bread-crumbs-item-active {
	color: rgb(91, 51, 255);
}
.bread-crumbs-item-separator {
	padding-left: 0px;
	padding-right: 0px;
}

.bread-crumbs-item-separator {
	cursor: auto; 
	
	color: rgb(5, 0, 26);
	opacity: 0.3;
	font-family: MontSemiBold;
	font-size: 16px;
	line-height: 1;
	margin-top: -1px;
	
}


.page-header {
	color: rgb(0, 0, 0);
	font-family: MontSemiBold;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}

.page-subheader {
	color: rgba(0, 0, 0, 0.5);
	font-family: Mont;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
}


.load-more-btn {
	display: inline-block;
	border-radius: 7.96px;
    background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.1%, rgb(125, 91, 222) 99.949%);
    color: rgb(255, 255, 255);
    font-family: Mont;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    padding: 15px 40px 15px 40px;
    cursor: pointer;
    transition: .4s;
}


.footer ~ body {
	background-color: black;
}


.user-settings-avatar {
	padding-top: 100%;
	width: 20vw;
	max-width: 200px;
	min-width: 80px;
	
	position: relative;
	
	border-radius: 100px;
	background-size: cover!important;
	background-position: center!important;
}

#file-loader-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: MontSemiBold;
	
}

.profile-settings-modal-body {
	padding: 40px 0px!important;
}
.profile-edit-padding {
	padding-left: 60px;
	padding-right: 60px;
}

.user-settings-name {
	color: rgb(12, 12, 12);
	font-family: MontSemiBold;
	font-size: clamp(20px, 2vw, 31px);
	font-weight: 400;
	line-height: clamp(28px, 2.7vw, 45px);
	letter-spacing: 0%;
	text-align: left;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	
}

.user-settings-reg-date {
	font-family: Mont;
	font-size: clamp(12px, 1.2vw, 15px);
	font-weight: 400;
	line-height: clamp(18px, 1.7vw, 20px);
	letter-spacing: 0%;
	text-align: left;
}

.user-settings-edit-profile-btn {
	font-family: Mont;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	line-height: clamp(20px, 2vw, 30px);
	letter-spacing: 0%;
	text-align: left;
	color: #615BFF;
	transition: .4s;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}

.a-unstyled {
	all: unset;
	text-decoration: none;
	color: inherit;
}
.a-unstyled:hover {
	all: unset;
	text-decoration: none;
	color: inherit;
}

.big-input-label {
	color: rgb(51, 47, 47);
	font-family: MontSemiBold;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 400;
	line-height: clamp(40px, 5vw, 50px);
	letter-spacing: 0%;
	text-align: left;
	
}

.gray-hr-4px {
	background: rgba(217, 217, 217, 0.2);
	width: 100%;
	height: 4px;
}
.gray-hr-2px {
	background: rgba(217, 217, 217, 0.2);
	width: 100%;
	height: 2px;
}

.edit-profile-submenu {
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	transition: .3s;
}
.edit-profile-submenu:hover {
	opacity: .8;
}

.phone-ico {
	width: 100%;
	max-width: clamp(45px, 5vw, 55px);
}

.edit-profile-submenu .header {
	color: rgb(51, 51, 51);
	font-family: MontSemiBold;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
}
.edit-profile-submenu .text {
	color: rgb(51, 51, 51);
	font-family: Mont;
	font-size: clamp(12px, 2vw, 14px);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	
}

.bottom-edit-profile-btn {
	font-family: MontSemiBold;
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
}

.bottom-edit-profile-btn img {
	 width: clamp(19px, 4vw, 23px);
	 
}

.review-block {
	border-radius: 20px;
	background: rgb(247, 246, 249);
	padding: 26px 24px 32px 24px;
	height: 100%;
	
}

.review-avatar {
	width: 54px;
	height: 54px;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 100px;
}

.review-stars img {
	width: 15px;
	height: 15px;
}
.review-stars {
	line-height: 0;
}

.review-time-label {
	color: rgba(6, 0, 31, 0.4);
	font-family: Mont;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: left;
	
}

.one-line-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
	word-break: break-all;
}
.two-line-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.three-line-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.four-line-text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.five-line-text {
	display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.twelve-line-text {
	display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 12;
}

.text-muted {
	color: rgba(18, 21, 38, 0.5)!important;
	font-family: Mont;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0%;
	text-align: left;
}

.big-liliac-btn {
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: clamp(14px, 2vw, 19px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0%;
	text-align: center;
	display: inline-block;
	border-radius: 12px;
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.376%,rgb(125, 91, 222) 99.965%);
	/* width: clamp(230px, 5vw, 280px); */
	padding: 19px 40px;
	cursor: pointer;
	transition: .2s;
	display: inline-block;
	white-space: nowrap;
	
}

.big-liliac-btn:hover {
	opacity: .8;
}

.custom-scroll {
	overflow: auto;
}

.custom-scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.custom-scroll::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

.custom-scroll::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}


.seller-card-panel .dropdown-item {
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 6px;
}
.seller-card-panel .dropdown-item:active {
	background: #e9ecef;!important;
}
.seller-card-panel .label {
	color: rgb(46, 46, 46);
	font-family: Mont;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
	padding-top: 4px;
}

.seller-card-panel .dropdown-menu {
	border-radius: 10px;
	background: rgb(244, 244, 244);
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	margin-top: 10px;
}

.swal2-title {
	font-family: MontSemiBold;
	font-weight: 400;
	font-size: 25px;
	
}

.swal2-html-container {
	font-family: Mont;
	font-weight: 400;
	font-size: 16px;
}

.swal2-styled {
	padding-left: 30px;
	padding-right: 30px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.368%, rgb(125, 91, 222) 99.965%), rgb(18, 21, 38)!important;
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
	border-radius: 15px!important;
	font-family: MontSemiBold!important;
	padding: 15px 50px!important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
	box-shadow: none!important;
}

.green-btn {
	color: rgb(255, 255, 255);
	background: linear-gradient(50.08deg, rgb(108, 238, 144) -11.673%,rgb(74, 191, 106) 136.999%),linear-gradient(48.74deg, rgb(93, 85, 178) -11.587%,rgb(125, 91, 222) 99.86%);
}
.red-btn {
	color: rgb(255, 255, 255);
	background: linear-gradient(48.74deg, rgb(236, 86, 70) -12.102%,rgb(247, 65, 45) 99.89%),rgb(18, 21, 38);
}
.gray-btn {
	color: rgb(157, 157, 157);
	background: rgb(216, 216, 216);
}
.violet-btn {
	color: rgb(255, 255, 255); 
	background: rgb(94, 85, 178);
}
.yellow-btn {
	color: rgb(0, 0, 0);
	background: linear-gradient(147.88deg, rgb(255, 248, 33) -24.15%,rgb(255, 199, 120) 107.278%),linear-gradient(48.74deg, rgb(93, 85, 178) -11.587%,rgb(125, 91, 222) 99.86%),rgb(241, 245, 249);
}

.sample-btn {
	position: relative;
	width: 100%;
	height: 45px;
	border-radius: 14px;
	cursor: pointer;
	transition: .4s;
	
}
.sample-btn:hover {
	opacity: .9;
}
.sample-btn-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0%;
	text-align: center;
	width: 100%;
	
}



.upload-screenshot-cross {
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
}



.form-check-input {
	cursor: pointer;
}

.form-check-input:checked {
    background-color: white!important;
    border-color: #7D5BDE;
}

.form-check-input:focus {
    outline: none!important;
	box-shadow: none!important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8.5' height='8.5' viewBox='0 0 8.5 8.5'%3e%3ccircle cx='4.25' cy='4.25' r='2' fill='rgb(125,91,222)'/%3e%3c/svg%3e");
	box-sizing: border-box;
	border: 1.07px solid rgb(125, 91, 222);
	display: inline-block;
	background-size: cover;
	background-position: center;
}

.form-check-input[type=radio] {
	appearance: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgb(217, 217, 217);
	border: none;
	outline: none;
}

.form-check .form-check-label {
	color: rgb(0, 0, 0);
	font-family: Mont;
	font-size: 17.5px;
	font-weight: 400;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
}

.form-check {
	cursor: pointer;
}

.comment-header {
	
	color: rgb(6, 0, 31);
	font-family: MontBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	
}

.comment-input {
	border-radius: 9px;
	background: rgb(248, 248, 248);
	width: 100%;
	
	padding: 13px 5px 13px 18px;
	
	color: rgb(6, 0, 31);
	font-family: MontSemiBold;
	font-size: clamp(12px, 2vw, 16px);
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	
	
	border: none;
	outline: none;
}



.watch-screenshot-header {
	color: rgb(27, 27, 27);
	font-family: MontSemiBold;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0%;
	text-align: left;
}



.confirmation-screenshots-btn {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	
	display: inline-block;
	border-radius: 10px;
	background: rgb(102, 87, 190);
	
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0%;
	text-align: center;
	cursor: pointer;
	transition: .2s;
	
}
.confirmation-screenshots-btn:hover {
	opacity: .9;
}

.screen-preview {
	width: 100%;
	padding-top: 133.33%;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 14px;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
}


.prod-subbtn {
	box-sizing: border-box;
	border: 0.98px solid rgb(0, 0, 0);
	border-radius: 881px;
	color: rgb(34, 34, 34);
	font-family: MontSemiBold;
	font-size: clamp(10px, 2vw, 12px);
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0%; 
	text-align: left;
	padding: 10px 16px 9px 16px;
	cursor: pointer;
	transition: .2s;
	position: relative;
}

.prod-subbtn-dot {
	position: absolute;
	top: -7px;
	right: 5px;
	width: 14px;
	height: 14px;
	background: rgb(255, 86, 86);
	border-radius: 100px;
}

.prod-subbtn:hover {
	opacity: .9;
}


.customer-city-input {
	border-radius: 7.08px;
	background: rgb(248, 248, 248);
	outline: none;
	border: none;
	padding: clamp(10px, 3vw, 15px) clamp(15px, 3vw, 20px);
	
	color: rgb(125, 91, 222);
	font-family: Mont;
	font-size: clamp(13px, 3vw, 16px);
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	width: 100%;
}


.deal-task-block {
	padding: 0px 9px;
	box-sizing: border-box;
	border: 0.93px solid rgba(0, 0, 0, 0.1);
	border-radius: 13.99px;
	
}


.deal-sample-text {
	color: rgb(7, 7, 7);
	font-family: Mont;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	width: 100%;
	border: none;
	outline: none;
	padding: 0px;
	
}


.block-header {
	
}




.report-btn-align {
	text-align: end !important;
}





.report-ico {
	width: clamp(60px, 5vw, 71px);
}
.report-header {
	color: rgb(17, 16, 16);
	font-family: MontSemiBold;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: left;
	
}
.report-btn {
	border-radius: 9px;
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -11.463%,rgb(125, 91, 222) 99.853%),rgb(182, 157, 255);
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: center;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	transition: .2s;
}
.report-btn:hover {
	opacity: .9;
}


#main-logo {
	margin-top: -10px;
}



.review-user-avatar-image {
	width: clamp(80px, 10vw, 138px);
	height: clamp(80px, 10vw, 138px);
	background-position: center!important;
	background-size: cover!important;
	border-radius: 100px;
}


.star-selection {
	cursor: pointer;
	width: 31px;
}

.photo-review-area {
	background: rgb(248, 248, 248);
	border-radius: 9px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	height: 120px;
	cursor: pointer;
}
.photo-preview-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.review-image-preview, .report-image-preview {
	width: 80px;
	text-align: center;
}

.review-image-text {
	font-family: Mont;
	font-size: clamp(12px, 2vw, 14px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: left;
}

.send-review-btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 58px;
	border-radius: 9.68px;
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -13.425%,rgb(125, 91, 222) 99.968%),rgb(18, 21, 38);
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
}
.send-review-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.review-disclaimer {
	color: rgb(107, 95, 95);
	font-family: Mont;
	font-size: clamp(11px, 2vw, 14px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
}

.review-loaded-image, .message-loaded-image {
	width: 100%;
	padding-top: 120%;
	border-radius: 9px;
	background-position: center!important;
	background-size: cover!important;
	position: relative;
}


.review-loader, .message-loader, .report-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	color: rgb(255, 255, 255);
    font-family: MontSemiBold;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: left;
    border-radius: 9.81px;
    background: rgba(173, 172, 174, 0.5);
    padding: 6px 10px;
	display: none;
}



.review-remove-btn {
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 100px;
	cursor: pointer;
    width: 28px;
    height: 28px;
    background: rgb(246, 92, 92);
	padding-top: 1px;
	z-index: 10;
	
}
.review-remove-btn img {
	filter: invert(1);
    width: 15px;
}

.deal-sample-text-light {
	font-family: Mont;
}
.back-arrow {
	width: 46px;
	height: 46px;
	background: rgb(19, 18, 18);
	text-align: center;
	color: white;
	border-radius: 100px;
	font-size: 25px;
	cursor: pointer;
	position: relative;
}

.text-right {
	text-align: right!important;
}

.notification-area {
	margin-top: 20px!important;
	padding: 50px;
	border: none;
	box-shadow: 2px 4px 16.5px -4px rgba(0, 0, 0, 0.25);
	min-width: 700px;
	margin-right: -30px!important;
	
	
	position: absolute!important; 
	inset: 0px 0px auto auto!important; 
	transform: translate(0px, 26px)!important;
	
}

.notifivation-header {
	color: rgb(17, 16, 16);
	font-family: MontSemiBold;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
}

.cog-ico {
	cursor: pointer;
	width: clamp(25px, 5vw, 30px);
}

.cursor-pointer {
	cursor: pointer!important;
}

.notification-category-pointer {
   color: rgba(2, 2, 2, 0.5);
	font-family: MontSemiBold;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
	text-align: left;
}

.notification-counter {
	display: inline-block;
	background: rgb(125, 91, 222);
	
	width: 20px;
	height: 20px;
	
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 100px;
}

.counter-align {
	margin-top: -5px;
}

.notification-category-pointer.active {
	color: rgb(91, 51, 255);
	font-family: MontBold;
}


.notification-hr {
	height: 2px;
	background: rgb(217, 217, 217);
}

.notification-image {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: cover!important;
	background-position: center!important;
	margin-top: 7px;
	
}

.notification-header {
	color: rgb(2, 2, 2);
	font-family: Mont;
	font-size: clamp(12px, 3vw, 15px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
}

.notification-subheader {
	color: rgba(2, 2, 2, 0.5);
	font-family: Mont;
	font-size: clamp(10px, 3vw, 12px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0%;
	text-align: left;
}

.notification-detail-area {
	/* margin-top: -7px; */
}

.notification-cross {
	cursor: pointer;
}

.notification-list {
	min-height: 200px;
	max-height: 400px;
	overflow-x: hidden;
	padding-right: 10px;
}

.notification-load-new {
	display: inline-block;
	color: rgb(91, 51, 255);
	cursor: pointer;
	text-decoration: underline;
	/* margin-top: 10px; */
	font-size: clamp(14px, 2vw, 16px);
}

.notification-category {
	margin-top: 5px;
	margin-bottom: 5px;
}

.notification-setting-row {
	background: rgb(242, 241, 241);
	border-radius: 10px;
	padding: 18px 25px;
}

.telegram-header {
	color: rgb(17, 16, 16);
	font-family: MontSemiBold;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px;
}

.telegram-username {
	color: rgba(17, 16, 16, 0.5);
	font-family: Mont;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	text-align: left;
}

.telegram-change {
	color: rgb(38, 150, 215);
	font-family: Mont;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

 
.tg-connector-style {
	position: relative;
	height: clamp(30px, 4vw, 35px);
	width: clamp(50px, 7vw, 60px);
	border-radius: 90px;
	transition: .4s;
	cursor: pointer;
}
.tg-connector-style.on {
	background: rgb(38, 150, 215);
	
}
.tg-connector-style.off {
	background: rgb(220, 220, 220);
	
}

.tg-connector-style .dot {
	width: clamp(24px, 3.2vw, 29px);
	height: clamp(24px, 3.2vw, 29px);
	border-radius: 100px;
	background: white;
	position: absolute;
	top: 3px;
	transition: .4s;
}

.tg-connector-style.on .dot {
	right: 3px;
}

.tg-connector-style.off .dot {
	left: 3px;
}

.notiifcation-collapse-header {
	color: rgba(2, 2, 2, 0.5);
	font-family: Mont;
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0%;
	text-align: left;
}

.tg-notification-collapse-ico {
	/* display: inline-block; */
	width: clamp(30px, 4vw, 50px);
	height: clamp(30px, 4vw, 50px);
	background: rgb(242, 244, 247);
	border-radius: 100px;
	text-align: center;
	position: relative;
	
}
.tg-notification-collapse-ico img {
	width: clamp(12px, 1vw, 15px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#tg-notification-arrow {
    transition: transform 0.3s;
	
}

.notification-config-header {
	color: rgb(2, 2, 2);
	font-family: MontSemiBold;
	font-size: clamp(20px, 3vw, 22px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: left;
}

.notification-config-group-header {
	font-family: MontSemiBold!important;
	
}

.notification-config-group-text {
	font-family: Mont;
	font-size: clamp(13px, 3vw, 15px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0%;
	text-align: left;
}


.main-deal-btn-relative {
	position: relative;
	display: inline-block;
}

.dropdown-item {
	cursor: pointer;
}

.notification-detail-area b {
	font-family: MontBold;
	font-weight: normal;
}

.telegram-main-ico {
	width: clamp(45px, 4vw, 60px);
}

.tooltip {
    /* opacity: 1 !important; */
	font-size: 12px;
	line-height: 1.2;
	
}

.tooltip-inner {
	background: linear-gradient(48.74deg, rgb(93, 85, 178) -11.225%, rgb(125, 91, 222) 99.839%), rgb(157, 130, 246);
}


.tooltip-ico {
	
}

.footer-btn {
	border-radius: 6.42px;
	background: rgb(255, 255, 255);
	color: rgb(116, 89, 210);
	font-family: MontSemiBold;
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0%;
	text-align: left;
	padding: 11px 15px 10px 15px;
	/* display: inline-block; */
	width: 100%;
	max-width: 210px;
}

.contact-footer-ico {
	height: clamp(18px, 5vw, 20px);
}


.adaptive-top-50-20, .adaptive-top-50-30, .adaptive-bottom-50-10 {
	margin-top: 50px;
}
.adaptive-top-25-10 {
	margin-top: 25px;
	
}



.adaptive-top-40-0, .adaptive-top-40-20 {
	margin-top: 40px;
	
}
.adaptive-top-20-10 {
	margin-top: 20px;
	
}
.adaptive-top-50-10 {
	margin-top: 50px;
	
}
.adaptive-top-0-10 {
	margin-top: 0px;
}
.adaptive-top-30-20 {
	margin-top: 30px;
}

.adaptive-bottom-10-0 {
	margin-bottom: 10px;
	
}

.auth-icon {
	width: 106px;
}



.license-text {
	display: inline-block; 
	width: 100%; 
	max-width: 400px;
}

.footer-disclaimer-text {
	opacity: .2; 
	max-width: 600px;
}

.adaptive-top-5-0 {
	margin-top: 5px;
}
.adaptive-top-5-2 {
	margin-top: 2px;
}
.adaptive-top-6-0 {
	margin-top: 6px;
}
.adaptive-top-7-0 {
	margin-top: 7px;
}
.adaptive-top-0-30, .adaptive-top-0-20 {
	margin-top: 0px;
}







.adaptive-padding-top-30-20 {
	padding-top: 30px;
}

.adaptive-top-20-0 {
	padding-top: 20px;
}
.adaptive-bottom-0-10 {
	padding-bottom: 0px;
}
.adaptive-top-10-20 {
	padding-top: 10px;
}



.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #6B58C4;
}




.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #6B58C4;
}


.margin-right-14 {
	margin-right: 14px;
}

.font-semi-bold {
	font-family: MontSemiBold;
}
.font-bold {
	font-family: MontBold;
}

.positions-card-block {
	padding-left: 7px;
	padding-right: 7px;
}

.position-card-info-block {
	padding: 0px 12px;
}


.position-card-info-block .price {
	color: rgb(6, 0, 31);
	font-family: MontBold;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2%;
	text-align: left;
	margin-right: 10px;
}
.position-card-info-block .wb-price {
	color: rgba(6, 0, 31, 0.3);
	font-family: MontSemiBold;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -2%;
	text-align: center;
	margin-top: 3px;
	position: relative;
	margin-right: 10px;
	
	
}
.position-card-info-block .wb-price::after {
	border-radius: 100px;
	height: 1.5px;
	background-color: #7C5CFF;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	transform: translateY(-48%);
	
}

.position-card-info-block .discount-badge {
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1%;
	text-align: left;
	
	padding: 7px;
	border-radius: 8px;
	background: rgb(6, 198, 118);
}

.position-card.full-discount .discount-badge {
	background: rgb(243, 22, 89);
	
}

.position-card-info-block .position-name {
	height: 34px;
	color: rgba(6, 0, 31, 0.7);
	font-family: Mont;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -1%;
	text-align: left;
}
.position-card-info-block .stock-count {
	color: rgba(6, 0, 31, 0.4);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: left;
	margin-left: auto;
}
.position-card-info-block .stock-count .count {
	
	font-size: 16px;
	
}

.position-card-info-block .rating-star {
	
	margin-right: 6px;
	
}
.position-card-info-block .rating-star img {
	
	display: block;
	
}

.position-card-info-block .rating-rate {
	
	color: rgba(6, 0, 31, 0.7);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -1%;
	text-align: left;
	margin-right: 6px;
	
}

.position-card-info-block .rating-interput {
	line-height: 0;
	color: rgba(6, 0, 31, 0.3);
	margin-right: 6px;
	max-height: 2px;
	
}
.position-card-info-block .rating-review-count {
	color: rgba(6, 0, 31, 0.4);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: left;
	margin-top: 1px;
	
}

.get-product-block {
	padding: 0px 6px 6px 6px;
}

.main-header {
	color: rgb(6, 0, 31);
	font-family: MontBold;
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}

.show-all-btn .lbl {
	color: rgba(6, 0, 31, 0.4);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
}
.show-all-btn .image img {
	margin-top: -3px;
}


.position-card-col {
	margin-top: 14px!important;
}

.low-stock-count {
	color: rgb(243, 22, 89);
}

.position-info-block {
	margin-top: 10px;
}

.open-card-btn-margin {
	margin-top: 12px;
}

.fixed-header-background-pc {
	background: white;
	min-height: 70px;
	border: 0.5px solid rgba(23, 9, 83, 0.1);
	border-top: none;
	border-radius: 0px 0px 18px 18px;
	background: rgb(255, 255, 255);
	padding: 6px 12px;
	
}
.fixed-header-background-mobile {
	background: white;
	border: 0.5px solid rgba(23, 9, 83, 0.1);
	border-top: none;
	border-radius: 0px 0px 18px 18px;
	background: rgb(255, 255, 255);
	padding: 11px 14px;
	
}
.fixed-header {
	position: sticky;
	z-index: 7;
	top: 0px;
	margin-bottom: 20px;
	transition: transform 0.1s ease-out;
}

.category-btn-pc {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: rgb(238, 235, 250);
	position: relative;
	cursor: pointer;
	transition: .2s;
}

.category-btn-pc .burger-icon {
	width: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.category-btn-pc .burger-icon path {
	transition: .3s;
	
}


.category-btn-pc:hover {
	background: rgb(91, 51, 255);
}
.category-btn-pc:hover .burger-icon path  {
	stroke: white;
	
}

.category-btn-mobile {
	width: 43px;
	height: 43px;
	border-radius: 10px;
	background: rgb(238, 235, 250);
	position: relative;
	cursor: pointer;
	transition: .2s;
}

.category-btn-mobile .burger-icon {
	width: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.category-btn-mobile .burger-icon path {
	transition: .3s;
	
}


.category-btn-mobile:hover {
	background: rgb(91, 51, 255);
}
.category-btn-mobile:hover .burger-icon path  {
	stroke: white;
	
}

.main-logo {
	max-width: 175px;
	cursor: pointer;
}

.search-block {
	min-width: 160px;
	height: 46px;
	border-radius: 10px;
	background: rgb(91, 51, 255);
	padding: 2px;
	position: relative;
	z-index: 2;
}

.search-query {
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background: rgb(255, 255, 255);
	outline: none;
	border: none;
	height: 42px;
	width: 100%;
	
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0%;
	text-align: left;
	color: rgb(6, 0, 31);
	box-sizing: border-box;
	padding: 11px 45px 11px 16px;
	
}


.search-query::placeholder {
	color: rgba(6, 0, 31, 0.4);
}


.search-btn {
	height: 100%;
	width: 80px;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
}



.search-btn .search-ico {
	transition: .2s;
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 16px;
	height: 16px;
	
	
	transform: translate(-50%, -50%);
}




.search-btn:hover {
	background: rgb(124, 92, 255);
}
.search-btn:hover .search-ico {
	transform: translate(-50%, -50%) scale(1.1);
	transform-origin: center center;
	
}

.no-avatar-block:hover {
	
	background: rgba(23, 9, 83, 0.1);
	
}
.no-avatar-block:hover .user-profile-set {
	opacity: 1;
	
}
.no-avatar-block:hover #no-avatar-image {
	
	background: rgba(23, 9, 83, 0.1);
	
}

.no-avatar-image {
	position: relative;
	width: 43px;
	height: 43px;
}
.user-main-avatar {
	width: 43px;
	height: 43px;
	border-radius: 100px;
	background-size: cover!important;
	background-position: center!important;
}

#no-avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
}

#no-avatar-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}


.no-avatar-block:hover #no-avatar-hover {
	
	z-index: 1;
	opacity: 1;
	
}

.search-with-history-block {
	position: relative;
}
.search-history-block {
	position: absolute;
	top: -6px;
	left: -6px;
	width: calc(100% + 12px);
	background: white;
	z-index: 1;
	
	border-radius: 14px;
	box-shadow: 0px 14px 26px 0px rgba(12, 0, 61, 0.08);
	padding: 72px 6px 24px 6px;
}


.history-item {
	padding: 13px 40px 13px 18px;
	border-radius: 10px;
	background: rgb(255, 255, 255);
	cursor: pointer;
	transition: .2s;
	
	color: rgb(6, 0, 31);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	
	position: relative;
	
}
.history-item .remove-item {
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	transition: .2s;
	
}

.history-item:hover {
	background: #f7f6f9;
}



.remove-block {
	position: relative;
	width: 15px;
	height: 15px;
}

.remove-cross-hover {
	opacity: 0;
}

.remove-block {
	opacity: 0;
}


.history-item:hover .remove-block {
	opacity: 1;
}

.remove-cross, .remove-cross-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .2s;
}


.history-item .remove-block:hover .remove-cross {
	opacity: 0;
}

.history-item .remove-block:hover .remove-cross-hover {
	opacity: 1;
}

.history-header {
	padding: 0px 18px;
}

.history-search-header {
	color: rgb(6, 0, 31);
	font-family: MontBold;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0%;
	text-align: left;
}

.history-search-remove-all {
	color: rgb(91, 51, 255);
	font-family: MontSemiBold;
	font-size: 15px;
	font-weight: 600;
	line-height: 172%;
	letter-spacing: 0%;
	text-align: left;
	cursor: pointer;
	transition: .2s;
}
.history-search-remove-all:hover {
	opacity: .8;
}

.search-history-hr {
	height: 1px;
	background: rgba(23, 9, 83, 0.1);
}

.menu-icon-description {
	color: rgba(6, 0, 31, 0.4);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	transition: .1s;
}

.distribute-btn {
	border-radius: 10px;
	background: rgb(91, 51, 255);
	
	width: 114px;
	height: 48px;
	position: relative;
	
	cursor: pointer;
	transition: .2s;
}

.distribute-btn .distribute-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1%;
	text-align: center;
	
}




.distribute-btn:hover {
	opacity: .9;
	
	
}

.user-profile-set {
	opacity: .7;
	transition: .2s;
}


.clear-search-row {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 4;
	transition: .1s;
	cursor: pointer;
}

.icon-hover-animation:hover .menu-icon-description {
	color: rgb(91, 51, 255);
}


.icon-hover-animation svg path {
	transition: .1s;
}

.icon-hover-animation:hover svg path {
	fill: rgb(91, 51, 255);
	    fill-opacity: 1;
}


.dropdown-user-block {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%);
}

.dropdown-user-block-styled {
	padding: 6px;
	width: 308px;
	border-radius: 14px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 4px 26px 0px rgba(12, 0, 61, 0.14);
	
}




.dropdown-user-block-styled::before {
	content: "";
	position: absolute;
	top: 2px; /* Поднимаем треугольник над блоком */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white; /* Цвет должен совпадать с фоном блока */
}

.user-profile-dropdown-item {
	position: relative;
	border-radius: 10px;
	background: rgb(255, 255, 255);
	transition: .2s;
	cursor: pointer;
}


.user-profile-dropdown-item .text {
	color: rgb(6, 0, 31);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	
	padding: 13px 18px;
}

.hover-ico {
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	transition: .2s;
}


.user-profile-dropdown-item:hover {
	border-radius: 10px;
	background: rgb(247, 246, 249);
}

.user-profile-dropdown-item:hover .hover-ico {
	opacity: 1;
}

.dropdown-user-balance {
	padding: 13px 18px;
}

.dropdown-user-balance .header {
	color: rgba(6, 0, 31, 0.4);
	font-family: MontSemiBold;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
}

.dropdown-user-balance .balance {
	color: rgb(6, 0, 31);
	font-family: MontSemiBold;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
}

.user-dropdown-notification-badge {
	border: 2px solid rgb(255, 255, 255);
	border-radius: 99px;
	background: rgb(243, 22, 89);
	color: rgb(255, 255, 255);
	font-family: MontBold;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -1%;
	text-align: center;
	min-width: 17.2px;
	padding: 0px 4px;
	margin-top: -2px;
}

.search-row-block-mobile {
	position: relative;
}

.search-row-block-mobile .search-row-mobile {
	width: 100%;
	outline: none;
	box-sizing: border-box;
	border: 0.5px solid rgba(23, 9, 83, 0.1);
	border-radius: 10px;
	background: rgba(16, 6, 55, 0.04);
	
	color: black;
	font-family: Mont;
	font-size: 15px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0px;
	text-align: left;
	height: 43px;
	padding: 10.5px 10px 9.5px 36px;
}
.search-row-block-mobile .search-row-mobile::placeholder {
	color: rgba(6, 0, 31, 0.3);
}

.search-mobile-ico {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.footer-hr {
	height: 1px;
	background: rgba(23, 9, 83, 0.1);
}

.footer-tg-block {
	position: relative;
	height: 180px;
	
}

.footer-tg-background {
	background: url(/imgs/footer-background.svg);
	background-size: cover;
	background-position: top right;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: .2s;
	opacity: 1;
	border-radius: 26px 0px 26px 26px;
	
}
.footer-tg-background-hover {
	background: url(/imgs/footer-background-hover.svg);
	background-size: cover;
	background-position: top right;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	transition: .2s;
	border-radius: 26px 0px 26px 26px;
	
}

.footer-link-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	background: rgba(16, 6, 55, 0.04);
	transition: .1s;
}



.footer-link-icon .footer-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 12px;
	max-height: 12px;
}

.footer-link-icon .footer-arrow-parent {
	transform: rotate(-45deg);
	transition: .1s;
}



@media (min-width: 992px) {
	.footer-tg-block:hover .footer-link-icon {
		
		width: 44px;
		height: 44px; 
		background: #e7e6ed;
	}

	.footer-tg-block:hover {
		cursor: pointer;
	}

	.footer-tg-block:hover .footer-tg-background {
		opacity: 0;
	}
	.footer-tg-block:hover .footer-arrow-parent {
		transform: rotate(0deg);
	}
	.footer-tg-block:hover .footer-arrow-parent path {
		stroke: rgb(91, 51, 255);
		
	}
	.footer-tg-block:hover .footer-link-title-circle-ico {
		background: url(/imgs/telegram-icon-hover.svg);
		
	}
}

.footer-link-title {
	z-index: 3;
	position: absolute;
	left: 36px;
	bottom: 40px;
}

.footer-link-title-circle-ico {
	width: 33px;
	height: 33px;
	border-radius: 100px;
	background: url(/imgs/telegram-icon.svg);
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
	transition: .2s;
	
}
.footer-link-title .text {
	color: rgb(5, 0, 26);
	font-family: MontSemiBold;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1%;
	text-align: left;
}

.info-block {
	padding-right: 40px;
}

.dop-block {
	padding-left: 40px;
}

#footer-plug-1 {
	display: block;
}
#footer-plug-2 {
	display: none;
}

.footer-tg-links {
	margin-bottom: 60px;
}

.tabbar-ico {
	height: 25px;
	position: relative;
}



.mobile-menu-text {
	color: rgba(6, 0, 31, 0.3);
	font-family: MontSemiBold;
	font-size: 11px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 3px;
}

.tabbar-active .tabbar-ico svg path {
	fill: rgb(91, 51, 255);
	fill-opacity: 1;
}
.tabbar-active .tabbar-ico.home svg #Vector1 {
	fill: #5B33FF;
}
.tabbar-active .tabbar-ico.home svg #Vector2 {
	fill: #5B33FF;
}
.tabbar-active .tabbar-ico.home svg #Vector3 {
	fill: #5B33FF;
}
.tabbar-active .tabbar-ico.home svg #Vector4 {
	fill: #06C676;
}
.tabbar-active .mobile-menu-text {
	color: rgb(91, 51, 255);
}



.dropdown-notification-block {
	position: absolute;
	top: 100%;
	right: 0px;
}

.dropdown-notification-block-styled {
	padding: 50px;
	width: 700px;
	border-radius: 14px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 4px 26px 0px rgba(12, 0, 61, 0.14);
	
}
.dropdown-notification-block-styled::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 70px;
	/* transform: translateX(-50%); */
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
}


.name-purchased-item {
	color: rgb(91, 51, 255);
	font-family: Mont;
	font-size: 15px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	transition: .2s;
	text-decoration: none;
}

.name-purchased-item:hover {
	color: rgb(91, 51, 255);
	opacity: .9;
}


.banner-block-1 {
	
}
.banner-block-2 {
	
}

.banner-obj {
	position: relative;
	width: 100%;
}

.banner-obj::before,
.banner-obj::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  pointer-events: none; 
  transition: .1s;
	border-radius: 26px 0px 26px 26px;
}

.banner-obj::before {
	mask: url('/imgs/shape-mask.svg') top right/cover no-repeat;
	-webkit-mask: url('/imgs/shape-mask.svg') top right/cover no-repeat;
	z-index: 1;
	background: url('/imgs/banner-background-1.webp') center/cover;
}

.banner-block-1 .banner-obj::before, .banner-block-1 .banner-obj::after {
	background: url('/imgs/banner-background-1.webp') center/cover;
}
.banner-block-2 .banner-obj::before, .banner-block-2 .banner-obj::after {
	background: url('/imgs/banner-background-2.webp') center/cover;
}

.banner-block-1 .banner-obj::before {
	background: url('/imgs/banner-background-1.webp') center/cover;
}
.banner-block-2 .banner-obj::before {
	background: url('/imgs/banner-background-2.webp') center/cover;
}


@media (min-width: 1100px) {

	/* Маска при наведении */
	.banner-obj::after {
	  mask: url('/imgs/shape-mask-hover.svg') top right/cover no-repeat;
	  -webkit-mask: url('/imgs/shape-mask-hover.svg') top right/cover no-repeat;
	  z-index: 2;
	}

	.banner-obj:hover::before {
	  opacity: 0;
	}

	.banner-obj:hover::after {
	  
	}

	.banner {
		height: 240px;
		position: relative;
		z-index: 3;
		width: 100%;
	}


	.banner-obj:hover .open-banner-link-btn {
		
		width: 44px;
		height: 44px;
		background: #7c5cff;
		
	}
	
	
	.banner-obj:hover .banner-arrow img {
		transform: rotate(0deg);
	}

	
	.banner-obj:hover .banner-image img {
		transform: scale(1.1);
	}

}


.banner-obj .banner-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 15px;
	height: 15px;
}
.banner-obj .banner-arrow img {
	width: 100%;
	transform: rotate(-45deg);
	display: block;
	transition: .1s;
}




.open-banner-link-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	
	border-radius: 999px;
	background: rgb(91, 51, 255);
	z-index: 1;
	transition: .1s;
	
}

.banner-header {
	color: rgb(255, 255, 255);
	font-family: MontBold;
	font-size: 48px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: left;
}

.text-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 46px;
	z-index: 3;
}

.banner-text {
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 19px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: left;
}

.banner-image-1 {
	position: absolute;
	top: 50%;
	right: 65px;
	transform: translateY(-50%);
	z-index: 3;
}

.banner-image-1 img {
	max-height: 184px;
	transition: .1s;
}


.banner-image-2 {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 3;
}

.banner-image-2 img {
	max-height: 184px;
	transition: .1s;
}

.banner-text-margin {
	margin-top: 8px;
}

.banner-separator {
	margin-top: -4px;
}
.banner-separator img {
	display: block;
}

.banner-header-margin {
	margin-top: 18px;
	width: 100%;
}

.search-mobile-button {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 37px;
	padding: 0px 12px 0px 12px;
	
	border-radius: 7.5px;
	background: rgb(91, 51, 255);
	
	color: rgb(255, 255, 255);
	font-family: MontSemiBold;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	
}







@media (min-width: 768px) {

	.position-card:hover .card-get-btn, .edit-pos-btn, .copy-pos-link {
		color: white;
		background: #5b33ff;
	}
}









































@media (max-width: 1400px) {
	
	.banner-image-1, .banner-image-2 {
		display: none;
	}
	
}



@media (max-width: 1100px) {
	
	.banner-header {
		font-size: 20px;
	}
	.banner-text {
		font-size: 13px;
	}
	.banner {
		border-radius: 18px 0px 18px 18px;
		height: 137px;
	}
	.banner-header-margin {
		margin-top: 10px;
	}
	.banner-separator img {
		max-width: 13px;
	}
	.banner-text-margin {
		margin-top: 5px;
	}
	.text-block {
		left: 24px;
	}

	.banner-arrow {
		width: 11px;
		height: 11px;
	}
	/* Исходная маска */
	.banner-obj::before {
		mask: url('/imgs/shape-mask-mobile.svg') top right/cover no-repeat;
		-webkit-mask: url('/imgs/shape-mask-mobile.svg') top right/cover no-repeat;
	}

	
 
	/* Маска при наведении */
	.banner-obj::after {
	  opacity: 0;
	}
	.open-banner-link-btn {
		width: 30px;
		height: 30px;
	}
	
	
	
}



@media (max-width: 768px) {

	.banner-block-2 {
		margin-top: 8px;
	}

	
	
}



@media (max-width: 768px) {
	.mobile-padding-left-12 {
		padding-left: 12px!important;
	}
	.no-max-width-mobile {
		max-width: 100%!important;
	}
	.review-stars {
		text-align: left!important;
		margin-bottom: 20px;
	}
	.review-time-label {
		margin-top: 0px!important;
		font-size: 14px;
		line-height: 110%;
	}

	.review-block {
		padding: 18px 20px 26px 20px;
	}
	
	.open-card-btn-margin {
		margin-top: 9px;
	}
	.position-info-block {
		margin-top: 5px;
	}
	.position-card-col {
		margin-top: 10px!important;
	}
	.show-all-btn .lbl {
		font-size: 14px;
	}
	.main-header {
		font-size: 26px;
	}
	.card-get-btn, .edit-pos-btn, .copy-pos-link {
		font-size: 13px;
		padding-top: 10.5px;
		padding-bottom: 10.5px;
	}
	.position-card-info-block .rating-star img {
		max-width: 12px;
		margin-top: -1px;
	}
	.position-card-info-block .rating-rate {
		font-size: 14px;
	}
	.position-card-info-block .rating-review-count {
		font-size: 12px;
	}
	.position-card-info-block .price {
		font-size: 16px;
	}
	.position-card-info-block .wb-price {
		font-size: 13px;
		margin-top: 2px;
	}
	.position-card-info-block .discount-badge {
		font-size: 11px;
		padding: 8px 8px 7px 8px;
	}
	.position-card-info-block .stock-count {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.position-card-info-block .stock-count .count {
		font-size: 13px;
	}
	.position-card-info-block .position-name {
		font-size: 13px;
		height: 31px;
	}
	.position-card-col {
		padding-right: 5px;
		padding-left: 5px;
	}
	.positions-card-block {
		padding-left: 7px;
		padding-right: 7px;
	}
	
}







@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    } 
	
	.container-lg.header-container {
        max-width: 1510px;
    }
}






@keyframes blinkingEffect {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}





@media (max-width: 600px) {
	
	.modal-body-subcategories {
		left: auto;
		right: 0;
	}
	.catalog-modal .modal-content { 
		width: 100vw;
		max-width: 600px;
	}
	
	.modal-body-categories { 
		max-width: calc(50vw + 1px);
	}
	.modal-body-subcategories { 
		max-width: 50vw;
	}
}





@media (max-width: 1200px) {
	.position-card-col {
		width: 25%;
	}
	.position-card-image {
		height: 280px;

	}
	.deal-task-block {
		padding: 10px 20px;
	}
	.block-header {
		padding-left: 12px;
	}
	
}

@media (max-width: 1199px) {
	.middle-mobile-hidden-anchor {
		display: none;
	}
	.user-block {
		padding-right: 25px;
	}
	.report-btn-align {
		text-align: left !important;
	}
	
}


@media (max-width: 992px) {
	.footer-link-icon .footer-arrow {
		z-index: 6;
	}
	.footer-link-title {
		top: 50%;
		left: 24px;
		transform: translateY(-50%);
		height: 28px;
	}
	.footer-link-title-circle-ico {
		width: 28px;
		height: 28px;
	}
	.footer-link-title .text {
		font-size: 18px;
	}
	.footer-link-icon {
		background: transparent;
	}
	.footer-tg-background, .footer-tg-background-hover {
		background: #f6f5f7;
		border-radius: 14px;
		z-index: 0;
	}
	.footer-gray-text {
		font-size: 14px;
		margin-bottom: 80px;
		margin-top: 35px!important;
	}
	.footer-tg-links {
		margin-top: 35px;
		margin-bottom: 0px!important;
	}
	.footer-tg-block {
		margin-top: 10px;
		height: 76px;
	}
	#footer-plug-1 {
		display: none;
	}
	#footer-plug-2 {
		display: block;
	}
	
	.footer-big-header {
		font-size: 18px;
		margin-top: 35px;
	}

	.footer-url {
		font-size: 16px;
	}
	.info-block {
		padding-right: 12px;
	}

	.dop-block {
		padding-left: 12px;
	}
	.payment-type-row {
		--bs-gutter-y: 0;
		--bs-gutter-x: 0;
		justify-content: space-between !important;
		margin-top: 0px!important;
	}
	
	
	
	
	
	
	
	
	.container-lg.header-container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.adaptive-top-25-10, .adaptive-top-20-10, .adaptive-top-50-10, .adaptive-top-0-10 {
		margin-top: 10px;
	}
	.photo-review-area {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 90px;
	}
    .send-review-btn {
        width: calc(300px * 0.8);
        height: calc(58px * 0.8);
		font-size: 12px;
	}
	.adaptive-top-50-20, .adaptive-top-30-20, .adaptive-top-40-20, .adaptive-top-10-20, .adaptive-top-0-20 {
		margin-top: 20px;
	}
	.adaptive-top-50-30, .adaptive-top-0-30 {
		margin-top: 30px;
	}
	.adaptive-top-40-0, .adaptive-top-20-0 {
		margin-top: 0px;
		
	}
	
	.adaptive-bottom-0-10, .adaptive-bottom-50-10 {
		margin-bottom: 10px;
	}
	.adaptive-bottom-10-0 {
		margin-bottom: 0px;
		
	}
	.adaptive-top-5-0, .adaptive-top-6-0, .adaptive-top-7-0 {
		margin-top: 0px;
	}
	.adaptive-top-5-2 {
		margin-top: 2px;
	}
	
	

	.adaptive-padding-top-30-20 {
		padding-top: 20px!important;
	}

	
	
	
	#exit-modal .big-purple-btn {
		padding: 12px 40px;
		min-width: 112px;
		text-align: center;
	}
	#exit-modal .outline-black-btn {
		padding: 12px 40px;
		min-width: 112px;
		text-align: center;
		
	}
	
	
	.support-btn {
		padding-right: 12px!important;
	}
	.support-btn .footer-btn {
		max-width: 100%;
	}
	.support-btn .footer-btn .row {
		justify-content: center!important;
	}
	.support-btn .footer-btn .label {
		width: 198px;
	}
	
	
	
	
	.for-customers-btn {
		padding-right: 12px!important;
	}
	.for-customers-btn .footer-btn {
		max-width: 100%;
		
	}
	.for-customers-btn .footer-btn .row {
		justify-content: center!important;
	}
	.for-customers-btn .footer-btn .label {
		width: 200px;
	}
	
	.footer-width-ico {
		width: 33px;
	}
	
	
	
	.for-sellers-btn {
		padding-right: 12px!important;
	}
	.for-sellers-btn .footer-btn {
		max-width: 100%;
		
	}
	.for-sellers-btn .footer-btn .row {
		justify-content: center!important;
	}
	.for-sellers-btn .footer-btn .label {
		width: 200px;
		
	}
	
	
	
	
	
	.deal-sample-text {
		line-height: 1.3;
	}
	
	.footer-disclaimer-text {
		font-size: 12px;
	}
	
	
	.license-text {
		max-width: 230px;
	}
	
	
	.auth-icon {
		width: 80px;
	}
	.doctext, .doctext a {
		font-size: 12px;
		line-height: 1.3;
	}

	.prod-subbtn {
		padding: 7px 13px 6px 13px;
	}
	.prod-subbtn-dot {
		top: -5px;
		right: 0px;
		width: 12px;
		height: 12px;
	}
	
	.notification-category {
		margin-bottom: 0px!important;
	}
	.notification-category-panel {
		margin-top: 10px!important;
	}
	.notification-hr {
		margin-top: 15px!important;
		
	}
	.notification-list {
		margin-top: 15px!important;
		
	}
	
	.notification-setting-row {
		margin-top: 15px!important;
		
	}
	
	.telegram-link-toggle {
		margin-top: 15px!important;
	}
	
	.notification-setting-row {
		padding: 10px 15px 8px 15px;
	}
	
	.collapse-tg-header {
		margin-top: 10px!important;
	}
	#telegram_config_groups {
		margin-top: 10px!important;
		
	}
	.tg-config-toggle {
		margin-top: 15px!important;
		
	}
	
	.notification-area {
		margin-right: -5px!important;
		
	}
	
	.telegram-ico-mobile-padding {
		padding-right: 5px;
	}
	.telegram-header {
		margin-bottom: 0px!important;
	}
	.telegram-username {
		margin-top: 2px;
	}
	.discount-percent-btn-styles {
		width: 60px;
	}
	.middle-mobile-hidden-anchor {
		display: block;
	}
	.small-mobile-hidden-anchor {
		display: none;
	}
	.search-group {
		width: 40vw;
	}
	.mobile-submenu {
		display: block;
	}
	
	.search-group {
		width: 100%!important;
		max-width: 100%!important;
	}
	.w-100-small {
		width: 100%;
		padding-left: 12px!important;
		padding-right: 12px!important;
		margin-top: 10px;
		
	}
	#main-logo {
		width: 160px;
	}
	.footer {
		bottom: 60px;
	}
	.account-type-selection {
		height: 50px;
	}
}

@media (max-width: 880px) {
	.dropdown-notification-block-styled {
		width: 500px;
		
	}
}
@media (max-width: 850px) {
	
	.cookie-window {
		outline: 1px solid rgba(0, 34, 102, 0.1);
		border-radius: 20px 20px 0px 0px;
		box-shadow: 0px 6px 26px 0px rgba(0, 17, 51, 0.12);
		z-index: 9;
		padding: 16px 16px 80px 16px!important;
	}
	.cookie-window .text {
		font-size: 15px;
		font-weight: 600;
		line-height: 130%;
		margin-bottom: 14px;
	}
	.cookie-accept-btn {
		width: 100%;
	}
	.cookie-accept-btn .label {
		font-size: 15px;
		font-weight: 600;
		line-height: 130%;
	}
	.mobile-br {
		width: 100%!important;
	}
	.position-card-image {
		height: 230px;

	}
}

@media (max-width: 768px) {
	.notification-area {
		min-width: 600px;
	}
	.hide-on-mobile {
		display: none;
	}
	
}

@media (max-width: 720px) {
	.position-card-col {
		width: 33.3%;
	}
	.confirmation-screenshots-btn {
		padding-top: 17px;
		padding-bottom: 17px;
		font-size: 12px;
	}
	

}

@media (max-width: 680px) {
	
	.review-remove-btn {
		top: -10px;
		right: -10px;
		width: 20px;
		height: 20px;
		
	}
	.review-remove-btn img {
		width: 13px;
		margin-top: -7px;
	}
	.star-selection {
		width: 25px;
	}
	.notification-area {
		min-width: 500px;
	}
	.profile-settings-modal-body {
		padding: 30px 0px!important;
	}
	.profile-edit-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.category-modal-cross {
		display: inline-block;
	}
	
    .default-modal .modal-dialog {
        max-width: 550px;
    }
	.default-modal .modal-body {
		padding: 30px 30px;
	}
	.upload-screenshot-modal .modal-body {
		padding: 30px 15px;
	}
	.big-modal .modal-body {
		padding: 50px 30px;
	}
	.account-type-selection .label {
		font-size: 16px;
	}
	.modal-body-categories { 
		padding-left: 5px;
		padding-top: 20px;
		/* padding-right: 5px; */
		
	}
	.modal-body-subcategories { 
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 5px;
		
	}
	
	.auth-modal-cross {
		right: 15px;
		top: 15px;
		width: 25px;
		height: 25px;
	}
	
	
	.upload-screenshot-cross {
		right: 15px;
		top: 15px;
		width: 25px;
		height: 25px;
	}
	
	.watch-screenshot-header {
		font-size: 18px;
	}
	
}
@media (max-width: 576px) {
	.notification-block {
		margin-top: 10px!important;
		margin-bottom: 30px!important;
	}
	#notification-load-new {
		/* margin-top: -15px; */
	}
	.notification-list {
		/* margin-top: 30px!important; */
	}
	.notification-area {
		min-width: 400px;
		padding: 20px;
	}
	.position-card-col {
		width: 50%;
	}
	
	.position-card-image {
		height: 220px;

	}
	.disount-ptice {
		font-size: 14px!important;
	}
	.payment-logo {
		padding-right: 0px;
	}
	.discount-percent-btn-styles {
		font-size: 10px;
		width: 50px;
	}
	.discount-percent-btn-styles img {
		width: 13px;
	}
	.price-on-mp {
		display: none;
	}
	.review-image-preview, .report-image-preview {
		width: 40px;
	}
	.report-image-preview img {
		width: 30px;
		margin-top: -2px;
	}
}


@media (max-width: 456px) {
	.notification-area {
		min-width: 340px;
	}
}


@media (min-width: 768px) {
	
}

@media (min-width: 576px) {
    .default-modal .modal-dialog {
        max-width: 550px;
    }
	.default-modal .modal-body {
		padding: 80px 60px;
	}
	
    .upload-screenshot-modal .modal-dialog {
		max-width: 550px;
	}
	.upload-screenshot-modal .modal-body {
		padding: 80px 60px 80px 60px;
	}
	.big-modal .modal-body {
		padding: 80px 60px 80px 60px;
	}
	
}




@font-face {
    font-family: 'Mont';
    src: url('../fonts/mont/Mont-Regular.eot');
	src: url('../fonts/mont/Mont-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mont/Mont-Regular.woff2') format('woff2'),
		url('../fonts/mont/Mont-Regular.woff') format('woff'),
        url('../fonts/mont/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MontSemiBold';
    src: url('../fonts/mont/Mont-SemiBold.eot');
    src: url('../fonts/mont/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mont/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/mont/Mont-SemiBold.woff') format('woff'),
        url('../fonts/mont/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontBold';
    src: url('../fonts/mont/Mont-Bold.eot');
    src: url('../fonts/mont/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mont/Mont-Bold.woff2') format('woff2'),
        url('../fonts/mont/Mont-Bold.woff') format('woff'),
        url('../fonts/mont/Mont-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontLight';
    src: url('../fonts/mont/Mont-Light.eot');
    src: url('../fonts/mont/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mont/Mont-Light.woff2') format('woff2'),
        url('../fonts/mont/Mont-Light.woff') format('woff'),
        url('../fonts/mont/Mont-Light.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.padding-top-20 { padding-top: 20px; }
.padding-top-15 { padding-top: 15px; }


.padding-left-0 { padding-left: 0px; }
.padding-left-1 { padding-left: 1px; }
.padding-left-2 { padding-left: 2px; }
.padding-left-3 { padding-left: 3px; }
.padding-left-4 { padding-left: 4px; }
.padding-left-5 { padding-left: 5px; }
.padding-left-6 { padding-left: 6px; }
.padding-left-7 { padding-left: 7px; }
.padding-left-8 { padding-left: 8px; }
.padding-left-9 { padding-left: 9px; }
.padding-left-10 { padding-left: 10px; }
.padding-left-11 { padding-left: 11px; }
.padding-left-12 { padding-left: 12px; }
.padding-left-13 { padding-left: 13px; }
.padding-left-14 { padding-left: 14px; }
.padding-left-15 { padding-left: 15px; }
.padding-left-16 { padding-left: 16px; }
.padding-left-20 { padding-left: 20px; }
.padding-left-25 { padding-left: 25px; }
.padding-left-40 { padding-left: 40px; }
.padding-left-50 { padding-left: 50px; }



.padding-right-0 { padding-right: 0px; }
.padding-right-1 { padding-right: 1px; }
.padding-right-2 { padding-right: 2px; }
.padding-right-3 { padding-right: 3px; }
.padding-right-4 { padding-right: 4px; }
.padding-right-5 { padding-right: 5px; }
.padding-right-6 { padding-right: 6px; }
.padding-right-7 { padding-right: 7px; }
.padding-right-8 { padding-right: 8px; }
.padding-right-9 { padding-right: 9px; }
.padding-right-10 { padding-right: 10px; }
.padding-right-11 { padding-right: 11px; }
.padding-right-12 { padding-right: 12px; }
.padding-right-13 { padding-right: 13px; }
.padding-right-14 { padding-right: 14px; }
.padding-right-15 { padding-right: 15px; }
.padding-right-16 { padding-right: 16px; }
.padding-right-20 { padding-right: 20px; }
.padding-right-25 { padding-right: 25px; }
.padding-right-30 { padding-right: 30px; }
.padding-right-40 { padding-right: 40px; }
.padding-right-50 { padding-right: 50px; }



.top-1 { margin-top: 1px; }
.top-2 { margin-top: 2px; }
.top-3 { margin-top: 3px; }
.top-4 { margin-top: 4px; }
.top-5 { margin-top: 5px; }
.top-6 { margin-top: 6px; }
.top-7 { margin-top: 7px; }
.top-8 { margin-top: 8px; }
.top-9 { margin-top: 9px; }
.top-10 { margin-top: 10px; }
.top-11 { margin-top: 11px; }
.top-12 { margin-top: 12px; }
.top-13 { margin-top: 13px; }
.top-14 { margin-top: 14px; }
.top-15 { margin-top: 15px; }
.top-16 { margin-top: 16px; }
.top-17 { margin-top: 17px; }
.top-18 { margin-top: 18px; }
.top-19 { margin-top: 19px; }
.top-20 { margin-top: 20px; }
.top-24 { margin-top: 24px; }
.top-25 { margin-top: 25px; }
.top-30 { margin-top: 30px; }
.top-31 { margin-top: 31px; }
.top-32 { margin-top: 32px; }
.top-33 { margin-top: 33px; }
.top-34 { margin-top: 34px; }
.top-35 { margin-top: 35px; }
.top-36 { margin-top: 36px; }
.top-40 { margin-top: 40px; }
.top-45 { margin-top: 45px; }
.top-50 { margin-top: 50px; }
.top-55 { margin-top: 55px; }
.top-60 { margin-top: 60px; }
.top-65 { margin-top: 65px; }
.top-70 { margin-top: 70px; }
.top-71 { margin-top: 71px; }
.top-72 { margin-top: 72px; }
.top-80 { margin-top: 80px; }
.top-85 { margin-top: 85px; }
.top-90 { margin-top: 90px; }
.top-100 { margin-top: 100px; }
.top-110 { margin-top: 110px; }
.top-120 { margin-top: 120px; }
.top-130 { margin-top: 130px; }
.top-140 { margin-top: 140px; }
.top-150 { margin-top: 150px; }
.top-160 { margin-top: 160px; }
.top-165 { margin-top: 165px; }
.top-166 { margin-top: 166px; }
.top-170 { margin-top: 170px; }
.top-190 { margin-top: 190px; }
.top-200 { margin-top: 200px; }
.top-201 { margin-top: 201px; }
.top-250 { margin-top: 250px; }



.bottom-1 { margin-bottom: 1px; }
.bottom-2 { margin-bottom: 2px; }
.bottom-3 { margin-bottom: 3px; }
.bottom-4 { margin-bottom: 4px; }
.bottom-5 { margin-bottom: 5px; }
.bottom-10 { margin-bottom: 10px; }
.bottom-12 { margin-bottom: 12px; }
.bottom-15 { margin-bottom: 15px; }
.bottom-20 { margin-bottom: 20px; }
.bottom-25 { margin-bottom: 25px; }
.bottom-30 { margin-bottom: 30px; }
.bottom-40 { margin-bottom: 40px; }
.bottom-50 { margin-bottom: 50px; }
.bottom-60 { margin-bottom: 60px; }
.bottom-70 { margin-bottom: 70px; }
.bottom-80 { margin-bottom: 80px; }
.bottom-130 { margin-bottom: 130px; }



.right-10 { margin-right: 10px; }






