
/* modification list */
.catalog-stock__modification-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    max-width: 700px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.catalog-stock__modification-list li p {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    position: relative;
}

.catalog-stock__modification-list li  b {
    font-weight: normal;
    padding-right: 3px;
}

.catalog-stock__modification-list li p span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding-right: 3px;
}

.catalog-stock__modification-list li p:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-bottom: 1px dotted;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.catalog-stock__wrapper {
    margin-bottom: 50px;
    padding-top: 10px;
}

.catalog-stock-item__wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
}
/* catalog cars bottom links */
.catalog-stock__other-parts-link {
    margin: 20px 0;
    display: flex;
     justify-content: space-between;
}

#content .catalog-stock__other-parts-link .link-button  {
    display: block;
    padding: 15px;
    font-size: 16px !important;
    line-height: 27px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #59b3f4;
    color: #59b3f4;
    white-space: nowrap;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 10px 10px 55px;
    position: relative;
}
#content .catalog-stock__other-parts-link .link-button:hover {
    opacity: .8;
}
.catalog-stock__other-parts-link .link-button:first-child {    
    max-width: calc(100% - 260px);
}
.catalog-stock__other-parts-link .link-button:last-child {
    margin-left: 20px;
    width: 240px;
}
.catalog-stock__other-parts-link .catalog-stock__other-parts-link_svg {
    position: absolute;
    left: 19px;
    top: 13px;
} 

/* catalog cars bottom links // chosen car */

.catalog-stock__modification-link {
    font-size: 13px !important;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    line-height: 18px !important;
}

.catalog-stock__subtitle--additional-parts {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: bold !important;
    padding: 0 0 18px 0 !important;
}


/* catalog stock title */
.catalog-stock__title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 26px;
}
.catalog-stock__title b {
    font-weight: normal;
    display: block;
    padding-bottom: 15px;
    font-size: 28px;
}
.catalog-stock__title sup {
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    display: block;
    padding-left: 29px;
    background: url('../../images/shop/catalog-stock-part-check.png') left 4px no-repeat;
}
.catalog-stock__title sup span {
    white-space: nowrap;
}
.catalog-stock__title__last {
    margin-right: 10px;
    display: block;
    white-space: normal !important;
}

.catalog-stock__title sup a {
    white-space: nowrap;
    font-size: 14px !important;
    line-height: 17px !important;
}

.catalog-stock__subtitle {
    line-height: 20px;
    font-size: 17px;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}

/* Заголовок выше формы поиска*/
.catalog-stock__top-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #e3e3e3;
    color: #333333;
    max-width: 1100px;
    border-radius: 3px;
}
.catalog-stock__top-title.has-image {
    padding: 5px 25px 5px 5px;
}
/*.catalog-stock__top-title span {
    white-space: nowrap;
}*/

.catalog-stock__top-title a {
    font-size: 14px !important;
    line-height: 17px;
    font-weight: normal;
    white-space: nowrap;
}

.catalog-stock__top-title_link {
    padding-left: 15px;
    width: 220px;
}

.catalog-stock__top-title_img {
    box-sizing: border-box;
    width: 109px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px; 
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    margin-right: 18px;
    cursor: pointer;
}

.catalog-stock__top-title_img img {
    max-height: 37px;
    max-width: 107px;
    vertical-align: middle;
}

.catalog-stock__top-title_text {
    max-width: calc(100% - 220px);
    overflow: hidden;
}

.has-image .catalog-stock__top-title_text {
    max-width: calc(100% - 345px);
}

/* catalog stock item */
.catalog-stock__item {
    padding-top: 12px;
    position: relative;
}
.catalog-stock__item.has_stock_image {
    display: flex;
    width: 100%; 
    margin-bottom: 20px;
}
.catalog-stock__sticky_wrapper {
    width: 50%; 
}

/* catalog stock item img */
.catalog-stock__item_img {
    padding-right: 20px;
    vertical-align: top;
    position: sticky; 
    top: 10px;
}
.catalog-stock__item_img .show-part-images {    
    border: 1px solid #E0E0E0;
    overflow: hidden;
    position: relative;
    background: #ffffff;    
    text-align: center;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.catalog-stock__item_img .show-part-images img {
    max-width: 100%;
    position: relative;
    max-height: 100%;
}

.catalog-stock__item_img .show-part-images:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    background: #fafafa url('../../images/shop/zoom-plus.png');
    cursor: pointer;
    z-index: 3;
}


