@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
    height: 100%;
}
 
body {
    background:#333333;
    color: #ffffff;
    height: 100%;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 20px;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

.dq8h2bcw-push {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(90deg, #FAB601 0%, #EE7001 100%);
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.dq8h2bcw-push span {
    position: relative;
}
.dq8h2bcw-push--secondary {
    background: linear-gradient(131.84deg, #FF6002 7.55%, #FF8E02 90.04%);
    color: #333333;
}
.dq8h2bcw-push--secondary::before {
    content: '';
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    color: #333333;
}
.dq8h2bcw-push--wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    position: relative;
    z-index: 2;
}
.dq8h2bcw-push--wrap p {
    text-align: center;
    color: #333333;
}
.dq8h2bcw-push--wrap-double {
    grid-template-columns: 1fr 1fr;
}
.dq8h2bcw-notices .dq8h2bcw-push--wrap {
    margin-top: 42px;
}
.dq8h2bcw-push.push-red {
    background: linear-gradient(91.68deg, #E86D5A 2.04%, #D3442E 98.13%);
}
.dq8h2bcw-push.push-blue {
    background: linear-gradient(91.37deg, #1DB0A2 0.32%, #079A8C 101.71%);
}
.dq8h2bcw-push--opacity {
    background: #D9D9D9;
    color: #333333;
    pointer-events: none;
}

/* header */
.dq8h2bcw-header {
    padding: 8px 15px;
    position: relative;
    z-index: 9;
    background: #333333;
    border-bottom: 1px solid #4F4F4F;
}
.dq8h2bcw-trademark {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dq8h2bcw-account--page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 5px;
}
.dq8h2bcw-arrow--back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    padding: 5px;
}

/* content */
.dq8h2bcw-region {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #333333;
}
.dq8h2bcw-region__secondary::before {
    content: '';
    background-image: url(../images/bg-dq8h2bcw.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    opacity: .3;
}
.dq8h2bcw-region__info.dq8h2bcw-region__secondary::before {
    content: none;
}
.dq8h2bcw-region__secondary::after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.dq8h2bcw-region__profile::before {
    content: none;
}
.dq8h2bcw-region__phrases::before {
    content: none;
}
.dq8h2bcw-region__account {
    background: #ffffff;
    background-attachment: fixed;
}
.dq8h2bcw-region__sticker {
    background: #ffffff;
    background-attachment: fixed;
}
.dq8h2bcw-region__info {
    height: auto;
    background: #ffffff;
    min-height: 100%;
}
.dq8h2bcw-content {
    margin: 0 auto;
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dq8h2bcw-processs--container {
    padding: 30px 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}
.dq8h2bcw-region__secondary .dq8h2bcw-processs--container {
    padding: 30px 38px 20px;
}
.dq8h2bcw-region__phrases .dq8h2bcw-processs--container {
    padding: 30px 18px 20px;
}
.dq8h2bcw-process {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.dq8h2bcw-animate {
    animation: slide-in-left 0.6s linear both;
}
@keyframes slide-in-left {
    0% {
      transform: translateX(-70px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}


.dq8h2bcw-process__union {
    margin: -30px -18px 0;
}
.dq8h2bcw-process__image {
    margin-bottom: 44px;
}
.dq8h2bcw-process__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dq8h2bcw-region__main .dq8h2bcw-process {
    justify-content: space-between;
}
.dq8h2bcw-region__center .dq8h2bcw-process {
    justify-content: center;
}
.dq8h2bcw-titel {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin-bottom: 32px;
}
.dq8h2bcw-region__secondary .dq8h2bcw-titel {
    color: #ffffff;
    margin-bottom: 24px;
}
.dq8h2bcw-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    color: #333333;
}
.dq8h2bcw-process__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}
.dq8h2bcw-process__link {
    display: flex;
    align-items: center;
    background: #4F4F4F;
    border-radius: 10px;
    height: 82px;
    font-weight: 700;
}
.dq8h2bcw-process__paragraf {
    display: block;
    width: 100%;
    padding: 10px 16px;
}
.dq8h2bcw-process__paragraf .yellow {
    color: #EE7103;
    display: inline-flex;
    align-items: flex-start;
    margin-right: 4px;
}
.dq8h2bcw-process__paragraf .yellow::before {
    content: '';
    background-image: url(../images/icons/location-dq8h2bcw.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
}
.dq8h2bcw-process__paragraf .white {
    color: #ffffff;
    font-weight: 400;
}
.dq8h2bcw-process__paragraf p {
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.dq8h2bcw-process__img {
    max-width: 82px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/main/main-bg-dq8h2bcw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.dq8h2bcw-process__list-members .dq8h2bcw-process__item:nth-child(1) .dq8h2bcw-process__img {
    background-image: url(../images/members/members-1-dq8h2bcw.png);
}
.dq8h2bcw-process__list-members .dq8h2bcw-process__item:nth-child(2) .dq8h2bcw-process__img {
    background-image: url(../images/members/members-2-dq8h2bcw.png);
}
.dq8h2bcw-process__list-members .dq8h2bcw-process__item:nth-child(3) .dq8h2bcw-process__img {
    background-image: url(../images/members/members-3-dq8h2bcw.png);
}



/* Form */
.dq8h2bcw-notices {
    position: relative;
}
.dq8h2bcw-notices--item {
    position: relative;
    margin-bottom: 20px;
}
.dq8h2bcw-notices--account .dq8h2bcw-notices--item::after {
    content: '';
    background-image: url(../images/icons/confirm-dq8h2bcw.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 36px;
    right: 0;
    width: 14px;
    height: 14px;
}
.dq8h2bcw-notices--account .dq8h2bcw-notices--item-password {
    pointer-events: none;
}
.dq8h2bcw-notices--account .dq8h2bcw-notices--item-password::after {
    content: none;
}
.dq8h2bcw-notices--query {
    font-family: "Ubuntu", sans-serif;
    color: #333333;
    height: 48px;
    padding: 5px 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #A8A8A8;
    border-radius: 0;
    vertical-align: middle;
}
.dq8h2bcw-notices--query.error {
    border-color: #EB5757;
}
.dq8h2bcw-notices--query::placeholder {
    color: #333333;
}
.dq8h2bcw-notices--label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin: 0;
    color: #A8A8A8;
}
label.error {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #FF6D71;
    white-space: nowrap;
}
#radio-error.error {
    position: absolute;
    bottom: -15px;
    left: 30px;
    font-size: 12px;
    line-height: 14px;
}
textarea.dq8h2bcw-notices--query {
    height: 120px;
}

/* Radio */
.dq8h2bcw-radio {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.dq8h2bcw-radio + .dq8h2bcw-radio {
    margin-top: 16px;
}
.dq8h2bcw-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.dq8h2bcw-radio .dq8h2bcw-checkmark {
    position: relative;
    display: inline-block;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 12px;
    background: linear-gradient(90deg, #FAB601 0%, #EE7001 100%);
}
.dq8h2bcw-radio .dq8h2bcw-checkmark::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: 50%;
}
.dq8h2bcw-radio .dq8h2bcw-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.dq8h2bcw-radio .dq8h2bcw-checkmark:after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FAB601 0%, #EE7001 100%);
}
.dq8h2bcw-radio input:checked ~ .dq8h2bcw-checkmark:after {
    display: block;
}
.dq8h2bcw-radio--label {
    font-size: 16px;
    line-height: 18px;
}
.dq8h2bcw-notices__list {
    height: calc(100vh - 76px - 40px - 70px - 26px);
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-bottom: 40px;
    margin-bottom: -15px;
}
.dq8h2bcw-notices__list::before {
    content: '';
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 0%, #2D2D2D 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}
.dq8h2bcw-notices__list .dq8h2bcw-radio {
    background: linear-gradient(92.57deg, #FFFFFF 2.15%, #ECECEC 90.67%);
    color: #333333;
    border-radius: 10px;
    padding: 8px 12px;
    transition: .4s;
}
.dq8h2bcw-notices__list .dq8h2bcw-radio--label {
    font-size: 14px;
    line-height: 16px;
}
.dq8h2bcw-notices__list .dq8h2bcw-radio.active {
    background: linear-gradient(92.57deg, #F8EACE 2.15%, #FFEBBF 90.67%);
}


/* Profiles */
.dq8h2bcw-profile--img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.dq8h2bcw-profile--img img {
    width: 100%;
}
.dq8h2bcw-profile--top {
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 20px;
}
.dq8h2bcw-profile--push {
    padding: 5px 20px;
    text-decoration: underline;
}
.dq8h2bcw-profile--bottom {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-top: 22px;
}
.dq8h2bcw-profile--bottom .dq8h2bcw-push {
    height: 48px;
    font-size: 16px;
    line-height: 18px;
}
.swiper.sliderProfile {
    margin: 0 -38px;
}

.dq8h2bcw-profile--item.off-block {
    filter: blur(5px);
}
.off-block .dq8h2bcw-profile--push {
    pointer-events: none;
}

.dq8h2bcw-profile--like {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #EFEFEF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 20px;
}

.dq8h2bcw-profile--like::after {
    content: '';
    background-image: url(../images/icons/liked-dq8h2bcw.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.dq8h2bcw-profile--like.active::after {
    content: '';
    background-image: url(../images/icons/liked-active-dq8h2bcw.svg);
}

.dq8h2bcw-sticker__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px 35px;
    height: calc(100vh - 76px - 40px - 70px - 26px);
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 0 20px 40px;
    margin-bottom: -15px;
}
.dq8h2bcw-sticker__list::before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 69.59%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}
.dq8h2bcw-sticker__item {
    border-radius: 10px;
    cursor: pointer;
}
.dq8h2bcw-sticker__item.active {
    background: #EFEFEF;
}

.dq8h2bcw-process--women {
    display: none;
}
.dq8h2bcw-process--women.active {
    display: block;
}
.dq8h2bcw-process--women-second {
    display: none;
}
.dq8h2bcw-process--women-second.active {
    display: block;
}
.dq8h2bcw-process--women-third {
    display: none;
}
.dq8h2bcw-process--women-third.active {
    display: block;
}


/* Footer */
.dq8h2bcw-ends {
    position: relative;
    z-index: 9;
    padding: 15px 25px;
    background: #333333;
    font-family: "Roboto", sans-serif;
}
.dq8h2bcw-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dq8h2bcw-tabs a {
    font-size: 15px;
    line-height: 17px;
    padding: 5px;
    color: #ffffff;
    text-align: center;
}


/* Modal */
.dq8h2bcw-close__modal {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-backdrop {
    background: rgb(51 51 51 / 90%);
}
.modal {
    padding: 14px;
}
.modal-block .dq8h2bcw-push {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.modal p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.modal p b {
    font-weight: 700;
}
.modal-block p {
    padding: 0px 30px;
}
.modal-delete-final.modal p {
    margin-bottom: 0;
}
.modal-content {
    color: #333333;
    width: 100%;
    border-radius: 20px;
    border: none;
    box-sizing: border-box;
    padding: 37px 20px 25px;
}
.modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.modal .dq8h2bcw-push {
    height: 48px;
    font-size: 16px;
    line-height: 20px;
}
.modal .dq8h2bcw-notices .dq8h2bcw-push--wrap {
    margin-top: 16px;
}

/* Info */
.dq8h2bcw-info {
    color: #333333;
}
.dq8h2bcw-info h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.dq8h2bcw-info h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.dq8h2bcw-info p {
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.dq8h2bcw-info ul {
    list-style-type: disc;
    padding-left: 20px;
}
.dq8h2bcw-info ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.dq8h2bcw-info li {
    margin-bottom: 10px;
}
.dq8h2bcw-info a {
    color: #D3442E;
    text-decoration: underline;
}
