.breadcrumbs {
    padding: 34px 0 22px;
}

h1.dolyami-welcome__title {
    font-family: HeliosExtLight, sans-serif;
    margin-bottom: 43px;
}

.dolyami-welcome {
    margin-bottom: 73px;
}

@media (max-width: 600px) {
    h1.dolyami-welcome__title {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }

    .dolyami-welcome {
        margin-bottom: 45px;
    }
}

.dolyami-welcome__content {
    display: flex;
    padding-left: 50px;
}

.container.container--wide-2 {
    max-width: 1240px;
}

.dolyami-welcome__picture {
    width: 55%;
    flex-shrink: 0;
}

.dolyami-welcome__info {
    flex-grow: 1;
}

.dolyami-welcome__icon {
    margin-bottom: 50px;
}

.dolyami-welcome__subtitle {
    font-family: HeliosExtLight, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dolyami-welcome__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 42px;
    color: #00000080;
}

.dolyami-welcome__info {
    margin-right: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dolyami-welcome__text {
    max-width: 330px;
}

.dolyami-welcome__wrapper {
    padding: 0 35px 73px;
}

@media (max-width: 991.98px) {
    .dolyami-welcome__content {
        flex-direction: column-reverse;
        padding-left: 0;
    }

    .dolyami-welcome__picture {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 19px;
    }

    .dolyami-welcome__info {
        text-align: center;
        align-items: center;
    }

    .dolyami-welcome__icon {
        margin-bottom: 10px;
    }

    .dolyami-welcome__text {
        margin-bottom: 30px;
    }

    h1.dolyami-welcome__title {
        margin-bottom: 30px;
    }

    .dolyami-welcome__picture img {
        width: 100%;
    }

    .dolyami-welcome__wrapper {
        padding: 0px 10px 30px;
    }

    .dolyami-welcome__info {
        margin-right: 0;
    }

    .two-blocks__info.two-blocks__info--align-end {
        margin-bottom: 0;
    }

    .two-blocks__info + .two-blocks__picture.two-blocks__picture--qr {
        position: relative;
        z-index: -1;
        margin: -40px 0 0px;
    }
}

@media (max-width: 600px) {
    .dolyami-welcome__wrapper {
        padding: 0px 0 30px;
    }

    h1.dolyami-welcome__title {
        margin-bottom: 22px;
    }

    .dolyami-welcome__icon {
        max-width: 116px;
        margin-bottom: 10px;
    }

    .dolyami-welcome__icon svg {
        max-width: 100%;
    }

    .dolyami-welcome__subtitle {
        font-family: HeliosExt, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin-bottom: 14px;
    }

    .dolyami-welcome__text {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        margin-bottom: 14px;
    }
}

.round-features {
    margin: 57px 0 87px;
}

.round-features__wrapper {
    padding: 25px 0 58px;
    background-color: #F2F2F2;
    border-radius: 52px;
}


.round-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 40px;
}

.round-features__icon {
    width: 100%;
    max-width: 214px;
    height: 200px;
}

.round-features__icon img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.round-features__item-title {
    font-family: HeliosExtLight, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.round-features__item-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #00000080;
}

.round-features__title {
    text-align: center;
    font-family: HeliosExt, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.round-features__item-text p {
    margin-bottom: .5em;
    margin-top: 0;
}

.round-features__next-btn,
.round-features__prev-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    padding: 5px;
    display: none;
}

.round-features__prev-btn {
    left: 0;
}

.round-features__next-btn {
    right: 0;
}

.round-features__next-btn.swiper-button-disabled {
    opacity: .7;
    cursor: auto;
}

@media (max-width: 1025px) {
    .round-features__next-btn,
    .round-features__prev-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .round-features__item {
        padding: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .round-features {
        margin: 37px 0 57px;
    }

    .round-features__wrapper {
        padding: 24px 0;
    }

    .round-features__item {
        padding: 0 15px;
    }

    .round-features__icon {
        margin-bottom: 12px;
        max-width: 240px;
        height: 220px;
    }

    .round-features__item-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
    }

    .round-features__item-title {
        margin-bottom: 11px;
    }

    .round-features__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
}

.two-blocks {
    margin-bottom: 48px;
}

.two-blocks__wrapper {
    display: flex;
}

.two-blocks__subtitle {
    font-family: HeliosExtLight, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #111111;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ol + .two-blocks__subtitle {
    margin-top: 32px;
}

.two-blocks__text p {
    margin-bottom: 1em;
}

.two-blocks__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #00000080;
}

.two-blocks__wrapper {
    padding: 0 35px;
}

.two-blocks__picture {
    width: 40%;
    flex-shrink: 0;
    margin-right: 90px;
}

.two-blocks__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-blocks__info--align-end {
    justify-content: end;
    margin-bottom: 40px;
}

.two-blocks__text ol {
    padding-left: 15px;
}

