﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: manipulation;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

@font-face {
    font-family: 'Monotype Corsiva';
    src: url('./webfonts/MonotypeCorsiva.woff2') format('woff2'),
        url('./webfonts/MonotypeCorsiva.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


main {
    display: block
}

figure {
    margin: 0
}

.dropdown-menu {
    display: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

.text-center {
    text-align: center
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button {
    cursor: pointer;
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

a {
    color: inherit
}

a, button, input, svg, select {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none
}

html,
body {
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .flex.between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .flex.flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex.flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex.end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .flex.start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flex.middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flex.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex.wrap, .row.wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex > .grow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.img-responsive {
    max-width: 100%;
    display: block;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

nput:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

@media screen and (min-width: 992px) {
    .xs {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .lg {
        display: none;
    }
}

.wlogo {
    width: 191px
}

.hlogo {
    height: 51px;
}

.ml5 {
    margin-left: 5px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}

.w12 {
    width: 12px;
}

.h10 {
    height: 10px;
}

.h12 {
    height: 12px;
}

.h8 {
    height: 8px;
}

.w10 {
    width: 10px;
}

.h16 {
    height: 16px;
}

.h19 {
    height: 19px;
}

.w13 {
    width: 13px;
}

.h13 {
    height: 13px;
}

.w16 {
    width: 16px;
}

.h22 {
    height: 22px;
}

.w22 {
    width: 22px;
}

.h20 {
    height: 20px;
}

.w20 {
    width: 20px;
}

.w17 {
    width: 17px;
}

.h17 {
    height: 17px;
}

.w21 {
    width: 21px;
}

.h21 {
    height: 21px;
}

.w29 {
    width: 29px;
}

.w26 {
    width: 26px;
}

.h25 {
    height: 25px;
}

.w33 {
    width: 33px;
}

.h26 {
    height: 26px;
}

.w31 {
    width: 31px;
}

.h31 {
    height: 31px;
}

.w34 {
    width: 34px;
}

.w15 {
    width: 15px;
}

.h34 {
    height: 34px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -15px;
}

    .row.sm-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom:55px;
    }

.col-3 {
    width: 25%;
    padding: 0px 15px;
}

    .col-3.catalog_pg {
        padding: 0px 15px 60px;
    }

.col-9 {
    width: 75%;
    padding: 0px 15px;
}

.col-6 {
    width: 50%;
    padding: 0px 15px;
}

.header-top {
    background: #201f1d;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.header-top-link a {
    text-decoration: none;
    padding: 10px 0px;
    display: inline-block;
}
.header-top-link a:hover {
    text-decoration: underline;
}
.header-top-link a.viber {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-left: 7px;
    padding: 0;
}
.header-top-link a.viber {
    background: #7c529d;
}
.header-top-link a.telegram {
    width: 26px;
    height: 26px;
    margin-left: 7px;
    padding: 0;
}
.header-top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-bl:nth-child(2) .viber,
.footer-bl:nth-child(3) .viber,
.footer-bl:nth-child(4) .viber {
    display: none;
}

    .header-top-link + .header-top-link {
        margin-left: 35px;
    }

.header-top-rate {
    color: #bdbdbd;
    padding: 10px 40px;
    background: rgba(219,241,255,0.05);
}

    .header-top-rate i {
        font-style: normal;
    }

.guest .header-top-rate {
    display: none;
}

.language {
    margin-left: 10px;
}

    .language a {
        margin: 0px 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        display: inline-block;
        padding: 10px 0px;
    }

        .language a:hover {
            font-weight: 600;
            color: #5cadff
        }

        .language a.active {
            font-weight: 600;
            color: #5cadff
        }

.account-guest {
    display: none;
}

.guest .account-guest {
    display: block;
}

.account-registered {
    display: block;
}

.guest .account-registered {
    display: none;
}

.account-registered svg {
    fill: #5cadff;
}

.account-registeredspan + svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.account-registered.active span + svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.account-registered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0px
}

    .account-registered:hover span {
        text-decoration: underline;
    }

.account {
    margin-left: 55px;
    position: relative;
}

.search {
    border: 1px solid;
    border-color: #f5f5f6;
}

    .search .input-lg {
        border: none;
        line-height: 38px;
        padding: 0px 30px 0px 15px;
        font-size: 12px;
        color: #000;
        width: 515px;
    }

    .search .btn-gray {
        border: none;
        background: #f6f6f6;
        height: 38px;
        width: 55px;
    }

        .search .btn-gray:hover {
            background: #f1f1f1;
        }

.form-control::-webkit-input-placeholder {
    color: #a3a3a3;
}

.form-control::-moz-placeholder {
    color: #a3a3a3;
}

.form-control:-moz-placeholder {
    color: #a3a3a3;
}

.form-control:-ms-input-placeholder {
    color: #a3a3a3;
}

.icon-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 6px 0px;
}

@media screen and (min-width: 991px) {
    .icon-cart.fixed {
        position: fixed;
        top: 11px;
        right: 50%;
        z-index: 999;
        margin-right: -585px; 
        transition: none;
    }
    .icon-cart.fixed.marginButton {
        margin-right: -717px;
    }
}
@media screen and (max-width: 1480px) {
    .fixed .but-header-btn {
        margin-right: 105px;
    }
    .fixed .but-header-btn .btn-primary {
        font-size: 13px !important;
        padding: 0px 10px !important;
        transition: none;
    }
    .fixed .icon-cart.fixed.marginButton {
        margin-right: -598px;
    }
    .fixed .but-header-subMenu ul a {
        padding: 0 7px !important;
    }
    .fixed .but-header-subMenu ul {
        margin: 0 0 0 15px !important;
    }
    .fixed #cart-total, 
    .fixed #cart-total-m {
        margin-left: 5px !important;
    }

}
@media screen and (min-width: 991px) and (max-width: 1199px) {
    .fixed .icon-cart.fixed.marginButton {
        margin-right: -485px;
    }
    .fixed .but-header-subMenu ul a {
        font-size: 12px !important;
        padding: 0px 5px !important;
        line-height: 1.25 !important;
    }
    .but-header-btn .btn-primary {
        font-size: 12px !important;
        padding: 5px 5px !important;
        line-height: 1.25 !important;
    }
    .but-header-subMenu ul {
        align-items: center;
    }
    .but-header-subMenu ul a {
        padding: 0 5px !important;
        line-height: 1.25;
        text-align: center;
    }
}
@media screen and (max-width: 1199px) {
    .icon-cart.fixed {
        margin-right: -470px;
    }
}

#cart-total, #cart-total-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
}

    #cart-total i, #cart-total-m i {
        font-style: normal;
    }

#cart .icon-cart svg, #cart-m .icon-cart svg {
    stroke: #6d6d6d;
    fill: #6d6d6d;
}

#cart.active .icon-cart svg, #cart-m.active .icon-cart svg {
    stroke: #2458a1;
    fill: #2458a1;
}

#cart-total b, #cart-total-m b {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    background: #f6f6f6;
    color: #c0c0c0;
    position: absolute;
    padding: 0px 5.5px;
    border-radius: 18px;
    left: 20px;
    top: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#cart.active #cart-total b, #cart-m.active #cart-total-m b {
    background: #59acff;
    color: #fff;
}
.btn {
    -webkit-appearance: none;
}
.favour-btn {
    border: none;
    position: relative;
    padding: 6px 6px;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
}
.favour-btn:hover, .favour-btn:focus, .favour-btn:active, .favour-btn:active:hover, .favour-btn:active:focus {
    box-shadow: none;
    background: transparent;
    outline: none;
}
    .favour-btn svg {
        fill: none;
        stroke: #6d6d6d;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .favour-btn:hover svg {
        fill: none;
        stroke: #c40700;
    }

    .favour-btn.active svg {
        fill: #c40700;
        stroke: #c40700;
    }

.guest .favour-bl {
    display: none;
}

.guest #cart-total span:last-child {
    display: none;
}

.favour-btn b {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #c0c0c0;
    background: #f6f6f6;
    line-height: 18px;
    padding: 0px 6px;
    border-radius: 18px;
    right: -6px;
    top: -1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.favour-btn:hover b {
    color: #000000;
    background: #c40700;
    color:#fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1009;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.modal-bg {
    position: fixed;
    z-index: 1008;
    background: rgba(36,88,161,0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.modal-content {
    max-width: 572px;
    width: 95%;
    position: absolute;
    top: 0;
    margin: 30px auto 0 auto;
    z-index: 1009;
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 0px;
    -webkit-box-shadow: 3px 14px 13px rgba(0,0,0,0.06);
    box-shadow: 3px 14px 13px rgba(0,0,0,0.06);
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

    .modal-close svg {
        fill: rgb(148,148,148);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .modal-close:hover svg {
        fill: rgb(0,0,0);
    }

.modal-buttons {
    border-bottom: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
}

    .modal-buttons .btn-modal-radio {
        width: calc(50% - 35px);
        background: transparent;
        border: none;
        border-right: 1px solid transparent;
        line-height: 59px;
        font-size: 17px;
        font-weight: 600;
        color: #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .modal-buttons .btn-modal-radio + .btn-modal-radio {
            border-left: 1px solid transparent;
            margin-left: -1px;
        }

        .modal-buttons .btn-modal-radio.active {
            background: #fff;
            color: #2458a1;
            border-color: #e8e8e8;
        }

        .modal-buttons .btn-modal-radio:hover {
            color: #2458a1;
            border-color: #e8e8e8;
        }

.formLogin {
    padding-top: 10px;
}

    .formLogin .input-group .form-group {
        width: 100%;
        margin-right: 0px;
    }

        .formLogin .input-group .form-group .form-control {
            border-color: #dcdcdc;
            border-radius: 0;
            line-height: 42px;
            height: 44px;
        }

            .formLogin .input-group .form-group .form-control.input--err,
            .formLogin .input-group .form-group select.form-control.input--err + .nice-select
            {
                border-color: #ff0000;
                background: rgba(255,0,0,0.15);
            }

            .formLogin .input-group .form-group .form-control .list {
                width: 100%;
                border-radius: 0;
            }

.mod-bl {
    padding: 10px 100px 20px;
}

.mod-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}

.mod-bl .buttons button {
    margin-top: 30px;
    width: 100%;
    line-height: 46px;
}

.savePas-bl input[type="checkbox"] {
    display: none;
}

.savePas-bl label {
    font-size: 13px;
    font-weight: 400;
    color: #434343;
    text-decoration: none;
    padding: 0;
    padding-left: 32px;
    position: relative;
    max-width: 100%;
    line-height: 22px;
    cursor: pointer;
}

    .savePas-bl label:before {
        content: "";
        width: 22px;
        height: 22px;
        background: #fff;
        border: 1px solid rgb(222,222,222);
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0px;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .savePas-bl label:after {
        content: "";
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        content: '';
        display: block;
        height: 8px;
        margin-top: -6px;
        pointer-events: none;
        position: absolute;
        left: 6px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

.savePas-bl input[type="checkbox"]:checked + label:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.savePas-bl input[type="checkbox"]:checked + label:before {
    background: #2458a1;
}

.savePas-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 -15px;
}

    .savePas-bl > a {
        font-size: 13px;
        text-decoration: none;
        color: #2458a1;
    }

        .savePas-bl > a:hover {
            text-decoration: underline;
        }

.modal-buttons .mod-title {
    line-height: 59px;
    text-align: center;
    width: 100%;
    background: #fff;
}

.mod-subtitle {
    font-size: 13px;
    color: #434343;
}

#form-restPassword2 > .input-group + .input-group, #form-checkIn > .input-group + .input-group {
    margin-top: 10px;
}

#form-checkIn .savePas-bl {
    margin: 25px 0 10px;
}

    #form-checkIn .savePas-bl .mod-subtitle {
        font-size: 14px;
        color: #000;
    }

.checkIn-prompt {
    font-size: 12px;
    color: #777777;
    margin-top: 5px;
}

.header > .container > .flex {
    height: 104px;
}

.acc-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: calc(50% - 85px);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    background: #fff;
    z-index: 2;
    min-width: 170px;
    padding-bottom: 5px;
}

    .acc-dropdown div {
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #2458a1;
    }

        .acc-dropdown div i {
            font-style: normal
        }

        .acc-dropdown div.negative {
            background: #c52e32;
        }

    .acc-dropdown a {
        line-height: 32px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin: 0px 10px;
    }

        .acc-dropdown a:hover {
            text-decoration: underline;
            color: #2458a1;
        }

        .acc-dropdown a + a {
            border-top: 1px solid #f0f0f0;
        }

.account-guest a {
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none;
    margin: 0px 5px;
}

    .account-guest a:hover {
        text-decoration: underline;
    }

footer {
    background: #272727;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    padding: 25px 0px;
}

.footer-bl .header-top-link + .header-top-link {
    margin-left: 0px;
}

.footer-bl .header-top-link a {
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-showMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dbf1ff;
    font-size: 15px;
    border: none;
    background: none;
    text-decoration: underline;
}

    .btn-showMap:hover {
        text-decoration: none;
    }

.footer-bl > span {
    display: block;
}

.footer-bl {
    width: 25%;
    margin-bottom: 25px;
}

.footer-block {
    height: 239px;
    overflow: hidden
}

    .footer-block.active {
        height: auto;
    }

    .footer-block + .show_more {
        text-align: center;
        text-decoration: underline;
        cursor: pointer;
        font-size: 15px;
    }

        .footer-block + .show_more:hover {
            text-decoration: none;
        }

.copyright {
}

.public-term a {
    text-decoration: none;
    margin: 0px 5px;
}

    .public-term a:hover {
        text-decoration: underline;
    }

.icon-pay {
}

.sl-bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -15px;
    padding: 60px 0px;
}

