
/*
body{
	font-family: 'Raleway';
	color:#000;
	background:#fafafa;
}
*/

body{
	font-family: 'PT Sans';
	background: #FAFBFD;
	color:#000;
	font-weight: 300;
}

body.night{
	background: #1f1f1f;
	color:#fff;
}

.a{
	color:#000!important;
	text-decoration: none!important;
}
.container-left{
	margin:0;
	margin-bottom:50px;
}
.container-max {
    margin: 0;
    margin-bottom: 50px;
    max-width: 100%;
}
.left_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /* border-right: 1px solid #171f37; */
    border-right: 2px solid #ECECED;
    width: 250px;
    /*background: #0b0e2e;
    background: #2a2b30;*/
    /*background: #fff;
    background: #3490f3;
    background: linear-gradient(-70deg, #2c6aff, #3e96f5);*/
    background:#FAFBFD;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    z-index: 999999;
}
.left_menu.night{
	border-right: 2px solid #2b2b2d;
	background:#000;
}
.left_menu::-webkit-scrollbar {
    display: none;
}
.left_menu .logo{
	margin:30px 30px;
	/*width:60px;*/
	height:60px;
	/*background:url(../images/logo.svg) center center no-repeat;*/
	background-size:contain;
	margin-right: 8px;
	line-height: 1.2em;
	/*text-align: center;*/
}
.logo-h{
	/*
 text-transform: uppercase;
 font-size:20px;
 letter-spacing: 0.5em;

 */
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	 margin-bottom:5px;
 margin-top:20px;
}
.logo-d{
 font-size:8px;
 text-transform: uppercase;
 letter-spacing: 0.4em;
}
.left_menu .tabs .tab{
	width:220px;
	border-radius: 0px 10px 10px 0;
	padding-left:30px;
	height:56px;
	display: flex;
	align-items: center;
	color:#000;
	font-size:14px;
	font-weight:400;
	cursor: pointer;
	text-decoration: none!important;
}
.left_menu .tabs .tab-a{
	
	background: #ffffff17;
    color: rgba(255,255,255,0.9);
    background: linear-gradient(to right, #8F17F2, #C202FC)
}
.left_menu .tabs .tab-img{
	width:22px;
	height:22px;
	background:url() center center no-repeat;
	background-size:contain;
	margin-right:10px;
	opacity: 0.4;
}
.left_menu .tabs .tab-img-1{
	background-image:url(../images/c/tab-1.svg);
}
.left_menu .tabs .tab-a .tab-img-1{
	background-image:url(../images/c/tab-1w.svg);
}
.left_menu .tabs .tab-img-2{
	background-image:url(../images/c/tab-2.svg);
}
.left_menu .tabs .tab-a .tab-img-2{
	background-image:url(../images/c/tab-2w.svg);
}
.left_menu .tabs .tab-img-3{
	background-image:url(../images/c/tab-3.svg);
}
.left_menu .tabs .tab-a .tab-img-3{
	background-image:url(../images/c/tab-3w.svg);
}
.left_menu .tabs .tab-img-4{
	background-image:url(../images/c/tab-4.svg);
}
.left_menu .tabs .tab-a .tab-img-4{
	background-image:url(../images/c/tab-4w.svg);
}
.left_menu .tabs .tab-img-5{
	background-image:url(../images/c/tab-5.svg);
}
.left_menu .tabs .tab-a .tab-img-5{
	background-image:url(../images/c/tab-5w.svg);
}
.left_menu .tabs .tab-img-6{
	background-image:url(../images/c/tab-6.svg);
}
.left_menu .tabs .tab-a .tab-img-6{
	background-image:url(../images/c/tab-6w.svg);
}
.left_menu .profile{
	display: flex;
	align-items: center;
	padding: 20px;
}
.left_menu .profile-av{
	background:#eee url() center center;
	background-size: cover;
	width:35px;
	height:35px;
	border-radius: 100px;
	margin-right: 10px;
	text-decoration: none!important;
}
.left_menu .profile-links{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.left_menu .profile-n{
	font-weight: 700;
	font-size:12px;
	line-height: 1em;
	color:#000!important;
	text-decoration: none!important;
	display: inline-block;
}
.left_menu .profile-n:hover{
	color:#000!important;
}
.left_menu .profile-link{
	color:#000;
	font-size:12px;
	font-weight:400;
	opacity:0.5;
}
.wrap{
	left: 250px;
	top:0;
	right:0;
	position: absolute;
}
.wrap .top{
	padding:0px 30px;
	border-bottom: 1px solid #F1F3F7;
	margin-bottom:40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height:90px;
}
.wrap .top.night{
	border-bottom: 1px solid #2b2b2d;
}
.wrap .top-flex{
	position:fixed;
	left:250px;
	top:0;
	right:0;
	z-index:100;
	background:#fafafa;
	transition: 0.6s;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 0%);
}
.wrap .top-flex.top-shadow{
	border-bottom: 1px solid #fafafa;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
}
.flex-mt{
	margin-top:130px;
}
.wrap .top-h{
	display: flex;
	align-items: center;
}
.wrap .top-h-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
}
.wrap .top-h-flex .btn{
	margin-left:5px;
}
.top-h-menu{
    width: 36px;
    height: 36px;
    box-shadow: 0 12px 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
    background: url(../images/c/menu.svg) center center no-repeat #fff;
    background-size: 15px auto;
    transition: 0.3s;
    cursor: pointer;
    z-index: 5;
	margin-right:10px;
	display: none;
}
.wrap .top-h-text{
	font-size:16px;
	font-weight:700;
}
.wrap .folders{
	display: flex;
	flex-wrap: wrap;
	padding-bottom:0;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.wrap .folder{
	display: inline-block;
	width:110px;
	flex: 0 0 auto;
	margin: 0 15px;
	margin-bottom:20px;
	cursor: pointer;
	text-decoration: none!important;
	color:#000!important;
	transition: 0.2s;
}
.wrap .folder-img{
	width:90px;
	height:90px;
	background:url(../images/c/folder.svg) center  center no-repeat;
	background-size:contain;
	margin:0 auto;
}
.wrap .folder:hover{
	transform: scale(1.02);
}
.wrap .folder:active{
	transform: scale(0.98);
}
.wrap .folder-name{
	text-align: center;
	font-size:14px;
	font-weight: 700;
	margin-top:5px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrap h1{
	font-size:22px;
	margin:0;
	margin-top:50px;
}
.wrap h2{
    font-size: 16px;
    margin: 0;
    margin-top: 40px;
	margin-bottom: 10px;
}
.wrap h3{
	font-size:12px;
	font-weight: 400;
	margin:0;
	margin-bottom:5px;
	margin-top:25px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	color: #808191;
	line-height: 1.5em;
}
.wrap .h-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width:400px;
}
.wrap .h-flex a{
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #2D3DE9;
    margin-left: 15px;
	 text-transform: none;
}
.wrap .m0{
    margin-top: 0px!important;
}
.wrap .m10{
    margin-top: 10px;
}
.wrap .m20{
    margin-top: 20px;
}
.wrap .m50{
    margin-top: 50px;
}
.info{
	font-size: 12px;
	color: #808191;
	padding-left: 20px;
	margin-top: 10px;
	position: relative;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 15px;
	max-width: 400px;
}
.info:before{
	width:14px;
	height:14px;
	background:#c5c5c5;
	background: #BC61F9;
	border-radius:100px;
	position:absolute;
	top:2px;
	left:0px;
	content:'?';
	font-size:10px;
	color:#fff;
	font-weight:400;
	text-align:center;
}
.fl-text{
	display: flex;
	align-items: center;
}
.wrap .photo{
    width: 53px;
    height: 53px;
    margin-right: 10px;
    border-radius: 7px;
    background: #eef2f9 url(../images/c/photo.svg) center center no-repeat;
    background-size: 18px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	flex-shrink: 0;
}
.wrap .photo div{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url() center center no-repeat;
    background-size:cover;
}
/*
.wrap .text{
	font-size:14px;
	height:56px;
	border:0;
	background:#fff;
	padding:15px;
	max-width:400px;
	width:100%;
	border-radius:10px;
	box-shadow:0px 12px 20px 0px rgba(0,0,0,0.07);
	outline:0;
}
.wrap textarea.text{
	height: auto;
	resize: none;
    font-size: 14px;
    min-height: 122px;
	line-height: 1.33em;
}*/

textarea{
	border:1px solid #f0f0f0;
	resize:none;
	width:100%;
	min-height:100px;
	outline:0;
	padding:15px;
	font-size:14px;
	border-radius:7px;
}
.text{
	border:1px solid #f0f0f0;
	width:100%;
	outline:0;
	padding:15px;
	font-size:14px;
	border-radius:7px;
	transition:0.3s;
}

.wrap .text-2{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f0f0f0;
    background: #fff;
    width: 100%;
    outline: 0;
    padding: 15px;
    font-size: 14px;
    border-radius: 7px;
    transition: 0.3s;
}
.wrap .text-head{
	min-height:120px;
	height:auto;
}
.wrap .text-head b{
	padding:0 5px;
	padding-bottom:2px;
	border-radius:100px;
	white-space: nowrap;
	background:#2D3DE9;
	color:#fff;
	font-weight:400;
}
::placeholder {
  color: #bbb;
}

.hide{
	display:none;
}

/*
.wrap .box{
	background: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
*/
.wrap .box{
	background:#fff;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.04);
	border-radius: 3px;
	padding: 20px;
	width:100%;
	margin-bottom:20px;
	position:relative;
}

.wrap .box.night{
	background:#1c1a1a;
}

.wrap .box-h1{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrap .box-bn-hide{
	display: none;
}
.wrap .box-h{
	/*
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #808191;
    margin-bottom: 5px;
    margin-top: 17px;*/
	font-weight: 700;
	font-size:14px;
	margin:0;
}
.wrap .box h3{
	 margin-top:20px;
}
.wrap .box .h3-0{
	 margin-top:0px;
}
.wrap .box .info{
	margin-top:5px;
}
.wrap .box .info:last-child{
	margin-bottom:20px;
}
.wrap .box-text{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid #E9E9E9;
	background:#fff;
	width:100%;
	outline:0;
	padding:15px;
	font-size:14px;
	border-radius:7px;
	transition:0.3s;
}
.fl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:15px;
}
.fl .checkbox{
	margin-top:0;
}
.wrap .box-btns{
    display: flex;
}
.wrap .box-btn {
    width: 20px;
    height: 20px;
    background: #eef2f9 url() center center no-repeat;
    background-size: 8px auto;
    border-radius: 5px;
    margin-left: 4px;
	cursor:pointer;
}
.wrap .box-btn-del{
	background-image:url(../images/c/cross.svg);
	background-size: 8px auto;
}
.wrap .box-btn-move{
	background-image:url(../images/c/move.svg);
	background-size: 10px auto;
	cursor: move;
}
.wrap .box-btn-set{
	background-image:url(../images/c/cog.svg);
	background-size: 10px auto;
}

.box-pay .head{
	font-size:18px;
	font-weight:700;
	color:#18173B;
	margin-bottom:0px;
	text-align:center;
	margin-bottom:20px;
}
.box-pay .desc{
	font-size:14px;
	line-height:1.4em;
	color:#777;
	text-align:center;
}
.box-pay .desc span{
}
.box-pay .price{
	margin-top:20px;
	font-size:28px;
	text-align:center;
}
.box-pay .price-stroke-1{
	position:relative;
}
.box-pay .price-stroke-1:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	right:0;
	height:3px;
	background:#ff0000;
	margin:0 auto;
	width:100px;
	transform:rotate(10deg);
	opacity:0.7;
}
.box-pay .price-stroke-2{
	margin-top:0px;
}
.box-pay .btn, .box-pay .btn-w{
	margin-top:20px;
	width:100%;
	text-align:center;
}
.box-pay .info{
	margin-bottom:20px;
}

