:root {
    --theme-color-primary: #3498db;
    --theme-color-secondary: #f66;
    --theme-color-background-light: #ecf0f1;
    --theme-color-light: #bdc3c7;
    --theme-color-green: #3c9;

    --block-border-radius: .5rem;

    /* используется в формах */
    --bs-danger: #f66;
    --bs-border-radius: .375rem;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-display: swap;
    font-weight: 300 800;
    font-stretch: auto;
}

html {
    font-size: 14px;
}

:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}


@media (min-width: 1200px)
{
    .container, .container-md
    {
        max-width: 1200px;
    }
}

.lead-blue {
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0 0 1.75rem 0;
    color: var(--theme-color-primary);
}

.lead-gray {
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0 0 1.75rem 0;
    color: #777;
}

table.noborder img {
    max-width: inherit;
}

.auth.links {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
    color: #333;
}

.auth.links i {
    font-size: 2em;
    line-height: 1;
}

.auth.links a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 992px)
{
    .auth.links .auth__text {
        font-size: .85em;
    }
}

@media (max-width: 768px)
{
    .auth.links .auth__text {
        display: none;
    }
}

.head.head_small .img {
    height: 80px;
    overflow: hidden;
}

a.price-daleto {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    text-decoration: none;
}

a.price-daleto:hover {
    text-decoration: underline;
}

.price-daleto > div:first-child {
    color: var(--theme-color-primary);
}

