@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300..900&display=swap');

body{
	font-family: 'Raleway';
	color:#000;
	padding:30px;
	user-select: none;
}

a{
	text-decoration: none!important;
}

.wrap{
	margin:0 auto;
	max-width:1400px;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid #e5e5e5;
	border-radius:30px;
	padding:20px;
}
.header-fix{
	position: fixed;
	left:30px;
	top:30px;
	right:30px;
	background:rgba(200,200,200,0.2);
	border:0;
	max-width:1400px;
	margin:auto;
	z-index:5;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transform:translateY(-200px);
	transition:0.6s;
}
.header-fix-a{
	transform:translateY(0px);
}
.logo{
	display: flex;
	align-items: center;
	transition: 0.4s;
}
.logo-img{
	width:50px;
	height:50px;
	background:url(../img/logo.png) center center no-repeat;
	background-size:cover;
	border-radius:15px;
	position:relative;
}
.header-fix-w .logo-h{
	color:#fff;
}
/*.logo-img:before{
	width:32px;
	height:32px;
	background:url(../img/logo-2.svg) center center no-repeat;
	background-size:contain;
	margin:auto;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
}*/
.logo-h{
	font-size:18px;
	font-weight: 700;
	margin-left:10px;
	color:#000;
}
.btn-login{
	background:#f4f4f4;
	color:#555;
	padding:15px 20px;
	font-size:12px;
	font-weight: 700;
	border-radius:15px;
}
.header-fix .btn-login{
	background:url(../img/btn.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
}

.main{
	text-align: center;
	padding-top:120px;
}
.main .h1{
	max-width:700px;
	margin:0 auto;
	position: relative;
}
.main h1{
	line-height: 1.1em;
	font-weight:800;
	font-size:40px;
}
.main .h1-ai{
	position: absolute;
	right:-35px;
	top:-35px;
	font-size:12px;
	font-weight:500;
	background:url(../img/h1-ai.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	padding:5px 15px;
	border-radius:100px;
	padding-right:28px;
}
.main .h1-ai:before{
	position: absolute;
	right:10px;
	top:0;
	bottom:0;
	width:14px;
	height:14px;
	background:url(../img/h1-ai-stars.svg) center center no-repeat;
	background-size:contain;
	margin:auto;
	content:'';
}
.main p{
	text-align: center;
	margin:0 auto;
	margin-top:30px;
	font-weight:500;
	font-size:18px;
	margin-bottom:30px;
	max-width:460px;
}
.btn{
	padding:20px 30px;
	background:url(../img/btn.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	font-weight:700;
	font-size:14px;
	border-radius:15px;
	display: inline-block;
	cursor: pointer;
}

.how{
	text-align: center;
	margin-top:40px;
	background:url(../img/how-arr.png) center 150px no-repeat;
	background-size: 200px auto;
}
.how .container{
	max-width:100%;
}
.how-1{
	transform: rotate(-5deg);
}
.how-2{
	transform: rotate(5deg);
	margin-top:50px;
}
.how-h{
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom:20px;
	font-size: 14px;
}

.how-pics{
	display: flex;
	gap:10px;
	align-items: center;
	justify-content: center;
	margin-top:10px;
}
.how-pic{
	width:120px;
	height:120px;
	background:#eee;
	border-radius:20px;
	overflow: hidden;
	position: relative;
}
.how-pic-{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url() center center no-repeat;
	background-size:cover;
	transition: opacity 1s ease;
	opacity: 0;
}
.how-pic-:first-child{
	opacity:1;
}


.why{
	margin-top:100px;
}
.why-h{
	font-weight: 700;
	font-size:20px;
	margin-bottom:10px;
}
.why-d{
	font-weight: 500;
}

.icon{
	width:40px;
	height:40px;
	background:url(../img/logo-bg.jpg) center center no-repeat;
	background-size:cover;
	border-radius:10px;
	margin-bottom:10px;
	position: relative;
}
.icon:before{
	position: absolute;
	right:0px;
	top:0;
	bottom:0;
	left:0;
	width:22px;
	height:22px;
	background:url() center center no-repeat;
	background-size:contain;
	margin:auto;
	content:'';
}
.why-icon-1:before{
	background-image:url(../img/why-1.svg);
}
.why-icon-2:before{
	background-image:url(../img/why-2.svg);
}
.why-icon-3:before{
	background-image:url(../img/why-3.svg);
}

.styles{
	margin-top:120px;
	text-align: center;
}
.styles h2{
	font-weight: 800;
	font-size:30px;
	line-height: 1.2em;
	max-width: 700px;
	margin:0 auto;
}
.styles p{
	margin:0 auto;
	margin-top:10px;
	font-weight:500;
	font-size:18px;
	margin-bottom:20px;
	max-width:450px;
}
.styles-boxes{
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.styles-box{
	border-radius:20px;
	background:#333;
	flex:0 0 calc((100% - 4 * 10px) / 5);
	aspect-ratio: 1 / 1.5;
	position: relative;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
	transition: 0.2s;
}
.styles-box:hover{
	transform: scale(1.03);
}
.styles-box:active{
	transform: scale(1.01);
}
.styles-box-img{
	position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 2;
     background: url() center center no-repeat;
	background-size:cover;
}
.styles-box-content{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	padding: 25px;
}
.styles-box-content-h{
	font-weight:800;
	font-size:18px;
	color:#fff;
	line-height: 1.2em;
}
.styles-box-content-d{
	font-weight:500;
	font-size:12px;
	color:#fff;
	opacity:0.5;
}
.styles-box-content-btn{
	border:2px solid rgba(255,255,255,0.2);
	color:#fff;
	padding:15px;
	text-align: center;
	font-weight: 700;
	font-size:12px;
	border-radius:15px;
}



.pay-trigs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	margin-top:20px;
	margin-bottom:30px;
}
.pay-trig{
	display: flex;
	align-items: center;
}
.pay-trig-img{
	width:16px;
	height:16px;
	background:url(../img/btn.jpg) right center no-repeat;
	background-size:cover;
	border-radius: 100px;
	margin-right:5px;
	position: relative;
}
.pay-trig-img:before{
	width:8px;
	height:8px;
	background:url(../img/c/tick-w.svg) center center no-repeat;
	background-size:contain;
	margin:auto;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
}
.pay-trig-h{
	font-size:14px;
	font-weight: 500;
	color:#999;
}

.footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid #e5e5e5;
	border-radius:30px;
	padding:20px;
	margin-top:200px;
}
.footer-r{
	text-align: right;
	line-height: 1em;
}
.footer-info{
	font-size:12px;
	font-weight:500;
	color:#999;
}
.footer-links a, .footer-links span{
	font-size:12px;
	font-weight:500;
	color:#999;
	margin-left:7px;
	text-decoration: none;
	cursor: pointer;
}




/*


.styles-box{
	border:2px solid #f5f5f5;
	padding:30px;
	border-radius:20px;
	text-align: left;
	margin-top:30px;
}
.styles-box-h{
	font-weight: 800;
	font-size:18px;
	margin-bottom:5px;
}
.styles-box-d{
	font-weight: 500;
	font-size:14px;
	line-height: 1.2em;
	margin-bottom:20px;
	color:#aaa;
}
.styles-box-imgs{
	display: flex;
	gap:10px;
	margin-top:10px;
}
.styles-box-img{
	flex: 1 1 calc(50% - 5px);
     aspect-ratio: 1 / 1;
	background:#f5f5f5;
	border-radius:15px;
}
.styles-box .btn{
	text-align: center;
	margin-top:30px;
}

.styles-box-mini{
	border:2px solid #f5f5f5;
	padding:20px;
	border-radius:20px;
	text-align: left;
	margin-top:30px;
}
.styles-box-mini .styles-box-h{
	margin-bottom:10px;
	font-size:14px;
}*/


.body-auth{
	padding:0;
}
.wrap-auth{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	padding:30px;
	gap:50px;
}
.wrap-auth > div{
	width:100%;
}
.wrap-auth-c{
	text-align: center;
}
.auth-h{
	font-weight: 700;
	font-size:20px;
	margin-bottom:20px;
}
.auth-form{
	max-width:300px;
	margin:0 auto;
}
.auth-text{
	font-size:14px;
	font-weight: 500;
	height:55px;
	border:0;
	background:#fff;
	padding:10px;
	max-width:300px;
	width:100%;
	border-radius:15px;
	border: 1px solid #e9e9e9;
	outline:0;
	margin-top:10px;
	outline: 0;
}
.auth-btn{
	padding:17px 30px;
	background:url(../img/btn.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	font-weight:700;
	font-size:14px;
	border-radius:15px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width:100%;
	margin-top:20px;
	border:0!important;
	outline: 0!important;
}


.auth-btns{
	margin-top:20px;
	margin-bottom:10px;
}
.auth-btns-btn{
	padding:10px 0;
	text-align: center;
	font-size:14px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:0.2s;
	color: #000;
	border:1px solid #E0E0E0;
	font-weight: 600;
	transition: 0.15s;
	margin-top:10px;
}
.auth-btns-btn:hover{
	background:#f5f5f7;
}
.auth-btns-btn div{
	width:22px;
	height:22px;
	margin-right:10px;
}
.auth-btns-btn-tg div{
	background:url(../img/tg.svg) center center no-repeat;
	background-size:contain;
}
.auth-btns-btn-vk div{
	background:url(../img/vk.png) center center no-repeat #fff;
	background-size:contain;
}

.auth-hr{
	margin-top:25px;
	margin-bottom:5px;
}
.auth-link{
	margin-top:25px;
	font-size:14px;
	color:#777;
	font-weight: 500;
}
.auth-link-2{
	margin-top:5px;
}
.auth-link a{
	color:#43a8eb!important;
}


.auth-label{
    position: relative;
    padding-left: 24px;
    text-align: left;
    color: #777;
    line-height: 1.4em;
    font-size:12px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 500;
}
.auth-label input{
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.auth-label input{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.auth-label input:active{
    outline: none;
    border-color: #56D0F7;
}
.auth-label input:checked {
    background-color: #56D0F7 !important;
    border-color: #56D0F7 !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}




.noty{
	position:fixed;
	right:20px;
	top:-30px;
	left:20px;
     opacity:0;
     transition:top 0.5s, opacity 0.5s;
     z-index:5000;
	text-align: center;
	pointer-events: none;
	user-select: none;
	z-index:500;
}
.noty div{
	box-shadow: 0 15px 18px 0 rgba(84, 208, 244, 0.33);
     background: url(../img/h1-ai.jpg) center top no-repeat;
     background-size: auto 105%;
     color: #fff;
	border-radius:15px;
	display:inline-block;
	color:#fff;
	padding:14px 20px;
	font-size:14px;
     cursor:arrow;
}
.noty-show{
	top:20px;
	opacity:1;
     cursor:pointer;
}




.m-lock{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:503;
	background:rgba(22,24,34,0.15);
	transition:0.5s;
	visibility:hidden;
	opacity:0;
	z-index:999999;
}
.m-lock-a{
	visibility:visible;
	opacity:1;
}
.m-lock > div{
    position:absolute;
	z-index:999999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:96px;
	height:96px;
	margin:auto;
	color:#fff;
}
.m-lock > div > div {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color:#fff;
    border: 0 solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    opacity: 0;
    animation: m-lock 1s 0s linear infinite;
}
.m-lock > div > div:nth-child(2) {
    animation-delay: .2s;
}
.m-lock > div > div:nth-child(3) {
    animation-delay: .4s;
}
@keyframes m-lock{
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.vk-auth{
	min-height:152px;
}




.modal-bg{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(25, 23, 35, 0.1);
	z-index:4999;
	display: flex;
	padding:50px;
	align-items: center;
	justify-content: center;
	overflow: auto;
	display: none;
}
.modal-bg-dark{
	background:rgba(0,0,0,0.7);
}
.modal-prev{
	background: #000;
	color:#fff;
	border-radius: 20px;
	width:100%;
	max-width:600px;
	text-align: center;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
	position: relative;
	margin: auto;
	overflow: hidden;
	text-align: left;
	display: none;
}
.modal-prev-close{
	position: absolute;
	right:15px;
	top:15px;
	border-radius: 100px;
	background:#fff url(../img/cross-b.svg) center center no-repeat;
	background-size:8px auto;
	z-index:10;
	width:24px;
	height:24px;
	cursor: pointer;
}
.modal-prev-img{
	height:500px;
	background:url() center center no-repeat;
	background-size:cover;
	position: relative;
}
.modal-prev-content{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,1));
	padding:40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index:5;
	width:100%;
}
.modal-prev-h{
	font-weight: 800;
	font-size:20px;
}
.modal-prev-d{
	font-weight: 500;
	font-size:14px;
}
.modal-prev-info{
	padding:0px 40px;
	padding-bottom:40px;
}
.modal-prev-info-text{
	font-size:14px;
	color:#999;
}
.modal-prev-info-imgs{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	margin-top:20px;
}
.modal-prev-info-img{
	flex:0 0 calc((100% - 2 * 10px) / 3);
	aspect-ratio: 1 / 1.5;
	border-radius:15px;
	background:url() center center no-repeat #444;
	background-size:cover;
}
.modal-prev-info-img{
	cursor: pointer;
	transition: 0.2s;
}
.modal-prev-info-img:hover{
	transform: scale(1.05);
}
.modal-prev-info-img:active{
	transform: scale(0.95);
}

.rules{
	padding:40px 20px;
}


.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.4s;
    margin-top: 10px;
    background:linear-gradient(to right, #5AC6F0, #7AE4FD);
    box-shadow: 0 15px 18px 0 rgba(84,208,244,0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size:20px;
    z-index:100;
    transform: translateY(0px);
    z-index:501;
}

.btn-help-a{
	transform: translateY(100px);
}


.main-box{
	margin:30px 0;
}


.pay-head{
	line-height: 1.1em;
	font-weight:800;
	font-size:26px;
	text-align: center;
}
.pay-trigs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	margin-top:20px;
}
.pay-trig{
	display: flex;
	align-items: center;
}
.pay-trig-img{
	width:16px;
	height:16px;
	background:url(../img/btn.jpg) right center no-repeat;
	background-size:cover;
	border-radius: 100px;
	margin-right:5px;
	position: relative;
}
.pay-trig-img:before{
	width:8px;
	height:8px;
	background:url(../img/c/tick-w.svg) center center no-repeat;
	background-size:contain;
	margin:auto;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
}
.pay-trig-h{
	font-size:14px;
	font-weight: 500;
	color:#999;
}


.pay-tarifs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	margin-top:30px;
}
.pay-tarif{
	padding:25px;
	width:100%;
	max-width:320px;
	border-radius:20px;
}
.pay-tarif{
	border: 1px solid #e9e9e9;
    	background: #fcfcfc;
	position: relative;
	overflow: hidden;
}
.pay-tarif-name{
	font-weight: 700;
	font-size:14px;
}
.pay-tarif-price{
	font-weight: 700;
	font-size:35px;
}
.pay-tarif-d{
	margin-top:10px;
	font-weight: 500;
	font-size:14px;
	color:#999;
	line-height: 1.2em;
}
.pay-tarif-better{
	font-weight: 700;
	text-align: center;
	margin-top:20px;
	font-size:14px;
}
.pay-tarif-better span{
	background:#5AC6F0;
	color:#fff;
	padding:3px 10px;
	border-radius: 100px;
	margin-left:2px;
}
.pay-tarif-2{
}
.pay-tarif-trigs{
	margin-top:20px;
	display: flex;
	flex-direction: column;
	gap:5px;
}
.pay-tarif-trig{
	display: flex;
	align-items: center;
}
.pay-tarif-trig-img{
	width:16px;
	height:16px;
	background:url(../img/btn.jpg) right center no-repeat;
	background-size:cover;
	border-radius: 100px;
	margin-right:5px;
	position: relative;
}
.pay-tarif-trig-img:before{
	width:6px;
	height:6px;
	background:url(../img/c/tick-w.svg) center center no-repeat;
	background-size:contain;
	margin:auto;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
}
.pay-tarif-trig-h{
	font-size:14px;
	font-weight: 500;
}

.pay-tarif-btn{
	padding:15px 30px;
	background:#eeeeee;
	font-weight:700;
	font-size:14px;
	border-radius:15px;
	display: inline-block;
	cursor: pointer;
	margin-top:20px;
	width:100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	color:#000!important;
}

.pay-tarif-2 .pay-tarif-btn{
	background: linear-gradient(-45deg, #5AC6F0, #7AE4FD);
	color:#fff!important;
}

.pay-tarif-btn-mini{
	background: linear-gradient(-45deg, #5AC6F0, #7AE4FD);
	color:#fff;
	font-size:12px;
	display: inline-block;
	width:auto;
	margin-top:10px;
}

.pay-tarif-ribbon {
  margin: 0;
  padding: 0;
  background: #5AC6F0;
  color:white;
  padding:3px;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(35%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size:11px;
}
.pay-tarif-ribbon:before,
.pay-tarif-ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #5AC6F0;
}
.pay-tarif-ribbon:before {
  right:100%;
}

.pay-tarif-ribbon:after {
  left:100%;
}

.gift{
	position: fixed;
	left:0px;
	bottom:0px;
	margin:auto;
	height:95px;
	padding:20px;
	border-radius:0px 30px 0 0;
	background:url(../img/logo-bg.jpg) center center no-repeat;
	background-size:cover;
	z-index:500;
	transform: translateY(150px);
	transition: 0.3s;
	display: flex;
	cursor: pointer;
	color:#000!important;
	text-decoration: none!important;
	outline:0!important;
	transform-origin: left bottom;
}
.gift-img{
	width:60px;
	height:60px;
	background:url(../img/gift.png) center center no-repeat;
	background-size:contain;
	flex-shrink: 0;
	margin-right:10px;
}
.gift-a{
	transform: translateY(0px);
}
.gift-h{
	font-weight: 700;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gift-d{
	font-weight: 500;
	font-size:12px;
	line-height: 1.2em;
	margin-top:5px;
}
.gift:hover{
	transform: scale(1.03);
}
.gift:active{
	transform: scale(1.01);
}




.modal{
	padding:30px 20px 40px 20px;
	background: #fff;
	border-radius: 20px;
	width:100%;
	max-width:600px;
	text-align: center;
	box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
	position: relative;
	margin: auto;
}
.modal-h{
	font-size:20px;
	font-weight: 700;
}
.modal-d{
	font-size:14px;
	font-weight: 500;
	margin-top:10px;
	color:#999;
	margin-bottom:20px;
}
.modal-help-box{
	border: 1px solid #e9e9e9;
	border-radius:15px;
	padding:15px;
	margin-top:10px;
	cursor: pointer;
	transition: 0.15s;
}
.modal-help-box:hover{
	background:#fafafa;
}
.modal-help-box-title{
	display: flex;
	align-items: center;
}
.modal-help-box-title-{
	text-align: left;
}
.modal-help-box-title-img{
	width:40px;
	height:40px;
	background:url() center center no-repeat #aaa;
	background-size:cover;
	border-radius:100px;
	flex-shrink: 0;
	margin-right:15px;
}
.modal-help-box-title-img-tg{
	background-image:url(../img/tg.svg);
}
.modal-help-box-title-img-vk{
	background-image:url(../img/vk.svg);
	background-size:30px auto;
	background-color:#0277FF;
}
.modal-help-box-title-img-in{
	background-image:url(../img/link.svg);
	background-size:24px auto;
	background-color:#e6f3f8;
}
.modal-help-box-title-img-ma{
	background-image:url(../img/mail.svg);
	background-size:20px auto;
	background-color:#e6f3f8;
}
.modal-help-box-title-h{
	font-weight: 700;
	color:#000;
	font-size:13px;
	margin-top:5px;
}
.modal-help-box-title-h span{
	color:#39bcff;
}
.modal-help-box-title-d{
	font-weight: 500;
	color:#999;
	margin-top:2px;
	font-size:12px;
	line-height: 1.2em;
}

.modal-help-img{
	width:150px;
	height:150px;
	margin:0 auto;
}
.modal-help-img lottie-player{
	width: 150px;
	height: 150px;
	transform:scale(1.8);
}

.modal .container{
	padding-left:0;
	padding-right:0;
	width:100%;
	max-width:100%;
}

.modal-close{
	position: absolute;
	right:15px;
	top:15px;
	border-radius: 100px;
	background: linear-gradient(to right, #5AC6F0, #7AE4FD);
	z-index:10;
	width:24px;
	height:24px;
	cursor: pointer;
}
.modal-close:before{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:'';
	background:url(../img/cross-w.svg) center center no-repeat;
	background-size:8px auto;
	z-index:2;
}

.modal-bot-qr{
	margin-top:30px;
	margin-bottom:30px;
}

.modal-small{
	max-width:450px;
}


.noty{
	position:fixed;
	right:20px;
	top:-30px;
	left:20px;
     opacity:0;
     transition:top 0.5s, opacity 0.5s;
     z-index:5000;
	text-align: right;
	pointer-events: none;
	user-select: none;
	z-index:500;
}
.noty div{

	box-shadow: 0 15px 18px 0 rgba(84, 208, 244, 0.33);
    background: url(../img/h1-ai.jpg) center top no-repeat;
    background-size: auto 105%;
    color: #fff;

	border-radius:15px;
	display:inline-block;
	color:#fff;
	padding:14px 20px;
	font-size:14px;
     cursor:arrow;
}
.noty-show{
	top:20px;
	opacity:1;
     cursor:pointer;
}


@media screen and (max-width: 1280px) {
	.how-pic{
		width:80px;
		height:80px;
		border-radius:15px;
	}
}
@media screen and (max-width: 1110px) {
	.styles-box{
		    flex: 0 0 calc((100% - 3 * 10px) / 4);
	}
}
@media screen and (max-width: 1030px) {
	.how{
		/*background-image:url();*/
		background-size: 150px auto;
	}
	.main .h1-ai{
		right:0px;
		left:0px;
		margin:auto;
		width:200px;

	}
}
@media screen and (max-width: 992px) {
	.why{
		margin-top:40px;
	}
	.why .icon{
		margin-top:40px;
	}
}
@media screen and (max-width: 900px) {
	.styles-box{
		    flex: 0 0 calc((100% - 2 * 10px) / 3);
	}
	.how{
		/*background-image:url();*/
		background-size: 80px auto;
	}
}
@media screen and (max-width: 768px) {
	.how{
		background-image:url();
	}
	.how{
		margin-top:100px;
	}
	.how-1{
		transform: rotate(0deg);
	}
	.how-2{
		transform: rotate(0deg);
	}
	.main h1{
		font-size:30px;
	}
	.styles h2{
		font-size:25px;
	}
	.pay-trigs{
		flex-direction: column;
		gap:2px;
	}
	.footer{
		flex-direction: column;
		gap:5px;
		text-align: center;
	}
	.footer-r{
		text-align: center;
		margin-top:10px;
	}
}
@media screen and (max-width: 684px) {
	.styles-box{
		    flex: 0 0 calc((100% - 1 * 10px) / 2);
	}
	.pay-tarifs{
		flex-direction: column;
	}
	.pay-head br {
		content: " ";
	}
	.pay-head br:after {
		content: " ";
	}
}
@media screen and (max-width: 500px) {
	.modal-bg{
		padding:0;
	}
	.modal{
		border-radius:0;
		min-height: 100vh;
		max-width:100%;
	}
	.modal-close{
		position: fixed;
	}
	body{
		padding:15px;
	}
	.header-fix{
		left:0;
		top:0;
		right:0;
		border-radius: 0;
	}
	/*.styles-box{
		    flex: 0 0 calc((100% - 0 * 10px) / 1);
	}*/
	.styles-box .styles-box-content-h{
		font-size:12px;
	}
	.styles-box .styles-box-content-btn span{
		display: none;
	}
	.main p br {
		content: " ";
	}
	.main p br:after {
		content: " ";
	}
	.styles h2 br {
		content: " ";
	}
	.styles h2 br:after {
		content: " ";
	}
	.styles p br {
		content: " ";
	}
	.styles p br:after {
		content: " ";
	}
	.how-pic{
		flex: 0 0 calc((100% - 2 * 10px) / 3);
		width:auto;
		height:auto;
		aspect-ratio: 1 / 1;
	}
	.how{
		margin-top:80px;
	}
	.main .h1-ai{
		top:-50px;
	}
	.modal-bg-dark{
		padding:0;
	}
	.modal-prev{
		border-radius:0;
	}
	.modal-prev-close{
		position: fixed;
		top:40px;
		background-size: 10px auto;
    	     width: 30px;
          height: 30px;
	}
	.modal-prev-info-img {
	    flex: 0 0 calc((100% - 1 * 10px) / 2);
	}
}
@media screen and (max-width: 390px) {
	.m-hide{
		display: none;
	}
}
