* {
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss11' on, 'ss09' on, 'ss08' on, 'ss06' on, 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on, 'liga' off;
}

h1, h2, h3, h4, h5, h6, a {
    font-variant-numeric: lining-nums proportional-nums !important;
    font-feature-settings: 'ss11' on, 'ss09' on, 'ss08' on, 'ss06' on, 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on, 'liga' off !important;
}

.anchor {
    scroll-margin-top: 100px; /* header's height + padding*/
}

.disable {
    opacity: 0.8;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {

    .active .language_selector span {
        color: #000;
    }

    .active .language {
        background: white;
    }

    .active .headerName a {
        color: #000;
    }

}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

button {
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none
}

button,
input {
    overflow: visible
}

button,
input,
select,
textarea {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

td.data {
    padding: 0;
}

.data input {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.newkey {
    font-weight: bold;
    background: #cfc;
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

label {
    cursor: pointer
}

ol,
ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

.pack__desc ul,
.pack__info ul{
    padding-left: 25px;
}
.pack__desc ul li,
.pack__info ul li{
    list-style: disc;
}
.pack__desc h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.2em;
    color: #212529 !important;
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    background-color: #eeeeee;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.base-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 5px
}

.btn {
    display: block;
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding: 23px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    cursor: pointer;
}

.btn--black {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000
}

.btn--black:hover {
    background-color: #333333;
    color: #fff;
}

.btn--black:disabled,
.btn--black[disabled] {
    background-color: #ccc;
    border: none;
}


.btn--green {
    color: #ffffff;
    background-color: #22d92c;
    border-color: #22d92c
}

.btn--red {
    color: #ffffff;
    background-color: #c00;
    border-color: #c00
}

.btn--green:hover {
    background-color: #1cb324
}

.btn--medium {
    padding: 20px
}

.btn--wide {
    padding: 17px
}

.btn--small {
    padding: 15px
}

.btn--disabled {
    color: #ffffff;
    background-color: #797979;
    pointer-events: none;
}

.container-fullscreen {

    margin: 0 auto;
    width: 100%;
}

.redirect-content {
    border: 3px solid rgba(159, 157, 157, 0.65);
    padding: 65px;
    margin-top: 100px;
    width: 66%;
}

.redirect-content h1 {
    font-size: 3em;
}

.redirect-content img {
    font-size: 3em;
    padding-bottom: 40px;
}

.redirect-content .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}

.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99
}

.hystmodal--active {
    opacity: 1
}

.hystmodal--active .hystmodal__window {
    transform: scale(1);
    opacity: 1
}

.hystmodal--active,
.hystmodal--moved {
    visibility: visible;
    pointer-events: auto
}

.hystmodal__opened,
.hystmodal__shadow {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.hystmodal__shadow {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 98
}

.hystmodal__shadow--show {
    opacity: 0.6;
    pointer-events: auto
}

.hystmodal__wrap {
    width: 100%;
    min-height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin: auto
}

.hystmodal__window {
    position: relative;
    max-width: 565px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    background: #ffffff;
    opacity: 0;
    border-radius: 5px;
    padding: 70px 15px;
    margin: 50px 0;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.9);
    overflow: visible
}

.hystmodal__close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10
}

.ibg {
    position: relative
}

.ibg iframe,
.ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.input {
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #333;
    transition: box-shadow 0.2s ease-in-out
}

.input::placeholder {
    color: #bdbcbc
}

.input:active,
.input:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.input.error {
    border-color: #f61b1b
}

.input.error::placeholder {
    color: #f61b1b
}

.input:read-only {
    border-color: #666;
    color: #666;
    cursor: default;
}

.licence {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dadada
}

.licence td,
.licence th {
    width: 339px;
    padding: 18px 10px 18px 50px;
    border: 1px solid #dadada
}

.licence.pastekey td.data {
    width: 270px;
    text-align: center;
    padding: 0;
    border: 1px solid #dadada
}

.licence .heading {
    font-size: 20px;
    font-weight: 700
}

.licence .key-copy {
    position: relative;
}

.licence .key-copy:hover .copy {
    background-color: #333333
}

.licence .key-copy .copy {
    min-width: 78px;
    padding: 5px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer
}

.licence .generate-input {
    width: 80%;
    font-size: 16px;
    text-align: center
}

.licence .generate-btn {
    padding: 0
}

.licence .generate-btn .btn {
    border-radius: 0;
    border-bottom-right-radius: 5px
}

.page-title {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000
}

.popup {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto
}


.upgrade {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;

}

.popup__btn {
    margin-bottom: 15px
}

.popup__regular {
    font-size: 14px;
    font-weight: 700;
    color: #959595;
    margin-bottom: 20px
}

.popup__info {
    font-size: 14px;
    text-align: center
}

.screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    padding: 1px
}

.user-nav__menu {
    border-radius: 16px;
    padding: 4px;
}

.user-nav__menu--auth {
    background-color: transparent;
}

.user-nav__link {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    color: #000000;
    padding: 13px 24px;
    border-radius: 10px;
    transition: color 0.2s ease-in-out;
}

#promocode-import {
    display: flex;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #333;
    margin-bottom: 10px;
    border-radius: 5px;
}

#promocode-import #fixed-part {
    padding: 20px;
    padding-right: 0;
    border-radius: 5px 0 0 5px;
}

#promocode-import #promocodeinfo, #promocode-import #promocodeinfo2 {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 5px 5px 0;
    flex: 1;
    padding-left: 5px;
    border: 1px solid #ffffff;
    transition: box-shadow 0.2s ease-in-out
}

#promocode-import::placeholder {
    color: #bdbcbc
}

#promocode-import:active,
#promocode-import:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

#promocode-import:focus-within {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


.wrapper {
    max-width: 1260px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0 50px 15px;
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
}

.wrapper-fullscreen {

    width: 100%;
    min-height: 100vh;
    padding: 5px;
}

.wrapper * {
    box-sizing: border-box
}

.app {
    position: relative;
    padding-bottom: 60px;
    transition: box-shadow 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
    overflow: hidden;
    cursor: default
}

.app:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.app:hover .app__link {
    opacity: 1
}

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

.app__image {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.app__image .image {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 95px;
    margin-right: 10px
}

.app__image .title {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    font-size: 20px;
    font-weight: 700
}

.app__btns {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 175px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto
}

.app__btns--wide {
    flex-basis: 280px
}

.app__btn {
    margin: 15px 0;
}

.app__btn[disabled] {
    background: #999;
    cursor: wait;
}

.app__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    background-color: #f5f5f5;
    opacity: 0;
    padding: 11px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: opacity 0.2s ease-in-out
}

.pack__link.active span:before,
.app__link.active span:before {
    content: 'less info';
}

.pack__link.active.ru span:before,
.app__link.active.ru span:before {
    content: 'свернуть';
}

.pack__link.active.de span:before,
.app__link.active.de span:before {
    content: 'weniger Info';
}

.pack__link.active.es span:before,
.app__link.active.es span:before {
    content: 'menos información';
}

.pack__link.active.fr span:before,
.app__link.active.fr span:before {
    content: 'moins d\'informations';
}

.pack__link.active.it span:before,
.app__link.active.it span:before {
    content: 'meno informazioni';
}

.pack__link.active.ja span:before,
.app__link.active.ja span:before {
    content: '詳細を表示';
}

.pack__link.active.ko span:before,
.app__link.active.ko span:before {
    content: '간단히 보기';
}

.pack__link.active.pl span:before,
.app__link.active.pl span:before {
    content: 'mniej informacji';
}

.pack__link.active.pt span:before,
.app__link.active.pt span:before {
    content: 'menos informações';
}

.pack__link.active.zh span:before,
.app__link.active.zh span:before {
    content: '收起信息';
}

.pack__link span:before,
.app__link span:before {
    content: 'more info';
}

.pack__link.ru span:before,
.app__link.ru span:before {
    content: 'развернуть';
}

.pack__link.de span:before,
.app__link.de span:before {
    content: 'Weitere Informationen';
}

.pack__link.es span:before,
.app__link.es span:before {
    content: 'Más información';
}

.pack__link.fr span:before,
.app__link.fr span:before {
    content: 'Plus d\'informations';
}

.pack__link.it span:before,
.app__link.it span:before {
    content: 'Maggiori informazioni';
}

.pack__link.ja span:before,
.app__link.ja span:before {
    content: '詳細情報';
}

.pack__link.ko span:before,
.app__link.ko span:before {
    content: '자세한 정보';
}

.pack__link.pl span:before,
.app__link.pl span:before {
    content: 'Więcej informacji';
}

.pack__link.pt span:before,
.app__link.pt span:before {
    content: 'Mais informações';
}

.pack__link.zh span:before,
.app__link.zh span:before {
    content: '更多信息';
}

.app__link.active span:after {
    transform: rotate(180deg)
}

.app__link span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.app__link span:before {
    content: 'more info'
}

.app__link.ru span:before {
    content: 'развернуть'
}

.app__link span:after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -36px;
    background-image: url('../img/icons/icon-shevron.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.app__options {
    display: none;
    margin-top: 40px
}

.app__options.active {
    display: block
}

.app__options .title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.app__options .links {
    display: flex;
    justify-content: center
}

.app__options .links--download {
    margin-top: 40px
}

.app__options .link {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 190px
}

