.d-none {
    display: none !important
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }



}

.img-wrap {
    margin: 0 !important;
    display: flex;
    justify-content: flex-end
}

.img-wrap picture {
    max-height: 640px;
    max-width: 739px;
    margin: auto 0;
}

.apple-icon {
    margin-right: 11px !important
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__desktop {
    background-color: #f4f4f4
}

.terms {
    padding: 30px 0px
}

.terms a {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 700 !important
}

.privacy {
    padding: 30px 0px
}

.privacy a {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 700 !important
}

.copyright {
    color: #979797 !important;
    font-size: 14px !important;
    font-weight: 700 !important
}

.terms,
.privacy {
    text-decoration: underline
}

.download__buttons-wrap {
    display: flex !important;
    max-width: 445px !important;
    margin: 0 auto !important
}

.gloomy__redesign-phone {
    max-height: 325px
}

.btn {
    width: unset !important;
}

@media (max-width: 576px) {
    .footer__container {
        flex-direction: column;
    }
}

.main-we-want {
    margin-bottom: 166px !important;
}

.we-want__description {
    font-size: 18px;
    font-weight: 800;
    color: #443FBB;
}
.new-want{
    font-size: 14px;
    color: #443FBB;
}
.we-want__description-last {
    font-size: 14px;
    font-weight: 800;
    color: #282D79;
}

.we-want-b {
    margin-bottom: 20px !important;
    font-size: 20px;
    font-weight: 800;
    max-width: 250px;
}

.we-want__description span {
    font-size: 20px;
    font-variant: lining-nums;
}
.we-want__description{
    font-variant: lining-nums;
}
.we-want__description-last span {
    color: #443FBB;
    font-size: 20px;
    font-variant: lining-nums;
}

.we-want__item-new p {
    max-width: 250px;
}

.we-want__container-new {
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
}

.we-want__container-new:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 294px;
    height: 294px;
    background: rgba(225, 198, 192, 0.1);
    border-radius: 50%;
    left: unset;
    bottom: -25%;
    right: -10%;
}
.main-banner__title::before{
    content: attr(data-label);
    color: #ffffff00;
    -webkit-text-stroke: 1px #0f1351;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    font-size: 106px;
    line-height: 70px;
    font-weight: 800;
    z-index: -1;
    bottom: 72%;
    left: 15%;
}
.card__title:before {
    content: attr(data-label);
    color: #ffffff00;
    -webkit-text-stroke: 1px #443FBB;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    z-index: -1;
    bottom: 85%;
    left: 16%;
}
.card__title-white:before {
    content: attr(data-label);
    color: #ffffff00;
    -webkit-text-stroke: 1px #E1C6C0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    z-index: -1;
    bottom: 85%;
    left: 16%;
}
.card__title-white{
    color: #443FBB !important;
}
.card__list{
    display: flex;
    margin-bottom: 15px;
}
.card__list-text{
    line-height: 21px;
    margin-left: 16px;
    max-width: 290px;
    font-size: 14px;
}
.card__list-img{
    width: 38px;
    height: 38px;
}
.card__list img{
    width: 38px !important;
    height: 38px !important;
}
.card{
    position: relative;
    z-index: 0;
}
.card__addon{
    width: 250px;
    height: 138px;
    background-image: url(../img/card-first.png);
    background-size: cover;
    background-position-y: 54%;
    position: absolute;
    color: #282D79;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -2.5%;
    left: 30%;
    transform: rotate(-6deg);
}
.card__addon span{
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    max-width: 205px;
}
.card__title:nth-child(2){
    color: #443FBB !important; 
}
.card__desc-last{
    margin-bottom: 20px;
}
.card__addon-white{
    width: 162px;
    height: 83px;
    background-image: url(../img/white-addon.png);
    background-size: cover;
    background-position-y: 54%;
    position: absolute;
    color: #282D79;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 80%;
    /* left: 30%; */
    transform: rotate(9deg);
    right: -3%;
}
.card__addon-white span{
    color: white;
    height: 30px;
}
.card svg{
    min-height: 30px;
    min-width: 30px;
}
.card img{
    width: 30px;
    height: 30px;
}
.readmore{
    cursor: pointer;
}
.pop-up-advertiser{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0%, -150%);
    transition: .3s;
}
.pop-up-advertiser__block{
    background-color: #282D79;
    padding: 40px 40px 94px 80px;
    max-width: 800px;
    /* min-height: 444px; */
    border-radius: 50px;
    margin: 0px 15px;
}
.pop-up-advertiser__title{
    display: flex;
}
.pop-up-advertiser__title span{
    color: #E1C6C0;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}
.pop-up-advertiser__close-button{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 17px;
    z-index: -1;
}
.close-advertise{
    cursor: pointer;
    max-width: 24px;
    max-height: 24px;
    z-index: 99;
}
.new-shadow-title::after {
    content: attr(data-label);
    color: #ffffff00;
    -webkit-text-stroke: 1px #E1C6C0;
    opacity: 0.5;
    /* position: absolute; */
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    z-index: 99;
    margin-left: -170px;
    margin-top: -31px;
    height: 0;
  }
.pop-up__advertise-active{
    transform: translate(0%) !important;
    transition: .3s;
}
.pop-up__text{
    color: white;
    max-width: 640px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.pop-up-performer{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0%, -150%);
    transition: .3s;
}
.pop-up-performer__block{
    background-color: #282D79;
    padding: 40px 40px 94px 80px;
    max-width: 800px;
    /* min-height: 444px; */
    border-radius: 50px;
    margin: 0px 15px;
}
.pop-up-performer__title{
    display: flex;
}
.pop-up-performer__title span{
    color: #E1C6C0;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}
.pop-up-performer__close-button{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 17px;
    z-index: -1;
}
.close-performer{
    cursor: pointer;
    max-width: 24px;
    max-height: 24px;
    z-index: 99;
}
.pop-up__performer-active{
    transform: translate(0%) !important;
    transition: .3s;
}
.download-app-btn__apple{
    padding: 0px;
    height: 22.64px !important;
    width: 18.42px !important;
}
#changeText{
    height: 75.13px;
}
@media(min-width: 1440px){
    .card__title{
        margin-top: 50px !important;
    }
}
@media (max-width: 992px){
    .card__addon-white{
        bottom: 95%;
        right: 0%;
    }
    .card__title:before{
        font-size: 45px;
    }
}
@media (max-width: 768px){
    .download__buttons-wrap{
        flex-direction: column;
    }
    .btn--blue{
        margin: 0 auto;
        max-width: 210px;
        margin-bottom: 10px;
    }
    .main-banner__title{
        font-size: calc(32px + 38 * ((100vw - 320px) / 1120)) !important;
    }
    .main-banner__title::before{
        font-size: calc(32px + 38 * ((100vw - 320px) / 1120)) !important;
        bottom: 75%;
        left: 3%;
    }
    .main-banner__image{
        zoom: 0.9;
    }
}
@media (max-width: 475px){
    .pop-up-advertiser__block{
        padding: 32px 16px 47px 22px;
    }
}
@media (max-width: 425px){
    .card__addon-white{
        bottom: 88%;
    }
    .card__addon{
        zoom: 0.9;
        transform: rotate(0deg);
        bottom: -11%;
        left: 20%;
    }
    .main-banner__phone{
        bottom: -106px !important;
    }
    #changeText{
        height: 125px;
    }
    .main-banner__title::before {
        bottom: 85%;
    }
    .main-banner__title::before {
        bottom: 85%;
    }
    .main-banner__buttons .btn{
        min-width: 191.22px;
    }
}
@media (max-width: 375px){
    .main-banner__title::before{
        bottom: 85%;
    }
}