/* has google image */
.catalog-stock__item .google-image-search-link {
    margin-left: 0;
    margin-right: 5px;
}
.catalog-stock__item .google-image-search-link:hover:after {
    left: 0;
}

.catalog-stock__item.has_stock_image .google-image-search-link {
    display: none !important;
}

/* catalog stock item info */
.has_stock_image .catalog-stock__item_info {
    width: 50%;
    disp-lay: table-cell;
    vert-ical-align: top;
    padding-left: 20px;
    box-sizing: border-box;
}

.catalog-stock__item_info p {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 39px;
}

.catalog-stock__item_info p b {
    display: block;
}
.catalog-stock__item_info .google-image-search-link svg {
    margin-top: 0;
}

.catalog-stock__item_stock {
    font-size: 14px;
    opacity: .5;
    margin-bottom: 15px;
}

.catalog-stock__item_price {
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 6px;
}
.catalog-stock__item_price__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.catalog-stock__item_button  {
    display: block;
    width: 190px;
    border-radius: 5px;
    background: #12b00b;
    color: #ffffff;
    height: 60px;
    line-height: 58px;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    background: #59B3F4;
}
.catalog-stock__item_button  svg {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 10px;
}


/* catalog stock actions buttons */
/*.catalog-stock__actions {    
    margin-top: 27px;
    position: relative;
    margin-bottom: 45px;
}
.catalog-stock__actions.has_stock_image  {
    display: table;
    width: 100%;
}

.catalog-stock__callback_wrapper {
    position: absolute;
    left: 323px;
    top: 0;
}
.catalog-stock__callback b {
    white-space: nowrap;
}
.has_stock_image .catalog-stock__callback_wrapper {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    position: relative;
    left: auto;
    top: auto;
}

.has_stock_image .catalog-stock__button_wrapper {
    display: table-cell;
    width: calc(60% - 30px);
    padding-left: 30px;
    vertical-align: top;
}*/



/* shop catalog stock table */
/* делаем белую подложку, чтобы при цветном фоне магазина цвет полупрозрачного фона блока не смешивался и не получалось грязи*/
.catalog-stock__table_white {
    background: #ffffff;
}
.catalog-stock__table_wrapper {
    background: #eaf7e9;
}
/* shop catalog stock table // select */
.catalog-stock__table_select {
    padding: 12px;
    border-bottom: 1px solid #12b00b;
    font-size: 15px !important;
    box-sizing: border-box;
}

.catalog-stock__table_select div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-stock__table_select div:nth-child(1) {
    padding-right: 8px;
}

.catalog-stock__table_select div:nth-child(2) {
    padding-left: 8px;
}

.catalog-stock__table_select div select {
    width: 100%;
    font-size: 15px !important;
}

.catalog-stock__table_select__spacer {
    height: 61px;
}

/* top fixed selects */
.catalog-stock__table_select__wrapper.fixed-form {
    position: fixed;
    z-index: 1000;
    top: 0;
}

/* shop catalog stock table // h1 */
.catalog-stock__table_h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #12b00b;
    color: #10b00a;
    padding: 13px 20px 20px 18px;
}
/* shop catalog stock table // h2 */
.catalog-stock__table_h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 20px 22px 52px;
    font-weight: bold;
    border-bottom: 1px solid #12b00b;
}
/* shop catalog stock table // table */
.catalog-stock__table {
    background: #ffffff;
    display: table;
    width: 100%;
}

.catalog-stock__table_row {
    display: table-row;
}

.catalog-stock__table_td {
    display: table-cell;
    border-bottom: 1px solid #12b00b;
    font-size: 14px;
    padding: 9px 9px 9px 0;
    vertical-align: middle;
}
.catalog-stock__table_td.has-item-link {
    padding-top: 0;
    padding-bottom: 0;
}

.catalog-stock__table_td.has-item-link a.item-link {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px !important;
}

.catalog-stock__table_td.catalog-stock__table_td-name a.item-link {    
    text-decoration: underline !important;
}

.catalog-stock__table_td.has-item-link--part-page {
    text-decoration: underline;
}