.app__options .link--wide {
    flex-basis: 255px
}

.app__options .link {
    margin-right: 20px;
}

.app__options .link:last-child {
    margin-right: 0;
}

.app__options .instruction {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 25px;
    margin-top: 40px
}

.app__options .info {
    text-align: center;
    margin-bottom: 15px
}

.pack--link {
    position: relative;
    padding-bottom: 60px;
    transition: box-shadow 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
    cursor: default
}

.pack--link:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.pack--link:hover .pack__link {
    opacity: 1
}

.pack__wrapper {
    display: flex
}

.pack__image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 180px;
    margin-right: 25px
}

.pack__image_small {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
    margin-right: 25px
}

.pack__body {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    flex-direction: column
}

.pack__header {
    display: flex;
    justify-content: space-between;
    min-height: 180px;
}

.pack__heading {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    margin-right: 20px
}

.pack__title {
    font-size: 20px;
    font-weight: 700;
}

.pack__title a {
    text-decoration: none;
    color: black;
}

.pack__desc {
    max-width: 400px;
    font-size: 14px;
    color: #959595;
    margin-bottom: 10px;
    margin-top: 15px;
}

.pack__author {
    font-size: 14px;
    margin-bottom: 20px
}

.pack__price {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 185px;
    margin-left: auto
}

.pack__price .price-old {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #959595;
    margin-top: 15px
}

.pack__info {
    margin-top: auto
}

.pack__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    background-color: #f5f5f5;
    opacity: 0;
    padding: 11px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: opacity 0.2s ease-in-out
}

.pack__link.active span:before {
    content: 'less info'
}

.pack__link.active.ru span:before {
    content: 'свернуть'
}

.pack__link.active span:after {
    transform: rotate(180deg)
}

.pack__link span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.pack__link span:before {
    content: 'more info'
}

.pack__link.ru span:before {
    content: 'развернуть'
}

.pack__link span:after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: -36px;
    background-image: url('../img/icons/icon-shevron.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.plugin {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 965px
}

.plugin__body {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto
}

.plugin__title {
    margin-bottom: 25px
}

.plugin__details {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px
}

.plugin__image {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 200px;
    margin-right: 25px
}

.plugin__content {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 250px;
    display: flex;
    flex-direction: column;
    margin-right: 20px
}