.sl-bottom-bl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 101px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 270px;
    overflow: hidden;
}

.sl-bottom-bl-img {
    width: 100%;
    max-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sl-bottom-bl-img img {
        max-width: none;
        max-height: 160px;
    }

.sl-bottom-bl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 1;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.sl-bottom-bl:hover:before {
    background: rgba(0,0,0,0.2);
}

.sl-bottom-bl-text {
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    height: 36px;
    bottom: 15px;
}

.sl-bottom-bl > img, .sl-bottom-bl > svg {
    position: absolute;
    margin: 0;
    top: calc(50% - 35px);
    z-index: 2;
}

.slick-arrow {
    cursor: pointer;
    background: rgba(36,88,161,0.15);
    padding: 14px 12px;
    position: absolute;
    top: calc(50% - 23px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 1;
}

    .slick-arrow:hover {
        cursor: pointer;
        background: rgba(36,88,161,0.5);
    }

.slide-prev {
    left: 10px;
}

.slide-next {
    right: 10px;
}

    .slide-next svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.gray {
    background: #f6f6f6;
    padding: 1px 0px;
}

.blue {
    background: #dbf1ff;
    padding: 1px 0px;
}

.myBgSlider {
    margin: 30px 0px;
}

.product-grid {
    width: calc(25% - 30px);
    margin: 15px;
}

.product-bl {
    border: 1px solid rgb(245,244,244);
    padding-bottom: 10px;
    position: relative;
}

.product-img {
    padding: 10px 0px;
}

    .product-img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 258px;
        height: 258px;
        overflow: hidden;
    }

.product-name a {
    font-size: 14px;
    font-weight: 600;
    color: #2458a1;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .product-name a:hover {
        text-shadow: 0 0 0;
    }

.product-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    height: 74px;
    padding: 0px 15px;
    position: relative;
}
.product-cont_top {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .price i {
        font-style: normal
    }

.price-hryvnia {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .price-hryvnia .price-old {
        font-size: 12px;
        font-weight: 600;
        text-decoration: line-through;
        color: #8a909b;
    }

        .price-hryvnia .price-old i {
            font-size: 10px;
        }

    .price-hryvnia i {
        font-size: 12px;
    }

.price-dolar {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.guest .price-dolar {
    display: none
}

.price-dolar .price-old {
    font-size: 12px;
    text-decoration: line-through;
    color: #8a909b;
}

.price-dolar i {
    font-size: 12px;
}

.price-dolar .price-old i {
    font-size: 10px;
}

.qty-group button {
    width: 33px;
    font-size: 26px;
    border: none;
    background: #efefef;
    padding: 0px 9px;
}

    .qty-group button:hover {
        background: #d7d7d7;
    }

.qty-group .cic-input {
    width: 44px;
    font-size: 16px;
    text-align: center;
    border: none;
    line-height: 36px;
    padding: 0px;
}

.qty-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #efefef;
    max-width: 114px;
}

    .qty-group .cic-minus {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 4px;
    }

.product-thumb {
    -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0);
    box-shadow: 0px 0px 16px rgba(0,0,0,0);
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

    .product-thumb:hover {
        -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.17);
        box-shadow: 0px 0px 16px rgba(0,0,0,0.17);
        z-index: 1;
    }

.product-btn {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: -50px;
}

.product-thumb:hover .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-wish {
    border: none;
    background: no-repeat;
    height: 50px;
    padding: 0px 14px;
    background: #fff;
}

    .btn-wish svg {
        fill: none;
        stroke: #6d6d6d;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .btn-wish:hover svg {
        fill: none;
        stroke: #c40700;
    }

    .btn-wish.active svg {
        fill: #c40700;
        stroke: #c40700;
    }

.addToCart {
    border: none;
    background: #59acff;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    width: calc(100% - 54px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

    .addToCart:hover {
        background: #2458a1;
    }

    .addToCart.availability {
        background: #676e7a;
    }

        .addToCart.availability:hover {
            background: #b9b9b9;
        }

    .addToCart span {
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .addToCart span:first-child {
            opacity: 1;
        }

        .addToCart span:nth-child(2) {
            opacity: 0;
        }

    .addToCart.active span:first-child {
        opacity: 0;
    }

    .addToCart.active span:nth-child(2) {
        opacity: 1;
    }

    .addToCart.active {
        background: #2fb216;
    }

.product-btn-guest {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: -50px;
}

    .product-btn-guest .addToCart {
        width: 50%;
    }

    .product-btn-guest .btn-buyClick {
        border: none;
        background: #2458a1;
        color: #fff;
        position: relative;
        font-size: 15px;
        font-weight: 600;
        height: 50px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 1px 35px;
        border: 1px solid #2458a1;
    }

        .product-btn-guest .btn-buyClick:hover {
            background: #fff;
            color: #2458a1;
        }

.guest .product-thumb:hover .product-btn-guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guest .outStock .product-thumb:hover .product-btn-guest, .guest .outStock .product-thumb .product-btn-guest {
    display: none;
}

.guest .product-thumb .product-btn, .guest .product-thumb:hover .product-btn {
    display: none;
}

.product-btn-guest .addToCart span {
    padding: 0px 10px;
}

.onOrder-guest {
    display: none
}

.guest .onOrder-guest {
    display: block
}

.onOrder, .onOrder-guest {
    font-size: 13px;
    color: #898989;
}

.guest .onOrder {
    display: none
}

.onOrder_main-stock {
    color: #434343;
    font-weight: 600;
}

.mainStock-warning {
    color: red;
    font-weight: bold;
}
.mainStock-warning.cart-warning {
    font-size: 13px;
    font-weight: normal;
}

.title-bl {
    font-size: 26px;
    font-weight: 600;
    margin: 55px 0px 30px;
}
a.title-bl {
    text-decoration: none;
}

    a.title-bl:hover {
        text-decoration: underline;
    }

.btn-primary {
    font-size: 16px;
    font-weight: 600;
    color: #2458a1;
    background: transparent;
    border: 1px solid;
    border-color: #2458a1;
    margin: 75px auto 55px;
    display: block;
    width: 274px;
    line-height: 56px;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
}

    .btn-primary:hover {
        color: #fff;
        background: #2458a1;
        border-color: #2458a1;
    }

    .btn-primary .all-news {
        margin: 35px auto 60px;
    }

.news-bl {
    margin: 15px;
    width: calc(33.333333% - 30px);
}

.news-bl-img {
    margin-bottom: 15px;
}

.news-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .news-block + .btn-primary {
        margin: 20px auto 55px;
    }

.news-bl-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-bl-text {
    font-size: 13px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.news-bl-date {
    font-size: 14px;
    color: #b7b7b7;
}

.work-bl {
    margin: 10px 15px 0;
    width: calc(25% - 30px);
    padding: 0px 15px;
}

.work-bl-img {
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #59acff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.work-bl-text {
    font-size: 15px;
    font-weight: 600;
    color: #2458a1;
    text-align: center;
}

.work-with-us {
    margin: 0px -15px 70px;
}

.hamburger {
    top: 50%;
    right: 25px;
    display: block;
    margin-top: -1px;
}

    .hamburger, .hamburger:after, .hamburger:before {
        position: absolute;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
    }

        .hamburger:after, .hamburger:before {
            display: block;
            content: "";
        }

        .hamburger:before {
            top: -7px;
        }

        .hamburger:after {
            bottom: -7px;
        }

.but-header.blue {
    padding: 0;
}

.but-header-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.guest .but-header-bl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu-bl {
    position: relative;
    z-index: 3;
}

#menu, #menu-m {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
}

.but-header-subMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    ;
    padding: 0;
    list-style-type: none;
}

.but-header-btn .btn-primary {
    margin: 0;
    line-height: 40px;
    white-space: nowrap;
    width: auto;
    padding: 0px 21px;
    font-size: 14px;
}

    .but-header-btn .btn-primary:hover {
        color: #fff;
        background: #59acff;
        border-color: #59acff;
    }

.menu-bl > a {
    text-decoration: none;
    color: #fff;
    background: #2458a1;
    display: block;
    line-height: 60px;
    padding: 0px 45px 0px 30px;
    font-size: 17px;
    font-weight: 600;
    width: 270px;
    pointer-events: none;
}

.but-header-subMenu ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    /*line-height: 60px;*/
    line-height: 1.2;
    padding: 0px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.ws-wrap {
    white-space: break-spaces !important;
}

    .but-header-subMenu ul a:hover {
        color: #2458a1;
    }

.guest .but-header-subMenu .registered {
    display: none;
}

.guest .but-header-btn {
    display: none;
}

.hover-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
}

    .hover-menu .navTop_a {
        font-size: 15px;
        text-decoration: none;
        margin: 0px 15px;
        padding: 0px 25px 0px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 73px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
        cursor: pointer;
    }

    .hover-menu > li + li .navTop_a {
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .hover-menu > li {
        background: transparent;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .hover-menu > li:hover {
            background: #f2f8ff;
            border-color: #f0f0f0;
        }

            .hover-menu > li:hover .navTop_a {
                color: #2458a1;
            }

        .hover-menu > li + li {
            margin-top: -1px;
        }

        .hover-menu > li.dropdown > .dropdown-menu {
            opacity: 0;
            position: absolute;
            left: 100%;
            width: 100%;
            top: 0;
            min-height: 100%;
            background: #fff;
            border-left: 1px solid #f0f0f0;
            -webkit-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            transition: opacity 0.3s;
            display: none;
            z-index: 10;
            -webkit-box-shadow: 5px 3px 9px -4px rgb(0 0 0 / 8%);
            box-shadow: 5px 3px 9px -4px rgb(0 0 0 / 8%);
            margin-left: -1px;
        }

        .hover-menu > li.dropdown.active > .dropdown-menu {
            display: block;
            opacity: 1;
        }

        .hover-menu > li.dropdown .navTop_a:before {
            content: "\f054";
            font-size: 16px;
            font-weight: 300;
            font-family: "Font Awesome 5 Free";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            right: 10px;
            top: calc(50% - 8px);
            color: rgba(0,0,0,0.2);
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
        }

        .hover-menu > li.dropdown:hover .navTop_a:before {
            color: #2458a1;
        }

    .hover-menu .dropdown-menu ul {
        margin: 0;
        padding: 15px 0;
        list-style-type: none;
    }

    .hover-menu .navTop_aa, .hover-menu .navTop_aaa {
        font-size: 14px;
        height: 30px;
        color: #4f4f4f;
        padding: 0px 45px 0px 30px;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        display: block;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .hover-menu .navTop_aa {
        height: 38px;
    }

    .hover-menu .dropdown-menu li:hover .navTop_aa, .hover-menu .dropdown-menu .dropdown-menu li:hover .navTop_aaa {
        color: #2458a1;
    }

    .hover-menu .navTop_aa b {
        font-weight: 400;
    }

    .hover-menu .dropdown-menu li.dropdown .navTop_aa:before {
        content: "\f078";
        font-size: 16px;
        font-weight: 300;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        right: 10px;
        top: calc(50% - 7px);
        color: rgba(0,0,0,0.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .text-balance {
        color: #5cadff;
    }
    .text-balance.negative {
        color: #ff5c5c;
    }
    .text-balance i {
        font-style: normal;
    }
    .header-menu-balance {
        color: #fff;
        width: 100%;
        text-align: right;
        padding: 8px 15px 0;
    }

    @media screen and (min-width: 991px) {
        .hover-menu .dropdown-menu li.dropdown .navTop_aa:before {
            content: "\f054";
        }
        .hover-menu .dropdown-menu li.dropdown.active .navTop_aa:before {
            -webkit-transform: rotate(0deg) !important;
            -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
        }
        .hover-menu .navTop_aaa {
            padding: 0 15px;
        }
        .hover-menu .dropdown-menu .dropdown-menu {
            position: absolute;
            left: 100%;
            width: 100%;
            top: -1px;
            min-height: calc(100% + 1px);
            background: #fff;
            border: 0;
            border-left: 1px solid #f0f0f0;
            -webkit-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            transition: opacity 0.3s;
            z-index: 9;
            -webkit-box-shadow: 5px 3px 9px -4px rgb(0,0,0,0.08);
            box-shadow: 5px 3px 9px -4px rgb(0,0,0,0.08);
            margin-left: -1px;
            padding: 0;
        }
        .hover-menu li:first-child .navTop_aa {
            height: auto !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
        }

        .hover-menu > li.dropdown:first-child > .dropdown-menu {
            width: calc(100% * 2);
        }
        .hover-menu > li.dropdown:first-child > .dropdown-menu ul {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 26px;
            -moz-column-gap: 26px;
            column-gap: 26px;
        }



    }

    @media screen and (min-width: 991px) and (max-width: 1640px)  {
        .hover-menu .navTop_aa {
            height: auto !important;
            padding-top: 7px !important;
            padding-bottom: 7px !important;
        }
        .hover-menu .navTop_aaa {
            height: auto !important;
            padding: 5px 15px !important;
        }
    }

    

    .hover-menu .dropdown-menu li.dropdown:hover .navTop_aa:before {
        color: #2458a1;
    }

    .hover-menu .dropdown-menu li.dropdown.active .navTop_aa:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .hover-menu .dropdown-menu .dropdown-menu {
        display: none;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding-left: 15px
    }

.menu-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 218px;
    height: 300vh;
    background: rgba(36,88,161,0.2);
    z-index: 2;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

    .menu-bg.active {
        display: block;
        opacity: 1;
    }

    .menu-bg.activ {
        top: 60px;
    }

.c-prod {
    list-style-type: none;
    counter-reset: list;
    padding: 0;
    margin: 0;
    max-height: 306px;
    overflow-y: scroll;
    padding: 0px 15px 0px 30px;
}

.c-prod {
    scrollbar-width: thin;
    scrollbar-color: #efefef #dbf1ff;
}

    .c-prod::-webkit-scrollbar {
        width: 10px;
    }

    .c-prod::-webkit-scrollbar-track {
        background: #efefef;
    }

    .c-prod::-webkit-scrollbar-thumb {
        background-color: #dbf1ff;
        border-radius: 0px;
        border: none;
    }

    .c-prod li {
        position: relative;
    }

        .c-prod li:before {
            counter-increment: list;
            content: counter(list) ". ";
            padding: 0;
            margin: 0;
            font-size: 14px;
            line-height: 22px;
            color: #a3a3a3;
            position: absolute;
            left: 0;
            top: calc(50% - 11px);
        }

.c-prod-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    padding: 18px 60px 18px 0px;
}

li + li .c-prod-bl {
    border-top: none;
}

.c-prod-img {
    width: 60px;
    margin-right: 40px;
}

.c-prod-name {
    max-width: 300px;
}

    .c-prod-name a {
        font-size: 13px;
        text-decoration: none;
        color: #2458a1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 42px;
    }

        .c-prod-name a:hover {
            text-decoration: underline;
        }

.c-prod-bl .price-dolar {
    font-weight: 600;
}

.drop-prod-close {
    position: absolute;
    right: 15px;
    top: calc(50% - 13px);
}

    .drop-prod-close .close {
        width: 26px;
        height: 26px;
        border: 1px solid;
        border-color: #efefef;
        background: #fff;
        border-radius: 50%;
        font-size: 13px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding:0;
    }

        .drop-prod-close .close svg {
            fill: #6a6a6a;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .drop-prod-close .close:hover {
            border-color: #2458a1;
        }

            .drop-prod-close .close:hover svg {
                fill: #2458a1;
            }

.c-prod-title {
    font-size: 13px;
    color: #a3a3a3;
    padding: 10px 60px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-prod-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px
}

.c-prod-bl .qty-group {
    max-width: 84px;
}

    .c-prod-bl .qty-group button {
        width: 24px;
        padding: 0px 4px;
        padding-bottom: 4px;
        line-height: 20px;
    }

    .c-prod-bl .qty-group .cic-minus {
        padding-bottom: 4px;
    }

    .c-prod-bl .qty-group .cic-input {
        width: 32px;
        line-height: 26px;
    }

.c-prod-title-name, .c-prod-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
}

.c-prod-title-price, .c-prod-bl .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}

.c-prod-title-qty, .c-prod-bl .cart_pg_qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.c-prod-title-total, .c-prod-bl .total-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.checkout-heading {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0px 15px 0px;
}

.total-foot-bl {
    margin: 0px 30px;
}

.total-pay {
    border-bottom: 1px dashed #e8e8e8;
    padding: 18px 0px;
}

.total-hryvnia {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

    .total-hryvnia span {
        font-size: 21px;
        font-weight: bold;
        color: #2458a1;
        min-width: 140px;
        display: inline-block;
    }

.total-dolar {
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

    .total-dolar span {
        font-size: 15px;
        font-weight: 400;
        color: #2458a1;
        min-width: 140px;
        display: inline-block;
    }

.total-foot-bl .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
}

    .total-foot-bl .buttons .btn-primary {
        margin: 0;
        width: 305px;
    }

.btn-blue {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #2458a1;
    border: 1px solid;
    border-color: #2458a1;
    display: block;
    width: 274px;
    line-height: 56px;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
}

.total-foot-bl .buttons .btn-blue {
    margin: 0;
    width: 305px;
}

.btn-blue:hover {
    color: #2458a1;
    background: #fff;
}

.guest .total-dolar {
    display: none;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-group .form-group {
        width: calc(50% - 15px);
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .input-group .form-group + .form-group {
            margin-left: 15px;
            margin-right: 0px;
        }

        .input-group .form-group label {
            font-size: 14px;
            color: #434343;
            margin-right: 30px;
            line-height: 46px
        }

.form-control {
    width: 100%;
    line-height: 44px;
    padding: 0px 15px;
    font-size: 14px;
    color: #000;
    border: 1px solid;
    border-color: #f5f5f6;
    outline: none;
}

    .form-control.input--err {
        border-color: #ff0000;
        background: rgba(255,0,0,0.15);
    }

#form-quickorder {
    margin-top: -1px;
    border-top: 1px solid #fff;
}

.checkout-subheading {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 10px 80px 25px;
}

.articles-pg + footer {
    margin-top: 100px;
}

body:not(.common-home) #menu, body.common-home #menu.activ {
    display: none;
}

body:not(.common-home) #menu-m, body.common-home #menu-m.activ {
    display: none;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 15px 0px;
    list-style-type: none;
    font-size: 13px;
    line-height: 20px;
    margin-left: calc(25% + 4px);
    flex-wrap: wrap;
}

    .breadcrumb a {
        color: #2458a1;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb span {
        color: #959595;
    }

    .breadcrumb li + li:before {
        content: "\f054";
        font-size: 10px;
        font-weight: 300;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: #a1a0a0;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        margin-right: 8px;
    }

    .breadcrumb li + li {
        margin-left: 10px;
    }

.pg-title {
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0px;
}

.article-img {
    margin-bottom: 35px;
}

.article-block {
    margin-top: 30px;
}

.description p {
    margin: 0px 0px 15px;
    font-size: 15px;
    line-height: 22px;
}

    .description p a {
        color: #2458a1;
        text-decoration: underline;
    }

        .description p a:hover {
            text-decoration: none;
        }

.description ul {
    list-style: none;
    padding-left: 20px;
}

    .description ul li {
        padding-left: 20px;
        position: relative;
        font-size: 15px;
        line-height: 22px;
    }

        .description ul li span {
            display: inline-block;
        }

        .description ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #2458a1;
            position: absolute;
            left: 0;
            top: calc(50% - 3px);
        }

.description h4 {
    font-size: 19px;
    font-weight: 600;
}

.article-pg .article-block .btn-primary {
    margin: 35px auto 120px;
}

.article-pg .btn-primary {
    margin: 50px auto 100px;
}

.guarantee-pg, .pay-deliv-pg {
    padding-bottom: 45px;
}

.partner-block {
    padding: 25px 0px 40px;
}

    .partner-block h4 {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 35px;
    }

.formPartner .input-group .form-group {
    width: calc(33.333333% - 30px);
    margin: 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formPartner .input-group {
    margin: 0px -15px;
}

.formPartner legend {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding: 55px 0px 45px;
}

.formPartner .input-group .form-group label {
    margin-right: 0px;
    line-height: 30px;
}

.formPartner .form-control {
    border-color: rgb(218,218,218);
}

    .formPartner .form-control.input--err {
        border-color: #ff0000;
        background: rgba(255,0,0,0.15);
    }

.formPartner .btn-blue {
    margin: 40px auto 60px;
    width: 370px;
}

.company-pg {
    margin-bottom: 40px;
}

.err-pg-cont span {
    font-size: 159px;
    font-weight: 600;
    color: #676e7a;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 155px;
}

.err-pg-cont {
    margin-left: 28px;
}

.pg-title-err {
    font-size: 17px;
    font-weight: 600;
    color: #2458a1;
}

.err-pg-bl {
    padding-top: 25px;
    margin-bottom:50px;
}

.err-pg-catalog {
    margin-left: 100px;
}

.err-pg-catalog-title {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0px 10px;
}

.err-pg-catalog ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .err-pg-catalog ul a {
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        display: inline-block;
        line-height: 26px;
        color: #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .err-pg-catalog ul a:hover {
            color: #2458a1;
            text-shadow: 0 0 0;
        }

.category-pg .product-grid {
    width: calc(33.333333% - 30px);
    margin: 15px;
}

.subcategory-block {
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    padding-bottom:1px;
}

.subcategory-bl {
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: -1px;
}

    .subcategory-bl:hover {
        background: #f2f8ff;
        border-color: #f0f0f0;
    }

    .subcategory-bl span {
        font-size: 15px;
        text-decoration: none;
        margin: 0px 15px;
        padding: 0px 15px 0px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 73px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: -1px;
    }

    .subcategory-bl a {
        text-decoration: none;
    }

    .subcategory-bl:hover span {
        color: #2458a1;
    }

    .subcategory-bl span svg {
        fill: #2b8dc8;
        stroke: #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .subcategory-bl:hover span svg {
        stroke: #2458a1;
    }

.subcategory-block ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
.subcategory-block ul li:first-child{
    margin-top: 12px;
}
.subcategory-block ul li:last-child {
    margin-bottom: 12px;
}
    .subcategory-block ul a {
        font-size: 14px;
        height: 38px;
        color: #4f4f4f;
        padding: 0px 45px 0px 30px;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        display: block;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .subcategory-block ul a.active {
        color: #2458a1;
    }
        .subcategory-block ul a b {
            font-weight: 400;
        }

.title-module {
    font-size: 14px;
    font-weight: bold;
    color: #434343;
    padding-bottom: 20px;
}

.column-left-filter {
    background: #f6f6f6;
    padding: 30px 30px;
}

.ocfilter .ocfilter-option .option-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #2458a1;
    padding: 15px 0px 10px;
}

.ocfilter-option .ocf_check_bl {
    padding: 5px 0 5px;
    display: block;
    text-decoration: none;
    position: relative;
}

.ocf_check_bl input[type="checkbox"] {
    display: none;
}

.ocfilter-option .ocf_check_bl .ocf_check {
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    text-decoration: none;
    padding: 5px 0 3px;
    padding: 0;
    padding-left: 40px;
    position: relative;
    max-width: 100%;
    line-height: 22px;
}

.ocf_check_bl .ocf_check:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid rgb(222,222,222);
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0px;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ocf_check_bl input[type="checkbox"]:checked + label:before {
    background: #2458a1;
}

.check_close {
    position: absolute;
    right: -5px;
    display: block;
    padding: 0px 5px;
    top: calc(50% - 11px);
    display: none;
}

    .check_close svg {
        fill: #000;
    }

    .check_close:hover svg {
        fill: #2458a1;
    }

.ocf_check_bl input[type="checkbox"]:checked + label .check_close {
    display: block;
}

.list-group-item + .list-group-item {
    border-top: 1px solid #d4d4d4;
}

.list-group-item {
    padding-bottom: 5px;
}

.ocfilter .selected-options .ocfilter-option {
    background-color: #fff;
    padding: 0px;
}

.btn-res-filter {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    margin: 0px auto 0px;
}

#ocfilter-content .list-group-item.ocfilter-option.price-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#ocfilter-content .ocfilter-option.price-option .option-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#ocfilter-content .ocfilter-option .option-values {
    margin-bottom: 10px;
}

#ocfilter-content .ocfilter-option.price-option .option-values {
    padding: 30px 15px 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: -5px -15px 10px;
    height: auto;
}

#ocfilter-content .ocfilter-option.price-option .option_val {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    color: #666666;
}

    #ocfilter-content .ocfilter-option.price-option .option_val > div {
        position: relative;
        width: calc(50% - 8px);
    }

