catalog-item-2-block-description-block-item#bx-panel ~ .page .header__fixed
{
    top: 147px;
}

#bx-panel.bx-panel-folded ~ .page .header__fixed
{
    top: 39px;
}

.header__slider-item-text-about
{
    padding-left: 20px;

    list-style: unset;
}

.header__fixed-menu
{
    height: 100%;
}

.header__slider
{
    margin-top: 39px;
    padding-top: 0;
}

.header__top-logo-brand,
.header__top-logo-info,
.header__top-contacts-tel,
.article h2,
.article h3
{
    font-family: 'Philosopher';
}

.header__top-contacts-tel
{
    margin-bottom: 6px;
}

.header__top-container
{
    margin-top: 40px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            -webkit-align-items: center;

            -moz-box-align: center;

         align-items: center;
}

.navigation-container
{
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.header__slider-item-text-bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            -webkit-align-items: center;

            -moz-box-align: center;

         align-items: center;
}

.header__slider-btn
{
    float: none;

    margin: 0 20px 0 0;
}

.header__slider-more-link
{
    padding: 0;
}

.header__slider-item-text
{
    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            -webkit-justify-content: space-between;

            -moz-box-pack: justify;

         justify-content: space-between;
}

.navigation__list-item-title
{
    height: 100%;
    padding: 0 10px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            -webkit-align-items: center;

            -moz-box-align: center;

         align-items: center;
}

.navigation__list-item-dropdown__navigation
{
    -webkit-box-shadow: 0 2px 3px #ccc;
            box-shadow: 0 2px 3px #ccc;
}

.header__bottom-container
{
    -webkit-box-shadow: 0 0 6px #dbdbdb;
            box-shadow: 0 0 6px #dbdbdb;

    -webkit-box-align: center;

        -ms-flex-align: center;

            -webkit-align-items: center;

            -moz-box-align: center;

         align-items: center;
}

.header__bottom
{
    min-height: 90px;
}

.header__bottom-schedule p
{
    font-family: Philosopher;
    line-height: 21px;
}

.header__bottom-schedule p:before
{
    top: 2px;
}

.header__bottom-search--container:before
{
    top: 6px;
    left: -32px;
}

.header__bottom-search,
.search__form input,
.login__form-input,
input,
textarea
{
    padding: 6px;

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.header__bottom-button,
.search__form button
{
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #efefef;
    line-height: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  flex: 0 0 auto;
}

.navigation-mobile__logo
{
    position: relative;
}

.items-preview__block-text
{
    font-size: 12px;
    line-height: 21px;

    height: auto;

    text-align: left;
    letter-spacing: .3px;
}

.catalog-item__prices {
  font-size: 16px;
  line-height: 21px;
}

.catalog-item__footer
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;

  height: 100%;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          -webkit-justify-content: space-between;

          -moz-box-pack: justify;

       justify-content: space-between;
  max-height: 150px;
}

.catalog-item__button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            -webkit-justify-content: center;

            -moz-box-pack: center;

         justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
         align-items: center;
}

[data-lazy-pip-images] {
    display: block;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6;
            box-shadow: 0 0 0 1px #e6e6e6;
    position: relative;
    text-align: center;
    min-width: 100%;
}

.catalog-item-2 [data-lazy-pip-images] img,
.catalog-item [data-lazy-pip-images] img {
  width: 100%;
  height: 100%;
}

[data-lazy-pip-images]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    padding: 10px;
    border: 2px dashed rgba(253, 12, 1, 0.43);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: loadingD 1.5s .3s ease-in-out infinite;
            -moz-animation: loadingD 1.5s .3s ease-in-out infinite;
              -o-animation: loadingD 1.5s .3s ease-in-out infinite;
         animation: loadingD 1.5s .3s ease-in-out infinite;
}

[data-lazy-pip-images].lazy_image_created::after {
    -webkit-animation: none;
            -moz-animation: none;
              -o-animation: none;
         animation: none;
    display: none;
}
.footer-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
    -ms-align-items: center;    
    max-width: 1073px;
    width: 100%;
}
.payments__title,
.tel__title,
.tel__item,
.work-time__item {
    display: block;
    color: #555;
    margin-bottom: 15px;
} 
.payments-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
}
.payments__item {
    -webkit-flex-basis: 65px;
        -ms-flex-preferred-size: 65px;
            flex-basis: 65px;
    height: 100%;
}
.payments__item-img {
    width: 100%;
}
.payments__item-img--mir {
    color: #555;
}
.work-time__item {
    position: relative;
}
.work-time__item:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: url(/img/icons8-watch-50.png) no-repeat center;
    -webkit-background-size: cover;
            -o-background-size: cover;
       background-size: cover;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
}

.payments {
    margin-right: 40px;
}

.map-columns li {
    line-height: 21px;
}

