body,
h1, h2, h3, h4, h5, h6,
.woocommerce-breadcrumb, .breadcrumbs {
    font-family: 'Montserrat', sans-serif;
}

.count-box input[type="number"] {
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    height: 50px;
    max-width: 65px;
    margin-left: 5px!important;
    margin-right: 5px!important;
}
.count-box input[type="number"]::-webkit-outer-spin-button,
.count-box input[type="number"]::-webkit-inner-spin-button,
.js-counter input[type="number"]::-webkit-outer-spin-button,
.js-counter input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.repair01{
    background:url(../images/bgrepair.jpg);
    background-size:cover;
    padding:3rem 0;
}



.repair01 p{
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.8rem;
}

@media (max-width: 425px){
   .repair03 .image-card{
    
    text-align: center;
} 
    .repair03 .img-fluid{
        width:35%;
    }

}

.repair02{
    padding-top:30px;
    padding-bottom:30px;
}
.repair03{
    padding:3rem 0;
}
.repair05 .card-header{
    padding: 0rem 0.25rem;
    background:#fff;
    border:0;
    border-bottom:1px solid #eee;
}
.repair05 .card{
    border:0;
    border-bottom:1px solid #eee;
}
.repair05 .accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.repair05 h3{
    font-size:2rem;
    Font-weight:300;
}
.repair05 .card-header p{
    font-size:1.3rem;
    font-weight:600;
}
.rpr{
    font-size:1.3rem;
    font-weight:600;
}
.productrow2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.shop-page-product-area .cart2 button {
    padding: 12px 6px;
    margin-left: 10px;
}

.price span {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.price .old-price {
    font-size: 16px;
    line-height: 18px;
    text-decoration: line-through;
    font-weight: normal;
}


.btn-catalog-link {

}

.welcome-slider-slick img {
    height: 100%;
    min-width: 100%;
    max-width: unset;
}

.welcome-slider-slick .slick-list {
    height: 100%;
}

.welcome-slider-slick .slick-track {
    height: 100%;
}

.welcome-slider-slick .slick-track .slick-slide {
    height: 100%;
}

.welcome-slider-slick .slick-track .slick-slide > div {
    height: 100%;
}
.cart-cat:hover img{
    margin-left:5px;
    transition:0.4s;
    transform: scale(1.2);
}
@media (max-width: 991px) {
    .welcome-slider-slick img {
        height: unset;
        max-width: 100%;
    }

    .header-user-log {
        margin-top: 25px;
    }

    #msMiniCart .cart-text {
        display: none;
    }
}

.mt-25 {
    margin-top: 25px;
}

button:focus {
    outline: none;
}

.text-decoration-dashed {
    text-decoration: underline dashed;
}

#msCart .price span {
    font-size: inherit;
}

.cart2 button {
    background: #1f398e;
}

.popover-header {
    margin-top: 0;
}

.remains-popover {
    color: #1f8e50;
    font-size: 14px;
    line-height: 25px;
    /*text-decoration: underline;
    text-decoration-style: dashed;*/
    transition: all .2s ease;
}

.remains-popover:hover {
    color: #DC8E00;
}

.remains-popover > span {
    border-bottom: 1px #1f8e50 dashed;
    /*transition: all .2s ease;*/
}

.remains-popover:hover > span {
    border-bottom: 1px #DC8E00 dashed;
}


.catalog-filter {
    position: relative;
    color: #FFFFFF;
    transition: all .3s ease;
}

.catalog-filter:hover {
    color: #DC8E00;
    cursor: pointer;
}

.catalog-filter:before {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    right: -14px;
    top: 3px;

    background-image: url("../images/icons/filter_empty.svg");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    /*// transform: rotate(- 90 deg);*/
}

.catalog-filter.active:before {
    height: 6px;
    top: 6px;
    /*// background-size: 9 px;*/
    background-image: url("../images/icons/filter.svg");
}

.catalog-filter[data-dir="asc"]:before {
    transform: scale(1, -1);
}

.catalog-filter.active {
    color: #DC8E00 !important;
    cursor: pointer !important;
}
@media (max-width: 1200px) {
    .site-logo  {
        max-width: 100px;
        
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-contacts__link {
        font-size: 10px;
    }
}
.payment-checkbox {
    cursor: pointer;
    position: relative;
    margin: 0px;
    height: 100%;
    width: 100%;
}
.payment-checkbox img {
    max-width: 36px;
    margin: 0px 2px;
}
.payment-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: -99999;
}
.payment-checkbox__content {
    display: block;
    /* border: 1px solid #1f398e; */
    box-shadow: 0px 0px 10px 0px rgb(98 98 98 / 60%);
    border-radius: 5px;
    padding: 15px 18px;
    background: #fff;
    height: 100%;
}
.payment-checkbox p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #626262;
    margin-bottom: 8px;
}
.payment-checkbox input:checked + .payment-checkbox__content {
    background: rgba(31, 142, 80, 0.8);
}
.payment-checkbox input:checked + .payment-checkbox__content p {
    color: #fff;
}

