.link_class {
    color: #48556e;
    font-weight: bold;
}

.link_class:hover, .link_class:active {
    color: #ff0095;
}

.link_class {

}

.colored-span {
    color: #fff000;
}

.navbar {
    background-color: #fff;
}

.nav-item .nav-link {
    color: #48556e;
}

.nav-item:hover .nav-link {
    color: #ff0095;
}

.account-icons {
    cursor: pointer;
    text-decoration: none;
}

.user-icon {
    position: relative;
}


.hero-section {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    margin-top: 75px !important;
}

.hero-backdrop {
    width: 100% !important;
    height: 70% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.custom-slider-background {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.12);
    bottom: 130px !important;
    border-radius: 12px;
    backdrop-filter: blur(2px);
    left: 14.4vw;
    right: 14.4vw;
}


.hero-text-section {
    height: 650px;
}

.hero-text {
    top: 130px;
}

.participate-step-card {
    min-height: 300px;
}

.sponsor-image-block img {
    width: 160px;
    height: 160px;
}

.sponsor-card {
    min-height: 192px;
}


.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
    width: 312px;
    height: 340px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
    width: 300px;
    height: 248px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
    width: 300px;
    height: 362px;
}


.gift-section {
    height: 565px;
    background: url("../img/algebra.png") center no-repeat;
    background-size: cover;
}

.timeline-number {
    background: var(--secondary) !important;
}

