body.overflow {
    overflow: visible;
}

a {
    color: #16489F;
}

div.popup {
    display: none;
}

.header__menu-discount:hover{
    font-weight: bold;
}

.header__menu-discount:hover svg{
    font-weight: normal;
}

.offer__cats-column li:nth-child(n+9) {
    display: block!important;
}

.contact-list-content{
    padding-bottom: 20px;
}

.collapse:not(.show) {
    display: none;
}

.faq-question-title{
    margin-bottom: 5px;
}

.faq-question-title a{
    border-bottom: 1px dashed #16489f;
}

.faq-question-title a:hover{
    border-bottom: 1px dashed #ff5650;
}

.faq-item{
    padding-bottom: 15px;
}

.faq-item .panel-title{
    font-size: 1rem;
    font-weight: normal;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.terms .terms-list .subitems {
    margin-bottom: 20px;
}

.terms .terms-list h3 {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.cart-empty-msg{
    padding: 20px 0;
}

.loading-slider:after{
    opacity: 0.7;
}

.pager-btn-hidden{
    display: none;
}

.catalog__brands-item-wrapper.checked:before {
    display: none;
}

.catalog__brands-item-wrapper.checked .mf-close-btn {
    display: block;
}

.catalog__brands-item-wrapper .mf-close-btn  {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #16489F;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'><path d='M1 1L6.99936 6.99936M1.00781 7L7.00717 1.00064' stroke='white' stroke-width='1.5' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 8px;
    top: -7px;
    right: -7px;
    z-index: 1;
    display: none;
}

.incart-icon{
    display: none;
}

.btn-buy.in-cart .addcart-icon{
    display: none;
}

.btn-buy.in-cart .incart-icon{
    display: inline-block;
}

.good-item.good-item-in-cart .product-quantity-input{
    display: none;
}

.product-card__reviews-count{
    color: #16489F;
}

.mini-basket-row-template{
    display: none;
}

.select-wrap .select2{
    width: 100%!important;
}

.select-wrap .select2-container--default .select2-selection{
    height: 40px!important;
    border-color: #D8E2EF;
}

.select-wrap .select2-container--default .select2-selection__rendered{
    height: 40px!important;
    line-height: 40px!important;
    padding-left: 18px!important;
}

.select-wrap .select2-selection__arrow{
    top: 11px!important;
}

.select2-container--open .select2-dropdown--below{
    padding: 5px 0 10px 5px;
}


.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.select2-results__option:hover{
    background: #f6f6f6;
    cursor: pointer;
}

fieldset{
    border: 0;
    padding: 0;
}

.delivery-wrap .form-group{
    margin-bottom: 13px;
}



.sp-popup-inner{
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100% - 100px);
}

.sp-list-wrap{
    width: 20%;
    height: 100%;
    overflow: auto;
}

.sp-map-wrap{
    width: 80%;
}
@media (max-width: 800px){
    .sp-list-wrap{
        width: 50%;
    }

    .sp-map-wrap{
        width: 50%;
    }
}

#sp-map-popup{
    width: 90%;
    height: 90%;
    padding: 20px;
}

#sp-map-viewport{
    height: 100%;
}

.sp-list-item{
    padding: 10px 5px;
    font-size: 14px;
    color: #16489f;
    cursor: pointer;
    border-top: 1px solid #e5eefb;
}

.sp-list-item:first-child{
    border-top: none;
}

.sp-list-item:hover, .sp-list-item.active{
    background: #f5f8ff;
}

.sp-items-list{
    padding-right: 20px;
}

.sp-map-btn, .np-map-btn, .up-map-btn{
    font-size: 13px;
    border: none;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 18%;
    color: #16489F;
    align-items: center;
    background: transparent;
    gap: 4px;
    cursor: pointer;
}

.sp-map-btn:hover, .np-map-btn:hover, .up-map-btn:hover{
    text-decoration: none;
}

#np-map-popup, #up-map-popup{
    width: 90%;
    height: 90%;
    padding: 20px;
}

#np-map-viewport, #up-map-viewport{
    height: 100%;
}

.np-map-wrap, .up-map-wrap{
    width: 100%;
}

@media (max-width: 1024px){
    #np-map-popup, #up-map-popup{
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .np-map-fancybox .fancybox-slide, .up-map-fancybox .fancybox-slide{
        padding: 0;
    }
}

.search-category-template, .search-item-template{
    display: none;
}

.p-reviews {
    margin-bottom: 30px;
}

.p-reviews .p-reviews-item:first-child {
    margin-top: 0;
}

