@media (max-width:960px){
.js-store-prod-name.js-product-name{
  max-width: 70%;
}
}

/*поднимим название на карточку*/
@media (min-width:960px){
#rec809800768 .t786 .js-product a .t-store__card__textwrapper:not( .t706__body_cartpageshowed #rec809800768 .t786 .js-product a .t-store__card__textwrapper) {
  position: absolute;
  z-index: 99999;
    left: 30px;
  top: 0;
  max-width: 50%;
}
div.t-store__card:nth-child(1) > a:nth-child(1) > div:nth-child(2) {
  margin-top: 0 !important;
}

.t786 .js-store-grid-cont .js-product a {
  width: 100%;
  display: block !important;
  position:relative;
}

.js-product-controls-wrapper.t-store__card__prod-controls-wrapper {
  position: absolute;
  z-index: 9999;
  bottom: 0;
}

.js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_50.t-align_center.t-item {
  position: relative;
  justify-content: center;
  display: flex;
}

.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
  display: none;
}
    
}


/* Popup и страница*/
#allrecords .t-popup .js-store-prod-name.t-store__prod-popup__name,
#allrecords .t-store__prod-snippet__container .js-store-prod-name.t-store__prod-popup__name {
    font-family: 'Geologica';
    font-weight: 100 !important;
    font-size: 40px !important;
    line-height: 1.15;
}

@media screen and (max-width: 640px) {
  #allrecords .t-popup .js-store-prod-name.t-store__prod-popup__name,
  #allrecords .t-store__prod-snippet__container .js-store-prod-name.t-store__prod-popup__name {
    font-size:28px !important;
  }
}

/* Горизонтальные радиов карточках товара */

#allrecords form.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_radio {
    flex-direction: row;
    margin-left: 0;
}

#allrecords .js-product .t-product__option-variants_radio .t-product__option-item {
    width: unset;
    padding-right: 10px;
}

@media screen and (max-width: 640px) {
  #allrecords .js-product .t-product__option-variants_radio .t-product__option-item {
    width:50%;
    padding-right: 10px;
  }
}



/* порядок пунктов в карточке товара*/
.t-store__prod-popup__info {
    display: flex;
    flex-direction: column;
}

.t-store__prod-popup__title-wrapper {
    order: 0;
}

.js-store-prod-text {
    order: 1;
}

.js-product-controls-wrapper {
    order: 2;
}

.t-store__prod-snippet__container .js-product-controls-wrapper {
    order: 2;
    margin-top: 15px;
}

.t-store__prod-popup__btn-wrapper {
    order: 3;
}


/* зеро кнопки с открыванием товара*/
.product1, .product1-2, .product2 {
    cursor: pointer;    
}

/* полоски в слайдерах*/
.t-slds__bullet_body {
    width: 20px !important;
}

/* Лейбл */
.t-store__card__mark-wrapper {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    display: table;
}

.t-store__card__mark {
    font-weight: 400;
    font-size: 10px;
    font-family: 'Roboto', Arial, sans-serif;
    display: table-cell;
    width: 65px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #D7D1CA !important;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}

/* отступ до цены на витрине */
.t-store__card__price-wrapper {
    margin-top: 3px;
}


















/*  https://mo-ti.ru/input-auto-width/tpost/agz7jn10g1-kak-perenesti-akkordeon-kartochki-tovara  
    - сломан на попапе  */

/* табы под описанием */
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
  div.t-store__prod-popup__container .t-store__tabs {
    margin-left: 0;
    margin-top: 0;
  }

.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

@media screen and (min-width: 1200px) {
  div.t-store__prod-popup__container .t-store__tabs {
    margin-left: 0;

  }
}
@media screen and (min-width: 680px) {
    .t-store {
        overflow: auto;
        margin-bottom: 80px;
    }

    .js-store-grid-cont {
        display: flex;
    }

    [data-col-gap="20"] .t-store__stretch-col {
        margin-bottom: 50px;
    }

    .js-store-grid-cont > div {
        flex: 1 0 34%;
    }

}
    .t-clear.t-store__grid-separator{
    display: none;
}

.t-store__tabs.t-store__tabs_accordion {
  order: 2;
  /*расстояние над аккордионом*/
  padding-top: 10px;
}

@media screen and (min-width: 680px) {
    .t-store .t-store__tabs__close::before {
        left: -8px;
        top: -10px;
        background-position: 10px 13px;
    }

}
.t-store .t-store__tabs__close::before {
    content: '';
    position: absolute;
    top: -12px;
    font-weight: bold;
    background-color: #fff;
    width: 36px;
    left: -10px;
    border-radius: 50%;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://static.tildacdn.com/tild3330-3132-4764-a230-633836633533/Group_990.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 11px;
}
.t-store .t-store__tabs__item_active .t-store__tabs__close {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.t-store .t-store__tabs__close::after {
    background-color: transparent !important;
}
.js-store-tabs.t-store__tabs.t-store__tabs_accordion.t-col.t-col_12.ft-tab {
  margin-left: 0 !important;
}

/* Inline таблица стилей #123 | https://myspecialplanner.ru/catalog/tproduct/224497655612-datirovannii-ezhednevnik-special-planner */

.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-typography__title.t-name.t-name_xl {
  text-transform: initial !important;
}

/* Элемент | https://myspecialplanner.ru/#tcart */

#delivery-services-wrapper {
  margin-top: 90px;
}

/* Элемент | https://myspecialplanner.ru/#tcart */

div.t-store__card:nth-child(1) > a:nth-child(1) > div:nth-child(2) {
  /*margin-top: 35px;*/
}