section.timeline:before {
    background: var(--secondary);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, var(--secondary) 8%, var(--secondary) 92%, rgba(80, 80, 80, 0) 100%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.parallax {
  position: relative;
  perspective: 1px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.parallax-layer {
  position: absolute;
  inset: 0;
  height: 100%;
}

.parallax-image {
   transform: translateZ(0);
   object-fit: cover;

  img {
    @media(max-width: 768px) {
        height: calc(100% + 300px);
        object-fit: cover;
    }
  }
}




/*.custom-cut-light::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    background-color: #fafafc;*/
/*    top: -75px;*/
/*    width: 100%;*/
/*    z-index: 21;*/
/*    height: 75px;*/
/*    transform: rotate(-1deg);*/
/*}*/

/*.custom-cut-grey::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    background-color: #f3f4f6;*/
/*    top: -75px;*/
/*    width: 100%;*/
/*    z-index: 21;*/
/*    height: 75px;*/
/*    transform: rotate(-1deg);*/
/*}*/


.account-icons .user-icon:before {
    position: relative;
    font-size: 20px;
    color: #48556e;
}

.user-description {
    color: #48556e;
    font-size: 14px;
    font-weight: 600;
}

.account-icons:hover .user-icon:before,
.account-icons:hover .user-description {
    color: #ff0095;

}

.users-tickets {
    position: absolute;
    background: #ff0095;
    border-radius: 50%;
    z-index: 1;
    left: 16px;
    top: -14px;
    color: #fff;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-margin {
    margin-bottom: 100px;
}

.intro {
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.intro__title {
    font-family: Chekharda;
    font-size: 86px;
    line-height: 120%;
    color: #fff;
}


.intro__image {
    position: absolute;
    right: 150px;
    top: 165px;
    width: 292px;
}

.header-logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header-logo__img {
    height: 68px;
    max-width: 68px;
    left: 0;
    top: -33px;
    border-radius: 50%;
}

.navbar-brand {
    padding-top: 27px;
    padding-left: 4px;
}

.section-title {
    font-family: Chekharda, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}


.product-item .card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item .description {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
}

.product-item .image {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.product-item .image img {
    width: inherit;
    height: inherit;
}


.identify-step-item {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    max-width: 100%;
    color: #fff;
    padding: 48px;
    position: relative;
    text-align: center;
    height: 320px;
}

.identify-step-item-bg {
    position: absolute;
    background: url("/static/img/icons/yellow_ring.png") 50% no-repeat;
    background-size: cover;
    height: 100%;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.identify-step-item__description {
    padding: 0 40px 20px 40px;
}

.path-icon {
    position: absolute;
    bottom: -44px;
    right: 90px;
    height: 74px;
}


.identify-step-item.left-block .path-icon {
    right: unset;
    left: 150px;
    transform: rotate(90deg);
    bottom: -94px;
}

.identify-warning__decription {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #48556e;
}

.faq__item {
    border-bottom: 1px solid #d9d9d9;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    background: #fff;
    opacity: 0;
    border: 0px solid #eef0f4;
}

.tab input:checked ~ .tab__content {
    max-height: 10rem;
    border: 9px solid #eef0f4;
    opacity: 1;
}

.accordion {
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: #48556e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 5px 15px;
}

/*.tab__label::after {*/
/*    content: "\276F";*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    text-align: center;*/
/*    transform: rotate(90deg);*/
/*    transition: all 0.35s;*/
/*}*/

.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    background-color: #fff;
    margin: 0;
    padding: 5px 15px;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}


.modal-content {
    padding: 60px 40px;
    position: relative;
}

.modal .close {
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: #f6f6f6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #48556e;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.modal .close:hover {
    color: #ff0095;
    border: 1px solid #ff0095;
    background-color: #fff;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.btn-primary.disabled {
    background: #ff0095 !important;
    border-color: #ff0095 !important;
}

.btn-primary {
    width: 100%;
    background: #ff0095;
    border-color: #ff0095;
    font-weight: 600;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible {
    background: #fff !important;
    color: #ff0095 !important;
    border-color: #ff0095 !important;
    box-shadow: unset;
}


.devider {
    margin: 16px 0;
    border-bottom: 1px solid #f6f6f6;
    height: 1px;
}

.reset-password__btn {
    color: #ff0095 !important;
    text-decoration: none;
    font-size: 14px;
}

.register-account {
    color: #ff0095 !important;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-account:before, .register-account:after {
    background-color: #ff0095;
    content: "";
    height: 1px;
    position: absolute;
    top: 13px;
    width: 70px;
}

.register-account:before {
    left: 20px;
}

.register-account:after {
    right: 20px;
}

.shadowed-text {
    text-shadow: 1px 2px 1px #000;
}

.parallax-container {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.user-page .user-card .title {
    font-size: 18px;
    font-weight: 700;
}

.user-page .user-card .user-info {
    margin-top: 32px;
}

.user-page .user-card .user-info__item {
    margin-bottom: 8px;
}

.user-card .user-info .buttons-block {
    margin-top: 32px;
}

.user-card__btn {
    color: #48556e;
    text-decoration: none;
}

.user-card__btn-icon {
    margin-right: 8px;
    font-size: 24px;
}

.user-card__btn:hover, .user-card__btn:active {
    color: #ff0095;
}

.member-tickets .title {
    font-weight: 600;
    margin-bottom: 8px;
}

.counts_icon {
    width: 32px;
    height: 32px;
    padding-left: 7px;
    padding-top: 7px;
    color: #ff0095;
}

.counts_icon:before {
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 4px;
    transform: rotate(90deg);
}


#registerFormButton {
    width: 260px;
}

.coupon-input {
    text-transform: uppercase;
}

.member-tickets .member {
    font-size: 12px;
    color: #ff0095;
    border: 1px solid #ff0095;
    border-radius: 4px;
    padding: 0 4px;
}


.link-primary {
    color: #48556e !important;
    text-decoration: none !important;
}

.link-primary:hover {
    color: #ff0095 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.user-card .warning, .member-tickets .warning {
    color: #ff0095;
    display: flex;
    text-align: center;
    font-size: 18px;
}

.user-card .warning .warning__icon, .member-tickets .warning .warning__icon {
    padding-top: 2px;
}

.color-primary {
    color: #ff0095;
}

.tooltip-inner {
    background-color: #ff0095 !important;
}

.pointer {
    cursor: pointer;
}


.member-coupon-list {
    height: 300px;
    overflow-y: auto;
}

.member-coupon-list .member-coupon__item {
    padding: 4px 0;
}

.main-gift {
    /*height: 350px;*/
}

.carousel-control-prev, .carousel-control-next {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    top: 50%;
}


.carousel-item {
    height: 350px;
}

.main-gift-description__title {
    position: absolute;
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    padding: 8px 24px;
    font-weight: 800;
    border-radius: 20px;
    background: #ff0095;
    width: 386px;
    top: -28px;
    border: 1px solid #fff;
    right: 20px;
    color: #fff;
}

.properties__icon {
    color: #ff0095;
    margin-right: 8px;
    width: 20px;
}

.gift-properties__item {
    display: flex;
    padding: 8px 0;
    align-items: center;
}


.other-gifts .gift-count {
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    padding: 8px 24px;
    font-weight: 800;
    border-radius: 20px;
    background: #ff0095;
    top: -28px;
    border: 1px solid #fff;
    right: 20px;
    color: #fff;
}

.other-gifts .gift-image {
    width: 100%;
}

.gift-image {
    display: flex;
    justify-content: center;
}

.gift-image__item {
    height: 120px;
}

.other-gifts .card {
    width: 100%;
}

.other-gifts .gift-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.other-gifts .gift-description {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.winners-section .iphone-image {
    height: 100px;
}

.bmw-winner-block {
    position: relative;
    min-height: 420px;
    display: flex;
    justify-content: center;
}

.bmw-winner-block .bmw-winner-block__image {
    height: 550px;
    border-radius: 8px;
}

.bmw-winner-block .description {
    position: absolute;
    bottom: 178px;
}

.winners-item .prize-image {
    height: 138px;
}

.winners-item .card {
    min-height: 200px;
}


.timer {
    display: none;
}

.timer-info {
    display: flex;
    font-size: 14px;
}

.timer__counter {
    margin-left: 8px;
    color: #ff0095;
}

.single-post {
    background: #fff;
    padding: 36px;
}


.cookie-bar {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
    padding: 10px 40px;
    display: none;
    z-index: 100;
}

.cookie-bar p {
    padding: 0 10px;
    margin: 0;
}

.cookie-bar #cookie-understand {
    margin-top: 8px;
    font-size: 14px;
    width: 150px;
}

.admin-page .user-card .card {
    min-height: 415px;
    height: auto;
}

.winners-block hr {
    margin: 0 !important;
    border-color: #ff0095;
    opacity: 1;
}

.winner-coupon {
    margin-bottom: 4px;
}

.winners-block {
    margin-bottom: 16px;
}

.winner-fullname {
    font-weight: bold;
    text-align: end;
    margin-bottom: 4px;
}

.waiting {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: white;
}

.overflow-layer {
    position: absolute;
    left: calc(50% - 150px);
    top: 150px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
}

.waiting-logo__img {
    position: absolute;
    top: calc(50% - 300px);
    left: calc(50% - 300px);
    width: 600px;
}

.waiting-text {
    top: 500px;
    width: 100%;
    padding: 15px;
}

@media (max-width: 1650px) {
    .custom-slider-background {
        left: 10.4vw;
        right: 10.4vw;
    }

}


@media (max-width: 1480px) {
    .hero-text {
        margin-left: 120px;
    }
}

@media (max-width: 1199px) {
    .hero-text {
        margin-left: 0;
    }

    .gift-section {
        height: 810px;
    }

    .gift-images-block {
        width: 570px;
        margin: 0 auto;
    }
}


@media (max-width: 1400px) {
    .intro {
        height: 500px;
        margin-bottom: 100px !important;
    }

    .intro__image {
        right: 80px;
        top: 112px;
    }

    .carousel-item {
        height: 298px;
    }

    .path-icon {
        bottom: -44px;
        right: 10px;
        height: 62px;
    }

    .identify-step-item.left-block .path-icon {
        left: 10px;
        bottom: -26px;
    }

    .gift-image__item {
        height: 140px;
    }

    .other-gifts .gift-description {
        font-size: 24px;
    }

}

@media (max-width: 1330px) {

    .section-title {
        font-size: 36px;
    }

    .identify-step-item-bg {
        background-size: contain;
        width: 615px;
    }

    .path-icon {
        bottom: -44px;
        right: 73px;
    }
}

@media (max-width: 1200px) {

    .intro {
        height: 340px;
        margin-bottom: 130px !important;
    }

    .intro__image {
        right: 170px;
        top: 80px;
        width: 200px;
    }

    .intro__title {
        font-size: 56px;
    }

    .carousel-item {
        height: 245px;
    }

    .other-gifts .gift-description {
        font-size: 20px;
    }

    .gift-image__item {
        height: 120px;
    }

    .identify-step-item {
        display: flex;
        justify-content: center;
    }

    .identify-step-item.left-block {
        margin-left: 0 !important;
    }

    .path-icon {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hero-text-section {
        height: 600px;
    }

    .participate-step-card .card-body {
        padding: 8px !important;
    }

    .participate-step-card {
        min-height: 271px;
    }

    .participate-step-card img {
        margin: 0 auto;
    }

}

@media (max-width: 991px) {
    .participate-step-card {
        margin-bottom: 24px;
        min-height: auto;
    }

    section.timeline .timeline-number {
        position: absolute;
    }

    section.timeline:before {
        left: 28px;
    }

    .timeline-body img {
        width: 400px;
        margin: 0 auto;
    }

    .timeline-description-block {
        padding-left: 70px;
    }


    .section-margin {
        margin-bottom: 50px;
    }

    .account-btn {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .navbar-toggler {
        position: absolute;
        top: 12px;
        right: 80px;
    }

    .intro {
        height: 300px;
        margin-bottom: 0 !important;
    }

    .intro__title {
        font-size: 50px;
    }

    .intro__image {
        right: 0;
        top: 64px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 24px !important;
    }

    .participate-step .card, .product-item .card {
        height: 300px;
        margin-bottom: 18px;
    }

    .product-item .image {
        width: 210px;
    }


    .gift-items__section {
        flex-direction: column-reverse;
    }

    .other-gifts {
        margin-top: 40px;
    }

    .other-gifts .card {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .other-gifts .gift-title {
        font-size: 16px;
    }

    .other-gifts .gift-image {
        width: initial;
    }

    .gift-texts {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 50px;
    }


    .gift-description {
        font-size: 18px;
    }

    .gift-image__item {
        width: initial;
        height: 180px;
    }

    .bmw-winner-block {
        flex-direction: column;
    }

    .bmw-winner-block .bmw-winner-block__image {
        height: 100%;
        width: 100%;
        border-radius: 8px;
    }

    .bmw-winner-block .description {
        font-weight: bold;
        margin-top: 16px;
        position: unset;
        text-align: center;
        bottom: 0;
    }


    .winners-identify-section .section-title {
        margin-bottom: 0 !important;
    }

    .identify-step-item {
        padding-top: 24px;
    }

    .identify-warning__decription {
        font-size: 18px;
    }

    .faq-item__question {
        font-size: 16px;
    }

    .faq-section__body {
        padding: 5px 0;
    }

}

@media (max-width: 767px) {
    .custom-margin-top {
        margin-top: 50px;
    }

    .intro {
        margin-bottom: 280px !important;
    }

    .intro__image {
        width: 280px;
        right: 123px;
        top: 260px;
    }

    .intro__title {
        margin: 0 auto;
    }

    .main-gift .card {
        flex-direction: column !important;
    }

    .main-gift-slider {
        width: 100%;
    }

    .carousel-item {
        height: 270px;
    }

    .main-gift-description {
        margin-top: 24px;
        width: 100%;
    }

    .identify-step-item-bg {
        width: 100%;
        max-width: 552px;
    }

    .identify-step-item__description {
        padding: 0 122px 20px 122px;
        font-size: 16px;
    }

    .identify-step-item {
        height: 250px;
    }

}


.winners-section {
    background: var(--accent);
}