/* cart button */
.cart_plus {
    display: block;
    width: 67px;
    height: 40px;
    border-radius: 4px;
    background-color: #eaf7e9;
    background-image:  url('../../images/shop/cart-plus-green.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.catalog-stock__table_td-name {
    padding-left: 9px;
}

.catalog-stock__table_td-cart {
    width: 67px;
}

.catalog-stock__table_td-price {
    text-align: right;
    padding-right: 11px;
    width: 90px;
}

.catalog-stock__table_td-price a.item-link b {
    font-size: 16px !important;
}

.catalog-stock__table_td-brand {
    width: 130px;
    padding-right: 0;
}
/* photo icon */
.catalog-stock__table_td-photo {
    width: 40px;
    text-align: center;
}
.stock-photo {
    display: inline-block;
    width: 24px;
    height: 22px;
    b-ackground: url('../../images/shop/camera-stock.png') center center no-repeat;
    cursor: pointer;
}
.stock-photo.show-part-images svg {
    margin-top: 0;
}
.catalog-stock__table_td-brand .stock-photo {
    display: none;
}
.catalog-stock__table_td-brand .google-image-search-link {
    display: none;
}


/* photo img */
.catalog-stock__table_td-photo-img {
    width: 40px;
    padding-left: 9px !important;
    padding-right: 0 !important;
    text-align: center;
}

.catalog-stock__table_td-photo-img .show-part-images {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    background: #ffffff;
    overflow: hidden;
}

.catalog-stock__table_td-photo-img .show-part-images img {
    max-width: 38px;
    max-height: 38px;
    vertical-align: middle;
}

.catalog-stock__table_td-photo-img .google-image-search-link:hover:after {
    left: 0;
}


/* catalog-stock  callback block */
.catalog-stock__callback { 
    padding: 24px 20px;    
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    color: #000000;
    background: #F3F4F6;
    text-align: center;
}
#content .catalog-stock__callback a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    margin: 0 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
}
a.stock-wa {
    padding-left: 38px;
    background: url('../../images/shop/stock_wa.png')  left center no-repeat;
}
a.stock-phone {
    padding-left: 32px;
    background: url('../../images/shop/stock_phone.png')  left center no-repeat;
}
.catalog-stock-svg {
    fill: #999999;
}
.catalog-stock__callback .mobile-only {
    display: none;
}
.svg-bank-note {
    stroke: #999999;
}
.catalog-stock__callback_text {
    padding-top: 1px;
    padding-bottom: 9px;
}

/*.catalog-stock__callback .catalog-stock-svg {
    position: absolute;
    left: 0;
    top: 4px;
}*/
/* catalog stock item additional info tabs */
/*.catalog-stock_tab-content {
    display: none;
    padding-top: 22px;
    padding-bottom: 1px;
}
#catalog-stock_tab1:checked ~ #catalog-stock_content-tab1, 
#catalog-stock_tab2:checked ~ #catalog-stock_content-tab2, 
#catalog-stock_tab3:checked ~ #catalog-stock_content-tab3 {
    display: block !important;
}
.catalog-stock_item__additional_info {
    position: relative;
}
.catalog-stock_item__additional_info:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 33px;
}

.catalog-stock_item__additional_info .catalog-stock_tab__label {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 40px;
    cursor: pointer;
}

.catalog-stock_item__additional_info .catalog-stock_tab__label:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px; 
    background: transparent;
    position: absolute;
    left: 0;
    top: 31px;
    transition: linear .2s;
}
.catalog-stock_item__additional_info input{
    display: none;
}
.catalog-stock_item__additional_info input:checked + .catalog-stock_tab__label:after {
   background: #999999;
   width: 100%;
   cursor: default;
}
.catalog-stock_tab__label_mobile {
    display: none;
}*/

.catalog-stock_item__additional_info input{
    display: none;
}
.catalog-stock_tab__label_mobile {
    display: none;
}
.catalog-stock_tab__label {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    border-radius: 5px;
    background: #F3F4F6;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.additional_info__wrapper {
    padding-bottom: 20px;
}
.catalog-stock_tab-content {
    padding-bottom: 10px;
}

