/*specification*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap");

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.prod-desc-item__textarea ul {
    padding-left: 35px;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.btn-copyshop_active {
    background: #fef5d9 !important;
}

.btn-copyshop_disabled {
    background: #ededed !important;
}

.generator-pop-up__cancel {
    margin-top: 20px;
    text-align: center;
}

.container {
    width: 1090px;
    margin: 0 auto;
}

input:focus,
button:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 0px;
}

input {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btn-copyshop {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #000;
}

.progress-btn {
    position: relative;
    background: #fff !important;
    overflow: hidden;
}

.progress-btn:hover .btn-copyshop__progress {
    transition: background 0.3s ease;
    background: #c7a727;
}

.btn-copyshop__progress {
    width: 70%;
    height: 100%;
    background: #ffdf60;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.btn-copyshop__txt {
    position: relative;
    z-index: 2;
}

.pos-relative {
    position: relative;
}

/* 1 header */
h2 {
    font-size: 24px;
}

.flex-for-footer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    background: #ffffff;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transform: translateY(0px);
    opacity: 1;
}

.header__inner {
    padding-left: 1.76rem;
    padding-right: 4.5rem;
    display: flex;
    align-items: center;
    border-bottom: 0.09rem dashed rgb(0, 0, 0);
}

.header_sticky-step-one {
    transform: translateY(-40px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.header_sticky-step-two {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.2s ease;
    margin-bottom: 0 !important;
}

.body_padding {
    padding-top: 65px;
}

.header__logo {
    width: 216px;
    height: 58px;
    display: flex;
    align-items: center;
    color: inherit;
}

.header__logo-img {
    width: 60px;
    height: 100%;
    object-fit: contain;
    margin-right: 10px;
}

.header__logo-txt {
    font-size: 22px;
}

.header__logo {
    width: 216px;
    height: 58px;
    display: flex;
    align-items: center;
    color: inherit;
}

.header__logo-img {
    width: 60px;
    height: 100%;
    object-fit: contain;
    margin-right: 10px;
}

.header__logo-txt {
    font-size: 22px;
}

.header__logodefault {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__logo-uploaded {
    height: 80%;
    object-fit: contain;
}

.header__icon-wrapper {
    display: flex;
    align-items: center;
    height: 40px;
}

.set-btn-head {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #f1f1f1;
    margin-right: 22px;
    border-radius: 7px;
    transition: background 0.3s ease;
}

.set-btn-head:hover {
    background: rgb(225, 225, 225);
    transition: background 0.3s ease;
}

.header-lng {
    position: relative;
    height: 22px;
    margin-right: 49px;
    z-index: 99;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: background 0.3s ease;
}

.header-lng__lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 100%;
}

.header-lng__btn-img {
    width: 32px !important;
    height: 19px !important;
    margin-top: 2px;
}

.header-lng__img-arrow {
    height: 7px;
    width: 13px;
    margin-left: 8px;
    fill: #b2b2b2;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.header__lng-list {
    position: absolute;
    top: 72px;
    display: none;
    width: 320px;
    background: #fff8e3;
    left: -128px;
    z-index: 99;
    border-radius: 10px;
    height: 450px;
    overflow-y: scroll;
}

.language-head-item {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #757575;
    border-bottom: none;
    background: #fff8e3;
}

.language-head-item:hover {
    background: #ede4c7;
    cursor: pointer;
}

.language-head-item:last-child {
    border-bottom: 1px solid #757575;
    border-radius: 0 0 10px 10px;
}

.language-head-item:first-child {
    border-radius: 10px 10px 0px 0px;
}

.language-head-item__name {
    display: flex;
}

.header-lngbtn-img {
    width: 37px;
    height: 22px;
}

.language-head-item__txt {
    margin-left: 18px;
    color: #757575;
    font-size: 17px;
}

.language-head-item__check {
    width: 24px;
    height: 22px;
    border-radius: 7px;
    border: 1px solid #757575;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-head-item__check_active {
    background: #ffdf60;
}

.language-head-item__check-img {
    width: 17px;
    height: 15px;
    display: none;
}

.language-head-item__check-img_active {
    display: block;
}

.header__btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.header__btn:hover .header__btn-svg {
    transform: scale(0.9);
    fill: #fff;
    transition: transform 0.3s ease;
}

.header__btn:not(:last-child) {
    margin-right: 12px;
}

.header__btn-svg {
    position: relative;
    z-index: 8;
    fill: #757575;
    width: 25px;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.header__btn-svg_list {
    width: 23px;
    height: 23px;
}

.header__btn-svg_width {
    width: 73%;
}

.header__btn-svg-cls-1 {
    stroke-width: 0px;
}

.header__btn-bg {
    width: 100%;
    height: 100%;
    background: #9acc3a;
    position: absolute;
    top: 0;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.header__btn:hover .header__btn-bg {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.header__btn_user {
    margin-left: 8px;
}

.header__svg-user {
    width: 36px;
    height: 36px;
}

.header__svg-user-cls-1 {
    fill: #5ce1e6;
    transition: fill 0.3s ease;
}

.header__svg-user-cls-1,
.header__svg-user-cls-2 {
    stroke-width: 0px;
}

.header__svg-user-cls-2 {
    fill: #c4fdff;
    transition: fill 0.3s ease;
}

.header__btn:hover .header__svg-user-cls-1 {
    fill: #ffdf60;
    transition: fill 0.3s ease;
}

.header__btn:hover .header__svg-user-cls-2 {
    fill: #b89d31;
    transition: fill 0.3s ease;
}

/* 1.2 banner */
.premium-banner {
    background: #1caeb2;
    border-top: 1px solid #cecece;
    display: none;
}

.premium-banner_active {
    display: block;
}

.premium-banner__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.premium-banner__txt {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.premium-banner__txt span {
    color: #fbde4b;
}

.premium-banner__btn {
    width: 157px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 40px;
    transition: background 0.3s ease;
}

.premium-banner__btn:hover {
    background: #515151;
    transition: background 0.3s ease;
}

.premium-banner__btn-img {
    width: 21px;
    height: 12px;
    margin-right: 10px;
}

/* 3 result-copyshop */
.result-copyshop {
    padding-top: 60px;
    position: relative;
}

.result-copyshop__wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
}

.result-copyshop__btns-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.result-copyshop__btn-inner-home {
    display: flex;
    width: 100%;
    align-items: center;
}

.result-copyshop__home-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border 0.3s ease;
    margin-right: 16px;
    margin-top: -2px;
}

.result-copyshop__home-icon:hover {
    background: #ffdf60;
    border: 1px solid #000;
    transition: background 0.3s ease, border 0.3s ease;
}

.result-copyshop__home-icon:hover .result-copyshop__home-icon-svg-cls-1 {
    fill: #000;
    transition: fill 0.3s ease;
}

.result-copyshop__home-icon:hover .result-copyshop__home-icon-svg-cls-2 {
    fill: #fff;
}

.result-copyshop__home-icon-svg {
    width: 25px;
    height: 25px;
    margin-top: -2px;
}

.result-copyshop__home-icon-svg-cls-1,
.result-copyshop__home-icon-svg-cls-2 {
    stroke-width: 0px;
}

.result-copyshop__home-icon-svg-cls-2 {
    fill: #ffdf60;
    transition: fill 0.3s ease;
}

.result-copyshop__top-inner {
    position: relative;
    height: 40px;
    width: 82%;
}

.result-copyshop__btns-nav {
    position: relative;
    height: 40px;
    overflow: hidden;
    width: auto;
}

.result-copyshop__btn-inner {
    display: flex;
    position: absolute;
}

.result-copyshop__nav-next {
    height: 54px;
    width: 54px;
    border-left: 1px solid #757575;
    position: absolute;
    right: -54px;
    top: -8px;
    background: #fff;
}

.result-copyshop__nav-icon {
    width: 13px;
    height: auto;
    transition: transform 0.5s ease;
}

.result-copyshop__nav-next:hover .result-copyshop__nav-icon {
    transform: translateX(5px);
    transition: transform 0.5s ease;
}

.btn-copyshop_yellow {
    background: #ffdf60;
    width: 250px;
    padding: 0 8px;
    transition: background 0.3s ease;
    -webkit-appearance: none;
    -webkit-text-fill-color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-copyshop_yellow.btn-copyshop_circle:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    background: #c7a727;
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 1rem 2rem;
}

.btn-copyshop_yellow:not(:last-child) {
    margin-right: 16px;
}

.btn-copyshop_blue {
    background: #5ce1e6;
    transition: background 0.3s ease;
    -webkit-appearance: none;
    -webkit-text-fill-color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    margin-right: 15px;
    width: 229px;
}

.btn-copyshop_blue.btn-copyshop_circle:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    background: #45afb3;
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 1rem 2rem;
}

.header__center-btns {
    display: flex;
    margin-left: auto;
    margin-right: 35px;
}

.btn-copyshop_header {
    font-size: 14px;
    border-color: #cacaca;
}

.btn-copyshop_header:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1rem 2rem;
}

.btn-copyshop_circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-copyshop_circle .btn-copyshop__icon {
    margin-right: 0;
}

.btn-head-prompt {
    position: relative;
}

.header_prompt {
    position: absolute;
    bottom: -48px;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    background: #ecfeff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    min-width: 100px;
    text-align: center;
    display: none;
    color: #000;
}

.header_prompt_active {
    display: block;
}

.result-copyshop__btn {
    background: #000;
    color: #fff;
    width: 128px;
    margin-left: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-copyshop__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%);
}

.download-list-btn {
    display: flex;
    align-items: center;
    width: 160px;
    height: 40px;
    position: relative;
}

.download-list-btn__btn {
    width: 75%;
    height: 100%;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.3s ease;
}

.download-list-btn__btn:hover {
    cursor: pointer;
    background: #4f4f4f;
    transition: background 0.3s ease;
}

.download-list-btn__btn_list {
    border-radius: 10px 0 0 0;
}

.download-list-btn__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #2a2a2a;
    background-color: #000000;
    border-radius: 0 10px 10px 0;
    transition: background 0.3s ease;
}