.payment-checkbox input:checked + .payment-checkbox__content .desc {
    color: #fff;
}
.pills-tab-delivery__wrapper {
    padding: 3px;
    /*background-color: #fff;*/
    display: inline-block;
}
#pills-tab-delivery {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px 4px;
}
#pills-tab-delivery .nav-link {
    padding: 15px 18px;
    border-radius: 5px;
    color: #626262;
    font-size: 18px;
}
#pills-tab-delivery .nav-link:focus {
    outline: none;
}
#pills-tab-delivery .nav-link.active {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(98, 98, 98, 0.6);
}
#pills-tabContent-delivery {
    /*background-color: #fff;*/
    padding-bottom: 40px;
}
#pills-tabContent-delivery input {
    border: 0px;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 0px;
}
.btn-delivery {
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.btn-delivery img {
    width: 10px;
    margin-right: 10px;
}

.product-label {
    position: absolute;
    height: 40px;
    right: 0px;
    top: -20px;
}
@media (max-width: 1200px) {
    .product-label {
        right: 10px;
        top: -10px;
    }
}

.count-box > input {
    max-width: 50px;
}

.count-box > button {
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

/* .custom-category-card {
    position: relative;
    background: #EFEDED url(/assets/images/bg-category-card.jpg) center center no-repeat;
    background-size: cover;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
} */

.custom-category-card {
    position: relative;
    background: #fff;
    background-size: cover;
    border: 0;
    overflow: hidden;
    border-radius: 20px;
}

.custom-category-card:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
/*-----Cтарая версия градиента*/
/*.custom-category-card:hover:before {
    opacity: 1;
    background: #236fc3;
    background: #2A55EE;
    background: -moz-linear-gradient(-45deg, #F3AF00 6.08%, rgba(231,44,44,0.6906) 30.67%, #2A55EE 100%);
    background: -webkit-linear-gradient(
-45deg, #F3AF00 6.08%, rgba(231,44,44,0.6906) 30.67%, #2A55EE 100%);
    background: linear-gradient(
-45deg, #F3AF00 6.08%, rgba(231,44,44,0.6906) 30.67%, #2A55EE 100%);
}*/

.custom-category-card:hover:before {
/*     opacity: 1;
background: #236fc3;
background: #2A55EE;
background: -moz-linear-gradient(-45deg, #2e4090 6.08%,  30.67%, #2a55ee82 100%);
background: -webkit-linear-gradient(-45deg, #2e4090 6.08%,  30.67%, #2a55ee82 100%);
background: linear-gradient(-45deg, #2e4090 6.08%,  30.67%, #2a55ee82 100%); */
}
.custom-category-card:hover {
   
    -webkit-box-shadow: 0 10px 45px 0 rgb(0 14 49 / 20%);
    -moz-box-shadow: 0 10px 45px 0 rgba(0,14,49,0.2);
    box-shadow: 0 10px 45px 0 rgb(0 14 49 / 20%);
}

.custom-category-card:hover p {
    /* color: #fff; */
}

.main-menu nav > ul > li > a {
    padding: 0 10px;
}

.custom-service-wrapper .service__wrapper {
    padding: 0 77px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.custom-service-wrapper .service__preview {
    padding-bottom: 34px;
}

.custom-service-wrapper .service__item h2 {
    color: #494949;
    padding-bottom: 18px;
    margin: 0;
    font-weight: 400;
}

.custom-service-wrapper .service__item p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding-bottom: 32px;
}

.custom-service-wrapper .btn.btn_fat, .custom-contentpage .btn.btn_fat {
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #1c88d0;
    padding: 15px 79px 15px 65px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    transition: .25s;
    color: #1c88d0;
}

.custom-service-wrapper .btn.btn_fat svg, .custom-contentpage .btn.btn_fat svg {
    position: absolute;
    top: calc(50% - 1px);
    right: 50px;
    width: 10px;
    transform: rotate(-90deg) translateY(-50%);
    transition: .25s;
    stroke: #1c88d0;
}

.custom-service-wrapper .btn.btn_fat:hover svg, .custom-contentpage .btn.btn_fat:hover svg {
    text-decoration: none;
    background-color: #fff;
    transition: .25s;
}

.custom-service-wrapper .btn.btn_fat:hover svg, .custom-contentpage .btn.btn_fat:hover svg {
    right: 40px;
    transition: .25s;
}

.custom-service-wrapper .btn.btn_fat:hover svg path, .custom-contentpage .btn.btn_fat:hover svg path {
    stroke: #000;
    transition: .25s;
}

.custom-service-wrapper .btn.btn_fat:active, .custom-contentpage .btn.btn_fat:active {
    transform: scale(.95);
}

.custom-contentpage.contentpage .contentpage__content {
    padding: 0 77px;
    padding-top: 67px;
    padding-bottom: 67px;
}

.custom-accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.custom-accordion .accordion>.card {
    overflow: hidden;
}

.custom-accordion.fqa .card {
    border: 0px;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
}

.custom-accordion .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-accordion .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-accordion .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-accordion .fqa__item .card-header {
    padding: 30px 20px;
    border: 0px;
    margin: 0px!important;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: none;
    border-radius: 0;
}

.custom-accordion.fqa .fqa__item svg {
    stroke: #1c88d0;
    width: 20px;
}

.custom-accordion.fqa .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #fafafa;
}

.custom-preview.preview {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 77px;
    position: relative;
}

.contentpage .custom-preview.preview:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}

