@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f8fafd;
    overflow-x: hidden;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
    text-align: center;
}
img {
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
td, th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}

button:focus:not(:focus-visible), button:focus-visible {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 1px;
    opacity: 0;
}


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff0;
    cursor: pointer;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #ccc;
    border-radius: 0.5rem;
    height: 3px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -7.5px;
    border: 2px solid gray;
    background: #fff;
    border-radius: 100%;
    height: 17px;
    width: 17px;
}
input[type="range"]:hover::-webkit-slider-thumb {
    border: 2px solid #0052ad;
}
input[type="range"]::-moz-range-track {
    border: 2px solid #0052ad;
    border-radius: 0.5rem;
    height: 3px;
}
input[type="range"]::-moz-range-thumb {
    border: 2px solid gray;
    background: #fff;
    border-radius: 100%;
    height: 17px;
    width: 17px;
}
input[type="range"]:hover::-moz-range-thumb {
    border: 2px solid #0052ad;
}
input[type="range"]:disabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: not-allowed;
}
input[type="range"]:hover:disabled {
    background-color: gray;
    opacity: 0.3;
}

.zoom-slider {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.zoom-fit {
    margin-left: 20px;
}

.merge-thumbs {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-width: 200px;
}

.merge-input-container {
    display: flex;
}


.spinner-container {
    padding: 4px 8px;
    background: #e8e8e8;
    border-radius: 5px;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid #fff;
    border-right-color: #fff0;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-moz-keyframes spinner-border {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner-border {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.button-wrapper {
    position: relative;
    width: 100%;
}

.form-control {
    width: 60px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}
.error-text {
    display: none;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c40818;
    font-size: 14px;
    pointer-events: none;
}




button:disabled {
    cursor: not-allowed;
    opacity: 0.25;
}
.form-control:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #fff;
}

button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: 2.4rem;
}
h2,
.h2 {
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 1.75rem;
}
h4,
.h4 {
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
.jcrop-vline,
.jcrop-hline {
    background: #fff;
    font-size: 0;
    position: absolute;
}
.jcrop-vline {
    height: 100%;
    width: 1px !important;
}
.jcrop-vline.right {
    right: 0;
}
.jcrop-hline {
    height: 1px !important;
    width: 100%;
}
.jcrop-hline.bottom {
    bottom: 0;
}
.jcrop-tracker {
    -webkit-tap-highlight-color: #fff0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
}
.jcrop-handle {
    font-size: 1px;
    width: 15px !important;
    height: 15px !important;
    border: 1px #909090 solid;
    background-color: #fff;
    border-radius: 20px;
}
.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}
.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}
.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -8px;
    margin-top: -8px;
    top: 0;
}
.jcrop-handle.ord-ne {
    margin-right: -8px;
    margin-top: -8px;
    right: 0;
    top: 0;
}
.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -8px;
    margin-right: -8px;
    right: 0;
}
.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -8px;
    margin-left: -8px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}
