/**/
html {
    height: 100%;
}
body {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}   

.nameLongTabLine{
margin: 10px 30px 0px;
}
    
#panel {
    flex: 0 0 auto;
}
.site-content {
    flex: 1 1 auto;
}
.site-footer {
    position: relative;
    height: auto;
    flex: 0 0 auto;
}
/**/
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 950;
}
/*loader*/
.sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1em;
}
.sk-wave .sk-rect {
    background-color: #337ab7;
    height: 100%;
    width: .5em;
    margin: 0 3px;
    display: inline-block;
    -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/**/
.itc-check-box { font-weight: normal; margin-bottom: 0; }
.itc-check-box {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: inline-flex;
  outline: none !important;
  cursor: pointer;
}
.itc-check-box__input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  /*00abe7*/
}
.itc-check-box__input--check {
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #f0f0f0;
  background: #fff;
}
.itc-check-box__input--check:checked {
  background: #f0f0f0;
}
.itc-check-box__input--radio {
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
  background: #e1e8ee;
}
.itc-check-box__input--radio:checked {
  background: #00abe7;
}
.itc-check-box .itc-check-box__input {
  margin: 0 10px 0 0;
}
.itc-check-box__input:before {
  content: '\00A0';
  width: 0;
  display: block;
}
.itc-check-box__input:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itc-check-box__input--check:after {
  width: 10px;
  height: 6px;
  margin-top: -1px;
  border-left: 2px solid #00abe7;
  border-bottom: 2px solid #00abe7;
  transform: translate(-50%, -50%) rotate(-50deg);
  transform-origin: 50% 50%;
}
.itc-check-box__input--radio:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
}
.itc-check-box__input:checked:after {
  content: '';
}
.itc-check-box__title {}
/**/
.form-group { margin-bottom: 12px;}
.form-group__label { font-weight: normal; margin-bottom: 0; display: block; color: #2b2b2b; }
.form-group__title { font-size: 16px; margin-bottom: 6px; display: flex; align-items: baseline; }
.form-group__title sup { top: 0; font-size: inherit; color: #858585; }
.form-group__title-right { margin-left: auto; padding-left: 10px; }
.form-group__body { position: relative; }
.form-group .form-control { font-size: 14px; width: 100%; height: 37px; padding: 0 9px; border-radius: 4px; box-shadow: none; border: 1px solid #b2b2b2; }
.form-group .form-control::placeholder { opacity: 1; color: #a3a3a3; }
.form-group .forgot-link { font-size: 10px; color: #a3a3a3; }
.form-group .passwordShowHide { position: absolute; top: 14px; right: 8px; width: 23px; height: 10px; background: url('/bitrix/templates/index/images/sprites.png') -50px -160px no-repeat; cursor: pointer; }
.form-group .passwordShowHide.show { background-position: -50px -180px; }
.form-buttons {}


.modal-dialog.modal-dialog--auth { width: 410px; max-width: 100%; }
.modal-dialog--auth .modal-close { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: none; background: none; outline: none; display: flex; align-items: center; justify-content: center; z-index: 10; }
.modal-dialog--auth .modal-close:before, .modal-dialog--auth .modal-close:after { position: absolute; content: ''; top: 50%; left: 50%; width: calc(46% / 0.707); max-width: 21px; border-top: 2px solid; transform: rotate(45deg) translate(-50%, -50%); transform-origin: 0 0; color: #2b2b2b; }
.modal-dialog--auth .modal-close:before {}
.modal-dialog--auth .modal-close:after { transform: rotate(-45deg) translate(-50%, -50%); }
.modal-dialog--auth .modal-content { border-radius: 2px; box-shadow: 5px 5px 5px 0 rgba(101, 101, 101, 0.75); }
.modal-dialog--auth .modal-head { font-size: 16px; line-height: 1; color: #2b2b2b; }
.modal-dialog--auth .modal-nav { padding: 0; margin: 0; border-radius: 2px 2px 0 0; background: #e6e6e6; list-style: none; display: flex; overflow: hidden; }
.modal-dialog--auth .modal-nav__item { padding: 0; margin: 0; }
.modal-dialog--auth .modal-nav__item--auth { flex: 0 0 auto; }
.modal-dialog--auth .modal-nav__item--reg { flex: 1 1 auto; }
.modal-dialog--auth .modal-nav__item.active { background: #f2f2f2; }
.modal-dialog--auth .modal-nav__link { padding: 13px 37px 15px 37px; display: block; outline: none; text-decoration: none; color: inherit; }
.modal-dialog--auth .modal-nav__link--auth { padding-left: 25px; }
.modal-dialog--auth .modal-nav__link--reg {}
.modal-dialog--auth .modal-nav__link:hover { background: #f2f2f2; }
.modal-dialog--auth .modal-body { padding: 11px 25px 13px 25px; }
.modal-dialog--auth .modal-body .tabs-block__item { padding: 0; display: none; }
.modal-dialog--auth .modal-body .tabs-block__item.active { display: block; }
.modal-dialog--auth .form-buttons { margin-top: 17px; }
.modal-dialog--auth .form-buttons--auth { margin-top: 42px; }
.modal-dialog--auth .form-buttons .btnru { font-size: 18px; width: 100%; height: 37px; padding: 0 15px 1px 15px; border: none; box-shadow: none; text-transform: none; }
.modal-dialog--auth .itc-check-box { font-size: 11px; }

.modal-dialog--auth .authForm { padding-bottom: 32px; }

.modal-dialog--auth .popupWrapper .regFormDescription .regForm { width: auto; float: none; }
.modal-dialog--auth .popupWrapper .regFormDescription .regDescription { font-size: 10px; line-height: 12px; width: auto; margin: 20px 0 0 0; padding-top: 9px; border-top: 1px solid #e6e6e6; float: none; color: #a3a3a3; }

.modal-dialog--auth .personTypeSelect { font-size: 11px; margin-top: 17px; }
.modal-dialog--auth .personTypeSelect .onePersonType { text-decoration: none; display: none; }
.modal-dialog--auth .personTypeSelect .onePersonType.active { display: inline; }

@media (min-width: 576px) {
  .modal-dialog--auth .modal-nav__link--auth { padding-left: 50px; }
  .modal-dialog--auth .modal-body { padding-left: 50px; padding-right: 50px; }
}
/**/
body .header-fixed {
    height: auto;
}
.header-fixed:before {
    content: '';
    height: 7px;
    background: #3d3d3d;
    box-shadow: 0px 0px 6px #cccccc;
    display: block;
}
.header-fixed__inner {
    max-width: 1420px;
    padding: 10px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: 'logo location menu office';
}
.header-fixed__logo {
    margin-right: 20px;
    grid-area: logo;
}
.header-fixed__logo .logo a {
    width: 80px;
    height: 80px;
    text-decoration: none;
    display: block;
}
.header-fixed__location {
    grid-area: location;
}
.header-fixed__location .headerPhone a {
    font: 26px "Roboto Condensed", Verdana, Arial;
    text-decoration: none;
    color: #000;
}
.header-fixed__menu {
    min-width: 400px;
    padding: 14px 0;
    margin-left: 20px;
    grid-area: menu;
}
body .header-fixed__menu .catalogMenu {
    margin: 0;
}
.header-fixed__office {
    position: relative;
    padding-left: 17px;
    margin-left: 17px;
    border-left: 1px dashed #d7d7d7;
    grid-area: office;
    margin-right: 91px;
}

.header-location {}
.header-location .citySelect {
    position: relative;
    display: flex;
    z-index: 1;
}
.header-location .citySelect .selectedCity {
    position: relative;
    font: 700 14px "Roboto Condensed", Verdana, Arial;
    color: #3d3d3d;
    text-decoration: none;
    border-bottom: 1px dashed #3d3d3d;
    padding: 0 20px 0 0;
}
.header-location .citySelect .selectedCity:after {
    position: absolute;
    right: 3px;
    top: 8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #3d3d3d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header-location .citySelect .citySelectVariants {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px #cccccc;
    display: none;
}
.header-location .citySelect:hover .citySelectVariants {
    display: block;
}
.header-location .citySelect ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-location .citySelect li {
    padding: 0 0 3px;
    margin: 0;
}
.header-location .citySelect li a {
    font: 14px "Roboto Condensed", Verdana, Arial;
    text-decoration: none;
    border: none;
    color: #007fbe;
}

.header-fixed .headerPCabinet {
    flex: 0 0 auto;
}
.header-fixed .headerPCabinet .topBasketPersonal {
    /* display: flex; */
    justify-content: flex-end;
}
.header-fixed .headerPCabinet .topBasketPersonal:before, .header-fixed .headerPCabinet .topBasketPersonal:after {
    content: none;
}
.header-fixed .headerPCabinet .topPersonalInfo {
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    max-width: 250px;
    margin-left: 20px;
    text-align: right;
    color: #3d3d3d;
}
.header-fixed .headerPCabinet .topPersonalInfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-fixed .headerPCabinet .topPersonalInfo ul li {
    padding: 0;
    margin: 0;
}
.header-fixed .headerPCabinet .topBasket {
    position: relative;
    flex: 0 0 auto;
    order: -1;
}
.header-fixed .headerPCabinet .topBasket .yourBasketText p {
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #828282;
    margin: 0;
}
.header-fixed .headerPCabinet .topBasket .topBasketCount {
    margin: 0 0 12px;
}
.header-fixed .headerPCabinet .topBasket .topBasketCount .basketLinkCount {
    color: #828282;
    text-decoration: none;
    display: inline-block;
    height: 33px;
    position: relative;
    padding-left: 35px;
}
.header-fixed .headerPCabinet .topBasket .topBasketCount .basketLinkCount:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 30px;
    height: 26px;
    background: url('../images/sprites.png') no-repeat -125px 0;
}
.header-fixed .headerPCabinet .topBasket .topBasketCount .basketLinkCount .bCount {
    display: block;
    padding: 7px 3px;
    position: relative;
}
.header-fixed .headerPCabinet .topBasket .topBasketCount .basketLinkOrder {
    display: block;
    border: 1px solid #d7d7d7;
    background: #f2f2f2;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #828282;
    text-transform: uppercase;
    padding: 6px 9px;
    margin: 0 0 0 17px;
    text-decoration: none;
    width: 90px;
    display: inline-block;
}
.header-fixed .headerPCabinet .topBasket .topBasketLinks {
    text-align: right;
}
.header-fixed .headerPCabinet .topBasket .topBasketLinks a {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    text-decoration: underline;
    color: #007fbe;
}
.header-fixed .headerPCabinet .topBasket .topBasketLinks a:hover {
    text-decoration: none;
}
.header-fixed .headerPCabinet .topBasket .topBasketLinks a:first-child {
    margin: 0 20px 0 0;
}
.header-fixed .headerPCabinet .topBasket .topBasketLinks a:first-child:after {
    position: absolute;
    content: "";
    border-right: 1px dashed #d7d7d7;
    right: -10px;
    width: 1px;
    top: 2px;
    height: 14px;
}
/**/
.tableItems .tooltip-popup-outer {}
.tableItems .tooltip-popup-outer ul { padding: 0; margin: 0; list-style: none; }
.items .tableItems .tableItemsUl .tooltip-popup-outer li { padding: 0; margin: 0; width: auto; height: auto; border: none; border-radius: 0; }
.tableItems .tooltip-popup-outer .action-name { font-size: 10px; line-height: 10px; width: 64px; height: 32px; padding: 10px 0 0 0; border: 2px solid #e1e1e1; border-radius: 2px; background: #ff4848; display: block; text-align: center; white-space: nowrap; text-transform: uppercase; text-decoration: none; color: #fff; }
/*.tableItems .tooltip-popup-outer .action-name { width: 76px; background: rgb(2, 171, 255); white-space: nowrap; }*/
.tableItems .tooltip-popup-outer .tooltipWrap {
    position: absolute;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    top: 42px;
    left: 0;
    min-width: 280px;
    padding: 8px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 0px 7px 1px #eaeaea;
    background: #fff;
    display: none;
    color: #000;
    z-index: 1;
}
.tableItems .tooltip-popup-outer li:hover .tooltipWrap {
     display: block;
 }
.tableItems .tooltip-popup-outer .tooltipWrap .tooltipBottom {
    position: absolute;
    top: -11px;
    left: 22px;
    width: 16px;
    height: 11px;
    background: url('/bitrix/templates/index/images/sprites.png') -200px -220px no-repeat;
}
.tableItems .tooltip-popup-outer .tooltipWrap a {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.tableItems .tooltip-popup-outer .tooltipWrap a span {
     font-weight: bold;
 }
/**/
.topMenu {}
.mobile:hover .topMenu { display: none; }
.mobile.open .topMenu { display: block; }

.mobile ul.topMenu.menu--open {
    display: block;
}

/**/
.topBasketLinks {}
.topBasketLinks__item { text-decoration-skip-ink: none; outline: none; }
.topBasketLinks__item:hover, .topBasketLinks__item:focus { outline: none; }
.topBasketLinks__item--login { text-transform: uppercase; }
.topBasketLinks__item--reg {}
.topBasketLinks__item--lk {}
.topBasketLinks__item--logout {}



header .headerInner .headerInfo .logo a { width: 100px; height: 100px; text-decoration: none; display: block; }
.fixedTop .headerInner .headerInfo .logo a { width: 80px; height: 80px; text-decoration: none; display: block; margin-top: -15px;}

.logo img { max-width: 100%; }
@media (min-width: 480px) {
  header .headerInner .headerInfo .logo a { width: 141px; height: 52px; }
}

.form-errors{color:red;}
.sdek-selected-pvz{display:none;text-transform:none;font-weight:normal !important;margin: 0 !important;;margin-left:10px !important;}
.product-table-item__price {white-space: nowrap;}

.promo-title-block {
  background-color: #ff4848;
  color: #fff;
}

.new-products-title-block {
  background-color: #008000;
  color: #fff;
}

.hits-title-block {
  background-color: #096492;
  color: #fff;
}

.reviews-title-block {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.reviews__title a.reviews-title-block:not([href="/placeholder"]) {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.carousel.actions a.promo-title-block:not([href="/placeholder"]) {
  background-color: #ff4848;
  color: #fff;
}
/* Print */
@media print {
    #panel {
        display: none;
    }
    .topMenuWrapOuter, .menuSearch, .advantages, .headerPCabinet, .personal .personalTabs, .fixedTop, .headerCallback, .breadcrumbs {
        display: none;
    }
    .footerInfo, .footerMenu .twoColumns, .footerMenu .onoColumn {
        display: none;
    }
    body header .headerInner .headerInfo .logo a {
        width: 70px;
        height: 70px;
    }
    header .headerInner .headerInfo .logo a:after {
        content: none;
    }
    header .headerInner .headerInfo .headerPhone a {
        font-size: 20px;
    }
    header .headerInner .headerInfo .headerPhone a:after {
        display: none;
    }
    body section {
        padding-bottom: 10px;
    }
    .personal .personalTabDescriptions {
        left: 0;
        width: auto;
        float: none;
    }
    body footer .footerWrapInner {
        margin-top: 20px;
    }
    body footer .sitycopy {
        width: auto;
    }
}
@media print and (max-width: 1300px) and (min-width: 1024px) {
    body .header-address-list {
        width: auto;
    }
}
