@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
a,
a:active,
a:hover {
    color: #4b5566;
}
li,
ol,
p,
ul {
    margin: 0;
}
li,
ol,
picture,
ul {
    display: block;
}
.c-language,
body {
    position: relative;
}
.c-language__btn > img,
.c-language__trigger > img {
    overflow: hidden;
    min-width: 22px;
    width: 22px;
    height: 22px;
}
.c-colors__color::before,
.c-colors__label::before {
    top: -4px;
    left: -4px;
    z-index: -1;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    content: "";
}
.breadcrumb__item + .breadcrumb__item::before,
.c-language__btn,
.c-language__trigger,
.nav__link {
    font-size: 16px;
    font-weight: 400;
}
.menu,
body {
    overflow-x: hidden;
}
.c-language__dropdown,
.menu {
    visibility: hidden;
    opacity: 0;
}
.menu__wrap,
.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
a,
a:hover {
    text-decoration: none;
}
.hamburger.is--active .hamburger__inner:nth-child(2),
.menu,
.menu__wrap,
.rating-select__input:checked ~ .rating-select__label::before,
.rating-select__input:hover ~ .rating-select__label::before {
    opacity: 0;
}
.c-language__btn:focus,
.c-language__trigger:focus,
.hamburger:focus,
.not-found__btn:focus,
.remove-bg-tabs__tab:focus,
.remove-bg__control:focus,
.status-buttons__btn:focus,
.switcher__btn:focus,
.switcher__btn:hover {
    outline: 0;
}
body {
    font-family: "Lexend Deca", serif;
    font-size: 14px;
    line-height: 1.25;
    background: #f8f7f5;
}
li,
ol,
ul {
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.25;
}
b,
strong {
    font-weight: 500;
}
a {
    display: inline-block;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.c-language__trigger,
svg {
    -webkit-transition: 0.25s ease-in-out;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
img {
    max-width: 100%;
}
svg {
    transition: 0.25s ease-in-out;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1010px;
    width: 100%;
}
.c-language__btn > * + *,
.c-language__trigger > * + * {
    margin-left: 8px;
}
.c-language {
    z-index: 100;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:8px 0
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #b9c1d0; 
}
@media screen and (hover: none) {
    .c-language.is--active .c-language__dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        pointer-events: all;
    }
}
.c-language__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 6px 14px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    background: 0 0;
    border: none;
    border-radius: 0;
    transition: 0.25s ease-in-out;
}
.c-language__trigger > img {
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-language__dropdown {
    position: absolute;
    top: 100%;
    right: -6px;
    z-index: 100;
    -webkit-transform: scale(0.99) translateY(-0.7em);
    -ms-transform: scale(0.99) translateY(-0.7em);
    transform: scale(0.99) translateY(-0.7em);
    display: block;
    overflow: hidden;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    padding: 14px;
    min-width: 180px;
    background: #d1efcf;
    border-radius: 0 0 4px 4px;
    -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform;
    pointer-events: none;
    will-change: opacity, transform;
}
.c-language__btn,
.c-language__list {
    display: -webkit-box;
    display: -ms-flexbox;
}
.c-colors__input-color,
.slider-handle::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.c-language__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-language__item {
    width: calc(50% - 6px);
}
.c-language__item:nth-child(2n) {
    margin-left: 12px;
}
.c-language__item:nth-child(n + 3),
.remove-bg__bottom {
    margin-top: 18px;
}
.c-language__btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    color: #252a34;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.c-language__btn:hover,
.remove-bg-tabs__item.is--active .remove-bg-tabs__tab,
.remove-bg-tabs__item.is--active .remove-bg-tabs__tab > svg,
.remove-bg-tabs__tab:hover,
.remove-bg-tabs__tab > svg {
    color: #5848e7;
}
.c-language__btn > img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-colors__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -12px;
    margin-bottom: -12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.bg-colors__item {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: 12px;
    margin-bottom: 12px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    box-shadow:0 0 0px 2px rgba(0, 0, 0, 0.1)
}
.bg-colors__item:hover {
    box-shadow:0 0 0px 2px rgba(12, 91, 215, 1)
}
.bg-colors__color {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.bg-colors__color {
    display: block;
    border-radius: 50%;
}
.c-colors__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -12px;
    margin-bottom: -12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.c-colors__item {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: 12px;
    margin-bottom: 12px;
    min-width: 45px;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer
}
.c-colors__color,
.c-colors__label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.c-colors__input,
.rating-select__input {
    display: none;
}
.c-colors__input:checked ~ .c-colors__color::before,
.c-colors__input:checked ~ .c-colors__label::before {
    border-color: #5848e7;
}
.c-colors__input:hover ~ .c-colors__color::before,
.c-colors__input:hover ~ .c-colors__label::before {
    border-color: #689ae9;
}
.c-colors__color {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}
.c-colors__color::before {
    position: absolute;
    display: block;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}
.c-colors__label {
    display: block;
}
.c-colors__circle,
.c-colors__input-color {
    position: absolute;
    cursor: inherit;
    width: 100%;
}
.c-colors__label::before {
    position: absolute;
    display: block;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}
.hamburger,
.hamburger__inner {
    -webkit-transition: 0.25s ease-in-out;
}
.c-colors__input-color {
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    outline: 0;
}
.c-colors__input-color::-webkit-color-swatch-wrapper {
    padding: 0;
}
.c-colors__input-color::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}
.c-colors__input-color::-moz-focus-inner {
    border: none;
    padding: 0;
    border-radius: 50%;
}
.c-colors__input-color::-moz-color-swatch {
    border: none;
    border-radius: 50%;
    height: 100%;
}
.c-colors__circle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: 100%;
    background: conic-gradient(red, #ff0, #0f0, #0ff, #00f, #ff00ff, red);
    border-radius: 50%;
    pointer-events: none;
}
.breadcrumb__list,
.bruh-size__wrapper,
.footer__inner,
.image-list__wrapper,
.nav__list,
.status-buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.image-list__wrapper {
    flex-wrap:wrap;
    justify-content:center
}
.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__item:last-child .breadcrumb__link,
.breadcrumb__item:last-child .breadcrumb__link:hover {
    color: #858fa0;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: ">";
    display: block;
    margin: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.breadcrumb__link,
.footer__copyright,
.footer__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.header {
    position: relative;
    z-index: 600;
    background: #5d3800;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logotype {
    display: block;
    overflow: hidden;
    height: 30px;
}
.header__logotype:hover {
    opacity: 0.7;
}
.header__logotype img {
    display: block;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__nav {
    margin-left: auto;
}
.header__language,
.remove-bg__image-list {
    margin-left: 10px;
}
.nav__link {
    display: block;
    padding: 14px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    border-bottom: 2px solid transparent;
}
.nav__link:hover {
    color: #252a34;
}
.hamburger {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0;
    min-width: 36px;
    width: 36px;
    height: 36px;
    font-size: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    transition: 0.25s ease-in-out;
}
.hamburger.is--active .hamburger__inner:first-child {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger.is--active .hamburger__inner:last-child {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger__inner {
    position: absolute;
    left: 4px;
    z-index: 1;
    display: block;
    width: 28px;
    height: 2px;
    background: #ffffff;
    transition: 0.25s ease-in-out;
}
.footer,
.menu {
    background: #5d3800;
}
.hamburger__inner:first-child {
    top: 10px;
}
.hamburger__inner:nth-child(2) {
    top: 18px;
}
.hamburger__inner:last-child {
    top: 26px;
}
.footer {
    position: relative;
    z-index: 1;
    margin-top: 70px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 0;
}
.footer__logotype {
    display: block;
    overflow: hidden;
    min-width: 32px;
    width: 32px;
    height: 32px;
}
.footer__list,
.menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
}
.footer__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 590;
    -webkit-transform: translate(0, -104%);
    -ms-transform: translate(0, -104%);
    transform: translate(0, -104%);
    display: block;
    overflow-y: auto;
    max-height: 100dvh;
    width: 100%;
    pointer-events: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menu.is--active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.1);
}
.menu.is--active .menu__wrap {
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out 0.15s;
    transition: 0.25s ease-in-out 0.15s;
}
.description__btn,
.menu__wrap {
    -webkit-transition: 0.25s ease-in-out;
}
.menu__wrap {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 72px 0 10px;
    transition: 0.25s ease-in-out;
}
.content ul:not([class]) > li,
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
}
.scroll-disabled {
    overflow: hidden;
}
.bg-light-white {
    background: #fbfafe;
}
.wrapper {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.section-indent {
    margin-top: 30px;
    padding-top: 30px;
}
.section-indent-sm {
    margin-top: 15px;
    padding-top: 15px;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin: 0 auto 40px;
    padding: 0 32px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}
.section-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
}
.section-details__title,
.section-heading__title {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
    font-weight: 700;
    color: #252a34;
}
.section-details,
.section-details__description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
.section-details {
    margin: 0 auto 40px;
    width: fit-content;
    text-align: center;
}
.section-details__description {
    display: block;
    margin: 14px auto 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #252a34;
}
.section-inner__breadcrumb {
    margin: 0 auto;
    padding: 30px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-inner__head {
    margin-bottom: 30px;
}
.content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #4b5566;
}
.content > * {
    margin-bottom: 26px;
}
.content > :last-child {
    margin-bottom: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 6px;
    font-weight: 700;
}
.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
    margin-top: 6px;
}
.content h1 {
    font-size: 36px;
}
.content h2 {
    font-size: 24px;
}
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 18px;
}
.content i {
    color: #6e7786;
}
.content a:not([class]) {
    display: inline;
    text-decoration: underline;
    color: #5848e7;
}
.content a:not([class]):hover {
    text-decoration: none;
    color: #5848e7;
}
.content ul:not([class]) > li {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content ul:not([class]) > li::before {
    content: "";
    display: block;
    margin-top: 6px;
    margin-right: 12px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background: #4b5566;
    border-radius: 50%;
}
.content ul:not([class]) > li:not([class]) + li:not([class]) {
    margin-top: 8px;
}
.content .float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content .float-left img,
.content .float-right img {
    display: block;
    max-height: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 1024px) {
    .content .float-right {
        width: 308px;
        height: auto;
    }
    .content .float-left {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 308px;
        height: auto;
    }
    .features__item {
        width: calc(33.333333333% - 14.6666666667px);
    }
    .features__item:nth-child(3n),
    .features__item:nth-child(3n-1) {
        margin-left: 22px;
    }
    .features__item:nth-child(n + 4) {
        margin-top: 22px;
    }
}
    /* Content area */
    .detector {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 1rem;
      padding:20px 10px;
      border-radius:25px;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    }

    /* Left panel: text area and info */
    .text-panel {
      flex: 1 1 60%;
      display: flex;
      flex-direction: column;
      /* add a min-width for larger screens, but will adapt for mobile */
      min-width: 280px;
    }
    .text-panel label {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .text-panel textarea {
      width: 100%;
      min-height: 240px;
      padding: 13px;
      resize: vertical;
      font-family: inherit;
      font-size: 16px;
      line-height:28px;
      border:none
    }
    .text-panel .info-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 15px;
      margin: 10px 0 10px 14px;
    }
    .text-panel .info-bar a {
      color: #54617a;
      text-decoration: none;
      cursor: pointer;
      border-bottom:1px dashed #54617a
    }
    .text-panel .info-bar a:hover {
      color: #000;
      border-bottom:1px dashed #000
    }

    /* Right panel: gauge and results */
    .result-panel {
      flex: 1 1 5%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-width: 220px;
      border-left:1px solid #d9dfe2;
      padding:0 10px
    }

    /* Detection gauge container */
    .gauge-wrapper {
      position: relative;
      width: 180px;
      margin-bottom: 20px;
    }
    /* New ring gauge style */
	   .gauge-chart {
		  width: 180px;
	  }
	   .gauge-text {
		  font-weight: 24px;
		  font-weight:bold;
	  	text-anchor: middle;
	  }

    .result-text {
      font-weight: 600;
      font-size:16px;
      margin-bottom: 20px;
    }

    .result-text span {
      color:#e74c3c 
    }

    /* Detect AI / Humanize buttons */
    .actions {
      display: flex;
      gap: 1rem;
      margin-top: 1rem;
      justify-content: center;
    }
    .btn {
      background: #20b170;
      color: #fff;
      border: none;
      padding: 12px 28px;
      font-size: 18px;
      border-radius: 50px;
      cursor: pointer;
      transition: 0.25s ease-in-out;
      margin:0 auto
    }
    .btn:hover {
      background: #14955b;
    }
    .btn.secondary {
      font-size:16px;
      background: transparent;
      color:#000;
      border:1px solid #000
    }
    .btn.secondary:hover {
      color:#20b170;
      border:1px solid #20b170
    }

    /* Mobile responsiveness */
    @media (max-width: 600px) {
      .content {
        flex-direction: column;
        align-items: stretch;
      }
      .text-panel {
        flex: 1 1 100%;
      }
      .result-panel {
        flex: 1 1 100%;
        margin-top: 2rem;
      }
      .gauge-wrapper {
        margin: 0 auto 1rem;
      }
    }
.description {
    padding: 28px 0;
    background: #fff;
}
.description__btn,
.how-to__item::before {
    background: linear-gradient(180deg, #ebd5b4 10%, #5d3800 100%);
    z-index: 1;
    text-align: center;
}
.description__heading {
    display: block;
    margin: 0 auto 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #252a34;
}
@media screen and (max-width: 767px) {
.description__heading {
    font-size: 28px;
} }
.description__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.description__slider {
    margin-right: 25px;
    max-width: 470px;
    min-width: 470px;
}
.description__body {
    max-width: calc(100% - 407px - 25px);
    width: 100%;
}
.description__btn,
.description__description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: block;
}
@media screen and (max-width: 1023px) {
    .description__wrapper,
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__list {
        margin: 20px auto 0;
    }
    .content .float-left {
        width: 150px;
        height: 150px;
    }
    .description__slider {
        margin-right: 0;
        margin-bottom: 25px;
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    .description__body {
        max-width: none;
    }
}
.description__description {
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #4b5566;
    margin-top:25px;
    text-align:center
}
@media screen and (max-width: 767px) {
.description__description {
    margin-top: 0
} }
.description__btn {
    position: relative;
    margin: 20px auto 0;
    padding: 16px 30px;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    border: 6px solid #ddd9ff;
    border-radius: 50px;
    transition: 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
.description__btn {
    display:none
} }
.mobile__btn {
    display:none
}
@media screen and (max-width: 767px) {
.mobile__btn {
    display:block;
    margin: 0 auto 15px
} }
.accordeon__trigger,
.not-found__btn {
    -webkit-transition: 0.25s ease-in-out;
}
.description__btn:hover {
    color: #e3e0ff;
    border: 6px solid #eeecff;
}
.description__help {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5714285714;
    text-align: center;
    color: #435168;
}
@media screen and (max-width: 767px) {
.description__help {
    display:none
} }
.description__banner {
    display: block;
    margin-top: 24px;
    width: 100%;
    height: 180px;
}
.how-to__img,
.how-to__item + .how-to__item {
    margin-top: 10px;
}
.description__banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.how-to__wrapper {
    counter-reset: how-to-counter;
}
.how-to__item {
    position: relative;
    z-index: 1;
    width: 50%;
}
.how-to__item::before {
    content: "";
    counter-increment: how-to-counter;
    content: counter(how-to-counter);
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 54px;
    width: 54px;
    height: 51px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    border-radius: 20px;
}
.how-to__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 66px;
    z-index: 1;
    display: block;
    height: calc(100% - 51px - 12px - 10px);
    opacity: 0.5;
    border-left: 2px dashed #9db4d8;
}
.how-to__elem {
    padding-top: 12px;
    max-width: 440px;
    width: 100%;
}
.how-to__title,
.rating__group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
.how-to__title {
    display: block;
    margin-bottom: 16px;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    color: #252a34;
}
.how-to__content {
    display: block;
    padding: 24px 20px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.accordeon,
.how-to__img {
    background: #fff;
    overflow: hidden;
}
.how-to__description {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #000;
}
.how-to__img {
    display: block;
    width: 100%;
    border-radius:12px
}
.how-to__img img {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .hamburger {
        display: none;
    }
    .footer__copyright + .footer__logotype,
    .footer__logotype + .footer__copyright {
        margin-left: 12px;
    }
    .footer__item + .footer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 12px;
    }
    .footer__item + .footer__item::before {
        content: "|";
        margin-right: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #c8d0dc;
    }
    .how-to__item:nth-child(2n),
    .how-to__item:nth-child(2n) .how-to__elem {
        margin-left: auto;
    }
    .how-to__item:nth-child(odd)::before {
        right: -27px;
    }
    .how-to__item:nth-child(odd)::after {
        right: -2px;
    }
    .how-to__item:nth-child(odd) .how-to__title {
        margin-left: auto;
        text-align: right;
    }
    .how-to__item:nth-child(odd) .how-to__description {
        text-align: right;
    }
    .how-to__item:nth-child(2n)::before {
        left: -26px;
    }
    .how-to__item:nth-child(2n)::after {
        left: -2px;
    }
    .samples__wrapper {
        margin-left: -28px;
        margin-bottom: -28px;
    }
    .samples__item {
        margin-left: 28px;
        margin-bottom: 28px;
        width: calc(50% - 28px);
    }
}
.faq__item + .faq__item {
    margin-top: 24px;
}
.accordeon {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.accordeon.is--open .accordeon__trigger::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.accordeon__trigger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    padding: 24px 64px 24px 24px;
    font-size: 20px;
    font-weight: 700;
    color: #252a34;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}
.accordeon__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    min-width: 27px;
    width: 27px;
    height: 19px;
    background-image: url(../img/sprite.svg#icon-caret);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}
.accordeon__content,
.accordeon__content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #435168;
}
.accordeon__wrapper {
    display: none;
    padding: 0 24px 24px;
}
.accordeon__content ul li {
    position: relative;
    z-index: 1;
    padding-left: 21px;
}
.accordeon__content ul li::before {
    content: "";
    position: absolute;
    top: 10.5px;
    left: 0;
    z-index: 1;
    display: block;
    width: 11px;
    height: 11px;
    background: #435168;
    border-radius: 50%;
}
.features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features__item {
    display: block;
    overflow: hidden;
    padding: 16px 10px 22px;
    background: #fff;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.features__img {
    display: block;
    overflow: hidden;
    margin: 0 auto 14px;
    min-width: 68px;
    width: 68px;
    height: 68px;
}
.features__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.features__body {
    text-align: center;
}
.features__title {
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #252a34;
}
.features__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 86px;
    height: 1px;
    background: #b3afa9;
}
.rating-select__label::after,
.rating-select__label::before {
    position: absolute;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    content: "";
}
.features__description {
    display: block;
    font-size: 16px;
    line-height:1.7;
    font-weight: 400;
    color: #4b5566;
}
.rating__select {
    margin: 0 auto 10px;
}
.rating__group {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}
.rating__value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #252a34;
}
.rating__help {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 400;
    color: #8692a4;
}
.rating-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.not-found__wrap,
.remove-bg-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.rating-select__input:checked ~ .rating-select__label::after,
.rating-select__input:hover ~ .rating-select__label::after {
    opacity: 1;
}
.rating-select__label {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 0 5px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.rating-select__label::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(../img/sprite.svg#icon-star);
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.image-list__icon,
.rating-select__label::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.rating-select__label::after {
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(../img/sprite.svg#icon-star-filled);
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.not-found__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    min-height: calc(100dvh - 84px - 70px);
    text-align: center;
}
.not-found__btn,
.not-found__title {
    display: block;
    font-weight: 700;
    text-align: center;
}
.not-found__heading {
    margin-bottom: 30px;
    font-size: 300px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content .float-right {
        width: 150px;
        height: 150px;
    }
    .how-to__elem {
        max-width: 320px;
    }
    .features__item {
        width: calc(50% - 11px);
    }
    .features__item:nth-child(2n) {
        margin-left: 22px;
    }
    .features__item:nth-child(n + 3) {
        margin-top: 22px;
    }
    .not-found__wrap {
        min-height: calc(100dvh - 124px - 70px);
    }
    .not-found__heading {
        font-size: 280px;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .not-found__heading {
        font-size: 160px;
    }
}
@media screen and (max-width: 374px) {
    .not-found__heading {
        font-size: 130px;
    }
}
.not-found__title {
    margin: 0 auto;
    font-size: 36px;
    color: #252a34;
}
.not-found__btn {
    margin: 50px auto 0;
    padding: 12.5px 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: #fff;
    background: #5848e7;
    border: none;
    border-radius: 40px;
    transition: 0.25s ease-in-out;
}
.remove-bg__controls,
.remove-bg__top {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.remove-bg__btn,
.remove-bg__control {
    -webkit-transition: 0.25s ease-in-out;
}
.not-found__btn:hover {
    color: #fff;
}
.remove-bg {
    padding: 10px 0 34px;
    background: #fff;
}
.remove-bg__top {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.remove-bg__main {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 540px;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}
.remove-bg__main.frame-editor {
    border: none !important;
}
.remove-bg__controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.remove-bg__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: rgba(19, 9, 55, 0.5);
    border: none;
    border-radius: 21px;
    transition: 0.25s ease-in-out;
}
.bruh-size__range .noUi-handle:after,
.image-list__input,
.remove-bg-tabs__holder,
.remove-bg-upload__input,
.remove-bg__img,
.remove-bg__upload.is--hidden {
    display: none;
}
.remove-bg__control > svg {
    min-width: 18px;
    width: 18px;
    height: 18px;
    color: #fff;
}
.remove-bg__control[disabled] {
    background: rgba(0, 0, 0, 0.25);
}
.remove-bg__control[disabled] > svg {
    color: #e4e4e4;
}
.remove-bg-tabs__tab[disabled] > svg,
.status-buttons__btn[disabled] > svg {
    color: #9d9d9d;
}
.remove-bg-tabs__item + .remove-bg-tabs__item,
.remove-bg__control + .remove-bg__control {
    margin-left: 10px;
}
.remove-bg__upload {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.remove-bg__img {
    width: 100%;
    height: 100%;
}
.remove-bg__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.remove-bg__img.is--active {
    display: block;
}
.remove-bg__btn {
    position: relative;
    z-index: 1;
    display: block;
    margin: 18px auto 0;
    padding: 12px 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #3fc783 10%, #2ec133 100%);
    border: 6px solid #d1f5d9;
    border-radius: 32px;
    transition: 0.25s ease-in-out;
}
.remove-bg__btn:hover {
    color: #e5ffec;
    border: 6px solid #e5faea;
}
.remove-bg__banner {
    display: block;
    margin-top: 40px;
    width: 100%;
    height: 180px;
}
.remove-bg-upload__btn,
.remove-bg-upload__help {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    line-height: 1.5;
    cursor: pointer;
}
.remove-bg__banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.remove-bg-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.remove-bg-start {
    display: block;
    cursor: pointer;
    padding:120px 80px 100px;
    border: 2px dashed #c0c5cf;
    border-radius:30px;
    background:#fff;
    width:100%;
    background-image:url(../img/bg-pattern.png)
}
@media screen and (max-width: 767px) {
.remove-bg-start {
    display:none
} }
.remove-bg-upload__label {
    display: block;
    margin: 0;
    cursor: pointer;
    padding:100px 120px 80px;
    border: 3px dashed #c0c5cf;
    border-radius:30px;
    background:#fff
}
@media screen and (max-width: 767px) {
.remove-bg-upload__label {
    padding:60px 60px 40px;
} }
.remove-bg-upload__btn {
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #5156f3 10%, #6332d2 100%);
    border: 6px solid #ddd9ff;
    border-radius: 60px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.remove-bg-upload__btn:hover {
    color: #e3e0ff;
    border: 6px solid #eeecff;
}
.remove-bg-upload__help {
    display: block;
    margin: 14px auto 0;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: #435168;
}
.remove-bg-tabs__list,
.remove-bg-tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
.remove-bg-tabs {
    position: relative;
    z-index: 1;
}
.remove-bg-tabs__list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
    padding: 0 100px;
    width: fit-content;
}
.remove-bg-tabs__tab,
.switcher__wrapper {
    -webkit-box-align: center;
    background: #efefef;
}
.image-list__item + .image-list__item,
.remove-bg-tabs__tab > * + *,
.status-buttons__btn + .status-buttons__btn {
    margin-left: 10px;
}
.remove-bg-tabs__tab {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 9.5px 12px;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    border: none;
    border-radius: 20px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.remove-bg-tabs__tab > svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #000;
}
.remove-bg-tabs__holder.is--active {
    display: block;
}
.remove-bg-tabs__status-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.remove-bg-tabs__bruh-size,
.remove-bg-tabs__colors {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.switcher__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
}
.switcher__btn {
    display: block;
    padding: 1.5px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #000;
    background: 0 0;
    border: none;
    border-radius: 17px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.switcher__btn.is--active {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}
.image-list__item {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 43px;
    width: 43px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin:4px 0
}
.image-list__item::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.image-list__item.is--active::before {
    border-color: #5848e7;
}
.image-list__item.is--active .image-list__icon {
    opacity: 1;
    pointer-events: auto;
    display: none;
}
.image-list__item.is--active:hover .image-list__icon {
    display: block;
}
.image-list__img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.image-list__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-list__icon {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    color: #fff;
    pointer-events: none;
}
.image-list__upload::after,
.image-list__upload::before {
    content: "";
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background: #3b3b3b;
    top: 50%;
    left: 50%;
}
.image-list__upload {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    border-radius: 50%;
    cursor: pointer;
}
.image-list__upload::before {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 20px;
}
.image-list__upload::after {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
}
.status-buttons__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 43px;
    width: 43px;
    height: 43px;
    font-size: 0;
    background: #efefef;
    border: none;
    border-radius: 21px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.status-buttons__btn > svg {
    margin-top: -2px;
    min-width: 23px;
    width: 23px;
    height: 23px;
    color: #000;
}
@media screen and (hover: hover) {
    .c-language__dropdown:hover,
    .c-language__trigger:hover ~ .c-language__dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        pointer-events: all;
    }
    .c-colors__item:hover::before {
        border-color: #5848e7;
    }
    .breadcrumb__link:hover,
    .footer__link:hover,
    .remove-bg-tabs__tab:hover:not([disabled]) > svg,
    .status-buttons__btn:hover:not([disabled]) > svg {
        color: #5848e7;
    }
    .nav__link:hover {
        color: #ffffff;
        border-color: #FF9800;
    }
    .remove-bg__control:hover:not([disabled]) {
        background: rgba(0, 0, 0, 0.6);
    }
    .image-list__item:hover::before {
        border-color: #5848e7;
    }
}
.bruh-size__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    color: #242a34;
}
.bruh-size__range {
    margin: 0 10px;
    padding: 0 10px;
    max-width: 220px;
    min-width: 220px;
    width: 100%;
    height: 5px;
    background: #e7e7e7;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bruh-size__range .noUi-connects {
    margin-left: -10px;
    border-radius: 10px;
}
.bruh-size__range .noUi-connect {
    background: #5848e7;
    border-radius: 10px;
}
.bruh-size__range .noUi-handle {
    background: 0 0;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: e-resize;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    top: -9px;
    right: -10px;
    width: 23px;
    height: 23px;
}
.bruh-size__range .noUi-handle:hover {
    background: 0 0;
}
.bruh-size__range .noUi-handle:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 23px;
    height: 23px;
    background: #5848e7;
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.image-editor-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
/* Scrollbar Styling */
.image-editor-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 6px;
}
.collapse {
    visibility: collapse;
}
.image-editor-loader {
    width: 4px;
    color: #000;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px -19px 0 0, 38px -19px 0 0, 57px -19px 0 0, 19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px, 19px 19px 0 0, 38px 19px 0 0, 57px 19px 0 0;
    transform: translateX(-38px);
    animation: 2s linear infinite l26;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
@keyframes l26 {
    12.5% {
        box-shadow: 19px -19px 0 0, 38px -19px 0 0, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0, 57px 0 0 5px, 19px 19px 0 0, 38px 19px 0 0, 57px 19px 0 0;
    }
    25% {
        box-shadow: 19px -19px 0 5px, 38px -19px 0 0, 57px -19px 0 5px, 19px 0 0 0, 38px 0 0 0, 57px 0 0 0, 19px 19px 0 0, 38px 19px 0 5px, 57px 19px 0 0;
    }
    50% {
        box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0, 19px 0 0 0, 38px 0 0 0, 57px 0 0 0, 19px 19px 0 0, 38px 19px 0 0, 57px 19px 0 5px;
    }
    62.5% {
        box-shadow: 19px -19px 0 0, 38px -19px 0 0, 57px -19px 0 0, 19px 0 0 5px, 38px 0 0 0, 57px 0 0 0, 19px 19px 0 0, 38px 19px 0 5px, 57px 19px 0 5px;
    }
    75% {
        box-shadow: 19px -19px 0 0, 38px -19px 0 5px, 57px -19px 0 0, 19px 0 0 0, 38px 0 0 0, 57px 0 0 5px, 19px 19px 0 0, 38px 19px 0 0, 57px 19px 0 5px;
    }
    87.5% {
        box-shadow: 19px -19px 0 0, 38px -19px 0 5px, 57px -19px 0 0, 19px 0 0 0, 38px 0 0 5px, 57px 0 0 0, 19px 19px 0 5px, 38px 19px 0 0, 57px 19px 0 0;
    }
}
.bruh-size__value {
    display: block;
    min-width: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    color: #435168;
}

#turnstile-container {
    text-align: center;
    margin-top: 20px;
}

.error-message {
    text-align: center;
    margin-top: 20px;
}

.error-message span {
    color:#d35353;
    padding:6px 12px;
    border:1px solid #d35353;
    border-radius:10px
}

.color-picker-transparent {
    background-image: url(/assets/img/bg-pattern_small.jpg);
    background-repeat: repeat;
}

.cursor-none {
    cursor: none;
}

.erase-cursor {
    position: absolute;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-image: url(/assets/img/erase_brush.png);
    user-select: none;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 50;
    height: 50px;
    width: 50px;
    transform: translate(-25px, -25px);
    left: 0;
    top: 0;
}

.canvas-container {
    position: relative;
}

.canvas-container canvas {
    position: absolute;
}

.canvas-container img {
    width: 100%;
    height: 100%;
    position: absolute;
}


@media screen and (max-width: 767px) {
    .c-language__dropdown {
        min-width: auto;
        width: 50vw;
        right: -66px;
        top: 56px;
    }
    .header__wrapper {
        padding: 6px 0;
    }
    .header__nav,
    .remove-bg-tabs__tab > span {
        display: none;
    }
    .header__language {
        margin-left: auto;
        margin-right: 10px;
    }
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .features__item,
    .menu__nav,
    .nav__item,
    .samples__item {
        width: 100%;
    }
    .nav__link {
        padding: 10px 20px;
        width: 100%;
    }
    .footer {
        margin-top: 40px;
    }
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .bruh-size__title,
    .bruh-size__value,
    .footer__logotype {
        margin: 0 auto;
    }
    .footer__copyright + .footer__logotype,
    .footer__item + .footer__item,
    .footer__logotype + .footer__copyright {
        margin-top: 12px;
    }
    .footer__list,
    .remove-bg__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__link {
        text-align: center;
    }
    .section-indent {
        margin-top: 25px;
        padding-top: 25px;
    }
    .section-heading {
        padding: 0 20px 16px;
    }
    .section-details__title,
    .section-heading__title {
        font-size: 26px;
    }
    .content .float-right {
        width: 115px;
        height: 115px;
    }
    .how-to__item {
        padding-left: 60px;
        width: 100%;
    }
    .how-to__item::before {
        left: 0;
        min-width: 44px;
        width: 44px;
        height: 41px;
        font-size: 26px;
        border-radius: 15px;
    }
    .how-to__item::after {
        left: 20px;
    }
    .how-to__item:not(:last-child)::after {
        height: calc(100% - 51px - 12px - 4px);
    }
    .how-to__item + .how-to__item {
        margin-top: 20px;
    }
    .how-to__elem {
        padding-top: 0;
        max-width: none;
    }
    .accordeon__trigger,
    .how-to__title {
        font-size: 20px;
    }
    .how-to__content {
        padding: 16px;
    }
    .accordeon__content,
    .accordeon__content ul li,
    .how-to__description {
        font-size: 16px;
    }
    .how-to__img {
        height: 161px;
    }
    .samples__item:nth-child(n + 2) {
        margin-top: 20px;
    }
    .accordeon__content ul li::before {
        top: 9px;
        width: 10px;
        height: 10px;
    }
    .features__item:nth-child(n + 2) {
        margin-top: 22px;
    }
    .not-found__wrap {
        min-height: calc(100dvh - 252px - 40px);
    }
    .not-found__btn {
        padding: 15px 22px;
        font-size: 16px;
    }
    .remove-bg__image-list {
        margin-top: 10px;
        margin-left: 0;
    }
    .remove-bg-tabs__list {
        margin: 0 0 20px;
        padding: 0 120px 0 0;
    }
    .remove-bg-tabs__tab > * + * {
        margin-left: 0;
    }
    .bruh-size__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .bruh-size__range {
        margin: 18px 0;
    }
}