.wrapper_main {
    overflow-x: hidden;
}

.header__body {
    flex: auto;
}

.connect-walet {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    color: white;
}

.image-effects-slider-wrapper .swiper-button-prev,
.image-effects-slider-wrapper .swiper-button-next {
    --swiper-navigation-size: 25px;
    color: #fbfbfb;
    opacity: 1;
}

.image-effects-slider-wrapper .swiper-button-disabled {
    opacity: .6;
}

.home__rowslider {
    overflow: visible;
}

@media (max-width: 1199.98px) {
    .take-selfie__control--img.cartoonize_controls {
        overflow: hidden;
    }
    .image-effects-slider-wrapper {
        width: 100%;
        padding: 0 30px;
        min-width: 0;
        position: relative;
       
    }
    .image-effects-slider-wrapper .swiper-button-prev,
    .image-effects-slider-wrapper .swiper-button-next {
        top: 0;
        margin-top: 0;
        height: 100%;
    }
    .image-effects-slider-wrapper .swiper-button-prev {
        left: 0;
    }
    .image-effects-slider-wrapper .swiper-button-next {
        right: 0;
    }
    .image-effects-slider .swiper-slide {
        width: auto;
    }
    .image-effects-slider .swiper-slide .custom-radio--img {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .image-effects-slider {
        max-height: 500px;
    }

    .image-effects-slider-wrapper {
        padding: 30px 0;
        position: relative;
    }

    .image-effects-slider .swiper-slide .custom-radio--img {
        margin-bottom: 0;
    }

    .image-effects-slider-wrapper .swiper-button-prev,
    .image-effects-slider-wrapper .swiper-button-next {

        width: 100%;
        margin-top: 0;
        left: 0;
        right: auto;
    }

    .image-effects-slider-wrapper .swiper-button-prev {
        top: 0;
    }

    .image-effects-slider-wrapper .swiper-button-prev:after {
        transform: rotate(90deg);
    }

    .image-effects-slider-wrapper .swiper-button-next {
        top: auto;
        bottom: 0;
    }

    .image-effects-slider-wrapper .swiper-button-next:after {
        transform: rotate(90deg);
    }
}


.section-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
}

.explore-nfts-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.explore-nfts-slider .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.explore-nfts-slider .swiper-pagination-bullet {
    background: #FFFFFF;
}

.hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.block-asside {
    display: flex;
    align-items: flex-start;
}

.filters {
    flex: 0 0 280px;
    margin-right: 30px;
    color: #fff;
    font-family: 'Actor';
}

.filters-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.block-asside__content .selling__item {
    flex: 0 0 33.333333%;
    width: 33.333333%;
}

