/*html, body {
    overflow: overlay;
}*/

.page{
    max-width: 1600px;
    background-color: #fff;
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
}

.container{
    flex-grow: 3;
}
.container-no-flex-grow{
    flex-grow: 0 !important;
}
.container-full{
    flex-grow: 3;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.footer a{
    text-decoration: none;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.footer span{
    padding-right: 5px;
    font-weight: bold;
}
.logoAMP{
    width: 50px;
    height: 50px;
    position: relative;
}
.logoAMP:before{
    content: "";
    background: #0057b8;
    display: block;
    height: 25px;
    width: 50px;
    border-radius: 50px 50px 0 0;
}
.logoAMP:after{
    content: "";
    background: #ffd500;
    display: block;
    height: 25px;
    width: 50px;
    border-radius: 0 0 50px 50px;
}
.logoAMP .logoAMP-text{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -58%);
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #000000, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
}


@keyframes animate-carousel-title {
    0% {
        transform: translate(0, -2em);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.carousel-caption {
    opacity: 0;
}

.carousel-caption{
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    width: 100%;
    top: 0;
    bottom: auto;
    right: 0px;
    left: 0;
    z-index: 1;
}
.carousel-item.active .carousel-caption {
    animation: animate-carousel-title 1s normal forwards;
}

.head-phones{
    margin: 0;
    list-style: none;
}
.wrap-category-two-level{
    width: 100%;
}
.wrap-category-two-level img{
    opacity:0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.wrap-category-two-level a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrap-category-two-level p{
    font-size: 18px;
}

.card-body-flex-colum{
    border-radius: var(--bs-card-border-radius);
    background: #0d6efd;
    margin: 5px;
    color: white;
    padding: 5px 10px;
}

.card-body-product{
    color: #000000;
    font-weight: bold;
    padding: 0px 10px;
    flex-direction: column;
    display: flex;
}
.card-body-flex-grow {
    flex-grow: 1;
}
.carousel-item{
    position: relative;
}
.carousel-inner, .carousel-item{
    min-height: 450px;
}
.carousel-item img{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    height: 450px;
    margin-left: -800px;
    object-fit: scale-down;
}


@media (min-width: 300px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 576px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .wrap-category-two-level{
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    .content-category-two-level{
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-top: 0.2rem;
    }
    .container-full{
        padding: 0px;
    }
    .product-info{
        padding-left: 20px;
    }
    .bl-contacts-content-page {
        grid-template-columns: min-content auto;
    }
    .bl-contacts-content-page .bl-cont-val{
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        padding-left: 50px;
        padding-top: 5px;
        display: flex !important;
        height: 100%;
        align-items: center;
        flex-direction: inherit;
    }
    .bl-contacts-content-page .bl-cont-nam{
        white-space: nowrap;
        padding-top: 5px;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        display: flex !important;
        height: 100%;
        align-items: center;
    }
    /*.navbar #offcanvas_body_basket{
        display: none;
    }*/

}
@media (min-width: 1024px){

}
@media (min-width: 1200px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
@media (min-width: 1440px){
    .wrap-category-two-level .row-cols-category> * {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 1600px){

}
@media (max-width: 992px){
    .content-menu-groups .left-menu {
        display: none;
    }
    .carousel-item img{
        position: absolute;
        top: 0;
        left: 50%;
        width: 992px;
        height: 230px;
        margin-left: -496px;
        object-fit: scale-down;
    }
    .carousel-inner, .carousel-item{
        max-height: 230px;
        min-height: 230px;
    }
    .content-category-two-level{
        padding-top: 0.2rem;
    }
    .bl-search-result{
        background-color: #ffffff !important;
    }

    .list-search-result a{
        color: #000000 !important;
    }
    .search-active {
        background-color: #d3d3d3 !important;
    }
    .product-images{
        width: 100% !important;
    }
    .photo-all-image{
        max-width: 210px !important;
    }
    .product-info{
        margin-top: 5px;

    }
    .path-category{
        margin-left: -12px !important;
        margin-right: -12px !important;
    }
    .o-p-g{
        flex-direction: column-reverse;
    }
    .o-p-c{
        width: 100% !important;
    }
    .o-p-b{
        margin-left: 0px !important;
        margin-bottom: 20px;
        width: 100% !important;
    }
    /*.path-category li:after{
        width: 24px !important;
        height: 24px !important;
    }*/
}
.group-spinner-load-image{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex !important;
}
.group-spinner-load-image .spinner-grow{
    position: absolute;
}

.left-menu .dropdown-hover-all{
    flex-direction: column;
    background-color: #0d6efd;
}


.left-menu .dropdown-hover-all .dropdown-menu{
    background-color: #0d6efd;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;

}

.left-menu .dropdown-hover-all .dropdown-menu a{
    padding: 5px 10px;
}
.left-menu .dropdown-hover-all .dropdown-item{
    background-color: transparent;
    transition: all 200ms ease-in-out;
    color: #ffffff;
    min-width: 200px;
    border: 1px solid #d2d2d2;
    margin-bottom: -1px;
    border-left: 0;
    border-right: 0;
    padding: 5px 10px 5px 1rem;
    white-space: pre-line;
}

.left-menu .dropdown-hover-all .dropdown-menu .dropdown-item:last-child{
    margin-bottom: 0px;
}
.left-menu .dropdown-hover-all .dropdown-menu .dropdown:last-child > .dropdown-item{
    margin-bottom: 0px;
}
.left-menu .dropdown-hover-all .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-menu .dropdown-hover-all .dropdown-toggle:after{
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid;
    margin-left: 15px;
}

.left-menu{
    width: 250px; min-width: 250px; min-height: 250px;
    /*position: sticky;
    top: 56px;
    align-self: flex-start;*/

}
header{
    position: sticky;
    top: 0px;
    z-index: 2;
}
.left-menu-nav{
    position: sticky;
    top: 56px;
    z-index: 1;
}


.left-menu .dropdown-hover-all .dropdown-item:hover, .left-menu .dropdown-hover-all .dropdown-item.show{
    color: #000000;
}

.left-menu-text{
    background-color: #0d6efd;
    display: block;
    color: white;
}
.left-menu .dropdown-hover-all .dropdown-menu{
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.schedule-content, .bl-contacts-content{
    list-style: none;
    margin: 0;
    padding: 0;

}
.sched-gr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
}
.sched-dey{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.sched-time-en:before{
    content: ' - ';
}
.bl-cont-nam{
    font-weight: bold;
}
.bl-schedule h5, .bl-contacts h5{
    color: #9c2118;
}

.bl-search-result{
    height: auto;
    background-color: #212529;
    position: absolute;
    z-index: 9999;
    top: 37px;
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    display: none;
    margin-top: 0px;
    /*border-bottom: 3px solid #ccc;*/
    margin-right: -1px;
}
.form-control-dark-input-group:focus-within .bl-search-result{
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    clip-path: inset(0.25rem -0.25rem -0.5rem -0.25rem);

}

.list-search-result {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
.list-search-result > li {
    border-bottom: 1px solid #EAEAEA;
    height: auto;
    padding: 10px;
}
.list-search-result > li:last-child{
    border-bottom: 0px solid #EAEAEA;
}
.list-search-result > li:last-child{
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}
.search-active {
    background-color: #000000;
}
.list-search-result a{
    text-decoration: none;
    color: #ffffff;
    display: block;
}
.path-category{
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    background: #0d6efd;
    overflow: auto;
    display: flex;
}
.path-category li{
    position: relative;
    margin: 0px;
    display: inline-block;
    height: 20px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0px 1px 0px #ffffff;
    white-space: nowrap;
    vertical-align: top;
    color: #ffffff;
}
.path-category::-webkit-scrollbar {
    display: none;
}
.path-category li a{
    color: #ffffff;
}
.path-category li:after{
    content: '';
    position: absolute;
    top: -3px;
    right: -5px;
    display: block;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    transform: rotate(-45deg);
    z-index: 0;
}
.path-category li:last-child:after{
    content: none;
}
.card-body-btn{
    padding: 0px 10px 15px;
}
.product-container{

}
.product-images{
    display: inline-block;
    position: relative;
    width: 400px;

    vertical-align: top;
}
.product-info{
    display: inline-block;
    vertical-align: middle;
}
.pc-info-price span{
    font-size: 26px;
    color: #f84147;
}
.photo-all-image{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
    max-width: 280px;
    position: relative;
}
.photo-all-image .image-item {
    min-width: 60px;
    height: 60px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-color: #d8d2cb;
    border-radius: 5px;
    margin: 10px 5px 10px 5px;
    cursor: pointer;
}

.photo-all-image .image-item img {
    max-width: 55px;
    max-height: 55px;
}
.all-photo{
    display: flex;
    align-items: center;
    justify-content: center;

}
.all-photo b{
    display: flex;
    align-items: center;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
    width: 22px;
    height: 60px;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
    margin: 0 5px;
}
.photo-all-image-active{
    border-color: #009335 !important;
}
.photo-all-image .image-item:hover {
    border-color: #009335 !important;
}
.product-descript{
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-container .tab-content{
    border-left: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    border-right: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.product-container .tab-pane{
    padding: 10px;
}
.product-container .nav-tabs{
    justify-content: center;
}
.product-container .nav-item {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-right: 10px;

}
.product-container .nav-item:last-child{
    margin-right: 0px;
}
.product-container .nav-link-prod{
    width: 100%;
    border: 0;
    color: white;
    background: #0d6efd;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    transition: all 300ms ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.product-container .nav-link-prod.nav-link-prod:hover{
    background: #2971db;
}
.product-container .nav-link-prod.active{
    background: #2971db;
    cursor: default;
}
.prod-spec-lev-1{
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    display: flex;
    justify-content: space-between;
 }
.prod-spec-lev-2{
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    display: flex;
    width: 50%;
    padding-left: 5px;

}
.prod-spec-lev-1 span, .prod-spec-lev-2 span{
    text-overflow: ellipsis;
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.prod-spec-text-lev-0{
    font-weight: bold;
}
.prod_list_specific{
    margin-bottom: 20px;
}
.cav{
    quotes: '"' '"' "'" "'";
}
.cav::before {
    content: open-quote;
}
.cav::after {
    content: close-quote;
}
.text-result-searsh{
    font-size: calc(1.3rem + .6vw);
    font-weight: 500;
    color: rgb(128,128,128);
}
.text-result-searsh-value{
    font-size: calc(1.3rem + .6vw);
    font-weight: 500;
}
.result-searsh-coll-prod{
    color: #f77519;
}
.result-search-null{
    width: 100% !important;
}
@media (min-width: 1200px) {
    .text-result-searsh-value, .text-result-searsh{
        font-size: 1.75rem;
    }
}

.bl-contacts-content-page {
    display: grid;
}
.bl-contacts-content-page .bl-cont-val{
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.basket-empty{
    display: flex;
    flex-direction: column;
    min-height: calc(100%);
    align-items: center;
    justify-content: center;
}
.basket-empty-img-wrap{
    background: white;
    padding: 30px;
    border-radius: 50%;
}
.basket-empty-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.basket-products-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.basket-products-list>li{
    padding: 15px 10px;

}
.o-p-b-c .basket-products-list>li{
    box-shadow: 0 1px 5px #dadae8;
    margin: 10px;
    border-top:0px !important;
}

.basket-products-list>li+li{
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.bask-prod-item{
    display: flex;
    position: relative;
}
.bask-prod-item-img{
    padding: 5px;
    padding-top: 0;
    width: 70px;
    height: 65px;
}
.bask-prod-item-cont{
    padding: 5px;
    padding-right: 25px;
    padding-top: 0;
    color: black;
}
.bask-prod-item-name a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.bask-prod-item-name a:hover{
    text-decoration: underline;
}
.offcanvas-body{
    padding: 10px;
    height: 100%;
}
.basket-products{
    border-radius: 4px;
    background: white;
    /*transition: all 1000ms ease-in-out;*/

}
.offcanvas-body-wrap{
    overflow-y: auto;
    height: 100%
}
.bask-prod-item-btn-remove{
    display: flex;
    position: absolute;
    right: 0px;
    top: 4px;
}
.bask-prod-item-btn-remove button{
    padding: 0;
    color:#acacbe !important;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bask-prod-item-count button{
    width: 34px;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;

}
.bask-prod-item-count{
    width: 110px;
    margin-top: 10px;
}
.bask-prod-item-count input{
    text-align: center;
}

.bask-prod-item-amount{
   font-weight: bold;
}

.bask-summ-prices{
    color: #0d6efd;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 0 10px;
}
.bask-req{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}
.o-p-g{
    display:flex;
}
.o-p-c{
    width: 60%;
}
.o-p-b{
    margin-left: 20px;
    width: 40%;
    margin-top: 5px;
}
.o-p-b-c{
    position: sticky;
    top: 60px;
    align-self: flex-start;
    border: 4px solid #0d6efd;
    border-radius: 4px;
    box-shadow: 0 1px 5px #0d6efd;
}
.o-p-c-t{
    font-weight: bold;
}
.o-p-b-h{
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background-color: #0d6efd;
    color: white;
    font-weight: bold;
}

.o-p-f-f-i-v:after{
    content: "*";
    color: #ce0000;
    position: absolute;
    top: 10px;
    right: 4px;
}
.o-p-f-f-i-v-d{
    position: relative;
    font-weight: bold;
}
.o-p-f-f-i-v-d:after{
    content: "*";
    color: #ce0000;
    position: absolute;
    top: -5px;
    right: -10px;
}
.footer{
    display: flex;
    justify-items: center;
    justify-content: center;
}
.message{
    position: fixed;
    bottom: 5px;
    right: 0px;
    display: none;
    z-index: 999999;
}

.message .alert{
    margin-bottom: 10px;
}
.message ul{
    list-style: none;
    margin-bottom: 0;
}
.message ul li{
    opacity: 0;
    display: flex;
    justify-content: end;
}
.message .btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 5px;
    height: 5px;
}

/* Simple CSS3 Fade-in-down Animation */
.fadeInMessage {
    -webkit-animation-name: fadeInMessage;
    animation-name: fadeInMessage;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInMessage {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInMessage {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeOutMessage {
    -webkit-animation-name: fadeOutMessage;
    animation-name: fadeOutMessage;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeOutMessage {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutMessage {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.confirm-order-service-text{
    font-size: 18px;
    color: red;
}
.cav{
    quotes: '"' '"' "'" "'";
}
.cav::before {
    content: open-quote;
}
.cav::after {
    content: close-quote;
}
