.t-slds {
    border-radius:30px!important;
}
.t-popup__container {
    background:#F8FAF9!important;
}
.t-store__relevants-grid-cont .t-store__card__wrap_all {
    background-color:#fff!important;
}
.t862__quiz-description-wrapper {
    border-radius:10px;
}
.t862__quiz-description-block {
    border-radius:10px;
}
.t-popup_show .t-popup__container {
    border-radius:10px!important;
}
.t862__quiz {
    border-radius:10px!important;
}
.t862__quiz-form-wrapper {
    background-color:#F8FAF9!important;
}
.t862__quiz-description-counter {
    color:#fff;
}

.t668 {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

.t668>.t-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.t668__col {
    margin-bottom: 1px;
}

.t668__col:last-child {
    margin-bottom: 0!important;
}

.t668__wrapper {
    background-color: #fff;
}

.t668__header {
    position: relative;
    cursor: pointer;
}

.t668__trigger-button {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

#allrecords button.t668__trigger-button:focus-visible {
    outline-offset: -2px;
}

.t668__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}

.t668__icon-hover {
    opacity: 0;
}

.t668__header:hover .t668__icon {
    opacity: 0;
}

.t668__header:hover .t668__icon-hover {
    opacity: 1;
}

.t668__row:after {
    content: "";
    display: table;
    clear: both;
}

.t668__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.t668__lines {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.t668__opened .t668__lines {
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all ease-in-out 0.3s;
}

.t668__content {
    display: none;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
}

.t668__title {
    display: inline-block;
    padding-right: 30px;
}

.t668__img {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.t668__border {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.t668__textwrapper {
    padding: 0 0 20px;
}

@media screen and (max-width: 960px) {
    .t668__header:hover .t668__icon {
        opacity:1;
    }

    .t668__header:hover .t668__icon-hover {
        opacity: 0;
    }
}

@media screen and (max-width: 640px) {
    .t668__trigger-button {
        padding:20px!important;
    }

    .t668__content {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }

    .t668__text>a {
        word-break: break-word;
    }

    .t668__icon {
        right: 8px!important;
    }
}
.t668__wrapper {
    border-radius:30px!important;
}
.tmenu-mobile__container {
    height:60px;
}
.t-store .t-store__pagination__item_active {
    border:3px solid!important;
    border-color:#ffbe1f!important;
}
.t604__imgwrapper .t-slds__bgimg {
    border-radius:30px;
}
    .t-store__card__price-wrapper {
        display:none!important;
    }
    .t-store__prod-popup__price-wrapper {
        display:none!important;
    }
    .t-store__grid-cont_mobile-one-row .t-store__card__price-wrapper {
        display:none!important;
    }