.option_val input {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    background: #fff;
    border: 1px solid rgb(222,222,222);
    line-height: 26px;
    height: 32px;
    padding: 2px 10px 2px 10px;
    border-radius: 0px;
    width: 100%;
}

.option-values .noUi-horizontal {
    height: 3px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 0;
}

.option-values .noUi-background {
    background: #d4d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.option-values .noUi-connect {
    background: #59acff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.option-values .noUi-pips {
    display: none;
}

.option-values .noUi-handle {
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #59acff;
}

.option-values .noUi-handle {
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #59acff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .option-values .noUi-handle:hover {
        background: #59acff;
        -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.08);
        box-shadow: 0px 0px 8px rgba(0,0,0,0.08)
    }

.option-values .noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -14px;
    top: -13px;
}

.option-values .noUi-handle:after, .option-values .noUi-handle:before {
    content: none;
}

.category-pg .breadcrumb {
    margin-left: 0;
}

.btn-sort-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-sort-group button {
        color: #c5c5c5;
        font-size: 29px;
        padding: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        line-height: 34px;
        height: 34px;
    }

    .btn-sort-group #list-view {
        font-size: 34px;
    }

    .btn-sort-group #grid-view {
        margin-left: 10px;
    }

    .btn-sort-group button:hover, .btn-sort-group button.active {
        color: #767d87;
    }