/* catalog stock item additional info content */
.catalog-stock_tab-content__item {
    margin-bottom: 20px;
}
.catalog-stock_tab-content__item .svg-icon-container {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    border: 1px solid #E0E0E0;
}
.catalog-stock_tab-content__item .svg-curier {
    width: 20px;
    height: 20px;
}
.catalog-stock_tab-content__item .svg-samovyvoz {
    width: 22px;
    height: 18px;
}
.catalog-stock_tab-content__item .svg-transport {
    width: 22px;
    height: 14px;
}
.catalog-stock_tab-content__item .svg-bank-card {
    width: 18px;
    height: 19px;
}
.catalog-stock_tab-content__item .svg-bank-note {
    width: 20px;
    height: 16px;
}
.catalog-stock_tab-content__item .svg-bank{
    width: 18px;
    height: 18px;
}
.catalog-stock_tab-content__item p {
    display: inline-block;
    vertical-align: top;
    width: calc(99% - 45px);
    padding-left: 17px;
    line-height: 20px;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.catalog-stock_tab-content__item p b {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.catalog-stock_tab-content__item p img {
    vertical-align: middle;
    margin-right: 5px;
}

.catalog-stock_tab-content__item .svg-icon-container svg {
    vertical-align: middle;
}
#catalog-stock_tab-content_mobile-wrapper_03 .catalog-stock_tab-content__item p b {
    display: inline !important;
    font-weight: normal;
    vertical-align: middle;
}
#catalog-stock_tab-content_mobile-wrapper_03 .catalog-stock_tab-content__item p, 
#catalog-stock_tab-content_mobile-wrapper_03 .catalog-stock_tab-content__item .svg-icon-container {
    vertical-align: middle;
}
/* catalog stock item additional info content // brand text */
#catalog-stock_content-tab1 {
    margin-top: -12px;
}
#catalog-stock_content-tab1 .additional_info__text div {
    margin-bottom: 15px;
}
#catalog-stock_content-tab1 .additional_info__text div:last-child {
    margin-bottom: 0;
}
#catalog-stock_content-tab1 p {
    margin-bottom: 0;
}
.additional_info__text {
    height: 195px;
    overflow: hidden;
    transition: linear .2s;
    line-height: 22px;
}
/* catalog stock item additional info content // brand text // show more */
#show-more-check:checked ~ .additional_info__text {
    height: auto;
}
.catalog-stock__show_more {
    display: block;
    text-align: center;
    font-size: 13px !important;    
    text-transform: uppercase;
    padding-top: 13px;
}
.catalog-stock__show_more b {
    font-weight: normal;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
    display: none;
}
.catalog-stock__show_more b:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #999999;
}
.catalog-stock__show_more span {
    font-weight: normal;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
}
.catalog-stock__show_more span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #999999;
}
#show-more-check:checked ~ .catalog-stock__show_more span {
    display: none;
}
#show-more-check:checked ~ .catalog-stock__show_more b {
    display: inline;
}


/* item page // selects for details */
.item-page_warehouse-form .search-form-element--search-button {
    margin-left: 20px;
}

.item-page_warehouse-form .search-form-element--maker {
    width: 50%;
    padding-right: 8px;
}

.item-page_warehouse-form .search-form-element--model {
    width: 50%;
    padding-right: 0;
    padding-left: 8px;
}

.item-page_warehouse-form .search-form-element--modification {
    width: 100%;
    box-sizing: border-box;
}

.item-page_warehouse-form {
    position: relative;
    margin-bottom: 20px;
}

/* wrapper for modifications list table */
.modification-table_wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    margin-top: -68px;
    background: #ffffff;
}

.item-page_warehouse-form .search-form-label {
    display: inline-block;
    width: 60px;
    margin-right: -4px;
}

.item-page_warehouse-form .search-form-select--warehouse-maker, 
.item-page_warehouse-form .search-form-select--warehouse-model {
    width: calc(100% - 60px);
    margin-right: -4px;
}

.item-page_warehouse-form .search-form--warehouse {
    padding: 15px;
}

.search-form--warehouse + .search-form--warehouse {
    padding-top: 0;
}

/* psevdoselect */
.search-form-select--warehouse-modification {
    width: calc(100% - 61px);
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 40px 0 9px;
    position: relative;
}

.search-form-select--warehouse-modification:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 12px;
    border: 4px solid transparent;
    border-bottom: 5px solid black;
}

.search-form-select--warehouse-modification:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 27px;
    border: 4px solid transparent;
    border-top: 5px solid black;
}

