.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}
header .input-group.input-group-sm {
  flex-wrap: nowrap;
}
iframe {
			transition: opacity 500ms ease-in-out;
			transition-delay: 250ms;
		}
        .popup-window-close-icon {
            display:none !important;
    }
        .hide100 {
            display:none !important;
    }
/*MOD*/

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}
.middle {
    text-align: center;
    padding: 40px 0;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 0px;
}
.bx-retina .product-item-scu-item-text-block {
    outline-width: 0;
}
.bg-pink {
  background-color: #F900E9!important;
}
.card {
    border:0;
}
.btn {
    border-radius: 0px!important;
}
.card-text {
    color:#A8A8A8;
    margin-top:10px;
margin-bottom:1px!important;
    
    min-height:15px; 
}
div#basket-warning, .alert.alert-warning.alert-dismissable {
    display: none;
}

/* Popup "2 товара по цене 1" (BX.PopupWindow) — адаптация для мобилок */
@media (max-width: 576px) {
    .popup-window {
        max-width: calc(100vw - 16px) !important;
        width: calc(100vw - 16px) !important;
        left: 8px !important;
        right: 8px !important;
    }

    .popup-window-content {
        max-height: calc(100vh - 120px) !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* Контент промо-попапа из include/basket/action.popap.php */
    .action-message__wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
        max-width: 100%;
    }

    .action-message__wrapper .img-action-st,
    .action-message__wrapper .img-action-abs {
        width: 100%;
        height: auto;
        max-width: 220px;
        align-self: center;
    }

    .action-message__container {
        font-size: 14px;
        line-height: 1.35;
    }
}

/**********************************************CSS*/

section {
    padding-top: 2.5rem;
    padding-bottom: 1.8rem;
}
footer {
    padding-top: 2.5rem;
}
.btn-silver, .bg-silver {
    background: #EAEAEA;
}
.nav.text-white .nav-link, .nav.text-white .nav-link.active {
    color: #fff;
}
#search .form-control, #search .btn  {
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;

}
/*Однакоковые блоки по высоте*/

.row {
  display: flex;
}
.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   align-items: stretch;
}
section.mt-5 .row > [class*='col-'] {
    display: block;
}
.task-box { 
   display: flex;
   flex-direction: column;
   align-items: stretch;
   height: 100%;
}
.task-box-inner {
   height: 100%;
}

/*Картинка во весь блок*/
.photo-item {
  object-fit: cover;
  width: 100%;
  max-height: 300px;
    text-align: center;
    vertical-align: middle;
    padding:10%;
    position: relative;
}
/*------------////Картинка во весь блок*/
.verticalhorizontal {
    display: table-cell;
    height: 300px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
/*Заголовок*/

.title h2 {
    font-weight: 700!important;
    text-align: center!important;
}
/*Подзаголовок*/
.title  h2  small {
    font-weight: 300!important;
    font-size: 10px;
}

.f100 {
font-weight: 100!important;
}


.f300 {
font-weight: 300!important;
}


.f500 {
font-weight: 500!important;
}


.f700 {
font-weight: 700!important;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2);
    z-index: 999999;
    background: #12121266;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}
.modal.active {
    display: flex;
}
.modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.poprus {
    cursor: pointer;
}
#poprus .modal-inner {
    max-height: 80vh;
    overflow: auto;
}
.citybl > p {
    display: inline-block !important;
}
button.modal-close {
    background: transparent;
}
.modal-inner {
    background-color: #fff;
    padding: 32px;
    border-radius: 5px;
    border: 0;
    max-width: 700px;
    position: relative;
    width: 100%;
}
.modal-close {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 32px;
    right: 32px;
    z-index: 2;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
#poprus .modal-inner h2.h2 {
    margin-bottom: 30px;
}
.cityname {
    display: inline-block !important;
    min-width: 200px;
    margin: 10px 0px;
}
div#poprus * {
    border: none;
}
section.mt-5 {
    margin-top: 76px;
}
.d-sm-block.mobile-selector-site {
    display: none !important;
}
@media (max-width:768px) {
    /* Фиксированная шапка при прокрутке на мобильной */
    header #navmenu,
    #navmenu {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1030;
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }
    body {
        padding-top: 52px;
    }
    .modal-inner {
        padding: 24px;
    }
    .d-sm-block.mobile-selector-site {
        display: block !important;
    }
    .rec_slider {
        min-width: 100%;
    }
    .row.product-item-list-col-3.row-cols-2.row-cols-md-3.row-cols-lg-3 {
        display: contents;
    }
}
.form-group.bx-soa-customer-field[data-property-id-row="32"]:after {
    content: 'Контакты';
    position: absolute;
    padding: 17px 15px;
    background: #f2f5f7;
    font-size: 14px;
    width: calc(100% + 30px);
    left: -15px;
    bottom: -74px;
    font-size: 22px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 18px;
    transition: all .3s ease;
    text-indent: 24px;
}
.form-group.bx-soa-customer-field[data-property-id-row="32"]:before {
    position: absolute;
    right: 0;
    left: 0px;
    bottom: -58px;
    color: #98979d;
    content: '6';
    counter-increment: heading;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    transition: all .3s ease;
    margin: -3px 10px 0 0;
    min-width: 17px;
    height: 17px;
    border: 1px solid #98979d;
    border-radius: 8px;
    max-width: 16px;
    z-index: 9;
}
.form-group.bx-soa-customer-field[data-property-id-row="32"] {
    position: relative;
    margin-bottom: 80px;
}
.form-group.bx-soa-customer-field[data-property-id-row="35"]:after {
    content: 'Контакты';
    position: absolute;
    padding: 17px 15px;
    background: #f2f5f7;
    font-size: 14px;
    width: calc(100% + 30px);
    left: -15px;
    bottom: -74px;
    font-size: 22px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 18px;
    transition: all .3s ease;
    text-indent: 24px;
}
.form-group.bx-soa-customer-field[data-property-id-row="35"]:before {
    position: absolute;
    right: 0;
    left: 0px;
    bottom: -58px;
    color: #98979d;
    content: '6';
    counter-increment: heading;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    transition: all .3s ease;
    margin: -3px 10px 0 0;
    min-width: 17px;
    height: 17px;
    border: 1px solid #98979d;
    border-radius: 8px;
    max-width: 16px;
    z-index: 9;
}
.form-group.bx-soa-customer-field[data-property-id-row="35"] {
    position: relative;
    margin-bottom: 80px;
}
.text img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
}
.background-top {
	height: 100vh;
	width: 100%;
}
.cat_home .col.grid {
    width: 25%;
}

@media (max-width: 992px) {
.cat_home .col.grid {
    width: 50%;
}
}
.smart-filter-parameters-box .text_fil svg {
    margin-left: 5px;
}