.pg-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #606060;
}

.sort-panel {
    padding: 15px 20px;
    background: #f6f6f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0px 15px;
}

.onlyStock-bl {
    margin: 0px 10px;
}

    .onlyStock-bl input[type="checkbox"] {
        display: none;
    }

    .onlyStock-bl label {
        font-size: 14px;
        font-weight: 400;
        color: #434343;
        text-decoration: none;
        padding: 0;
        padding-left: 32px;
        position: relative;
        max-width: 100%;
        line-height: 22px;
        cursor: pointer;
    }

        .onlyStock-bl label:before {
            content: "";
            width: 22px;
            height: 22px;
            background: #fff;
            border: 1px solid rgb(222,222,222);
            position: absolute;
            top: 50%;
            margin-top: -11px;
            left: 0px;
            -webkit-transition: background .2s;
            -o-transition: background .2s;
            transition: background .2s;
            display: inline-block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .onlyStock-bl input[type="checkbox"]:checked + label:before {
        background: #2458a1;
    }

    .onlyStock-bl label:after {
        content: "";
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        content: '';
        display: block;
        height: 8px;
        margin-top: -6px;
        pointer-events: none;
        position: absolute;
        left: 6px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .onlyStock-bl input[type="checkbox"]:checked + label:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.sort-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sort-item > span {
        font-size: 14px;
        font-weight: bold;
        color: #434343;
        margin-right: 10px;
    }

    .sort-item .nice-select {
        border-radius: 0;
        border: 1px solid rgb(231,231,231);
        min-width: 205px;
        color: #3c3c3c;
        height: 38px;
        line-height: 36px;
    }

        .sort-item .nice-select ul {
            min-width: 100%;
            border-radius: 0;
        }

        .sort-item .nice-select .option {
            line-height: 34px;
            min-height: 34px;
        }

.category-pg .description {
    margin: 55px 0px 40px;
}

    .category-pg .description p {
        font-size: 14px;
        color: #999999;
    }

.product-list {
    width: 100%;
    margin: 10px 15px;
}

    .product-list .product-bl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 10px;
        width: 100%;
    }

    .product-list .product-img a {
        max-height: 140px;
        width: 140px;
        height: 140px;
    }

    .product-list .product-img a img {
        max-height: 140px;
        max-width: none;

    }

	.product-list .product-name {
		display: block;
		width: 100%;
	}
	.product-list .product-name a {
		min-height: auto;
	}
	.product-list .boxAvailability {
		margin: 10px 0;

	}

    .product-list .product-cont {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        height: auto;
        border-left: 1px solid rgb(245,244,244);
        padding-bottom: 51px;
    }

    .product-list .product-btn-guest {
        position: absolute;
        width: 270px;
        left: auto;
        bottom: 1px;
        top: auto;
        margin: 0;
        border-top: 1px solid rgb(245,244,244);
    }

    .product-list .product-btn {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        left: auto;
        bottom: 1px;
        top: auto;
        margin: 0;
        border-top: 1px solid rgb(245,244,244);
    }

.guest .product-list .product-thumb .product-btn {
    display: none;
}

.guest .product-list .product-thumb .product-btn-guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guest .product-list.outStock .product-thumb:hover .product-btn-guest, .guest .product-list.outStock .product-thumb .product-btn-guest {
    display: none;
}

.guest .product-list.outStock .product-cont {
    padding-bottom: 0px;
}

.guest .product-list.outStock .onOrder-guest {
    padding-left: 10px;
}

.product-list .price-hryvnia {
    font-size: 17px;
}

    .product-list .price-hryvnia i {
        font-size: 14px;
    }

.product-list .price-dolar {
    font-size: 15px;
}

    .product-list .price-dolar i {
        font-size: 15px;
    }

.category-pg-list .btn-primary {
    margin: 30px auto 55px;
}

.category-pg-list .product-name a {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.search-pg .ocfilter .ocfilter-option .option-name {
    padding: 15px 15px 10px 0px;
    position: relative;
    cursor: pointer;
}

    .search-pg .ocfilter .ocfilter-option .option-name i {
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .search-pg .ocfilter .ocfilter-option .option-name.active i:first-child {
        opacity: 0;
    }

    .search-pg .ocfilter .ocfilter-option .option-name.active i:last-child {
        opacity: 1;
    }

    .search-pg .ocfilter .ocfilter-option .option-name i:first-child {
        opacity: 1;
    }

    .search-pg .ocfilter .ocfilter-option .option-name i:last-child {
        opacity: 0;
    }

.search-pg .column-left-filter {
    margin-top: 70px;
}
.search-pg .column-left-top ~ .column-left-filter {
    margin-top: 0px;
}
.pg-title span {
    color: #2458a1;
}

.product-thumb a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.waitingGoods-pg .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgb(245,244,244);
}

.waitingGoods-pg .product-bl {
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.waitingGoods-pg .product-cont {
    padding: 0px 30px 0px 10px;
    border: none;
    margin-left: 20px;
}

.waitingGoods-pg .outStock .product-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
}

.waitingGoods-pg .product-list .product-btn {
    position: static;
    border: none;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 298px;
    flex: 0 0 298px;
    width: auto;
}

.waitingGoods-pg .product-list .addToCart {
    width: calc(100% - 67px);
}

.waitingGoods-pg .product-list.outStock .product-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 228px;
    flex: 0 0 228px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.waitingGoods-pg .btn-wish {
    display: none;
}

.product-close {
    display: none;
}

.waitingGoods-pg .product-close {
    display: block;
    opacity: 1;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    margin: 0px 10px 0px 30px;
}

    .waitingGoods-pg .product-close svg {
        fill: rgb(148,148,148);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .waitingGoods-pg .product-close:hover svg {
        fill: rgb(0,0,0);
    }

.but-header-subMenu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.guest .but-header-btn.old-site-link {
    display: block;
}
.old-site-link a {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -webkit-animation: blink 2s linear infinite; 
	animation: blink 2s linear infinite; 
}
@-webkit-keyframes blink { 
	0% { color: #ff0000; }
	50% { color: #000; }
	100% { color: #ff0000; }
}

@keyframes blink {  
	0% { color: #ff0000; }
	50% { color: #000; }
	100% { color: #ff0000; } 
}
.old-site-link a:hover {
    color: #bb0000;
}

.waitingGoods-pg .addToCart.availability {
    display: none;
}

.waitingGoods-pg {
    padding-bottom: 70px;
}

    .waitingGoods-pg.recentReceipts-pg .product-list {
        margin: 10px 0px;
    }

.recentReceipts-pg .panel-group {
    padding-top: 5px;
}

.recentReceipts-pg .panel-title {
    margin: 10px 0px;
}

    .recentReceipts-pg .panel-title a {
        font-size: 17px;
        font-weight: bold;
        line-height: 22px;
        text-decoration: none;
        color: #2458a1;
        padding-right: 25px;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .recentReceipts-pg .panel-title a:hover, .recentReceipts-pg .active .panel-title a {
            color: #000;
        }

        .recentReceipts-pg .panel-title a i {
            position: absolute;
            right: 0;
            top: calc(50% - 8px);
        }

            .recentReceipts-pg .panel-title a i:first-child {
                opacity: 1;
            }

            .recentReceipts-pg .panel-title a i:last-child {
                opacity: 0;
            }

.recentReceipts-pg .active .panel-title a i:first-child {
    opacity: 0;
}

.recentReceipts-pg .active .panel-title a i:last-child {
    opacity: 1;
}

.recentReceipts-pg #accordion .collapse {
    display: none;
    padding-bottom: 20px;
}

.recentReceipts-pg .product-thumb {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.recentReceipts-pg .product-bl {
    padding: 0;
}

.recentReceipts-pg .product-img {
    padding: 0;
}

.recentReceipts-pg .product-list .product-img a {
    max-width: 40px;
    max-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 15px;
}

    .recentReceipts-pg .product-list .product-img a img {
        max-height: 40px;
    }

.recentReceipts-pg .category-pg-list .product-name a {
    font-size: 16px;
    line-height: 20px;
}

.waitingGoods-pg.recentReceipts-pg .product-close {
    display: none;
}

.waitingGoods-pg.recentReceipts-pg .product-list .product-btn {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
}

.waitingGoods-pg.recentReceipts-pg .product-list .addToCart {
    width: 100%;
}

.waitingGoods-pg.recentReceipts-pg product-list .price-hryvnia {
    font-size: 14px;
}

.waitingGoods-pg.recentReceipts-pg .price-hryvnia i {
    font-size: 12px;
}

.waitingGoods-pg.recentReceipts-pg .product-list .price-dolar {
    font-size: 14px;
}

    .waitingGoods-pg.recentReceipts-pg .product-list .price-dolar i {
        font-size: 12px;
    }

.waitingGoods-pg.recentReceipts-pg .product-list.outStock .product-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
}

.recentReceipts-pg .product-cod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 30px;
}

    .recentReceipts-pg .product-cod span {
        font-weight: 600;
    }

.image-side {
    width: calc(41.666666% - 15px);
    margin-right: 15px;
}

.info-side {
    width: calc(58.333333% - 15px);
    margin-left: 15px;
}

.bgProdSlider a {
    display: block;
}
.bgProdSlider.slick-initialized .slick-slide {
    display: flex;
    height: 450px;
    justify-content: center;
    align-items: center;
}
.bgProdSlider, .smallProdSlider {
    margin: 20px 0px;
}

.smallProdSlider {
    margin-bottom: 20px;
}

    .smallProdSlider a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        margin: 0px auto;
    }

    .bgProdSlider .slick-prev, .bgProdSlider .slick-next, .smallProdSlider .slick-prev, .smallProdSlider .slick-next {
        background: rgba(36,88,161,0.15);
        width: 33px;
        height: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .bgProdSlider .slick-prev:hover, .bgProdSlider .slick-next:hover, .smallProdSlider .slick-prev:hover, .smallProdSlider .slick-next:hover {
            background: rgba(36,88,161,0.45);
        }
        .bgProdSlider .slick-prev:focus, .bgProdSlider .slick-next:focus, .smallProdSlider .slick-prev:focus, .smallProdSlider .slick-next:focus {
            background: rgba(36,88,161,0.45);
        }

    .bgProdSlider .slick-next, .smallProdSlider .slick-next {
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
        right: 0;
    }

    .bgProdSlider .slick-prev, .smallProdSlider .slick-prev {
        left: 0;
    }

        .bgProdSlider .slick-prev:before, .bgProdSlider .slick-next:before, .smallProdSlider .slick-prev:before, .smallProdSlider .slick-next:before {
            content: none;
        }

.artikul-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    line-height: 20px;
    padding: 22px 0px;
    margin-top: 20px;
}

.availability-prod {
    font-size: 15px;
    font-weight: bold;
}

    .availability-prod.inStock {
        color: #189101;
    }

    .availability-prod.outSt {
        color: #676e7a;
    }

.guest .availability-prod.outSt {
    color: #7d7d7d;
}

.guest .outStock .price_block {
    display: none;
}

.price_block .onOrder, .price_block .onOrder-guest {
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 314px;
    flex: 0 0 314px;
    padding-right: 30px;
}

.artikul-bl {
    font-size: 15px;
    font-weight: 600;
    margin-left: 80px;
}

.price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 114px;
    border-bottom: 1px solid #e8e8e8;
}

    .price_block .price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .price_block .price-hryvnia {
        font-size: 24px;
        font-weight: bold;
    }

        .price_block .price-hryvnia i {
            font-size: 24px;
        }

        .price_block .price-hryvnia .price-old i {
            font-size: 10px;
        }

    .price_block .price-dolar {
        font-size: 20px;
        font-weight: 400;
    }

        .price_block .price-dolar i {
            font-size: 20px;
        }

        .price_block .price-dolar .price-old i {
            font-size: 10px;
        }

    .price_block .product-btn {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px;
        width: 100%;
    }

    .price_block .btn-wish {
        margin: 0px 15px 0px 15px;
    }

.guest .price_block .product-btn {
    display: none;
}

.guest .price_block .product-btn-guest {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    width: 100%;
    padding-left: 85px;
}

.specifications-side-block {
    background: #f6f6f6;
    margin: 30px 0px 30px;
}

.specifications-side-title {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 0px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .specifications-side-title a {
        color: #2458a1;
        font-weight: 600;
    }

        .specifications-side-title a:hover {
            text-decoration: none;
        }

.specifications-side-bl .attr-item {
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 10px;
}

    .specifications-side-bl .attr-item + .attr-item {
        border-top: 1px solid #e8e8e8;
    }

.supported_model {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #ffffff;
}

.specifications-side-bl2 {
    padding: 7px 10px;
}

#tabs {
    margin: 10px 0px 75px;
}

.tabs-nav {
    margin: 0px 0px 15px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .tabs-nav a {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        line-height: 20px;
        padding: 10px;
        display: block;
        border: 1px solid;
        border-color: #f6f6f6;
        background: #f6f6f6;
        color: #000000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .tabs-nav a:hover {
            background: #fff;
        }

        .tabs-nav a.active, .tabs-nav a.active:hover {
            color: #2458a1;
            border: 1px solid #2458a1;
            background: #fff;
        }

    .tabs-nav li + li {
        margin-left: 10px;
    }

.product-pg .btn-primary {
    margin: 75px auto 100px;
}

.product-pg .but-header-btn .btn-primary {
    margin: 0;
}

.pg-user .box .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.08);
}

    .pg-user .box .list-group .list-group-item + .list-group-item {
        border-top: 1px solid #f0f0f0;
    }

    .pg-user .box .list-group .list-group-item {
        display: block;
        text-decoration: none;
        line-height: 50px;
        padding: 0px 0px 0px 30px;
        font-size: 15px;
        font-weight: 400;
        color: #000000;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .pg-user .box .list-group .list-group-item:hover {
            color: #2458a1;
            text-shadow: 0 0 0;
        }

        .pg-user .box .list-group .list-group-item.active, .pg-user .box .list-group .list-group-item.active:hover {
            color: #2458a1;
            background: rgba(36,88,161,0.05);
            font-weight: 600;
            text-shadow: none;
        }

.pg-user .pg-subtitle span {
    color: #2458a1;
}

.pg-user .pg-subtitle {
    color: #000;
    margin-bottom: 40px;
}

.changePassword .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .changePassword .form-group:nth-child(1) {
        max-width: 240px;
    }

    .changePassword .form-group:nth-child(2) {
        max-width: 170px;
        margin-left: 30px
    }

    .changePassword .form-group:nth-child(3) {
        max-width: 270px;
        margin-left: 30px
    }

.changePassword .input-group .form-group label {
    font-size: 13px;
    color: #000000;
    margin-right: 0px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 7px;
}

.changePassword .form-control {
    border-color: #dcdcdc;
    line-height: 34px;
    font-size: 15px;
}

    .changePassword .form-control.input--err {
        border-color: #ff0000;
        background: rgba(255,0,0,0.15);
    }

.changePassword .btn-submit {
    border: none;
    background: none;
    color: #2458a1;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin-top: 5px;
}

    .changePassword .btn-submit:hover {
        text-decoration: none;
    }

.pg-user-block {
    border: 1px solid;
    border-color: #dcdcdc;
    padding: 25px;
    margin-bottom: 135px;
}

.pg-user-bl-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pg-user-block-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
}

#form-user-pas {
    margin-bottom: 30px;
}

.personalData > .input-group {
    border-bottom: 1px dashed #e8e8e8;
    padding: 9px 0px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.personalData .input-group .form-group {
    width: 100%;
    margin-right: 0px;
}

    .personalData .input-group .form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #2458a1;
        margin: 0;
        line-height: normal;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .personalData .input-group .form-group .form-control {
        line-height: 34px;
        border-color: #dcdcdc;
    }

        .personalData .input-group .form-group .form-control.input--err {
            border-color: #ff0000;
            background: rgba(255,0,0,0.15);
        }

.personalData .red-dropdown .input-group .form-group .form-control {
    height: 36px;
}

.personalData .input-group .form-group .form-control[readonly] {
    border-color: transparent;
    cursor: context-menu;
}

.personalData input + .btn-edit {
    width: 50px;
    margin-left: 10px;
    border: none;
    background: none;
    visibility: hidden;
    -webkit-transition: visibility 0s;
    -o-transition: visibility 0s;
    transition: visibility 0s;
}

.personalData input[readonly] + .btn-edit {
    visibility: visible;
}

.personalData .btn-edit svg {
    fill: #2458a1;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.personalData .btn-edit:hover svg {
    opacity: 1;
}

.red-dropdown .btn-default {
}

.red-dropdown {
    position: relative;
    background: #f4f6fa;
    padding: 10px;
    right: 50px;
    left: 170px;
    width: calc(100% - 220px);
    margin-bottom: -36px;
    top: -36px;
    display: none;
}

.personalData .red-dropdown .input-group .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.personalData .red-dropdown .input-group:first-child .form-group {
    width: 170px;
}

    .personalData .red-dropdown .input-group:first-child .form-group + .form-group {
        margin-left: 30px;
        width: 100%;
    }

.personalData .input-group .red-dropdown .form-group label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    color: #a3a3a3;
    margin-bottom: 10px;
}

.red-dropdown > span {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin: 10px 0px;
}

.personalData .nice-select.form-control {
    line-height: 40px;
    border-radius: 0;
}

.personalData .nice-select:after {
    border-bottom: 2px solid #dadada;
    border-right: 2px solid #dadada;
    height: 7px;
    width: 7px;
    right: 20px;
}

.personalData .nice-select.open .list {
    width: 100%;
    border-radius: 0;
}

.personalData > .input-group > .form-group > .nice-select.form-control {
    line-height: 40px;
    margin-right: 60px;
}

.red-dropdown .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0px 10px;
}

    .red-dropdown .buttons .btn-primary {
        margin: 0px;
        width: 190px;
        line-height: 40px;
        font-size: 15px;
    }

    .red-dropdown .buttons .btn-default {
        line-height: 42px;
        font-size: 15px;
        text-decoration: underline;
        background: none;
        border: none;
        margin-left: 15px;
        padding: 0px 15px;
        color: #2458a1;
        font-weight: 600;
    }

        .red-dropdown .buttons .btn-default:hover {
            text-decoration: none;
        }

.red-dropdown .form-group .dropdown-menu {
    position: absolute;
    background: #fff;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 1;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 15px 0px 15px 15px;
    list-style-type: none;
    min-width: 200px;
}

.red-dropdown .input-group:first-child .form-group:first-child {
    min-width: 170px;
}

.pg-user-block .title-top-panel {
    font-size: 13px;
    color: #a3a3a3;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .pg-user-block .title-top-panel b {
        font-weight: 400;
    }

.pg-user-block .pt-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.pg-user-block .pt-data, .pg-user-block .pt-deliv {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}

.pg-user-block .pt-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

.pg-user-block .pt-ttn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
}

.pg-user-block .pt-show {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    font-size: 13px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 18px;
}

    .pg-user-block .pt-show i, .pg-user-block .pt-show b {
        font-weight: 400;
        font-style: normal;
        text-decoration: underline;
        color: #2458a1;
        position: absolute;
        top: calc(50% - 9px);
        right: 0;
    }

    .pg-user-block .pt-show:hover i, .pg-user-block .pt-show:hover b {
        text-decoration: none;
    }

    .pg-user-block .pt-show i {
        opacity: 0;
    }

    .pg-user-block .pt-show b {
        opacity: 1;
    }

.pg-user-block .panel-default.active .pt-show i {
    opacity: 1;
}

.pg-user-block .panel-default.active .pt-show b {
    opacity: 0;
}

.pg-user-block #accordion .panel-title a {
    text-decoration: none;
    position: relative;
    padding: 5px 0px 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

    .pg-user-block #accordion .panel-title a i {
        font-style: normal;
    }

    .pg-user-block #accordion .panel-title a .purchases b {
        font-size: 13px;
        color: #a3a3a3;
        font-weight: 400;
        display: none;
        margin-right: 10px;
    }

    .pg-user-block #accordion .panel-title a .purchases.pt-show b {
        display: block;
        color: #2458a1;
        margin-right: 0px;
    }