.call-us .price-daleto {
    gap: 1rem;
    width: 12rem;
    padding: 1rem;
    background: linear-gradient(to top, #5dade2, #53a8e0);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-size: 1.25rem;
    line-height: 1.1em;
    border-radius: var(--block-border-radius);
    color: #fff;
    text-decoration: none;
    float: right;
    margin-bottom: 1rem;
}

.call-us .price-daleto > div:first-child {
    color: #fff;
}


.header-container {
    font-size: .9rem;
    background: #fff;
    /** hny */
    overflow: visible;
    position: relative;
}

.header-container__hny {
    position: absolute;
    top: 100%;
    z-index: -1;
    background: url("/images/hny/ny-2025.webp") no-repeat center center;
    width: 100%;
    height: 75px;
    pointer-events: none;
}

.header-container .container {
    position: relative;
}

a.tarif-se {
    width: 170px;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    background: url(/images/ico-xls.png) no-repeat 10px 23px, linear-gradient(to top, #00a550, #46b650);
    padding: 20px 20px 20px 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    float: right;
}

.call-us {
    margin-top: 4rem;
    padding: 3rem 0;
    margin-bottom: -4rem;
    background: #3498db;
    font-size: 16px;
    color: #fff;
}

.call-us__head
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.call-us a {
    color: #fff;
    line-height: 120%;
}

.call-us a:hover {
    color: #fff;
    text-decoration: underline;
}

.call-us ul {
    margin-top: 5px;
}

.call-us li {
    margin-left: 18px;
    font-size: 16px;
    list-style: disc;
}

.popular-products {
    padding: 3rem 0px;
}

.popular-products .popular-products-text .head {
    font-weight: bold;
    color: #3498db;
    background: none;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 18px;
}

.popular-products .popular-products-text ul {
    margin: 0px 0px 0px 17px;
    padding: 0px;
}

.popular-products .popular-products-text ul li {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    margin-bottom: 5px;
}

.popular-products .popular-products-text ul li a {
    text-decoration: none;
}

.popular-products-text {
    outline: solid 1px #ccc;
    padding: 1.5rem;
    margin-bottom: 2rem;
    min-height: 17rem;
    border-radius: var(--block-border-radius);
}

.about-block {
    background: #ecf0f1;
    padding: 4rem 0px;
    margin: 3rem 0;
}

.index-news {
    padding: 0 0 3rem;
}

.index-news img {
    border-radius: var(--block-border-radius);
}

.index-product-1 {
    background: url(/images/index-product-1.png) no-repeat;
    width: 100%;
    height: 204px;
    position: relative;
}

.index-product-1 .text {
    width: 300px;
    top: 25px;
    left: 270px;
    position: absolute;
}

.index-product-2 {
    background: url(/images/index-product-5.png) no-repeat;
    width: 100%;
    height: 204px;
    position: relative;
}

.index-product-2 .text {
    width: 190px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.index-product-3 {
    background: url(/images/index-product-3.png) no-repeat;
    width: 100%;
    height: 204px;
    position: relative;
}

.index-product-3 .text {
    width: 190px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.index-product-4 {
    background: url(/images/index-product-2.png) no-repeat;
    width: 100%;
    height: 204px;
    position: relative;
}

.index-product-4 .text {
    width: 190px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.index-product-5 {
    background: url(/images/index-product-4.png) no-repeat;
    width: 100%;
    height: 204px;
    position: relative;
}

.index-product-5 .text {
    width: 190px;
    top: 25px;
    left: 160px;
    position: absolute;
}


[class^=index-product-] .text p {
    line-height: 130%;
    font-size: 16px;
}

[class^=index-product-] {
    color: #333;
    margin-bottom: 20px;
    transition: all 0.25s ease-in-out;
    background-size: 100%;
    background-position: center center;
}

[class^=index-product-]:hover {
    background-size: 125%;
}

[class^=index-product-] .head {
    background: none;
    font-size: 42px;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

.catalog-product-1 {
    background: url(/images/catalog-product-1.png) no-repeat;
    width: 100%;
    height: 202px;
    position: relative;
}

.catalog-product-1 .text {
    width: 400px;
    top: 25px;
    left: 270px;
    position: absolute;
}

.catalog-product-2 {
    background: url(/images/catalog-product-3.png) no-repeat;
    width: 100%;
    height: 202px;
    position: relative;
}

.catalog-product-2 .text {
    width: 250px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.catalog-product-3 {
    background: url(/images/catalog-product-4.png) no-repeat;
    width: 100%;
    height: 202px;
    position: relative;
}

.catalog-product-3 .text {
    width: 250px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.catalog-product-4 {
    background: url(/images/catalog-product-5.png) no-repeat;
    width: 100%;
    height: 202px;
    position: relative;
}

.catalog-product-4 .text {
    width: 250px;
    top: 25px;
    left: 160px;
    position: absolute;
}

.catalog-product-5 {
    background: url(/images/catalog-product-2.png) no-repeat;
    width: 100%;
    height: 202px;
    position: relative;
}

.catalog-product-5 .text {
    width: 250px;
    top: 25px;
    left: 160px;
    position: absolute;
}


[class^=catalog-product-] .text p {
    line-height: 130%;
    font-size: 16px;
}

[class^=catalog-product-] {
    color: #333;
    margin-bottom: 20px;
    transition: all 0.25s ease-in-out;
    background-size: 100%;
    background-position: center center;
}

[class^=catalog-product-] .head {
    background: none;
    font-size: 42px;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

[class^=catalog-product-]:hover {
    background-size: 125%;
}

font.errortext {
    color: #f66 !important;
}

.label {
    border-radius: 0px;
    font-size: 0.75rem;
    padding: .2em .6em .3em;
}

.label-success {
    background-color: var(--theme-color-green);
    color: #fff;
}

.price-discount {
    color: var(--theme-color-green);
}

.stroke {
    text-decoration: line-through;
}

.to-cart a {
    color: #3498db;
    font-size: 2rem;
}

input.quantity {
    width: 5rem;
    text-align: center;
}

.catalog-item-image .image {
    width: 100%;
    height: 10rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item-image {
    position: relative;
    width: 10rem;
    flex-shrink: 0;
}

.catalog-item-image .label-container, .gallery-wrapper .label-container, .item .label-container {
    position: absolute;
    top: 1rem;
    right: 0;
    z-index: 10;
}

.catalog-item-image .label-container .label {
    display: block;
    margin-bottom: 2px;
}

.catalog-item-image .label-success {
    background-color: rgba(51, 204, 102, 0.85);
}

.catalog-item-image .image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.catalog-item-image .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popover-image {
    width: 220px;
    height: 220px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.popover-image img {
    max-width: 100%;
    max-height: 100%;
}

input.quantity {
    border: solid 1px #ccc;
}

.catalog-item-text {
    flex-grow: 1;
}

.catalog-item-text .description {
    line-height: 100%;
}

.catalog-item-text .description small {
    display: block;
}

.catalog-item-text .description a {
    text-decoration: none;
}

.catalog-item-text .description a:hover {
    color: inherit;
}

.catalog-item-text a {
    text-decoration: none;
    display: block;
}

.catalog-item__name a {
    text-decoration: none;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-item-text a:hover {
    color: inherit;
    text-decoration: none;
}

.header-container .filter .btn {
    background: #fff;
    color: #e9ebed;
    border-color: var(--theme-color-light); !important;
    box-shadow: none !important;
    font-size: 1.5em;
    padding: .56em 0;
    border-left: none !important;
}

.header-container .filter .btn i {
    border-left: solid 2px #e9ebed;
    padding: 0 2rem;
    display: block;
}

.header-container .filter .form-control {
    font-size: 1em;
}

.header-container .filter .input-group > .form-control {
    border-color: var(--theme-color-light);
    border-left: solid 1px var(--theme-color-light);
    padding: .75rem .75rem;
}

.filter .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.top-line__block-center {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.top-line-block.cloned {
    box-shadow: 2px 0px 5px rgba(0,0,0,0.5);
}

.head .img {
    background-position: center center;
    background-size: cover;
    height: 230px;
    overflow: hidden;
}

a.btn {
    text-decoration: none;
}

.margintop50 {
    margin-top: 50px;
}

.half-circle-spinner, .half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(30px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #3498db;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #3498db;
    animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);

    }
    100%{
        transform: rotate(360deg);
    }
}

.nav.nav-tabs {
    margin-bottom: 15px;
}

.tab-content {
    margin-bottom: 15px;
}

label.required:after {
    content: '*';
    color: var(--bs-danger);
    margin-left: .25rem;
}

.dropdown-menu .menu-item__red {
    background: var(--bs-danger);
}

.dropdown-menu .menu-item__red > a {
    color: #fff;
}

.top-line {
    background: #292a2c;
    padding-top: 8px;
    color: #c6c6c6;
    font-size: .9rem;
}

.top-line a {
    color: #c6c6c6;
    text-decoration: underline;
}

.top-line a:hover {
    color: #ffffff;
}

.top-line .modal-dialog, .modal-dialog a, .modal-dialog a:hover {
    color: #333;
}

.header-topline__payment-methods {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-topline__payment-methods .popover {
    color: #333;
    border-radius: 0px;
}

.header-topline__payment-methods .popover a, .header-topline__payment-methods .popover a:hover {
    color: #333;
}

.header-topline__payment-methods .popover.bottom>.arrow {
    top: -4px;
    left: 0 !important;
    margin-left: 0;
    border-top: solid 4px #3498db;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

.header-topline__payment-methods .popover.bottom>.arrow:after {
    display: none;
}

.header {
    position: sticky;
    top: -2.4rem;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
    z-index: 1060;
}

.popover {
    font-family: inherit;
    z-index: 6000;
}

.modal-title {
    font-size: 16px;
}

.modal {
    z-index: 6000;
}

.catalog-list .price {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.catalog-list .price.stroke {
    font-weight: normal;
}

.catalog-list .price-discount {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.catalog-list .price {
    text-align: center;
}

.catalog-list .availability {
    min-width: 90px;
    font-size: 0.75em;
}

.top-block {
    background: #b5e2ba;
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -1px;
    z-index: 1010;
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.flex > div {
    flex-basis: 50%;
    border-left: none;
    padding: 10px;
}

.flex > div:nth-child(odd) {
    border-right: 1px solid #bdc3c7;
}

.flex > div:nth-child(4n + 1), .flex > div:nth-child(4n + 2) {
    background: #ecf0f1;
    color: #666;
}

.catalog.section.description ul {
    list-style: outside;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.catalog.section.description a {
    text-decoration: underline;
}

.w100 {
    width: 100% !important;
}

.text-left {
    text-align: left !important;
}

.table-borderless tr:hover {
    background-color: #fff !important;
}

.table-borderless tr:hover:nth-of-type(odd) {
    background-color: #fff !important;
}

#nav li {
    z-index: 5000 !important;
}

.catalog-list__controls {
    display: flex;
}

.catalog-list__controls-label {
    margin-right: 1rem;
}

.catalog-list__controls .active a, .catalog-list__controls .active i, .catalog-list__controls .active {
    color: #3498db;
}

.catalog-list__controls-commands {
    display: flex;
}

.catalog-list__controls-commands ul {
    display: flex;
    gap: 1rem;
    margin: 0;
}

.gallery-pager {
    margin: 15px 0px;
}

.gallery-pager > div {
    margin-bottom: 10px;
    width: 83px;
    height: 62px;
    text-align: center;
}

.gallery-pager {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, 83px);
    justify-content: space-between;
    flex-wrap: wrap;

}

.gallery-pager > div img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tns-horizontal.tns-subpixel>.tns-item {
    vertical-align: middle;
}

.nav-tabs>li>a {
    text-decoration: none;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

/*
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem !important;
}
*/

.form-check-input:checked {
    background-color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: #2386c7;
    border-color: #2386c7;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(0 123 255 / .25);
}

.btn-light {
    --bs-btn-color: #212529;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;

    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #e2e6ea;
    --bs-btn-hover-border-color: #dae0e5;

    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #212529;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #2386c7;
    border-color: #2386c7;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn-outline-primary {
    color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2386c7;
    border-color: #2386c7;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #2386c7;
    border-color: #2386c7;
}

.is-invalid~.help-block, .is-invalid~.invalid-tooltip, .was-validated :invalid~.help-block, .was-validated :invalid~.invalid-tooltip {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
    border-color: var(--theme-color-primary);
    border-left: none;
    border-right: none;
}

.filter__container {
    border: solid 1px #e0e0e0;
    padding: 0 1rem 1rem;
    margin-top: 1rem;
    border-radius: var(--block-border-radius);
    box-shadow: 0.015rem 0.015rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.filter__container label:first-letter {
    text-transform: capitalize;
}

.form-check-label {
    margin-left: 0.25rem;
}

.side-menu > ul {
    margin-top: 1rem;
}

.side-menu ul {
    margin-left: 0;
    padding-left: 0;
}

.side-menu .active > a, .side-menu a:hover {
    color: #2980b9;
}

.side-menu ul li {
    margin-left: 0;
    list-style: none;
    padding: 12px 0px 0px 10px;
    line-height: 18px;
}

.side-menu ul li ul li {
    padding-left: 0px;
}


.side-menu > ul > li.active {
    border-right: solid 10px #ecf0f1;
    margin-bottom: 10px;
}

.side-menu > ul > li.active a {
    margin: 4px 0px 4px 0px;
    display: inline-block;
}

.side-menu > ul > li.active > a {
    color: #333;
    font-weight: bold;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.was-validated .nav-tabs .nav-link.is-invalid {
    border-top-color: #dc3545;
    border-left-color: #dc3545;
    border-right-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.tns-item {
    display: flex !important;
}

.bold {
    font-weight: bold;
}

@media (max-width: 767px)
{
    html {
        font-size: 12px;
    }

    body {
        /*min-width: 970px;*/
    }
    .container {
        /*width: 1170px;*/
    }
}

@media (min-width: 768px)
{
    html {
        font-size: 12px;
    }

    body {
        /*min-width: 970px;*/
    }
    .container {
        /*max-width: 1170px;*/
    }
}
@media (min-width: 992px)
{
    html {
        font-size: 13px;
    }

    body {
        min-width: 970px;
    }
    .container, .container-md {
        max-width: 1170px;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

}

@media (min-width: 1200px)
{
    html {
        font-size: 14px;
    }
    .container, .container-md {
        max-width: 1170px;
    }
}


@media (min-width: 1439px)
{
    .container, .container-md {
        max-width: 1410px;
    }
}


@media (min-width: 1600px) {
    html {
        font-size: 14px;
    }
    .container, .container-md {
        max-width: 1600px;
    }
}

.logo {
    margin: 1rem 0;
}

.nav-tabs .nav-link {
    color: #999;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
}

.tns-outer {
    position: relative;
}

.firstchar-uppercase:first-letter {
    text-transform: uppercase;
}

.ymaps-2-1-79-map ymaps {
    border-radius: 1rem;
}

.delivery-icons {
    animation: 5000ms ease 0s infinite pulse;
}

@keyframes pulse {
    0% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    10% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    20% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    30% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    40% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    50% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    60% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    70% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    80% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    90% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    100% {
        transform: scaleX(1.1) scaleY(1.1);
    }
}

.background-samovivoz-1 {
    background-image: url(/support/images/samovivoz-1-1.png);
}

.text-muted {
    color: #999 !important;
}

.text-semibold {
    font-weight: 600;
}

.list-mode .active {
    color: var(--theme-color-primary);
}

.list-mode .catalog-list__controls-commands {
    font-size: 1.5rem;
    cursor: pointer;
}

.to-cart__container {
    width: calc(1.75rem + 1.5rem);
}

.catalog-list__container.mode-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.catalog-list__container.mode-blocks .item-container {
    flex-basis: calc(25% - .75rem);
    overflow: hidden;
    height: 32rem;
    display: flex;
    flex-direction: column;
    border: solid 1px #bdc3c7;
    transition: all 250ms ease;
    border-radius: var(--block-border-radius);
}

.catalog-list__container.mode-blocks .item-container:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    background-color: transparent;
}

.catalog-list__container.mode-blocks .catalog-item-image {
    height: 15rem;
    width: 100%;
    max-width: initial;
}

.catalog-list__container.mode-blocks .catalog-item-image .image {
    width: 100%;
    height: 100%;
}

.catalog-list__container.mode-blocks .catalog-item-text .catalog-item__name {
    height: calc(3rem * 1.5);
}

.catalog-list__container.mode-blocks .catalog-item-text .description {
    margin: 1rem 0;
}

.catalog-list__container.mode-blocks .price-block__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.catalog-list__container.mode-blocks .quantity__container {
    display: none;
}

.catalog-list__container.mode-blocks .to-cart .fa {
    font-size: 2rem;
}
.catalog-list__container.mode-blocks .measure-unit {
    display: none;
}

.price-block__container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#catalog-list {
    transition: all 250ms ease;
}

.delivery-description_small {
    font-size: .9em;
}

.f-table {
    --cols: 2;
}

.f-table > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.f-table > div:nth-child(odd) {
    background: #ecf0f1;
}

.f-table > div > div {
    flex: 0 0 calc(100% / var(--cols));
    padding: .5rem;
}

.f-table > div > div:first-child {
    border-right: solid 1px #fff;
}

.header-topline__city {
    display: inline-flex;
    gap: .5em;
    align-items: center;
}

.header-topline__city a {
    border-bottom: 2px dotted;
    text-decoration: none;
}

.bootstrap-datetimepicker-widget {
    z-index: 2050;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    inset: auto 7px 40px auto !important;
    right: 0% !important;
    bottom: calc(4rem) !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    right: .5rem !important;
    left: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    right: .4rem !important;
    left: auto;
}

.bootstrap-datetimepicker-widget table td {
    padding: .5rem .75rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}

.basket-items__container {
    margin-bottom: 2rem;
}

.basket-item {
    display: grid;
    grid-template-areas:
        "img name name menu"
        "img quantity price menu"
        "img desc desc menu"
;
    grid-template-columns: 10rem auto minmax(7rem, auto) 3rem;
    border: solid 1px var(--theme-color-light);
    padding: 0.5rem;
    border-radius: var(--block-border-radius);
    min-height: calc(10rem + 1.6rem);
    gap: .5rem;
    position: relative;
    transition: all 250ms ease;
}

.basket-item:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
}

.basket-item__image {
    grid-area: img;
    width: 10em;
    height: 10em;
    text-align: center;
}

.basket-item__image .image {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.basket-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-item__description {
    grid-area: name;
    flex-grow: 1;
}

.basket-item__name-container {
    flex-grow: 1;
}

.basket-item__description a, .basket-item__description a:hover {
    text-decoration: none;
}

.basket-item__name {
    line-height: 1.1em;
    margin: .5rem 0;
}

.basket-item .small, .basket-item small {
    font-size: 0.75em;
    line-height: 100%;
}

.basket-item__price_block {
    line-height: 1em;
    text-align: right;
    white-space: nowrap;
    min-width: 7rem;
    position: relative;
    grid-area: price;
    align-self: center;
    justify-self: end;
    top: -.5rem;
}

.basket-item__presence {
    font-size: 0.8rem;
    line-height: 110%;
}

.basket-item__price {
    font-weight: bold;
    font-size: 1.2em;
}

.basket-item__price .price.stroke {
    font-weight: normal;
}

.basket-item__actions {
    font-size: 0.8rem;
    position: absolute;
    bottom: 0.8rem;
    right: 1rem;
    color: #ddd;

}

.basket-item__quantity {
    color: #666;
    align-self: center;
    justify-self: start;
    width: 8rem;
    text-align: center;
    grid-area: quantity;
}

.basket-item__properties {
    line-height: 1.1em;
    grid-area: desc;
    color: #aaa;
}

.basket-item__controls {
    grid-area: menu;
    display: flex;
    justify-content: end;
    align-self: start;
}

.basket-item__controls button {
    color: #aaa;
    transition: all 150ms ease;
}

.basket-item__controls button:hover {
    color: #333;
}

.basket-item__checkbox {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    position: absolute;
}

.basket-item__container {
    position: relative;
    margin-bottom: 1rem;
}

.basket-item__error {
    margin-bottom: .25rem;
    padding: .5rem;
    font-size: 0.75em;
    line-height: 100%;
}

#basketShareModal .basket-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
}

#basketShareModal .basket-item__price {
    font-weight: normal;
}

#basketShareModal .basket-item__image {
    width: 4rem;
    height: 4rem;
}

#basketShareModal .modal-dialog {
    max-width: 50rem;
}

#basketShareModal .modal-footer {
    justify-content: space-between;
}

#basketShareModal .basket-item__container {
    margin-bottom: .5rem;
}

#basketShareModal .basket-items__container {
    margin-bottom: .5rem;
}

[v-cloak] {
    display: block;
    height: 10vh;
    width: 100%;
}

[v-cloak] > div {
    display: none;
}

div[v-cloak]::before {
    display: block;
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: calc(2rem / 10) solid transparent;
    border-top-color: var(--theme-color-primary);
    animation: half-circle-spinner-animation 1s infinite;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
}

div[v-cloak]::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: calc(2rem / 10) solid transparent;
    border-bottom-color: var(--theme-color-primary);
    animation: half-circle-spinner-animation 1s infinite alternate;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
}

.half-circle-spinner, .half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    /*margin: 10vh;*/
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(2rem / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: var(--theme-color-primary);
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: var(--theme-color-primary);
    animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@keyframes sync-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.invalid-feedback {
    font-size: .85em;
}

.cart-container {
    position: relative;
}

.basket-controls {
    display: flex;
    align-items: end;
    gap: 1rem;
    position: absolute;
    top: -4em;
    right: 1em;
}

.basket-controls a {
    color: #666;
}

.basket-controls a input {
    margin-top: .3em;
    margin-left: .25em;
}

.basket__header {
    position: relative;
}

.footer {
    background: #292a2c;
    padding: 4rem 0;

    color: #999;
    font-size: 1rem;
    margin-top: 4rem;
}

.footer a, .footer a:visited {
    color: #999;
}

.footer a:hover {
    color: #999;
}

.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__menu > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menu > li > a {
    text-decoration: none;
}

.smallbanner {
    border-radius: var(--block-border-radius);
    margin-bottom: 2rem;
    overflow: hidden;
}

i.bi.copyArtikul {
    font-size: 0.75em;
    cursor: pointer;
}

.f-carousel__counter {
    align-items: center;
}
.btn-promo {
	color: #fff;

	width: 100%;
	font-size: 1.5rem;
}

.withverticalpadding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