.custom-preview.preview h1, .custom-preview.preview p {
    max-width: 660px;
    color: #fff;
}

.custom-preview.preview h1 {
    font-size: 32px;
    line-height: 43px;
}

.custom-preview.preview h1, .custom-preview.preview p {
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

.custom-contentpage .contentpage__four {
    font-size: 9px;
}

.custom-contentpage .contentpage__four h2 {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 16px;
    margin: 0;
}

.custom-contentpage .contentpage__four p {
    margin: 0 auto;
    font-size: inherit;
    line-height: 11px;
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .custom-service-wrapper .service__wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
    .custom-contentpage.contentpage .contentpage__content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .custom-contentpage.contentpage .contentpage__content h2 {
        font-size: 24px;
        line-height: 1;
    }
    .custom-contentpage.contentpage .contentpage__content h3 {
        font-size: 20px;
        line-height: 1;
    }
    .custom-preview.preview h1 {
        font-size: 24px;
        line-height: 1;
    }
}

.cookies-notification {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background: #2e4090;
    padding: 1rem 0;
}

.cookies-notification__content {
    color: #ffffff;
    text-align: center;
}

.payment-popover {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: none;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 1em;
    line-height: 1;
}
.fs-text {
    font-size: 16px;
}
.custom-order-number {
    background-color: #ECF6EE;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    color: #158F2A;
    font-weight: 700;
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-info__credit-img {
        max-width: 50%;
        margin-left: auto;
    }
}

.header-search-form form input[type="text"] {
    border-radius: 10px;
}
.header-search-form input[type="submit"] {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
    .header-search-form form input[type="submit"] {
        border-radius: 0 10px 10px 0;
    }
}
.msfavorites-total-all {
    position: relative;
}
.msfavorites-total-all .msfavorites-total {
    position: absolute;
    background-color: #2e4090;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 20px;
}

.shop-cart-menu__new,
.shop-cart-menu__new > ul {
    display: inline-block;
}

.shop-cart-menu__new #msMiniCart .empty {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-cart-menu__new #msMiniCart .empty {
        align-items: flex-start;
    }
}

.mean-container .mean-bar {
    background: #2e4090;
}

/*
.js__header-middle-area__sticky.position-fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}*/


.wrapper.home-one {
    position: relative;
}

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}

.index-category-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 2px rgb(0 0 0 / 8%), 0 2px 24px rgb(0 0 0 / 6%);
    transition: all 0.2s ease-in-out;
}

.index-category-card:hover {
    box-shadow: 0 10px 45px 0 rgb(0 14 49 / 20%);
    /* background: linear-gradient(-45deg, #2e4090 6.08%, 30.67%, #2a55ee82 100%); */
}

.index-category-card__title {
    text-align: center;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.index-category-card:hover .index-category-card__title {
    /* color: #000; */
}

.index-category-card img {
    transition: all 0.2s ease-in-out;
}

.index-category-card:hover img {
    transform: scale(1.2);
}

.mobile-menu-area__new {
    /*position: relative;*/
}

.mobile-menu-area__new + .position-absolute {
    right: 0;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
}

.mobile-menu-area__new:after {
    display: none;
}

.mobile-menu-area__new .mean-container .mean-bar {
    background: #FFFFFF;
}

.mobile-menu-area__new .mean-container a.meanmenu-reveal span {
    background: #2e4090;
}

.mobile-menu-area__new .mean-container a.meanmenu-reveal {
    float: left;
}


.footer-sticky {
    position: sticky;
    bottom: 0;
    z-index: 99;
}


.footer-sticky__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    font-size: 0.75rem;
}


.footer-sticky__item .lni {
    font-size: 1.5rem;
}

/*.footer-sticky__item.msMiniCart {
    position: relative;
}*/

.footer-sticky__item.msMiniCart  .ms2_total_count {
    display: none;
}

.footer-sticky__item.msMiniCart.full .ms2_total_count {
    display: block;
    position: absolute;
    top: 0;
    right: -.5rem;
    color: #2e4090;
}

.fixed-phone-call {
    position: fixed;
    right: 12px;
    bottom: 165px;
    font-size: 1.5rem;
    padding: 0.75rem;
    background: #2e4090;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 99;
}
.fixed-phone-call a {
    color: #FFFFFF;
    line-height: 1;
}
@media only screen and (max-width: 390px) {
    .repair01 {
            background: url(../images/bgrepair.jpg) center;
    }
    .repair03 img{
        max-width:105px;
    }
}