.pg-user-block .panel-title {
    margin: 0px;
    padding: 3px 0px;
    border-bottom: 1px dashed #e8e8e8;
}

.pg-user-block .panel-body {
    background: #f6f6f6;
    padding: 25px 30px;
}

.pg-user-block #accordion .collapse {
    display: none;
    margin: -1px 0px 0px;
}

.pb-top, .pb-prod-foot {
    font-size: 13px;
    font-weight: 400;
    color: #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.pb-top {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.pb-prod-foot {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px 0px;
}

.pb-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 408px;
    flex: 0 0 408px;
}

.pb-quant {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.pb-amount, .pb-total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    line-height: 19px;
}

.pb-total {
    text-align: right;
}

.pb-name a {
    font-size: 13px;
    font-weight: 400;
    color: #4369a8;
    text-decoration: none;
}

    .pb-name a:hover {
        text-decoration: underline;
    }

table.responsive {
    width: 100%;
}

.total-pay .total-hryvnia span {
    font-size: 17px;
    line-height: 22px;
}

.total-pay .total-dolar span {
    line-height: 22px;
}

.pb-total-bottom .total-pay {
    padding: 15px 0px;
    display: block;
}

.pb-btn-bottom .btn-blue {
    font-size: 13px;
    width: auto;
    padding: 0px 21px;
    line-height: 40px;
    margin-top: 15px;
    width: 155px;
}

