/*      Nulling      */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/* ------------------- */

@font-face {
    font-family: "hind";
    src: url("../font/Poppins-Bold.woff2") format("woff2"), url("../font/Poppins-Bold.woff") format("woff"), url("../font/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "hind";
    src: url("../font/Poppins-Light.woff2") format("woff2"), url("../font/Poppins-Light.woff") format("woff"), url("../font/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "hind";
    src: url("../font/Poppins-Medium.woff2") format("woff2"), url("../font/Poppins-Medium.woff") format("woff"), url("../font/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "hind";
    src: url("../font/Poppins-Regular.woff2") format("woff2"), url("../font/Poppins-Regular.woff") format("woff"), url("../font/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "hind";
    src: url("../font/Poppins-SemiBold.woff2") format("woff2"), url("../font/Poppins-SemiBold.woff") format("woff"), url("../font/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #000000;
    overflow-x: hidden;
    font-family: "hind";
}

.wrapper {
    color: #C2C0C0;
    font-weight: 400;
}

.wrapper * {
    font-family: inherit;
}

.main {
    overflow: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 40px;
}

a {
    color: inherit;
}

h1 {
    font-size: 81px;
    color: #FFFFFF;
}

.but-one {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 70px;
    background-color: #88FF45;
    color: #000000;
    font-size: 13px;
    border-radius: 30px;
    line-height: 21px;
    position: relative;
    font-weight: 600;
}

.but-one::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 16px 70px;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    background-color: transparent;
}

.but-one:hover::before {
    background-color: rgba(0, 0, 0, 0.2745098039);
}

.bgimg {
    position: relative;
}

.bgimg__wrapper {
    position: absolute;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
}

.bgimg__text {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
}

.music-card {
    width: 116px;
    height: 145px;
    z-index: 1;
    background-color: #191a1c;
    background-size: cover;
    background-repeat: no-repeat;
    border: rgba(239, 233, 255, 0.3411764706) solid 1px;
    border-radius: 11px;
    padding: 5px;
    position: absolute;
}

.music-card__img {
    height: 108px;
    background-image: url("../img/66ad8f04ccdca76c33c062a9ebe3fff6934cf22a.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.music-card__title {
    font-size: 7px;
    font-weight: 700;
    color: #FFFFFF;
}

.music-card__text {
    font-size: 6px;
    font-weight: 300;
    margin-top: 5px;
}

.header {
    position: sticky;
    top: 0;
    background-color: #000000;
    z-index: 10;
    font-weight: 600;
}

.header .container {
    position: relative;
    padding: 26px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav {
    -webkit-box-flex: 200px;
    -ms-flex: 200px 0 1;
    flex: 200px 0 1;
}

.main-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
}

.hero {
    margin: 93px 0 0 -10px;
    position: relative;
    z-index: 3;
}

.hero__but {
    margin-top: 53.5px;
}

.hero__title {
    max-width: 470px;
    font-weight: 600;
}

.hero__subtitle {
    font-size: 18.4px;
    margin-top: 28px;
    line-height: 23px;
    max-width: 370px;
}

.hero.bgimg .bgimg__text {
    max-width: 270px;
    left: 430px;
    top: 272px;
}

.hero.bgimg .bgimg__wrapper {
    width: 826px;
    height: 549px;
    right: -49px;
    top: -45px;
    background-image: url("../img/88027917ff3767b002c5b2ffd84231e7d831e177.png");
}

.hero.bgimg .bgimg__wrapper .bgimg__music-card-wrapper {
    left: 100px;
    top: 303px;
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el {
    width: 41px;
    height: 41px;
    position: absolute;
    background-color: #201642;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: #9f9aad 1.5px solid;
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(1) {
    left: 38px;
    top: 332px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(1)::before {
    background-image: url("../img/arrow1.svg");
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(2) {
    left: 138px;
    top: 246px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(2)::before {
    background-image: url("../img/pluse.svg");
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(3) {
    left: 230px;
    top: 400px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(3)::before {
    background-image: url("../img/arrows.svg");
}

.advantages {
    margin-top: 292px;
    margin-left: 20px;
}

.advantages__title {
    font-size: 28px;
    line-height: 39px;
    font-weight: 600;
    max-width: 360px;
    color: #FFFFFF;
}

.advantages ul {
    margin-top: 60px;
    font-size: 15.6px;
    max-width: 420px;
}

.advantages li {
    margin-top: 22px;
    padding-left: 40px;
    position: relative;
    line-height: 27px;
}

.advantages li::before {
    content: "";
    width: 18.75px;
    height: 18.75px;
    position: absolute;
    background-image: url("../img/check.svg");
    background-size: cover;
    left: 0px;
    top: 0px;
}

.advantages.bgimg .bgimg__wrapper {
    width: 640px;
    height: 740px;
    right: 0px;
    top: -134px;
    background-image: url("../img/80ea29713f72d5a66d69489628e48ffcd55b5bc511.png");
}

.advantages.bgimg .bgimg__person {
    position: absolute;
    width: 193px;
    height: 193px;
    border: #954FF9 solid 1px;
    border-radius: 29px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages.bgimg .bgimg__person-1 {
    background-image: url("../img/6f76d80cdaecb2c893e27400c84b686ca22ef8c2.png");
    left: 53px;
    top: 45px;
}

.advantages.bgimg .bgimg__person-2 {
    background-image: url("../img/06848e1691e91f56147c5235f430af98a983a529.png");
    left: 362px;
    top: 310px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.advantages.bgimg .bgimg__design-el {
    width: 78px;
    height: 78px;
    position: absolute;
    background-color: #201642;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: #9f9aad 1.5px solid;
}

.advantages.bgimg .bgimg__design-el::before {
    content: "";
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.advantages.bgimg .bgimg__design-el:nth-of-type(1) {
    left: 212px;
    top: 138px;
    z-index: 1;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.advantages.bgimg .bgimg__design-el:nth-of-type(1)::before {
    background-image: url("../img/graphic1.svg");
}

.advantages.bgimg .bgimg__design-el:nth-of-type(2) {
    left: 297px;
    top: 427px;
    z-index: 1;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.advantages.bgimg .bgimg__design-el:nth-of-type(2)::before {
    background-image: url("../img/Gift.svg");
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.advantages.bgimg .bgimg__text {
    padding: 18px 14px;
    border: #954FF9 solid 1px;
    border-radius: 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4431372549);
    font-size: 16px;
    z-index: 2;
}

.advantages.bgimg .bgimg__text-1 {
    left: 265px;
    top: 103px;
}

.advantages.bgimg .bgimg__text-2 {
    left: 101px;
    top: 396px;
    max-width: 195px;
    line-height: 135%;
}

.advantages.bgimg .bgimg__text-b {
    position: absolute;
    color: #88FF45;
    font-size: 64px;
    font-weight: 600;
}

.advantages.bgimg .bgimg__text-b-1 {
    top: -70px;
    left: -10px;
}

.advantages.bgimg .bgimg__text-b-2 {
    top: -40px;
    right: -60px;
}

.spotify-disadvantages {
    margin: 307px auto 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.spotify-disadvantages__title {
    font-size: 37px;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
}

.spotify-disadvantages h3 {
    font-size: 17px;
    color: #FFFFFF;
}

.spotify-disadvantages ul {
    margin-top: 90px;
}

.spotify-disadvantages li {
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    padding-left: 47px;
    font-size: 15px;
    line-height: 27px;
}

.spotify-disadvantages p {
    font-weight: 300;
}

.call-to-action {
    margin-top: 214px;
    text-align: center;
}

.call-to-action__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 59px;
    max-width: 879px;
    margin: 0 auto;
    color: #FFFFFF;
}

.call-to-action__subtitle {
    font-size: 19px;
    font-weight: 300;
    margin-top: 25px;
}

.call-to-action .but-one {
    display: inline-block;
    margin-top: 70px;
    font-size: 15.4px;
    padding: 19px 60px;
    position: relative;
}

.call-to-action .but-one::after {
    content: "";
    width: 36px;
    height: 60px;
    position: absolute;
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-position: center center;
    left: -63px;
    bottom: 18px;
    pointer-events: none;
}

.how-it-works {
    margin-top: 275px;
    text-align: center;
    padding: 0 20px;
}

.how-it-works__title {
    font-size: 37.2px;
    color: #FFFFFF;
}

.how-it-works ul {
    color: #000000;
    display: grid;
    grid-template: 1fr/repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 124px;
}

.how-it-works li {
    background-color: #C7A6FF;
    padding: 73px 32px 40px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    z-index: 1;
    position: relative;
}

.how-it-works li::before,
.how-it-works li::after {
    content: "";
    color: #FFFFFF;
    width: 72px;
    height: 72px;
    position: absolute;
    background-color: #000000;
    border-radius: 50px;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

.how-it-works li::after {
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    background-color: transparent;
}

.how-it-works li:nth-child(1)::after {
    content: "1";
}

.how-it-works li:nth-child(2)::after {
    content: "2";
}

.how-it-works li:nth-child(3)::after {
    content: "3";
}

.how-it-works h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}

.how-it-works p:first-of-type {
    font-weight: 300;
    font-size: 12.5px;
    margin-top: 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 23px;
}

.how-it-works img {
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-bots {
    padding: 0 20px;
    margin-top: 350px;
    position: relative;
}

.no-bots__but {
    margin-top: 100px;
    padding: 18px 60px;
}

.no-bots__title {
    font-size: 38px;
    font-weight: 600;
    line-height: 51px;
    max-width: 540px;
    color: #FFFFFF;
}

.no-bots__subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    max-width: 560px;
}

.no-bots__list {
    display: grid;
    grid-template: 1fr/repeat(auto-fit, minmax(200px, 235px));
    gap: 45px;
    margin: 59px 0px 0px 0px;
}

.no-bots__item {
    padding: 0 0 0 35px;
    position: relative;
}

.no-bots__item h3 {
    color: #FFFFFF;
}

.no-bots__item p {
    margin-top: 14px;
    line-height: 27px;
}

.no-bots__item::before {
    content: "";
    width: 18.75px;
    height: 18.75px;
    position: absolute;
    background-image: url("../img/check.svg");
    background-size: cover;
    left: 0px;
    top: 0px;
}

.no-bots h3 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
}

.no-bots.bgimg .bgimg__wrapper {
    position: absolute;
    width: 560px;
    height: 840px;
    right: 20px;
    top: -150px;
    background-image: url("../img/ea5921cf08118cf3b311a86a1156dfc09024d28b.jpg");
}

.what-is-be-featured-on-spotify {
    margin-top: 390px;
    margin-left: 20px;
    background-color: #FFFFFF;
    color: #000000;
    display: inline-block;
    padding: 60px;
    border-radius: 16px;
    position: relative;
}

.what-is-be-featured-on-spotify__but {
    font-size: 14px;
    font-weight: 600;
    margin-top: 60px;
    background-color: #351F70;
    color: #FFFFFF;
    padding: 18px 60px;
}

.what-is-be-featured-on-spotify__title {
    font-size: 38.2px;
    max-width: 412px;
    font-weight: 600;
    line-height: 51px;
    position: relative;
}

.what-is-be-featured-on-spotify__title + * {
    margin-top: 47px;
}

.what-is-be-featured-on-spotify__title::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #623EBC;
    left: 0px;
    bottom: -16px;
}

.what-is-be-featured-on-spotify p,
.what-is-be-featured-on-spotify li {
    font-size: 17px;
    line-height: 31px;
    font-weight: 300;
    max-width: 329px;
}

.what-is-be-featured-on-spotify li {
    list-style-type: disc;
}

.what-is-be-featured-on-spotify ul {
    padding-left: 20px;
}

.what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
    content: "";
    width: 660px;
    height: 500px;
    position: absolute;
    background-image: url("../img/2a6315e42377ec39af2fbb3d5fab8fc6125c44e0.jpg");
    background-position: center center;
    background-size: cover;
    z-index: 1;
    left: 475px;
    top: -46px;
    border-radius: 20px;
}

.comparison {
    margin: 270px 20px 0 20px;
}

.comparison__title {
    font-size: 37.2px;
    font-weight: 400;
    line-height: 53px;
    max-width: 900px;
    color: #FFFFFF;
}

.comparison__list {
    margin-top: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    overflow: hidden;
}

.comparison__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.comparison__item > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 20px 24px;
}

.comparison__item:first-of-type {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.08);
}

.comparison__item:not(:first-child) {
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison__item:not(:first-child) p:first-child {
    font-weight: 600;
    margin-bottom: 4px;
}

.comparison__item:not(:first-child) p:last-child {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}

.comparison__other {
    font-weight: 400;
    color: #C2C0C0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison__use-my-track {
    font-weight: 600;
    color: #FFFFFF;
    background-color: rgba(136, 255, 69, 0.06);
}

.choose-plan {
    margin-top: 225px;
    padding: 0 20px;
    text-align: center;
}

.choose-plan__title {
    font-size: 37px;
    line-height: 51px;
    font-weight: 600;
    max-width: 500px;
    margin: 0 auto;
    color: #FFFFFF;
}

.choose-plan__subtitle {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    margin-top: 40px;
    color: #C2C0C0;
}

.choose-plan__list {
    margin-top: 60px;
    display: grid;
    grid-template: 1fr/repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
}

.choose-plan__item {
    padding: 40px 50px;
    border: #888c8f 1px solid;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.choose-plan__item :nth-last-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.choose-plan h3 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #FFFFFF;
}

.choose-plan__info {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 12px;
    color: #C2C0C0;
}

.choose-plan__info:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.choose-plan__info-have {
    margin-top: 0px;
    line-height: 21px;
    font-size: 12px;
    color: #C2C0C0;
}

.choose-plan__price {
    margin-top: 30px;
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
}

.choose-plan__price + p {
    margin-top: 35px;
}

.choose-plan__but {
    margin: 45px auto 0 auto;
    padding: 12px 30px;
}

.choose-plan__bonus {
    color: #88FF45;
    margin-top: 25px;
}

.choose-plan p {
    line-height: 24px;
}

.clients-review {
    margin: 269px 20px 0 20px;
    text-align: center;
}

.clients-review__title {
    font-size: 37px;
    font-weight: 600;
    line-height: 51px;
    color: #FFFFFF;
}

.clients-review__list {
    margin-top: 90px;
    display: grid;
    grid-template: 1fr/repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.clients-review__item {
    max-width: 400px;
    width: 100%;
    margin: 26px auto;
}

.clients-review__item h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 18px;
    color: #FFFFFF;
}

.clients-review__item p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 3px;
}

.clients-review__item p:not(:first-of-type) {
    margin-top: 12px;
}

.clients-review img {
    border-radius: 50%;
}

.results {
    margin: 281px 20px 0 20px;
    text-align: center;
    color: #FFFFFF;
}

.results__title {
    font-size: 37px;
    line-height: 65px;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto;
}

.results__subtitle {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

.results__list {
    text-align: start;
    display: grid;
    grid-template: 1fr/repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.results__item {
    padding-left: 80px;
    position: relative;
    z-index: 1;
    margin-top: 120px;
}

.results__item::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 8px;
}

.results__item p {
    font-size: 17.5px;
    font-weight: 400;
    line-height: 31px;
}

.results__item::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.results__item:nth-of-type(1)::before {
    background-image: url("../img/180ea29713f72d5a66d69489628e48ffcd55b5bc511.png");
}

.results__item:nth-of-type(2)::before {
    background-image: url("../img/00002.png");
}

.results__item:nth-of-type(3)::before {
    background-image: url("../img/3333.png");
}

.results__item:nth-of-type(4)::before {
    background-image: url("../img/4444.png");
}

.results__item:nth-of-type(5)::before {
    background-image: url("../img/5555.png");
}

.results__item:nth-of-type(6)::before {
    background-image: url("../img/6666.png");
}

.results p.results__first-line {
    font-size: 23.4px;
    line-height: 40px;
    font-weight: 700;
}

.boost {
    margin: 50px 0 0px 0;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    background-image: url("../img/bgfooter.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.boost__title {
    font-size: 25px;
    line-height: 43px;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 600px;
    margin: 0 auto;
}

.boost__subtitle {
    margin: 10px auto 0 auto;
    max-width: 520px;
    font-size: 19.4px;
    font-weight: 400;
    line-height: 34px;
}

.boost__but {
    margin: 85px auto 0 auto;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 17.5px 134.5px;
}

.footer {
    background-color: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 40px;
}

.footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer__copyright {
    font-size: 13px;
    line-height: 20px;
    color: #888;
}

.footer__phone {
    font-size: 14px;
    color: #C2C0C0;
    white-space: nowrap;
}

.footer__phone:hover {
    color: #FFFFFF;
}

@supports (-webkit-appearance:none) {
    .music-card__img {
        background-image: url("../img/66ad8f04ccdca76c33c062a9ebe3fff6934cf22a.webp");
    }

    .hero.bgimg .bgimg__wrapper {
        background-image: url("../img/88027917ff3767b002c5b2ffd84231e7d831e177.webp");
    }

    .hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(1)::before {
        background-image: url("../img/arrow1.svg");
    }

    .hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(2)::before {
        background-image: url("../img/pluse.svg");
    }

    .hero.bgimg .bgimg__wrapper .bgimg__design-el:nth-of-type(3)::before {
        background-image: url("../img/arrows.svg");
    }

    .advantages li::before {
        background-image: url("../img/check.svg");
    }

    .advantages.bgimg .bgimg__wrapper {
        background-image: url("../img/80ea29713f72d5a66d69489628e48ffcd55b5bc511.webp");
    }

    .advantages.bgimg .bgimg__person-1 {
        background-image: url("../img/6f76d80cdaecb2c893e27400c84b686ca22ef8c2.webp");
    }

    .advantages.bgimg .bgimg__person-2 {
        background-image: url("../img/06848e1691e91f56147c5235f430af98a983a529.webp");
    }

    .advantages.bgimg .bgimg__design-el:nth-of-type(1)::before {
        background-image: url("../img/graphic1.svg");
    }

    .advantages.bgimg .bgimg__design-el:nth-of-type(2)::before {
        background-image: url("../img/Gift.svg");
    }

    .call-to-action .but-one::after {
        background-image: url("../img/arrow.svg");
    }

    .no-bots__item::before {
        background-image: url("../img/check.svg");
    }

    .no-bots.bgimg .bgimg__wrapper {
        background-image: url("../img/ea5921cf08118cf3b311a86a1156dfc09024d28b.webp");
    }

    .what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
        background-image: url("../img/2a6315e42377ec39af2fbb3d5fab8fc6125c44e0.webp");
    }

    .results__item:nth-of-type(1)::before {
        background-image: url("../img/180ea29713f72d5a66d69489628e48ffcd55b5bc511.webp");
    }

    .results__item:nth-of-type(2)::before {
        background-image: url("../img/00002.webp");
    }

    .results__item:nth-of-type(3)::before {
        background-image: url("../img/3333.webp");
    }

    .results__item:nth-of-type(4)::before {
        background-image: url("../img/4444.webp");
    }

    .results__item:nth-of-type(5)::before {
        background-image: url("../img/5555.webp");
    }

    .results__item:nth-of-type(6)::before {
        background-image: url("../img/6666.webp");
    }

    .boost {
        background-image: url("../img/bgfooter.webp");
    }
}

/* ===== 1292px breakpoint ===== */
@media (max-width: 1292px) {
    .container {
        padding: 40px 30px;
    }

    .hero.bgimg .bgimg__wrapper {
        right: auto;
        left: 320px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -100px;
    }

    .advantages__title {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .advantages ul {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .advantages.bgimg .bgimg__wrapper {
        left: 0px;
        right: auto;
        bottom: -750px;
        top: auto;
    }

    .spotify-disadvantages {
        margin-top: 700px;
    }

    .no-bots__title {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        font-size: 27px;
    }

    .no-bots__subtitle {
        max-width: 600px;
    }

    .no-bots__list {
        grid-template: 1fr/repeat(auto-fit, minmax(200px, 1fr));
    }

    .no-bots.bgimg .bgimg__wrapper {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -800px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .what-is-be-featured-on-spotify {
        margin: 1000px auto 0 auto;
        display: block;
        width: 600px;
    }

    .what-is-be-featured-on-spotify__title {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .what-is-be-featured-on-spotify p,
    .what-is-be-featured-on-spotify li {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
        height: 454px;
        width: 600px;
        left: 0;
        top: auto;
        bottom: -500px;
    }

    .comparison {
        margin-top: 600px;
    }

    .choose-plan__list {
        gap: 20px;
        grid-template: 1fr/repeat(auto-fit, minmax(300px, 1fr));
    }

    .choose-plan__item {
        margin-top: 30px;
    }

    .clients-review__list {
        display: block;
    }
}

/* ===== 992px breakpoint ===== */
@media (max-width: 992.98px) {
    .container {
        padding: 30px 20px;
    }

    .hero {
        margin: 50px 0 0 0;
    }

    .hero.bgimg .bgimg__wrapper {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        left: 20px;
        bottom: -300px;
        top: auto;
    }

    .advantages {
        margin-top: 200px;
        margin-left: 0;
    }

    .advantages.bgimg .bgimg__wrapper {
        -webkit-transform: scale(0.6) translate(-30%, -30%);
        -ms-transform: scale(0.6) translate(-30%, -30%);
        transform: scale(0.6) translate(-30%, -30%);
    }

    .spotify-disadvantages {
        margin-top: 550px;
        width: auto;
    }

    .spotify-disadvantages__title {
        font-size: 28px;
    }

    .spotify-disadvantages li {
        padding-left: 20px;
    }

    .call-to-action {
        margin-top: 150px;
    }

    .call-to-action__title {
        font-size: 32px;
        line-height: 45px;
    }

    .call-to-action .but-one {
        margin-top: 90px;
    }

    .call-to-action .but-one::after {
        background-image: url("../img/arrow2.svg");
        width: 15px;
        height: 35px;
        left: 50%;
        bottom: auto;
        top: -50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .how-it-works {
        margin-top: 180px;
    }

    .how-it-works ul {
        display: block;
        padding: 0 30px;
    }

    .how-it-works li {
        margin-top: 85px;
    }

    .no-bots {
        margin-top: 200px;
    }

    .what-is-be-featured-on-spotify {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 600px;
    }

    .what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
        width: 100%;
        height: 265px;
        bottom: -300px;
    }

    .comparison {
        margin-top: 350px;
    }

    .comparison__item:not(:first-child) {
        font-size: 13px;
    }

    .choose-plan {
        margin-top: 150px;
    }

    .choose-plan__list {
        display: block;
    }

    .clients-review {
        margin: 150px 20px 0 20px;
    }

    .clients-review__item {
        max-width: 400px;
        width: 100%;
    }

    .results {
        margin: 150px 20px 0 20px;
    }

    .results__list {
        display: block;
    }

    .results__item {
        margin-top: 60px;
    }
}

/* ===== 768px breakpoint — reflow bg images ===== */
@media (max-width: 767.98px) {
    .header .container {
        display: block;
    }

    .header .container > * {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
    }

    .main-logo-wrapper {
        margin: 0 auto;
    }

    .main-nav {
        margin: 24px auto 0 auto;
    }

    .main-nav-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 30px;
    }

    h1 {
        font-size: 52px;
    }

    .hero {
        margin: 30px 0 0 0;
        text-align: center;
    }

    .hero__title {
        max-width: 100%;
    }

    .hero__subtitle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero__but {
        margin: 40px auto 0 auto;
    }

    /* Scale hero bg image — preserve full composition */
    .hero.bgimg .bgimg__wrapper {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.85);
        -ms-transform: translateX(-50%) scale(0.85);
        transform: translateX(-50%) scale(0.85);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        margin-top: 20px;
        margin-bottom: -82px;
    }

    /* Scale advantages bg image — preserve full composition */
    .advantages {
        margin-top: 80px;
        margin-left: 0;
    }

    .advantages.bgimg .bgimg__wrapper {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.85);
        -ms-transform: translateX(-50%) scale(0.85);
        transform: translateX(-50%) scale(0.85);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        margin-top: 30px;
        margin-bottom: -111px;
    }

    .spotify-disadvantages {
        margin-top: 80px;
    }

    .spotify-disadvantages__title {
        font-size: 24px;
    }

    .call-to-action {
        margin-top: 100px;
    }

    .call-to-action__title {
        font-size: 26px;
        line-height: 38px;
    }

    .how-it-works {
        margin-top: 120px;
    }

    /* Reflow no-bots bg image */
    .no-bots {
        margin-top: 120px;
    }

    .no-bots__title {
        font-size: 24px;
        line-height: 36px;
    }

    .no-bots__subtitle {
        font-size: 16px;
        line-height: 28px;
    }

    .no-bots.bgimg .bgimg__wrapper {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.65);
        -ms-transform: translateX(-50%) scale(0.65);
        transform: translateX(-50%) scale(0.65);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        margin-top: 30px;
        margin-bottom: -294px;
    }

    .no-bots__but {
        margin-top: 40px;
    }

    /* Reflow what-is-be-featured bg image */
    .what-is-be-featured-on-spotify {
        margin: 80px 0 0 0;
        display: block;
        width: auto;
        padding: 40px 20px;
    }

    .what-is-be-featured-on-spotify__title {
        font-size: 26px;
        line-height: 38px;
    }

    .what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
        position: relative;
        width: 100%;
        height: 250px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 30px;
        background-size: cover;
        border-radius: 12px;
        z-index: 1;
    }

    /* Center all buttons on mobile */
    .but-one {
        margin-left: auto;
        margin-right: auto;
    }

    .no-bots__but {
        margin-left: auto;
        margin-right: auto;
    }

    .what-is-be-featured-on-spotify__but {
        margin-left: auto;
        margin-right: auto;
    }

    /* Comparison: stack vertically */
    .comparison {
        margin: 100px 10px 0 10px;
    }

    .comparison__title {
        font-size: 24px;
        line-height: 36px;
    }

    .comparison__item:not(:first-of-type) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comparison__item:not(:first-of-type) > * {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .comparison__item:first-of-type {
        text-align: center;
    }

    .comparison__item:not(:first-of-type) .comparison__other {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .comparison__item:not(:first-of-type) .comparison__use-my-track {
        border-left: 3px solid #88FF45;
    }

    .choose-plan {
        margin-top: 100px;
        padding: 0 10px;
    }

    .choose-plan__title {
        font-size: 28px;
        line-height: 40px;
    }

    .clients-review {
        margin: 100px 10px 0 10px;
    }

    .clients-review__title {
        font-size: 28px;
        line-height: 40px;
    }

    .results {
        margin: 100px 10px 0 10px;
    }

    .results__title {
        font-size: 28px;
        line-height: 40px;
    }

    .results__subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .results__item {
        margin-top: 40px;
    }

    .boost {
        margin-top: 60px;
    }

    .boost__title {
        font-size: 22px;
        line-height: 34px;
    }

    .boost__but {
        margin-top: 30px;
        padding: 14px 60px;
    }

    .footer {
        padding: 24px 20px;
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

/* ===== 480px breakpoint ===== */
@media (max-width: 479.98px) {
    h1 {
        font-size: 36px;
    }

    .container {
        padding: 20px 15px;
    }

    .header .container {
        padding: 15px;
    }

    .hero__subtitle {
        font-size: 15px;
    }

    .hero.bgimg .bgimg__wrapper {
        -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
        margin-bottom: -274px;
    }

    .advantages__title {
        font-size: 20px;
        line-height: 30px;
    }

    .advantages ul {
        font-size: 14px;
    }

    .advantages.bgimg .bgimg__wrapper {
        -webkit-transform: translateX(-50%) scale(0.5);
        -ms-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
        margin-bottom: -370px;
    }

    .spotify-disadvantages {
        margin-top: 60px;
    }

    .spotify-disadvantages__title {
        font-size: 20px;
    }

    .spotify-disadvantages ul {
        margin-top: 40px;
    }

    .spotify-disadvantages li {
        margin-top: 35px;
        padding-left: 0;
        gap: 20px;
    }

    .spotify-disadvantages li img {
        width: 45px;
        height: 45px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .call-to-action {
        margin-top: 80px;
    }

    .call-to-action__title {
        font-size: 22px;
        line-height: 32px;
    }

    .call-to-action .but-one {
        margin-top: 90px;
        padding: 16px 40px;
    }

    .how-it-works {
        margin-top: 80px;
        padding: 0 10px;
    }

    .how-it-works__title {
        font-size: 24px;
    }

    .how-it-works ul {
        margin-top: 60px;
        padding: 0;
    }

    .how-it-works li {
        margin-top: 60px;
        padding: 50px 20px 30px 20px;
    }

    .no-bots {
        margin-top: 80px;
        padding: 0 10px;
    }

    .no-bots__title {
        font-size: 22px;
        line-height: 32px;
    }

    .no-bots.bgimg .bgimg__wrapper {
        -webkit-transform: translateX(-50%) scale(0.42);
        -ms-transform: translateX(-50%) scale(0.42);
        transform: translateX(-50%) scale(0.42);
        margin-bottom: -487px;
    }

    .no-bots__but {
        margin-top: 30px;
        padding: 14px 40px;
    }

    .what-is-be-featured-on-spotify {
        margin-top: 60px;
        padding: 20px 15px;
    }

    .what-is-be-featured-on-spotify__title {
        font-size: 22px;
        line-height: 32px;
    }

    .what-is-be-featured-on-spotify.bgimg .bgimg__wrapper {
        height: 180px;
    }

    .what-is-be-featured-on-spotify p,
    .what-is-be-featured-on-spotify li {
        font-size: 15px;
        max-width: 100%;
    }

    .comparison {
        margin: 60px 5px 0 5px;
    }

    .comparison__title {
        font-size: 20px;
        line-height: 30px;
    }

    .comparison__list {
        margin-top: 40px;
    }

    .comparison__item {
        margin-top: 25px;
    }

    .comparison__item:first-of-type {
        padding-left: 0;
    }

    .comparison__item:first-of-type + * {
        margin-top: 34px;
    }

    .choose-plan {
        margin-top: 80px;
        padding: 0;
    }

    .choose-plan__title {
        font-size: 24px;
        line-height: 34px;
    }

    .choose-plan__list {
        margin-top: 30px;
    }

    .choose-plan__item {
        margin-top: 12px;
        padding: 20px;
    }

    .clients-review {
        margin: 80px 0 0 0;
    }

    .clients-review__title {
        font-size: 24px;
        line-height: 34px;
    }

    .clients-review__list {
        margin-top: 40px;
    }

    .results {
        margin: 80px 0;
    }

    .results__title {
        font-size: 24px;
        line-height: 34px;
    }

    .results__item {
        margin-top: 30px;
        padding-left: 70px;
    }

    .boost {
        margin-top: 0;
    }

    .boost__title {
        font-size: 20px;
        line-height: 30px;
    }

    .boost__but {
        padding: 12px 50px;
        margin-top: 20px;
    }
}
