.mb-10{
    margin-bottom: 10px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-72 {
    margin-bottom: 72px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-22 {
    margin-right: 22px;
}
.pl-32{
    padding-left: 32px;
}
.pt-85{
    padding-top: 85px;
}
.pt-96{
    padding-top: 96px;
}
.pt-128{
    padding-top: 128px;
}
.pt-40{
    padding-top: 40px;
}
.pb-32{
    padding-bottom: 32px;
}
.pb-85{
    padding-bottom: 85px;
}
.pb-96{
    padding-bottom: 96px;
}
.pb-128{
    padding-bottom: 128px;
}
.mw-100{
    min-width: 100%;
}
.mw-259 {
    min-width: 259px;
}
.mw-205{
    min-width: 205px;
}
.w-100{
    width: 100%;
}
.w-994{
    width: 994px;
}

.maxw-679{
    max-width: 679px;
}
.blu-bg{
    background: #3F57FF;
}
.bg-white{
    background: var(--white);
    
}
.img-blu-bg{
    background: url(../img/img-blu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 452px;
}
.justify-c{
    justify-content: center;
}
.justify-sb {
    justify-content: space-between;
}
.align-items-c{
    align-items: center;
}

.border-b {
    border-bottom: 1px solid #E9E9ED;;
}
.border-r{
    border-right: 1px solid #E9E9ED;
}
.relative{
    position: relative;
}
.bg-white {
    background: var(--white);
}

.footer-content-wrapper{
    display: flex;
    flex-wrap: nowrap;
    padding: 96px 0
}

footer {
    background: #020614;
}

.footer-logo-block{
    margin-right: 56px;
}
.footer-links-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-logo{
    margin-bottom: 26px;
}

.footer-block-text{
    color: #575A67;
    opacity: 0.9;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-cards-list{
    display: flex;
    margin-bottom: 7px;
}

.footer-cards-list > li {
    margin-right: 7px;
}

.footer-text{
    color: #575A67;
    opacity: 0.9;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 56px;
}

.footer-links-items{
    min-width: 300px;
    color: #999DAB;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-links-items .title-item{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.footer-links-items > li {
    margin-bottom: 20px;
}

.footer__logo .white-element{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.footer__logo .blu-element{
    color: var(--primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.btn-services{
    background: #F2F2F2;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    text-align: center;
    color: #01030B;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 33px;
    width: 100%;
}
.btn-services:hover{
    color: #3F57FF;
    border: 2px solid #3F57FF;
    border-radius: 10px;
    background: #FFFFFF;
}
.services-btn-wrapper{
    display: flex;
    justify-content: space-between;
}

.services-title-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.services-decor-title{
    position: absolute;
    top: 9px;
    left: 0px;
}

.services-title{
    color: #020614;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    padding-left: 52px;
}

.services-title-info {
    position: relative;
}

.services-title-text{
    max-width: 574px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
}

.bg-spotify-promotion-top{
   background: url('../img/bg-spotify-promotion-top.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   min-height: calc(100vh - 139px);
}

.spotify-promotion{
    min-height: calc(100vh - 139px);
}
.bg-black{
    background: #020614;
}

.promotion-main-title{
    text-align: center;
    color: #FFFFFF;
    padding-top: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promotion-title-text{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    opacity: 0.75;
}

.promotion-decor-h1{
    margin-right: 20px;
}

.promotion-h1-wrapper{
    max-width: 650px;
    display: flex;
    align-items: center;
}
.promotion-h1{
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    color: var(--white);
}
.input-atrist-name{
    background: #FFFFFF;
    border-radius: 36px;
    height: 72px;
    min-width: 490px;
    padding: 26px 180px 26px 32px;
}

.btn-atrist-name{
   min-width: 154px;
}

.promotion-cards-list{
    display: flex;
    margin-top: -190px;
}
.promotion-card-item{
    padding: 52px;
    width: 294px;
    background: var(--white);
    display: flex;
    flex-direction: column;
}
.lable-card{
    margin-bottom: 16px;
    color: #020614;
}

.promotion-title-card{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #020614;
    margin-bottom: 13px;
}

.promotion-text-card{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575A67;
    opacity: 0.9;
    margin-bottom: 20px;
}

.price-info{
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #575A67;
    opacity: 0.9;
    margin-bottom: 2px;
    margin-top: auto;
}

.card-price{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #020614;
    margin-bottom: 20px;
}

.promotion-content-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 994px;
}

.promotion-content-title{
    color: var(--white);
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
}
.promotion-content-text{
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    opacity: 0.75;
}

.promotion-content-block{
    max-width: 679px;
    margin-right: 156px;
}

.spotify-promotion-wrapper{
    display: flex;
    justify-content: space-between;
}

.spotify-promotion-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: var(--textColor);
}

.spotify-promotion-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
}

.spotify-promotion-campaigns-title{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--textColor);
    margin-bottom: 22px;
}
.spotify-promotion-list{
    display: flex;
    flex-wrap: wrap;
}
.spotify-promotion-item{
    width: 259px;
    margin-right: 20px;
    margin-bottom: 33px;
}
.spotify-promotion-item > h4{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--textColor);
    margin-bottom: 8px;
}

.spotify-promotion-item > p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #676A76;
}
.questions-links{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #676A76;
    max-width: 358px;
}

.spotify-promotion-info-wrapper{
    width: 50%; 
}

.spotify-decor-wrapper{
    position: relative;
}

.spotify-decor-wrapper::before {
    content: '';
    position: absolute;
    width: 157px;
    height: 238px;
    border-radius: 78.5px;
    z-index: 1;
    overflow: hidden;
}
.spotify-green-decor::before{
    background-color: #1DB954;
    left: -9%;
    top: 27%;
}

.promotion-spotify-img-1{
    position: absolute;
    z-index: 3;
    left: -158px;
    bottom: 26px;
}

.promotion-spotify-img-2{
    position: relative;
    z-index: 2;
}

.questions-dropdown-wrapper{
    padding: 0 40px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}


.questions-line {
    border-top: 1px solid rgba(62, 116, 134, 0.15);
}
.questions-dropdown{
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    cursor: pointer;
}

.questions-dropdown-title{
    color: var(--textColor);
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    padding-right: 20px;
}
.questions-dropdown .questions-dropdown-img {
    height: 100%;
}

.questions-dropdown-content{
    display: none;
    padding-top: 12px;
    padding-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.9;
    color: #575A67;
}

.questions-line.active .questions-dropdown-img{
    transform: rotate(180deg);
}

.questions-dropdown.active .questions-dropdown-content{
    display: block;
}

.question-header > h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: var(--textColor);
    text-align: center;
}

.input-spotify-atrist-name{
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    width: 395px;
    padding: 14px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 12px;
}

.input-spotify-atrist-name::placeholder{
    color: rgba(255, 255, 255, 0.75);
}
.promotion-w-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    max-width: 574px;
}

.btn-primary-filter{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(65.2388px);
    border-radius: 24px;
    color: var(--white);
}

.promotion-info-wrapper{
    align-self: center;
}

.trials-text-wrapper{
    max-width: 574px;
    margin: 0 auto 66px;
}

.trials-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
}

