/*Сдвиг табов в товаре под описание*/ 
/*
.js-store-product.js-product.t-store__product-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media screen and (min-width: 981px) {
.js-store-product.js-product .t-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
}
.t-store__tabs.t-store__tabs_accordion {
  max-width: 560px;
}
@media screen and (max-width: 1240px) {
  .t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
  }
}
@media screen and (max-width: 960px) {
  .t-store__tabs.t-store__tabs_accordion {
    max-width: 100%;
  }
}

.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left {
  margin-right: 0;
}
@media screen and (max-width: 670px) {
  .t-store__tabs .t-store__tabs__list {
    margin-left: 0;
  }
}
.t-store__tabs__item.t-store__tabs__item_active {
    border-bottom: 1px solid rgba(53,53,53,1);
}
.t-store__tabs.t-store__tabs_accordion {
    margin-top: -190px;
}
@media screen and (max-width: 1240px) {
    .t-store__tabs.t-store__tabs_accordion {
      margin-top: -126px;
}
}
@media screen and (max-width: 960px) {
    .t-store__tabs.t-store__tabs_accordion {
      margin-top: 60px;
}
}
@media screen and (max-width: 980px) {
    .js-store-product.js-product .t-container .t-store__tabs.t-store__tabs_accordion {
      margin-top: 60px;
}
}
.t-slds__thumbsbullet-wrapper {
    display: block !important;
}
*/
/*фикс промига нолим-меню*/
#rec414806520, #rec414802193, #rec414780516 {
    display: none;
}

#allrecords .t-store .t-store__tabs__item-button:hover .t-store__tabs__close:after {
    background-color:  #353535;
}
#allrecords .t-store .t-store__tabs__item-button:hover svg.t-store__tabs__close-icon {
    filter: brightness(10);
}

.js-store-prod-all-text u {
   display: none; 
}

.buttons-wrapper u {
    display: inline-block;
    padding: 12px 22px;
    margin-right: 25px;
    margin-top: 35px;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.buttons-wrapper u:first-of-type {
    background-color: #353535;
    color: #ffffff !important;
}
.buttons-wrapper u:last-of-type {
   background-color: #ffffff;
    border: 1px;
    border-color: #353535; 
    border-style: solid; 
    color: #353535 !important;
}

@media screen and (max-width: 480px) {
  .buttons-wrapper u:last-of-type {
   margin-top: 15px;
}
  }
}

.t706__cartwin_showed {
    z-index: 999999999;
}

#allrecords .t-store__prod-snippet__container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#allrecords .t692__col {
    margin-top: 45px;
}

#allrecords .bread-crumbs .tn-atom a{  
    color: #353535;
  text-decoration: underline;
}

#allrecords .t050__descr {
    padding-top: 35px;
    padding-bottom: 9px;
}

@media screen and (max-width: 960px) {
#allrecords .t050__descr {
    padding-top: 20px;
    padding-bottom: 9px;
}
}
@media screen and (max-width: 640px) {
#allrecords .t050__descr {
    padding-top: 15px;
    padding-bottom: 9px;
}
}
@media screen and (max-width: 480px) {
#allrecords .t050__descr {
    padding-top: 15px;
    padding-bottom: 9px;
}
}

#allrecords .t-title_xxl {
    color: #353535;
    font-size: 48px;
}
}
@media screen and (max-width: 1200px) {
#allrecords .t-title_xxl {
        font-size: 48px;
            line-height: 1.17;
}
}

@media screen and (max-width: 960px) {
#allrecords .t-title_xxl {
    font-size: 36px;
    line-height: 1.17;
}
}

@media screen and (max-width: 640px) {
#allrecords .t-title_xxl {
    font-size: 28px;
    line-height: 1.17;
}
}
@media screen and (max-width: 480px) {
#allrecords .t-title_xxl {
    font-size: 24px;
    line-height: 1.17;
}
}

@media screen and (max-width: 960px) {
    .t555__contentbox {
    height: 220px !important;
}
}

@media screen and (max-width: 960px) {
#allrecords .t555__contentwrapper {
        padding: 0px;
        padding-top: 20px;
    }
}

#allrecords .t107__width {
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #allrecords .t-width_12 {
        max-width: 940px;
    }
}

@media screen and (max-width: 960px) {
    #allrecords .t-width_12 {
        max-width: 620px;
    }
}

@media screen and (max-width: 640px) {
    #allrecords .t-width_12 {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    #allrecords .t-width_12 {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

#allrecords .t-width {
    width: 100%;
}

.js-product .t-product__option-select {
    width: 100%;
    border: 1px #353535 solid;
    background: #ffffff;
    color: #353535;
    box-sizing: border-box;
    cursor: pointer;
    padding: 6px 40px 6px 15px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.t706__product-title {
    display: table-cell;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500;
    vertical-align: middle;
    color: #000;
}

.t706__cartwin-prodamount-wrap {
    padding-bottom: 20px;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    color: #000;
}

.t-submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 500;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    text-transform: uppercase;
}

.t-upwidget-container__button.t-text {
    color: #ffffff !important;
    background-color: #353535 !important;
}

@media screen and (max-width: 960px) {
#allrecords .t-col {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

#allrecords .t744__descr {
    margin-top: 20px;
    margin-bottom: 20px;
}

#rec459101898 {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #rec459101898 {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

@media screen and (max-width: 960px) {
    #rec459101898 {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

@media screen and (max-width: 640px) {
    #rec459101898 {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

@media screen and (max-width: 480px) {
    #rec459101898 {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

@media screen and (min-width: 1200px) {
#allrecords .t897__container {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1145px;
    padding: 0;
}
}

@media screen and (min-width: 1200px) {
#allrecords .t-col_4 {
    max-width: 340px;
}
}

#allrecords .t692 .t692__blockimg_3-2 {
    background-size: cover !important;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    display: none !important;
}

div#rec322063037 {
    display: none;
    opacity: 1;
}