@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Gilroy", sans-serif;
    background-color: #F7F7F7;
}
.body-bg-a {
    background-color: #6D6A6A;
}
.body-bg-b {
    background-color: #F7F7F7;
}

.pulse-animation {
    animation: pulse 0.5s ease-in-out;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    line-height: 1!important;
}

.text-red {
    color: red;
}

.breadCrumps {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    margin-top: 30px;
    margin-bottom: 28px;
}
.breadCrumps a {
    color: #000;
}
.breadCrumps a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.page-about .section-a {
    margin-bottom: 80px;
}
.page-about .section-a .carousel-item {
    height: 600px;
}
.page-about .section-a .carousel-indicators {
    bottom:-55px;
}
.page-about .section-a .carousel-indicators li {
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
}
.page-about .section-a .carousel-indicators .active {
    opacity: 1;
    background-color: #6D6A6A;
}
.page-about .section-a .carousel-indicators li {
    opacity: 1;
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
}

.page-about .section-b {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 60px;
}
.page-about .section-b .head-a {
    color: #171717;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.page-about .section-d {
    margin-bottom: 60px;
}
.page-about .section-d .head-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 36px;
}
.page-about .section-d .btn-a {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    padding: 16px;
}
.page-about .section-d .btn-a:hover {
    color: rgba(23, 23, 23, 0.7);
}
.page-about .section-d .card-a {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
}
.page-about .section-d .card-a img {
    border-radius: 8px;
}
.page-about .section-d .card-a .head-b {
    color: #064475;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 8px;
    min-height: 42px;
}
.page-about .section-d .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* для плавности на iOS */
    padding-bottom: 20px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Цвет "ползунка" */
    border-radius: 4px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent; /* Цвет трека (дорожки) */
}