.promotion-card-item:hover {
    background: var(--primary);
}
.promotion-card-item:hover .lable-card{
    color: var(--white);
}

.promotion-card-item:hover .promotion-title-card{
    color: var(--white);
}

.promotion-card-item:hover .promotion-text-card{
    color: var(--white);
    opacity: 0.9;
}
.promotion-card-item:hover .price-info{
    color: var(--white);
    opacity: 0.5;
}

.promotion-card-item:hover .card-price{
    color: var(--white);
}
.promotion-card-item:hover .btn-primary-card{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(65.2388px);
    border-radius: 24px;
    color: var(--white)
}
.twitch-logo-wrapper{
    padding: 43px 55px 45px 55px;
}

.started-new-wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
    padding-top: 85px; 
}

.filter-input-wrapper{
    display: flex;
}
.decoration-underline{
    text-decoration: underline;
}

.promotion-email .input-atrist-name{
    padding: 26px 180px 26px 410px;
    min-width: 905px;
}

.input-atrist{
    position: absolute;
}

.input-atrist {
    position: absolute;
    padding: 26px 25px 26px 25px;
    height: 72px;
    min-width: 400px;
    border-radius: 36px 0 0 36px;
    border-right: 1px solid #D8D8D8;
    
}

.base-form{
    position: relative;
    padding: 12px;
    max-width: 905px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 36px;
    display: flex;
}

.base-form-wrapper{
    width: 100%;
    display: flex;
}