.pb-btn-bottom td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-block-order .c-prod {
    max-height: none;
    overflow-y: visible;
    padding: 0px;
}

    .cart-block-order .c-prod li:before {
        content: none;
    }

.cart-block-order .c-prod-cont {
    padding-left: 0px;
}

.cart-block-order .c-prod-title-name, .cart-block-order .c-prod-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.cart-block-order .c-prod-title-price, .cart-block-order .c-prod-bl .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.cart-block-order .c-prod-title-qty, .cart-block-order .c-prod-bl .cart_pg_qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.cart-block-order .c-prod-title-total, .cart-block-order .c-prod-bl .total-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.cart-block-order .c-prod-bl {
    padding: 14px 40px 14px 0px;
}

.cart-block-order .drop-prod-close {
    right: 10px;
}

.pg-cart .col-5 {
    width: 41.666667%;
    margin: 0px 15px;
}

.pg-cart .col-7 {
    width: 58.333333%;
    margin: 0px 15px;
}

.cart-block-order .c-prod-title {
    padding: 10px 40px 10px 0px;
}

.cart-block-order .c-prod-img {
    width: 60px;
    margin-right: 10px;
}

    .cart-block-order .c-prod-img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 57px;
        overflow: hidden;
    }

        .cart-block-order .c-prod-img a img {
            max-width: none;
            max-height: 57px;
        }

.cart-block-order .c-prod-name {
    padding-right: 20px;
}

.cart-block-order .c-prod-bl .price-hryvnia {
    font-weight: 600;
}

.cart-block-order .total-foot-bl {
    margin: 0px 0px;
}

.cart-block-order .total-pay {
    padding: 14px 0px;
}

    .cart-block-order .total-pay .total-hryvnia span, .cart-block-order .total-pay .total-dolar span {
        margin-left: 30px;
        text-align: left;
        min-width: 150px;
    }

.cart-block-order .checkout-heading {
    font-size: 17px;
    text-align: left;
    margin: 15px 0px;
}

.cart-block-btn-login .login_header {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px 5px;
}

    .cart-block-btn-login .login_header .btn-primary {
        font-size: 15px;
        max-width: 170px;
        margin: 0;
        line-height: 48px;
    }

        .cart-block-btn-login .login_header .btn-primary + .btn-primary {
            margin-left: 30px;
        }

    .cart-block-btn-login .login_header.change-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px 0px 10px;
    }

.cart-block-btn-login {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.cartGuest {
    display: none;
}

.guest .cartGuest {
    display: block;
}

.cartOfguest {
    display: block;
}

.guest .cartOfguest {
    display: none;
}

.cart-block-title {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 15px;
}

.cart-block-content > div.required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.pg-cart label {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.pg-cart .form-control {
    line-height: 42px;
    border-color: #dcdcdc;
    border-radius: 0;
}

    .pg-cart .form-control.input--err {
        border-color: #ff0000;
        background: rgba(255,0,0,0.15);
    }

.pg-cart .cart-block-content {
    margin: 0px 0px 35px;
}

.pg-cart .radio label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
}

.pg-cart .radio {
    margin: 10px 0px;
}

.pg-cart .radio_block {
    margin-bottom: 20px;
    padding: 0px 0px 5px;
}

.pg-cart .collapse .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.cart-block-pay {
    padding-top: 15px;
}

.pg-cart textarea.form-control {
    line-height: 22px;
    resize: none;
    padding: 7px 15px;
}

.cart-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cart-block-btn button {
        width: calc(50% - 5px);
        font-size: 15px;
        margin: 30px auto 20px;
        line-height: 52px;
    }

    .cart-block-btn .btn-blue {
        margin-left: 10px;
    }

.pg-cart .public-term {
    font-size: 14px;
    margin-bottom: 100px;
}

    .pg-cart .public-term a {
        margin: 0px;
        color: #2458a1;
    }

.pg-cart .collapse {
    display: none;
}

.cart-block-cont {
    padding-top: 10px;
}

.radio_block .radio input {
    display: none;
}

    .radio_block .radio input + label {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #000000;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
    }

    .radio_block .radio input:checked + label {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .radio_block .radio input + label:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        background: #fff;
        -webkit-box-shadow: 0px 0px 0px 1px rgb(219,219,219);
        box-shadow: 0px 0px 0px 1px rgb(219,219,219);
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 10px);
        left: 1px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .radio_block .radio input:checked + label:before {
        background: #2458a1;
        -webkit-box-shadow: 0px 0px 0px 1px rgb(36,88,161);
        box-shadow: 0px 0px 0px 1px rgb(36,88,161);
    }

.header.fixed .but-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
}