.warehouse-modification-disabled:after {
    border-bottom: 5px solid #e1e1e1 !important;
}
.warehouse-modification-disabled:before {
    border-top: 5px solid #e1e1e1 !important;
}
.warehouse-modification-disabled li {
    color: #7F7F7F !important;
}
.search-form-select--warehouse-modification .catalog-stock__modification-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    max-width: 100%;
    margin-bottom: 0;
    height: 37px;
    display: table-cell;
    vertical-align: middle;
}
.search-form-select--warehouse-modification .catalog-stock__modification-list li {
    display: inline;
    margin-right: 5px;
    white-space: nowrap;
}
.search-form-select--warehouse-modification .catalog-stock__modification-list li:after {

}
.search-form-select--warehouse-modification .catalog-stock__modification-list li p {
    font-size: 14px;
    line-height: 16px;
    display: inline;
    padding-right: 3px;
    vertical-align: top;
}
.search-form-select--warehouse-modification .catalog-stock__modification-list li b {
    font-size: 14px;
    display: inline;
    padding-right: 0;
    vertical-align: top;
}
.search-form-select--warehouse-modification .catalog-stock__modification-list li p:after {
    display: none;
}

/*  Попап с картой  */
.warehouse-popup-map-title {
    border: none;
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.warehouse-popup-map-wrapper {
    position: relative;
    height: 268px;
}

.warehouse-popup-map {
    height: 268px;
    width:100%;
    position: absolute;
    z-index:100;
    cursor: pointer;
}

.warehouse-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    display: none;
    background: rgba(0,0,0,.3);
}

.warehouse-popup-dialog {
    position: fixed;
    width: 944px;
    left: 50%;
    margin-left: -471px;
    background-color: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10002;
    padding: 0 10px 10px 10px;
    color: #000000;
    display: none;
    height: 85%;
    top: 50px;
}

.warehouse-popup-dialog__title {
    text-align: center;
    line-height: 50px;
}

.warehouse-popup-dialog__title a {
    font-size: 15px !important;
    color: #333333 !important;
}

.warehouse-popup-dialog__close {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: -38px;
    right: -38px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOBJREFUeNq019EOgyAMBVCm+25M999LJwtmTAq05dKEaND0CA83+GDmkCvm6yusqf/+CT5H5F/FPIccVf/75Apc7L+di96FbaFia2a3l4T5/foqYrkieKWcrVC+iMS76B1G4UNUgmdxFdqCvbga7cFW3ISOYC1uRjXwCHehWriHu1ALrMVJ288aDIRA09iM2ft2PqsLkEiuhEOiJnw2e93xisheFx5A2WvGIYHvwVGoGUeiJhyNqvEVqApfhQ7x1rk6/WYcgHP10fglEs/ViJX2Vv7t/yy+LAj3qKr6fwQYAG0D3rQkMqKxAAAAAElFTkSuQmCC') center center no-repeat;
}

.warehouse-popup-dialog__content {
    height: calc(100% - 50px);
}

@media screen and  (min-width: 1px) and (max-width: 1020px) {
    .warehouse-popup-dialog {
        top: 70px;
        width: 800px;
        margin-left: -400px;
    }
    .warehouse-popup-dialog__close {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 16px;
        right: 15px;
        background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgADgAOAwERAAIRAQMRAf/EAFsAAAMBAAAAAAAAAAAAAAAAAAACBQYBAQAAAAAAAAAAAAAAAAAAAAAQAAICAQQCAwEAAAAAAAAAAAIDAQQFERIGByETIjIUCBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A22czmX6Ny7r151jNda5qww1rNntvY283c2QCWlBOS4oKfJaxPmfP3BKdjsJmFvd1ZUPfdRUF3HeIqs7KtfEG1bLJuMZEWWGVhI43axEwPjXaIgWKeFZ2EGV7qvVUXX/pVxHjrhaeIr1Q1E3HZYsazLDAHdoZRMRMfHXaIhGxuN4xW4xlQDKnf/n6+YPYx4XEvx703El+atuT7n1Hu0CZCNBjd8omJkg//9k=') center center no-repeat;
        cursor: pointer;
    }
}