.p-reviews .p-reviews-item {
    margin-top: -1px;
}
.p-reviews-item {
    padding: 10px 30px 12px 10px;
    position: relative;
    font-size: 15px;
    border: 1px solid #d8e2ef;
}

.p-reviews-item__base {
    display: flex;
}

.p-reviews-item__media {
    width: 100px;
    height: 100px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.p-reviews-item__body {
    padding-top: 5px;
}

.p-reviews-item__vendor-code {
    color: #c1c1c1;
    margin-bottom: .5em;
}

.p-reviews-item__title {
    display: block;
    margin-bottom: .85em;
    padding-right: 50px;
}

.p-reviews-item__hidden {
    padding-top: 12px;
    padding-left: 120px;
}
.hidden-content {
    display: none;
    margin-bottom: 10px;
}

.p-reviews-item__text p {
    margin-bottom: .65em;
}

.p-reviews-item__pubdate {
    font-size: 13px;
    color: #c1c1c1;
}

.p-reviews-item__text p:last-child {
    margin-bottom: 0;
}

.open-review-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

.p-reviews-item__rating{
    display: flex;
}

.p-reviews-item__rating .rating{
    margin-right: 20px;
}

.open-review-btn{
    background: transparent;
}

.open-review-btn:hover{
    background: transparent;
}

.questionare-form{
    padding-top: 20px;
    max-width: 720px;
}

.questionare-form .form-group{
    margin-bottom: 10px;
}


.history {
    font-size: 15px;
    margin-bottom: 30px;
}

.history-head {
    display: flex;
    align-items: center;
}

.history .cart-tbl, .history-head__item, .history-row.opened .history-base {
    background-color: #f5f8ff;
}

.history-head__item {
    width: calc((100% - 150px) / 3);
    padding: .75em 10px;
}

.history-head__item:first-child {
    padding-left: 30px;
    width: 150px;
    flex-shrink: 0;
}

.history-head__item span {
    display: inline-block;
    position: relative;
}

.history-body {
    border: 1px solid #d8e2ef;
    border-top: 0;
}

.history-row {
    padding-top: 0;
}

.history-details .cart-tbl tr:first-child, .history-row {
    border-top: 1px solid #d8e2ef;
}

.hidden-wrap {
    padding-top: .85em;
}

.history-base {
    display: flex;
    background-color: #fff;
}

.history-base, .social__item {
    transition: background-color .35s;
}

.history-base .history-col {
    width: calc((100% - 150px) / 3);
    padding: 1.5em 10px;
    position: relative;
}

.history-base .history-col:first-child {
    padding-left: 30px;
    width: 150px;
    flex-shrink: 0;
}

.units-list-table .history-head .history-head__item{
    width: calc((100% - 810px)/2);
}

.units-list-table.groups-list-table>.history-head .history-head__item, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-title{
    width: calc((100% - 820px));
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-status, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-status{
    width: 100px;
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-spent, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-spent{
    width: 200px;
}

.units-list-table.groups-list-table>.history-head .history-head__item.head-limits, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-limits{
    width: 400px;
}

.units-list-table.groups-list-table>.history-head .head-delete, .units-list-table.groups-list-table .units-group-list>.unit-row>.history-base .col-delete{
    width: 60px;
}

.units-list-table .history-head .head-delete{
    width: 60px;
}

.units-list-table .history-head .head-status{
    width: 150px;
}

.units-list-table .history-head .head-limits{
    width: 400px;
}

.units-list-table .history-head .head-spent{
    width: 200px;
}

.units-list-table .history-body .history-col{
    width: calc((100% - 810px)/2);
}

.units-list-table .history-body .col-delete{
    width: 60px;
}

.units-list-table .history-body .col-status{
    width: 150px;
}

.units-list-table .history-body .col-limits{
    width: 400px;
}

.units-list-table .history-body .col-spent{
    width: 200px;
}


.group-units-wrap{
    display: none;
}

.unit-limits-edit-btn .icon-edit, .unit-group-edit-btn .icon-edit, .group-limits-edit-btn .icon-edit, .group-name-edit-btn .icon-edit{
    height: 16px;
    width: 16px;
    margin-top: -5px;
    margin-left: 10px;
}

.unit-limits-edit-wrap, .unit-group-edit-wrap, .group-limits-edit-wrap{
    display: none;
}

.unit-limit-input, .group-name-input{
    width: 70px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.group-name-input{
    width: 170px;
    text-align: left;
    margin-left: 0;
}

.unit-limit-input:first-child{
    margin-left: 0;
}

.limit-item{
    margin-right: 5px;
    margin-left: 5px;
}

.limit-item:first-child{
    margin-left: 0;
}

.unit-limits-apply-btn svg, .unit-limits-discard-btn svg, .unit-group-apply-btn svg, .unit-group-discard-btn svg, .group-limits-apply-btn svg, .group-limits-discard-btn svg, .group-name-apply-btn svg, .group-name-discard-btn svg{
    height: 14px;
    margin-top: -4px;
}

.unit-limits-apply-btn, .unit-group-apply-btn, .group-limits-apply-btn, .group-name-apply-btn{
    margin-left: 10px;
    margin-right: 2px;
}

.unit-select-wrap{
    width: 200px;
}

.group-units-wrap{
    margin-top: 5px;
}

.group-units-wrap .history-body{
    border-left: 0;
    border-right: 0;
}

.units-group-list>li .history-col{
    padding-top: 1em;
    padding-bottom: 1em;
}

.group-units-show-btn{
    width: 21px;
    height: 10px;
    top: 19px;
    right: 20px;
}

.group-units-show-btn .icon-down{
    width: 21px;
    height: 10px;
}

.group-name-edit-wrap{
    display: none;
}

.history .icon {
    display: inline-block;
}
.icon-close {
    font-size: 1rem;
    width: 1em;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: #16489f;
    transition: fill .35s, transform .35s, filter .35s;
}

.units-list-table .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: 0 0;
    outline: 0 !important;
    padding: 0;
    height: auto;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
}

.offer__cats .is-bold>a{
    font-weight: bold;
}

.offer__cats .is-color>a{
    color: #ff5650;
}

.form-group__input-wrapper.is-phone:after {
    content: '+38';
    position: absolute;
    top: 17px;
    left: 1em;
    color: #817f7f;
    line-height: 16px;
    font-size: 16px;
}

.form-group__input-wrapper.is-phone input {
    padding-left: 45px;
}

.auth-msg {
    display: none;
    color: #ff5650;
    font-size: 13px;
    padding-top: 15px;
}

.expand-text-wrap{
    overflow: hidden;
    max-height: 70px;
}

.expand-text-wrap.opened {
    max-height: 100%;
    overflow: visible;
}

.js-show-hidden.active svg {
    transform: rotate(180deg);
}

li.cat-menu-item:not(.is-parent) > a > .cat-item-arrow{
    display: none;
}

.offer__cats-submenu li a:hover {
    color: #ff5650;
}

.about-page img{
    width: auto;
    max-width: 100%;
}

.promo-section__title {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.45em;
}

.promo-section__title>span {
    display: inline-block;
    padding-right: 20px;
    z-index: 1;
    color: #000;
}

.promo-section .counter-wrap, .promo-section__more-link, .promo-section__title .tabs, .promo-section__title>span {
    background-color: #fff;
    position: relative;
}

.promo-section__title:after {
    background-color: #e5eefb;
    position: absolute;
}

.content-section__title:after, .promo-section__title:after {
    width: 100%;
    height: 1px;
    top: .77em;
    left: 0;
    right: 0;
    content: "";
}

.inline-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 30px;
}

.inline-gallery__item {
    display: block;
    margin: 30px 15px;
    width: calc(25% - 30px);
    padding: 20px;
    border: 1px solid #d8e2ef;
}

.zoom-link {
    display: block;
    position: relative;
}

.zoom-link:before {
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity .6s;
}

.zoom-link:hover:before {
    opacity: .6;
}

.zoom-link:after, .zoom-link:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 0;
    top: 0;
}

.zoom-link:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/search.svg);
    background-size: contain;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    transition: transform .35s, opacity .35s;
}