.jcrop-dragbar.ord-n {
    margin-top: -4px;
}
.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}
.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #fff;
}
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
    border-radius: 10px;
}
.croplist-1 {
    background-image: url(../img/sprites/shapesae24.webp?v=14);
    width: 80px;
    height: 80px;
    opacity: 0.9;
    background-size: cover;
    filter: invert(79%) sepia(8%) saturate(285%) hue-rotate(179deg) brightness(91%) contrast(89%);
}
.crop-1 {
    background-position-x: 0;
}
.crop-2 {
    background-position-x: -80px;
}
.crop-3 {
    background-position-x: -160px;
}
.crop-4 {
    background-position-x: -240px;
}
.crop-5 {
    background-position-x: -320px;
}
.crop-6 {
    background-position-x: -400px;
}
.crop-7 {
    background-position-x: -480px;
}
.crop-8 {
    background-position-x: -560px;
}
.crop-9 {
    background-position-x: -640px;
}
.crop-10 {
    background-position-x: -720px;
}
.crop-11 {
    background-position-x: -800px;
}
.crop-12 {
    background-position-x: -880px;
}
.crop-13 {
    background-position-x: -960px;
}
.crop-14 {
    background-position-x: -1040px;
}
.crop-15 {
    background-position-x: -1120px;
}
.crop-16 {
    background-position-x: -1200px;
}
.crop-17 {
    background-position-x: -1280px;
}
.crop-18 {
    background-position-x: -1360px;
}
.crop-19 {
    background-position-x: -1440px;
}
.crop-20 {
    background-position-x: -1520px;
}
.crop-21 {
    background-position-x: -1600px;
}
.crop-22 {
    background-position-x: -1680px;
}
.crop-23 {
    background-position-x: -1760px;
}
.crop-24 {
    background-position-x: -1840px;
}
.crop-25 {
    background-position-x: -1920px;
}
.crop-26 {
    background-position-x: -2000px;
}
.crop-27 {
    background-position-x: -2080px;
}
.crop-28 {
    background-position-x: -2160px;
}
.crop-29 {
    background-position-x: -2240px;
}
.crop-30 {
    background-position-x: -2320px;
}
.crop-31 {
    background-position-x: -2400px;
}
.crop-32 {
    background-position-x: -2480px;
}
.crop-33 {
    background-position-x: -2560px;
}
.crop-34 {
    background-position-x: -2640px;
}
.crop-35 {
    background-position-x: -2720px;
}
.crop-36 {
    background-position-x: -2800px;
}
.crop-37 {
    background-position-x: -2880px;
}
.crop-38 {
    background-position-x: -2960px;
}
.crop-39 {
    background-position-x: -3040px;
}
.crop-40 {
    background-position-x: -3120px;
}
.crop-41 {
    background-position-x: -3200px;
}
.crop-42 {
    background-position-x: -3280px;
}
.crop-43 {
    background-position-x: -3360px;
}
.crop-44 {
    background-position-x: -3440px;
}
.crop-45 {
    background-position-x: -3520px;
}
.crop-46 {
    background-position-x: -3600px;
}
.crop-47 {
    background-position-x: -3680px;
}
.crop-48 {
    background-position-x: -3760px;
}
.crop-49 {
    background-position-x: -3840px;
}
.crop-50 {
    background-position-x: -3920px;
}
.crop-51 {
    background-position-x: -4000px;
}
.crop-52 {
    background-position-x: -4080px;
}
.crop-53 {
    background-position-x: -4160px;
}
.crop-54 {
    background-position-x: -4240px;
}
.crop-55 {
    background-position-x: -4320px;
}
.crop-56 {
    background-position-x: -4400px;
}
.crop-57 {
    background-position-x: -4480px;
}
.crop-58 {
    background-position-x: -4560px;
}
.crop-59 {
    background-position-x: -4640px;
}
.crop-60 {
    background-position-x: -4720px;
}
.crop-61 {
    background-position-x: -4800px;
}
.crop-62 {
    background-position-x: -4880px;
}
.crop-63 {
    background-position-x: -4960px;
}
.crop-64 {
    background-position-x: -5040px;
}
.crop-65 {
    background-position-x: -5120px;
}
.crop-66 {
    background-position-x: -5200px;
}
.crop-67 {
    background-position-x: -5280px;
}
.crop-68 {
    background-position-x: -5360px;
}
.crop-69 {
    background-position-x: -5440px;
}
.crop-70 {
    background-position-x: -5520px;
}
.crop-71 {
    background-position-x: -5600px;
}
.crop-72 {
    background-position-x: -5680px;
}
.crop-73 {
    background-position-x: -5760px;
}
.crop-74 {
    background-position-x: -5840px;
}
.crop-75 {
    background-position-x: -5920px;
}
.crop-76 {
    background-position-x: -6000px;
}
.crop-77 {
    background-position-x: -6080px;
}
.crop-78 {
    background-position-x: -6160px;
}
.crop-79 {
    background-position-x: -6240px;
}
.crop-80 {
    background-position-x: -6320px;
}
.crop-81 {
    background-position-x: -6400px;
}
.crop-82 {
    background-position-x: -6480px;
}
.crop-83 {
    background-position-x: -6560px;
}
.crop-84 {
    background-position-x: -6640px;
}
.crop-85 {
    background-position-x: -6720px;
}
.crop-86 {
    background-position-x: -6800px;
}
.crop-87 {
    background-position-x: -6880px;
}
.crop-88 {
    background-position-x: -6960px;
}
.crop-89 {
    background-position-x: -7040px;
}
.crop-90 {
    background-position-x: -7120px;
}
.crop-91 {
    background-position-x: -7200px;
}
.crop-92 {
    background-position-x: -7280px;
}
.crop-93 {
    background-position-x: -7360px;
}
.borderlist {
    background-image: url(../img/sprites/bordersae24.webp?v=14);
    width: 80px;
    height: 80px;
}
.border-1 {
    background-position-x: 0;
}
.border-2 {
    background-position-x: -80px;
}
.border-3 {
    background-position-x: -160px;
}
.border-4 {
    background-position-x: -240px;
}
.border-5 {
    background-position-x: -320px;
}
.border-6 {
    background-position-x: -400px;
}
.border-7 {
    background-position-x: -480px;
}
.border-8 {
    background-position-x: -560px;
}
.border-9 {
    background-position-x: -640px;
}
.border-10 {
    background-position-x: -720px;
}
.border-11 {
    background-position-x: -800px;
}
.border-12 {
    background-position-x: -880px;
}
.border-13 {
    background-position-x: -960px;
}
.border-14 {
    background-position-x: -1040px;
}
.border-15 {
    background-position-x: -1120px;
}
.border-16 {
    background-position-x: -1200px;
}
.border-17 {
    background-position-x: -1280px;
}
.border-18 {
    background-position-x: -1360px;
}
.border-19 {
    background-position-x: -1440px;
}
.border-20 {
    background-position-x: -1520px;
}
.border-21 {
    background-position-x: -1600px;
}
.border-22 {
    background-position-x: -1680px;
}
.border-23 {
    background-position-x: -1760px;
}
.border-24 {
    background-position-x: -1840px;
}
.border-25 {
    background-position-x: -1920px;
}
.border-26 {
    background-position-x: -2000px;
}
.border-27 {
    background-position-x: -2080px;
}
.border-28 {
    background-position-x: -2160px;
}
.border-29 {
    background-position-x: -2240px;
}
.border-30 {
    background-position-x: -2320px;
}
.border-31 {
    background-position-x: -2400px;
}
.border-32 {
    background-position-x: -2480px;
}
.border-33 {
    background-position-x: -2560px;
}
.border-34 {
    background-position-x: -2640px;
}
.border-35 {
    background-position-x: -2720px;
}
.border-36 {
    background-position-x: -2800px;
}
.border-37 {
    background-position-x: -2880px;
}
.border-38 {
    background-position-x: -2960px;
}
.border-39 {
    background-position-x: -3040px;
}
.border-40 {
    background-position-x: -3120px;
}
.border-41 {
    background-position-x: -3200px;
}
.border-42 {
    background-position-x: -3280px;
}
.border-43 {
    background-position-x: -3360px;
}
.border-44 {
    background-position-x: -3440px;
}
.border-45 {
    background-position-x: -3520px;
}
.border-46 {
    background-position-x: -3600px;
}
.border-47 {
    background-position-x: -3680px;
}
.border-48 {
    background-position-x: -3760px;
}
.border-49 {
    background-position-x: -3840px;
}
.border-50 {
    background-position-x: -3920px;
}
.border-51 {
    background-position-x: -4000px;
}
.border-52 {
    background-position-x: -4080px;
}
.border-53 {
    background-position-x: -4160px;
}
.border-54 {
    background-position-x: -4240px;
}
.border-55 {
    background-position-x: -4320px;
}
.border-56 {
    background-position-x: -4400px;
}
.border-57 {
    background-position-x: -4480px;
}
.border-58 {
    background-position-x: -4560px;
}
.border-59 {
    background-position-x: -4640px;
}
.border-60 {
    background-position-x: -4720px;
}
.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap-list {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-link {
    color: #000;
}
.logo-link:hover {
    color: #000;
    text-decoration: none;
}
.format {
    display: none;
}
.navbar-brand {
    padding: 10px;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}
.navbar-right {
    display: flex;
    padding: 10px;
    align-items: center;
}
footer {
    width: 96vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.footer-title {
    padding: 10px;
}
.footer-title span {
    margin-right: 10px;
}
.footer-link {
    color: #0052ad;
}
.icon {
    margin-bottom: 25px;
}
.icon i {
    display: block;
    background-image: url(../img/sprites/icons.svg);
    width: 32px;
    height: 32px;
}
.icon.main-icon i {
    width: 62px;
    height: 34px;
}
.icon-1 {
    background-position-x: 0;
}
.icon-2 {
    background-position-x: -32px;
}
.icon-3 {
    background-position-x: -64px;
}
.icon-4 {
    background-position-x: -96px;
}
.icon-5 {
    background-position-x: -128px;
}
.icon-6 {
    background-position-x: -160px;
}
.icon-7 {
    background-position-x: -192px;
}
.icon-8 {
    background-position-x: -224px;
}
.icon-9 {
    background-position-x: -256px;
}
.icon-10 {
    background-position-x: -288px;
}
.icon-11 {
    background-position-x: -320px;
}
.counter {
    margin: 0 20px;
    color: #1f2328;
    border: 1px solid #1f232826;
    padding: 0.175rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 14px;
}
.counter span,
.slider-label {
    background: #1f23280d;
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 0;
}

.color-picker-input {
    width: 100%;
    display: block;
    text-align: start;
    padding: 5px 10px;
    margin: 4px 0 10px 0;
}

.dropdown {
    position: relative;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
}
.btn-outline-secondary {
    color: #1f2328;
    background-color: #fff0;
    border: 1px solid #1f232826;
    padding: 0.175rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-transform: capitalize;
    text-decoration: none;
}
.btn-outline-secondary:hover {
    background-color: #5b5d63;
    color: #fff;
    text-decoration: none;
}
.btn-outline-secondary.delete{
    border-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0xNyA2aDV2MmgtMnYxM2ExIDEgMCAwIDEtMSAxSDVhMSAxIDAgMCAxLTEtMVY4SDJWNmg1VjNhMSAxIDAgMCAxIDEtMWg4YTEgMSAwIDAgMSAxIDF2M3ptMSAySDZ2MTJoMTJWOHptLTkgM2gydjZIOXYtNnptNCAwaDJ2NmgtMnYtNnpNOSA0djJoNlY0SDl6IiBmaWxsPSIjZmYwMDAwIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    padding: 13px;
}

.btn-outline-secondary.delete:hover {
    background-color: #ffdcdc;
}


.dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown-toggle::after {
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid #fff0;
    border-bottom: 0;
    border-left: 0.3em solid #fff0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 3.3rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.sidebar {
    position: relative;
    white-space: nowrap;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.left .sidebar, .color-picker .sidebar, .side-resize .sidebar {
    border-right: 1px solid #eeeff2;
}
.right .sidebar {
    border-left: 1px solid #eeeff2;
}
.sidebar .sidebar-resize {

}

.sidebar-disabled {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f5f6f9;
    opacity: 0.3;
    cursor: not-allowed;
}
.crop-nav {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.crop-nav .crop-item {
    margin: 0 2px;
    zoom: 0.5;
}
.settings-panel {
    display: flex;
    flex-direction: column;
    height: 420px;
    margin-top: 10px;
    padding: 0 10px;
}
.settings-header {
    margin-bottom: 10px;
    font-size: 1.25rem;
    padding-bottom: 5px;
}

.merge-image-container {
    display: none;
    position: relative;
}

.preview-merge-img {
    max-width: 100px;
    max-height: 100px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
.st-slider {
    margin-bottom: 10px;
}
.settings-button {
    cursor: pointer;
    border: 2px solid #9fb3c1;
    background: #fff;
}
.settings-button.round {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    margin: 0 10px;
}
.close-button {
    background: #fff;
    font-weight: bold;
    color: #709ee5;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #709ee5;
}
.close-button:hover {
    border-color: #3d7edc;
    color: #3d7edc;
}



.st-slider button:hover,
.settings-button:hover {
    transform: scale(1.03);
}
.st-input {
    min-height: 60px;
    min-width: 200px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 20px;
    border-radius: 10px;
}
.slider-text {
    margin-bottom: 0;
    font-size: 14px;
    color: #5c5c5c;
}
.slider-caption {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
}
.slider-input {
    margin-bottom: 20px;
    position: relative;
}

.settings-slider {
    width: 100%;
}
.slider-label {
    margin-bottom: 0;
    text-align: center;
    min-width: 45px;
}
.slider-label.color-picker-input {
    min-width: 140px;
}

label input[type="checkbox"] + span {
    font-size: 14px;
    color: #5c5c5c;
    margin-left: 10px;
}

label input[type="checkbox"]:disabled + span {
    opacity: 0.5;
}
select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.settings-icon {
    display: inline-block;
    width: 29px;
    height: 30px;
    vertical-align: middle;
}

.merge {
    background: url(../img/sprites/tools/merge.svg);
    background-size: cover;
}
.apply-cancel {
    background: url(../img/sprites/tools/apply-cancel.svg);
    background-size: cover;
}

.flip {
    background: url(../img/sprites/tools/flip.svg);
    background-size: cover;
}
.invert {
    background: url(../img/sprites/tools/invert.svg);
    background-size: cover;
}

.rotate {
    background: url(../img/sprites/tools/rotate.svg);
    background-size: cover;
}

.si-1 {
    background-position-x: 0;
}
.si-2 {
    background-position-x: 150px;
}
.gap-5 {
    gap: 5px;
}

.accordion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}
.accordion.right {
    margin-bottom: 20px;
}
.accordion::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    left: 0;
}
.accordion::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #e5e5e5;
}
.controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.inputs {
    display: none;
    flex-direction: row;
}
.inputs.flex {
    display: flex;
}

.drop-wrap {
    box-sizing: border-box;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(69, 46, 118, 0.8);
    border: 11px dashed rgba(255, 255, 255, 0.4);
    text-align: center;
    padding-top: 45vh;
}
button.close,
button.back,
.zoom-btn {
    display: inline-block;
    padding: 1px 5px 4px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    z-index: 999;
    background-color: #fff;
    margin: 10px;
}
.zoom-caption {
    margin-right: 10px;
}
.zoom-btn,
.zoom-btn:hover {
    text-transform: none;
    color: #5c5c5c;
    text-decoration: none;
    padding: 2px 10px;
}
.zoom-btn:hover,
.close:hover {
    transform: scale(1.03);
}
.close,
.back {
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    z-index: 50;
}
.back {
    left: 0;
}
.close {
    right: 0;
    display: none;
}
.close.merge-close {
    display: block;
    right: -40px;
}
.drop-wrap-title {
    font-size: 46px;
    margin-top: 0;
    color: #fff;
    font-weight: 800;
}
.upload-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}
.upload-part {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.upload-crop {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: 10px;
}
.preview {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.sample-thumbs {
    display: flex;
}
.preview-text {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.prew-text {
    font-size: 0.8em;
    font-weight: 300;
    color: #56585d;
}
.sample-btn {
    transition: 0.2s;
}
.sample-btn:hover {
    transform: translateY(-5%);
}
.sample {
    border: none;
    margin: 0 5px;
    padding: 5px;
    background: #edf0f2;
    border-radius: 9px;
}
.sample img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    border-radius: 5px;
    opacity: 0.9;
}
.sample img.group {
    margin: 0 5px;
}
.border {
    float: none;
}
.crop.active,
.crop-link:hover .crop.active {
    filter: invert(66%) sepia(27%) saturate(999%) hue-rotate(338deg) brightness(93%) contrast(81%);
    opacity: 1;
}
i.croplist-1.active.outlink {
    filter: invert(34%) sepia(65%) saturate(449%) hue-rotate(173deg) brightness(101%) contrast(87%);
    opacity: 0.8;
}
.outlink {
    zoom: 0.8;
    opacity: 0.5;
}
.crop-link2:hover .outlink {
    filter: invert(34%) sepia(65%) saturate(449%) hue-rotate(173deg) brightness(101%) contrast(87%);
    opacity: 0.5;
}
.crop-link,
.border-link,
.crop-link2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border: 0;
    background: none;
    padding: 0 0 10px 0;
}
.crop-link:hover,
.border-link:hover {
    text-decoration: none;
}
.crop-link:hover .crop {
    filter: invert(75%) sepia(46%) saturate(298%) hue-rotate(344deg) brightness(87%) contrast(88%);
}
.border-icon {
    position: absolute;
    top: 35px;
    margin: auto;
    display: none;
}
.border-link:hover .border-icon,
.border-link.active .border-icon {
    display: block;
}
.crop-link i,
.border-link i,
.crop-link2 i {
    zoom: 0.9;
}
.crop-link span,
.border span {
    color: #ccc;
    font-size: 0.8rem;
}
.border-header {
    padding: 10px;
}
.title_block {
    font-weight: 400;
    font-size: 16px;
    color: #5f5f5f;
    cursor: pointer;
    padding: 8px 55px 8px 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.2s;
    border-radius: 0.2em;
    background: rgba(255, 255, 255, 0.7);
}
.workspace {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 45vh;
    justify-content: space-between;
    flex-grow: 1;
}
.workspace.convert {
    min-height: 100%;
}
.work-top-1 {
    flex-grow: 2;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 10px;
    width: 100%;
    position: relative;
}
.work-bottom-1 {
    margin: 20px 0;
}

.canvas-form-container {
    display: flex; 
    flex-grow: 1; 
    align-items: center
}


.canvas-form-1 {
    display: none;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
}
.resize-table {
    display: none;
    width: 100%;
}

.work-bottom {
    flex-shrink: 0;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeff2;
}
.result-previews {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.result-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    flex-direction: column;
}
.result-button-wrap {
}

.convert-preview-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}

.convert-preview-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #d3d8df;
    width: 100%;
}