ul.map-level-1 {
    padding-left: 15px;
}

.map-columns {
  margin-bottom: 20px;
}

.map-columns td {
  padding-right: 20px;
  max-width: 300px;
}

.map-columns td:last-child {
  padding-right: 0;
}

.footer__wrap.container {
    display: none;
}

@media (max-width: 860px) {
  .map-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}

@media (max-width: 720px) {
    .footer-info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                -moz-box-align: center;
             align-items: center;
    }
    .payments,
    .tel {
        margin-bottom: 20px;
        margin-right: 0;   
        text-align: center;
    }
}
@-webkit-keyframes loadingD {
    0% {-webkit-transform: translate(-50%, -50%) rotate(0deg);transform: translate(-50%, -50%) rotate(0deg);}
    50% {-webkit-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);}
    100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}
@-moz-keyframes loadingD {
    0% {-webkit-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg);transform: translate(-50%, -50%) rotate(0deg);}
    50% {-webkit-transform: translate(-50%, -50%) rotate(180deg);-moz-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);}
    100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}
@-o-keyframes loadingD {
    0% {-webkit-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);transform: translate(-50%, -50%) rotate(0deg);}
    50% {-webkit-transform: translate(-50%, -50%) rotate(180deg);-o-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);}
    100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}
@keyframes loadingD {
    0% {-webkit-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);transform: translate(-50%, -50%) rotate(0deg);}
    50% {-webkit-transform: translate(-50%, -50%) rotate(180deg);-moz-transform: translate(-50%, -50%) rotate(180deg);-o-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);}
    100% {-webkit-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);transform: translate(-50%, -50%) rotate(360deg);}
}

@media (max-width: 480px)
{
    .navigation-mobile
    {
        margin-bottom: 0;
    }

    .lazy_image_created {
        width: 100% !important;
        height: auto !important;
    }
    .lazy_image_created > img {
        width: 100% !important;
    }

    .map-columns tbody tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .footer__wrap.container {
      display: block;
    }

    .footer__middle {
      display: none;
    }
}