.funnel{
	margin-top:10px;
	font-size:16px;
	display: flex;
	flex-wrap: wrap;
}
.funnel-box{
    max-width: 250px;
    margin-bottom: 15px;
}
.funnel-box-w{
	background:#fff;
	border:1px solid #e9e9e9;
	padding:15px;
	border-radius:10px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	margin-right:5px;
	flex-shrink: 0;
	margin-bottom:10px;
}
.funnel-arr{
	flex-shrink: 0;
	font-size:18px;
	font-weight: 300;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom:10px;
	padding-right:5px;
	padding-top:20px;
	color: #808191;
}
.funnel-info{
	color: #808191;
    font-size: 12px;
    font-weight: 400;
	margin-top:8px;
	padding:0 15px;
}

.w{
	display: flex;
	align-items: center;
}
.w-img{
	width:38px;
	height:38px;
	border-radius:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color:#fff;
	margin-right:7px;
	flex-shrink: 0;
	background:#2B3EE5  linear-gradient(to bottom,#4555FE 0%,#2B3EE5 100%);
}
.w-text-h{
	font-weight: 700;
	font-size:14px;
	line-height: 1em;
}
.w-text-d{
	color:#808191;
	font-size:12px;
	line-height: 1em;
	margin-top:3px;
	font-weight: 400;
}
.funnel-box-w .w-img, .top-h-text .w-img{
	width:35px;
	height:35px;
	font-size:16px;
}
.funnel-box-w .w-text-h, .top-h-text .w-text-h{
	font-size:14px;
}
.funnel-box-w .w-text-d, .top-h-text .w-text-d{
	font-size:11px;
}