.download-list-btn__arrow:hover {
    background: #4f4f4f;
    cursor: pointer;
    transition: background 0.3s ease;
}

.download-list-btn__arrow_active {
    background: #4f4f4f;
    border-radius: 0 10px 0 0;
}

.download-list-btn__arrow_active .download-list-btn__svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.download-list-btn__svg {
    width: 9px;
    height: 5px;
    flex-shrink: 0;
    fill: #fff;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

/* popup format file */
.download-list-btn__list {
    position: absolute;
    top: 40px;
    width: 100%;
    display: none;
}

.download-list-btn__list_active {
    display: block;
}

.download-list-btn__list-item {
    height: 40px;
    background: #4f4f4f;
    border-top: 1px solid #5c5c5c;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 12px;
}

.download-list-btn__list-item:hover {
    background: #5c5c5c;
    cursor: pointer;
}

.download-list-btn__list-item:last-child {
    border-radius: 0 0 10px 10px;
}

.result-copyshop__search-btn-wrapper {
    display: flex;
    align-items: center;
}

.btn-copyshop__icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.result-copyshop__search {
    position: relative;
}

.result-copyshop__search-input {
    height: 40px;
    width: 196px;
    padding: 5px 15px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 42px;
}

.result-copyshop__search-input::clear {
    background: red !important;
    display: block !important;
    cursor: pointer !important;
    display: none;
}

input[type="search"]::clear {
    display: none;
}

.result-copyshop__search-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.result-copyshop__search-btn:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.result-copyshop__search-icon {
    width: 14px;
    height: auto;
}

.result-copyshop__updt {
    width: 28px;
    height: 28px;
    margin-left: 14px;
    position: relative;
}

.prompt-item {
    position: absolute;
    bottom: 45px;
    width: 245px;
    border-radius: 4px;
    border: 1px solid #acacac;
    background: #d5fafc;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
    right: 0;
    font-size: 14px;
    visibility: hidden;
    transform: translate(0, 5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    z-index: 5;
}

.prompt-item p {
    margin: 0 auto;
}

.prompt-item_second {
    top: -57px;
    bottom: auto;
    right: -9px;
    z-index: 55;
    width: 120px;
}

.prompt-item__inner {
    position: relative;
    padding: 11px 12px;
}

.prompt-item__svg {
    width: 14px;
    height: 7px;
    bottom: -7px;
    position: absolute;
    right: 8px;
}

.prompt-item__svg-cls-1 {
    fill: #acacac;
}

.prompt-item__svg-cls-1,
.prompt-item__svg-cls-2 {
    stroke-width: 0px;
}

.prompt-item__svg-cls-2 {
    fill: #d5fafc;
}

.prompt-item_header {
    bottom: 100px;
}

.prompt-item_active {
    opacity: 1;
    transform: translate(0, -0px);
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.result-copyshop__take-back {
    font-size: 14px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 38px;
}

.result-copyshop__take-back-link {
    cursor: pointer;
    color: #757575;
    transition: color 0.3s ease;
}

.result-copyshop__take-back-link:hover {
    color: #000;
    transition: color 0.3s ease;
}

/* popup start */
.generator-pop-up {
    position: absolute;
    background: #fff;
    top: 20px;
    width: 95%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    height: 95%;
    padding-top: 64px;
    display: none;
}

.generator-pop-up__title {
    width: 580px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.generator-pop-up__txt-inner {
    text-align: center;
    font-size: 16px;
    color: #757575;
    margin-top: 18px;
}

.generator-pop-up__link {
    color: #757575;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.generator-pop-up__link:hover {
    color: #000;
    transition: color 0.3s ease;
}

.generator-pop-up__img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* progress bar */

.generator-pop-up__progress-inner {
    width: 356px;
    height: 34px;
    background: #fff4cb;
    margin: 0 auto;
    margin-top: 64px;
    border-radius: 30px;
    border: 1px solid #000000;
}

.generator-pop-up__progress-item {
    border-radius: 30px;
    background: #000000;
    height: 100%;
    width: 10%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
}

.generator-pop-up__bottom-text {
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-top: 22px;
    max-width: 80%;
}

/* popup end */

.result-copyshop__top-border {
    background: #d9d9d9;
    height: 9px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.result-copyshop__wrapper-border {
    border: 9px solid #d9d9d9;
    border-bottom: none;
    border-top: none;
    background: #dffbfd;
    min-height: 760px;
    height: auto;
}

.result-copyshop__wrapper::-webkit-scrollbar {
    width: 8px;
}

.result-copyshop__wrapper::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 5px;
}

.result-copyshop__wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

/* set */
.copy-settings {
    padding-bottom: 114px;
}

.container-set {
    padding: 0 204px;
}

.copy-settings-title {
    text-align: left;
    margin-bottom: 35px;
    font-weight: 800;
}

.copy-settings-input {
    padding-top: 85px;
    padding-bottom: 65px;
    max-width: 680px;
    margin: 0 auto;
}

/* droplist */

.search-input {
    position: relative;
    z-index: 7;
}

.search-input__inner {
    position: absolute;
    width: 100%;
    top: 53px;
    background: #fff7e0;
    padding: 22px 25px 24px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #000;
    border-top: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    display: none;
}

.search-input__line {
    width: 93%;
    height: 2px;
    position: absolute;
    top: 55px;
    background: #000;
    z-index: 4;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.search-input__list-wrapper {
    width: 100%;
    max-height: 185px;
    overflow-y: auto;
    padding-right: 20px;
}

.search-input__list-wrapper::-webkit-scrollbar {
    width: 6px;
}

.search-input__list-wrapper::-webkit-scrollbar-track {
    background-color: #ede6d0;
    border-radius: 3px;
}

.search-input__list-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 3px;
}

.search-input__item {
    width: 100%;
    min-height: 40px;
    padding: 4px 8px 4px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: inherit;
    font-weight: 400;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    margin-bottom: 6px;
    border: 2px solid #fff;
}

.search-input__item_not-pro {
    background: #f7f7f7;
    padding-right: 14px;
}

.search-input__item_not-pro:hover {
    border-color: #fbde4b !important;
}

.search-input__item-pro-label {
    background: linear-gradient(270deg, #f1d14f 0%, #f19d4f 100%);
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    padding: 3px 8px 3px 8px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.search-input__item-pro-star-svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.search-input__item-link {
    width: 90%;
}

.search-input__item:hover {
    border: 2px solid #11d6fd;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.search-input__item-remove {
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-input__item-remove:hover {
    background: #f4f4f4;
}

.search-input__item-remove-icon {
    width: 13px;
}

.search-input__item-heart-btn {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input__heart-svg {
    width: 80%;
    height: 80%;
}

.search-input__heart-cls-1 {
    fill: none;
    stroke: #d5d5d5;
    stroke-linejoin: round;
    stroke-width: 13px;
}

.search-input__item-heart-btn:hover .search-input__heart-cls-1 {
    fill: #efefef;
}

.search-input__item-heart-btn_active .search-input__heart-cls-1 {
    fill: #fbde4b;
    stroke: #fbde4b;
}

.search-input__item-heart-btn_active:hover .search-input__heart-cls-1 {
    stroke: #fbde4b;
    fill: #fee688;
}

.search-input__clear-all {
    margin-left: auto;
    display: block;
    margin-top: 10px;
    margin-right: 30px;
    font-family: inherit;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.search-input__clear-all:hover {
    text-decoration: none;
}

.drop-list-active {
    display: block;
}

.copy-settings-input_step-3 {
    padding-top: 65px;
}

.copy-settings-input__input {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    border: 1px solid #000;
    transition: box-shadow 0.3s ease;
    padding: 0 25px;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff8e3;
}

.copy-settings-input__input .generator-form-item__input {
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 20%);
    transition: box-shadow 0.3s ease;
}

.copy-settings-input_border {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.copy-settings-description {
    font-size: 15px;
    color: #757575;
    margin: 0 auto;
    text-align: left;
    margin-top: 24px;
}

.copy-set-checks__title {
    margin-bottom: 10px;
    text-align: left;
}

.copy-set-checks__desc {
    margin-top: 0px;
    margin-bottom: 35px;
}

/* step 3 smiles */
.step-three-smiles {
    padding-top: 65px;
    padding-bottom: 65px;
}

.step-three-smiles__wrapper {
    display: flex;
    justify-content: space-between;
}

.step-three-smiles-btn {
    width: 142px;
    height: 172px;
    background: #fff;
    border: 1px solid #757575;
    border-radius: 7px;
    padding: 9px;
    display: flex;
    flex-direction: column;
}

.step-three-smiles-btn__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.step-three-smiles-btn__img-smile {
    width: 76px;
    height: 73px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 10px;
}

.step-three-smiles-btn__txt {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
}

.step-three-smiles-btn__check {
    width: 18px;
    height: 17px;
    border: 1.2px solid #757575;
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-three-smiles-btn__check-img {
    width: 95%;
    display: none;
}

/* step 3 websites */

.type-of-websites {
    padding-top: 65px;
    padding-bottom: 65px;
}

.type-of-websites__title {
    font-size: 22px;
}

.type-of-websites__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type-of-websites-btn {
    width: 31%;
    height: 82px;
    background: #fff;
    border: 1px solid #757575;
    border-radius: 7px;
    padding: 9px;
}

.type-of-websites-btn:not(:nth-last-of-type(-n + 3)) {
    margin-bottom: 20px;
}

.type-of-websites-btn__check {
    width: 18px;
    height: 17px;
    border: 1.2px solid #757575;
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type-of-websites-btn__title {
    font-size: 15px;
    margin-top: -14px;
    margin-bottom: 7px;
}

.type-of-websites-btn__title_margin {
    margin-left: 10px;
}

.type-of-websites-btn__txt {
    font-size: 12px;
    color: #757575;
}

.type-of-websites-btn__check-img {
    width: 95%;
    display: none;
}

/* checkbox */
.copy-set-checks {
    position: relative;
}

.copy-set-checks__line {
    height: 1px;
    background: #dfdfdf;
    margin: 0 auto;
    width: 680px;
    margin-bottom: 40px;
}

.copy-set-checks__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.copy-set-checkbox {
    width: 30%;
    border: 1px solid #757575;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 7px;
    height: 160px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 8px 9px;
    margin-bottom: 28px;
    position: relative;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.copy-set-checkbox:hover {
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.1);
    transform: translate(0px, -3px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.copy-set-checkbox__business {
    position: absolute;
    top: 33px;
    left: -8px;
}

.copy-set-checkbox__business-inner {
    border-radius: 3px 3px 3px 0px;
    background: linear-gradient(270deg, #f1d14f 0%, #f19d4f 100%);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    position: relative;
    padding: 4px 4px 6px 6px;
    display: flex;
    align-items: center;
}

.copy-set-checkbox__star-svg {
    width: 9px;
    height: 9px;
    margin-right: 4px;
}

.copy-set-checkbox__svg-absolute {
    position: absolute;
    bottom: -5px;
    width: 8px;
    height: 5px;
    left: 0;
    fill: #d6904e;
}

.business_off {
    display: none;
}

.copy-set-checkbox:not(:nth-child(3n)) {
    margin-right: 28px;
}

.copy-set-checkbox__title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;

    color: #757575;
}

.copy-set-checkbox__input {
    width: 18px;
    height: 17px;
    border: 1.2px solid #757575;
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.copy-set-checkbox__check {
    width: 95%;
    display: none;
}

.copy-set-checkbox__check_active {
    display: block;
}

.copy-set-checkbox__input_active {
    background: #ffdf60;
}

.set-checkboxs-active {
    background: #fff8e3;
}

.copy-set-checkbox__img {
    display: block;
    margin: 0 auto;
    width: 51px;
    margin-top: 12px;
    margin-bottom: 7px;
}

.copy-set-checkbox__desc {
    text-align: center;
    font-size: 13px;
}

.copy-settings-btn {
    width: 294px;
    height: 68px;
    position: relative;
    z-index: 5;
    /* margin: 0 auto;
  margin-top: 18px; */
    font-size: 20px;
    border-left: none;
    border-radius: 0 10px 10px 0;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.copy-settings-btn_active {
    border-radius: 0 10px 0 0;
}

.opacity-50 {
    opacity: 0.5;
}

/* Mix and Match */

.copy-set-checks__mix {
    width: 680px;
    margin: 0 auto;
    position: relative;
}

.mix-match-nav__inner {
    display: flex;
    justify-content: center;
}

.mix-match-nav__item {
    width: 106px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    padding: 18px 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transform: translate(0px, 0px);
    transition: transform 0.4s ease;
    color: #757575;
}

.mix-match-result__pro {
    border-radius: 3px;
    background: linear-gradient(270deg, #f1d14f 0%, #f19d4f 100%);
    position: relative;
    width: 45px;
    height: 14px;
    display: none;
    align-items: center;
    justify-content: space-around;
    margin-left: 10px;
    padding: 0 3px;
}

.mix-match-result__pro-txt {
    font-size: 10px;
    color: #fff;
}

.mix-match-result__pro-relative {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mix-match-result__pro .mix-match-result__pro-star-svg {
    width: 9px;
    height: auto;
}

.mix-match-nav__item:hover {
    cursor: pointer;
    transform: translate(0px, -3px);
    transition: transform 0.4s ease;
}

.mix-match-nav__item_active {
    background: #fff8e3 !important;
    border: 1px solid #dfdfdf !important;
}

.mix-match-nav__item-img {
    width: 44px;
    height: 46px;
    object-fit: contain;
    margin-bottom: 4px;
}

.mix-match-nav__bg {
    position: absolute;
    height: 108px;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
    top: 5px;
    border-radius: 10px;
}

.mix-match-result {
    margin-top: 30px;
}

.mix-match-result__title {
    display: flex;
    justify-content: space-between;
}

.mix-match-result__title-item {
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
}

.mix-match-result__title-inner {
    width: 70%;
    font-size: 14px;
    color: #757575;
}

.mix-match-result__title .result-copyshop__search-input {
    margin-right: 0;
}

.mix-match-result__title .result-copyshop__search-btn {
    right: 0;
}

/* checkbox */
.mix-match-result__items-inner {
    margin-top: 30px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 30px;
}

.mix-match-result__span-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mix-match-result__items-check {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 47%;
    position: relative;
}

.mix-match-result__items-check p {
    max-width: 76%;
}

.mix-match-result__items-check_pro p {
    width: 60%;
}

.mix-match-result__items-check input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.mix-match-result__items-checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url("../images/checkboxOff.svg") no-repeat center center /
        contain;
    cursor: pointer;
    background-color: #fff;
    border-radius: 7px;
}

.mix-match-result__items-check
    input:checked
    + .mix-match-result__items-checkbox {
    background: url("../images/checkboxOn.svg") no-repeat center center /
        contain;
}

.mix-match-result__items-checkbox_active {
    background-color: #eeeeee;
}
/* end of checkbox */

/* most used templates */

.most-used-templates {
    background: #fff8e3;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    padding: 24px 33px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 50px;
    position: relative;
    border-bottom: 5px solid #ffdf60;
}

.most-used-templates-title {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 190px;
    position: absolute;
    top: -12px;
    font-size: 14px;
    text-align: center;
}

.most-used-templates-title__relative {
    width: 100%;
    height: 100%;
    position: relative;
}

.most-used-templates-title__relative p {
    position: relative;
    z-index: 4;
}

.most-used-templates-title__absolute-bg {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff8e3;
    top: 10px;
    z-index: 2;
}

.most-used-templates .mix-match-result__items-check {
    margin-bottom: 10px;
}

.most-used-templates__info {
    width: 32px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    margin-left: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mix-match-result__items-check:hover .most-used-templates__info {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.most-used-templates__info:hover .most-used-templates__info-svg-cls-1_shadow {
    filter: drop-shadow(0px 2px 2px rgba(0, 234, 255, 0.2));
    transition: filter 0.3s ease;
}

.most-used-templates__info:hover .most-used-templates__info-svg-cls-1 {
    fill: #5ce1e6;
    transition: fill 0.3s ease;
}

.most-used-templates__info:hover .most-used-templates__info-svg-cls-2 {
    fill: #fff;
}

.most-used-templates__info-svg {
    width: 100%;
    height: auto;
    display: block;
}

.most-used-templates__info-svg-cls-1 {
    fill: #dadada;
    transition: fill 0.3s ease;
}

.most-used-templates__info-svg-cls-1,
.most-used-templates__info-svg-cls-2,
.most-used-templates__info-svg-cls-3 {
    stroke-width: 0px;
}

.most-used-templates__info-svg-cls-2 {
    fill: #8a8a8a;
}

.most-used-templates__info-svg-cls-3 {
    fill: #fff;
}

.most-used-templates__info-svg-cls-1_shadow {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
    transition: filter 0.3s ease;
}

/* most used templates */

.mix-match-result__desc_active {
    color: #919191;
}

.mix-match-result__pro_active {
    display: flex;
}

/* scroll */
.mix-match-result__items-inner::-webkit-scrollbar {
    width: 8px;
}

.mix-match-result__items-inner::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 5px;
}

.mix-match-result__items-inner::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

/* language */

.bot-btn-inner {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    flex-wrap: wrap;
}

.language-copy {
    width: 86px;
    z-index: 5;
}

.language-copy__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff8e3;
    border: 1px solid #000;
    border-right: none;
    border-radius: 10px 0 0 10px;
    height: 68px;
    position: relative;
    z-index: 5;
    transition: background 0.4s ease;
}

.language-copy__btn:hover {
    background: #ede4c7;
    transition: background 0.4s ease;
}

.language-copy__btn_active {
    border-radius: 10px 0 0 0;
}

.language-copy__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-copy__btn-img {
    width: 37px;
    height: 22px;
}

.language-copy__img-arrow {
    height: 7px;
    width: 13px;
    margin-left: 8px;
    fill: #b2b2b2;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.language-copy__img-arrow_active {
    transform: rotate(180deg);
    transition: transform 0.4s ease;
}

.language-copy__list {
    width: 380px;
    background: #fff8e3;
    position: relative;
    display: none;
    z-index: 2;
    transform: translate(0px, -14px);
    opacity: 0;
    content-visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease,
        content-visibility 0.4s ease;
}

.language-copy__list_active {
    content-visibility: visible;
    display: block;
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform 0.4s ease, opacity 0.4s ease,
        content-visibility 0.4s ease;
}

.language-copy-item {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #757575;
    border-bottom: none;
    background: #fff8e3;
    cursor: pointer;
}

.language-copy-item:first-child {
    border-top: none;
}

.language-copy-item:hover {
    background: #ede4c7;
}

.language-copy-item__name {
    display: flex;
}

.language-copy-item__txt {
    margin-left: 18px;
    color: #757575;
    font-size: 17px;
}

.language-copy-item__check {
    width: 24px;
    height: 22px;
    border-radius: 7px;
    border: 1px solid #757575;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-copy-item__check_active {
    background: #ffdf60;
}

.language-copy-item__check-img {
    width: 17px;
    height: 15px;
    display: none;
}

.language-copy-item__check-img_active {
    display: block;
}

.language-copy-item:last-child {
    border-bottom: 1px solid #757575;
    border-radius: 0 0 10px 10px;
}

/* 4 footer */
.footer {
    border-top: 1px solid #d9d9d9;
    background: linear-gradient(
        180deg,
        rgba(215, 215, 215, 0.45) 0%,
        rgba(227, 255, 253, 0.04) 59.5%
    );
    padding-top: 30px;
    color: #000;
    flex-shrink: 0;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.want-btn {
    position: absolute;
    bottom: 0px;
    right: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc800;
    padding: 10px 49px;
    font-size: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0 0;
    transition: background 0.3s ease;
}

.want-btn:hover {
    background: #c7a727;
    transition: background 0.3s ease;
}

.footer-list {
    padding-top: 13px;
}

.footer-list__title {
    font-size: 32px;
    margin-bottom: 27px;
    font-weight: 700;
}

.footer-list__subtext {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px;
}

.footer-list__subtext span:nth-child(1) {
    color: #1caeb2;
}

.footer-list__subtext span:nth-child(2) {
    color: #9acc3a;
}

.footer-list__subtext span:nth-child(3) {
    color: #ff8700;
}

.footer-list__link {
    display: flex;
    align-items: center;
    color: #757575;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.4s ease;
}

.footer-list__link:hover {
    transform: translateX(6px);
    transition: transform 0.4s ease;
}

.footer-list__link:not(:last-child) {
    margin-bottom: 24px;
}

.footer-list__link-img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.footer-links {
    border-left: 1px solid #1caeb2;
    padding: 70px 0 36px 50px;
}

.footer-links__item {
    display: block;
    color: #000000;
    transition: transform 0.4s ease;
}

.footer-links__item:hover {
    transform: translateX(6px);
    transition: transform 0.4s ease;
}

.footer-links__item:not(:last-child) {
    margin-bottom: 17px;
}

.footer__bottom {
    padding: 16px 0 20px 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer__bottom-img {
    width: 226px;
}

.dalle-img {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.dalle-img__txt {
    position: absolute;
    width: 90%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000000c1;
    font-size: 17px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(6.5px);
}

.dalle-img__img {
    width: 48px;
    height: auto;
    display: block;
}

.dalle-img__txt p {
    margin-top: 20px;
}

.dalle-img:hover .dalle-img__txt {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.dall3-img__img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.dalle-img__loader {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: none;
    background: radial-gradient(farthest-side, #ffdf60 94%, #0000) top/8px 8px
            no-repeat,
        conic-gradient(#0000 30%, #ffdf60);
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 8px),
        #000 0
    );
    animation: l13 1s infinite linear;
}
@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}

@media (max-width: 1274px) {
    .want-btn {
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .btn-copyshop_header {
        width: 170px;
    }

    .btn-copyshop_circle {
        width: 40px;
    }

    .btn-copyshop_header p {
        width: 72%;
    }

    .copy-settings-input {
        max-width: 680px;
    }

    .result-copyshop__top-inner {
        width: 78%;
    }

    .step-three-smiles-btn {
        width: 200px;
    }

    .copy-set-checks__line {
        width: 680px;
    }

    /* set section */
    .container-set {
        padding-left: 142px;
        padding-right: 142px;
    }

    .language-copy {
        width: 20%;
    }

    .language-copy__btn {
        height: 60px;
    }

    .copy-settings-btn {
        width: 80%;
        height: 60px;
        font-size: 17px;
    }

    .language-copy__list {
        width: 720px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 720px;
    }

    .container-800 {
        max-width: 600px;
    }

    .header {
        border-bottom: 0px;
    }

    .header__inner {
        border-bottom: none;
    }

    .btn-copyshop_header {
        font-size: 12px;
        width: 136px;
    }

    .header__logo {
        width: 204px;
    }

    .header__icon-wrapper {
        margin-left: 28px;
        margin-bottom: 0;
    }

    .btn-copyshop_header {
        position: absolute;
        bottom: -40px;
        width: 50%;
        left: 0;
        border-radius: 0px;
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: 1px solid #d9d9d9;
        top: 56px;
    }

    .btn-copyshop_header:nth-child(2) {
        right: 0px;
        left: auto;
        border-left: none;
        border-top: 1px solid #d9d9d9;
    }

    .btn-copyshop_header p {
        width: auto;
    }

    .btn-copyshop__icon {
        margin-right: 10px !important;
    }

    .btn-copyshop_circle:last-child {
        margin-right: 0px;
    }

    .premium-banner {
        margin-top: 36px;
    }

    .premium-banner__inner {
        padding: 10px 0;
    }

    .premium-banner__txt {
        width: 60%;
        font-size: 17px;
    }

    .copy-set-checks__line {
        max-width: 600px;
    }

    .result-copyshop {
        padding-top: 75px;
    }

    .container-set {
        padding-left: 60px;
        padding-right: 60px;
    }

    .search-input__item:hover {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
        font-weight: 400;
        transition: box-shadow 0.3s ease, font-weight 0.3s ease;
    }

    .search-input__item-link {
        width: 84%;
    }

    .search-input__item-remove {
        background: #f4f4f4;
    }

    .copy-set-checkbox {
        height: 160px;
    }

    .copy-set-checkbox:hover {
        box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0);
        transform: translate(0px, 0px);
    }

    .copy-settings-input {
        max-width: 600px;
        padding-top: 98px;
    }

    .copy-set-checks__mix {
        width: 100%;
    }

    .copy-set-checks__mix-inner {
        overflow-x: scroll;
        width: 600px;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        padding-bottom: 18px;
        padding-top: 15px;
        background: #f9fafb;
        margin: 0 auto;
    }

    .mix-match-nav__inner {
        min-width: 820px;
        padding: 0 20px;
    }

    .most-used-templates {
        margin-top: 48px;
        padding: 24px 18px 10px;
    }

    .mix-match-nav__item {
        width: 110px;
        border: 1px solid #757575;
        background: #fff;
    }

    .mix-match-nav__item_active {
        border: 1px solid #757575 !important;
    }

    .mix-match-nav__item:not(:last-child) {
        margin-right: 10px;
    }

    .mix-match-nav__bg {
        display: none;
    }

    .mix-match-result {
        width: 600px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .mix-match-result__items-check p {
        max-width: 65%;
    }

    .mix-match-result__title {
        flex-direction: column;
    }

    .mix-match-result__items-inner {
        margin-top: 46px;
    }

    .mix-match-result__title-inner {
        width: 100%;
        margin-bottom: 14px;
    }

    .mix-match-result__title .result-copyshop__search {
        width: 100%;
        top: 15px;
    }

    .generator-form-item {
        display: flex;
        justify-content: center;
        position: relative;
        width: 70%;
    }

    .most-used-templates__info {
        visibility: visible;
        opacity: 1;
    }

    .most-used-templates__info .prompt-item {
        display: none;
    }

    .bot-btn-inner {
        margin-top: 0;
    }

    .generator-form-item__refresh {
        right: -42px;
    }

    .generator-form-item__back {
        width: 30px;
        height: 28px;
        position: absolute;
        right: -87px;
    }

    .result-copyshop__wrapper-border {
        min-height: 540px;
        height: auto;
    }

    .result-copyshop__wrapper::-webkit-scrollbar {
        width: 5px;
    }

    .btn-copyshop_yellow:not(:last-child) {
        margin-right: 7px;
    }

    .btn-copyshop_yellow,
    .result-copyshop__btn {
        height: 40px;
    }

    .bot-btn-inner {
        padding-top: 45px;
    }

    .copy-settings-btn {
        height: 60px;
    }

    .language-copy__list {
        width: 600px;
    }

    .result-copyshop__search-btn-wrapper {
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
    }

    .result-copyshop__btns-search-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .result-copyshop__search {
        width: 62%;
        margin-right: 20px;
    }

    .result-copyshop__search-btn {
        right: 0px;
    }

    .result-copyshop__search-input {
        height: 40px;
        width: 100%;
    }

    .result-copyshop__top-inner {
        width: 86%;
    }

    .step-three-smiles-btn {
        width: 30%;
    }

    .generator-pop-up__title {
        width: 70%;
        font-size: 24px;
    }

    .generator-pop-up__txt-inner {
        width: 80%;
        margin: 0 auto;
        margin-top: 18px;
    }

    .want-btn {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 540px;
    }

    .container-800 {
        max-width: 510px;
    }

    .header__logo-uploaded {
        width: 100%;
    }

    .body_padding {
        padding-top: 140px;
    }

    .header-lng__lang-btn {
        width: 76px;
    }

    .header__btn:not(:last-child) {
        margin-right: 8px;
    }

    .copy-set-checks__line {
        width: 510px;
    }

    .copy-settings-input {
        width: 510px;
    }

    .search-input__item-link {
        width: 80%;
    }

    /* set section */
    .container-set {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copy-set-checks__mix-inner {
        width: 510px;
    }

    .mix-match-result {
        width: 510px;
    }

    .mix-match-result__items-check p {
        max-width: 59%;
    }

    .copy-set-checkbox:not(:nth-child(3n)) {
        margin-right: 24px;
    }

    .copy-settings-btn {
        height: 60px !important;
        font-size: 17px;
    }

    .result-copyshop__wrapper-border {
        min-height: 393px;
        height: auto;
    }

    .result-copyshop__wrapper-border {
        border: 6px solid #d9d9d9;
        border-top: none;
        border-bottom: none;
    }

    .result-copyshop__top-border {
        height: 6px;
    }

    .generator-form-item {
        margin-left: 9%;
    }

    .header {
        position: relative;
    }

    .language-copy {
        width: 26%;
    }

    .copy-settings-btn {
        width: 74%;
    }

    .result-copyshop__btn-inner {
        display: flex;
        justify-content: center;
    }

    .result-copyshop__btn {
        margin-left: 0px;
    }

    .btn-copyshop_yellow,
    .result-copyshop__btn {
        height: 40px;
    }

    .result-copyshop__search {
        width: 64%;
    }

    .result-copyshop__top-inner {
        width: 81%;
    }

    .result-copyshop__search {
        width: 50%;
    }

    .type-of-websites-btn {
        height: 104px;
    }

    .type-of-websites-btn__inner {
        height: 100%;
    }

    .type-of-websites-btn__title {
        margin-top: 0;
    }

    .type-of-websites-btn__title_margin {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .container-800 {
        width: 93%;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .premium-banner__txt {
        font-size: 13px;
    }

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

    .premium-banner__txt {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .premium-banner__btn {
        margin-left: 0;
        width: 100%;
        height: 28px;
        font-size: 12px;
    }

    .body_padding {
        padding-top: 130px;
    }

    .copy-settings-input,
    .copy-set-checks__line {
        width: 93%;
    }

    .search-input__item-link {
        width: 75%;
    }

    .btn-copyshop_header {
        bottom: -50px;
    }

    .header__inner {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .header__logo-txt {
        display: none;
    }

    .header__logo {
        width: 146px;
        margin-bottom: 0;
    }

    .header__icon-wrapper {
        margin-left: 0;
        height: 40px;
    }

    .header-lng__lang-btn {
        width: 67px;
    }

    .header__btn:not(:last-child) {
        margin-right: 6px;
    }

    .header__center-btns {
        margin-right: 0;
    }

    .search-input__clear-all {
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .copy-set-checks__mix-inner {
        width: 93%;
    }

    .mix-match-result {
        width: 93%;
    }

    .mix-match-result__items-check {
        width: 100%;
    }

    .mix-match-result__items-check p {
        max-width: 66%;
    }

    .result-copyshop__top-inner {
        width: 74%;
    }

    /* set section */
    .copy-set-checks__wrapper {
        margin-top: 25px;
    }

    .copy-set-checks__wrapper {
        justify-content: space-between;
    }

    .copy-set-checkbox:not(:nth-child(3n)) {
        margin-right: 0px;
    }

    .copy-set-checkbox {
        width: 48%;
        margin-bottom: 15px;
    }

    .generator-form-item {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .generator-form-item__input {
        padding-right: 98px;
    }

    .generator-form-item__btn {
        background: #ffdf60;
        width: 196px;
        position: relative;
        width: 100%;
        margin-top: 18px;
    }

    .generator-form-item__refresh {
        right: 15px;
    }

    .generator-form-item__back {
        right: 62px;
    }

    .generator-form__description {
        width: 80%;
    }

    .generator-pop-up {
        width: 94%;
        top: 10px;
    }

    .generator-pop-up__title {
        width: 90%;
    }

    .btn-copyshop_blue {
        margin-bottom: 9px;
    }

    .btn-copyshop_yellow {
        margin-bottom: 9px;
    }

    .type-of-websites-btn:not(:nth-last-of-type(-n + 3)) {
        margin-bottom: 18px;
    }

    .type-of-websites-btn {
        width: 48%;
        height: 131px;
    }

    .type-of-websites-btn__title {
        margin-top: 10px;
    }

    .type-of-websites-btn__txt {
        font-size: 14px;
    }

    .footer__wrapper {
        flex-direction: column;
    }

    .footer-list {
        margin-bottom: 30px;
    }

    .footer-links {
        border-top: 1px solid #3a3a3a;
        padding: 30px 0;
        border-left: none;
    }

    .footer-list__title {
        text-align: center;
    }

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

    .footer-links__item {
        text-align: center;
    }

    .footer__bottom {
        margin-top: 28px;
    }

    .result-copyshop__btn-inner {
        height: auto;
    }

    .want-btn {
        font-size: 15px;
        width: 75%;
        padding: 15px 10px;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 470px) {
    .header {
        padding-top: 5px;
        padding-bottom: 6px;
    }

    .btn-copyshop_header {
        top: 53px;
    }

    .header__logo {
        width: 41px;
        height: 43px;
        overflow: hidden;
    }

    .header__logo-img {
        height: 100%;
        width: auto;
    }

    .header__lng-list {
        top: 54px;
        left: -102px;
    }

    .search-input__list-wrapper {
        max-height: 320px;
    }

    .search-input__item-pro-label {
        width: 84px;
        margin-left: 10px;
    }

    .generator-form-item__back {
        right: 56px;
    }

    .generator-form-item__refresh {
        right: 11px;
        top: 11px;
    }

    .generator-form-item__input {
        padding-right: 91px;
    }

    .result-copyshop__btn-inner {
        justify-content: space-between;
    }

    .result-copyshop__btn {
        width: 68%;
    }

    .generator-form-item {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .generator-form-item__btn {
        position: unset;
        width: 100%;
        margin-top: 20px;
    }

    .result-copyshop__search-btn-wrapper {
        flex-wrap: wrap;
    }

    .download-list-btn {
        width: 70%;
    }

    .result-copyshop__search {
        width: 100%;
        margin-bottom: 26px;
    }

    .result-copyshop__nav-next {
        height: 54px;
        width: 10%;
        border-left: 1px solid #757575;
        position: absolute;
        right: -10%;
        top: -8px;
        background: #fff;
    }

    .result-copyshop__search-input {
        margin-right: 0;
    }

    .result-copyshop__take-back {
        text-align: center;
        justify-content: center;
    }

    .step-three-smiles__wrapper {
        flex-wrap: wrap;
    }

    .step-three-smiles-btn {
        width: 48%;
    }

    .step-three-smiles-btn:last-child {
        width: 100%;
        margin-top: 20px;
    }

    .step-three-smiles-btn {
        height: 192px;
    }

    /* popup progress bar*/
    .generator-pop-up__progress-inner {
        width: 260px;
        height: 25px;
        margin-top: 40px;
    }

    .generator-pop-up__bottom-text {
        width: 80%;
    }
}

@media (max-width: 380px) {
    .header__lng-list {
        position: absolute;
        top: 54px;
        width: 270px;
        background: #fff8e3;
        left: -58px;
    }

    .header__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 360px) {
    .btn-copyshop_header p {
        width: 60%;
    }

    .copy-set-checkbox {
        height: 180px;
    }

    .generator-pop-up {
        width: 92%;
    }

    /* popup progress bar*/
    .generator-pop-up__progress-inner {
        width: 202px;
        height: 20px;
    }

    .want-btn {
        font-size: 15px;
        width: 100%;
        padding: 15px 10px;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    .header__btn:not(:last-child) {
        margin-right: 0px;
    }

    .header-lng {
        margin-right: 9px;
    }

    .header__lng-list {
        width: 260px;
        left: -38px;
    }

    .copy-set-checkbox {
        height: 200px;
    }

    .result-copyshop__top-inner {
        width: 66%;
    }

    .mix-match-result__items-check p {
        max-width: 54%;
    }
}

/* popup for download */
.modal-window {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: none;
}

.modal-window__relative {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window__modal {
    position: relative;
    z-index: 25;
    width: 856px;
    border-radius: 10px;
}

.modal-window__header {
    background: #ffdf60;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    border: 1px solid #000;
    border-bottom: none;
}

.modal-window__inner {
    padding: 60px 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.modal-window-form {
    display: flex;
    justify-content: space-between;
}

.modal-window-form__form {
    max-width: 617px;
    width: 100%;
}

.modal-window-form__input-inner {
    position: relative;
    display: flex;
    padding-top: 12px;
    margin-bottom: 20px;
}

.modal-window-form__title {
    position: absolute;
    top: 0;
    left: 16px;
    background: #fff;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 18px;
    z-index: 5;
}

.modal-window-form__input {
    max-width: 357px;
    width: 100%;
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #dfdfdf;
    padding: 0 12px;
    border-right: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.modal-window-form__input-btn {
    width: 100px;
    background: #f0efef;
    border: 1px solid #dfdfdf;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    transition: background 0.3s ease;
}

.modal-window-form__input-btn:hover {
    background: #dfdfdf;
    transition: background 0.3s ease;
}

.modal-window-form__main-btn {
    width: 335px;
    height: 48px;
    background: #ffc800;
}

.modal-window-form__img {
    max-width: 146px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: 42px;
}

.modal-window__main-button {
    width: 236px;
    margin-left: 0;
}

.modal-window__subtitle {
    font-size: 24px;
    font-weight: 700;
}

.modal-window__description {
    color: #757575;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 38px;
}

.modal-window__overlay {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px);
}

/* pop up timer*/

/* modal example of template */

.modal-window__modal_example-templt .modal-window__inner {
    padding: 10px 0 0 0;
    background: #ffffff;
}

.modal-example-title {
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-right: 10%;
}

.modal-example-title__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.modal-example-image-inner {
    background: #dffbfd;
    padding: 0px 0px 0px 20px;
    border-radius: 0 0 5px 10px;
    height: 560px;
}

.modal-example-image-inner__scroll {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 20px;
}

.modal-example-image-inner__img {
    width: 97%;
    height: auto;
    margin-top: 7px;
}

.modal-example-image-inner__scroll::-webkit-scrollbar {
    width: 8px;
}

.modal-example-image-inner__scroll::-webkit-scrollbar-track {
    background: #bdbdbd;
    border-radius: 5px;
}

.modal-example-image-inner__scroll::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

.modal-window__modal_width {
    width: 724px;
}

.timer-modal {
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-modal__title {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 900;
}

.timer-modal__descr {
    font-size: 16px;
    margin-bottom: 20px;
}

.timer-modal__gif {
    width: 370px;
    height: auto;
}

.modal-window__close-btn {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.modal-window__close-btn-img {
    width: 100%;
    height: auto;
}

.timer-modal__btn-yellow {
    width: 430px;
    height: 53px;
    margin-bottom: 50px;
}

.timer-item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

.timer-item__title {
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 16px;
    padding-bottom: 1px;
    font-size: 24px;
    font-weight: 900;
}

.timer-item__timer-item {
    font-size: 24px;
    font-weight: 900;
    width: 190px;
    margin-left: 0px;
}

.modal-window_active {
    display: block;
}

/* pop up with form */
.modal-window_form {
    width: 814px;
}

.pop-up-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pop-up-inner__title {
    font-size: 24px;
    margin-bottom: 42px;
    width: 90%;
}

.pop-up-inner__descr {
    font-size: 16px;
    margin-bottom: 30px;
}

.pop-up-inner__form {
    width: 505px;
}

.pop-up-inner__form-input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #fff8e3;
    padding: 2px 18px;
    border: 1px solid #d9d9d9;
    margin-bottom: 27px;
}

.pop-up-inner__form-button {
    width: 252px;
    height: 53px;
    margin-bottom: 50px;
    font-size: 16px;
    margin: 0 auto;
    font-size: 16px;
}

.pop-up-inner__footer {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.generator-pop-up_active {
    display: block;
}

/* popup share */

.modal-window__inner_share {
    padding: 0px;
    padding-top: 45px;
    background: #fff9e6;
}

.modal-window__inner_share h3 {
    margin-bottom: 7px;
    font-size: 30px;
    width: 80%;
}

.modal-window__inner_share .pop-up-inner__descr {
    margin-bottom: 44px;
    font-size: 19px;
    width: 80%;
}

.pop-up-inner__form_share {
    display: flex;
    width: 100%;
    padding: 50px 60px 70px 60px;
    position: relative;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.pop-up-inner__form-inpt-inner {
    width: 100%;
    position: relative;
}

.pop-up-inner__form-inpt-icon {
    position: absolute;
    z-index: 22;
    width: 38px;
    height: 38px;
    left: 13px;
    top: 10px;
}

.pop-up-inner__form_share input {
    height: 58px;
    margin-bottom: 0;
    border-radius: 10px 0px 0px 10px;
    font-size: 16px;
    border-color: #000;
    border-right: none;
    background: #fff;
    padding-left: 60px;
}

.pop-up-inner__form_share button {
    border-radius: 0 10px 10px 0;
    height: 58px;
}

.copied-btn {
    background: #5de1e6 !important;
    border-color: #5de1e6 !important;
}

.copied-inpt {
    border-color: #5de1e6 !important;
    background: #fff;
}

.pop-up-inner__form_share-svg {
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0;
}

.pop-up-inner__form_share-svg-cls-1 {
    fill: #d9d9d9;
    isolation: isolate;
    opacity: 0.9;
}

.pop-up-inner__form_share-svg-cls-1,
.pop-up-inner__form_share-svg-cls-2 {
    fill-rule: evenodd;
    stroke-width: 0px;
}

.pop-up-inner__form_share-svg-cls-2 {
    fill: #fff;
}

.pop-up-inner__form_share-svg-cls-3 {
    fill: none;
    stroke: #d9d9d9;
    stroke-linecap: round;
}

/* uploading the custom logo modal start */
.modal-window__modal_upload-logo .modal-window__inner {
    padding: 40px 70px 60px;
}

.modal-window__modal_upload-logo h3 {
    text-align: left;
    width: 100%;
    margin-bottom: 26px;
}

.upload-logo-form {
    width: 100%;
    display: block;
}

.upload-logo-form__inner {
    width: 100%;
    height: 200px;
    position: relative;
    background: #fff8e3;
    border-radius: 20px;
    border: 2px dashed #ffc800;
    transition: border 0.3s ease, background 0.5s ease;
}

.upload-logo-form__inner:hover {
    border: 2px solid #82dee4;
    background: #daf8fa;
    transition: border 0.5s ease, background 0.5s ease;
}

.dragover {
    border: 2px solid #82dee4;
    background: #daf8fa;
    transition: border 0.5s ease, background 0.5s ease;
}

.upload-logo-form__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    z-index: -1;
}

.upload-logo-form__input-label {
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-logo-form__txt-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #565656;
    width: 100%;
    height: 96%;
}

.upload-logo-form__txt-inner span {
    color: #377dff;
    text-decoration: underline;
}

.upload-logo-form__icon-inner {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    width: 83px;
    height: 83px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 18px;
}

/* check */
.upload-logo-form__check .mix-match-result__items-check {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    margin-top: 28px;
    cursor: pointer;
}

.upload-logo-form__check .mix-match-result__items-checkbox {
    background: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.upload-logo-form__check
    .mix-match-result__items-check
    input:checked
    + .mix-match-result__items-checkbox {
    background: url("img/checkboxOnBlack.svg") no-repeat center center / contain;
    background-color: #ffc800;
}

/* progress line */

.upload-file-item {
    display: flex;
    align-items: center;
    padding: 16px 19px 16px 20px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    border: 1px solid #eaeaea;
    transition: box-shadow 0.4s ease;
    margin-top: 24px;
    display: none;
}

.upload-file-item_active {
    display: flex;
}

.upload-file-item__info {
    width: 100%;
}

.upload-file-item:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.4s ease;
}

.upload-file-item__img {
    width: auto;
    height: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 20px;
}

.upload-file-item__uploading {
    width: 78%;
    position: relative;
}

.upload-file-item__progress-name {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}

.upload-file-item__upload-remove {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.upload-file-item__progress {
    width: 100%;
    height: 7px;
    border-radius: 30px;
    background: #e9e9e9;
}

.upload-file-item__progress-active {
    height: 100%;
    border-radius: 30px;
    background: #43c9ce;
}

.upload-file-item-size {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 8px;
}

.upload-file-item-size__progress {
    text-align: left;
}

.upload-file-item-size__progress span {
    font-weight: 700;
}

.upload-file-item__uploaded-name {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.upload-file-item__uploaded-name p {
    width: 88%;
    text-align: right;
}

.upload-file-item__remove-uploaded {
    width: 41px;
    height: 41px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn */
.upload-logo-form__btn {
    height: 62px;
    width: 100%;
    font-size: 17px;
    margin-top: 42px;
}

.disabled_btn {
    background-color: #cdcdcd;
}

.disabled_btn:hover {
    background-color: #cdcdcd;
    cursor: not-allowed;
}

/* uploading the custom logo modal end */

@media (max-width: 1200px) {
    .modal-window__modal {
        width: 710px;
    }

    .modal-window__inner {
        padding: 47px 50px 65px;
    }

    .modal-window-form__input {
        width: 54%;
    }

    .modal-window-form__main-btn {
        width: 295px;
    }

    .modal-window-form__img {
        max-width: 146px;
        width: 100%;
        margin-right: 0px;
    }

    .modal-window__description {
        width: 70%;
    }

    /* popup share */
    .modal-window__inner_share {
        padding: 0px;
        padding-top: 45px;
    }

    .pop-up-inner__form_share {
        display: flex;
        width: 100%;
    }
}

@media (max-width: 994px) {
    .modal-window .timer-modal__btn-yellow {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .modal-window__modal {
        width: 550px;
    }

    .modal-window__inner {
        padding: 38px 40px 65px;
    }

    .modal-window-form__img {
        max-width: 100px;
    }

    .modal-window__subtitle {
        margin-top: 20px;
    }

    .pop-up-inner__form {
        width: 85%;
    }

    /* popup share */
    .modal-window__inner_share {
        padding: 0px;
        padding-top: 35px;
    }

    .pop-up-inner__form_share {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .modal-window__inner_share .pop-up-inner__descr {
        margin-bottom: 30px;
    }

    .pop-up-inner__form_share input {
        margin-bottom: 20px;
        border-radius: 10px;
        font-size: 16px;
        border-color: #000;
        border-right: 1px solid;
    }

    .pop-up-inner__form_share button {
        border-radius: 10px;
        height: 54px;
        max-width: 100%;
        width: 100% !important;
    }

    /* uploading the custom logo modal start */
    .modal-window__modal_upload-logo .modal-window__inner {
        padding: 40px 40px 60px;
    }

    .upload-file-item {
        flex-direction: column;
        padding: 27px 33px 30px 20px;
    }

    .upload-file-item__uploading {
        width: 100%;
    }

    .upload-file-item__img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .modal-window__modal_upload-logo .mix-match-result__desc {
        max-width: 85%;
    }
}

@media (max-width: 575px) {
    .modal-window .timer-modal__btn-yellow {
        margin-right: 0 !important;
        max-width: 352px;
        width: 100%;
        margin-bottom: 30px;
    }

    .timer-modal__gif {
        max-width: 300px;
        width: 100%;
    }

    .timer-item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .timer-item__timer-item {
        margin: 0 auto;
    }

    .modal-window__modal {
        width: 88%;
    }

    .modal-window-form {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    .modal-window-form__input {
        width: 75%;
    }

    .modal-window-form__main-btn {
        width: 100%;
    }

    .modal-window-form__img {
        max-width: 134px;
        margin-bottom: 20px;
    }

    .modal-window__description {
        width: 100%;
    }

    .modal-window__main-button {
        width: 100%;
    }

    /* popup share */
    .pop-up-inner__form_share {
        padding: 40px 20px 50px 20px;
    }

    .pop-up-inner__form_share-svg {
        position: absolute;
        width: 100%;
        top: -3px;
        left: 0;
    }

    /* popUp example of template */
    .modal-example-title {
        padding: 10px 0px 10px 20px;
    }

    .modal-example-title__title {
        font-size: 16px;
    }

    .modal-example-image-inner {
        padding: 0;
        border-radius: 0 0 10px 10px;
    }

    .modal-example-image-inner__scroll {
        overflow: auto;

        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-example-image-inner__scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .modal-example-image-inner__scroll::-webkit-scrollbar-track {
        background: transparent;
        opacity: 0;
        display: none;
    }

    .modal-example-image-inner__scroll::-webkit-scrollbar-thumb {
        background-color: #00000054;
        border-radius: 0px;
    }

    .modal-example-image-inner__img {
        width: 200%;
    }
}

@media (max-width: 420px) {
    .set-btn-head {
        width: 37px;
        height: 37px;
        margin-right: 12px;
    }

    .modal-window .timer-modal__btn-yellow {
        margin-right: 0 !important;
        max-width: 252px;
        width: 100%;
        line-height: 1.2em;
    }

    .timer-item__title {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .pop-up-inner__form-button {
        max-width: 252px;
        width: 100%;
    }

    .header-lng {
        margin-right: 10px;
    }
}

@media (max-width: 360px) {
    .modal-window__inner {
        padding: 28px 20px 35px;
    }

    /* popup share */
    .modal-window__inner_share {
        padding: 0px;
        padding-top: 35px;
    }

    .header__btn {
        width: 30px;
        height: 30px;
    }
}
