h2 {
    margin-bottom: 15px;
}
p {
    margin-bottom: 10px;
}
.content img.content {
    width: 100%;
    height: auto;
}
.search-drop-list,
.search-city-drop-list {
    width: 100%;
    position: absolute;
    background: #fff;
    overflow: auto;
    max-height: 300px;
    padding: 20px;
    display: none;
    z-index: 100;
    border: 2px solid var(--color-back);
    border-radius: 3px;
}
.search-drop-list::-webkit-scrollbar,
.search-city-drop-list::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}
.search-drop-list::-webkit-scrollbar-track,
.search-city-drop-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: var(--color-back);
}
.search-city-drop-list::-webkit-scrollbar-thumb,
.search-drop-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-link);
}
.search-city-drop-list .search-item,
.search-drop-list .search-city-item {
    margin-bottom: 10px;
}
.ok-message {
    color: #27ae60;
}
.search-city-item-link {
    width: 100%;
    display: block;
}
.basket-image {
    position: relative;
}
.basket-item .element-favorite {
    position: absolute;
    left: -55px;
    top: 5px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    display: none;
    z-index: 1;
}
.basket-item .element-favorite svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke-width: 1.5;
    stroke: var(--color-back-text);
}
.basket-item:hover .element-favorite {
    display: block;
}
.basket-item .element-favorite.active {
    display: block;
}
.basket-item .element-favorite.active svg {
    fill: var(--color-link);
    stroke: var(--color-link);
}
.basket-price {
    display: block;
}
.basket-old-price {
    font-size: .8em;
    opacity: .5;
    line-height: 14px;
}
#payers-list-wrapper {
    margin-bottom: 20px;
}
.payer-list-edit {
    color: var(--color-link);
    cursor: pointer;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 100;
}
label.checkbox-box.checkbox-buyer {
    padding: 0 0 20px 0;
}
.payer-list-delete {
    color: var(--color-link);
    cursor: pointer;
    /*position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 100;*/
}
.loading {
    position: relative;
}
.loading::before {
    content: '';
    background: rgba(255, 255, 255, .8) url(img/slider-preloader.svg) 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#preloader {
    width: 40px;
    height: 40px;
}
.checkbox-box.error {
    border-color: var(--color-red);
    box-shadow: 0 0 0 1px var(--color-red);
}
.error-btn {
    border-color: var(--color-red);
    box-shadow: 0 0 0 1px var(--color-red);
}
.card-params-list li {
    margin-bottom: 8px;
}

.card-params-list li span:first-child {
    color: var(--color-back-text);
}

.card-params-list li span:first-child::after {
    content: ':';
}

.card-params-list li span:last-child {
    font-weight: 500;
}
.cart-description {
    margin-bottom: 20px;
}
.profile-edit-personal {
    cursor: pointer;
}
.hidden-person-types {
    display: none;
}
#change-password-success-message {
    color: green;
}
#change-password-error-message {
    color: red;
}
.stock-detail_description {
    padding-bottom: 20px;
}
.news-item__text {
    height: 132px;
    overflow: hidden;
}
.banner-item-text {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
}
.catalog-showcase-horizontal-banner {
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 50px;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 42px;
}
.small-banner-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    min-width: 100px;
    height: 30px;
    font-size: 14px;
}
.catalog-showcase-horizontal-btn {
    position: absolute;
    left: 50px;
    bottom: 20px;
}
.search-city-list {
    height: 200px;
    overflow: auto;
}
.search-city-list::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}
.search-city-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: var(--color-back);
}
.search-city-list::-webkit-scrollbar-thumb,
.search-drop-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--color-link);
}
.search-city-list li {
    margin-bottom: 5px;
}
.user-panel-item__count-favorite {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color-link);
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    flex-shrink: 0;
    margin-left: -5px;
}
.basket-order td {
    padding: 10px 0 10px 10px;
}
.basket-order .basket-name {
    font-size: 14px;
    max-width: 250px;
    font-weight: normal;
}
.select-city-modal {
    position: absolute;
    z-index: 100;
    top: 149px;
}
.order-basket-name {
    font-size: 14px;
}
.personal-menu-modal-list li {
    margin-bottom: 6px;
}
.company-certificates-list li {
    float: left;
    margin: 0 20px 10px 0;
}
.city-modal-main {
    width: 100%;
    max-width: 500px;
    position: relative;
    flex-shrink: 0;
    margin: auto;
    padding: 35px 40px;
    border-radius: 5px;
    background: #fff;
}
.cookie-term {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #e9edef;
    margin-left: -50%;
    left: 50%;
    padding: 10px 20px;
    display: flex;
    z-index: 100;
}
.cookie-term__text {
    width: 90%;
}
.table-content th,
.table-content td {
    padding: 10px;
}
.content-static {
    margin-bottom: 20px;
}
.content-static li {
    list-style: disc;
    margin: 0 0 5px 20px;
}
.order-history-list {
    background: #fff;
    padding: 10px 20px 0 20px;
}
.page-table td {
    border: 1px solid #000;
}
.detail-text {
    padding: 20px 0;
}
.sidebar-250 {
    width: 250px;
}
.promo-wrapper .columns {
    justify-content: center;
}
.promo-element .element-name {
    text-align: center;
}
.promo-title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.promo-title {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.element.promo-element {
    text-align: center;
}
.promo-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-promo {
    align-items: center;
    justify-content: center;
}
.promo-form-title,
.promo-form-sub-title {
    color: var(--color-link);
    font-weight: bold;
}
.product-similar {
    margin: 40px 0 0 0;
}
.sidebar-menu .hide {
    display: none;
}
#expand-menu {
    width: 100%;
    display: block;
    text-align: center;
}
.empty-search {
    font-size: 20px;
}
.footer-column__list li.line-height {
    line-height: 22px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 768px) {
    .sidebar-expand-menu {
        max-width: 260px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .city-positive-button {
        margin-bottom: 10px;
    }
    .city-modal-main {
        width: 100%;
        max-width: 500px;
        position: relative;
        flex-shrink: 0;
        margin: auto;
        padding: 35px 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.7);
    }
    .promo-item-list .element-column {
        width: 100%;
        text-align: center;
    }
    .promo-item-list .element-column .element-name {
        font-size: 20px;
        line-height: 25px;
        min-height: 40px;
    }
    .promo-item-list .element-column .element-name a {
        background: none;
    }
    .showcase-wrap .showcase-slider {
        margin-bottom: 10px;
    }
    .showcase-wrap .action-item {
        height: 195px;
        width: 100%;
        margin-bottom: 0;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        border-radius: 5px;
    }
    .cookie-term {
        flex-wrap: wrap;
    }
    .cookie-term__text {
        margin-bottom: 15px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 320px) {

}