.two-blocks__text a {
    color: #00000080;
    font-weight: 500;
    white-space: nowrap;
}

.two-blocks__text .g-btn{
    color:#fff;
    text-align: center;
    margin-top: 32px;
}

.two-blocks__info + .two-blocks__picture {
    width: 39%;
    margin-right: 0;
    margin-left: 43px;
}

.two-blocks__picture img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .two-blocks {
        margin-bottom: 50px;
    }

    .two-blocks__wrapper {
        padding: 0;
        flex-direction: column;
    }

    .two-blocks__picture {
        margin-right: 0;
        width: 100%;
        margin-top: 40px;
    }


    .two-blocks__subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .two-blocks__info {
        padding: 0 18px;
    }

    .two-blocks__text {
        font-size: 16px;
        line-height: 20px;
    }

    .two-blocks__wrapper--reverse {
        flex-direction: column-reverse;
    }

    .two-blocks__info + .two-blocks__picture {
        width: calc(100% + 20px);
        margin: 0 -10px 35px;
    }

    .two-blocks__info + .two-blocks__picture.two-blocks__picture--qr {
        width: calc(100% + 20px);
        margin: -20px -10px 0px;
    }
}

@media (max-width: 600px) {
    .two-blocks {
        margin-bottom: 40px;
    }

    .two-blocks__text {
        font-size: 14px;
        line-height: 18px;
    }

    .two-blocks__subtitle {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    .two-blocks {
    }
}

.faq-item__question {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #111111;
    text-decoration: underline;
    cursor: pointer;
}

.faq-item__question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.48008e-08 0.888749L7 8L14 0.88875L13.1252 -1.04324e-08L7 6.2225L0.874845 -1.56516e-07L8.48008e-08 0.888749Z' fill='%23111111'/%3e%3c/svg%3e ");
    width: 14px;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: transform .3s;
}

.faq-item__answer {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #00000080;
    padding-top: 20px;
}

.faq-item[data-open] .faq-item__question::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq {
    margin-bottom: 44px;
}

.faq__wrapper {
    max-width: 660px;
    margin: 0 auto;
}

h2.faq__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
}

.faq__add-link {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.faq__add-link span {
    font-family: HeliosExtLight, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    h2.faq__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .faq__wrapper {
        padding: 0 20px;
    }

    .faq-item__answer,
    .faq-item__question {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    h2.faq__title {
        font-size: 16px;
        line-height: 19px;
    }

    .faq-item__answer {
        padding-top: 10px;
    }

    .faq-item__answer,
    .faq-item__question {
        font-size: 14px;
        line-height: 18px;
    }

    .faq__add-link span {
        font-size: 11px;
        font-weight: 300;
        line-height: 14px;
    }
}

.info .full-text {
    max-height: 68px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    will-change: max-height;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}

.info .full-text.active {
    max-height: unset;
}

.info .full-text::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 82%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(82%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 82%);
}

button.info__more {
    color: #111111;
}

h2.info__title {
    font-family: HeliosExtLight, sans-serif;
}

.promo-rules {
    margin-bottom: 72px;
}

.promo-rules__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 868px;
    margin:0 auto;
}

.promo-rules__content p {
    margin: 0;
}

.promo-rules__content {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    display: none;
}

.promo-rules__content span {
    display: inline-block;
    font-weight: 500;
    margin-top: 1em;
}

.promo-rules__content ul {
    margin: 0;
    padding-left: 18px;
}

.promo-rules__content .full-text {
    max-height: 68px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    will-change: max-height;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}

.promo-rules__content .full-text.active {
    max-height: unset;
}

.promo-rules__content .full-text::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 82%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(82%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 82%);
}

.promo-rules__content .full-text.active::after {
    content: none;
}

.promo-rules__more {
    text-align: center;
    margin: 20px auto 0;
    color: #111111 !important;
}


.rules-table {
    font-weight: 300;
    max-width: 880px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.rules-table__row {
    display: flex;
    border-bottom: 1px solid #000;
}

.rules-table__row:first-child {
    border-top: 1px solid #000;
}

.rules-table__row span {
    width: 30%;
    border-left: 1px solid #000;
    margin-top: 0;
    padding: 10px;
    font-weight: 300;
}

.rules-table__row span:last-child {
    width: 40%;
    flex-shrink: 0;
    border-right: 1px solid #000;
}

@media (max-width: 600px) {
    .rules-table {
        font-size: 12px;
    }

    .rules-table__row span {
        padding: 6px;
    }
}

.promo-rules__btn{
    text-align: center;
}

@media (max-width: 991.98px){
    .d-desktop{
        display: none;
    }
}
.d-not-desktop,
a.d-not-desktop{
    display: none;
}
@media (max-width: 991.98px){
    .d-not-desktop,
    a.d-not-desktop{
        display: block;
    }
}