/*поп-ап*/
.t-store__prod-popup__slider {
    display: none;
}

@media screen and (min-width: 961px) {
.t-store__prod-snippet__container {
    padding-top: 250px;
}
}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .t-store__prod-snippet__container {
    padding-top: 200px;
}
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
    padding-top: 100px;
}
}

.t-store__prod-popup__btn-wrapper {
    z-index: 99 !important;
}

@media screen and (min-width: 560px) {
.t-popup__container {
    border-radius: 10px;
}

.js-store-prod-all-text {
    font-size: 16px;
}
}

@media screen and (max-width: 560px) {
.t-popup__close {
    background-color: #00b0c7 !important;
}
}

a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    font-size: 16px;
}

.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
    font-size: 24px;
}

/*галочка*/
.js-product .t-product__option-variants:after {
    content: ' ';
    width: 5px !important;
    height: 5px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: transparent #2f2f2f #2f2f2f transparent !important;
    position: absolute !important;
    transform: rotate(45deg) !important;
    top: -4px !important;
    right: 10px !important;
    bottom: 0 !important;
    margin: auto !important;
    pointer-events: none !important;
}

/*параметры*/
.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
    color: #2f2f2f !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    padding-bottom: 10px;
}

select.js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    background-color: #f8f8f8;
    border: 1px solid #f2f2f2;
}

.js-product-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
    color: #2f2f2f !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    padding-bottom: 10px;
}

select.js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    background-color: #f8f8f8;
    border: 1px solid #f2f2f2;
}

/*табы*/
.t-store__tabs__item-title.t-name.t-name_xs {
    font-size: 18px !important;
    font-weight: 500;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid #eaeaea !important;
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
   border-top: 1px solid #eaeaea !important; 
}

.t-store .t-store__tabs__close:after {
    background-color: white !important;
}

.t-store__tabs__content.t-descr.t-descr_xxs {
    margin-top: 25px;
    font-size: 16px;
    color: #2f2f2f !important;
    margin-bottom: 0px;
    max-width: 100%;
    line-height: 1.3;
}

.t-store__tabs__content.t-descr.t-descr_xxs strong {
    font-weight: 500 !important;
}

@media screen and (max-width: 560px) {
.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-typography__title.t-name.t-name_xl {
    font-size: 24px;
}

.js-store-prod-text.t-store__prod-popup__text.t-typography__descr.t-descr.t-descr_xxs {
    position: absolute;
    top: 45px;
    line-height: 1.2;
}

.t-store .t-popup {
    height: calc(100vh+100px);
}

.t-store__tabs.t-store__tabs_accordion.t-col.t-col_12 {
    margin-top: 50px;
}

.t-store__prod-popup__container {
    padding-bottom: 0px !important;
}

.t-popup__container.t-popup__container-static.t-popup__container-animated {
    padding-bottom: 150px !important;
}

.js-store-price-wrapper.t-store__prod-popup__price-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
}

@media screen and (min-width: 560px) and (max-width: 960px) {
.t-store__prod-popup__col-right {
    padding: 15px 0 0 0;
}
}

/*формы*/
.t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer) {
    border: 1px solid #E88BB2 !important;
}

p.t-form__errorbox-item {
    font-size: 16px;
}

div#tilda-popup-for-error {
    background: #E88BB2;
    border-radius: 10px;
    box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.1)
}

.t-input-error {
    color: #E88BB2 !important;
    font-size: 14px;
}

.t-descr_md {
    font-size: 18px;
    padding-bottom: 15px !important;
    
}

label.t-checkbox__control.t-text.t-text_xs {
    max-width: 100%;
}

button.t-submit {
    float: right;
    height: 50px;
    width: 160px;
    padding: 0 30px 0 30px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px !important;
}

.t-form__errorbox-middle {
    display: none;
}

.t-form .js-error-control-box .t-rate__wrapper {
    border: 1px solid #E88BB2 !important;
    border-radius: 10px !important;
}

/*корзина*/
.t706__carticon-text.t-name.t-name_xs {
    font-weight: 500 !important;
}

.t706__cartwin-heading.t-name.t-name_xl {
    font-size: 24px;
    font-weight: 500;
}

.t706__cartwin-top {
    border-bottom: 1px solid #eaeaea;
}

.t706__product-title.t-descr.t-descr_sm {
    font-size: 18px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 1.2;
}

.t706__product-title__option {
    font-size: 14px;
    color: #bdbdbd;
    padding-top: 5px;
}

span.t706__product-quantity {
    color: #2f2f2f;
}

.t706__cartwin-prodamount-wrap.t-descr.t-descr_sm {
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
}

.t706__cartwin-bottom {
    border-top: 1px solid #eaeaea;
}

.t706__form-upper-text.t-descr.t-descr_xs {
    padding: 30px;
    background-color: #e88bb2;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 16px;
}

.t706__orderform {
    margin-top: 50px;
}

.t-input-group.t-input-group_ph {
    margin-bottom: 50px;
}

.t706__cartwin-totalamount-info {
    font-size: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

span.t706__cartwin-totalamount-label {
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
}

span.t706__cartwin-totalamount {
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
}

.t706__cartwin-totalamount-wrap.t-descr.t-descr_xl {
    padding-top: 0px;
    padding-bottom: 10px;
}

.js-successbox.t-form__successbox.t-text.t-text_md {
    font-size: 16px;
    line-height: 1.2;
    border-radius: 10px;
    padding: 30px;
}

.t706__bubble-text {
    font-size: 16px !important;
    font-family: 'FuturaPT' !important;
}

.t706__bubble {
    background-color: #2f2f2f !important;
    border-radius: 10px !important;
}

@media screen and (min-width: 640px) {
.t706__product-plusminus {
    padding: 20px 20px 15px;
}

.t706__cartwin-content {
    border-radius: 10px;
}
}

/*галочка*/
.t-checkbox__indicator {
    border-radius: 10px;
}

@media screen and (min-width: 1200px) {
label.t-checkbox__control {
    max-width: 50%;
}
}

@media screen and (min-width: 960px) and (max-width: 1200px) { 
label.t-checkbox__control {
    max-width: 50%;
}
}

@media screen and (min-width: 481px) and (max-width: 640px) { 
label.t-checkbox__control {
    max-width: 50%;
}
}