.page-aut, .page-reg {
    padding: 120px 0px 120px 0px;
}
.page-aut .section-a, .page-reg .section-a {
    border-radius: 8px;
    background: #FFF;
    padding: 90px 100px 100px 100px;
    width: 620px;
}
.page-aut .section-a .head-a, .page-reg .section-a .head-a {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.page-aut .section-a .head-b, .page-reg .section-a .head-b {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 3px;
    padding-left: 43px;
}
.page-aut .section-a input, .page-reg .section-a input {
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    padding: 14px 16px;
}
.page-aut .section-a button[type="submit"], .page-reg .section-a button[type="submit"] {
    border-radius: 60px;
    background: #EE700A;
    border: 0px;
    padding: 18px 80px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    box-shadow: 50px 53px 20px 0 rgba(0, 0, 0, 0.00), 32px 34px 19px 0 rgba(0, 0, 0, 0.01), 18px 19px 16px 0 rgba(0, 0, 0, 0.05), 8px 8px 12px 0 rgba(0, 0, 0, 0.09), 2px 2px 6px 0 rgba(0, 0, 0, 0.10);
}
.page-aut .section-a button[type="submit"]:hover, .page-reg .section-a button[type="submit"]:hover {
    background: rgba(238, 112, 10, 0.7);
}
.page-aut .section-a a, .page-reg .section-a a {
    color: #171717;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
}
.page-aut .section-a a:hover, .page-reg .section-a a:hover {
    color: rgba(23, 23, 23, 0.7);
}

.product-card {
    border-radius: 8px;
    border: 1px solid #F7F7F7;
    background: #FFF;
    padding: 14px;
    position: relative;
}
.product-card .heart-a {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}
.product-card .head-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.product-card .btn-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-card .btn-a:hover {
    background: rgba(238, 112, 10, 0.7);
}
.product-card .btn-b {
    border-radius: 60px;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.product-card .price-a {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.page-home .section-a {
    margin-top: 40px;
    margin-bottom: 80px;
}
.page-home .section-a .carousel-item {
    height: 600px;
}
.page-home .section-a .carousel-indicators {
    bottom:-55px;
}
.page-home .section-a .carousel-indicators li {
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
}
.page-home .section-a .carousel-indicators .active {
    opacity: 1;
    background-color: #6D6A6A;
}
.page-home .section-a .carousel-indicators li {
    opacity: 1;
    background-color: #C4C4C4;
    width: 10px;
    height: 10px;
}
.page-home .section-d {
    margin-bottom: 90px;
}
.page-home .section-d .head-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 36px;
}
.page-home .section-d .btn-a {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    padding: 16px;
}
.page-home .section-d .btn-a:hover {
    color: rgba(23, 23, 23, 0.7);
}
.page-home .section-d .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* для плавности на iOS */
    padding-bottom: 20px;
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Цвет "ползунка" */
    border-radius: 4px;
}
.page-home .section-d .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent; /* Цвет трека (дорожки) */
}
.page-home .section-d .card-a {
    padding: 20px;
    border-radius: 8px;
    min-height: 260px;
}
.page-home .section-d .card-a .head-b {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-home .section-b {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 120px;
}
.page-home .section-b .head-a {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 19px;
}
.page-home .section-e {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
.page-home .section-e .head-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-home .section-e .input-a {
    max-width: 300px;
    height: 100%;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    color: #6D6A6A;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    display: flex !important;
    align-items: center !important;
}
.page-home .section-e .btn-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    box-shadow: 15px 29px 9px 0 rgba(0, 0, 0, 0.00), 10px 18px 8px 0 rgba(0, 0, 0, 0.01), 5px 10px 7px 0 rgba(0, 0, 0, 0.05), 2px 5px 5px 0 rgba(0, 0, 0, 0.09), 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
}
.page-home .section-e .btn-a:hover {
    background: rgba(238, 112, 10, 0.7);
}
.page-home .section-e .btn-b {
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    box-shadow: 15px 29px 9px 0 rgba(0, 0, 0, 0.00), 10px 18px 8px 0 rgba(0, 0, 0, 0.01), 5px 10px 7px 0 rgba(0, 0, 0, 0.05), 2px 5px 5px 0 rgba(0, 0, 0, 0.09), 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
}
.page-home .section-e .btn-b:hover {
    color: rgba(23, 23, 23, 0.7);
}
.page-home .section-t {
    margin-bottom: 35px;
}
.page-home .section-t .card-a {
    border-radius: 8px;
    background: #FFF;
    padding: 60px;
    color: #EE700A;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
}
.page-home .section-t .card-a a {
    color: #EE700A;
}
.page-home .section-t .card-a .head-a {
    color: #171717;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 19px;
}
.page-home .section-t .card-a .head-b {
    color: #171717;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 27px;
}

.page-product .section-a {
    margin-bottom: 80px;
}
.page-product .section-a .card-a {
    border-radius: 8px;
    background: #FFF;
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.page-product .section-a .card-a .head-a {
    color: #171717;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}
.page-product .section-a .br-a {
    border-right: .75rem solid #F7F7F7;
}
.page-product .section-a .bl-a {
    border-left: .75rem solid #F7F7F7;
}
.page-product .section-a input[type=checkbox]:checked+.custom-control-label, input[type=radio]:checked+.custom-control-label {
    font-weight: 300;
}
.page-product .section-a .price-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-product .section-a #addToCart {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 10px;
}
.page-product .section-a #addToCart:hover {
    background: rgba(238, 112, 10, 0.7);
}
.page-product .section-a #addToCart.disabled,
.page-product .section-a #addToCart[disabled] {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
    cursor: default;
}
.page-product .section-a .product-stepper {
    height: 48px;
    width: 130px;
    max-width: 130px;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
}
.page-product .section-a .product-stepper .stepper-btn-minus {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    height: 100%;
    width: 30px;
    padding-left: 7px;
}
.page-product .section-a .product-stepper .stepper-btn-plus {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    height: 100%;
    width: 30px;
    padding-right: 7px;
}
.page-product .section-a .product-stepper .stepper-btn-plus.disabled {
    background: #c7c8c9;
    border-color: #acadad;
}
.page-product .section-a .product-stepper input {
    height: 100%;
    border: 1px solid #ffffff;
    text-align: center;
    color: #283627;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding-left:1px;
    padding-right:1px;
}
.page-product #carousel-products .carousel-indicators {
    position: relative;
}
.page-product #carousel-products .carousel-indicators li {
    width: 70px;
    height: auto;
    padding:3px;
}
.page-product #carousel-products .carousel-indicators li img {
    border-radius: 20px;
}
.page-product #carousel-products .carousel-inner .carousel-item img {
    max-height: 390px;
    height: 390px;
    width: auto;
    border-radius: 20px;
}
.page-product #carousel-products .carousel-control-prev-icon {
    background-image: url('/images/icon-arrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}
.page-product #carousel-products .carousel-control-next-icon {
    background-image: url('/images/icon-arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}
.page-product #carousel-products .carousel-control-next, .page-product #carousel-products .carousel-control-prev {
    top: auto!important;
    bottom: 25px;
}
.page-product #carousel-products .carousel-control-next, .page-product #carousel-products .carousel-control-prev {
    opacity: 1.0;
    background-color: transparent;
    outline: none;
}
.page-product #carousel-products .carousel-control-next:hover, .page-product #carousel-products .carousel-control-prev:hover {
    opacity: 0.7;
    background: none;
    border: none;
}