.plugin__content .title {
    max-width: 170px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.plugin__content .desc {
    font-size: 14px;
    color: #959595;
    margin-bottom: 10px
}

.plugin__content .author {
    font-size: 14px;
    margin-bottom: 20px
}

.plugin__content .category {
    margin-top: auto
}

.plugin__price {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 180px;
    text-align: center;
    margin-left: auto
}

.plugin__price .price-btn {
    margin-bottom: 15px
}

.plugin__price .price-old {
    font-size: 14px;
    font-weight: 700;
    color: #959595
}

.plugin__demo {
    text-align: center;
    margin-bottom: 50px
}

.plugin__demo .title {
    font-weight: 700;
    margin-bottom: 15px
}

.plugin__demo .links {
    max-width: 345px;
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.plugin__demo .links--purchased {
    max-width: 385px
}

.plugin__demo .links a {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    white-space: nowrap;
}

.plugin__demo .links a:first-child {
    margin-right: 15px
}

.plugin__video .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.plugin__video .video {
    padding-bottom: 57%
}

.plugin__video .eula {
    margin-top: 20px
}

.plugin__video .eula a {
    color: #000000;
    transition: color 0.2s ease-in-out
}

.plugin__video .eula a:hover {
    color: #333333
}

.plugin__btn {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto
}

.plugin__activation .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.plugin__activation .link {
    display: inline-block;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 25px;
    transition: color 0.2s ease-in-out
}

.plugin__activation .link:hover {
    color: #333333
}

.plugin__activation .table-title {
    margin-bottom: 15px
}

.store {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 965px;
    min-height: 50vh;
}

.store__title {
    margin-bottom: 35px
}

.store__item + .store__item {
    margin-top: 30px
}

.store__item > a {
    display: block;
    color: #000000;
    text-decoration: none
}

.subscribe {
    padding-top: 70px
}

.subscribe__body {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto
}

.subscribe__title {
    text-align: center;
    margin-bottom: 30px
}

.promocodes__table td,
.promocodes__table th {
    padding: 4px;
    white-space: nowrap;
}

.promocodes__table .heading {
    white-space: nowrap;
}

.promocodes__totals {
    font-size: 20px;
}


.subscribe__table {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-radius: 5px;
    margin-bottom: 20px
}

.sales__table tr:nth-child(even) {
    background: #ddd;
}

.sales__table th {
    font-size: 12px;
    background: #ccc;
}

.subscribe__table tr:first-child {
    background-color: #f5f5f5
}

.subscribe__table tr:nth-child(2) .data {
    padding-top: 20px
}

.subscribe__table tr .data {
    font-size: 14px
}

.subscribe__table tr .data img {
    max-width: 69px
}

.subscribe__table tr .data:first-child {
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 20px
}

.subscribe__table tr .data:nth-child(2) {
    padding-right: 40px
}

.subscribe__table tr .data:nth-child(3) {
    padding-right: 40px
}

.subscribe__table tr .data:nth-child(4) {
    padding-right: 40px
}

.subscribe__table tr .data:last-child {
    padding-right: 20px
}

.subscribe__table .heading {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}

.subscribe__table .heading:first-child {
    padding-left: 20px;
    border-top-left-radius: 5px
}

.subscribe__table .heading:last-child {
    border-top-right-radius: 5px
}

.subscribe__table .action {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dedede;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out
}

.subscribe__table .action:hover {
    background-color: #f0f0f0
}

.subscribe__table .action svg {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 16px
}

.subscribe__friends {
    font-size: 14px
}

.success__body {
    max-width: 565px;
    margin-right: auto;
    margin-left: auto
}

.success__content {
    text-align: center
}

.success__icon {
    max-width: 62px;
    background-color: #ccfbce;
    padding: 14px 0;
    border-radius: 5px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto
}

.success__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px
}

.success__text {
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 25px
}

.user {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 965px;
}

.user__body {
    max-width: 410px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.user__body + .user__body {
    margin-top: 70px
}

.user__title {
    text-align: center;
    margin-bottom: 45px
}

.user__title--friends {
    margin-bottom: 25px
}

.user__error {
    text-align: center;
    color: #f61b1b;
    margin-bottom: 15px
}

.user__error a {
    font-weight: 700;
    text-decoration: none;
    color: #f61b1b;
    transition: 0.2s ease-in-out
}

.user__error a:hover {
    color: #ff6666
}

.user__friends {
    text-align: center;
    margin-bottom: 20px
}

.user__friends-left {
    font-size: 14px;
    text-align: center
}

.user__subscribe {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.user__subscribe input {
    position: absolute;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 16px;
    opacity: 0
}

.user__subscribe input + label {
    position: relative
}

.user__subscribe input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #000000
}

.user__subscribe input + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: #000000;
    width: 8px;
    height: 8px;
    opacity: 0;
    border-radius: 2px;
    transition: opacity 0.2s cubic-bezier(0.57, 0.21, 0.69, 1.25)
}

.user__subscribe input:checked + label:after {
    opacity: 1
}

.user__btn {
    margin-bottom: 20px
}

.user__account {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px
}

.user__account a {
    color: #000000;
    transition: color 0.2s ease-in-out
}

.user__account a:hover {
    color: #333333
}

.user__account .no-account {
    margin-right: 20px
}

.user__apis {
    margin-bottom: 20px
}

.user__apis a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    padding: 13px;
    border-radius: 5px;
    transition: box-shadow 0.2s ease-in-out
}

.user__apis a:not(:last-child) {
    margin-bottom: 15px
}

.user__apis a:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.user__apis a .icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 19px;
    margin-right: 10px
}

.user__apis a .label {
    flex-grow: 0;
    flex-shrink: 1
}

.user__eula {
    font-size: 14px
}

.user__eula a {
    color: #000000;
    transition: color 0.2s ease-in-out
}

.user__eula a:hover {
    color: #333333
}

.user-form {
    margin-bottom: 15px
}

.user-form__input {
    position: relative
}

.user-form__input + .user-form__input {
    margin-top: 15px
}

.user-form__input .label {
    font-weight: 700;
    margin-bottom: 10px
}

.user-form__input .switcher {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 22px;
    width: 15px;
    font-size: 12px;
    z-index: 2
}

.user-form__input .switcher svg {
    width: 100%;
    height: auto;
    fill: #959595
}

.user-form__input .switcher.active svg {
    fill: #000000
}

.user-form__input .switcher:active,
.user-form__input .switcher:focus {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.user-radio {
    margin-bottom: 20px
}

.user-radio__input + .user-radio__input {
    margin-top: 15px
}

.user-radio__input input {
    position: absolute;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 16px;
    opacity: 0
}

.user-radio__input input + label {
    position: relative
}

.user-radio__input input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000
}

.user-radio__input input + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: #000000;
    width: 8px;
    height: 8px;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.2s cubic-bezier(0.57, 0.21, 0.69, 1.25)
}

.user-radio__input input:checked + label:after {
    opacity: 1
}

.user-radio__input label a {
    color: #000000;
    transition: color 0.2s ease-in-out
}

.user-radio__input label a:hover {
    color: #333333
}

.footer {
    background-color: #111111;
}

