/* Global page styles*/
:root {
    --accent-color: #134067;
    --accent-color2: #ffff00;
}

.br-desktop br {
    display: none;
}

@media (min-width: 1024px) {
    .br-desktop br {
        display: inline;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.font2 {
    font-family: "Bebas Neue", sans-serif;
}

/*Buttons*/
.thanks-item-btn {
    display: inline-flex;
    justify-content: center;
    padding: 10px 10px 6px;
    border-radius: 6px;
    border: none;
    background-color: var(--accent-color2);
    color: #282828;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    line-height: 1;
    transition: all ease 150ms;
}

.thanks-item-btn:hover,
.thanks-item-btn:active {
    background-color: #DEDE1C;
    border-color: #DEDE1C;
    color: #282828;
    transition: all ease 150ms;
}

.btn1:focus {
    color: #ffffff;
}


.thanks-title1 {
    color: inherit;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .thanks-title1 {
        font-size: 40px;
    }
}


.thanks {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
}

.thanks__head-inner {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}


/* Head */
.thanks__head {
    margin-bottom: 45px;
}

@media (min-width: 1024px) {

    .thanks__head {
        margin-bottom: 75px;
    }
}


.thanks__head-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.thanks__head-icon {
    margin-bottom: 10px;
    width: 45px;
}

@media (min-width: 1024px) {
    .thanks__head-icon {
        width: 90px;
    }
}

.thanks__head-icon img {
    display: block;
}

.thanks__head-title {
    margin-bottom: 0;
}

.thanks__head-desc {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .thanks__head-desc {
        font-size: 25px;
    }
}

/* Body */
.thanks__body {
}

@media (min-width: 768px) {
    .thanks__body {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }
}

.page-template-thank-you-template .modal__inner {
    background: #f8f8f8;
}

@media (min-width: 768px) {
    .thanks__body-inner {

    }
}


.thanks__body-title {
    margin-bottom: 15px;
    text-align: center;
}


.thanks__body-title strong {
    color: #999999;
    font-weight: 400;
}

.thanks__body-desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


@media (min-width: 1024px) {
    .thanks__body-desc {
        font-size: 20px;
    }
}

.thanks__body-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif !important;
    color: inherit;
}

.thanks__body-subtitle-count {
    margin-right: 10px;
    color: #999;
    font-size: 90px;
    line-height: 1;
}

@media (min-width: 1024px) {
    .thanks__body-subtitle-count {
        font-size: 115px;
    }
}

.thanks__body-subtitle-text {
    margin-top: -5px;
    font-size: 20px;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .thanks__body-subtitle-text {
        font-size: 25px;
    }
}

.thanks__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.thanks__list-item {
    padding: 15px;
    width: 100%;
}

@media (min-width: 700px) {
    .thanks__list-item {
        width: 50%;
    }
}

/* Item */
.thanks-item {
    font-family: 'Roboto', sans-serif;
}

.thanks-item__inner {
    display: flex;
    flex-direction: column;
    border: 1px solid #9a9a9a;
    padding: 20px;
    height: 100%;
    background: #ffffff;
}

.thanks-item__head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.thanks-item__img {
    width: 30%;
}

.thanks-item__img-inner {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.thanks-item__img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.thanks-item__title {
    margin-bottom: 0;
    padding-left: 15px;
    width: 70%;
    color: inherit;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .thanks-item__title {
        font-size: 20px;
    }
}

.thanks-item__body {
    margin-bottom: 30px;
}

.thanks-item__desc {
    margin-bottom: 0;
    font-size: 15px;
}

.thanks-item__bottom {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 420px) {
    .thanks-item__bottom {
        align-items: flex-end;
    }
}

.thanks-item__price {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 420px) {
    .thanks-item__price {
        margin-bottom: 0;
        padding-right: 10px;
        width: 40%;
    }
}

.thanks-item__price-title {
    margin-bottom: 5px;
    color: #999999;
    font-size: 15px;
    line-height: 1.1;
}

.thanks-item__price-vals {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.thanks-item__price-old {
    position: relative;
    top: -2px;
    margin-right: 4px;
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
}

.thanks-item__price-new {
    font-size: 24px;
}

.thanks-item__button-wrapper {
    display: flex;
    width: 100%;
}

@media (min-width: 420px) {
    .thanks-item__button-wrapper {
        width: 60%;
        align-items: flex-start;
        justify-content: flex-end;
    }
}

.thanks-item__btn {
    width: 100%;
}

@media (min-width: 420px) {
    .thanks-item__btn {
        width: auto;
    }
}

/*Thanks2*/
.br-desktop br {
    display: none;
}

@media (min-width: 1024px) {
    .br-desktop br {
        display: inline;
    }
}
.thanks2,.thanks__referral{
    margin-bottom: 50px;
}

.thanks2__inner,.thanks__referral_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #707070;
    padding: 30px 20px;
    max-width: 605px;
    background: #f8f8f8;
    text-align: center;
}

.thanks2__title,.thanks__referral_title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}
.thanks2__title strong,.thanks__referral_title strong{
    color: #999999;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .thanks2__title,.thanks__referral_title {
        font-size: 40px;
    }
}
.thanks2__desc {
    margin-bottom: 20px;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.thanks__referral_desc{
    font-size: 25px;
    color: #282828;
    line-height: 30px;
    text-align: center;
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
}

.thanks2__btn,.thanks__referral_btn {
    display: flex;
    justify-content: center;
    padding: 13px 15px 10px;
    border-radius: 0;
    border: none;
    width: 100%;
    background-color: #ffff00;
    color: #282828;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    line-height: 1;
    transition: all ease 150ms;
}

.thanks2__btn:hover,
.thanks2__btn:active,
.thanks__referral_btn:hover,
.thanks__referral_btn:active{
    background-color: #DEDE1C;
    border-color: #DEDE1C;
    color: #282828;
    transition: all ease 150ms;
}

[data-current-modal="thanks-modal"] .modal__inner{
    padding-top: 70px;
    max-width: 700px;
}

@media (min-width: 640px){
    [data-current-modal="thanks-modal"] .modal__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

[data-current-modal="thanks-modal"] .modal__close {
    right: 20px;
    top: 20px;
}
