body {
    background: #fff;
}

:root {
    --darkred: #810333;
    --pink: #e0115f;

    --blue: #28f;
    --green: #00b127;
    --yellow: #ffbb12;
}
.darkred {
    color: var(--darkred);
}
.pink {
    color: var(--pink);
}

.card {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
    background: transparent;
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 transparent;
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
.card .top {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}
.card .top img {
    border-radius: 0;
}
.advantages-list .badge {
    border-radius: 1000px;
    margin-right: 5px !important;
    display: inline-block;
    --bs-badge-font-size: 0.5em;
    transform: translateY(-3px);
}
.advantages-list .badge-1 {
    background: var(--pink);
}
.advantages-list .badge-2 {
    background: var(--blue);
}
.advantages-list .badge-3 {
    background: var(--green);
}
.advantages-list .badge-4 {
    background: var(--yellow);
}
.card a.btn {
    margin: 0 1rem 1rem 1rem;
    border-radius: 4px;
    font-weight: bold;
    background: var(--pink);
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    border: 0;
}
.card a.btn:hover {
    background: var(--darkred);
}
.card .badge {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .badge-photos {
    font-weight: 500;
    height: 40px;
    background: radial-gradient(108.52% 2804.37% at 0% 100%,rgba(0,0,0,.6),rgba(0,0,0,0));
    background-color: transparent !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    justify-content: flex-start;
}
.card .badge-like {
    padding: 9px 8px 8px 8px;
    font-weight: 500;
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 1000px;
    background-color: rgba(20,20,20,.4) !important;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100%;
    justify-content: flex-start;
}
.card .badge-photos svg {
    margin-right: 4px;
}
.card .card-name {
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px 1rem 10px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.profile-container {
    background: #f5f5f5;
    padding-top: 1.5rem;
    min-height: 856.69px;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(209,209,209,.5);
    border-bottom: 1px solid rgba(209,209,209,.5);
}
#profileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.row>* {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.card .card-img-top {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.online-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bs-success); 
    margin-left: 6px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

.badge-real-only {
    color: var(--pink);
    border: 1px solid var(--pink);
    border-radius: 1000px;
}


.btn-all {
    position: sticky;
    bottom: 20px;
    /* top: calc(100% - 78px) !important; */
    margin-left: 0;
    margin-right: 0;
    z-index: 10;
}
.btn-all .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    border-radius: 1000px;
    font-weight: bold;
    background: var(--pink);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border: 0;
}
.btn-all .btn:hover {
    background: var(--darkred);
}

.main-title {
    font-size: 2.75rem;
}
.second-title {
    font-size: 2rem;
    text-transform: uppercase;
}



@media screen  and (max-width: 991px){

.lead {
    font-size: calc(1rem - 2px);
}
    
#profileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem;
}
.profile-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 794px;
}
.card {
    border-radius: 0.5rem;
    box-shadow: 0 -1px 4px rgba(225,230,239,.5);
    border: 1px solid #ebebeb !important;
}
.card a.btn {
    min-height: 30px;
    font-size: 0.875rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
}

.card .top {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* .card .badge {
    font-size: 0.7rem;
    height: 21px;
} */
 .card .badge-photos {
    height: 28px;
    padding: 0 0.25rem;
    font-size: 14px;
    font-weight: 400;
}

.card .card-name {
    font-size: 0.875rem;
    padding: 8px 0.5rem 8px;
}

.online-indicator {
  width: 7px;
  height: 7px;
  margin-right: 4px;
}

.btn-all .btn {
    max-width: 300px;
    min-height: 58px;
    font-size: 1.25rem;
}

.advantages-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.35rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.advantages-list ul li {
    text-align: left;
    margin-right: 0 !important;
}

.main-title {
    font-size: 2.2rem;
}
.second-title {
    font-size: 1.75rem;
}

}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1020px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
}

footer {
    background: rgb(245, 245, 245);
    border-top: 1px solid rgba(209, 209, 209, .5);
}
.footer-link a {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.what-you-get h2 {
    margin-bottom: 2rem;
}
.what-you-get .blocks{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.what-you-get .block {
    border-radius: 1rem;
    padding: 24px 8px 28px;
    line-height: 1;
    text-align: center;
}
.what-you-get .block p {
    margin-bottom: 0;
}
.what-you-get .block .content {
    padding: 1rem 1rem 0 1rem;
}
.what-you-get .block img {
    aspect-ratio: 1/1;
    width: 164px;
    object-fit: contain;
}
.what-you-get .blocks .block:nth-child(1) {
    border: 1px solid #9be0f9;
    background: rgba(155,224,249,.1);
}
.what-you-get .blocks .block:nth-child(1) h5 {
    color: #28f
}
.what-you-get .blocks .block:nth-child(1) img {
    border-bottom: 2px solid #9be0f9;
}
.what-you-get .blocks .block:nth-child(2) {
    border: 1px solid #a0f498;
    background-color: rgba(160, 244, 152, .1);
}
.what-you-get .blocks .block:nth-child(2) h5 {
    color: #00b127
}
.what-you-get .blocks .block:nth-child(2) img {
    border-bottom: 2px solid #a0f498;
}
.what-you-get .blocks .block:nth-child(3) {
    border: 1px solid #ffd05c;
    background-color: rgba(255, 255, 208, .1);
}
.what-you-get .blocks .block:nth-child(3) h5 {
    color: #ffbb12
}
.what-you-get .blocks .block:nth-child(3) img {
    border-bottom: 2px solid #ffd05c;
}
@media screen and (max-width: 991px) {
    .what-you-get h2 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .what-you-get .blocks {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .what-you-get .block {
        padding: 16px 8px 20px;
    }
}

.container-figure {
    padding: 0 0 3rem;
    position: relative;
}
.container-figure:after {
    content: "";
    background: url("../img/bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.about {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 1rem;
}
.about .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about img {
    width: 100%;
    max-width: 320px;
}
.about h2 {
    margin-bottom: 2rem;
}
.about .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .container-figure:after {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .about {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .about h2 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .about .content {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}