@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
	padding: 0px;
	margin: 0px;
	font-family: "Poppins", serif;
    background-color: #020202;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    background-image: url("../images/bg/main.svg");
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Poppins", serif;
}
.center{
    width: 90%;
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 19px 0;
    background-image: url("../images/bg/header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e51e26;
    border-radius: 0px 0px 16px 16px;
    position: relative;
    z-index: 10005;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.header__item-menu{
    width: 18px;
    height: 15px;
    float: left;
    background-image: url("../images/icon/bar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
    border: unset;
    margin: 0 15px 0 0;
    display: none;
    cursor: pointer;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item:nth-child(2) .header__item-logo{
    display: none;
}
.header__item-logo img{
    width: 73px;
    height: 24px;
    object-fit: contain;
    object-position: center;
    float: left;
}
.header__item ul{
    width: fit-content;
    height: auto;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 8px;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    padding: 10px;
    border-radius: 8px;
    transition: .4s;
}
.header__item ul > li > a.active,
.header__item ul > li > a:hover{
    background-color: rgba(255, 255, 255, 0.2);
    transition: .4s;
}
.header__item-login{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    padding: 11px 38px 11px 10px;
    border-radius: 8px;
    background-image: url("../images/icon/user.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 62px center;
    transition: .4s;
    display: none;
}
.header__item-login:hover{
    background-color: rgba(255, 255, 255, 0.2);
    transition: .4s;
}
.header__item-close{
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/close.svg");
    border: unset;
    background-color: unset;
    right: 20px;
    top: 28px;
    display: none;
    cursor: pointer;
}
.header__item:nth-child(3){
    display: flex;
    flex-wrap: wrap;
}
.header__item-balance{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding: 0 0 0 30px;
    position: relative;
}
.header__item-balance::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/user.svg");
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header__item-user{
    width: 27px;
    height: 27px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/user.svg");
    background-color: #020202;
    border-radius: 100px;
    margin: 0 0 0 20px;
}
.header__item__user{
    width: fit-content;
    height: auto;
    float: right;
    display: none;
    flex-wrap: wrap;
    justify-content: right;
    align-content: center;
    align-items: center;
}
.header__item__user__box{
    width: fit-content;
    height: auto;
    margin: 0 0 0 20px;
    position: relative;
}
.header__item__user__box-balance{
    width: fit-content;
    height: auto;
    float: right;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 25px;
    position: relative;
}
.header__item__user__box-notification{
    width: 20px;
    height: 20px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/notification.svg");
    background-color: unset;
    border: unset;
    cursor: pointer;
    filter: invert(0%) sepia(3000%) saturate(30%) hue-rotate(2deg) brightness(405%) contrast(106%);
}
.header__item__user__box-balance::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/money.svg");
}
.header__item__user__box-profile{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item__user__box-profile img{
    width: 34px;
    height: 34px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    float: right;
    background-color: #020202;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.header__item__user__box-navigation{
    width: 183px !important;
    height: auto;
    position: absolute;
    background-color: #111111;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 10px;
    padding: 6px 10px;
    box-sizing: border-box;
    right: 0;
    top: 40px;
    display: none;
}
.header__item__user__box-navigation li{
    width: 100% !important;
    height: auto;
    margin: 5px 0 !important;
}
.header__item__user__box-navigation li > a{
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    font-weight: 400 !important;
    position: relative;
    padding: 16px 10px 16px 50px !important;
}
.header__item__user__box-navigation li > a::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header__item__user__box-navigation li:nth-child(1) > a::before{
    background-image: url("../images/icon/user.svg");
}
.header__item__user__box-navigation li:nth-child(2) > a::before{
    background-image: url("../images/icon/tok.svg");
}
.header__item__user__box-navigation li:nth-child(3) > a::before{
    background-image: url("../images/icon/sett.svg");
}
.header__item__user__box-navigation li:nth-child(4) > a::before{
    background-image: url("../images/icon/help.svg");
}
.header__item__user__box-navigation li:nth-child(5) > a::before{
    background-image: url("../images/icon/subscription.svg");
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(342deg) brightness(105%) contrast(106%);
}
.header__item__user__box-navigation li:nth-child(6) > a::before{
    background-image: url("../images/icon/promocode.svg");
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(342deg) brightness(105%) contrast(106%);
}
.header__item__user__box-navigation li:nth-child(7) > a::before{
    background-image: url("../images/icon/logout.svg");
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(342deg) brightness(105%) contrast(106%);
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.main-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffa701;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.main-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
}
.main__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 50px 0 0 0;
}
.main__box:nth-child(1){
    width: 25%;
    height: auto;
}
.main__box:nth-child(2){
    width: 70%;
    height: auto;
}
.main__item:nth-child(2) .main__box:nth-child(1){
    order: 2;
}
.main__item:nth-child(2) .main__box:nth-child(2){
    order: 1;
}
.main__item:nth-child(4) .main__box:nth-child(1){
    order: 2;
}
.main__item:nth-child(4) .main__box:nth-child(2){
    order: 1;
}
.main__box video{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.main__box-poster{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}
.main__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 27px;
    letter-spacing: -0.01em;
    font-weight: 400;
}
.main__box-title b{
    color: #FFA701;
    font-weight: 500;
}
.main__box-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 24px;
    margin: 20px 0 0 0;
}
.main__box-button{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #ffffff;
    color: #5bceb1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 29px 0 0 0;
    cursor: pointer;
    border: unset;
    padding: 12px 40px;
    border-radius: 100px;
    box-shadow: 0px 9px 20px -3px #ffa701;
    transition: .2s;
}
.main__box-button:hover{
    box-shadow: 0px 2px 20px 6px #ffa701;
    transition: .2s;
}
.main__box__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px 0 0 0;
}
.main__box__buttons button{
    width: 250px;
    height: 49px;
    float: left;
    background: #FFA701;
    background: linear-gradient(90deg, rgba(255, 167, 1, 1) 0%, rgba(255, 141, 45, 1) 100%);
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: unset;
    margin: 15px 20px 0 0;
    transition: .2s;
}
.main__box__buttons button:hover{
    background-color: #d78c00;
	transform: scale(1.04);
    transition: .2s;
}
/* MAIN */

/* GIRLS */
.girls{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.girls-title{
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.girls__row {
    display: flex;
    gap: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    float: left;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
}
.girls__item {
    display: flex;
    gap: 18px;
    flex-shrink: 0;
    min-width: 100%;
    animation: scroll-left 40s linear infinite;
}
.girls__item:nth-child(2) {
    animation: scroll-right 40s linear infinite;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
  
.girls__item img {
    width: 180px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.girls__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
}
.girls__buttons a{
    width: 200px;
    height: 45px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 500;
	 transition: .2s;
}
.girls__buttons a:nth-child(2){
    background: #FFA701;
    background: linear-gradient(90deg, rgba(255, 167, 1, 1) 0%, rgba(255, 141, 45, 1) 100%);
    border-color: #FFA701;
    color: #000000;
}
.girls__buttons a:hover{
    background: linear-gradient(90deg, rgba(255, 167, 1, 1) 0%, rgba(255, 141, 45, 1) 100%);
	border-color: #FFA701;
	transform: scale(1.04);
    transition: .2s;
}
/* GIRLS */

/* STYLES */
.styles{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.styles-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffa701;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.styles-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.styles__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.styles__item{
    width: 48%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0 0;
    align-content: baseline;
}
.styles__item-poster{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.styles__box{
    width: 31%;
    height: auto;
    border-radius: 20px;
    background-color: #282525;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #050505;
    margin: 0 0 20px;
    transition: .3s;
}
.styles__box:hover,
.styles__box.active{
    border: 1px solid #FFA701;
    transition: .3s;
}
.styles__box img{
    width: 100%;
    height: 160px;
    float: left;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.styles__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    margin: 15px 0 0;
}
.styles__button{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 0 0;
}
.styles__button a{
    width: 220px;
    height: 45px;
    color: #000000;
    border: 1px solid #FFA701;
    background: #FFA701;
    background: linear-gradient(90deg, rgba(255, 167, 1, 1) 0%, rgba(255, 141, 45, 1) 100%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
	transition: .2s;
}
.styles__button a:hover{
    background: linear-gradient(90deg, rgba(255, 167, 1, 1) 0%, rgba(255, 141, 45, 1) 100%);
	border-color: #FFA701;
	transform: scale(1.04);
    transition: .2s;
}
/* STYLES */

/* ASK */
.ask{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.ask-title{
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.ask__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.ask__item{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #7a7a7a;
}
.ask__item p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.ask__item p::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("../images/icon/ask-drop.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.ask__item.active p{
    color: #FFA701;
    transition: .2s;
}
.ask__item.active p::before{
	-webkit-transform: translate(0%, -50%)rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
}
.ask__item span{
    width: 90%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 24px;
    margin: 20px 0 0;
    display: none;
}
/* ASK */

/* NUMBERS */
.numbers{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    background: #2E2E2E;
    background: linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, rgba(46, 46, 46, 1) 100%);
}
.numbers-title{
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.numbers__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.numbers__item{
    width: 30%;
    height: auto;
}
.numbers__item b{
    width: 100%;
    height: auto;
    float: left;
    color: #ffa701;
    text-align: center;
    font-size: 50px;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.numbers__item p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 24px;
}
.numbers-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 400;
}
/* NUMBERS */

/* REVIEW */
.review{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.review-title{
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.review__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
}
.review__item{
    width: 31%;
    height: auto;
    background-image: linear-gradient(180deg, #080b0f 0%, #30303078 100%);
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #2d2d2d;
    border-radius: 15px;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    position: relative;
}
.review__item:hover{
    border: 1px solid #ffa701;
    background-image: linear-gradient(180deg, #080b0f 0%, #53525278 100%);
    transition: .3s;
}
.review__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 24px;
    padding: 0 0 30px;
    position: relative;
}
.review__item-description::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 14px;
    background-image: url("../images/icon/star.svg");
    background-position: center;
    background-size: contain;
}
.review__item__user{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 30px 0 0 0;
}
.review__item__user div:nth-child(1){
    width: 50px;
    height: auto;
}
.review__item__user div:nth-child(2){
    width: calc(100% - 65px);
    height: auto;
}
.review__item__user div > img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}
.review__item__user div > p{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.review__item__user div > span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 13px;
    color: #f07238;
    margin: 2px 0 0 0;
}
/* REVIEW */

/* VERIFICATION */
.verification{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur(12px);
    z-index: 10005;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.verification__row{
    width: 95%;
    max-width: 500px;
    height: auto;
    background-color: #121212;
    border: 1px solid #424242;
    border-radius: 20px;
    padding: 35px;
    box-sizing: border-box;
}
.verification__item{
    width: 100%;
    height: auto;
    float: left;
}
.verification__item-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 30px 0 0 0;
    position: relative;
}
.verification__item-title::before{
    content: "";
    position: absolute;
    width: 66px;
    height: 20px;
    background-image: url("../images/logo/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.verification__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #c7c7c7;
    margin: 20px 0 0 0;
}
.verification__item-description span{
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    color: #e75252;
    font-size: 15px;
    padding: 10px 0;
    margin: 10px 0;
}
.verification__item__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.verification__item__buttons button{
    width: 48%;
    height: 38px;
    border: unset;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.verification__item__buttons button:nth-child(1){
    background-color: #ffa702;
    color: #292929;
    transition: .2s;
}
.verification__item__buttons button:nth-child(2){
    background-color: #292929;
    color: #ffa702;
    transition: .2s;
}
.verification__item__buttons button:nth-child(1):hover{
    background-color: #dd9308;
    transition: .2s;
}
.verification__item__buttons button:nth-child(2):hover{
    background-color: #1f1e1e;
    transition: .2s;
}
.verification__item-information{
    width: 100%;
    height: auto;
    float: left;
    color: #c7c7c7;
    text-align: left;
    font-size: 12px;
    margin: 20px 0 0 0;
}
.verification__item-copyright{
    width: 100%;
    height: auto;
    float: left;
    color: #c7c7c7;
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0 0;
}
/* VERIFICATION */

/* MODAL */
.modalauth{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur(12px);
    z-index: 10005;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modalauth__row{
    width: 95%;
    max-width: 900px;
    height: auto;
    background-color: #121212;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.modalauth__item{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}
.modalauth__item:nth-child(2),
.modalauth__item:nth-child(3),
.modalauth__item:nth-child(4),
.modalauth__item:nth-child(5),
.modalauth__item:nth-child(6),
.modalauth__item:nth-child(7){
    padding: 35px;
    box-sizing: border-box;
}
.modalauth__item:nth-child(3),
.modalauth__item:nth-child(4),
.modalauth__item:nth-child(5),
.modalauth__item:nth-child(6),
.modalauth__item:nth-child(7){
    display: none;
}
.modalauth__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.modalauth__item-close{
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    border: unset;
    background-color: unset;
    margin: unset;
    opacity: 0.6;
    margin: -10px -10px 0 0;
}
.modalauth__item-close:hover{
    opacity: 1;
}
.modalauth__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.modalauth__item-title b{
    color: #ffa701;
}
.modalauth__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c7c7c7;
    margin: 10px 0 0 0;
}
.modalauth__item form{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.modalauth__item form > label{
    width: 100%;
    height: auto;
    float: left;
}
.modalauth__item form > label > input{
    width: 100%;
    height: 42px;
    border: 1px solid #333439;
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
}
.modalauth__item form > label > input.error{
    border: 1px solid #e23530;
}
.modalauth__item form > button{
    width: 100%;
    height: 42px;
    float: left;
    background-color: #ffa701;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    margin: 25px 0 0;
    transition: .2s;
}
.modalauth__item form > button:hover{
    background-color: #d78c00;
    transition: .2s;
}
.modalauth__item__parametrs{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.modalauth__item__parametrs-title{
    width: 100%;
    height: auto;
    float: left;
    color: #71717a;
    text-align: left;
    font-size: 14px;
}
.modalauth__item__parametrs li{
    width: fit-content;
    height: 26px;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    padding: 0 8px 0 26px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #3f3f46;
    border-radius: 20px;
    margin: 10px 10px 0 0;
}
.modalauth__item__parametrs li.success{
    background-color: #17c964;
    color: #121212;
}
.modalauth__item__parametrs li::after{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 8px;
    height: 8px;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.modalauth__item__parametrs li.success::after{
    background-image: url("../images/icon/check.svg");
    filter: invert(0%) sepia(0%) saturate(7077%) hue-rotate(255deg) brightness(7%) contrast(386%);
    width: 10px;
    height: 10px;
    background-size: cover;
}
.modalauth__item__buttons{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modalauth__item__buttons button:nth-child(1){
    width: calc(20% - 10px);
    height: 42px;
    float: left;
    background-color: unset;
    border: 2px solid #ffa701;
    background-image: url("../images/icon/exit.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    transition: .2s;
}
.modalauth__item__buttons button:nth-child(2){
    width: 80%;
    height: 42px;
    float: left;
    background-color: #ffa701;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    padding: 0;
    transition: .2s;
}
.modalauth__item__buttons button:nth-child(1):hover{
    opacity: 0.7;
    transition: .2s;
}
.modalauth__item__buttons button:nth-child(2):hover{
    background-color: #d78c00;
    transition: .2s;
}
.modalauth__item__buttons a{
    width: fit-content;
    height: auto;
    float: right;
    color: #71717a;
    text-align: left;
    font-size: 14px;
    transition: .2s;
    margin: 15px auto 0;
}
.modalauth__item__buttons a:hover{
    color: #ffffff;
    transition: .2s;
}
.modalauth__item-or{
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modalauth__item-or::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #3b3b3b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modalauth__item-or span{
    width: fit-content;
    height: auto;
    color: #555555;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #121212;
    z-index: 1;
    letter-spacing: 0.3px;
}
.modalauth__item-google{
    width: 100%;
    height: 42px;
    float: left;
    background-color: unset;
    border: 1px solid #3f3f46;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 25px 0 0;
    transition: .2s;
}
.modalauth__item-google span{
    font-weight: 400;
    color: #ffffff;
    padding: 0 0 0 30px;
    position: relative;
}
.modalauth__item-google span::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon/google.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.modalauth__item-google:hover{
    opacity: 0.9;
    transition: .2s;
}
.modalauth__item-politic{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0;
    position: relative;
}
.modalauth__item-politic input{
    width: 23px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
}
.modalauth__item-politic{
    width: 100%;
    height: auto;
    float: left;
}
.modalauth__item-politic > label{
    width: 100%;
    height: auto;
    float: left;
    color: #71717a;
    text-align: left;
    font-size: 13px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.modalauth__item-politic > label > a{
    color: #9ca3af;
}
.modalauth__item-politic > label::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #71717a;
    border-radius: 5px;
    left: 0;
    top: 4px;
}
.modalauth__item-politic input:checked + label::before{
    border: 1px solid #ffa701;
    background-color: #ffa701;
    background-image: url("../images/icon/checkbox.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
/* MODAL */


/* GENERATOR */
.generator{
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0;
}
.generator__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.generator__item:nth-child(1){
    width: 350px;
    height: auto;
}
.generator__item:nth-child(2){
    width: calc(100% - 365px);
    height: auto;
    background-image: url("../images/bg/generator.png");
    background-position: center;
    background-size: contain;
}
.generator__item__parametrs{
    width: 100%;
    height: calc(100vh - 95px);
    float: left;
    border-radius: 16px;
    border: 1px solid #212121;
    box-sizing: border-box;
    position: relative;
}
.generator__item__parametrs__box{
    width: 100%;
    height: auto;
    float: left;
}
.generator__item__parametrs__box:nth-child(1){
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #212121;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    background-color: #020202;
}
.generator__item__parametrs__box-search{
    width: calc(100% - 205px);
    height: auto;
    position: relative;
}
.generator__item__parametrs__box-search input{
    width: 100%;
    height: 42px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #161616;
    padding: 17px 10px 17px 34px;
    border: unset;
    border-radius: 26px;
    box-sizing: border-box;
    background-image: url("../images/icon/search.svg");
    background-position: 12px center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.generator__item__parametrs__box-search span{
    width: 100%;
    height: 42px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #161616;
    padding: 0 0 0 34px;
    border: unset;
    border-radius: 26px;
    box-sizing: border-box;
    background-image: url("../images/icon/back.svg");
    background-position: 12px center;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    align-content: center;
    align-items: center;
    cursor: pointer;
}
.generator__item__parametrs__box-search span:hover{
    background-color: #212121;
}
.generator__item__parametrs__box-prompt{
    width: 97px;
    height: 42px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #212121;
    border-radius: 100px;
    background-color: #020202;
    padding: 0 13px 0 35px;
    cursor: pointer;
    position: relative;
}
.generator__item__parametrs__box-prompt:hover{
    background-color: #ffa701;
    color: #020202;
}
.generator__item__parametrs__box-prompt::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url("../images/icon/prompt.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 13px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generator__item__parametrs__box-prompt:hover::before{
    filter: invert(0%) sepia(100%) saturate(8476%) hue-rotate(38deg) brightness(0%) contrast(98%);
}
.generator__item__parametrs__box-settings,
.generator__item__parametrs__box-favorite{
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid #212121;
    box-sizing: border-box;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #020202;
    cursor: pointer;
    position: relative;
}
.generator__item__parametrs__box-settings:hover,
.generator__item__parametrs__box-settings.active,
.generator__item__parametrs__box-favorite:hover,
.generator__item__parametrs__box-favorite.active{
    background-color: #ffa701;
}
.generator__item__parametrs__box-settings::before,
.generator__item__parametrs__box-favorite::before{
    content: "";
    position: absolute;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.generator__item__parametrs__box-settings::before{
    background-image: url("../images/icon/settings.svg");
}
.generator__item__parametrs__box-favorite::before{
    background-image: url("../images/icon/favorite.svg");
}
.generator__item__parametrs__box-settings:hover::before,
.generator__item__parametrs__box-settings.active::before,
.generator__item__parametrs__box-favorite:hover::before,
.generator__item__parametrs__box-favorite.active::before{
    filter: invert(0%) sepia(100%) saturate(8476%) hue-rotate(38deg) brightness(0%) contrast(98%);
}
.generator__item__parametrs__box:nth-child(2),
.generator__item__parametrs__box:nth-child(3){
	height: calc(100% - 67px);
	margin: 67px 0 0;
	overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.generator__item__parametrs__box:nth-child(3){
    display: none;
}
.generator__item__parametrs__box:nth-child(2)::-webkit-scrollbar,
.generator__item__parametrs__box:nth-child(3)::-webkit-scrollbar{
    display: none;
}
.generator__item__parametrs__box__searchresult{
    width: calc(100% - 24px);
    height: auto;
    min-height: 104px;
    padding: 16px;
    position: absolute;
    left: 12px;
    top: 75px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(4px);
    border: 2px solid #212121;
    box-sizing: border-box;
    border-radius: 8px;
    display: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.generator__item__parametrs__box__searchresult-empty{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
    padding: 0 0 0 25px;
    background-image: url(../images/icon/search.svg);
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.generator__item__parametrs__box__taglist{
    width: calc(100% - 24px);
    height: auto;
    float: left;
    margin: 12px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px 4px 4px 12px;
    background-color: #161616;
    border-radius: 47px;
    align-content: center;
    align-items: center;
}
.generator__item__parametrs__box__taglist__block:nth-child(1){
    width: 46px;
    height: auto;
}
.generator__item__parametrs__box__taglist__block:nth-child(2){
    width: calc(100% - 90px);
    height: auto;
}
.generator__item__parametrs__box__taglist__block:nth-child(3){
    width: 34px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.generator__item__parametrs__box__taglist__block-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.generator__item__parametrs__box__taglist__block ul{
    width: 100%;
    height: auto;
    float: left;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.generator__item__parametrs__box__taglist__block ul::-webkit-scrollbar {
    display: none;
}
.generator__item__parametrs__box__taglist__block ul > li{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #2c2c2c;
    border-radius: 32px;
    border: 1px solid #424242;
    cursor: pointer;
    margin: 0 6px 0 0;
}
.generator__item__parametrs__box__taglist__block ul > li > p{
    width: fit-content;
    height: 24px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    padding: 0 26px 0 8px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.generator__item__parametrs__box__taglist__block ul > li > p::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 8px;
    height: 8px;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.generator__item__parametrs__box__taglist__block ul > li:hover{
    background-color: #452223;
    border-color: #944747;
}
.generator__item__parametrs__box__taglist__block ul > li:hover p{
    color: #ffffff;
}
.generator__item__parametrs__box__taglist__block-more{
    width: 34px;
    height: 34px;
    background-color: #ffa701;
    border-radius: 48px;
    cursor: pointer;
    border: unset;
    background-image: url("../images/icon/resize.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    transition: .2s;
}
.generator__item__parametrs__box__taglist__block-more:hover{
    background-image: url("../images/icon/resize-hover.svg");
    transform: rotate(172deg);
    transition: .2s;
}
.generator__item__parametrs__box__tagselect{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px 12px;
    box-sizing: border-box;
    align-content: flex-start;
    align-items: flex-start;
}
.generator__item__parametrs__box__tagselect__section:nth-child(1){
    width: 42px;
    height: 242px;
}
.generator__item__parametrs__box__tagselect__section:nth-child(2){
    width: calc(100% - 54px);
    height: 242px;
    border-radius: 12px;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #212121;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.generator__item__parametrs__box__tagselect__section:nth-child(2)::-webkit-scrollbar {
    display: none;
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid #212121;
    background-color: #020202;
    cursor: pointer;
    margin: 0 0 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button[data-section="1"]{
    background-image: url("../images/icon/tagselect-1.svg");
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button[data-section="2"]{
    background-image: url("../images/icon/tagselect-2.svg");
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button[data-section="3"]{
    background-image: url("../images/icon/tagselect-3.svg");
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button[data-section="4"]{
    background-image: url("../images/icon/tagselect-4.svg");
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button[data-section="5"]{
    background-image: url("../images/icon/tagselect-5.svg");
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button:last-child{
    margin: 0;
}
.generator__item__parametrs__box__tagselect__section:nth-child(1) button:hover,
.generator__item__parametrs__box__tagselect__section:nth-child(1) button.active{
    background-color: #ffa701;
    border-color: #ffa701;
}
.generator__item__parametrs__box__tagselect__section__dropdowns{
    width: 100%;
    height: auto;
    float: left;
    display: none;
}
.generator__item__parametrs__box__tagselect__section__dropdowns[data-section="1"]{
    display: block;
}
.generator__item__parametrs__box__tagselect__section__dropdown{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    margin: 4px 0;
}
.generator__item__parametrs__box__tagselect__section__dropdown:hover,
.generator__item__parametrs__box__tagselect__section__dropdown.active{
    background-color: #212121;
}
.generator__item__parametrs__box__tagselect__section__dropdown p{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.generator__item__parametrs__box__tagselect__section__dropdown::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    right: 12.25px;
    top: 16.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/drop.svg");
    transform: rotate(180deg);
}
.generator__item__parametrs__box__tagselect__section__dropdown.active::before{
    transform: rotate(0deg);
    top: 18.5px;
}
.generator__item__parametrs__box__tagselect__section__dropdown-remove{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.generator__item__parametrs__box__tagselect__section__dropdown-remove p{
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
.generator__item__parametrs__box__tagselect__section__dropdown-remove button{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: unset;
    margin: 0 0 2px 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url("../images/icon/close.svg");
    border: 1px solid #424242;
    cursor: pointer;
}
.generator__item__parametrs__box__tagselect__section__dropdown-remove button:hover{
    background-color: #452223;
    border-color: #944747;
}
.generator__item__parametrs__box__tagselect__section__selects{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    padding: 0 10px 10px;
    box-sizing: border-box;
    background-color: rgb(23 23 23);
    border-radius: 8px;
    margin: 10px 0 0;
}
.generator__item__parametrs__box__tagselect__section__selects ul{
    width: 100%;
    height: auto;
    float: left;
}
.generator__item__parametrs__box__tagselect__section__selects ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 10px 8px 0 0;
    position: relative;
}
.generator__item__parametrs__box__tagselect__section__selects ul > li > label{
    width: fit-content;
    height: 24px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
    background-color: #2c2c2c;
    border-radius: 32px;
    border: 1px solid #424242;
    padding: 4px 8px 4px 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .1s;
}
.generator__item__parametrs__box__tagselect__section__selects ul > li:hover > label{
    background-color: rgb(63 62 62);
    transition: .1s;
}
.generator__item__parametrs__box__tagselect__section__selects ul > li > input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.generator__item__parametrs__box__tagselect__section__selects ul > li > input:checked + label{
    background-color: #8b5e1a;
    border-color: #ffa701;
    color: #ffffff;
}
.generator__item__parametrs__box__action{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px;
    box-sizing: border-box;
}
.generator__item__parametrs__box__action ul{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #212121;
    position: relative;
}
.menu-indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffa701;
    transition: all 0.3s ease-in-out;
}
.generator__item__parametrs__box__action ul > li{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
    padding: 0 0 12px;
    margin: 0 18px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.generator__item__parametrs__box__action ul > li.active{
    color: #ffffff;
}
.generator__item__parametrs__box__action__section{
    width: 100%;
    height: auto;
    float: left;
    margin: 17px 0 0 0;
    display: none;
}
.generator__item__parametrs__box__action__section:nth-child(2){
    display: block;
}
.generator__item__parametrs__box__action__section p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
.generator__item__parametrs__box__action__section button{
    width: 100%;
    height: 36px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    background-color: unset;
    border: 1px solid #212121;
    border-radius: 8px;
    margin: 12px 0 0 0;
    cursor: pointer;
    position: relative;
}
.generator__item__parametrs__box__action__section button:hover{
    background-color: rgba(255, 255, 255, 0.25);
}
.generator__item__parametrs__box__action__section button.pose{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg/pose-button.jpg");
    border: 1px dashed #212121;
    height: 57px;
}
.generator__item__parametrs__box__action__section button.pose span{
    padding: 0 32px 0 0;
    position: relative;
}
.generator__item__parametrs__box__action__section button.pose span::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/pose.svg");
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generator__item__parametrs__box__action__section button.pose::before{
    display: none;
}
.generator__item__parametrs__box__action__section button.pose:hover{
    background-color: unset;
}
.generator__item__parametrs__box__action__section button::before{
    content: "";
    position: absolute;
    width: 10.5px;
    height: 6.44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("../images/icon/drop.svg");
    right: 14.25px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%) rotate(180deg);
}
.generator__item__parametrs__box__action__section a{
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/info.svg");
    float: right;
    margin: -18px 0 0 0;
}
.generator__item__parametrs__box__action__section a:hover{
    filter: invert(41%) sepia(7%) saturate(5945%) hue-rotate(360deg) brightness(105%) contrast(103%);
}
.generator__item__parametrs__box__action__section__pose{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    background-image: url("../images/bg/generator.png");
    background-position: center;
    background-size: auto;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.generator__item__parametrs__box__action__section__pose div{
    width: 48%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.generator__item__parametrs__box__action__section__pose div > img{
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: center;
    float: left;
    border-radius: 4px;
}
.generator__item__parametrs__box__action__section__pose div > button{
    width: 47%;
    height: 40px;
    margin: 0;
    background-color: #020202;
    border: 1px dashed #212121;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}
.generator__item__parametrs__box__action__section__pose div > button::before{
    display: none;
}
.generator__item__parametrs__box__action__section__pose div > button:nth-child(1){
    background-image: url("../images/icon/change-photo.svg");
    background-size: 22px;
}
.generator__item__parametrs__box__action__section__pose div > button:nth-child(2){
    background-image: url("../images/icon/trash.svg");
    background-size: 15px;
}
.generator__item__parametrs__box__model{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px;
    box-sizing: border-box;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}
.generator__item__parametrs__box__model-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.generator__item__parametrs__box__model-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.01em;
    margin: 7px 0 0 0;
}
.generator__item__parametrs__box__model__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.generator__item__parametrs__box__model__list__box{
    width: 100%;
    height: 115px;
    background-color: #212121;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    margin: 2px 0;
    cursor: pointer;
}
.generator__item__parametrs__box__model__list__box input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.generator__item__parametrs__box__model__list__box input:checked + label{
    position: absolute;
    left: 0;
    top: 0;
    border: 1.5px solid #ffa701;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.generator__item__parametrs__box__model__list__box img{
    width: 100%;
    height: 97px;
    float: left;
    border-radius: 8px 8px 4px 4px;
    object-fit: cover;
    object-position: top;
}
.generator__item__parametrs__box__model__list__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.generator__item__parametrs__box__model__list .owl-dots{
    display: none;
}
.generator__item__parametrs__box__model__list-prev,
.generator__item__parametrs__box__model__list-next{
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 100px;
    border: unset;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTYgOTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY5Ljg0NCA0My4zODggMzMuODQyIDEzLjM4NmE2LjAwMyA2LjAwMyAwIDAgMC03LjY4OCA5LjIyM0w1Ni42MjQgNDhsLTMwLjQ3IDI1LjM5YTYuMDAzIDYuMDAzIDAgMCAwIDcuNjg4IDkuMjIzbDM2LjAwMi0zMC4wMDFhNi4wMSA2LjAxIDAgMCAwIDAtOS4yMjNaIiBmaWxsPSIjMDIwMjAyIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 11px;
}
.generator__item__parametrs__box__model__list-prev{
    float: left;
    margin: -73px 0 0 -10px;
    transform: rotate(180deg);
}
.generator__item__parametrs__box__model__list-next{
    float: right;
    margin: -73px -10px 0 0;
}
.generator__item__parametrs__box__model-explore{
    width: 100%;
    height: 36px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0 0;
    cursor: pointer;
    border: unset;
}
.generator__item__parametrs__box__model-explore:hover{
    background-color: #e1e1e1;
}
.generator__item__parametrs__box__fastmode,
.generator__item__parametrs__box__privatemode{
    width: calc(100% - 32px);
    height: auto;
    float: left;
    padding: 24px 0 20px;
    margin: 0 16px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    position: relative;
}
.generator__item__parametrs__box__privatemode{
    border-top: unset;
}
.generator__item__parametrs__box__fastmode-title,
.generator__item__parametrs__box__privatemode-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 23px;
    box-sizing: border-box;
    position: relative;
    margin: -22px 0 0 0;
}
.generator__item__parametrs__box__fastmode.active .generator__item__parametrs__box__fastmode-title,
.generator__item__parametrs__box__privatemode.active .generator__item__parametrs__box__privatemode-title{
    color: #ffffff;
}
.generator__item__parametrs__box__fastmode-title::before,
.generator__item__parametrs__box__privatemode-title::before{
    content: "";
    width: 13.5px;
    height: 13.5px;
    background-image: url("../images/icon/settings.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: revert;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generator__item__parametrs__box__fastmode-description,
.generator__item__parametrs__box__privatemode-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    margin: 10px 0 0 0;
}
.generator__item__parametrs__box__fastmode.active .generator__item__parametrs__box__fastmode-description,
.generator__item__parametrs__box__privatemode.active .generator__item__parametrs__box__privatemode-description{
    color: #ffffff;
}
.generator__item__parametrs__box__privatemode__swich {
    position: relative;
    border-radius: 32px;
    width: 40px;
    height: 24px;
    float: right;
    z-index: 1;
}
.generator__item__parametrs__box__privatemode__swich input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
.generator__item__parametrs__box__privatemode__swich label {
    display: block;
    width: 100%;
    height: 100%;
    background: #19191c;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}
.generator__item__parametrs__box__privatemode__swich label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #4a494b;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    transition: 0.3s;
}
.generator__item__parametrs__box__privatemode__swich input:checked + label {
    background-color: rgba(139, 94, 26, 0.5);
}
.generator__item__parametrs__box__privatemode__swich input:checked + label::before {
    transform: translateX(14px);
    width: 20px;
    height: 20px;
    background-color: #ffa701;
    top: 2px;
}
.generator__item__parametrs__box__reset{
    width: calc(100% - 32px);
    height: auto;
    float: left;
    padding: 27px 0;
    margin: 0 16px 77px;
}
.generator__item__parametrs__box__reset-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.generator__item__parametrs__box__reset-explore{
    width: 100%;
    height: 32px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #212121;
    margin: 12px 0 0 0;
    background-color: unset;
    cursor: pointer;
}
.generator__item__parametrs__box__reset-explore:hover{
    background-color: #212121;
}
.generator__item__parametrs__box__reset-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    margin: 12px 0 0 0;
}
.generator__item__parametrs__box:nth-child(4){
    padding: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2;
}
.generator__item__parametrs__box-generate{
    width: 100%;
    height: 50px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(12, 12, 14, 0.25);
    color: #020202;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
    border: unset;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.generator__item__parametrs__box-generate:hover{
    background-color: #ffa701;
}
.generator__item__parametrs__box-generate.loader{
    background-color: #ffa701;
    color: #ffa701;
}
.spinner {
    width: 4.8px;
    height: 4.8px;
    border-radius: 4.8px;
    box-shadow: 12px 0px 0 0 rgba(2,2,2,0.2), 9.7px 7.1px 0 0 rgba(2,2,2,0.4), 3.7199999999999998px 11.4px 0 0 rgba(2,2,2,0.6), -3.7199999999999998px 11.4px 0 0 rgba(2,2,2,0.8), -9.7px 7.1px 0 0 #020202;
    animation: spinner-b87k6z 1.4s infinite linear;
    opacity: 0;
    position: absolute;
    left: 51%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }
 @keyframes spinner-b87k6z {
    to {
       -webkit-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg);
    }
 }

.generator__item__parametrs__box-generate.loader .spinner{
    opacity: 1;
}
.generator__item__result{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    grid-column: revert-layer;
    gap: 15px;
}
.generator__item__result__box{
    width: calc(25% - 15px);
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.generator__item__result__box-accountcreat{
    display: none;
}
.generator__item__result__box-accountcreat{
    border: 1px solid #212121;
    box-sizing: border-box;
}
.generator__item__result__box-accountcreat::before{
    display: none;
}
.generator__item__result__box img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}
.generator__item__result__box:hover img{
    opacity: 0.7;
}
.generator__item__result__box-accountcreat:hover img{
    opacity: 1;
}
.generator__item__result__box button{
    width: 28px;
    height: 28px;
    background-color: rgba(38, 38, 38, 0.25);
    border-radius: 8px;
    cursor: pointer;
    border: unset;
    z-index: 1;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    opacity: 0;
}
.generator__item__result__box button:hover{
    background-color: rgba(38, 38, 38, 0.6);
}
.generator__item__result__box:hover button{
    opacity: 1;
}
.generator__item__result__box button[data-type='reuse']{
    left: 8px;
    top: 8px;
    background-image: url("../images/icon/reuse.svg");
}
.generator__item__result__box button[data-type='favorite']{
    right: 8px;
    top: 8px;
    background-image: url("../images/icon/favorite.svg");
}
.generator__item__result__box button[data-type='edit']{
    left: 8px;
    bottom: 8px;
    background-image: url("../images/icon/edit.svg");
}
.generator__item__result__box button[data-type='delet']{
    right: 8px;
    bottom: 8px;
    background-image: url("../images/icon/delet.svg");
}
.generator__item__result__box__account{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.generator__item__result__box__account img{
    width: 127px;
    height: 48px;
    object-fit: contain;
    object-position: center;
}
.generator__item__result__box__account p{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
    line-height: normal;
    margin: 12px 0 0 0;
}
.generator__item__result__box__account span{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: normal;
    margin: 5px 0 0 0;
}
.generator__item__result__box__account-google{
    width: calc(100% - 20px);
    height: 42px;
    left: 10px;
    bottom: 10px;
    border-radius: 8px;
    border: 1px solid #212121;
    box-sizing: border-box;
    position: absolute;
    color: #ffffff;
    text-align: right;
    font-size: 13px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.generator__item__result__box__account-google:hover{
    background-color: #212121;
}
.generator__item__result__box__account-google span{
    width: fit-content;
    height: auto;
    padding: 0 0 0 24px;
    position: relative;
}
.generator__item__result__box__account-google span::before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/icon/google.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generator__item__parametrs__box__settings{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 82px;
}
.generator__item__parametrs__box__settings__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #212121;
}
.generator__item__parametrs__box__settings__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 500;
    padding: 0 0 0 23px;
    box-sizing: border-box;
    position: relative;
}
.generator__item__parametrs__box__settings__box:nth-child(3) .generator__item__parametrs__box__settings__box-title{
    cursor: pointer;
}
.generator__item__parametrs__box__settings__box:nth-child(3) .generator__item__parametrs__box__settings__box-title::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    right: 10px;
    top: 40%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/drop.svg");
    transform: rotate(180deg);
}
.generator__item__parametrs__box__settings__box:nth-child(3) .generator__item__parametrs__box__settings__box-title.active::after{
    transform: rotate(0deg);
}
.generator__item__parametrs__box__settings__box-title::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.generator__item__parametrs__box__settings__box:nth-child(1) .generator__item__parametrs__box__settings__box-title::before{
    background-image: url("../images/icon/settings-1.svg");
}
.generator__item__parametrs__box__settings__box:nth-child(2) .generator__item__parametrs__box__settings__box-title::before{
    background-image: url("../images/icon/settings-2.svg");
}
.generator__item__parametrs__box__settings__box:nth-child(3) .generator__item__parametrs__box__settings__box-title::before{
    background-image: url("../images/icon/settings-3.svg");
}
.generator__item__parametrs__box__settings__box:nth-child(4) .generator__item__parametrs__box__settings__box-title::before{
    background-image: url("../images/icon/settings-4.svg");
}
.generator__item__parametrs__box__settings__box__sliders .generator__item__parametrs__box__settings__box-title::before,
.generator__item__parametrs__box__settings__box__sliders .generator__item__parametrs__box__settings__box-title::after{
    display: none;
}
.generator__item__parametrs__box__settings__box-title span{
    font-weight: 300;
    color: #c7c7c7;
    margin: 0 0 0 5px;
}
.generator__item__parametrs__box__settings__box-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.01em;
    margin: 10px 0 0 0;
}
.generator__item__parametrs__box__settings__box__list{
    width: 100%;
    height: auto;
    float: left;
}
.generator__item__parametrs__box__settings__box__list ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
.generator__item__parametrs__box__settings__box__list ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 10px 8px 0 0;
    position: relative;
}
.generator__item__parametrs__box__settings__box__list ul > li > label{
    width: fit-content;
    height: 24px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
    background-color: #2c2c2c;
    border-radius: 32px;
    border: 1px solid #424242;
    padding: 4px 8px 4px 8px;
    box-sizing: border-box;
    display: flex
;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .1s;
}
.generator__item__parametrs__box__settings__box__list ul > li:hover > label{
    background-color: rgb(63 62 62);
    transition: .1s;
}
.generator__item__parametrs__box__settings__box__list ul > li > input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0;
}
.generator__item__parametrs__box__settings__box__list ul > li > input:checked + label{
    background-color: #8b5e1a;
    border-color: #ffa701;
    color: #ffffff;
}
.generator__item__parametrs__box__settings__box__rand{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 14px 0 0;
}
.generator__item__parametrs__box__settings__box__rand label{
    width: calc(100% - 43px);
    height: auto;
    position: relative;
}
.generator__item__parametrs__box__settings__box__rand label > input{
    width: 100%;
    height: 36px;
    background-color: #020202;
    border-radius: 8px;
    color: #ffffff;
    border: 1px solid #212121;
    box-sizing: border-box;
    padding: 0 30px 0 14px;
}
.generator__item__parametrs__box__settings__box__rand label > span{
    width: 14px;
    height: 14px;
    background-color: #4b4b4b;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    cursor: pointer;
    border-radius: 100px;
    background-image: url("../images/icon/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    opacity: 0.5;
}
.generator__item__parametrs__box__settings__box__rand label > span:hover{
    opacity: 1;
}
.generator__item__parametrs__box__settings__box__rand button{
    width: 35px;
    height: 35px;
    background-color: unset;
    background-image: url("../images/icon/rand.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    border-radius: 3px;
    border: unset;
    cursor: pointer;
}
.generator__item__parametrs__box__settings__box__rand button:hover{
    background-color: #161616;
}
.generator__item__parametrs__box__settings__box__sliders{
    width: 100%;
    height: auto;
    float: left;
    display: none;
}
.generator__item__parametrs__box__settings__box__sliders .generator__item__parametrs__box__settings__box{
    padding: 16px 12px;
    width: calc(100% + 24px);
    margin: 16px -12px 0;
    border-top: 1px solid #212121;
}
.generator__item__parametrs__box__settings__box__sliders .generator__item__parametrs__box__settings__box-title{
    padding: 0;
}
.generator__item__parametrs__box__settings__box__sliders__section{
    width: calc(100% - 16px);
    height: auto;
    float: left;
    padding: 16px 0;
    margin: 0 8px;
    border-bottom: 1px solid #212121;
}
.generator__item__parametrs__box__settings__box__sliders__section:last-child{
    border: unset;
}
.generator__item__parametrs__box__settings__box__sliders__section-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 400;
}
.generator__item__parametrs__box__settings__box__sliders__section-range{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0 0;
    align-content: center;
    align-items: center;
}
.generator__item__parametrs__box__settings__box__sliders__section-range p{
    width: 40px;
    height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.01em;
    font-weight: 500;
    background-color: #19191c;
    border-radius: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.generator__item__parametrs__box__settings__box__sliders__section-range div{
    width: calc(100% - 46px);
    height: auto;
    position: relative;
    margin: -7px 0 0 0;
}
.generator__item__parametrs__box__settings__box__sliders__section-range input[type="range"] {
    width: 100%;
    height: auto;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}
.progress-border {
    position: absolute;
    height: 4px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffa701;
    left: 0;
    top: 50%;
    width: 0;
    pointer-events: none;
}
.generator__item__parametrs__box__settings__box__sliders__section-range input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}
.generator__item__parametrs__box__settings__box__sliders__section-range input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 100px;
    background: #19191c;
}
.generator__item__parametrs__box__settings__box__sliders__section-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -4px;
    background-color: #ffa701;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: relative;
}
/* GENERATOR */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
    background-color: #020202;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item{
    width: 25%;
    height: auto;
}
.footer__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.footer__item ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 6px 0 0 0;
}
.footer__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 24px 0 0 0;
}
.footer__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    transition: .4s;
}
.footer__item ul > li > a:hover{
    color: #ffa701;
    transition: .4s;
}
.footer__item:last-child{
    width: 100%;
    margin: 50px 0 0 0;
}
.footer__item-copyright{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
}
/* FOOTER */

/* MODAL */
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10005;
    display: none;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 70px 0;
    overflow-y: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.modal::-webkit-scrollbar {
    display: none;
}
.modal__row{
    width: 90%;
    max-width: 900px;
    height: auto;
    background-color: #020202;
    border-radius: 16px;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #212121;
}
.modal__row.min{
    max-width: 500px;
}
.modal__item__header{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.modal__item__header div{
    width: fit-content;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
}
.modal__item-title{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.modal__item-favorite{
    width: 42px;
    height: 42px;
    border: 1px solid #212121;
    border-radius: 100px;
    background-color: unset;
    background-image: url("../images/icon/favorite-def.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    margin: 0 0 0 13px;
}
.modal__item-favorite.active{
    background-image: url("../images/icon/favorite-active.svg");
    border: 1px solid #ffa701;
}
.modal__item-close{
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    border: unset;
    background-color: unset;
    margin: unset;
    opacity: 0.6;
}
.modal__item-close:hover{
    opacity: 1;
}
.modal__item__collection{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
    gap: 9px;
}
.modal__item__collection__restore{
    display: none;
}
.modal__item__collection__box{
    width: calc(25% - 6.75px);
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.modal__item__collection__box img{
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.collection__pose img{
    aspect-ratio: 1 / 1.4;
}
.modal__item__collection__box-tag{
    width: fit-content;
    height: 26px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: rgba(44, 44, 44, 0.5);
    border-radius: 32px;
    border: 1px solid rgba(66, 66, 66, 0.75);
    padding: 0 12px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.modal__item__collection__box input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.modal__item__collection__box label{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    border: 1.5px solid #ffa701;
    box-sizing: border-box;
    display: none;
}
.modal__item__collection__box input:checked ~ label{
    display: block;
}
.modal__item__collection__box-favorite{
    width: 40px;
    height: 40px;
    border: 1px solid #212121;
    border-radius: 100px;
    background-color: unset;
    background-image: url("../images/icon/favorite-def.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}
.modal__item__collection__box-favorite:hover{
    background-image: url("../images/icon/favorite-hover.svg");
}
.modal__item__collection__box.active .modal__item__collection__box-favorite{
    background-image: url("../images/icon/favorite-active.svg");
    border: 1px solid #ffa701;
}
.modal__item__prompt{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.modal__item__prompt form,
.modal__item__prompt form > label{
    width: 100%;
    height: auto;
    float: left;
}
.modal__item__prompt form > label > input{
    width: 100%;
    height: 50px;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #212121;
    padding: 0 14px;
    background-color: #020202;
    box-sizing: border-box;
}
.modal__item__prompt form > label > input::placeholder{
    color: rgba(255, 255, 255, 0.25);
}
.modal__item__prompt form > button{
    width: 100%;
    height: 50px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #212121;
    margin: 16px 0 0 0;
    background-color: #020202;
    cursor: pointer;
}
.modal__item__prompt form > button:hover{
    background-color: rgba(255, 255, 255, 0.25);
}
.modal__item__selects{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0;
}
.modal__item__selects__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #212121;
    box-sizing: border-box;
}
.modal__item__selects__box:last-child{
    padding: 15px 0 0;
}
.modal__item__selects__box p{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.modal__item__selects__box-remove{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    opacity: 0.6;
}
.modal__item__selects__box-remove p{
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
.modal__item__selects__box-remove button{
    width: 15px;
    height: 15px;
    background-color: unset;
    margin: 0 0 2px 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/trash.svg");
    background-size: contain;
    cursor: pointer;
    border: unset;
}
.modal__item__selects__box-remove:hover{
    opacity: 1;
}
.modal__item__selects__box ul{
    width: 100%;
    height: auto;
    float: left;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.modal__item__selects__box ul::-webkit-scrollbar {
    display: none;
}
.modal__item__selects__box ul > li{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #2c2c2c;
    border-radius: 32px;
    border: 1px solid #424242;
    cursor: pointer;
    margin: 12px 12px 0 0;
}
.modal__item__selects__box ul > li > p{
    width: fit-content;
    height: 30px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    padding: 0 30px 0 12px;
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.modal__item__selects__box ul > li > p::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0.6;
}
.modal__item__selects__box ul > li:hover{
    background-color: #452223;
    border-color: #944747;
}
.modal__item__selects__box ul > li:hover p{
    color: #ffffff;
}
.modal__item__username{
    width: 100%;
    height: auto;
    float: left;
}
.modal__item__username-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.modal__item__username-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin: 7px 0 0 0;
}
.modal__item__username input{
    width: 100%;
    height: 40px;
    border: 1px solid #333439;
    background-color: unset;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #ffffff;
    margin: 25px 0 0;
}
.modal__item__username button{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    margin: 15px 0 0 0;
    transition: .2s;
}
.modal__item__username button:hover{
    background-color: #ffa701;
    transition: .2s;
}
/* MODAL */

/* TOKENS */
.tokens{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.tokens-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 32px;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.tokens-title b{
    color: #ffa701;
}
.tokens-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.01em;
    margin: 7px 0 0 0;
}
.tokens__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.tokens__item{
    width: 30%;
    height: 140px;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background: linear-gradient(to right, #FFA702, #FF7802);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}
.tokens__item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/bg/mytoken.png");
}
.tokens__item p{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #020202;
}
.tokens__item b{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: #020202;
    margin: 5px 0 0;
}
/* TOKENS */

/* COLLECT TOKENS */
.collecttoken{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.collecttoken-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.collecttoken-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.01em;
    margin: 7px 0 0 0;
}
.collecttoken__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
    padding: 0 0 30px;
    border-bottom: 2px solid #292929;
}
.collecttoken-timer{
    width: fit-content;
    height: auto;
    float: right;
    padding: 8px 50px 7px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #909090;
    margin: -57px 0 0 0;
    cursor: pointer;
    transition: .2s;
}
.collecttoken-timer:hover{
    background-color: #7c7c7c;
    transition: .2s;
}
.collecttoken__item{
    width: calc(14.2% - 7px);
    height: auto;
    background-color: #292929;
    padding: 15px 0;
    border-radius: 10px;
    transition: .2s;
    position: relative;
    cursor: pointer;
}
.collecttoken__item.active::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/check.svg");
    right: 15px;
    bottom: 15px;
}
.collecttoken__item:hover{
    background-color: #333333;
    transition: .2s;
}
.collecttoken__item p {
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
.collecttoken__item b {
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
}
.collecttoken__item img{
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin: 7px 0;
}
/* COLLECT TOKENS */

/* FAQ TOKENS */
.faqtokens{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    border-bottom: 1px solid #292929;
}
.faqtokens .center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faqtokens-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.faqtokens__row{
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    background-color: #494949;
    border: 2px solid #646464;
    padding: 5px 30px;
    box-sizing: border-box;
    margin: 40px auto 0;
}
.faqtokens__item{
    width: 100%;
    height: auto;
    float: left;
    padding: 23px 0;
    border-bottom: 1px solid #646464;
}
.faqtokens__item:last-child{
    border: unset;
}
.faqtokens__item p{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}
.faqtokens__item p::before{
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/dropdown.svg");
    transition: .2s;
}
.faqtokens__item.active p::before{
    transform: rotate(270deg);
    top: 20%;
    transition: .2s;
}
.faqtokens__item span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 24px 0 0;
    display: none;
}
.faqtokens__item span > a{
    color: #ffa701;
}
/* FAQ TOKENS */

/* GALLERY FILTER */
.galleryfilter{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.galleryfilter__row{
    width: 100%;
    height: auto;
    float: left;
}
.galleryfilter__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.galleryfilter__box:nth-child(1){
    width: 107px;
    height: auto;
}
.galleryfilter__box:nth-child(2){
    width: calc(100% - 127px);
    height: auto;
    border-left: 1px solid #404040;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    position: relative;
}
.galleryfilter__box:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    right: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(2,2,2,1) 100%);
    z-index: 1;
}
.galleryfilter__box-filter{
    width: 107px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    background-color: #111111;
    border: unset;
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    text-align: center;
    margin: 0 15px 0 0;
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    transition: .2s;
}
.galleryfilter__box-filter::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url("../images/icon/filter.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.galleryfilter__box__dropdown{
    width: 418px;
    height: auto;
    position: absolute;
    background-color: #111111;
    border: 2px solid #1e2022;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.galleryfilter__box__dropdown.active{
    display: block;
}
.galleryfilter__box__dropdown__box{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px;
    position: relative;
}
.galleryfilter__box__dropdown__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}
.galleryfilter__box__dropdown__box input{
    width: 100%;
    height: 40px;
    float: left;
    color: #777777;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    background-color: unset;
    border: 2px solid #212121;
    margin: 7px 0 0 0;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}
.galleryfilter__box__dropdown__box::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    right: 12.25px;
    top: 44.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/drop.svg");
    transform: rotate(180deg);
}
.galleryfilter__box__dropdown__box.active::before{
    transform: rotate(0deg);
    top: 43.5px;
}
.galleryfilter__box__dropdown-reset{
    width: 100%;
    height: 38px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #212121;
    border: 1px solid #212121;
    margin: 12px 0 0 0;
    cursor: pointer;
    transition: .2s;
}
.galleryfilter__box__dropdown-reset:hover{
    background-color: #252525;
    border: 1px solid #252525;
    transition: .2s;
}
.galleryfilter__box__category ul{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.galleryfilter__box__category ul::-webkit-scrollbar {
    display: none;
}
.galleryfilter__box__category ul > li{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #323232;
    padding: 10px 20px;
    text-align: center;
    margin: 0 15px 0 0;
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    transition: .2s;
}
.galleryfilter__box__category ul > li:hover{
    background-color: #0c0c0c;
    border: 1px solid #404040;
    transition: .2s;
}
.galleryfilter__box__category ul > li:has(input:checked) li{
    background-color: #262626;
    border: 1px solid #404040;
    transition: .2s;
}
.galleryfilter__box__category ul > li:last-child{
    margin: 0;
}
.galleryfilter__box__category ul > li > input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.galleryfilter__box__dropdown__box ul{
    width: 100% !important;
    height: auto !important;
    position: absolute;
    background-color: #18181b;
    border: 2px solid #1d1f21;
    top: 72px;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 1;
}
.galleryfilter__box__dropdown__box.active ul{
    display: flex;
}
.galleryfilter__box__dropdown__box ul > li{
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    border: unset;
    position: relative;
}
.galleryfilter__box__dropdown__box ul > li > label{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #18181b;
    padding: 5px 13px;
    text-align: left;
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
}
.galleryfilter__box__dropdown__box > ul > li:hover label{
    background-color: #3f4046;
    border-color: #3f4046;
}
.galleryfilter__box__dropdown__box ul > li > input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.galleryfilter__box__dropdown__box ul > li > input:checked + label{
    background-color: #3f4046;
    border-color: #3f4046;
    background-image: url("../images/icon/check.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 97% center;
}
/* GALLERY FILTER */

/* GALLERY */
.gallery{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    border-bottom: 1px solid #292929;
}
.gallery-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.gallery-menu{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}
.gallery-menu li{
    width: fit-content;
    height: auto;
    float: left;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
    margin: 0 15px;
    position: relative;
    padding: 0 10px 6px;
    transition: .2s;
}
.gallery-menu li.active{
    opacity: 1;
    transition: .2s;
}
.gallery-menu li::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    transition: .2s;
}
.gallery-menu li.active::before{
    width: 100%;
    transition: .2s;
}
.gallery__row {
    width: 100%;
    height: auto;
    float: left;
}
.gallery__section {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}
.gallery__section:nth-child(1){
    display: flex;
}
.gallery__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 calc(16.66% - 8px);
    max-width: calc(16.66% - 8px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.gallery__item-poster{
    width: 100%;
    height: 300px;
    float: left;
    object-fit: cover;
    object-position: center;
}
.gallery__item-favorite{
    width: fit-content;
    height: auto;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0;
    transition: .2s;
}
.gallery__item-favorite button{
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.gallery__item-favorite button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/favorite-def.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.gallery__item-favorite button:hover::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.gallery__item-tools{
    width: fit-content;
    height: auto;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    opacity: 0;
    transition: .2s;
}
.gallery__item-tools button:nth-child(1){
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.gallery__item-tools button:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/flag.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.gallery__item-tools button:nth-child(2){
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0 0;
    position: relative;
}
.gallery__item-tools button:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/magic.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.gallery__item-tools button:hover:nth-child(1)::before,
.gallery__item-tools button:hover:nth-child(2)::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.gallery__item-like{
    width: 35px;
    height: auto;
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    align-content: center;
    align-items: center;
    padding: 2px 0;
    box-sizing: border-box;
    opacity: 0;
    transition: .2s;
}
.gallery__item-like button{
    width: 31px;
    height: 29px;
    border-radius: 5px;
    border: unset;
    background-color: unset;
    cursor: pointer;
    padding: 0;
    transition: .2s;
    margin: 0px 2px;
    position: relative;
}
.gallery__item-like button:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/like.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.gallery__item-like button:nth-child(3)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/dislike.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.gallery__item-like button:hover{
    background-color: rgb(33 33 33 / 60%);
    transition: .2s;
}
.gallery__item-like button:hover:nth-child(1)::before,
.gallery__item-like button:hover:nth-child(3)::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.gallery__item-like p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
.gallery__item:hover .gallery__item-favorite,
.gallery__item:hover .gallery__item-like,
.gallery__item:hover .gallery__item-tools{
    opacity: 1;
    transition: .2s;
}
/* GALLERY */

/* PROFILE */
.profile{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 60px;
    border-bottom: 1px solid #27272a;
}
.profile__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.profile__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile__item__banner{
    width: 100%;
    height: auto;
    float: left;
    padding: 150px 40px 40px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url("../images/poster/profile.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.profile__item__banner__box:nth-child(1){
    width: 90px;
    height: auto;
}
.profile__item__banner__box:nth-child(2){
    width: calc(100% - 125px);
    height: auto;
}
.profile__item__banner__box-image{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background-color: #3f4046;
}
.profile__item__banner__box-image img{
    width: 85px;
    height: 85px;
    border-radius: 10px;
    margin: 2.5px;
}
.profile__item__banner__box-username{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 600;
}
.profile__item__banner__box ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}
.profile__item__banner__box ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 30px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.profile__item__banner__box ul > li > p{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.profile__item__banner__box ul > li > b{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.profile__item__navigate{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 1005;
    border-bottom: 1px solid #27272a;
    margin: 0 0 30px;
}
.profile__item__navigate__box{
    width: fit-content;
    height: auto;
}
.profile__item__navigate__box:nth-child(1) ul{
    width: 340px;
    height: auto;
    float: left;
    border-radius: 10px;
    background-color: #27272a;
    padding: 2px;
    box-sizing: border-box;
}
.profile__item__navigate__box:nth-child(1) ul > li{
    width: 33.3%;
    height: auto;
    float: left;
    position: relative;
}
.profile__item__navigate__box:nth-child(1) ul > li > label{
    width: 100%;
    height: 38px;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s;
}
.profile__item__navigate__box:nth-child(1) ul > li > input:hover + label{
    opacity: 0.8;
    transition: .2s;
}
.profile__item__navigate__box:nth-child(1) ul > li > input:checked + label{
    background-color: #3f4046;
    color: #ffffff;
    transition: .2s;
}
.profile__item__navigate__box:nth-child(1) ul > li > label > span{
    width: fit-content;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 15px;
    padding: 0 0 0 30px;
    letter-spacing: -0.01em;
    position: relative;
}
.profile__item__navigate__box:nth-child(1) ul > li > label > span::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.profile__item__navigate__box:nth-child(1) ul > li > input:checked + label > span{
    color: #ffffff;
}
.profile__item__navigate__box:nth-child(1) ul > li > input:checked + label > span::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.profile__item__navigate__box:nth-child(1) ul > li:nth-child(1) > label > span::before{
    background-image: url("../images/icon/profile-nav-1.svg");
}
.profile__item__navigate__box:nth-child(1) ul > li:nth-child(2) > label > span::before{
    background-image: url("../images/icon/profile-nav-2.svg");
}
.profile__item__navigate__box:nth-child(1) ul > li:nth-child(3) > label > span::before{
    background-image: url("../images/icon/profile-nav-3.svg");
}
.profile__item__navigate__box:nth-child(1) ul > li > input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}
.profile__item__navigate__box-edit{
    width: 31px;
    height: 31px;
    border-radius: 100px;
    float: right;
    border: 1px solid #27272a;
    background-color: unset;
    background-image: url("../images/icon/more.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    cursor: pointer;
    transition: .2s;
}
.profile__item__navigate__box-edit:hover,
.profile__item__navigate__box-edit.active{
    opacity: 0.6;
    transition: .2s;
}
.profile__item__navigate__box__menu{
    width: 150px;
    height: auto;
    background-color: #18181b;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 60px;
    display: none;
}
.profile__item__navigate__box__menu a{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #18181b;
    padding: 5px 13px;
    text-align: left;
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: .2s;
}
.profile__item__navigate__box__menu a:nth-child(1){
    background-image: url("../images/icon/settings.svg");
}
.profile__item__navigate__box__menu a:hover{
    background-color: #3f4046;
    border-color: #3f4046;
    transition: .2s;
}
.profile__section {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}
.profile__section:nth-child(2){
    display: flex;
}
.profile__section__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 calc(16.66% - 8px);
    max-width: calc(16.66% - 8px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.profile__section__item-poster{
    width: 100%;
    height: 300px;
    float: left;
    object-fit: cover;
    object-position: center;
}
.profile__section__item-favorite{
    width: fit-content;
    height: auto;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 0;
    transition: .2s;
}
.profile__section__item-favorite button{
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.profile__section__item-favorite button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/favorite-def.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.profile__section__item-favorite button:hover::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.profile__section__item-tools{
    width: fit-content;
    height: auto;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    opacity: 0;
    transition: .2s;
}
.profile__section__item-tools button:nth-child(1){
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.profile__section__item-tools button:nth-child(1)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/flag.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.profile__section__item-tools button:nth-child(2){
    width: 35px;
    height: 35px;
    border: unset;
    background-color: rgb(33 33 33 / 60%);
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0 0;
    position: relative;
}
.profile__section__item-tools button:nth-child(2)::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/magic.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
.profile__section__item-tools button:hover:nth-child(1)::before,
.profile__section__item-tools button:hover:nth-child(2)::before{
    filter: invert(45%) sepia(27%) saturate(2380%) hue-rotate(358deg) brightness(100%) contrast(105%);
}
.profile__section__item:hover .profile__section__item-favorite,
.profile__section__item:hover .profile__section__item-tools{
    opacity: 1;
    transition: .2s;
}
.profile__section__empty{
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0;
}
.profile__section__empty img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    object-position: center;
}
.profile__section__empty p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 20px 0 0;
}
/* PROFILE */

/* SETTINGS */
.settings{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 100px;
    border-bottom: 1px solid #292929;
}
.settings__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 25px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.settings__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10%;
}
.settings__item:nth-child(1){
    width: 25%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.settings__item:nth-child(2){
    width: 75%;
    height: auto;
    border-left: 1px solid #292929;
    box-sizing: border-box;
    padding: 0 30px;
}
.settings__section{
    width: 100%;
    max-width: 690px;
    height: auto;
    float: left;
    display: none;
}
.settings__section[data-section='1']{
    display: block;
}
.settings__section-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 22px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.settings__item-menu{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}
.settings__item-menu li{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 15px;
    padding: 6px 13px;
    text-align: left;
    border-radius: 6px;
    margin: 4px 0;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
}
.settings__item-menu li:hover{
    opacity: 0.8;
    transition: .2s;
}
.settings__item-menu li.active{
    background-color: #3f4046;
    transition: .2s;
}
.settings__section__account{
    width: 100%;
    max-width: 400px;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.settings__section__account__box{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 35px;
}
.settings__section__account__profile{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.settings__section__account__profile div:nth-child(1){
    width: 90px;
    height: auto;
}
.settings__section__account__profile div:nth-child(2){
    width: calc(100% - 115px);
    height: auto;
}
.settings__section__account__profile div > img{
    width: 90px;
    height: 90px;
    border: 2px solid #ffa701;
    border-radius: 100px;
    background-color: #111111;
    box-sizing: border-box;
    object-position: center;
    object-fit: cover;
}
.settings__section__account__profile div > label{
    width: fit-content;
    height: 40px;
    float: left;
    border: 1px solid #333439;
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.settings__section__account__profile > div > label > input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.settings__section__account__profile div > span{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 15px 0 0 0;
    text-align: left;
}
.settings__section__account__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    box-sizing: border-box;
}
.settings__section__account__box-data{
    width: 100%;
    height: 40px;
    border: 1px solid #333439;
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}
.settings__section__account__box-description{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 15px 0 0 0;
    text-align: left;
}
.settings__section__account__box-error{
    width: 100%;
    height: auto;
    float: left;
    color: #e23530;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 15px 0 0 0;
    text-align: left;
    display: none;
}
.settings__section__account__box-verify{
    width: fit-content;
    height: 38px;
    float: left;
    background-color: #ffa701;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    display: none;
    padding: 0 30px;
    margin: 20px 0 0;
    transition: .2s;
}
.settings__section__account__box-verify:hover{
    background-color: #d78c00;
    transition: .2s;
}
.settings__section__account__box-password{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    margin: 10px 0 0 0;
    transition: .2s;
}
.settings__section__account__box-password:hover{
    opacity: 0.8;
    transition: .2s;
}
.settings__section__account__box-delet{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #e23530;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.settings__section__account__box-delet:hover{
    background-color: #c62b26;
    transition: .2s;
}
.settings__section__subscription{
    width: 100%;
    max-width: 400px;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.settings__section__subscription__plan{
    width: 100%;
    height: auto;
    float: left;
    background-color: #212121;
    border-radius: 10px;
}
.settings__section__subscription__plan p{
    width: calc(100% - 20px);
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #333439;
    padding: 10px 0 9px;
    margin: 0 15px;
    box-sizing: border-box;
}
.settings__section__subscription__plan span{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 15px 0 0 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.settings__section__subscription__plan button{
    width: 100%;
    height: 38px;
    float: left;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: unset;
    margin: 15px 0 0;
    transition: .2s;
    background: linear-gradient(90deg, #ffb972, #f497c5, #ffa03b, #ffb972);
    background-size: 400% 100%;
    animation: animate 8s linear infinite;
}
@keyframes animate {
    0% {
        background-position: 0;
    }
    to {
        background-position: 400%;
    }
}
.settings__section__subscription__plan button:hover{
    background-color: #d78c00;
    transform: scale(0.95);
    transition: .2s;
}
.settings__section__subscription-how{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #ffa701;
    border-radius: 8px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    margin: 20px 0 0;
    transition: .2s;
}
.settings__section__subscription-how:hover{
    background-color: #d78c00;
    transition: .2s;
}
.settings__section__subscription-buy{
    width: 100%;
    height: 41px;
    float: left;
    background-color: unset;
    border: 2px solid #ffa701;
    border-radius: 8px;
    color: #ffa701;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px 0 0;
    transition: .2s;
}
.settings__section__subscription-buy span{
    position: relative;
    padding: 0 25px 0 0;
    transition: .2s;
}
.settings__section__subscription-buy span::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/money.svg");
}
.settings__section__subscription-buy:hover{
    background-color: #d78c00;
    transition: .2s;
}
.settings__section__subscription-buy:hover span{
    color: #000000;
    transition: .2s;
}
.settings__section__promocode{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0;
}
.settings__section__promocode form{
    width: 100%;
    max-width: 400px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.settings__section__promocode form > input{
    width: 100%;
    height: 40px;
    border: 1px solid #333439;
    background-color: unset;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #ffffff;
}
.settings__section__promocode form > button{
    width: 207px;
    height: 38px;
    float: left;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0 0;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.settings__section__promocode form > button:hover{
    background-color: #ffa701;
    transition: .2s;
}
.settings__section__newslatter{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.settings__section__newslatter form{
    width: 100%;
    max-width: 207px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.settings__section__newslatter form > button{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #ffa701;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: revert-layer;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.settings__section__newslatter form > button:hover{
    background-color: #d78c00;
    transition: .2s;
}
.settings__section__newslatter p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 15px 0 0 0;
}
.settings__section__payment{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0;
}
.settings__section__payment__box{
    width: 100%;
    height: auto;
    float: left;
    background-color: #212121;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 0 0;
}
.settings__section__payment__box ul{
    width: 100%;
    height: auto;
    float: left;
    background-color: #111111;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.settings__section__payment__box ul > li{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 3px 0;
}
.settings__section__payment__box ul > li > p{
    color: #ffffff;
    margin: 0 0 0 5px;
}
.settings__section__payment__box ul > li > p[data-type='successful']{
    color: #5bc660;
}
.settings__section__payment__box ul > li > p[data-type='error']{
    color: #e23530;
}
.settings__section__payment__box ul > li:nth-child(3) > p{
    padding: 0 0 0 25px;
    position: relative;
}
.settings__section__payment__box ul > li:nth-child(3) > p::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/money.svg");
}
.settings__section__payment__box ul > li:nth-child(4){
    border-top: 1px solid #333439;
    margin: 5px 0 3px;
    padding: 6px 0 0;
}
.settings__section__payment__box button{
    width: 100%;
    height: 40px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: unset;
    border: 1px solid #333439;
    border-radius: 8px;
    margin: 12px 0 0 0;
    cursor: pointer;
    position: relative;
    transition: .2s;
}
.settings__section__payment__box button:hover{
    background-color: #333439;
    transition: .2s;
}
.settings__section__payment__info{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 10px 0 0 0;
    align-content: center;
    align-items: center;
    flex-direction: row;
}
.settings__section__payment__info > div:nth-child(1){
    width: fit-content;
    padding: 0 15px 0 0;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.settings__section__payment__info > div:nth-child(2){
    width: fit-content;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.settings__section__payment__info > div > p{
    width: fit-content;
    height: auto;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.settings__item__dropdown{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px;
    position: relative;
    display: none;
}
.settings__item__dropdown input{
    width: 100%;
    height: 40px;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    background-color: #1d1d1d;
    border: 2px solid #333439;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}
.settings__item__dropdown::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    right: 12.25px;
    top: 17.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon/drop.svg");
    transform: rotate(180deg);
}
.settings__item__dropdown.active::before{
    transform: rotate(0deg);
    top: 16.5px;
}
.settings__item__dropdown ul{
    width: 100% !important;
    height: auto !important;
    position: absolute;
    background-color: #18181b;
    border: 2px solid #1d1f21;
    top: 45px;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 1;
}
.settings__item__dropdown.active ul{
    display: flex;
}
.settings__item__dropdown ul > li{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #18181b;
    padding: 5px 13px;
    text-align: left;
    border-radius: 6px;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
}
.settings__item__dropdown > ul > li:hover,
.settings__item__dropdown > ul > li.active{
    background-color: #3f4046;
    border-color: #3f4046;
}
/* SETTINGS */

/* NOTIFICATIONS */
.notification_alert{
    width: fit-content;
    max-width: 300px;
    height: auto;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10005;
    border: 1px solid #3f4046;
    background-color: #3f4046e8;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    padding: 15px 25px 15px 50px;
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 27px;
    display: none;
}
.notification_alert[data-type='success']{
    background-image: url("../images/icon/success.svg");
}
.notification_alert[data-type='error']{
    background-image: url("../images/icon/error.svg");
}
/* NOTIFICATIONS */

/* CATEGORY */
.category{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 100px;
    border-bottom: 1px solid #292929;
}
.category__row{
    width: 100%;
    height: auto;
    float: left;
}
.category__item{
    width: 100%;
    height: auto;
    float: left;
}
.category__item form{
    width: 35%;
    height: auto;
    position: relative;
}
.category__item form > label{
    width: 100%;
    height: auto;
    float: left;
}
.category__item form > label > input{
    width: 100%;
    height: 45px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #161616;
    padding: 17px 10px 17px 40px;
    border: unset;
    border-radius: 26px;
    box-sizing: border-box;
    background-image: url("../images/icon/search.svg");
    background-position: 14px center;
    background-size: 17px;
    background-repeat: no-repeat;
}
.category__item:nth-child(2){
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 40px 0 0 0;
}
.category__box{
    border-radius: 10px;
    height: 140px;
    background-color: #161616;
    position: relative;
    overflow: hidden;
}
.category__box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #161616;
    opacity: 0.2;
    z-index: 1;
}
.category__box img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.category__box p {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
}
.category__box:hover img{
    transform: scale(1.1);
    transition: .3s;
}
/* CATEGORY */

/* GROUP MAIN */
.groupmain{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.groupmain__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 0 60px;
    border-bottom: 1px solid #f5a741;
}
.groupmain__item:nth-child(1){
    width: 60%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.groupmain__item:nth-child(2){
    width: 35%;
    height: auto;
}
.groupmain__item-poster{
    width: 100%;
    height: 550px;
    float: left;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.groupmain__item h1 {
    width: 100%;
    height: auto;
    float: left;
    color: #ffa701;
    text-align: center;
    font-size: 42px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
}
.groupmain__item p{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 29px;
    margin: 20px 0 0 0;
}
.groupmain__item a{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #ffffff;
    color: #5bceb1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 35px auto 0;
    cursor: pointer;
    border: unset;
    padding: 15px 60px;
    border-radius: 100px;
    box-shadow: 0px 9px 20px -3px #ffa701;
    transition: .2s;
}
.groupmain__item a:hover{
    box-shadow: 0px 2px 20px 6px #ffa701;
    transition: .2s;
}
/* GROUP MAIN */

/* DISCORD */
.discord{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 60px;
}
.discord__row{
    width: 100%;
    height: auto;
    float: left;
}
.discord__item{
    width: 100%;
    height: auto;
    float: left;
    background-color: #404eed;
    border-radius: 15px;
    padding: 45px 0 40px;
    position: relative;
    transition: .2s;
}
.discord__item:hover{
    background-color: #3842c3;
    transition: .2s;
}
.discord__item::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 189px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/discord-left.png");
    left: 0;
    bottom: 0;
}
.discord__item::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 189px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/discord-right.png");
    right: 0;
    bottom: 0;
}
.discord__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 27px;
    letter-spacing: -0.01em;
    font-weight: 700;
    padding: 35px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 140px;
    background-image: url("../images/icon/discord-logo.png");
}
/* DISCORD */

/* FAQ */
.faq{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 60px;
}
.faq .center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faq-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    letter-spacing: -0.01em;
    font-weight: 500;
    margin: 0 0 40px 0;
}
.faq__row{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: rgb(73 73 73 / 50%);
    border: 2px solid rgb(73 73 73 / 50%);
    padding: 60px 100px 100px 100px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq__item{
    width: 48%;
    height: auto;
    float: left;
    padding: 25px 0;
    border-bottom: 1px solid #ffffff;
}
.faq__item p{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}
.faq__item p::before{
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon/dropdown.svg");
    transition: .2s;
    filter: invert(10%) sepia(160%) saturate(22%) hue-rotate(848deg) brightness(516%) contrast(140%);
}
.faq__item.active p::before{
    transform: rotate(270deg);
    top: 20%;
    transition: .2s;
}
.faq__item span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 24px 0 0;
    display: none;
}
.faq__item span > a{
    color: #ffa701;
}
/* FAQ */