.zoom-link:hover:after {
    opacity: 1;
    transform: scale(1);
}

.zoom-link img {
    margin: auto;
    vertical-align: middle;
}

.product-reviews{
    margin-bottom: 72px;
}

.product__info-sale-text{
    font-weight: normal;
    font-size: clamp(14px, 3vw, 18px);
    padding-right: 20px;
}

.product__info-sale>div{
    width: auto;
}

.product__info-sale {
    justify-content: start;
}

.map-wrap #viewport {
    height: 500px;
}

.contacts__bot-item .mapinfo, .contacts__top-block-content .mapinfo{
    display: none;
}

.delivery-map-wrap{
    background: #ffffff;
    padding: clamp(16px, 2vw, 30px);
}

#sp-map-viewport {
    min-height: 500px;
}

.sp-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.sp-list-wrap {
    width: 20%;
    height: 100%;
    overflow: auto;
}

.sp-map-wrap {
    width: 80%;
}

.search-category-item a:hover{
    color: #FF5650;
}

.filter__item-choice-item{
    height: auto;
    padding: 3px 12px;
}

.formats__item.circle {
    border-radius: 16px;
}

.smart-filter-item.is-disabled{
    cursor: default;
    opacity: 0.5;
}

.smart-filter-item.is-disabled:hover{
    border-color: #D8E2EF;
}