.header.fixed {
    padding-bottom: 60px;
}

.product-bl-category {
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    display: none;
}

    .product-bl-category span {
        font-size: 15px;
        color: #000000;
        font-weight: 600;
        display: block;
    }

    .product-bl-category a {
        font-size: 15px;
        color: #2458a1;
        text-decoration: none;
        font-weight: 600;
    }

        .product-bl-category a:hover {
            text-decoration: underline;
        }



.cart-empty {
    margin: 30px 15px;
    text-align: center;
    height: 23vh;
}

.delivery-address-city .dropdown-menu {
    position: absolute;
    background: #fff;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 1;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 15px 0px 15px 15px;
    list-style-type: none;
    width: calc(41.666667% - 134px);
}

    .delivery-address-city .dropdown-menu li a {
        font-size: 14px;
        color: #000;
        line-height: 22px;
        padding: 4px 0px;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .delivery-address-city .dropdown-menu li a:hover {
            color: #2458a1;
            text-decoration: underline;
        }

.delivery-address-NP .nice-select {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.nice-select.form-control .list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

    .nice-select.form-control .list .option {
        white-space: normal;
        line-height: 22px;
        padding: 8px 29px 8px 18px;
    }

.nice-select.form-control {
    width: 100%;
}

    .nice-select.form-control > span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
    }

#form-checkIn .nice-select {
    width: 100%;
}

    #form-checkIn .nice-select .list {
        width: 100%;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }

.warning-text {
    font-size: 14px;
    color: #ff0000;
    margin: 5px 0px
}

.image-side .bgProdSlider {
    max-height: 450px;
}

.image-side .smallProdSlider {
    max-height: 100px;
}

    .image-side .smallProdSlider.slick-initialized .slick-slide {
        height: auto;
        outline: none;
        cursor: pointer;
    }


.appearedStock-subheading {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 28px 40px 28px 30px;
}

    .appearedStock-subheading a {
        margin: 0px 20px;
        color: #2458a1;
        text-decoration: underline;
    }

        .appearedStock-subheading a:hover {
            text-decoration: none;
        }

#thankOrder-modal .modal-img, #thankOrder2-modal .modal-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0px 0px;
}

#thankOrder-modal .checkout-subheading {
    padding: 10px 80px 50px;
    font-weight: 600;
}
#thankOrder2-modal .modal-body {
    padding-bottom: 15px;
}
#thankOrder2-modal .checkout-subheading {
    padding: 10px 80px 45px;
    font-weight: 600;
}

#thankOrder2-modal .thankOrder-text {
    padding: 0px 80px 35px;
    font-weight: 600;
    text-align: center;
}

#thankOrder2-modal .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #thankOrder2-modal .buttons button {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }

#thankOrder2-modal .pay-form form {
    width: 100%;
}

#thankOrder-modal .checkout-subheading span, #thankOrder2-modal .checkout-subheading span {
    color: #2458a1;
}



.cont-pg-storage {
    font-size: 19px;
}

.cont-pg-storage-title {
    font-weight: 600;
    margin-right: 30px;
}

.cont-pg-storage span + span {
    color: #2458a1;
}

    .cont-pg-storage span + span b {
        color: #000;
        font-weight: 400;
    }

.cont-pg-selectStorage a {
    font-size: 16px;
    font-weight: 600;
    color: #2458a1;
    margin: 15px 0px 60px 97px;
    display: block;
    text-decoration: underline;
}

    .cont-pg-selectStorage a:hover {
        text-decoration: none;
    }

.cont-pg-city {
    font-size: 16px;
    margin-right: 30px;
}

.cont-pg-bl .header-top-link + .header-top-link {
    margin-left: 0px;
}

.cont-pg-bl .header-top-link a > svg:first-child {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.cont-pg-bl .header-top-link .viber i {
    color: #fff
}

.cont-pg-bl .header-top-link a {
    padding: 2px 0px;
}

.cont-pg-bl div {
    margin-bottom: 5px;
}

.cont-pg-bl + .cont-pg-bl .header-top-link {
    line-height: 24px;
}

.cont-pg-bl .schedule, .cont-pg-bl .cont-pg-bl-text {
    line-height: 22px;
}

.cont-pg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cont-pg-bl {
    width: 50%;
    padding-right: 10px;
}

    .cont-pg-bl + .cont-pg-bl {
        padding-right: 0px;
        padding-left: 10px;
    }

.cont-pg-city-bl {
    margin-bottom: 25px;
}

.cont-pg-map, .contact-foto {
    margin-bottom: 100px;
}

    .cont-pg-map iframe {
        max-width: 100%;
        max-height: 236px;
    }

#selectCity-modal .modal-content {
    max-width: 430px;
}

#selectCity-modal .checkout-heading {
    margin: 15px 0px 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    font-size:17px;
}

#form-cot-city .radio_block .radio {
    padding: 5px 0px 5px 30px;
}

#form-cot-city .btn-blue {
    width: calc(100% - 60px);
    margin: 20px 30px 20px;
}

/*mutual-settlements*/


.pg-mutual-settlements-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    padding: 0px 30px;
    background: #f4f6fa;
}

    .pg-mutual-settlements-title span {
        color: #fff;
        display: inline-block;
        background: #2458a1;
        padding: 0px 20px;
        margin-left: 10px;
    }

    .pg-mutual-settlements-title.negative span {
        background: #c52e32;
    }

.w25 {
    width: 25px;
}

.h18 {
    height: 18px;
}

.pg-mutual-settlements-block {
    margin: 10px 0px 100px;
    border: 1px solid rgb(220,220,220);
    padding: 25px 15px 15px;
}

.pg-mutual-settlements-block-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pg-mutual-settlements-bl {
    font-size: 15px;
    background: #f6f6f6;
    padding: 0px 20px;
    line-height: 50px;
    color: #4d4d4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.pg-mutual-settlements-bl-cart {
    font-weight: 600;
    margin: 0px 5px 0px 10px;
}

.formselectPeriod .form-group {
    border: 1px solid;
    border-color: #d8d8d8;
    position: relative;
    width: auto;
    margin: 0;
    background: #fff;
}

    .formselectPeriod .form-group .form-control {
        line-height: 30px;
        height: 30px;
        border: none;
        padding: 0px 7px 0px 10px;
        max-width: 160px;
        color: #666666;
        position: relative;
        z-index: 1;
        background: transparent;
    }

.formselectPeriod .btn-blue {
    margin-left: 15px;
    width: 42px;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
}

.formselectPeriod label {
    font-size: 14px;
    line-height: 32px;
    margin-right: 15px;
    color: #434343;
}

.formselectPeriod .input-group > span {
    color: #434343;
    margin: 0px 10px;
    line-height: 32px;
}

.formselectPeriod .form-group > span {
    font-size: 14px;
    line-height: 20px;
    width: 30px;
    border-right: 1px solid #d8d8d8;
    color: #666666;
    text-align: center;
    margin: 5px 0px;
}

.formselectPeriod .form-group > svg {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    z-index: 0;
}

.formselectPeriod .form-group .form-control::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.pg-mutual-settlements-doc {
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}

    .pg-mutual-settlements-doc .responsive .doc-top th {
        color: #a3a3a3;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        padding: 4px 5px 1px;
        border-bottom: 1px solid #e8e8e8;
        line-height: 34px;
    }

        .pg-mutual-settlements-doc .responsive .doc-top th + th {
            border-left: 1px dashed #e8e8e8;
        }

    .pg-mutual-settlements-doc .responsive .doc-foot td {
        padding: 0px;
        border-bottom: 10px solid #fff;
    }

        .pg-mutual-settlements-doc .responsive .doc-foot td > span {
            font-size: 13px;
            font-weight: 400;
            padding: 7px 5px;
            line-height: 16px;
            display: inline-block;
            height: 30px;
        }

        .pg-mutual-settlements-doc .responsive .doc-foot td > span.autoheight {
            height: auto;
        }

        .pg-mutual-settlements-doc .responsive .doc-foot td > a {
            font-size: 13px;
            font-weight: 400;
            padding: 7px 5px;
            line-height: 16px;
            display: inline-block;
            text-decoration: underline;
            min-height: 30px;
        }

            .pg-mutual-settlements-doc .responsive .doc-foot td > a:hover {
                text-decoration: none;
            }

        .pg-mutual-settlements-doc .responsive .doc-foot td + td span {
            border-left: 1px dashed #e8e8e8
        }

    .pg-mutual-settlements-doc .responsive .doc-foot {
        margin-bottom: 10px;
    }

.doc-name {
    max-width: 410px;
}

.doc-restMoney-first {
    min-width: 121px;
}

.doc-refund {
    min-width: 80px;
}

.doc-consumption {
    min-width: 80px;
}

.doc-restMoney-last {
    min-width: 115px;
}

.pg-mutual-settlements-doc .responsive .doc-foot {
    background: #f6f6f6;
}

    .pg-mutual-settlements-doc .responsive .doc-foot.realization {
        background: #c0e2c9;
    }

    .pg-mutual-settlements-doc .responsive .doc-foot.refund {
        background: #f9c6cb;
    }

.pg-user .box .list-group {
    margin-bottom: 60px;
}

#mutual-settlements-modal .modal-content {
    max-width: 770px;
}

#mutual-settlements-modal .checkout-heading {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0px 15px 0px;
    line-height: 26px;
}

#mutual-settlements-modal .doc-title {
    margin: 0px 25px;
    font-size: 14px;
    color: #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
}

    #mutual-settlements-modal .doc-title span {
        display: inline-block;
    }