.box-bonus{
	margin-bottom:10px!important;
	display: none;
}
.box-bonus-a{
	display: block;
}
.box-bonus-btn-add{
	padding:10px;
	border-radius:10px;
	text-align: center;
	font-size:14px;
	color:#808191;
	cursor: pointer;
	background:rgba(0,0,0,0.03);
	transition: 0.2s;
}
.box-bonus-btn-add:hover{
	background:rgba(0,0,0,0.05);
}
/*
.btn{
	font-size:14px;
	text-align: center;
	border-radius: 10px;
	margin-top:40px;
	width:204px;
	padding: 17px 27px;
	color:rgba(255,255,255,0.8);
	background: linear-gradient(#1c7de2, #155fab);
	background: linear-gradient(#38ADE3, #1C97C9);
	box-shadow: 0 10px 20px 0 rgba(28,125,226,0.1);
	transition: 0.4s;
	position: relative;
	text-decoration: none!important;
	user-select: none;
	cursor:pointer;
	width: auto;
    display: inline-block;
    margin: 0;
}
.btn:hover{
}
.btn-gray, .btn-page{
	background:#fff;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
	color:#808191;
}
.btn-page-a{
	background: #ffd6b0 linear-gradient(to bottom,#ffd6b0 0%,#ffcb9a 100%);
	box-shadow: 0 15px 18px 0 rgba(43,62,229,0.25), inset 0 2px 0 0 rgba(93,225,151,.004);
	color:#fff;
}
.btn-white{
	background:transparent;
	box-shadow: none;
	color:#808191;
}
*/
.btn{
	display:inline-block;
	padding:7px 15px;
	/*background: linear-gradient(#38ADE3, #1C97C9);*/
	background: linear-gradient(#3e96f5, #2c93ff);
	background:linear-gradient(#8F17F2, #C202FC);
     box-shadow: 0px 8px 10px 0px rgba(54, 98, 255, 0.06);
	color:#fff;
	font-weight:400;
	border-radius:7px;
	font-size:14px;
	cursor:pointer;
	user-select: none;
	padding: 17px 27px;
	border:0;
}
.btn-gray{
	display:inline-block;
	padding:7px 15px;
	background: #f0f3f7;
	color:#747489 !important;
	font-weight:400;
	border-radius:7px;
	font-size:14px;
	cursor:pointer;
	user-select: none;
	margin-left:2px;
	box-shadow: none;
}
.btn-mini{
	padding:10px 20px;
	width:auto;
	display: inline-block;
	margin:0;
	font-size:12px;
}
.btn-save-a{
	opacity:0.5;
}
.btn-save, .btn-save-set{
	margin-top:40px;
}

.btn-service{
	display: inline-flex;
	align-items: center;
	margin-bottom:10px;
	margin-right:5px;
	color:#000!important;
	font-size:14px;
}
.btn-service div{
	width:26px;
	height:26px;
	background:url() center center no-repeat;
	background-size:contain;
	margin-right:5px;
}
.btn-service-a:before{
	content:'';
	width:10px;
	height:10px;
	background:#84c944;
	border-radius:100px;
	position: absolute;
	right:-4px;
	top:-4px;
}
.btn-bonus-new{
	margin-bottom:5px;
}


.els-show{
	visibility: hidden;
	opacity: 0;
	transition: 0.15s;
}
.els-show-a{
	visibility: visible;
	opacity: 1;
}
.el-thanks-type-tg, .el-thanks-type-wa, .el-thanks-type-url, .el-thanks-type-url-b, .el-thanks-type-tel{
	display: none;
}

/*
.modal-bg{
	background:#333;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:999999;
	opacity:0.1;
	display: none;
}
.modal{
	background:#fff;
	position:fixed;
	left:50px;
	top:50px;
	right:50px;
	bottom:50px;
	z-index:9999999;
	max-width: 600px;
	margin: auto;
	border-radius:10px;
	box-shadow:0px 12px 20px 0px rgba(0,0,0,0.07);
	outline:0;
	padding:0;
	overflow-y: auto;
	padding-top:40px;
	display: none;
}
.modal-h{
	font-size:18px;
	font-weight: 700;
	padding:30px;
	padding-bottom:30px;
}
.modal-box{
	border-radius:10px;
	width:100%;
	margin-bottom:50px;
}
.modal-box-img{
	background:#f5f5f5;
	height:130px;
	margin-bottom:15px;
	border-radius: 10px;
}
.modal-box-head{
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
	font-weight: 700;
    display: flex;
    align-items: center;
}
.modal-box-head div{
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #1933FA;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    color: #fff;
}
.modal-box-desc{
	color:#808191;
	font-size:12px;
	font-weight:400;
	line-height: 1.4em;
}
.modal .container{
	padding:0 25px;
}
.modal-box-btns{
	margin-top:15px;
	display: flex;
	justify-content: space-between;
}
.modal-box-btn{
	background:#f5f5f5;
	padding:10px 0;
	font-size:12px;
	font-weight: 400;
	border-radius: 10px;
	width:48.9%;
	text-align: center;
	flex-shrink: 0;
	cursor: pointer;
	margin:0;
	font-size:12px;
}
.modal-box-btn-1{
	color:#fff;
	background:#2B3EE5;
}
.modal h2{
	margin-top:10px;
	margin-bottom:30px;
	text-align: center;
}
*/

.modal2 {

    background:#333;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:999999;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.modal-content {

    background:#fff;
	position:fixed;
	top:50px;
	/*bottom:50px;*/
	z-index:9999999;
	left:10px;
	right:10px;
	width:600px;
	max-width: 90%;
	margin: auto;
	border-radius:10px;
	box-shadow:0px 12px 20px 0px rgba(0,0,0,0.07);
	outline:0;
	padding: 30px;
	overflow-y: scroll;
	display: flex;
	align-items: center;


}

.modal-bg{
 position: fixed;
 left:0;
 top:0;
 right:0;
 bottom:0;
 background:rgba(25,23,35,0.4);
 z-index:4999;
 display: flex;
 padding:50px;
 align-items: center;
 justify-content: center;
 display: none;
 overflow: auto;
}
.modal{
 padding:30px 30px 40px 30px;
 background: #fff;
 border-radius: 20px;
 width:100%;
 max-width:500px;
 text-align: center;
 display: none;
 box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
 position: relative;
 margin: auto;
}
.modal-widget-new .modal-h{
 line-height: 1.2em;
}
.modal .info{
 margin-left:20px;
 margin-top:0;
 margin-bottom:30px;
}
.modal .info:before{
 background: linear-gradient(135deg, #CD40FF, #3662FF);
 font-weight: 700;
}
.modal .info-0{
 margin-bottom:10px;
 margin-top:0;
}
.modal-h{
 font-size: 20px;
 font-weight: 700;
 margin-bottom:5px;
}
.modal-h-p{
 margin-top:30px;
}
.modal-h-mb{
 margin-bottom:25px;
}
.modal-d{
 font-size: 14px;
 color:#808191;
 margin-bottom:20px;
}
.modal-t{
 text-align: left;
 margin-top:0px;
 margin-bottom:5px;
 font-size:12px;
 color:#000;
 font-weight: 700;
 padding-left: 20px;
}
.modal-text{
 font-size:14px;
 height:56px;
 border:0;
 background: rgba(0,0,0,0.03);
 color:#000;
 padding:15px;
 max-width:400px;
 width:100%;
 border-radius:20px;
 outline:0;
 margin-bottom:10px;
}
.modal-link{
 font-size:12px;
 color:#6B59F6!important;
 margin-bottom:20px;
 display: inline-block;
}

.modal-load{
 padding:30px;
 border:2px dashed rgba(253, 97, 78, 0.3);
 border-radius:20px;
 background:rgba(253, 97, 78, 0.03);
 cursor:pointer;
 position:relative;
 overflow:hidden;
 transition: 0.1s;
}
.modal-load-a{
 background:rgba(253, 97, 78, 0.09);
}
.modal-load-h{
 font-size: 14px;
}
.modal-load-d{
 font-size: 12px;
 color:#808191;
}
.modal-load-form{
 position:absolute;
 left:0;
 top:0;
 right:0;
 bottom:0;
 visibility:hidden;
 z-index:1;
}
.modal-load-label{
 position:absolute;
 left:0;
 top:0;
 right:0;
 bottom:0;
 height:100%;
 cursor:pointer;
 z-index:2;
}
.modal-photos{
 text-align:left;
 user-select: none;
}
.modal-photo{
 background:url() center center #f5f5f5;
 background-size:cover;
 border-radius:10px;
 margin-bottom:10px;
 margin-right:4px;
 height:100px;
 display:inline-block;
 width:80px;
 cursor:pointer;
 transition: 0.2s;

}
.modal-photo:hover{
 transform:scale(1.05);
}
.modal-photo:active{
 transform:scale(0.95);
}
.modal-upload{
 max-width:650px;
}
.modal-upload-video{
 max-width:650px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top:-15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 900px){
	.left_menu{
		left:-250px;
		border-right:0;
	}
	.left-a{
		left:0;
	}
	.left-bg{
		left: 250px;
		top:0;
		right:0;
		bottom:0;
		position: absolute;
		z-index:10;
		background:rgba(0,0,0,0.1);
		display: none;
	}
	.wrap{
		left: 0;
	}
	.wrap .top-h-menu{
		display: block;
	}
	.logo-d{
		display: none !important;
	}
	.logo-h{
		display: none !important;
	}
	.top-h-menu-2{
		display: block !important;
	}
	.logo img{
				margin-top: 20px;
	}
	.left_menu .logo{
		height: auto !important;
	}
	.wrap .top-h-text{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 200px;
	}
}


.noty{
	background:#FF614F;
	border-radius:10px;
	position:fixed;
	right:20px;
	top:0px;
	display:inline-block;
	color:#fff;
	padding:12px 18px;
	font-size:14px;
    box-shadow:0 20px 20px rgba(0,0,0,0.07);
    opacity:0;
    transition:0.3s;
    z-index:5000;
}
.noty-a{
	top:20px;
	opacity:1;
    cursor:pointer;
}







.box-preview{
	border-radius:20px;
	box-shadow:0px 20px 30px 0px rgba(0,0,0,0.05);
	border-radius:7px;
	overflow: hidden;
	transition:0.3s;
	margin-bottom:30px;
	background:#fff;
}
.box-preivew-info{
	padding:17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.box-preivew-info > div{
	flex-shrink: 0;
}
.box-preview-info-h{
	font-size:14px;
	font-weight:400;
}
.box-preview-a{
	text-decoration: none!important;
}
.box-preview-new .box-preview-text{
	font-weight:400;
	color:#aaa;
}
.box-preview-fav{
	background:#222;
	border-radius:3px;
	width:25px;
	height:25px;
	margin-right:10px;
	flex-shrink: 0;
}
.box-preview-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-preview-text-h{
	font-size:18px;
	color:#000;
	font-weight:700;
	line-height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-preview-text{
	display: flex;
	align-items: center;
}
.box-preview-info-right{
	display: flex;
	align-items: center;
	text-decoration: none!important;
}
.box-preview-text-l{
	font-size:14px;
	color:#aaa;
	font-weight:400;
	margin-left: 18px;
	display: flex;
	align-items: center;
	text-decoration: none!important;
}
.box-preview-text-l:hover{
	color:#000;
}
.box-preview-text-l-ic{
	width:16px;
	height:16px;
	background:url(../images/c/lead.svg) center center;
	background-size:contain;
	margin-right:5px;
}
.box-preview-text-l-ic-2{
	background-image:url(../images/c/set.svg);
}
.box-preview-text-l-ic-new{
	background:#FFCC68;
	color:#000;
	border-radius:20px;
	font-size:12px;
	padding:0px 5px;
	margin-left:5px;
	font-weight:700;
	min-width:18px;
	text-align: center;
}
.box-preview-text-a{
	font-size:14px;
	color:#3D75FC;
	font-weight:400;
	margin-right:5px;
	cursor: pointer;
	color: #4074ff;
	color: #aaa!important;
}
.box-preview-noty{
	background:red;
	color:#fff;
	width:26px;
	height:26px;
	position:absolute;
	right:2px;
	font-size:16px;
	top:-13px;
	border-radius:100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	z-index:5;
}
.box-preview-img{
	background:#fff;
	height:290px;
	padding:40px;
	display: flex;
	align-items: center;
	position: relative;
	user-select: none;
	position: relative;
	overflow: hidden;
}

.box-preview-sq .box-preview-img-square{
	width:120px;
	position: absolute;
	left:20px;
	top:20px;
	bottom:20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.box-preview-sq .box-preview-img-square div{
	height:76px;
	border-radius:12px;
	background:url() center bottom no-repeat #363645;
	background-size:cover;
}
.box-preview-sq .box-preview-img{
	padding:0;
	padding-left:170px;
}
.box-preview-img:before{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:20;
	content:'';
}
.box-preview-img-content{
	position: relative;
	z-index:3;
}
.box-preview-wheel .box-preview-img-content{
	padding-left:50px;
}
.box-preview-img-wheel{
	width:600px;
	height:600px;
	position: absolute;
	left:-580px;
	top:0;
	bottom:0;
	margin:auto;
	border-radius: 10000px;
	background: #252ef7;
}
.box-preview-img-h{
	font-weight: 700;
	font-size:20px;
	color:#000;
	line-height:1.4em;
}
.box-preview-img-h span{
	position: relative;
	padding:0 8px;
	border-radius:100px;
	white-space: nowrap;
}
.box-preview-img-h div{
	display: inline;
}
.box-preview-img-d{
	margin-top:10px;
	color: #858686;
	width:70%;
	font-size:14px;
}
.box-preview-img-t{
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 7px;
	padding:10px;
	font-size:12px;
	color: #858686;
	width: 250px;
	margin-top:8px;
	display: flex;
	align-items: center;
}
.box-preview-img-t-phone{
	width:10px;
	height:10px;
	background:url(../images/phone.svg) center bottom no-repeat;
	background-size:contain;
	margin-right:5px;
	opacity:0.5;
}
.box-preview-img-t-mail{
	width:10px;
	height:10px;
	background:url(../images/mail.svg) center bottom no-repeat;
	background-size:contain;
	margin-right:5px;
	opacity:0.5;
}
.box-preview-img-b{
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    border-radius: 7px;
    background-size: 150%;
    background: #3ecd7d;
	background: linear-gradient(to bottom, #252ef7, #1720ea);
    color: #fff;
    padding: 10px 15px;
	margin-top:20px;
}
.box-preview-img{
	background:#262635;
}
.box-preview-img .box-preview-img-h{
	color:#fff;
}
.box-preview-img .box-preview-img-d{
	color:#bbb;
}
@media (max-width: 768px){
	.box-preview-img{
		height:auto;
	}
	.box-preview-img-h{
		font-size:18px;
	}
	.box-preview-img-d{
		font-size:14px;
	}
	.box-preview-img-el{
		width:100px;
		height:100px;
	}
	.box-preview-img-b{
		font-size:12px;
	}
	.box-preview-img{
		padding:30px;
	}
	.box-preview-info-right .btn{
		display:none;
	}
}



/*
.box{
	background: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;


    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 7px;
    padding: 25px;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.box-h{
    font-size: 14px;
    font-weight: 700;
    color: #18173B;
    margin-bottom: 10px;
    margin-top: 20px;
}*/



.checkbox{
	font-size:13px;
	font-weight:400;
	position:relative;
	padding-left:27px;
	line-height: 0em;
	height:20px;
	display:flex;
	align-items: center;
	margin-top:15px;
	color:#808191;
	cursor:pointer;
	user-select: none;
}
.checkbox:before{
	content:'';
	width:20px;
	height:20px;
	background: #eef2f9;
	position:absolute;
	left:0;
	top:0;
	border-radius: 5px;
}
.checkbox-a:before{
	background:#eef2f9 url(../images/c/tick-b.svg) center center no-repeat;
	background-size:8px auto;
}






.widget-bg{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:999998;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	display: none;
}
.widget-bg-on{
	display: block!important;
}
.widget-bg-a{
	visibility: visible;
	opacity:1;
}
.widget{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	max-width:720px;
	background:#262635;
	color:#fff;
	z-index:999999;
	visibility: hidden;
	transition: 0.6s;
	left:-720px;
	display: none;
}
.widget-on{
	display: block!important;
}
.widget-a{
	visibility: visible;
	opacity:1;
	left:0px;
}
.widget iframe{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	border:0;
    outline:0;
	z-index:1;
}
.widget-close{
	width:30px;
	height:30px;
	position:absolute;
	z-index:5;
	right:20px;
	top:20px;
	background:url(../images/cross.svg) center center no-repeat;
	background-size:14px auto;
	opacity:0.3;
	cursor: pointer;
	transition:0.2s;
}
.widget-close:hover{
	opacity:1;
}



.table-leads{
	width:100%;
}
.table-leads td, .table-leads th {
    border: 1px solid #ddd;
	padding:10px;
}

.box-lead{
	background: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box-lead > div{
	display: flex;
	align-items: center;
}
.box-lead .w-img {
    width: 30px;
    height: 30px;
	border-radius:8px;
	font-size:12px;
}
.box-lead .w {
    width:170px;
}
.box-lead .w-text-h {
    font-size: 12px;
}
.box-lead .w-text-d {
    margin-top:2px;
}
.box-lead-badges{
	max-width:730px;
}
.box-lead-badge{
	background:#eef2f9;
	color:#000;
	font-size:13px;
	margin:3px 0;
	margin-left:1px;
	border-radius:4px;
	padding:4px 10px;
	display: inline-block;
}
.box-lead-date{
	color:#aaa;
	font-size:12px;
	text-align:right;
}














.o-modal-bg{
	background:#666;
	opacity:0.3;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:900;
	display:none;
}
.o-modal-wrap{
	position:fixed;
	left:30px;
	top:0;
	right:30px;
	bottom:0;
	max-width:600px;
	margin:auto;
	height:100%;
	z-index:901;
	display:flex;
	flex-direction: column;
	display:none;
	justify-content: center;
}
.o-modal-wrap-s{
	height:100%;
}
.o-modal{
	padding:50px;
	background:linear-gradient(10deg, #5827ec, #272dfa);
	background:#262126;
	padding: 70px 40px;
	text-align:center;
	border-radius:10px;
}
.o-modal-head{
	margin-top:20px;
	font-size:16px;
	font-weight:700;
	position:relative;
	z-index:2;
}
.o-modal-head-pay{
	font-size:18px;
	font-weight:700;
	position:relative;
	z-index:2;
	margin-bottom:5px;
}
.o-modal-desc{
	margin-top:5px;
	font-size:14px;
	font-weight:300;
	position:relative;
	z-index:2;
	color:#9DA2B3;
}
.o-modal-desc-pay{
	margin-bottom:15px;
	font-size:16px;
	font-weight:300;
	position:relative;
	z-index:2;
	color:#aaa;
}
.o-modal-pay .o-modal-head{
	margin-top:0px;
}
.o-modal-try-phone{
	font-weight: 700;
	font-size:26px;
	text-align: center;
	margin-top:20px;
}
.o-modal-try-info{
	color:#aaa;
	font-size:14px;
	text-align:center;
	line-height: 1.3em;
	margin-top:5px;
}
.btn-try{
	cursor:default;
}

.pulse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin:0 auto;
  margin-top:20px;
  border-radius: 100%;
  background:#FFCC68;
  position:relative;
}
.pulse>svg{
  z-index:2;
  position:relative;
}

.pulse:after {
  content:"";
  border-radius: 100%;
  background:#FFCC68;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  animation: pulse 2s ease 0s infinite;
  transform-origin: center center;
	z-index:1;
}

@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  60% {
      opacity: 0;
      transform: scale(1.5);
  }
  100% {
      opacity: 0;
      transform: scale(2);
  }
}

.o-modal-paybtns{
	display:flex;
	max-width:450px;
	margin:0 auto;
}
.o-modal-paybtn{
	height:75px;
	background: url() center center no-repeat #fff;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
	background-size:auto 90%;
	width:100%;
	border-radius:10px;
	margin:0 5px;
	margin-top:10px;
	transition:0.4s;
	cursor:pointer;
}
/*
.o-modal-paybtns-:hover .o-modal-paybtn{
	background-color:rgba(255,255,255,0);
}
.o-modal-paybtns- .o-modal-paybtn:hover{
	background-color: #EFF0F3;
}
*/
.p1{
	background-image: url(../images/p1.png);
}
.p2{
	background-image: url(../images/p2.png);
	background-size:auto 31%;
}
.p3{
	background-image: url(../images/p3.png);
	background-size:auto 31%;
}
.p4{
	background-image: url(../images/p4.png);
	background-size:auto 80%;
}
.o-modal-other{
	margin-top:20px;
	font-size:13px;
	font-weight:300;
	text-align:center;
	color:#aaa;
	cursor:pointer;
}
.o-modal-img{
	padding:0;
	overflow:auto;
}
.o-modal-img-p{
	padding:40px;
}
.o-modal-wrap-s-img{
	height:40px;
}
.o-modal-img-zone{
	background-color:rgba(255,255,255,0.07);
	background-color:rgba(0,0,0,0.03);
	padding:40px;
	border-radius:15px;
	margin-bottom:40px;
	border:3px dashed rgba(0,0,0,0);
	transition:0.2s;
}
.o-modal-img-zone .o-modal-head{
	margin-top:0;
}
.o-modal-img-zone-a{
	border:2px dashed rgba(0,0,0,0.1);
}

.o-modal-img-input{
	text-align:center;
	margin-top:30px;
}
.o-modal-img-input-field{
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 0;
    outline: 0;
    color: #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    max-width: 250px;
    margin-top: 3px;
	padding-left:25px;
	height:57px;
	border-radius:15px 0 0 15px
}
.o-modal-img-input-btn{
    padding: 22px 30px;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
	background: #ffd6b0 linear-gradient(to bottom,#ffd6b0 0%,#ffcb9a 100%);
	position:relative;
	top:-1px;
	border-radius:0 15px 15px 0;
	padding-right:35px;
}



.o-modal-input{
	text-align:center;
	margin-top:30px;
}
.o-modal-pcode .o-modal-input{
	margin-top:0px;
}
.o-modal-mail .o-modal-input{
	margin-top:0px;
}
.o-modal-input-field{
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 0;
    outline: 0;
    color: #000;
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    max-width: 250px;
    margin-top: 3px;
	padding-left:25px;
	height:57px;
	border-radius:15px 0 0 15px
}
.o-modal-input-btn{
    padding: 22px 30px;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    background: #ffd6b0 linear-gradient(to bottom,#ffd6b0 0%,#ffcb9a 100%);
	position:relative;
	top:-1px;
	border-radius:0 15px 15px 0;
	padding-right:35px;
}



.o-modal-tag{
    text-align: justify;
    margin-top: 50px;
}
.o-modal-tag div {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;

	color:#9DA2B3;
}
.o-modal-tag div:hover {
    color:#000;
}
.o-modal-img-grid-row {
	flex-wrap: wrap;
	margin-top:50px;
}
.o-modal-img-grid-column {
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
}
.o-modal-img-grid-column:first-child {
	padding-left:0;
}
.o-modal-img-grid-column:last-child {
	padding-right:0;
}
.o-modal-img-grid-column img {
	width:100%;
	cursor:pointer;
	border-radius:6px;
}
@media screen and (max-width: 600px) {
	.o-modal-img-grid-column {
		flex: 100%;
		max-width: 100%;
	}
}
.o-modal-img-grid-img{
	position:relative;
    margin-top: 8px;
	border-radius:6px;
}
.o-modal-img-grid-name{
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
}
.o-modal-img-grid-img:hover .o-modal-img-grid-name{
	opacity:1;
}
.o-modal-img-grid-name a{
	color:#fff;
}
.o-modal-img-more {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
	background-color:rgba(0,0,0,0.03);
    border-radius:15px;
    padding:20px;
	display:none;
}
.o-modal-img-ytr{
	text-align:center;
	margin-top:40px;
	font-size:16px;
    font-weight: 300;
    font-size: 14px;
	display:none;
}
.o-modal-img-ytr a{
	color:#000;
	text-decoration: none;
}
.o-modal-img-zone{
	position:relative;
	overflow:hidden;
}
.o-modal-img-zone-form{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	visibility:hidden;
	z-index:1;
}
.o-modal-img-zone-label{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	cursor:pointer;
	z-index:2;
}

.o-clock{
	border-radius: 70px;
	border:3px solid #ffd6b0;
	position: relative;
	margin:0 auto;
	display: block;
	width: 120px;
	height: 120px;
}

.o-clock:after{
	content: "";
	position: absolute;
	background-color: #000;
	top: 13px;
	left: 48%;
	height: 50px;
	width: 4px;
	border-radius: 5px;
	transform-origin: 50% 97%;
	animation: grdAiguille 0.5s linear infinite;
}

@-webkit-keyframes grdAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

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

.o-clock:before{
	content: "";
	position: absolute;
	background-color: #000;
	top: 24px;
	left: 48%;
	height: 40px;
	width: 4px;
	border-radius: 5px;
	transform-origin: 50% 94%;
	animation: ptAiguille 3s linear infinite;
}

@-webkit-keyframes ptAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

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

.bot_card_analytics .span_head{
	color:#aaa; text-transform: uppercase; font-size:10px; font-weight: bold;
}

.bot_card_analytics .span_numb{
	font-size:24px;
}

.bot_card_analytics .span_small{
	font-size:14px; color:#8FD300
}

.loader {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}



.btn-help {
    user-select: none;
    color: #fff;
    border-radius: 1000px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right:20px;
    bottom:20px;
    flex-shrink: 0;
    transition: 0.2s;
    margin-top: 10px;
    background:linear-gradient(#8F17F2, #C202FC);
    box-shadow: 0px 8px 10px 0px rgba(54, 98, 255, 0.2);
}
.btn-help:before {
    background: url(../images/help.svg) center center no-repeat;
    background-size: 18px auto;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.help{
	position:fixed;
	right:20px;
	bottom:80px;
	background:#fff;
	border-radius:20px;
	padding:10px;
	width:100%;
	max-width:350px;
	padding-bottom:0px;
	display: none;
	z-index:999999;
}
.help-box{
	background:rgba(0,0,0,0.04);
	border-radius:20px;
	margin-bottom:10px;
	padding:20px;
	display: flex;
	color:#212529!important;
	text-decoration: none!important;
}
.help-box-w{
	margin-bottom:10px;
	padding:20px;
	text-align: center;
	color:#212529!important;
}
.help-box-c{
	align-items: center;
}
.help-box-img{
	width:30px;
	height:30px;
	background:linear-gradient(#8F17F2, #C202FC);
     box-shadow: 0px 8px 10px 0px rgba(54, 98, 255, 0.15);
	border-radius:10px;
	margin-right:20px;
	flex-shrink: 0;
	position: relative;
}
.help-box-h{
	font-weight:700;
	font-size:12px;
}
.help-box-d{
	font-size:12px;
	line-height: 1.3em;
}
.help-box-img-{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.help-box-img-tg{
	background:url(../images/c/tg.svg) 6px center no-repeat;
	background-size:15px auto;
}
.help-box-img-q{
	background:url(../images/help.svg) center center no-repeat;
	background-size:16px auto;
}
.help-box-img-mail{
	background:url(../images/c/mail.svg) center center no-repeat;
	background-size:13px auto;
}
.help-box-img-play{
	background:url(../images/c/play.svg) 11px center no-repeat;
	background-size:10px auto;
}
.help-box-w .help-box-d{
	color:#888;
	font-size:10px;
}

.modal-bg-2{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(25,23,35,0.3);
	z-index:999999;
	padding:50px;
	display: none;
}

.modal-bg-3{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(25,23,35,0.3);
	z-index:9999;
	padding:50px;
	display: none;
}

.line-loader{
	height:3px;
	border-radius:7px;
	background:#eef1f7;
	width:100%;
	margin-top:5px;
	position:relative;
	overflow:hidden;
}
.line-loader div{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-radius:7px;
	background:#0077FC;
	transition:0.3s;

	background-image:
    repeating-linear-gradient(
      -45deg,
      #0077FC,
      #0077FC 11px,
      #499fff 10px,
      #499fff 20px
    );
  background-size: 28px 28px;
  animation: loader-move .35s linear infinite;
}
.line-loader-wait div{
	width:100%;
	background:#eef1f7;

	background-image:
    repeating-linear-gradient(
      -45deg,
      #eef1f7,
      #eef1f7 11px,
      #d7ddeb 10px,
      #d7ddeb 20px
    );
	 background-size: 28px 28px;
  animation: loader-move 2.35s linear infinite;
}
@keyframes loader-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}
.line-loader-percent{
	min-width:10px;
}

.photo-stack {
  position: relative;
  margin: auto;
  width:50px;

}



.photo-stack img {
  position: absolute;
  bottom: 0;
  top:0;
  left: 0;
  margin:auto;
  max-width: 100%;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,.5);
  transition: all 0.3s ease-out;
  border-radius: 5px;
}

.photo-stack img:nth-child(1) {
  transform: scale(1.02);
  z-index: 999;
}
.photo-stack img:nth-child(2) {
  transform: translate3d(10%, 0, 0) rotate3d(0,0,1,3deg);
}
.photo-stack img:nth-child(3) {
  transform: translate3d(-10%, 0, 0) rotate3d(0,0,1,-3deg);
}
.photo-stack img:nth-child(4) {
  transform: translate3d(2%, -5%, 0) rotate3d(0,0,1,2deg);
}
.photo-stack img:nth-child(5) {
  transform: translate3d(-5%, -2%, 0) rotate3d(0,0,1,2deg);
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background: #eee; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 10px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 0.7; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background: #9B14F4;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9B14F4;
  cursor: pointer;
}

.blue-background-class {
	background-color: #9B14F4;
	opacity: 0.04;
}

.prod_pic{
	margin-right:10px;
}


.label-before, .field input:valid + label::before, .field input:focus + label::before {
  line-height: 20px;
  font-size: 12px;
  top: -10px;
  background: #fff;
  padding: 0 6px;
  left: 9px;
  box-shadow: 0 !important;
}

.field {
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 !important;
}
.field label::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 50px;
  font-size: 14px;
  color: #777;
  transition: 300ms all;
  box-shadow: 0 !important;
}
.field input {
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: 0 !important;
}
.field input:focus {
  outline: 0;
  border-color: #B809FA;
  box-shadow: 0 !important;
}
.field input:valid + label::before {
  content: attr(data-title);
  box-shadow: 0 !important;
}
.field input:focus + label::before {
  color: #000;
  box-shadow: 0 !important;
}


.btn-blue {
  box-sizing: border-box;
  position: relative;
  outline: none !important;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease;
  color: #333;
  border: 1px solid #f3ecf7;
  background-color: #f3ecf7;
  color:#8617e6;
  padding:10px 15px;
  border-radius: .25rem;
  font-size: 12px;
  cursor: pointer;
}

.btn-blue:hover {
  border-color: #fbf5ff;
  background-color:#fbf5ff
}


.striked { 
    position: relative; 
} 
  
.striked:before { 
    position: absolute; 
    width: 100%; 
    height: 60%; 
    content: ''; 
    border-bottom: 2px solid #FF0000; 
    pointer-events: none; 
} 

.striked::before { 
    transform: rotate(-30deg); 
} 
.down::before { 
    transform: rotate(5deg); 
} 

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