.convert-preview-header-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.convert-result-buttons {

}

.result-image {
    max-width: 60%;
    padding: 20px;
}

.result-buttons > div {
    min-width: 250px;
}
.result-button-loader {
    display: none;
}
.preview-header {
    text-align: center;
    font-size: 14px;
    color: #777;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.thumbs-wrapper {
    justify-content: center;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.result-thumbs {
    display: flex;
    flex-direction: column;
    margin: 40px;
}
.preview-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.preview-box:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 57px;
    right: -24px;
    height: 1px;
    background-color: #d3d8df;
}

.primary {
    min-width: 100%;
    line-height: 2;
    transition: background 0.2s ease-in-out;
}

.primary {
    background: linear-gradient(90deg, #24aecc 0, #416ddf 50%, #9a31ec 100%) 0 0/150%;
}
.primary:hover {
    background: linear-gradient(90deg, #24aecc 0, #9a31ec 50%, #9a31ec 100%) 0 0/100%;
}

.primary.disabled,
.primary:disabled,
.primary.disabled:hover,
.primary:disabled:hover {
    opacity: 0.45;
    background: #ccc;
}


.result-button, .upload-button, .primary {
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 12px;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.result-button, .upload-button {
    background: #0f70e6;
}

.result-button:hover, .upload-button:hover {
    background: #127dff;
    color: #fff;
    text-decoration: none;
}

.preview-link {
    border-radius: 5px;
    background: rgb(61 126 219 / 75%);
    padding: 1px;
}

.preview-link:hover {
    text-decoration: none;
    background: rgb(61 126 219);
}

.preview-link-div {
    display: flex;
    align-items: center;
}

.preview-link-icon {
    display: block;
    width: 23px;
    height: 25px;
    background-image: url(../img/sprites/icons.svg);
    background-position-x: -280px;
    background-size: cover;
}
span.preview-link-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}

a.preview-img:hover::after {
    opacity: 1;
}
.loader-wrap {
    background: #eeeff2;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
.convert-card {
    display: flex;
    align-items: center;
    justify-content: start;
}

.convert-card > img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin-right: .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    opacity: 0.9;
}
.preview-name-all {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    margin: 0;
}
.preview-timer {
    color: #545459;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.original_size, .result_size {
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.original_size
{
    background: #adadb6;
}
.result_size
{
    display: none;
    background: #3d7edbbf;
}





.preview-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-format {
    flex-shrink: 0;
}


a.preview-img:hover > img {
    opacity: 1;
}
.header_wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.sides_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.side {
    display: flex;
    flex-direction: row;
    width: 80vw;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.side.right,
#side-right {
    display: none;
}
.side.left, .side.color-picker {
    border-radius: 10px;
}
.side.right {
    border-radius: 0 10px 10px 0;
}
.side.center {
    border-radius: 10px;
}
.row {
    width: 96vw;
    display: flex;
    gap: 20px;
}

.fl {
    display: flex;
}

.flc {
    display: flex;
    align-items: center;
}

.lh-n {
    line-height: normal;
}

.m-0 {
    margin: 0 !important;
}

.mt-05 {
    margin-top: 10px !important;
}
.mt-1 {
    margin-top: 20px !important;
}
.mt-2 {
    margin-top: 40px !important;
}
.mt-3 {
    margin-top: 60px !important;
}

.mb-05 {
    margin-bottom: 10px !important;
}

.mb-1 {
    margin-bottom: 20px !important;
}
.mb-2 {
    margin-bottom: 40px !important;
}
.mb-3 {
    margin-bottom: 60px !important;
}
.ml-05 {
    margin-left: 10px !important;
}
.ml-1 {
    margin-left: 20px !important;
}
.mr-05 {
    margin-right: 10px !important;
}
.mr-1 {
    margin-right: 20px !important;
}

.main-text {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
}
.main-text.homepage {
    align-items: start;
}

.main-title {
    margin-bottom: 10px;
    text-align: center;
}
.main-picture {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.card {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin-top: 15px;
}
.card.half {
    flex: 1 1 0;
}
.card-header {
    margin-left: 1.5rem;
    margin-top: 1rem;
}
.card-body h3,
.card-title {
    font-size: 1.25rem;
    color: #212529;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}
.card-body h4
 {
    font-size: 1rem;
    color: #212529;
    margin-bottom: 0;
    padding-bottom: .5rem;
}
.feature-link .card-title {
    padding-bottom: 0;
}
p.card-title.np {
    padding-bottom: 0;
}
.card-body {
    padding: 1.25rem;
}
.card-body p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #545459;
}
.card-body h2 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
}

.card-text.center {
    text-align: center;
}
.calc80 {
    width: calc(100% - 80px);
}
.image-status {
    font-size: 1.2em;
    font-weight: 600;
}
.image-status.ready {
    color: #198754;
}
.card-picture {
    height: 210px;
}
.feature-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
.jc-c {
    justify-content: center;
    gap: 15px
}

.feature-col {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.full {
    width: 100%;
}

.feature {
    background: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(20% - 4px);
    margin: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.feature-header {
    padding-left: 24px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.feature-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 24px;
    text-decoration: none;
    position: relative;
    min-height: 80px;
    height: 100%;
}

.feature-link:hover {
    text-decoration: none;
    background: #f3f8ff;
}

span.tool-new {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
    border: 1px solid;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 12px;
    color: #235825;
    background: #d9f3cc;
}

.tool-icon {
    margin: 13px 0 23px;
    width: 60px;
    height: 60px;
    background-image: url(../img/sprites/tools.svg);
}
.tool-icon-1 {
    background-position-x: 0;
}
.tool-icon-2 {
    background-position-x: -60px;
}
.tool-icon-3 {
    background-position-x: -120px;
}
.tool-icon-4 {
    background-position-x: -180px;
}
.tool-icon-5 {
    background-position-x: -240px;
}
.tool-icon-6 {
    background-position-x: -300px;
}
.tool-icon-7 {
    background-position-x: -360px;
}
.tool-icon-8 {
    background-position-x: -420px;
}
.tool-icon-9 {
    background-position-x: -480px;
}
.tool-icon-10 {
    background-position-x: -540px;
}
.tool-icon-11 {
    background-position-x: -600px;
}
.tool-icon-12 {
    background-position-x: -660px;
}
.tool-icon-13 {
    background-position-x: -720px;
}
.tool-icon-14 {
    background-position-x: -780px;
}
.tool-icon-15 {
    background-position-x: -840px;
}
.tool-icon-16 {
    background-position-x: -900px;
}
.tool-icon-17 {
    background-position-x: -960px;
}
.tool-icon-18 {
    background-position-x: -1020px;
}


.feature-link:hover .tool-icon {
    transform: scale(1.1);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;

}
.feature-small .feature-link {
    flex-direction: row;
}

.feature-small .tool-icon {
    margin: 0 10px 0 0;
    transform: scale(0.7);
}

.feature-small .feature-link:hover .tool-icon {
    transform: scale(0.8);
}


.feature-title {
    font-size: 18px;
    color: #33333b;
    margin-bottom: 8px;
    text-align: center;
}
.feature-description {
    text-align: center;
    font-size: 12px;
    color: #57575C;
    margin-bottom: 0;
    line-height: normal;
}
/* ----------------------------------------------------- image color picker  */

.workspace.min75 {
    min-height: 75vh;
}

.selectedColorDisplay {
    background: #FFFFFF;
    height: 80px;
    border: 1px solid #d9dadd;
    border-radius: 10px;
}

/* Контейнер, в который вписываем картинку */
.imageContainer {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: crosshair
}

/* Лупа */
.magnifier {
    position: absolute;
    width: 200px;
    height: 200px;
    display: none;
    pointer-events: none;
    z-index: 10;
    border-radius: 15px;
    border: 3px solid #FFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5)
}
.magnifierCanvas {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
}
.centerPixel {
    position: absolute;
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.colorInfo {
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    color: #000;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* end ----------------------------------------------------- image color picker  */




.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.panel-title {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    z-index: 5;
    font-size: 35px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    display: none;
}


/* share panel */


.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.2em;
    display: inline-block;
    padding: 0;
    border: none;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: top;
    fill: #fff;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #000;
}

.resp-sharing-button--twitter:hover {
    background-color: #343434;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293;
}

.resp-sharing-button--reddit {
    background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1;
}

/*    popup     */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(107 140 177 / 50%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close-popup {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close-popup:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup-download {
    max-width: 300px;
    min-width: 100%;
}

.popup-share {

}

.popup-trust {
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px;
}

.popup-heading {
    margin: 20px 0 60px;
}

.popup-header {
    font-size: 24px;
    font-weight: 600;
    text-align: center;

}
.popup-text {
    font-size: 18px;
    text-align: center;
}

.popup-trust-button {
    border: none;
    background: url(../img/ui/trustpilot.webp);
    width: 135px;
    height: 48px;
    background-size: cover;
}

.popup-line-text {
    margin: 40px 0 30px;
}

.popup-link-text {
    padding: 8px 10px;
    background: #efefef;
    border-radius: 5px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 370px;
}

.copied {
    display: none;
}

/* algorithm slider  */
.slider-container {
    width: 420px;
    text-align: center;
    margin: 40px auto 60px;
}
.main-image {
    width: 420px;
    height: 200px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #2196F3;
    padding: 2px 10px;
    border: 1px solid #2196f3;
    border-radius: 5px;
}
.thumbnail.active {
    color: #333;
    border: 1px solid #fff;
}


@media (max-width: 990px) {
    * {
        -webkit-transition: 0s !important;
        -moz-transition: 0s !important;
        -o-transition: 0s !important;
        transition: 0s !important;
    }

    .preview-text {
        display: none;
    }
    .thumbs-wrapper {
        margin-top: 20px;
    }
    .feature {
        flex-basis: calc(33.3% - 4px);
    }
    .main-text.homepage {
        align-items: center;
    }
    .feature-link:hover {
        background: #fff;
    }
    .controls {
        margin-top: 0;
    }
    .result-thumbs {
        margin: 40px;
    }
    .crop-link i,
    .border-link i,
    .crop-link2 i {
        zoom: 0.7;
    }
    .button-wrapper {
        max-width: 250px;
    }
    .sides_wrapper,
    .side {
        flex-direction: column;
        align-items: center;
    }
    .side {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        width: 90vw;
    }
    .side.left {
        border-radius: 10px 10px 0 0;
    }

    .side.side-resize {
        flex-direction: row;
        align-items: start;
    }
    .side-resize .sidebar {
        display: flex;
        order: 0;
    }
    .side-resize .workspace {
        justify-content: start;
    }

    .workspace, .workspace.min75 {
        min-height: 35vh;
    }

    .main-title {
        font-size: 20px;
    }
    .side.right {
        border-radius: 0 0 10px 10px;
        border-top: 0;
    }
    .sidebar-header {
        display: none;
    }
    .sidebar {
        width: 100%;
        order: 2;
        margin: 0 0 20px 0;
    }
    .color-picker .sidebar {
        order: 0;
        border: none;
    }
    .work-bottom {
        padding: 0 5px 10px;
        margin: 0;
    }
    .crop-nav {
        margin: 10px 0;
    }
    .accordion {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        height: 100%;
        padding: 0;
    }
    .accordion.right {
        margin-bottom: 0;
    }
    .preview {
        flex-direction: column;
        margin-bottom: 0;
    }
    .preview-text {
        flex-direction: row;
        margin-right: 0;
        align-items: center;
        margin-bottom: 10px;
    }
    .prew-text:first-child {
        margin-right: 5px;
    }
    .sample img {
        width: 50px;
        height: 50px;
    }
    .row {
        width: 90vw;
        flex-direction: column;
        gap: 0;
    }
    .card.half:first-child {
        margin-right: 0;
    }
    .card-picture {
        width: 100%;
        height: auto;
    }
    .icon.main-icon {
        transform: rotate(270deg);
    }
    .main-picture {
        flex-direction: column-reverse;
    }
    footer {
        width: 90vw;
    }
    .settings-panel {
        height: auto;
    }
    .settings-header {
        display: none;
    }
    .sidebar {
        width: 40vw;
        display: none;
    }
    .side.right .sidebar {
        display: flex;
    }
    .left .sidebar {
        border-right: none;
    }
    .feature-col {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .side-resize .convert-status-text {
        display: none;
    }
    .popup {
        margin: 40px auto;
        width: 80%;

    }

    .canvas-form-container {
        min-height: 47vh;
    }



}
@media (max-width: 640px) {

    .over-auto {
        overflow: auto;
    }
    .feature-link:hover .tool-icon {
        transform: none;
    }

    .popup-text {
        text-align: center;
    }
    .feature {
        flex-basis: calc(50% - 4px);
    }
    .convert-preview-header {
        flex-direction: column;
    }
    .result-thumbs {
        margin: 10px;
    }
    .convert-preview-header-buttons {
        width: 100%;
        justify-content: space-between;
    }
    .convert-status-text {
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar {
        width: 60vw;
    }

    .feature-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .side.side-resize .sidebar {
        width: 45vw;
    }

    .side-resize .convert-preview-header-buttons {
        flex-direction: column;
        align-items: start;
    }
    .side-resize .convert-image {
        display: none;
    }
    .side-resize .preview-box:after {
        left: 0;
    }
    .merge-button {
        flex-direction: column;
        gap: 10px;
    }
    .popup-line-text {
        display: flex;
        flex-direction: column;
    }

    .preview-link-div{
        flex-direction: column;
        gap: 10px;
    }
    .popup-trust {
        border-left: none;
        margin: 0;
    }
    .popup-link-text {
        max-width: 25vh;
    }

    /* algorithm slider  */
    .slider-container {
        width: 210px;
    }
    .main-image {
        width: 210px;
        height: 100px;
    }
    .thumbnails {
        gap: 2px;
    }
    .thumbnail {
        font-size: 12px;
    }
    }

    @media (max-width: 440px) {
        .resp-sharing-button__link {
            margin: 0.1em
        }
        .result-image {
            max-width: 90%;
        }

        .popup {
            width: 90%;
            margin: 40px auto;
            padding: 20px 20px;
        }
        .popup-line-text span {
            text-align: center;
        }

        .popup-heading {
            margin: 20px 0 30px;
        }

        .popup-line-text {
            margin: 20px 0 15px;
        }

        .popup-link-text {
            max-width: 20vh;
        }
        .side-resize .primary {
            line-height: 1.1;
        }

        .side-resize .st-slider {
            flex-direction: column;
            align-items: start;
        }
        .side-resize .slider-caption, .side-resize .slider-input {
            margin-bottom: 0;
        }
        .side-resize label span {
            display: inline-block;
            width: 100px;
            white-space: nowrap;   /* Текст не переносится на следующую строку */
        overflow: hidden;      /* Скрываем содержимое, выходящее за пределы */
        text-overflow: ellipsis; /* Добавляем троеточие */
    }
    .side-resize .thumbs-wrapper {
        margin: 20px 0 0 0;
    }


    .feature {
        flex-basis: calc(100% - 4px);
    }
    .sidebar {
        width: 80vw;
    }

}