.doc-prod {
    list-style-type: none;
    counter-reset: list;
    padding: 0;
    margin: 0px 25px;
    padding: 0px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

    .doc-prod li {
        position: relative;
    }

        .doc-prod li:before {
            counter-increment: list;
            content: counter(list) ". ";
            padding: 0;
            margin: 0;
            font-size: 13px;
            line-height: 22px;
            color: #000;
            position: absolute;
            left: 0;
            top: calc(50% - 11px);
        }

.doc-title-name, .doc-prod-name {
    max-width: 374px;
    min-width: 374px;
    padding: 0px 5px 0px 0px;
}

.doc-title-price, .doc-prod-price {
    min-width: 100px;
    padding: 0px 5px;
}

.doc-title-qty, .doc-prod-qty {
    min-width: 95px;
    padding: 0px 5px;
}

.doc-title-total, .doc-prod-total-price {
    min-width: 120px;
    padding: 0px 5px;
}

.doc-prod-name {
    padding: 0px 5px 0px 45px;
}

.doc-prod-bl > span {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: inline-block;
}

.doc-prod-bl {
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc-prod-total-price, .doc-prod-qty, .doc-prod-price {
    font-weight: bold;
}

.doc-prod-total-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0px 25px 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

    .doc-prod-total-foot span {
        font-size: 21px;
        color: #2458a1;
    }

#ocfilter-button .btn-primary {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0px 0px;
}

body.shadow:before {
    content: "";
    position: fixed;
    z-index: 1008;
    background: rgba(36,88,161,0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.search .dropdown-menu {
    position: absolute;
    display: none;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    padding: 25px 20px 0px;
    max-height: 200px;
    overflow: auto;
    list-style-type: none;
    margin: 1px 0 0;
    -webkit-box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
    border-bottom: 25px solid #fff;
}
#search-m.search .dropdown-menu {
    display: none !important;
}

    .search .dropdown-menu li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
    }

        .search .dropdown-menu li > a span {
            font-weight: bold;
            margin-left: 15px;
            text-align: right;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            white-space: nowrap;
        }
        .search .dropdown-menu li > a span i {
            font-style: normal;
        }

.drop-search > a img {
    height: 40px;
    margin-right: 15px;
}

.search {
    position: relative;
}

    .search ul.dropdown-menu > li {
        padding: 5px 0px;
    }

.slick-initialized .slick-slide {
    height: auto;
    outline: none;
}

.title-bl + .sl-bottom-block {
    padding: 0px 0px 60px;
}

.alert.alert-danger.alert-stock {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}

.modal-body .alert.alert-danger.alert-stock {
    margin-left: 30px;
}

.error-stock {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}

.cont-pg-selectStorage + .row > .col-6 + .col-6 {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.wishisset {
    margin-bottom: 100px;
}
#totop {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    width: 40px;
    border: 1px solid #2458a1;
    height: 40px;
    transition: .5s;
    background: transparent;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#totop i {
    color: #2458a1;
    font-size: 16px;
}
#totop:hover {
    background: #2458a1;
}
#totop:hover i {
    color: #fff; 
}
#alert-block {
    position: fixed;
    top: 20px;
    z-index: 99999;
    right: 0;
}
#alert-block > div {
    padding: 20px 40px;
    max-width: 300px;
    margin-bottom: 10px;
}
.a-error {
    background: #ff0000;
    color: #fff;
}
.form-control.filter-input {
    margin-bottom: 10px;
    line-height: 30px;
}

.option-values-scroll::-webkit-scrollbar {
    width: 5px;
}

.option-values-scroll::-webkit-scrollbar-track {
    background: #efefef;
}

.option-values-scroll::-webkit-scrollbar-thumb {
    background-color: #59acff;
    border-radius: 0px;
    border: none;
}
.option-values-scroll {
    max-height: 250px;
    overflow: hidden auto;
}
.visible-mobile {
    display: none;
}
.old-site-banner {
    margin-top: 20px;
}
.old-site-banner a {
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    color: #2458a1;
    border: 2px solid;
    border-color: #2458a1;
    display: block;
    line-height: 1;
    padding: 30px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}
.old-site-banner a:hover {
    color: #ffffff;
    background: #2458a1;
}


@-webkit-keyframes blink { 
	0% { 
		color: #ff0000;
		border-color: #ff0000;
	}
	50% { 
		color: #2458a1;
		border-color: #2458a1;
	}
	100% { 
		color: #ff0000;
		border-color: #ff0000;
	}
}

@keyframes blink {  
	0% { 
		color: #ff0000;
		border-color: #ff0000;
	}
	50% { 
		color: #2458a1;
		border-color: #2458a1;
	}
	100% { 
		color: #ff0000;
		border-color: #ff0000;
	}
}

.description img {
	max-width: 100%;
	font-size: 0;
	height: auto;
}



.boxAvailability {
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 15px;
}
.boxAvailability_text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.listAvailability {
    margin-top: 10px;
}
.listAvailability_li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-top: 5px;
}
.listAvailability_round {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    flex: none;
    margin-right: 15px;
}
.listAvailability_round.green {
    background: #0cde26;
}
.listAvailability_round.grey {
    background: grey;
}
.product-list .boxAvailability_text {
    font-size: 12px;
    white-space: nowrap;
}
.product-list .listAvailability_round {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}
.product-list .listAvailability_li {
    font-size: 12px;

}

.brackets-info {
    margin-left: 4px;
    display: none;
}
.product-list .brackets-info {
    display: inline;
}

.catalog_pg {
    -webkit-align-self: flex-start;-ms-flex-item-align: start;align-self: flex-start;
}

.boxCard > .pg-title {
    display: none;
}
@media screen and (min-width: 991px) {
    .hover-menu > li > div > ul {
        max-height: calc(100vh - 61px);
        position: static;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-color: #f6f6f6 transparent;
    }
    .hover-menu > li > div > ul > li > div {
        max-height: calc(100vh - 61px);
        height: auto !important;
        box-sizing: border-box;
        min-height: calc(100% + 1px) !important;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-color: #f6f6f6 transparent;
    }
    .hover-menu > li > div > ul::-webkit-scrollbar-track,
    .hover-menu > li > div > ul > li > div::-webkit-scrollbar-track {
        background: transparent;
    }
    .hover-menu > li > div > ul::-webkit-scrollbar-thumb,
    .hover-menu > li > div > ul > li > div::-webkit-scrollbar-thumb {
        background: #2458a1;
    }
    .hover-menu > li > div > ul::-webkit-scrollbar,
    .hover-menu > li > div > ul > li > div::-webkit-scrollbar {
        background-color: #f6f6f6;
        width: 5px; 
    }
}


.search-pg .column-left-filter {
    margin-top: 1px;
}
.product-bl {
    min-height: 100%;
}
.product-cont {
    height: auto;
    margin-top: 10px;
}
.priceDiscount {
    width: 100%;
    margin-top: 8px;
    font-family: 'Monotype Corsiva';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;-webkit-justify-content: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;
	-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;
}
.priceDiscount_hryvnia {
	font-size: 16px;
}
.priceDiscount_dolar {
	margin-left: 3px;
}
.cardPrice-discount span,
.priceDiscount_hryvnia span:first-child {
	font-weight: bold;
}
.cardPrice-discount span:last-child {
	font-weight: normal;
	font-size: 16px;
}
.priceDiscount span:last-child {
	font-weight: normal;
    font-size: 12px;
}
.priceDiscount_dolar {
	font-size: 12px;
}
.cardPrice-discount i,
.cardPrice-discount span i {
	font-size: 16px;
	font-style: normal;
}
.priceDiscount i,
.priceDiscount span i {
	font-style: normal;
	font-size: 12px;
}
.product-list .priceDiscount {
	position: relative;
	top: 0;
	width: 100%;
	margin: -12px 0 0 0;
}
.cardPrice-discount {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 22px 0;
    font-family: 'Monotype Corsiva';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;
}
.cardPrice-discount .priceDiscount_hryvnia {
	font-size: 20px;
}
.product-list .product-cont {
    -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.product-product .breadcrumb {
    margin-left: 0;
}




@media screen and (max-width: 1199px) {
    .product-list .product-name {
        display: block !important;
    }
    .product-list .boxAvailability {
        margin-top: 5px;
    }
    

}
@media screen and (max-width: 991px) {
    .catalog_pg.sticky {
        z-index: 999;
    }
    .catalog_pg.sticky .sticky-filter:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        right: -100vw;
        background: #fff;
        bottom: -7px;
        -webkit-box-shadow: 0px 5px 9px rgba(0,0,0,0.08);
        box-shadow: 0px 5px 9px rgba(0,0,0,0.08);
        z-index: -1;
    }  
    .product-grid .product-cont_top {
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }
    .product-bl {
        min-height: calc(100% - 100px);
        padding-bottom: 0;
    }
    .product-grid .product-cont {
        height: auto !important;
    }
    .product-thumb {
        min-height: 100%;
    }

}

@media screen and (max-width: 768px) {
	.priceDiscount_hryvnia {
	    font-size: 13px;
	}
	.priceDiscount {
		font-size: 11px;
	}
	.priceDiscount i, .priceDiscount span i {
	    font-size: 9px;
	}
    .boxAvailability_text {
        font-size: 12px;
    }
    .listAvailability_round {
        width: 12px;
        height: 12px;
        margin-right: 7px;
    }
    .listAvailability_li {
        font-size: 12px;
    }
    .boxAvailability {
        margin: 10px 0;
        padding: 0 10px;
    }
    .product-list .brackets-info {
	    display: none;
	}


}

@media screen and (max-width: 640px) {
    .boxCard > .pg-title {
        display: block;
    }
    .info-side .pg-title {
        display: none !important;
    }
    .product-content {
        padding-top: 0 !important;
    }

    .product-name a {
		min-height: 75px !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
		padding: 0 3px !important;
    }
    .product-list .product-img a {
        width: 100%;
        height: 140px;
    }
    .product-img a {
        height: 171px;
    }
    .product-img a img {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-align-self: center;
        margin: 0 auto;
    }

    .search-pg .col-9 .product-list .product-cont_top {
    	flex-direction: column;
    }
    .product-list .price-dolar,
    .product-list .price-hryvnia {
	    font-size: 14px;
	}
	.search-pg .col-9 .product-list .product-cont .price {
		height: auto; !important;
	}
	.product-list .product-cont {
		height: auto;
	}
    .product-list .priceDiscount {
        margin: 8px 0 0 0;
    }
    .cardPrice-discount {
	    padding: 20px 0 20px 0;
	    -webkit-box-pack: space-evenly;-webkit-justify-content: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;
    }

}
@media screen and (max-width: 480px) {
	.cardPrice-discount {
	    -webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
	    padding: 0 0 20px;
	    border-bottom: 0;
    }

}
@media screen and (max-width: 420px) {
    .header-top-link a {
        font-size: 13px;
    }

}
@media screen and (max-width: 374px) {
    .product-img a {
        height: 164px;
    }
}
@media screen and (max-width: 359px) {
    .product-img a {
        height: 144px;
    } 
    .header-top-link {
        flex-wrap: wrap;
    }
    .header-top-link a {
        width: 100%;
        padding-bottom: 5px;
    }  
}