.base-form-item {
    padding: 7px 0;
    width: 100%;
    text-align: start;
    align-self: center;
    padding-left: 15px;
}
.labels + .base-form-item {
    border-left: 1px solid #D8D8D8;
    height: auto;
    padding-right: 20px;
}

.search-window{
    position: absolute;
    min-width: 379px;
    max-height: 257px;
    background: var(--white);
    box-shadow: 0px 2px 32px rgba(2, 6, 20, 0.239997);
    border-radius: 20px;
    top: 61px;
    left: -15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 3;
}
.started-new-wrapper .filter-input-wrapper .search-window{
    left: 0;
}
.artist-item{
    display: flex;
    align-items: center;
    padding: 12px 22px;
    width: 100%;
    cursor: pointer;
}
.img-atist{
    margin-right: 12px;
}
.artist-item .name-artis{
    color: var(--textColor);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.search-window{
    display: none;
}
.input-search-form.active .search-window{
    display: block;
}
.artist-item.active{
    background: #F5F5F6;
}

.input-search-form{
    position: relative;
}
.account-details{
    display: flex;
    background: #F5F5F6;
}
.bg-oval{
    background: var(--primary);
    border-radius: 50%;
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.img-tiktok-24x24{
    width: 24px;
    height: 24px;
}
.center-btn{
    display: flex;
    justify-content: center;
}

.order-plays{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
    flex: auto;
    padding-right: 10px;
}

.order-price-plays{
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #020614;
    text-align: right;
}

.border-block{
    padding: 32px 0;
    border-top: 1px solid #E9E9ED;
    border-bottom: 1px solid #E9E9ED;
}
.input-link{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #D7D8DC;
    border-radius: 4px;
}

.order-input-link-wrpr > p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #01030B;
    margin-bottom: 8px;
}

.link-info{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    margin-bottom: 6px;
}

.order-text-info > p{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #01030B;
}

.gallery-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    /* gap: 19px 21px; */
    justify-content: center;
}
.gallery-list .checkbox-block{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-list .checkbox-block .checkbox{
    border: none;
}
.gallery-list-item{
    position: relative;
    margin: 0 10px 19px 10px;
    width: calc(25% - 20px);
}
.gallery-list-item label > div > img {
    width: 100%;
}
.input-close-btn {
    position: relative;
}

/* .gallery-list-item:nth-child(3n+2){
    margin-right: 21px;
    margin-left: 21px;
}  */
.gallery-list-item:hover .gallery-list-item-hover{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    background: #3F57FF;
    opacity: 0.75;
}
.gallery-list-item .checkbox{
    display: flex;
    position: relative;
    z-index: 2;
}
.gallery-list-item .checkbox-block{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.checked-card:checked + .gallery-list-item-hover{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    background: #3F57FF;
    opacity: 0.75;
}

.gallery-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #01030B;
}

.input-close-btn{
    align-items: center;
    display: flex;
    cursor: pointer;
}

.select-service-page .select__list{
    min-width: 379px;
    padding: 12px 0;
}

.select-service-page [data-drop-list] {
    max-height: 352px;
    /* left: -50px; */
    border-radius: 20px;
    overflow: scroll;
    overflow-x: hidden;
}

.select-service-page [data-select-btn] {
    flex: 1;
}
.select-service-page .select__list-item.current {
    background: #F5F5F6;
}
.select-service-page .select__list-item a:after{
    display: none;
}
.select-service-page .select__list-item{
    display: flex;
    justify-content: space-between;
}
.select__list-item-price{
    display: block;
    padding: 10px 16px 10px 40px;
}

.select-list-title{
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #020614;
    opacity: 0.5;
    padding-left: 20px;
    z-index: 2;
    background: var(--white);
    text-align: start;
}
.select-list-title::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    z-index: 1;
}

.select-service-page .select-item{
    display: inline-block;
    background: var(--white);
    position: relative;
    z-index: 2;
}

.service-page .btn-atrist-name {
    min-width: 154px;
}

.decor-white-circle{
    position: absolute;
    top: 283px;
    width: 124px;
    height: 124px;
    background: #FFFFFF;
    box-shadow: 0px 2px 64px rgba(2, 6, 20, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}

.decor-white-circle > p{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #020614;
    margin-bottom: 2px;
}

.decor-white-circle > span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #020614;
    opacity: 0.51;
    display: block;
}