.footer__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 30px
}
.main-body {
    flex: 1;
}

.main-body > .alert {
    max-width: 1230px;
    width: 100%;
    text-align: center;
    margin: 2em auto -1em;
    padding: 15px 30px;
    border-radius: 16px
}

.footer__socials {
    margin-right: 20px
}

.footer__payment {
    width: 160px;
    margin-bottom: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
}
.footer__payment img {
    width: 100%;
}

.footer__info {
    display: flex
}

.footer__buyer + .footer__buyer {
    margin-left: 30px
}

.footer__more {
    font-size: 14px;
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.2s ease-in-out
}

.footer__more:hover {
    color: #22d92c
}

.footer__copyright {
    font-size: 14px;
    text-align: center;
    padding: 25px 30px;
    background-color: #363636
}

.footer__small {
    color: #c3c3c3
}

.socials {
    display: flex
}

.socials__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25px
}

.socials__item + .socials__item {
    margin-left: 10px
}

.socials__item svg {
    fill: #525252;
    transition: fill 0.2s ease-in-out
}

.socials__item svg:hover {
    fill: #22d92c
}

#plugin-menu-title {
    display: none;
}

#pack-menu-title {
    display: none;
}

.header__body.active {
    box-shadow: 3px 2px 10px 0px rgb(51 51 51 / 26%);
}

@media only screen and (min-width: 768px) {
    .header.active:after {
        background-color: #ffffff
    }

    .header__body.active {
        padding: 10px 0
    }

    .language.active .language__link {
        color: #000000
    }

    .language.active .language__link.active {
        color: #00c0ff;
        pointer-events: none
    }

    .language.active .language__link:hover {
        color: #22d92c
    }

    .logo.active .logo__image--black {
        opacity: 1
    }

    .logo.active .logo__image--white {
        opacity: 0
    }

    .menu.active .menu__link {
        color: #000000
    }

    .menu.active .menu__link.active {
        color: #22d92c;
        pointer-events: none
    }

    .menu.active .menu__link:hover {
        color: #00c0ff
    }
}

@media only screen and (max-width: 1023px) {
    body {
        padding-top: 67px
    }

    .app__btns {
        display: block;
        text-align: right;
        flex-grow: 0;
        flex-basis: 280px
    }

    .app__btn {
        display: inline-block

    }

    .app__btn:first-child {
        margin-right: 0;

    }

    .app__link {
        display: none
    }

    .container {
        padding: 0 15px
    }

    .header__logo {
        height: 37px;
        flex-basis: 150px
    }

    .user-nav__link {
        font-size: 18px
    }

    .user-nav__label:before {
        top: 23px;
        width: 9px;
        height: 20px
    }

    .user-nav__plugin {
        font-size: 14px;
        padding-top: 10px;
        padding-left: 12px
    }

    .pack__image {
        flex-basis: 150px
    }

    .plugin__image {
        flex-basis: 150px
    }
}

@media only screen and (max-width: 767px) {
    .burger {
        position: relative;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 24px;
        height: 15px;
        margin-right: 20px;
        z-index: 5
    }

    .burger__inner {
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        transition: transform 0.2s ease-in-out
    }

    .burger:after,
    .burger:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff
    }

    .burger:before {
        top: 0;
        transition: top 0.2s ease-in-out, transform 0.2s ease-in-out
    }

    .burger:after {
        bottom: 0;
        transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out
    }

    .burger.active .burger__inner {
        transform: scale(0)
    }

    .burger.active:before {
        transform: rotate(45deg);
        top: 7px
    }

    .burger.active:after {
        transform: rotate(-45deg);
        bottom: 7px
    }

    .language__link {
        font-size: 16px
    }

    .menu {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-bottom: 60px
    }

    .menu__item + .menu__item {
        margin-top: 30px;
        margin-left: 0
    }

    .menu__item.has-dropdown {
        text-align: center
    }

    .menu__link {
        font-size: 20px;
        color: #000000
    }

    .menu.active .menu__link {
        color: #000000
    }

    .menu.active .menu__link.active {
        color: #22d92c;
        pointer-events: none
    }

    .menu.active .menu__link:hover {
        color: #22d92c
    }

    .submenu-wrapper {
        position: static;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding-top: 20px
    }

    .submenu {
        background-color: #ffffff;
        padding: 0;
        border-radius: 0
    }

    .submenu__item + .submenu__item {
        margin-top: 15px
    }

    .user-nav {
        text-align: center;
        margin-right: 0;
        margin-bottom: 0;
    }

    .user-nav__label:before {
        top: 5px;
        left: -25px;
        transform: rotate(90deg)
    }

    .user-nav__plugin {
        padding-top: 6px;
        padding-left: 0
    }

    .wrapper {
        display: block;
        padding: 30px 15px
    }

    .redirect-content {
        width: 100%;
    }

    .mobile_header__logo {
        display: block;
        z-index: 5;
    }
    .mobile_logo__image {
        height: 40px;
    }


    /* Burger button container */
    .mobile_burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 5;
    }

    .mobile_burger:focus {
        outline: none;
    }

    /* Burger lines */
    .mobile_burger__line {
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
    }

    /* State for when the burger button is active (X icon) */
    .mobile_burger.active .mobile_burger__line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile_burger.active .mobile_burger__line:nth-child(2) {
        opacity: 0;
    }

    .mobile_burger.active .mobile_burger__line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .user-nav-block {
        z-index: 99;
        position: fixed;
        left: 2rem;
        right: 2rem;
        top: 10vh;
        border-radius: 15px;
        max-height: 80vh;
        overflow: scroll;
    }

    .user-nav-wrapper{
        position: fixed;
        left: 0;
        right: 0;
        background: #000000;
        top: 0;
        bottom: 0;
        z-index: 4;
        opacity: .7;
        display: none;
    }

    .user-nav.show {
        display: block;
    }
    .user-nav-wrapper.show {
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

}