.formats__item.checked:before {
    display: none;
}

.formats__item .sf-close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #16489F;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'><path d='M1 1L6.99936 6.99936M1.00781 7L7.00717 1.00064' stroke='white' stroke-width='1.5' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 8px;
    top: -7px;
    right: -7px;
    display: none;
    cursor: pointer;
}

.formats__item.checked .sf-close-btn{
    display: inline-block;
}

.formats__item img{
    height: 22px;
    width: auto;
}

.free-delivery-not-allowed-msg{
    position: relative;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    margin-bottom: 20px;
    font-size: 14px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.product__gallery-slider{
    height: 440px;
    margin-bottom: 0;
}

@media (min-width: 1641px) {
    .product__gallery-slider{
        height: 559px;
    }
}

@media (min-width: 841px) and (max-width: 1365px) {
    .product__gallery-slider{
        height: 559px;
    }
}

.product__gallery-bottom-wrapper{
    padding-bottom: 0;
}

.product__gallery-thumb {
    margin-top: 10px;
}

.product__gallery-slider .product-slider img {
    width: 100%;
    height: 100%;
}

.product__info-actions .price b {
    font-size: clamp(17px, 4vw, 28px);
}

.product__info-actions .price b span {
    font-size: 22px;
}

.promo-discard-btn{
    display: none;
}

.product-related__item-price {
    color: #000000;
}

.price--accent, .price--hot, .price--accent b, .price--hot b {
    color: #ff5650;
}

.product-waredata{
    padding-top: 15px;
}

#waredatablock {
    position: relative;
}

.responsible-wrap {
    font-size: 12px;
}

.waredata-link {
    font-size: 12px;
    border-bottom: 1px dashed #16489f;
}

#waredatatab {
    left: -350px;
    top: 55px;
    display: none;
    padding-top: 20px;
    width: 800px;
}

.arrow_box {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 1050;
    padding: 9px 15px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

#waredatatab .btn_close {
    width: 14px;
    height: 14px;
    border: 1px solid #16489f;
    border-radius: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
}

table.stdtab {
    width: 100%;
    margin: 5px 0;
    font-size: 80%;
}

table.stdtab tbody tr {
    background: #fff;
}

table.stdtab tbody td {
    border-right: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    padding: 2px 5px;
    font-size: 10px;
}

table.stdtab thead td, table.stdtab tr.title td {
    padding: 4px 4px;
    background: #b22c1b;
    border-top: 2px solid #e0e1e5;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-width: 11px;
    margin-left: -11px;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.category-set-table tbody tr {
    border-bottom: 1px solid #e5eefb;
}


.category-set-table th {
    font-weight: 400;
    text-align: left;
    background-color: #f5f8ff;
}

.category-set-table th, .category-set-table td {
    font-size: 15px;
    padding: .65em 10px;
}

.category-set-table th, .category-set-table td{
    text-align: center;
}

@media (max-width: 575px) {
    .main .offer, .main .stronger, .main .stock, .main .news, .main .brands {
        padding: 15px 0;
    }

    .main .product-cards {
        padding: 15px 0 0 0;
    }

    .product-related__list-home {
        margin-bottom: 0;
    }

    .product-cards__wrapper {
        gap: 15px;
    }
}

.product__gallery .product-card__labels{
    top: 0;
    left: 0;
    z-index: 100;
}

.product__info-delivery-item-right {
    justify-content: flex-start;
}

.product__info-delivery-title{
    font-size: 18px;
}

.product-card__bottom .price b span{
    font-size: 20px;
}

.offer__cats-submenu li a {
    font-size: 15px;
}

.brand-page-wrap{
    display: flex;
}

.brand-descr-wrap {
    padding-left: 50px;
}

.brand-image-wrap img {
    width: auto;
    max-width: 450px;
}

.filter__checkbox:nth-child(n+11) {
    display: flex;
}

.filter__checkbox.hidden {
    display: none;
}