.btn-copyshop_header {
    width: 270px;
}

.premium-banner__btn {
    width: 215px;
}

.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-copyshop_circle:last-child {
    margin-right: 10px;
  }

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

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

.copy-set-checks__wrapper {
    max-width: 800px;
    margin: 0 auto;
}

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

.copy-set-checks__title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.copy-set-checks__desc {
    max-width: 800px;
    width: 100%;
}

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

.copy-set-checkbox {
    width: 31%;
}

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

.mix-match-nav__item {
    width: 122px;
}

.bot-btn-inner {
    padding: 0 204px;
}

@media screen and (max-width: 991px) {
    .btn-copyshop_header {
        width: 50%;
    }

    .copy-settings-input {
        max-width: 600px;
        width: 100%;
    }

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

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


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

    .copy-set-checkbox {
        width: 30%;
    }

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

    .bot-btn-inner {
        margin-top: 60px;
    }

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

    .btn-copyshop_circle {
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .container-set {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copy-settings-input {
        width: 94%;
    }

    .copy-set-checks__line {
        width: 94%;
    }
}

@media screen and (max-width: 575px) {
    .copy-set-checkbox {
        width: 48%;
        margin-bottom: 15px;
    }


}