@media screen and  (min-width: 1px) and (max-width: 810px) {
    .warehouse-popup-dialog {
        margin-left: 0;
        left: 24px;
        width: calc(100% - 48px);
        top: 70px;
        margin-top: 0;
        height: calc(100% - 100px);
        overflow-y: auto;
    }
    .warehouse-popup-dialog__content {
        --padding-bottom: 20px;
    }
}

@media screen and  (min-width: 1px) and (max-width: 480px) {
    .warehouse-popup-dialog {
        width: calc(100% - 32px);
        left: 16px;
    }
}
/*  Попап с картой (конец) */

/* modification table title */
.modification-table_title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    background: #6b6b6b;
    padding: 12px 12px 0 12px;
}

@media screen and  (min-width: 1px) and (max-width: 1000px) {
    .modification-table_title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 12px;
    }
}

@media screen and  (min-width: 1px) and (max-width: 480px) {
    .modification-table_title {
        font-size: 14px;
        line-height: 16px;
    }
}


/* catalog stock slide table */
input#open-slide-table {
    display: none !important;
}
/* title */
.slide-table__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 60px;
}
/* wrapper */
.slide-table__wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 60px;
}
/* table */
.slide-table__table {
    display: table;
    width: 100%;
}
.slide-table__table .google-image-search-link, .slide-table__table .stock-photo {
    display: none;
}
.slide-table__tr {
    display: table-row;
    transition: all 0.5s ease-out 0.5s;
}
.slide-table__tr:hover .slide-table__td {
    background: rgba(0,0,0,.01);
}
.slide-table__td {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid  #E0E0E0;   
}
.slide-table__tr:last-child .slide-table__td, .slide-table__tr:nth-child(2) .slide-table__td {    
    border-bottom: none;  
}
#content .slide-table__td a {
    text-decoration: none;
    font-size: 15px;
}
#content .slide-table__td a.item-link {
    display: block;
}
#content .slide-table__td a.slide-table__cart:hover {
    opacity: .8;
}
#content .slide-table__td a .slide-table__currency {
    font-size: 14px;
}
#content .slide-table__td a b {
    font-size: 16px;
}
.slide-table__td:last-child {
    padding-right: 15px;
}
.slide-table__wrapper .slide-table__tr {
    display: none;
}
.slide-table__wrapper .slide-table__tr.slide-table__tr_visible {
    display: table-row;
}
.slide-table__wrapper .hide-text {
    display: none;
}
.slide-table__td_brand {
    white-space: nowrap;
}
/* table // image */
.slide-table__td_img {
    width: 44px;
}
.slide-table__td_img a {
    display: block;
    border: 1px solid #E0E0E0;
    height: 42px;
    width: 42px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    overflow: hidden;
    border-radius: 3px;
    background: #ffffff;
}
.slide-table__td_img a img {
    max-height: 42px;
    max-width: 42px;
    vertical-align: middle;
}
.slide-table__td_img svg {
    margin-top: 11px;
}
/* table // add to cart button */
.slide-table__td_cart {
    width: 67px;
}
.slide-table__cart {
    display: block;
    width: 67px;
    height: 40px;
    background: #59B3F4;
    border-radius: 5px;
    cursor: pointer;
}
.slide-table__cart svg {
    margin-top: 11px;
    margin-left: 12px;
}
/* show more text */
.slide-table__show_more {
    display: block;
    position: absolute;
    width: 150px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    bottom: -11px;
    background: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #59b3f4;
    border-radius: 5px;
}
.slide-table__show_more span {
    padding-right: 16px;
    position: relative;
}
.slide-table__show_more span i {
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #59b3f4;
    border-left: 2px solid #59b3f4;
    position: absolute;
    right: 0;
}
.slide-table__show_more span.hide-text i {
    transform: rotate(45deg);    
    top: 50%;
}
.slide-table__show_more span.show-text i {
    transform: rotate(225deg);    
    top: 30%;
}
/* open table */
#open-slide-table:checked + .slide-table__wrapper .slide-table__tr {
    display: table-row; 
}
#open-slide-table:checked + .slide-table__wrapper .hide-text {
    display: inline; 
}
#open-slide-table:checked + .slide-table__wrapper .show-text {
    display: none; 
}
#open-slide-table:checked + .slide-table__wrapper .slide-table__tr:nth-child(2) .slide-table__td {    
    border-bottom: 1px solid  #E0E0E0;
}