/*============================ Form-input ====================================*/
.itc-form-input { font-size: 12px; line-height: 18px; padding: 2px 8px; border: 1px solid #ccc; -webkit-box-shadow: none; box-shadow: none; background: #fff right 4px no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #000; }
.itc-form-input[name="comment"] { max-width: 300px; width: 100%; }
.itc-form-input.width-full[name="comment"] { max-width: none; }
.itc-form-input::-moz-focus-inner { border: 0; padding: 0; }
.itc-form-input::-ms-clear { display: none; }
.itc-form-input::-webkit-clear-button { pointer-events: auto; display: none; }
.itc-form-input:before { line-height: 2.14285rem; }

.itc-form-input::-webkit-input-placeholder { color: #9fa19f; opacity: 1; }
.itc-form-input::-moz-placeholder { color: #9fa19f; opacity: 1; }
.itc-form-input:-ms-input-placeholder { color: #9fa19f; opacity: 1; }
.itc-form-input:placeholder { color: #9fa19f; opacity: 1; }

.itc-form-input--textarea.no-resize { resize: none; }
.itc-form-input--textarea.resize-v { resize: vertical; }
.itc-form-input--textarea.resize-h { resize: horizontal; }
.itc-form-input[type="password"] { font-family: sans-serif; }
.itc-form-input[readonly] { background: rgba(219, 219, 219, 0.5); }

.itc-form-input--lg { font-size: 15px; line-height: 19px; padding: 7px 18px; border-color: #dbdbdb; }

.itc-form-input--req:invalid, .itc-form-input--req.error { background-image: url("../images/input-error.png"); }
.itc-form-input--req:valid, .itc-form-input--req.valid { background-image: url("../images/input-success.png"); }

.itc-form-input--danger { font-size: 17px; line-height: 20px; min-height: 26px; padding: 3px 15px; border: 1px solid #85301b; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: -4px 4px 5px 0 rgba(128, 35, 14, 0.9) inset; box-shadow: -4px 4px 5px 0 rgba(128, 35, 14, 0.9) inset; background: #b74328; color: #fff; }

.itc-form-input.error { border-color: #85301b; }
/*============================!Form-input!====================================*/
/*============================ Form-button ===================================*/
.itc-button { position: relative; font-family: 'Philosopher'; font-size: 16px; font-weight: normal; line-height: 28px; max-width: 100%; min-height: 28px; margin: 0; padding: 0 15px; border: 1px solid #8c2b15; border-radius: 5px; background: #912508 linear-gradient(to top, #912508 0%, #b0361c 90%); background-origin: border-box; box-sizing: border-box; text-align: center; text-transform: none; text-decoration: none !important; text-shadow: none; white-space: nowrap; overflow: visible; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: all .2s ease-in-out; outline: none !important;  cursor: pointer; color: #fff; }
.bx-ie .itc-button { -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }

.itc-button::-moz-focus-inner { border: 0; padding: 0; }
.itc-button:focus, .itc-button.focus, .itc-button:active:focus, .itc-button:active.focus, .itc-button.active:focus, .itc-button.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.itc-button:focus { text-decoration: none; }
@media (hover: hover) {
  .itc-button:hover { text-decoration: none; }
}
.itc-button.focus { text-decoration: none; }
.itc-button:after { position: relative; content: "\00A0"; width: 0; display: inline-block; vertical-align: baseline; background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); text-indent: -4px; }
.itc-button__inner { -webkit-border-radius: inherit; border-radius: inherit; display: inline-block; vertical-align: top; white-space: nowrap; pointer-events: none; }
.itc-button__inner:before { position: relative; content: "\00A0"; width: 0; display: inline-block; vertical-align: baseline; background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); text-indent: -4px; visibility: hidden; }
.itc-button__text { position: relative; line-height: 1; display: inline-block; /*vertical-align: -5px;*/ white-space: normal; pointer-events: none; cursor: pointer; }
.itc-button__input { position: absolute; font-size: 500px; top: -150px; right: -2px; height: 300px; opacity: 0; cursor: pointer; z-index: 10; }
.itc-button__input-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.itc-button--block { width: 100%; width: -moz-available; display: block; }
.itc-button:disabled, .itc-button.disabled { cursor: default; }
a.itc-button.disabled, fieldset[disabled] a.itc-button { pointer-events: none; }
.ie9 .itc-button { -webkit-filter: none; filter: none; }
.itc-button:hover, .link:hover .itc-button { background: #b0361c linear-gradient(to top, #b0361c 0%, #912508 100%); color: #fff; }
.itc-button:disabled, .itc-button.disabled { border-color: #818a91; box-shadow: 0 0 7px 0 rgba(129, 138, 145, 0.5); background: rgba(129, 138, 145, 0.2); color: #818a91; }
.itc-button .link { color: inherit; }

.itc-button--sm {
  font-size: 0.875rem;
  line-height: 1.85714rem;
  min-height: 1.85714rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.itc-button--lg { line-height: 33px; min-height: 33px; padding-left: 20px; padding-right: 20px; }

.itc-button--default {
  border-color: #ccc;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #eaeaea linear-gradient(to top, #e1e1e1 0%, #d4d4d4 52%, #eaeaea 100%);
  color: #595959;
}
.itc-button--default:hover, .link:hover .itc-button--default {
  background: #e1e1e1 linear-gradient(to bottom, #e1e1e1 0%, #d4d4d4 52%, #eaeaea 100%);
  color: #595959;
}

.itc-button--primary {
  border-color: #0275d8;
  background: #0275d8;
}

#buy_one_click_modal .red {
  color: red;
}

#buy_one_click_modal .tabs-block__item {
  padding: 0;
}

#buy_one_click_modal .street {
  padding: 5px 0;
  line-height: 21px
}

#personal_data {
  margin: 10px 0;
}

.itc_half_item {
  border-bottom: 1px dotted rgb(224, 202, 202);
}

/*.itc-form-input {
  width: 50%;
  line-height: 30px;
}*/

#buy_one_click_modal .street,
#buy_one_click_modal textarea + div {
  color: #808080;
}

#buy_one_click_modal textarea {
    width: 75%;
    min-height: 24px;
    resize: vertical;
}

.div_vchod{
float:right;
padding:5px 164px 0 0;
position:relative;	
}
.div_vchod a{
display:block;
float:left;
height:22px;
line-height:22px;
width:87px;	
text-align:center;
}
.div_vchod .office-login span { margin: 0 3px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.div_vchod a.link2{
display:inline;
line-height:22px;
width:auto;	
text-align:left;
}
.div_vhod{
   background: url("../i/pop_div.png") no-repeat scroll 0 0 transparent;
    height: 148px;
    left: -145px;
    position: absolute;
    top: 23px;
    width: 235px;
	padding:23px 0 0 28px;
/*z-index:6000;*/
z-index:1033;
}
.sl_popup_link {
    position: relative;
}
.div_vhod.type1 .close{
    display: block;
    position: absolute;
    background: no-repeat 0 0 url(/img/lbclose.png);
    width: 17px;
    height: 17px;
    top: 5px;
    right: 5px;
}
.div_vhod.type1{
    top: 25px;
    left: 0;
    height: auto;
    width: 95%;
    padding: 25px 7px 10px;
    background: #fff;
    box-shadow: 1px 1px 10px #333;
    border-radius: 3px;
    font-size: 12px;
}

.div_vhod_2{
    height: 171px;
    position: relative;
    width: 300px;
	padding:0;
}
.p_head{
font-size:16px;
margin-bottom:5px;
}
.form_vhod label{
display:block;
width:53px;
float:left;
padding:4px 0 2px;
}
.form_vhod label.l_c {
display:block;
width:auto;
float:left;
padding:0px 0 2px;
cursor:pointer;
line-height:12px;
}
.form_vhod.changepasswd label {
	margin-right: 10px;
	width: 134px;
}
.inp4{
border:1px solid #cccccc;
background:#fff;
padding:3px 10px;
height:14px;
width:134px;
margin-bottom:5px;
font:12px/14px 'Segoe UI', Arial, Helvetica, sans-serif;
color:#333;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.but_send{
background:url(../i/but_send.jpg) no-repeat;
width:112px;
height:22px;
cursor:pointer;
border:none;
float:left;
margin-right:19px;
}

.category-page .catalog-item-2 .catalog-item-2__img {
	padding: 0;
}
.category-page .catalog-item-2 .catalog-item-2__img .lazy_image_created {
	width: 100% !important;
	height: auto !important;
}
.category-page .catalog-item-2 .catalog-item-2__img .lazy_image_created img {
	width: 100%;
	display: block;
}
.catalog-item-2-block-image {
	max-height: none;
	max-width: 400px;
}

.main__content-wrap h1.modal__block-content-title { 
	font-size: 22px;
    margin: 0;
	line-height: 2.5;
}

.catalog-item-2-block-description-title {
	font-size: 24px;
    margin: 0 0 10px;
}
.main__content-wrap .product__reviews h2 {
	font-family: Philosopher, sans-serif;
	line-height: 3;
    width: 100%;
    text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}
.catalog__wrap {
	justify-content: space-between;
}
.catalog__section-link { 
    line-height: 2.5;
}
.article-list__title a {
	color: #000;
}
.article-list__title a:hover {
	text-decoration: none;
}

.grid-table.grid-table--row {
	-ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
}
.grid-table--row .grid-table__cell {
	margin-right: 15px;
}

@media (max-width: 420px)
{
	.catalog-item-2-block-description-block { display: none; }
}

.address-pvz {display: none;}

@media (max-width: 768px)
{
	.discount-limit { display: none; }
}

.tabs-section {}
.tabs-section .tabs-block {}

.tabs-section .tabs-block__nav {}
.tabs-section .tabs-nav__list {}
.tabs-section .tabs-nav__item { border: 1px solid #e2e2e2; border-right: none; background: #f5f5f5; border-radius: 5px 0 5px 0; margin: 0 10px 0 0; outline: none !important; } 
.tabs-section .tabs-nav__item:first-of-type {}
.tabs-section .tabs-nav__item:last-of-type {}
.tabs-section .tabs-nav__item.ui-tabs-active { background: #fff; border-bottom: none; }
.tabs-section .tabs-nav__item .tabs-nav__link { color: #000; padding: 6px 12px; float: left; overflow: visible; }
.tabs-section .tabs-nav__item .tabs-nav__link::after { 
	content:'';
	position:absolute;
	z-index: 3;
	top: -1px;
	right: -12px;  
	bottom: -1px;
	width: 20px;
	background: #f5f5f5;
	transform: skew(15deg);
	border-radius: 0 5px 0 0;  
	border: 1px solid #e2e2e2;
	border-left: none;
} 
.tabs-section .tabs-nav__item.ui-tabs-active .tabs-nav__link { color: #7a0c0e; outline: none !important; }
.tabs-section .tabs-nav__item.ui-tabs-active .tabs-nav__link::after { background: #fff; z-index: 5; border-bottom: none; bottom: 0; }

.tabs-section .tabs-block__item .cart-item__block-description-block > div { margin-left: 25px; }

.tabs-section .tabs-block__cont {}
.tabs-section .tabs-block__item { padding: 15px 0; font-size: 17px; }
.tabs-section .tabs-block__item.tabs-block__item--current {}

.cart-item__block-button{
  text-align: center;
}

.cart-item__block-description-old-price { 
	flex-direction: column; 
	font-size: 20px; 
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	align-items: baseline;
	line-height: 1.8;
}

.cart-item__block-description-manufacturer, 
.cart-item__block-description-vendor, 
.cart-item__block-description-category {
	font-size: 20px;
	line-height: 1.8;
	padding: 0;
}

.cart-item__block-description-main-price {
	line-height: 1.8;
	font-size: 20px;
	border: none;
	padding: 0;
}

.cart-item__block-description-main-price-button {
	/* line-height: 1.8; */
	margin-top: 15px;
	font-size: 20px;
	padding: 5px 40px;
}

.delivery__desktop { display: block; }
.delivery__mobile { display: none; }

@media (max-width: 768px)
{
	.delivery__desktop { display: none; }
	.delivery__mobile { display: block; }
}