@media only screen and (max-width: 600px) {
    .app__wrapper {
        display: block
    }

    .app__image {
        margin-right: 0;
        margin-bottom: 20px
    }

    .app__image .title {
        font-size: 18px
    }

    .app__btns {
        margin-left: 0
    }

    .apple .label,
    .google .label {
        flex-grow: 1;
        flex-shrink: 0;
        font-size: 14px
    }

    .base-card {
        padding: 20px 15px
    }

    .footer__body {
        display: block;
    }

    .footer__socials {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer__info {
        display: block;
        text-align: center
    }

    .footer__buyer + .footer__buyer {
        margin-left: 0;
        margin-top: 20px
    }

    .footer__more {
        font-size: 12px
    }

    .footer__copyright {
        padding: 30px 15px
    }

    .footer__small {
        font-size: 12px
    }

    .imgogle {
        margin-right: 0;
        margin-bottom: 15px
    }

    .imapple,
    .imgogle {
        display: flex;
        justify-content: center
    }

    .licence td, .licence th {
        font-size: 10px;
        width: auto;
    }

    .licence .key-copy {
        position: relative;
        position: relative;
        padding: 0px;
        display: flex;
        border-left: none;
        height: 72px;
        justify-content: space-between;
        align-items: center;
        padding-left: 5px;

    }

    .data input {
        font-size: 12px;
    }

    .licence .key-copy .copy {
        position: relative;
        width: 48px;
        height: 71px;
    }

    .licence .key-copy:after {
        width: 100%;
        height: auto;
        position: static;
        padding: 20px 0;
        margin-top: 5px
    }

    .pack {
        position: relative;
        display: block;
        padding-bottom: 30px
    }

    .pack:hover .pack__link {
        padding: 7px 20px
    }

    .pack__wrapper {
        display: block
    }

    .pack--link {
        padding-bottom: 72px
    }

    .pack--link .pack__price {
        /* bottom: 60px */
    }

    .pack__image {
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .pack__body {
        display: block
    }

    .pack__header {
        display: block
    }

    .pack__heading {
        margin-right: 0;
        margin-bottom: 20px
    }

    .pack__title {
        font-size: 18px
    }

    .pack__author {
        margin-bottom: 0
    }


    .pack__price .btn {
        flex-grow: 0;
        flex-shrink: 1;
        margin-right: 10px
    }

    .pack__price .price-old {
        flex-grow: 1;
        flex-basis: auto
    }

    .pack__info {
        margin-top: 30px;
        margin-bottom: 5px
    }

    .plugin__title {
        margin-bottom: 20px
    }

    .plugin__details {
        display: block;
        margin-bottom: 30px
    }

    .plugin__image {
        margin-right: 0;
        margin-bottom: 15px
    }

    .plugin__content {
        display: block;
        margin-right: 0;
        margin-bottom: 15px
    }

    .plugin__content .title {
        font-size: 18px
    }

    .plugin__price {
        display: flex;
        align-items: center;
        text-align: right
    }

    .plugin__price .price-btn {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 180px;
        margin-bottom: 0;
        margin-right: 15px
    }

    .plugin__demo {
        margin-bottom: 30px
    }

    .plugin__demo .links {
        max-width: 100%;
        display: block
    }

    .plugin__demo .links a:first-child {
        margin-right: 0;
        margin-bottom: 15px
    }

    .plugin__video .title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .plugin__video .eula {
        margin-top: 15px
    }

    .store__title {
        margin-bottom: 20px
    }

    .store__item + .store__item {
        margin-top: 20px
    }

    .subscribe {
        padding-top: 40px
    }

    .subscribe__title {
        margin-bottom: 20px
    }

    .subscribe__table {
        margin-bottom: 15px
    }

    .subscribe__table tr:nth-child(2) .data {
        padding-top: 15px
    }

    .subscribe__table tr .data img {
        max-width: 50px
    }

    .subscribe__table tr .data:first-child {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }

    .subscribe__table tr .data:nth-child(2) {
        padding-right: 10px
    }

    .subscribe__table tr .data:nth-child(3) {
        padding-right: 10px
    }

    .subscribe__table tr .data:nth-child(4) {
        padding-right: 10px
    }

    .subscribe__table tr .data:last-child {
        padding-right: 10px
    }

    .subscribe__table .heading:first-child {
        padding-left: 10px
    }

    .success__icon {
        margin-bottom: 20px
    }

    .success__title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .success__text {
        margin-bottom: 20px
    }

    .user__body + .user__body {
        margin-top: 40px
    }

    .user__title {
        margin-bottom: 30px
    }

    .user__subscribe {
        margin-bottom: 20px
    }

    .user__btn {
        margin-bottom: 15px
    }

    .user__apis {
        display: block;
        margin-bottom: 15px
    }

    .app__options .link:first-child {
        margin-right: auto;
    }

    .app__options .link {
        max-width: 80%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.admin_support_table textarea {
    background: #fff;

}

.admin_support_table .btn {
    margin-bottom: 0px;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}

.invoices_products_table {
    width: 100%;
}

.invoices_products_table tr:nth-child(even) {
    background: #ddd;

}

.invoices_products_table td {
    padding: 5px;
}

.product__intervals {
    border-radius: 10px;
    background: #D6D6D6;
    padding: 4px;
}

.product__intervals :last-child {
    margin-right: 0 !important;
}

.product__interval {
    position: relative;

    border-radius: 8px !important;
    background: transparent;
    width: 200px;
    padding: 8px 12px;
    margin: 0 8px 0 0;

    border: 0;

    color: #000;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

}


.product__interval.active {
    background: #FFF;
    color: #000;

}

.product__interval__badge {
    border-radius: 6px;
    font-size: 12px;
    line-height: 100%;
    padding: 6px;
    font-weight: normal;
    background: #F0507E;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
}

.products__plans, .products__bundles {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
}

@media (min-width: 900px) {
    .products__plans, .products__bundles {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important;
    }

    .products__bundles {
        justify-content: center; /* Выравнивание элементов по центру */
    }

    .products__bundles--two .card {
        flex: 0 0 30.00%; /* Занимать ровно одну треть пространства контейнера */
        max-width: 30.00%; /* Максимальная ширина тоже одна треть */
    }

}

.products__plan {
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border: 0;
}

.products__plan--disabled {
    position: relative;
}

.products__plan--disabled:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(255, 255, 255, 0.8);
}


.products__plan .card-header,
.products__plan .card-body,
.products__plan .card-footer {
    background: none;
    padding: 0;
    border: 0;
}

.products__plan--active {
    border: 4px solid #1376EB;
    padding: 16px;
}

.products__plan--changing-plan {
    border: 4px solid #75aceb;
    padding: 16px;
}

.product__plan__price {
    font-size: 1.1em;
}

.product__plan__price strong {
    font-size: 1.4em;
}

.product__plan__price .price-old {
    color: #888;
    text-decoration: line-through;
    text-decoration-color: #cc0000;
    text-decoration-thickness: 2px;
}

.price-save {
    color: #cc0000;
}


.products__item .btn-success,
.product__plan__btn--0 {
    color: #10A958;
    background: #DBF2E6;
    border-color: #DBF2E6 !important;
}

.products__item .btn-success:hover,
.product__plan__btn--0:hover {
    color: #DBF2E6;
    background: #10A958

}

.products__item .btn-primary,
.gift__form .btn,
.product__plan__btn--1 {
    color: #fff;
    background: #027BFF;
    border-color: #027BFF !important;
}

.products__item .btn-primary:hover,
.gift__form .btn:hover,
.product__plan__btn--1:hover {
    background: #fff;
    color: #027BFF;
}

.products__container .btn:disabled,
.products__item .btn:disabled,
.gift__form .btn:disabled {
    background: #A8A8A8 !important;
    cursor: default !important;
    color: #fff !important;
    border-color: unset !important;
}

.badge--left_menu {
    background: #F0507E;
    color: white;
    font-size: 10px;
    border-radius: 16px;
    padding: 4px 7px;
    vertical-align: middle;
}

.btn--loading {
    cursor: wait !important;
}

.product__plan__btn--2 {
    color: #fff;
    background: #000;
    border-color: #000 !important;
}

.product__plan__btn--2:hover {
    background: #fff;
    color: #000;
}

.product__plan__badge {
    position: absolute;
    transform: rotate(-45deg);
    left: -102px;
    top: -52px;
    font-size: 12px;
    line-height: 100%;
    /* padding: 28px 46px 8px 46px; */
    font-weight: normal;
    background: #F0507E;
    color: white;
    width: 200px;
    /* height: 200px; */
    vertical-align: bottom;
    padding-top: 80px;
    height: 100px;
}

.products__items {
    border-radius: 16px;
    background: #fff;
    margin-bottom: 16px;
}

.products__list {
    border-radius: 16px;
    background: #fff;
}

.products__items--transparent {
    background: transparent;
}

.products__items h2 {
    font-size: 32px;
    line-height: 115%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.products__items h3 {
    font-size: 24px;
    line-height: 115%;
    font-weight: bold;
    margin-bottom: 1em;
}

.products__container .btn, .gift__form .btn {
    border-radius: 50px;
    padding: 13px;
    min-width: 128px;
    display: inline-block;
}

.products__container .btn-sm {
    padding: 5px;
    min-width: 80px;
}

.products__container .btn-lg {
    padding: 18px;
    font-size: 1.1em;
}

.products__container .btn-participate {
    background: #D13B8D;
    color:white;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.products__container .btn-participate:hover {
    background: #d10073;
}

.products__header {
    font-weight: bold;
    margin-top: 0.15em;
    margin-bottom: 0.4em;
}

.products__subheader {
    margin: 0.05em auto;
    font-size: 1.5em;
    font-weight: bold;
}

.products__item--white {
    background: white;
    border-radius: 16px;
    margin-bottom: 16px;
}

.products__item .alert {
    border: 0;

}

.products__item h2 {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.products__item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.products__item .alert {
    border-radius: 8px;
    padding: 12px 16px;
}


.products__item .alert p {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0em;
    text-align: left;
}

.products__item .alert br {
    line-height: 0.5em;
    content: "";
    display: block;
}


.products__item .alert h3 {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0.2em;
}

.products__item .text-danger {
    color: #E84938 !important;
}

.products__item .text-warning {
    color: #A67F11 !important;
}

.products__item .btn-secondary {
    background: rgba(217, 236, 255, 1);
    border-color: rgba(217, 236, 255, 1);
    color: rgba(19, 118, 235, 1);
}

.products__item .btn-secondary:hover {
    background: white;
    border-color: rgba(19, 118, 235, 1);
}


.products__item .alert-danger {
    color: #E84938;
    background: rgba(255, 155, 136, 0.3)
}

.products__item .alert-warning {
    color: #A67F11;
    background: rgba(199, 178, 119, 0.3);
}

.products__item .pink-text{
    color: #F0507E;
}

.products__item .btn-danger {
    background: rgba(232, 73, 56, 1);
}

.spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 14px 0 8px 0;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.tooltip-inner {
    max-width: 250px;
    width: auto;
    white-space: normal;
    text-align: left;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.btn-lg .spinner {
    margin: -8px 0 -13px;
}

.btn-primary:hover .spinner {
    border-color: rgba(0, 123, 255, 0.3);
    border-top-color: rgba(0, 123, 255);
}

.btn--green:hover .spinner {
    border-color: rgba(34, 217, 44, 0.3);
    border-top-color: #22d92c;
}

.btn--approve {
    background-color: #027BFF;
    border-radius: 30px;
    color: #ffffff;
}

.btn--deny, .btn--change {
    background-color: #E2E2E2;
    border-radius: 30px;
    color: #000 !important;
}

.overflow--hidden {
    overflow: hidden;
}

.new-tag {
    position: relative;
    display: inline-block;
    background-color: #007AFF;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    margin-left: 10px;
    vertical-align: middle; /* Aligns with the text vertically */
    transform: translateY(-1px);
}

.mobile-only {
    display: none;
}

@media (max-width: 1200px) {
    .products__container .btn-lg {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .products__container .btn-lg {
        font-size: 15px;
    }

    .mobile-only {
        display: block;
    }

    .subscription h1{
        font-size: 32px;
    }

    .subscription h4{
        font-size: 24px;
    }

    .subscription .products__subheader{
        font-size: 16px;
        font-weight: normal;
    }
}

@media (max-width: 576px) {
    .products__container .btn-lg {
        padding: 15px;
        font-size: 13px;
    }

    .subscription h1{
        font-size: 26px;
    }

    .subscription h4{
        font-size: 20px;
    }

    .subscription .products__subheader{
        font-size: 14px;
        font-weight: normal;
    }

    .subscription.container{
        padding: 0;
    }
}