.service-page .range-slider-wrpr{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.service-page .range-slider-top{
    padding-right: 12px;
    margin-bottom: 0;
}

.service-page .range-slider-tooltip{
    width: 100%;
}

.service-page .range-slider-round .noUi-connect{
    background: #F5F5F6;
}

.service-page .range-slider-round {
    background: rgba(255, 255, 255, 0.2);
}

.service-page .range-slider-price{
    color:var(--white)
}

.service-page .promotion-w-text {
    margin-bottom: 46px;
}
.service-page .noUi-tooltip {
    background: url(../img/tooltip-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-radius: 10px;
    color: var(--white);
    border: none;
    padding: 12px 12px 15px 12px;
}
.service-page .noUi-horizontal .noUi-tooltip{
    bottom: 140%;
}

.service-page .noUi-handle {
    border: none;
    background: url(../img/btn-tooltip-bg.svg);
    box-shadow:none
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.service-page-form.active .btn-next-930{
    display: none;
}
.service-page .select.select-sm [data-drop-btn]{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.service-page-form.active-mobail .btn-next-930{
    display: none;
}
.service-page-form.active-mobail .mobail-929{
    display: block;
}

.service-page-form .base-form-item:not(:last-child) {
    border-bottom: none;
}

.service-page-form .base-form-item {
    padding-left: 32px;
}
.order-close-btn{
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.input-close-btn .input{
    padding-right: 40px;
}
.form__wrap-input .select.select-default {
    width: 100%;
}
.select.select-default .select__btn{
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 20px;
    border: 1px solid #D7D8DC;
    border-radius: 4px;
}
.select.select-default .select__drop {
    width: 100%;
}
.service-page-form .select__current {
    flex: auto;
    text-align: start;
}

.service-page-form .select__btn {
    width: 100%;
}

.service-page-form .btn-next-930{
    max-width: 100%;
}

.service-page-form .select__drop .select__list-item a{
    text-align: start;
}

.service-page-form .select__list-item a{
    padding: 10px 16px 10px 20px;
}

.affiliate-page .bg-spotify-promotion-top{
    min-height: auto;
}

.affiliate-page .main-offer__body .buttons-group{
    display: flex;
    justify-content: center;
}
.affiliate-page .main-offer__body .buttons-group a{
    color:rgba(255, 255, 255, 0.8)
}

.affiliate-page .main-offer__title{
    margin: 30px auto;
}

.affiliate-page .promotion-main-title .title-description{
    max-width: 650px;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.comission-info{
    background-color: #F5EFB5;
    color: var(--textColor);
    padding: 2px 7px;
    border-radius: 15px;
}

.affiliate-page .how-list .counter-list{
    display: flex
}

.affiliate-page .how-list .counter-list li:not(:last-child){
    margin-right: 60px;
}

.affiliate-page .how-list .counter-list .info-list {
    display: flex;
    flex-direction: column;
}

.deliver .heading h2{
    color: var(--white);
    opacity: 0.9;
}
.deliver .heading p{
    color: var(--white);
    max-width: 685px;
    margin: 20px auto;
    opacity: 0.6;
    
}
.deliver-list {
    display: flex;
    background-color: var(--white);
    border-radius: 30px;
}

.deliver-card-wrapp{
    padding: 40px 30px;
}

.deliver-item:not(:last-child) {
    border-right: 1px solid #d1d5f8;
}
.deliver-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.9;
    color: #575A67;
    max-width: 351px;
    width: 100%;
}
.deliver-percent{
    font-weight: 600;
    font-size: 32px;
    line-height: 18px;
}

.program-details-item{
    padding: 50px 0;
}
.program-details-item:not(:last-child){
    border-bottom: 1px solid #d1d5f8;
}
.program-details h2 {
    font-family: var(--baseFont);
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;

}
.program-details-title {
    font-family: var(--baseFont);
    font-weight: 500;
    font-size: 35px;
    line-height: 38px;
}
.program-details-description{
    font-size: 18px;
    line-height: 24px;
    color: var(--textColor);
    opacity: 0.6;
}
.program-details-list{
    padding: 0 100px;
}

.affiliate-page .how-start .buttons-group{
    display: flex;
    justify-content: center;
}   

.affiliate-page .how-start .buttons-group a{
    color:rgba(255, 255, 255, 0.8)
}
.affiliate-page  .program-details .buttons-group{
    display: flex;
    justify-content: center;
}

.affiliate-page  .program-details .buttons-group a {
    color:rgba(255, 255, 255, 0.8)
}

.promotion-main-title .title-info{
    font-size: 20px;
}