.header-desktop.header-pricing {
    padding: 0 85px;
}
.header-desktop .nav-link-item {
    margin-left: 32px;
}
.header-desktop .nav-link-item:hover {
    text-decoration: underline;
}
.header-desktop .nav-link-item:last-child {
    margin-left: 55px;
    color: rgba(0,0,0,.56);
}
.pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.nav__socials {
    position: relative;
}

.nav-item:not(:last-child) {
    margin-right: 10px;
}

/* .nav__socials.active::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */

.nav__btn.nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 4px;
    margin-left: 0;
}

.nav__btn::before {
    content: attr(data-title);
    position: absolute;
    bottom: -30px;
    padding: 6px 9px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    pointer-events: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.msg_sec .roundNine-plus {
    right: -4px;
    top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
}

.nav-link--more {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 8px;
    background-color: transparent;
    border: none;
}

.nav-link--more::before {
    content: "Social Media";
    position: absolute;
    bottom: -34px;
    padding: 6px 9px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    pointer-events: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.nav__socials:not(.active) .nav-link--more:hover::before,
.nav-item:not(.show) .nav__btn:hover::before  {
    visibility: visible;
    opacity: 1;
}


/* .nav__socials.active .nav-link--more {
    padding: 0 6px;
    border-left: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
} */

.nav__icon {
    filter: invert(47%) sepia(0%) saturate(717%) hue-rotate(198deg) brightness(91%) contrast(94%);
}

ul.nav__list {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    width: 170px;
    padding: 0.7rem 1.25rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.nav__socials.active .nav__list {
    display: flex;
}

.nav__link--discord {
    background-image: url(../../icons/header/discord_icon_gray.svg);
}
.nav__link--etsy {
    background-image: url(../../icons/header/etsy_icon_gray.svg);
}
.nav__link--facebook {
    background-image: url(../../icons/header/facebook_icon_gray.svg);
}
.nav__link--twitter {
    background-image: url(../../icons/header/twitter_icon_gray.svg);
}
.nav__link--instagram {
    background-image: url(../../icons/header/instagram_icon_gray.svg);
}
.nav__link--pinterest {
    background-image: url(../../icons/header/pinterest_icon_gray.svg);
}
.nav__link--tumblr {
    background-image: url(../../icons/header/tumblr_icon_gray.svg);
}
.nav__link--mailchimp {
    background-image: url(../../icons/header/mailchimp_icon_header.svg);
}

.nav__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    /* margin-bottom: 16px; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
}

.nav__link:hover {
    opacity: .75;
}

.nav__link:active {
    opacity: .5;
}

.user a {
    margin-left: 23px;
}

.sign_btn {
    display: flex;
    margin-top: 0;
}

.nav__btn.nav__btn--redirect {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 0 4px;
}

.nav__btn--redirect:not(:last-child) {
    margin-right: 10px;
}

.pricing-table .block-heading h2 {
    color: black;
}

.pricing-table .block-heading .pricing-title {
    font-size: 64px;
    color: #000;
    font-family: "Rubik", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 72px;
    font-weight: 700;
}

.pricing-table .block-heading p {
    color: #000;
    opacity: .48;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Rubik", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.plans-container {
    padding: 0 24px 0 0;
}

.pricing-table .plans-wrapper {
    padding: 25px 25px 38px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .1), 0 9px 46px 8px rgba(0, 0, 0, .02), 0 24px 38px 3px rgba(0, 0, 0, .04);
    margin-top: 80px;
    margin-bottom: 38px;
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-table .plans-wrapper .plan-switch {
    width: 204px;
    height: 64px;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, .04);
    cursor: pointer;
    position: relative;
}

.pricing-table .plans-wrapper .plan-switch .tumbler {
    position: absolute;
    width: 94px;
    height: 48px;
    border-radius: 24px;
    top: 8px;
    bottom: 8px;
    z-index: 2;
}

.pricing-table .plans-wrapper .plan-switch .tumbler.monthly {
    left: 8px;
}

.pricing-table .plans-wrapper .plan-switch .tumbler.yearly {
    right: 8px;
}

.pricing-table .plans-wrapper .plan-switch .tumbler#selected {
    transition: all .3s linear;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    z-index: 1;
    left: 8px;
}

.pricing-table .plans-wrapper .plan-switch .tumbler span {
    font-size: 16px;
    font-family: "Rubik", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 19px;
    color: rgba(0,0,0,.32);
}

.pricing-table .plans-wrapper .plan-switch .tumbler span.active-plan {
    color: #5D5EDE;
}

.pricing-table .plans-wrapper .sale-banner {
    color: #5D5EDE;
}

.pricing-table .plans-wrapper .plan {
    justify-content: space-between;
    width: 186px;
    min-height: 270px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 28px 28px 52px 28px;
}

.pricing-table .plans-wrapper .plan .plan-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    opacity: .88;
}

.plans-wrapper.discount .plan.premium-plan .plan-title {
    margin-bottom: 8px;
}

.plan__prices {
    flex-direction: column;
    align-items: center;
}

.plan__row {
    position: relative;
    display: flex;
    justify-content: center;
}

.plans-wrapper:not(.discount) .plan__row--old-price {
    display: none;
}

.plan__row--old-price::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.pricing-table .plans-wrapper .plan .plan__currency.price-icon {
    font-size: 9px;
    line-height: 1.2;
}

.plan__cost {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.pricing-table .plans-wrapper .plan .price-icon {
    font-size: 20px;
    line-height: 24px;
    vertical-align: super;
    opacity: 0.38;
}

.pricing-table .plans-wrapper .plan .price {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    opacity: .88;
}

.pricing-table .plans-wrapper .plan .plan-btn {
    width: 130px;
    height: 38px;
    border: 1px solid #5D5EDE;
    border-radius: 8px;
    color: #5D5EDE;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.pricing-table .plans-wrapper .plan .plan-btn.unsubscribe:hover {
    background-color: #5D5EDE;
    cursor: pointer;
    color: #fff;
}

.pricing-table .plans-wrapper .plan.premium-plan {
    position: relative;
    background-color: #5D5EDE;
    margin-left: 36px;
    box-shadow: 0 11px 15px -7px rgba(93, 94, 222, .14), 0 9px 46px 8px rgba(93, 94, 222, .06), 0 24px 38px 3px rgba(93, 94, 222, .08);
}

.plan__status {
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    background: linear-gradient(180deg, #65C466 0%, #65C466 297.08%);
    backdrop-filter: blur(8px);
}

.pricing-table .plans-wrapper .plan.premium-plan .plan-title,
.pricing-table .plans-wrapper .plan.premium-plan .price {
    opacity: 1;
    color: #fff;
}

.pricing-table .plans-wrapper .plan.premium-plan .price-icon {
    color: #fff;
}

.pricing-table .plans-wrapper .plan.premium-plan .plan-btn {
    border: none;
    box-shadow: 0 2px 6px rgba(101, 196, 102, .24);
    background-color: #65C466;
    color: #fff;
}

.pricing-table .plans-wrapper .plan .plan-btn[disabled] {
    cursor: not-allowed;
}

.pricing-table .plans-wrapper .plans-table {
    margin-top: 48px;
    font-size: 18px;
    color: rgba(0, 0, 0, .56);
    border-bottom: 1px solid #dee2e6;
}

.pricing-table .plans-wrapper .plans-table .table-header {
    color: #000;
    width: 35%;
}

.pricing-table .plans-wrapper .plans-table .table-item {
    color: #000;
    width: 19%;
}

/* Band slider*/
.brands__inner {
    max-width: 768px;
}

.band-carousel{
    position: relative;
    margin-bottom: 30px;
}

.band-wrap__link {
    position: relative;
    transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
}

.band-wrap__link:hover {
    color: #5d5ede;
}

.band-wrap__link::after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 6px 9px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.band-wrap__link:hover::after {
    opacity: 1;
    visibility: visible;
}

.band-wrap__link figure {
    margin-bottom: 0.5rem;
}

.band-carousel .band-wrap img {
    width: 116px;
    height: 116px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    background: url(https://musicscore.ms/uploads/musicscore/avatars/takeonedoor.jpg) center no-repeat;
    border: 1px solid rgba(0, 0, 0, .08);
    margin: 0 auto;
}
.band-carousel .owl-nav{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.band-carousel .item{
    display: inline-grid;
    color: #1F1F1F;
}
.band-carousel .band-wrap {
    padding: 28px 0;
}
.band-carousel .owl-prev {
    right: 101%;
}
.band-carousel .owl-next {
    left: 101%;
}

.band-carousel .owl-nav,
.band-carousel .owl-prev,
.band-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* End Band slider*/

@media (max-width: 1199px) {
    .pricing-table .plans-wrapper .plans-table .table-header {
        width: 25%;
    }

    .pricing-table .plans-wrapper .plans-table .table-item {
        color: #000;
        width: 23%;
    }
}

.pricing-table .plans-wrapper .plans-table td span {
    display: inline-block;
}

.pricing-table .plans-wrapper .plans-table td .price-stat {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
}

.pricing-table .guarantee-block {
    padding: 48px;
    width: 100%;
    border-radius: 8px;
    background-color: #5D5EDE;
    margin-top: 44px;
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto;

}

.wrap-tooltip {
    position: relative;
} 

.wrap-tooltip::before {
    content: "Free accounts are ad supported";
    position: absolute;
    bottom: -36px;
    padding: 6px 9px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
} 

.wrap-tooltip--without::before {
    content: "Premium accounts are ad free";
}

.wrap-tooltip:hover::before  {
    visibility: visible;
    opacity: 1;
}

.pricing-table .guarantee-block .guarantee-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-bottom: 16px;
}

.pricing-table .guarantee-block .guarantee-desc {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, .56);
}

.pricing-table .reviews {
    margin-top: 82px;
}

.pricing-table .reviews .logos {
    margin-bottom: 26px;
}

.pricing-table .reviews .logos .logo-border {
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 2px 1px -1px rgba(0, 0, 0, .02), 0 1px 1px rgba(0, 0, 0, .04);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pricing-table .reviews .logos .logo-border.active {
    background-color: #FFB000;
    box-shadow: 0 1px 3px rgba(255, 176, 0, .18), 0 2px 1px -1px rgba(255, 176, 0, .1), 0 1px 1px rgba(255, 176, 0, .12);
}

.pricing-table .reviews .logos .logo-border + .logo-border {
    margin-left: 32px;
}

.pricing-table .reviews .review {
    max-width: 580px;
    margin-bottom: 80px;
}

.pricing-table .reviews .review p {
    font-size: 26px;
    line-height: 34px;
    color: rgba(0, 0, 0, .88);
}

.pricing-table .reviews .review .reviewer-name {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .88);
}

.pricing-table .reviews .review .reviewer-position {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .48);
}

.pricing-table .reviews hr {
    width: 100%;
}

.pricing-table .questions {
    margin-top: 80px;
}

.pricing-table .questions .questions-title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.88);
}