.page-feedback {
    background: #FFF;
    padding: 60px 0 60px 0;
}
.page-feedback .img-a {
    box-shadow:
            30px 30px 40px rgba(0, 0, 0, 0.15),   /* внешняя тень вправо и вниз */
            inset 5px 5px 30px rgba(0, 0, 0, 0.2); /* внутренняя тень */
}
.page-feedback .head-a {
    color: #171717;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}
.page-feedback .desc-a {
    color: #6D6A6A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}
.page-feedback .desc-b {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
}
.page-feedback input {
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    background: #FFF;
    color: #6D6A6A;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    padding: 10px 24px;
    height: 60px;
}
.page-feedback .btn-feedback {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.page-feedback .btn-feedback:hover {
    background: rgba(238, 112, 10, 0.7);
}

.page-basket .section-a {
    border-radius: 8px;
    background: #DDD;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
}
.page-basket .section-b {

}
.page-basket .section-b .card-a {
    border-radius: 8px;
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-basket .section-b .card-a .head-a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-basket .section-b .card-a .price-a,
.page-basket .section-b .card-a .price-b {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-basket .section-b .product-stepper {
    height: 42px;
    width: 120px;
    max-width: 120px;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
}
.page-basket .section-b .product-stepper .stepper-btn-minus {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    height: 100%;
    width: 30px;
    padding-left: 7px;
}
.page-basket .section-b .product-stepper .stepper-btn-plus {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    height: 100%;
    width: 30px;
    padding-right: 7px;
}
.page-basket .section-b .product-stepper .stepper-btn-plus.disabled {
    background: #c7c8c9;
    border-color: #acadad;
}
.page-basket .section-b .product-stepper input {
    height: 100%;
    border: 1px solid #ffffff;
    text-align: center;
    color: #283627;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding-left:1px;
    padding-right:1px;
}
.page-basket .section-c {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 140px;
}
.page-basket .section-c .price-total {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.page-basket .section-c #buy {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.page-basket .section-c #buy:hover {
    background: rgba(238, 112, 10, 0.7);
}
.page-basket .section-c #buy.disabled,
.page-basket .section-c #buy[disabled] {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}

.page-products .section-a {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
.page-products .section-a .head-a {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.page-products .section-a .input-a {
    max-width: 300px;
    height: 100%;
    border-radius: 60px;
    border: 1px solid #6D6A6A;
    color: #6D6A6A;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    display: flex !important;
    align-items: center !important;
}
.page-products .section-a .btn-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #EE700A;
    background: #EE700A;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    box-shadow: 15px 29px 9px 0 rgba(0, 0, 0, 0.00), 10px 18px 8px 0 rgba(0, 0, 0, 0.01), 5px 10px 7px 0 rgba(0, 0, 0, 0.05), 2px 5px 5px 0 rgba(0, 0, 0, 0.09), 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
}
.page-products .section-a .btn-a:hover {
    background: rgba(238, 112, 10, 0.7);
}
.page-products .section-a .btn-b {
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 60px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    box-shadow: 15px 29px 9px 0 rgba(0, 0, 0, 0.00), 10px 18px 8px 0 rgba(0, 0, 0, 0.01), 5px 10px 7px 0 rgba(0, 0, 0, 0.05), 2px 5px 5px 0 rgba(0, 0, 0, 0.09), 1px 1px 3px 0 rgba(0, 0, 0, 0.10);
}
.page-products .section-a .btn-b:hover {
    color: rgba(23, 23, 23, 0.7);
}
.page-products .section-c .no-product {
    color: #171717;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 60px;
}

.page-catalog .section-d {
    margin-bottom: 40px;
}
.page-catalog .section-d .card-a {
    padding: 20px;
    border-radius: 8px;
    min-height: 260px;
}
.page-catalog .section-d .card-a .head-b {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}



.page-favorites .section-a {
    border-radius: 8px;
    background: #DDD;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
}
.page-favorites .section-b .card-a {
    border-radius: 8px;
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-favorites .section-b .card-a .head-a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-favorites .section-b .card-a .price-a,
.page-favorites .section-b .card-a .price-b {
    color: #171717;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}




@media (max-width: 576px)
{




    .page-favorites .section-b .card-a .price-a,
    .page-favorites .section-b .card-a .price-b {
        font-size: 14px;
        line-height: 14px;
    }




    .page-products .section-a .btn-a {
        padding: 11px;
        min-width: 110px;

    }
    .page-products .section-a .btn-b {
        padding: 11px;
        min-width: 110px;

    }

    .page-basket .section-b .card-a .price-a,
    .page-basket .section-b .card-a .price-b {
        font-size: 14px;
        line-height: 14px;
    }
    .page-basket .section-b .product-stepper {
        height: 30px;
        width: 80px;
        max-width: 80px;
        border-radius: 60px;
        border: none;
    }
    .page-basket .section-b .product-stepper .stepper-btn-minus {
        border-top-left-radius: 250px;
        border-bottom-left-radius: 250px;
        height: 100%;
        width: 20px;
        padding-left: 7px;
    }
    .page-basket .section-b .product-stepper .stepper-btn-plus {
        border-top-right-radius: 250px;
        border-bottom-right-radius: 250px;
        height: 100%;
        width: 20px;
        padding-right: 7px;
    }
    .page-basket .section-b .product-stepper input {
        border: none;
        font-size: 12px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.5px;
        padding-left:1px;
        padding-right:1px;
    }
    .page-basket .section-c {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 40px;
    }
    .page-basket .section-c .price-total {
        font-size: 18px;
        line-height: 18px;
    }
    .page-basket .section-c #buy {
        padding: 12px;
    }

    .page-feedback {
        background: #FFF;
        padding: 30px 0 65px 0;
    }
    .page-feedback .head-a {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .page-feedback .desc-a {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 16px;
    }
    .page-feedback .desc-b {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 26px;
    }
    .page-feedback input {
        padding: 10px 24px;
        height: 40px;
    }
    .page-feedback .btn-feedback {
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        border-radius: 60px;
        padding: 10px;
        margin-right: 10px;
    }

    .page-product .section-a {
        margin-bottom: 40px;
    }
    .page-product .section-a .card-a {
        border-radius: 0px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .page-product .section-a .card-a .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .page-product .section-a .br-a {
        border-right: 0px;
    }
    .page-product .section-a .bl-a {
        border-left: 0px;
    }
    .page-product .section-a #addToCart {
        padding: 12px;
    }
    .page-product .section-a .product-stepper {
        height: 40px;
        width: 120px;
        max-width: 120px;
    }

    .page-home .section-a {
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .page-home .section-a .carousel-item {
        height: 400px;
    }
    .page-home .section-a .carousel-indicators {
        bottom:-45px;
    }
    .page-home .section-d {
        margin-bottom: 60px;
    }
    .page-home .section-d .btn-a {
        padding: 12px;
    }
    .page-home .section-e .btn-a {
        padding: 11px;
        min-width: 110px;
    }
    .page-home .section-e .btn-b {
        padding: 11px;
        min-width: 110px;
    }
    .page-home .section-t .card-a .head-a {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .page-home .section-t .card-a .head-b {
        margin-bottom: 12px;
    }

    .product-card {
        border-radius: 5px;
        padding: 6px;
    }
    .product-card .heart-a {
        top: 6px;
        right: 6px;
    }
    .product-card .head-a {
        font-size: 18px;
        line-height: 18px;
    }
    .product-card .price-a {
        font-size: 14px;
        line-height: 14px;
    }
    .product-card .btn-a {
        font-size: 11px;
        line-height: 11px;
        border-radius: 43px;
        padding: 5px;
        margin-right: 10px;
    }
    .product-card .btn-b {
        border-radius: 43px;
        padding: 5px;
    }

    .page-aut, .page-reg {
        padding: 60px .75rem 30px .75rem;
    }
    .page-aut .section-a, .page-reg .section-a {
        border-radius: 8px;
        background: #FFF;
        padding: 40px 20px 40px 20px;
        width: 100%;
    }
    .page-aut .section-a .head-a, .page-reg .section-a .head-a {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .page-aut .section-a .head-b, .page-reg .section-a .head-b {
        font-size: 14px;
        line-height: 14px;
        padding-left: 10px;
    }

    .page-about .section-a {
        margin-bottom: 30px;
    }
    .page-about .section-a .carousel-item {
        height: 400px;
    }
    .page-about .section-a .carousel-indicators {
        bottom:-45px;
    }
    .page-about .section-b {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: -0.3px;
        margin-bottom: 36px;
    }
    .page-about .section-b .head-a {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .page-about .section-d .btn-a {
        padding: 12px;
    }



    .breadCrumps {
        margin-top: 20px;
        margin-bottom: 18px;
    }
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.header-msb-div {
    height: 60px;
    //position: absolute;
    //top: 0;
    //left: 0;
    width: 100%;
}
.header-msb {
    z-index: 9991;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}
.header-msb .panel-a {
    border-radius: 8px;
    background: #FFF;
    padding: 10px 10px;
}
.header-msb-div .badge-a {
    border-radius: 8px;
    background: #EE700A;
    min-width: 14px;
    min-height: 14px;
    position: absolute;
    top: -7px;
    right: -10px;
    padding: 1px 3px 1px 3px;

    color: #171717;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}



.header-msb a {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
}
.header-msb a.dropdown-item {
    color: rgba(23, 23, 23, 0.7);
}
.header-msb a:hover {
    color: rgba(23, 23, 23, 0.7);
}
.header-msb a.active {
    color: #171717;
    font-weight: 600;
}
.header-msb .btn-a {
    border-radius: 46px;
    background: #FFF;
    padding: 18px 30px;
    color: #DD0B0E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    box-shadow: 5px 4px 34px 0px rgba(90, 13, 13, 0.25);
}
.header-msb .btn-a:hover {
    color: rgba(221, 11, 14, 0.7);
}
.header-msb .mr-80 {
    margin-right: 80px;
}
.modal-backdrop {
    z-index: 1000;
}
.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.pagination .page-item.disabled .page-link,
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link {
    background: transparent;
}
.pagination .page-link:hover {
    background-color: rgba(239, 36, 45, 0.7) !important;
    color: #fff
}
.pagination .page-link {
    color: #D0D0D0;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: transparent;
    color: #EF242D;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}
.pagination .page-item.active .page-link:hover {
    color: #ffffff;
}

a[target]:not(.btn) {
    font-weight: 500;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
}


.footer {
    background: #171717;
    padding-top:40px;
    padding-bottom:40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
}
.footer .card-a {
    border-radius: 8px;
    background: #F7F7F7;
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding: 10px;
    height: 100%;
}
.footer .head-a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    min-height: 30px;
}
.footer a {
    color: #FFF;
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer .link-a {
    font-size: 14px;
}
.footer .img-a {
    width: 115px;
}
.footer .height-a {
    min-height: 40px;
}

@media (max-width: 1397px)
{
    .footer {
        padding-top:30px;
        padding-bottom:10px;
    }
    .footer .card-a {
        font-size: 11px;
        line-height: 11px;
        padding: 10px;
        height: auto;
    }
    .footer .link-a {
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 11px;
    }
    .footer .img-a {
        width: 64px;
    }
    .footer .head-a {
        min-height: 0px;
    }


    .header-msb-div {
        height: 60px;
    }
    .header-msb {
        margin: 0px;
        padding: 10px .75rem 10px .75rem;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a, .header-msb a:active  {
        color: #171717;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 14px;
    }
    .header-msb .panel-a {
        border-radius: 4px;
        padding: 5px 10px 10px 10px;
    }
    .header-msb a:hover {
        color: rgba(51, 51, 51, 0.7);
    }
    #menuModal .modal-content {
        background: #FFF;
        box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.35);
        //margin-top: 43px;
    }

    .lng-section .dropdown-toggle::after {
        font-size: 12px;
    }

}