.block-asside__content {
    flex: auto;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.explore-nfts-slide {
    display: flex;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.explore-nfts-slide__content {
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Actor';
}

.explore-nfts-slide__content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.filters__container {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    border-radius: 12px;
}

.explore-nfts-slide__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.explore-nfts-slide>* {
    flex: 0 0 50%;
    width: 50%;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.connect-walet .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.w-100 {
    width: 100%;
}

.connect-walet-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    background: #FFFFFF;
    border: 0.5px solid #D9D9D9;
    box-shadow: 0px 4px 10px rgba(91, 104, 113, 0.12);
    border-radius: 12px;
    transition: all .2s ease;
}

.connect-walet-item:hover {
    box-shadow: 0px 4px 10px rgba(39, 42, 44, 0.7);
}

.connect-walet-item img {
    margin-right: 20px;
}

.connect-walet-item+.connect-walet-item {
    margin-top: 15px;
}

.form-login {
    max-width: 420px;
    width: 100%;
    color: white;
}

.form-login .section-title {
    text-align: center;
    margin-bottom: 10px;
}

.section-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.form-login .section-subtitle {
    text-align: center;
    margin-bottom: 50px;
}

.input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: black;
    padding: 8px 14px;
}

.input-group+.input-group {
    margin-top: 15px;
}

.input-group+.btn {
    margin-top: 20px;
}

.input-password {
    position: relative;
}

.input-password .input {
    padding-right: 30px;
}

.password-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.accordeon__body .chek-text {
    margin-left: 0;
    flex: auto;
}

.active>.accordeon__body {
    display: block;
}

.filters__btn {
    display: none;
}

.selling__item-wrap img {
    width: 100%;
    object-fit: cover;
}

.active>.accordeon__head .accordeon__icon {
    transform: rotate(180deg);
}

.explore-nfts-slide__img {
    overflow: hidden;
    display: flex;
}

.explore-nfts-slide__img img {
    width: 100%;
    object-fit: cover;
    max-height: 428px;
}

.accordeon__body {
    display: none;
}

.accordeon__body .module-chek {
    width: 100%;
}

.accordeon__body .module-chek+.module-chek {
    margin-top: 12px;
}

.accordeon+.accordeon {
    margin-top: 24px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.pl-12 {
    padding-left: 12px !important;
}

.p-0 {
    padding: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.accordeon__head {
    cursor: pointer;
    margin-bottom: 16px;
}

.module-chek {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
}

.accordeon__body .chek-icon {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-login .module-chek {
    margin: 20px 0;
}

.form-login>.btn {
    margin-bottom: 20px;
}

.module-chek input {
    position: absolute;
    width: 1;
    height: 1;
    opacity: 0;
}

.chek-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1.5px solid #FFFFFF;
    border-radius: 8px;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.module-chek input:checked+.chek-icon {
    background-image: url(../img/check.svg);
}

.chek-text {
    padding-top: 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
}

.form-login-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.form-login-links a {
    position: relative;
    display: block;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    transition: all .2s ease;
    margin-bottom: 10px;
}

.justify-center {
    justify-content: center;
}

.form-login-links a:hover {
    border-color: transparent;
}

.how-work .dropdown {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.how-work .dropdown .icons .ico,
.how-work .dropdown .icons .ico::before {
    background-color: #fff;
}

.how-work .dropdown .dropdown-head .info {
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.how-work .dropdown .dropdown-head {
    padding: 16px;
}

.how-work .dropdown .dropdown-body .text {
    padding: 0 16px 0 56px;
}

.mr-24 {
    margin-right: 24px;
}

.how-work__aside .heading-standart {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.content-stiky {
    position: sticky;
    top: 120px;
}

.max-w-800 {
    max-width: 800px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -34px;
}

.section {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    width: 100%;
}

.about-us-img {
    /* width: calc(50% - 68px);
    margin:10px 34px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 12px;
}

.about-us-img img {
    width: 100%;
    height: 100%;
}

.about-us-content {
    color: white;
    /* width: calc(50% - 68px);
    margin:10px 34px; */
}

.about-us .section-title {
    margin-bottom: 20px;
}

.text-cntent {
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.custom-columns.custom-columns-34 {
    margin-right: -17px;
    margin-left: -17px;
    margin-top: -34px;
}

.custom-columns-34>* {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 34px;
}

.page-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bages-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 10px;
}

.how-work {
    display: flex;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.how-work__aside {
    flex: 0 0 350px;
    margin-right: 50px;
}

.how-work__content {
    flex: auto;
}

.how-work .section-title {
    /* text-align: center; */
    margin-bottom: 40px;
}

.how-work-row {
    display: flex;
    flex-wrap: wrap;
    margin: -17px -17px 0;
}

.how-work-item {
    width: calc(33.3333% - 34px);
    margin: 17px;
}

.how-work-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    max-height: 230px;
    margin-bottom: 16px;
    position: relative;
}

.how-work-img img {
    width: 100%;
    height: 100%;
}

.how-work-count {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 300px;
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #44120D;
}

.success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

#dialog-content .fancybox-button {
    display: none;
}

.success .section-title {
    margin: 20px 0 10px;
}

.success .section-subtitle {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pl-46 {
    padding-left: 46px;
}

.pr-46 {
    padding-right: 46px;
}

.user-comment__content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #44120D;
    margin-bottom: 2px;
}

.user-comment__date {
    color: #C7C7C7;
}

.user-comment__content-text {
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #44120D;
}

.user-comment__content-head-item>.btn {
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-right: 16px;
}

.user-comment {
    display: flex;
    align-items: flex-start;
}

.user-comment__content {
    flex: auto;
}

.user-comment__icon {
    flex: 0 0 36px;
    width: 36px;
    margin-right: 14px;
}

.user-comment-wrapper+.user-comment-wrapper {
    margin-top: 20px;
}

.modal-selfie__image-block {
    overflow: hidden;
    display: flex;
}

.modal-selfie__image-block img {
    width: 100%;
    object-fit: cover;
}

.avswer-comment {
    padding-left: 50px;
}

.avswer-comment .user-comment {
    margin-top: 12px;
}

.avatar--20 {
    width: 20px;
    height: 20px;
}

.avswer-comment .user-comment__icon {
    flex: 0 0 20px;
    width: 20px;
    margin-right: 10px;
}

.modal-selfie__comment-block--body {
    max-height: 510px;
    overflow: auto;
}

.send-form {
    display: flex;
    width: 100%;
    padding-right: 24px;
}

.send-form>input {
    flex: auto;
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 20px;
}

.modal-selfie__image-block {
    position: relative;
}

.tags-wrapper {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px 14px;
    width: 100%;
    bottom: 0;
}

.tag-item {
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    font-family: 'Actor';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    outline: none;
}

.tag-item.active {
    border: 0.5px solid rgb(231, 60, 126);
}

.tag-item .remove-tag {
    position: absolute;
    top: -2px;
    right: 4px;
    color: inherit;
}

.flex-column {
    flex-direction: column;
}

.swal2-html-container .form-group .input {
    border: 1px solid rgb(84, 84, 84);
}

.swal2-html-container .form-group .lable-input {
    color: rgb(84, 84, 84);
    margin-bottom: 10px;
    text-align: start;
}

.swal2-html-container .form-group .select {
    border: 1px solid rgb(84, 84, 84);
    background: #FFFFFF;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgb(84, 84, 84);
    padding: 8px 40px 8px 12px;
    width: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.swal2-html-container .form-group+.form-group {
    margin-top: 20px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    min-width: 150px;
}