.pricing-table .questions a {
    font-size: 18px;
    line-height: 21px;
    color: #5D5EDE;
}

.pricing-table .questions a:hover {
    text-decoration: underline;
}

.pricing-table .questions .row .col-md-6 {
    padding: 0 15px;
}

.pricing-table .brands {
    width: 100%;
    position: relative;
    /* margin-top: 100px; */
    /* height: 286px; */
}

.pricing-table .brands .brands-absolute {
    /* background-color: #5D5EDE; */
    padding: 70px 0 120px;
    /* height: 100%; */
}

.pricing-table .brands .brands-absolute .brands-title {
    font-size: 32px;
    line-height: 1.06;
    font-weight: 400;
    /* color: #fff; */
    /* margin-bottom: 45px; */
}

/* .brands__nav--left {
    background-image: url(../../icons/prices/arrow_left.svg);
}

.brands__nav--right {
    background-image: url(../../icons/prices/arrow_right.svg);
}

.brands__nav {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

.pricing-table .brands .brands-absolute .brands-logos {
    margin-top: 56px;
}

.pricing-table .brands .brands-absolute .brands-logos img + img {
    margin-left: 100px;
}

.pricing-table .pricing-footer {
    width: 100%;
    position: relative;
}

.pricing-table .pricing-footer .pricing-footer-absolute {
    background-color: rgba(0, 0, 0, .06);
    padding: 48px 0 88px 0;
}

.pricing-footer__copyright {
    margin-bottom: 48px;
}

.pricing-footer__form {
    display: flex;
    margin-bottom: 16px;
}

#pricing-footer__form .pricing-footer__email {
    max-width: 248px;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: #E2E2E2;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.pricing-footer__email:focus:invalid::placeholder {
    color: #ff8080;
}

.pricing-footer__email:focus:valid {
    color: #5D5EDE;
}

#pricing-footer__form .pricing-footer__submit {
    max-width: 108px;
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.18;
    color: #fff;
    background-color: #5D5EDE;
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    -o-border-radius: 0px 8px 8px 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.pricing-footer__email:hover,
.pricing-footer__submit:hover {
    opacity: .75;
}

#pricing-footer__form .pricing-footer__submit:active {
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
}

.pricing-footer__list {
    display: flex;
}

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

.pricing-footer__item:hover {
    opacity: .5;
}

.pricing-footer__item:active {
    opacity: .25;
}

.pricing-footer__item--google {
    background-image: url(../../icons/footer/google.svg);  
}

.pricing-footer__item--discord {
    background-image: url(../../icons/footer/discord_icon.svg);
}

.pricing-footer__item--etsy {
    background-image: url(../../icons/footer/etsy_icon.svg);
}

.pricing-footer__item--facebook {
    background-image: url(../../icons/footer/facebook_icon.svg);
}

.pricing-footer__item--twitter {
    background-image: url(../../icons/footer/twitter_icon.svg);
}

.pricing-footer__item--instagram {
    background-image: url(../../icons/footer/instagram_icon.svg);
}

.pricing-footer__item--pinterest {
    background-image: url(../../icons/footer/pinterest_icon.svg);
}

.pricing-footer__item--tumblr {
    background-image: url(../../icons/footer/tumblr_icon.svg);
}

.pricing-footer__item--mailchimp {
    background-image: url(../../icons/footer/mailchimp_icon.svg);
}

.pricing-footer__item--linkedin {
    background-image: url(../../icons/footer/linkedin.svg);
}

.pricing-footer__item {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-table .pricing-footer .pricing-footer-absolute .footer-links .links-title {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .88);
    font-weight: 600;
}

.pricing-table .pricing-footer .pricing-footer-absolute .footer-links ul {
    margin-top: 23px;
}

.pricing-table .pricing-footer .pricing-footer-absolute .footer-links ul li + li {
    margin-top: 20px;
}

.pricing-table .pricing-footer .pricing-footer-absolute .footer-links a {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, .56);
}

.pricing-table .pricing-footer .pricing-footer-absolute .footer-links a:hover {
    text-decoration: underline;
}

#plansModal .modal-content {
    border-radius: 16px;
}

#plansModal .modal-dialog {
    max-width: 904px;
    width: 100%;
}

@media screen and (max-width: 669px) {
    #plansModal .modal-dialog {
        max-width: 100%;
        margin: 10px auto;
    }

    #plansModal .modal-dialog .modal-body {
        padding: 50px 10px!important;
    }

}

#plansModal .modal-dialog .modal-body {
    padding: 48px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#plansModal .modal-content .plans-modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 12px;
}

#plansModal .modal-content .plans-modal-desc {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, .56);
    margin-bottom: 49px;
}

#plansModal .modal-content .price-stat {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#plansModal .plans-modal-table thead th {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, .88);
    border-top: none;
    border-bottom: 1px solid #dee2e6
}

#plansModal .plans-modal-table tbody th {
    text-align: left;
    font-size: 16px;
    font-weight: 400!important;
    color: rgba(0, 0, 0, .88);
    padding: 22px .75rem;
    line-height: 32px;
    width: 220px;
}

#plansModal .plans-modal-table {
    margin-bottom: 0;
}

#plansModal .plans-modal-table tbody td {
    text-align: center;
    padding: 22px .5rem;
}

#plansModal .plans-modal-table tbody tr.pricing-buttons td,
#plansModal .plans-modal-table tbody tr.pricing-buttons th {
    padding-top: 40px;
    padding-bottom: 0;
}

#plansModal .modal-dialog .modal-body .btn-plans-modal {
    max-width: 190px;
    width: auto;
    border-radius: 8px;
    background-color: #5D5EDE;
    color: #fff;
    padding: 7px 24px;
    margin-bottom: 0;
    flex: none;
    margin-left: 0;
    font-size: 14px;
}

#plansModal .modal-dialog .modal-body .btn-plans-modal + .btn-plans-modal {
    margin-left: 24px;
}

#plansModal .btn-close{
    width: 24px;
    height: 24px;
    background: url('/../../../img/icons/24px/ic_close_black.svg');
    position: absolute;
    right: 35px;
    top: 25px;
    z-index: 9;
    cursor: pointer;
}
#plansModal .btn-close:hover{
    background: url('/../../../img/icons/24px/ic_close_gray.svg');
}

#plansModal .pricing-buttons-mobile {
    display: none;
}

#plansModal .pricing-buttons-mobile a, #plansModal .pricing-buttons-mobile button {
    font-size: 14px!important;
}

#plansModal .close-modal {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 100;
}

@media (max-width: 790px) {
    #plansModal .plans-modal-table tbody th {
        width: 162px;
    }
}

@media (max-width: 720px) {
    #plansModal .plans-modal-table tbody tr.pricing-buttons {
        display: none;
        margin-top: 0;
    }
    #plansModal .pricing-buttons-mobile {
        display: flex;
    }
    #plansModal .plans-modal-table {
        margin-bottom: 40px;
        border-bottom: 1px solid #dee2e6;
    }
}

@media (max-width: 510px) {
    #plansModal .pricing-buttons-mobile {
        flex-direction: column;
    }
    #plansModal .modal-dialog .modal-body .btn-plans-modal + .btn-plans-modal {
        margin-left: 0;
        margin-top: 15px;
    }
    #plansModal .modal-dialog .modal-body .btn-plans-modal {
        width: 200px;
    }
}

@media screen and (max-width: 992px) and (min-width: 762px) {
    .plan-switch-wrapper {
        margin-right: 18px!important;
    }
    .plans-wrapper>.d-flex {
        justify-content: flex-start!important;
    }
    .pricing-table .plans-wrapper .plan.premium-plan {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .pricing-table .brands .brands-absolute .brands-logos img + img {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .pricing-table .questions a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-table .block-heading .pricing-title {
        font-size: 30px;
        line-height: 43px;
    }

    .plans-container {
        padding: 0;
    }

    .plan-switch-wrapper {
        margin-right: 0!important;
    }

    .pricing-table .plans-wrapper .plan{
        margin-top: 20px;
    }

    .pricing-table .plans-wrapper .plan.premium-plan {
        margin-left: 0!important;
    }

    .pricing-table .plans-col {
        width: 33.3%;
        text-align: center;
        font-size: 16px;
    }

    .pricing-table .plans-col .price-stat {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin: auto;
    }

    .pricing-table .guarantee-block {
        padding: 19px;
    }

    .pricing-table .guarantee-block img {
        margin-right: 0!important;
    }

    .pricing-table .head  .plans-col span {
        font-weight: 700;
    }

    .pricing-table .brands .brands-absolute .brands-title {
        font-size: 32px;
    }

    .pricing-table .brands img {
        margin: auto;
    }

    .pricing-table .brands .brands-absolute {
        padding: 36px 0;
    }

    .pricing-table .brands .brands-absolute .brands-logos {
        margin-top: 32px;
    }

    .pricing-table .brands .brands-absolute .brands-logos img + img {
        margin-left: auto;
        margin-top: 10px;
    }

    .pricing-table .questions {
        margin-top: 48px;
    }

    .pricing-table .questions .questions-title {
        font-size: 40px;
        line-height: 50px;
    }

    .pricing-table .pricing-footer .pricing-footer-absolute {
        padding: 48px 0;
    }

    #plansModal .btn-close {
        top: 15px;
        right: 15px;
    }

    .band-carousel {
        max-width: 400px;
        margin: 0 auto 80px;
    }
    .accept-block__inner {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .pricing-footer__inner {
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    .pricing-table .plans-wrapper {
        padding: 25px 15px 38px;
    }
    .pricing-table .plans-col {
        font-size: 14px;
    }
    .pricing-table .plans-col .price-stat {
        width: 28px;
        height: 28px;
    }
    .price-stat img {
        max-width: 100%;
    }
    .band-carousel {
        max-width: 360px;
    }
}

@media (max-width: 425px) {
    .pricing-table .plans-wrapper {
        margin: 80px -15px 38px;
    }

    .accept-block {
        flex-direction: column;
    }
    .accept-block__text {
        margin-bottom: 16px;
    }
}

@media (max-width: 375px) {
    .pricing-table .plans-wrapper {
        padding: 25px 8px 38px;
    }
    .pricing-table .plans-col {
        font-size: 13px;
    }
    .pricing-footer__item:not(:last-child) {
        margin-right: 8px;
    }
}
