/*  Скролбар  */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #3761EE;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3761EE;
}

/*  Скролбар  */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


:root {
    --bg-white: #FFFFFF;
    --bg-primary: #F6F9FF;
    --bg-secondary: #DEE6FF;
    --bs-blue: #3761EE;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ff7851;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffce67;
    --bs-green: #56cc9d;
    --bs-teal: #20c997;
    --bs-cyan: #6cc3d5;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #888;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #f7f7f9;
    --bs-gray-300: #eceeef;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #aaa;
    --bs-gray-600: #888;
    --bs-gray-700: #5a5a5a;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #3761EE;
    --bs-secondary: #f3969a;
    --bs-success: #56cc9d;
    --bs-info: #6cc3d5;
    --bs-warning: #ffce67;
    --bs-danger: #ff7851;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-primary-rgb: 120,194,173;
    --bs-secondary-rgb: 243,150,154;
    --bs-success-rgb: 86,204,157;
    --bs-info-rgb: 108,195,213;
    --bs-warning-rgb: 255,206,103;
    --bs-danger-rgb: 255,120,81;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 52,58,64;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 136,136,136;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #888;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #eceeef;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.4rem;
    --bs-border-radius-sm: 0.3rem;
    --bs-border-radius-lg: 0.6rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #21304F;
    --bs-link-hover-color: #4865a6;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fff5e1;
}

.container {
    max-width: 1140px;
}


/* --- Шапка сайта --- */


header {
    padding: 32px 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    background-color: var(--bg-primary);
    padding: 8px 12px;
    border-radius: 8px 8px 0 8px;
}

.navbar-brand {
    /*border-right: 1px solid hsla(0,0%,100%,.04);*/
    padding-right: 15px;
    margin-right: 0;
    display: block;
}

.navbar ul li .cart-header {
    padding: 10px 15px;
    background: #3761EE;
    border-radius: 8px;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    height: 40px;
    width: fit-content;
}

.navbar ul li .cart-header:hover {
    padding: 10px 15px;
    color: #fff !important;
}

.lang {
    padding: 10px !important;
    background: #E3EAF9 !important;
    border-radius: 8px !important;
    height: 40px !important;
}

.lang__link {
    padding: 0 !important;
}

.lang__img {
    height: auto;
}

.lang__list {
    background: #E3EAF9;
    border-radius: 8px;
}

/* --- dark-mode --- */

.theme-buttons {
    position: absolute;
    right: 0;
    bottom: -42px;

    padding: 5px;
    display: flex;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    cursor: pointer;
    width: fit-content;
    gap: 5px;
    z-index: 33;
}


.theme-buttons button {
    background-color: transparent;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #656877;
    transition: .1s background-color,.1s box-shadow;
    border-radius: 6px;
    will-change: background-color;
    overflow: hidden;
}

.theme-buttons .active,
.theme-buttons .active {
    background-color: var(--bg-white);
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #656877;
    transition: .1s background-color,.1s box-shadow;
    border-radius: 6px;
    will-change: background-color;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(33, 48, 79, 0.25);
}

.dark-mode {
    display: none;
    align-items: center;
    justify-content: center;
    background: #E3EAF9 !important;
    border-radius: 10px;
    border: transparent;
    padding: 10px;
    transition-duration: .25s;
    height: 40px;
    width: 40px;
}

.dark--mode {
    display: none;
    align-items: center;
    justify-content: center;
    background: #E3EAF9 !important;
    border-radius: 10px;
    border: transparent;
    padding: 10px;
    transition-duration: .25s;
    height: 40px;
    width: 40px;
}

/* --- dark-mode --- */


/* --- Шапка сайта - конец --- */


/*--- Поисковик --- */

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3EAF9 !important;
    border-radius: 10px;
    padding: 10px;
    transition-duration: .25s;
    height: 40px;
    width: 40px;
}

.search:hover {

}

.search .bi-search {
    color: #3761EE;
    transition-duration: .25s;
    font-size: 18px;
}

.search:hover .bi-search {
    color: #0dcaf0;
    transition-duration: .25s;
}

#search-wrapper .over {
    /*background: rgba(18,20,23,.95);*/
    padding-top: 3rem;
    /*height: 90vh;*/
    width: 100%;
}

#search-wrapper .blur1 {
    background: var(--bg-primary);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(8px) !important;
    border-radius: 12px;
}

#search-wrapper .blur2 {
    background: var(--bg-primary);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(8px) !important;
    border-radius: 12px;
}

#search-wrapper .over .card {
    background: linear-gradient(220deg, #0F1B2F 0%, #10272C 41.63%, #0D0F10 100%) !important;
    border-radius: 12px;
    border: none;
    padding-top: 1rem;
}

#search-wrapper .over .card-body {
    padding-top: 1rem;
}

#search-wrapper .over .form-control {
    /*background-color: hsla(0,0%,100%,.01) !important;*/
    border-radius: 12px;
    border: none;
}


#result_search .products {
    margin-top: 20px;
}

#result_search .items:hover {
    background: #E3EAF9;
}

#result_search .items:hover a {
    color: #3761EE;
}

#result_search .categories {
    margin-top: 20px;
}

#result_search .products .item a img,
#result_search .categories .item a img {
    object-fit: cover;
}

#result_search .products .item__category {
    color: #21304F;
}

#popular_queries .list a {
    background: #E3EAF9;
    color: #21304F;
    padding: 8px 12px;
    border-radius: 8px;
}

#result_search img {
    border-radius: 10px;
}

#result_search .status {
    border: none !important;
    padding: 0;
}

.form-control {
    background: transparent;
    border: none;
    color: #21304F !important;
}

.form-control:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

.input-group {
    border-radius: 8px;
    background: transparent;
    border: none;
    height: 40px;
}

.input-group-text {
    background: transparent !important;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}


#result_search ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

@media screen and (max-width: 480px) {
    #result_search .status {
        display: none;
    }
    #result_search .price {
        display: none !important;
    }
    .coupons--main {
        flex-direction: column;
    }
}


/*--- Поисковик --- */



/* --- Тело сайта --- */

/*.light-theme {*/
/*    background-color: var(--bg-white) !important;*/
/*    color: var(--bs-black) !important;*/
/*}*/

/*.dark-theme {*/
/*    background-color: #333333 !important;*/
/*    color: var(--bg-white) !important;*/
/*}*/

body {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #dadada;
    text-decoration: none;
}

a:hover{
    color: #3761ee;
    opacity: 0.9;
}

.nav-link {
    color: #21304F;
}

.nav-link:hover {
    color: #3761EE;
}

.navbar ul li a {
    color: #21304F !important;
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
    margin: 0 0.7em;
    transition: 0.3s ease-in-out;
}

.navbar ul li a:hover {
    color: #3761EE !important;
}

.collapse .navbar-nav li a {
    margin: 0 !important;
    transition: 0.3s ease-in-out;
}

.dropdown-menu li .dropdown-item {
    margin: 0 !important;
    transition: 0.3s ease-in-out;
}

.dropdown-menu li .dropdown-item:hover {
    background: #3761EE;
    color: #FFF !important;
}

/*.fa {*/
/*    color: #848a9a;*/
/*}*/

/*   Стиль категорий гл. страницы    */

/*.page-breadcrumb {*/
/*    margin: 30px 0;*/
/*}*/

/* ----- Стили категории и товаров -----*/

.product__item-title img {
    margin: 0 15px 0 0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
    object-fit: cover;
}

.product__item-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #21304F;
    text-decoration: none;
    word-break: break-word;
    transition: color ease 0.3s;
}

@media screen and (max-width: 990px) {
    .product__item-title {
        width: 100%;
    }
}

.product__item-info {
    display: flex;
    align-items: center;
    gap: 1px;
    border-radius: 8px;
    overflow: hidden;
}

.product__item-info .product__item-prop {
    white-space: nowrap;
    display: flex;
    gap: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100px;
    height: 40px;
    background: #E9EDF8;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #21304F;
}

.product__name {
    color: #A279AA;
    max-height: 35px;
    overflow: hidden;
}

.buy-link a {
    background: #3761EE;
    border-radius: 8px;
    align-items: center;
    color: #fff;
    height: 40px;
    min-width: 112px;
    transition: 0.3s ease-in-out;
}

.buy-link a:hover {
    color: #fff !important;
    opacity: 0.8;
}

/* ----- Стили категории и товаров -----*/

/* Стили в текстовом редакторе доп страниц */
.ckeditor {
    position: relative;
}

.ckeditor img {
    width: inherit !important;
    max-width: 100%;
    height: inherit !important;
    max-height: 100%;
}

.ckeditor div {
    background: #A8B1C10C !important;
    border: 1px solid #A8B1C10C !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin: 10px 0;
}

.ckeditor ol li {
    list-style-type: auto;
    margin-left: 10px;
}

.ckeditor ul li {
    list-style-type: disc;
    margin-left: 10px;
}

.ckeditor ol,
.ckeditor ul {
    padding-left: 2rem;
}

.ckeditor details {
    border-radius: 8px !important;
    margin: 10px 0;
}

.ckeditor summary {
    background: #A8B1C10C !important;
    border: 1px solid #A8B1C10C !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin: 10px 0;
}

/* --- Стили в текстовом редакторе доп страниц, конец --- */


/* ---  Стиль слайдера  --- */

.slider-main {
    border-top: 1px solid hsla(0,0%,100%,.04);
    object-fit: cover;
    padding: 30px 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.left {
    left: -25px;
}

.right {
    right: -25px;
}

.left, .right {
    font-size: calc(12px + 28 * (90vw / 1280));
    color: #fff;
    position: absolute;
    padding: inherit;
    z-index: 999;
    background: #2d3037;
    border: 2px solid #2d3037;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    width: calc(15px + 30 * (90vw / 1280));
    height: calc(15px + 30 * (90vw / 1280));
    top: 50%;
    transform: translateY(-50%);
    transition-duration: .25s;
    opacity: 0.90;
}

.left:hover, .right:hover {
    opacity: 1;
}

.left:active, .right:active {
    background: linear-gradient(90deg, #ff5266,#e8ff75);
    color: #1d1e23;
}

button img svg {
    fill: #5046e5 !important;
}


.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    height: 400px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    display: block;
}

img {
    vertical-align: top;
}

.text-slider {
    background: rgba(29, 30, 35, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    border: 1px solid rgba(29, 30, 35, 0.5);
    position: absolute;
    width: 500px;
    display: flex;
    bottom: 0;
    padding: 15px;
    height: 150px;
    justify-content: space-between;
    flex-direction: column;
}

.text-slider h2 {
    font-size: calc(12px + 8 * (90vw / 1280));
    color: #ffff;
    margin-bottom: 0;
    text-align: center;
}

.slider-item .text-slider a {
    padding: 15px 25px;
    background: rgba(45, 48, 55, 0.35);
    border: 2px solid #2d3037;
    border-radius: 15px;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    letter-spacing: .009em;
    color: #848a9a;
    position: relative;
    overflow: hidden;
    transition-duration: .25s;
    cursor: pointer;
    width: 150px;
}

.slider-item .text-slider a:hover {
    border: 2px solid #2d303700;
    background: #ff5266;
    color:#fff !important;
    transition-duration: .25s;
}


.slick-dots {
    display: none !important;
    /*position: absolute;*/
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}


/* ---  Стиль слайдера конец  --- */



.catalog-items {
    display: grid;
    grid-template-columns: repeat(auto-fill,235px);
    justify-content: center;
    grid-gap: 30px;
    gap: 15px;
    text-transform: uppercase;
}

.card {
    position: inherit;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 2px solid #F6F9FF;
}

.card-header {
    /*position: relative;*/
    border: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    background: #F6F9FF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #21304F;
}

.card-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #21304F;
}

.card-footer {
    /*position: relative;*/
    border: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    background: #F6F9FF;
    font-style: normal;
    font-weight: 700;
    /*font-size: 16px;*/
    /*line-height: 16px;*/
    color: #21304F;
}


.card-image {
    width: 100%;
    height: 170px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    border-radius: 12px;
}

.card-image img{
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 170px;
}


/*.product{*/
/*    margin: 50px 0;*/
/*}*/

/*.products{*/
/*    margin: 50px 0;*/
/*}*/

.product-card{
    margin-bottom: 2vh !important;
}

.products .product-card img{
    border-radius: 15px;
    width: 100%;
}

.product .product-card img {
    width: 32vh;
    border-radius: 15px;
    height: 170px;
}

.product-go {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(35,37,42,.35);
    margin-top: -40px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(8px);
    border-radius: 0 0 15px 15px;
}

.product-info {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info p {
    color: #fff !important;
}

/*  'sizes' => ['width' => '100%', 'height' => '160px']  */
/* --- button ---*/

.btn-gray{
    padding:15px 25px;
    background:transparent;
    border-radius:50px;
    font-weight:500;
    box-sizing:border-box;
    font-size:14px;
    line-height:19px;
    letter-spacing:.009em;
    color:#848a9a;
    position:relative;
    overflow:hidden;
    transition-duration:.25s;
    cursor:pointer
}

.btn-gray:after,
.btn-gray:before{
    content:"";
    border-radius:inherit;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
    transition-duration:.25s
}

.btn-gray:before{
    background: linear-gradient(0deg, #393A5A,#ADA9BA);
    opacity: 0;
}

.btn-gray:after{
    background:hsla(0,0%,100%,.03)
}

.btn-gray.bordered{
    border:2px solid #2d3037
}

.btn-gray.bordered:after{
    display:none
}

.btn-gray:not(:disabled):hover{
    color:#fff !important;
    transition-duration:.25s
}

.btn-gray:not(:disabled):hover:before{
    opacity:1
}

/* --- button end ---*/


.prod_info_name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);*/
}

.prod_info_name {
    margin-bottom: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    flex-wrap: inherit;
    text-overflow: ellipsis;
}

.category-info {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-info p {
    color: #fff !important;
}


/* --- Стили страницы с категориями --- */

.info-category {
    max-width: 1000px;
    margin: 15px auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.head-description {
    /*line-height: 24px;*/
    letter-spacing: .009em;
    color: #707480;
    text-align: center;
}

.head-products {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(0deg, #393A5A,#ADA9BA);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* --- Стили страницы с категориями, конец --- */

#slick-slide00 {

}

/* --- Стили доп страниц --- */

.breadcrumb {
    font-size: 11px;
}

.breadcrumb .breadcrumb-item a {
    color: #848a9a;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #3761EE;
}

/*main .page {*/
/*    padding: 15px;*/
/*    background: #393A5A50;*/
/*    border-radius: 10px;*/
/*}*/

.page-name {
    /*text-align: center;*/
    font-size: 22px;
    font-weight: 700;
    /*margin: 30px 0;*/
    /*color: #21304F;*/
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    color: #21304F;
}

/*.breadcrumb {*/
/*    margin: 15px 0;*/
/*}*/

.page .social-links {
    display: flex;
    justify-content: center;
    /*margin-top: 15px;*/
}

.page .link-item {
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    transition-duration: .25s;
}

.page .link-item p a:hover {
    color: #fff !important;
}

/*.page .social-links .link-item a {*/
/*    color: #fff;*/
/*}*/

/*.page .social-links .link-item a:hover {*/
/*    color: #fff;*/
/*}*/

.page .social-links .link-item a img {
    margin-right: 5px;
}

.page .social-links .link-item a p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}


.link-item a {
    background: #3761EE;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    text-decoration: none;
    /*font-weight: 600;*/
    letter-spacing: .009em;
    cursor: pointer;
    box-shadow: none;
    height: 40px;
    width: 150px;
    transition: 0.3s ease-in-out;
}

.link-item a:hover {
    color: #fff !important;
}

.link-item:last-child a svg path {
    fill: #848a9a;
    transition-duration: .25s;
}



/* --- Стили доп страниц, конец --- */

/* --- Стили купонов --- */

.coupon--main {
    background: var(--bg-primary);
    border-radius: 12px;
    /*color: #F6F7F9;*/
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    width: 100%;
}

.coupon--block {
    width: 100%;
    min-width: 290px;
    max-width: 360px;
}

.coupon--main img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
    object-fit: cover;
}

.coupon {
    background: #FFFFFF;
    border-radius: 12px;
    color: #848a9a;
    padding: 0.5rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.coupon--main a {
    /*color: #F6F7F9;*/
}

.coupon--main a:hover {
    color: #0da9ef;
}

/*.kod-coupon {*/
/*    background: linear-gradient(90deg, #BDBDBD 0%, #71DEFF 94.27%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    text-fill-color: transparent;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/

.kod-coupon {
    color: #fff;
    font: normal 18px Varela Round, sans-serif;
    font-weight: 600;
    height: 140px;
    left: 0;
    letter-spacing: 2px;
    margin: -80px 0 0 0;
    /*position: absolute;*/
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    animation: move linear 2000ms infinite;
}

@keyframes move {
    0% {
        text-shadow:
                4px -4px 0 #FD3B00,
                3px -3px 0 #FD3B00,
                2px -2px 0 #FD3B00,
                1px -1px 0 #FD3B00,
                -4px 4px 0 #0dcaf0,
                -3px 3px 0 #0dcaf0,
                -2px 2px 0 #0dcaf0,
                -1px 1px 0 #0dcaf0
    ;
    }
    25% {
        text-shadow:
                -4px -4px 0 #0dcaf0,
                -3px -3px 0 #0dcaf0,
                -2px -2px 0 #0dcaf0,
                -1px -1px 0 #0dcaf0,
                4px 4px 0 #FD3B00,
                3px 3px 0 #FD3B00,
                2px 2px 0 #FD3B00,
                1px 1px 0 #FD3B00
    ;
    }
    50% {
        text-shadow:
                -4px 4px 0 #FD3B00,
                -3px 3px 0 #FD3B00,
                -2px 2px 0 #FD3B00,
                -1px 1px 0 #FD3B00,
                4px -4px 0 #0dcaf0,
                3px -3px 0 #0dcaf0,
                2px -2px 0 #0dcaf0,
                1px -1px 0 #0dcaf0
    ;
    }
    75% {
        text-shadow:
                4px 4px 0 #0dcaf0,
                3px 3px 0 #0dcaf0,
                2px 2px 0 #0dcaf0,
                1px 1px 0 #0dcaf0,
                -4px -4px 0 #FD3B00,
                -3px -3px 0 #FD3B00,
                -2px -2px 0 #FD3B00,
                -1px -1px 0 #FD3B00
    ;
    }
    100% {
        text-shadow:
                4px -4px 0 #FD3B00,
                3px -3px 0 #FD3B00,
                2px -2px 0 #FD3B00,
                1px -1px 0 #FD3B00,
                -4px 4px 0 #0dcaf0,
                -3px 3px 0 #0dcaf0,
                -2px 2px 0 #0dcaf0,
                -1px 1px 0 #0dcaf0
    ;
    }
}


/* --- Стили купонов --- */






/* --- Тело сайта - конец --- */



/* --- Футер сайта --- */

footer{
    background-color: var(--bg-primary);
    font-size: 15px;
    width: 100%;
    flex: 0 0 auto;
}

body .copyright{
    background: #1f2b3b;
    border-bottom: 1px solid #31435d;
    color: #F6F7F9;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    bottom: 0;
    padding: 1rem;
}

body .copyright a{
    font-size: 18px;
    font-weight: 600;
    color: #3761EE !important;
    text-decoration: none;
}

footer .links-contacts {
    color: #546E7A;
}

footer .links-contacts li span{
    margin-left: 10px;
}

.descriptions{
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid hsla(0,0%,100%,.04);
    border-bottom: 1px solid hsla(0,0%,100%,.04);
}

footer .description p{
    padding: 0 15px;
    font-weight: 500;
    font-size: 15px;
    word-wrap: break-word;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-nav .footer-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .009em;
    color: #848a9a;
    text-transform: uppercase;
}

footer .links-contacts {
    color: #546E7A;
}

/*footer .nav-link {*/
/*    color: #A279AA;*/
/*}*/

/*footer .nav-link:hover {*/
/*    color: #A279AA;*/
/*}*/


footer .links-contacts li span{
    margin-left: 10px;
}

.footer-label-contacts .footer-label{

}

.footer-nav__contacts {
    display: flex;
    grid-gap: 25px;
}

.footer-nav__contacts a svg:hover{
    mix-blend-mode: normal;
}

.footer-bottom {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
}

.footer-bottom p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .009em;
    color: rgba(125,129,138,.68);
}


.footer-bottom__payments {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    gap: 25px;
    mix-blend-mode: luminosity;
    margin-bottom: 8px;
}



/* --- Футер сайта - конец --- */

/* --- пагинация страниц --- #ab5ad0 */

.pagination {
    justify-content: center;
}

.pagination li {
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.5s ease-out;
}

.pagination li a {
    color: #a27eb8;
}

.pagination li a:hover {
    background-color: rgba(168, 177, 193, 0.05);
    filter: drop-shadow(0px 0px 5px #a27eb8);
    color: #a27eb8;
}

.pagination .active a {
    color: #ab5ad0;
}

.page-link {
    background-color: rgba(168, 177, 193, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 5px !important;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #a27eb8;
    background-color: rgba(168, 177, 193, 0.05);
    border-color: rgba(168, 177, 193, 0);
}

.page-link:focus {
    z-index: 3;
    color: #29293C;
    background-color: rgba(168, 177, 193, 0.05);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #29293C25;
}

.pagination .disabled span {
    background-color: rgba(168, 177, 193, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 5px !important;
    border: none;
    color: #ada9ba;
}

/* --- пагинация страниц --- */


/* --- @media адаптация сайта --- */

.navbar-light .navbar-toggler {
    padding: 0.5rem;
    background: #3761EE;
    border-radius: 8px;
    color: #fff;
    border-color: transparent;
    width: 38px;
    height: 38px;
}

@media (min-width: 1199px)
    .navbar-expand-lg .navbar-toggler {
        display: inherit;
    }


@media screen and (min-width: 992px) {
    .dark-mode {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .dark--mode {
        display: block;
    }
}

@media screen and (max-width: 1230px) {
    .navbar-expand-lg .navbar-collapse {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        white-space: nowrap;
    }
    .product-detail-description {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }
    .img-product {
        max-width: 650px;
    }
    .screen {
        max-width: 650px;
    }
}

@media screen and (max-width: 1030px) {
    .img-product {
        max-width: 570px;
    }
    .screen {
        max-width: 570px;
    }
}

@media screen and (max-width: 995px) {
    .container-fluid {
        /*justify-content: center !important;*/
    }
    .navbar-collapse {
        margin-top: 0.5rem;
    }
    .nav__categories {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .search {
        margin-left: 0 !important;
    }
    .footer-bottom {
        justify-content: center;
    }
    .social-links {
        flex-wrap: wrap;
    }
    .cart-page {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 950px) {
    .img-product {
        max-width: 450px;
    }
    .screen {
        max-width: 450px;
    }
}

@media screen and (max-width: 915px) {
    .card-image img{
        height: inherit;
    }

}

@media screen and (max-width: 850px) {
    .img-product {
        max-width: 400px;
    }
    .screen {
        max-width: 400px;
    }
}

@media screen and (max-width: 830px) {
    .img-product {
        max-width: 400px;
    }
    .screen {
        max-width: 400px;
    }
}

@media screen and (max-width: 780px) {
    .img-product {
        max-width: 350px;
    }
    .screen {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {

    .container-md, .container-sm, .container {
        max-width: 900px !important;
    }
}

@media screen and (max-width: 730px) {
    .page-product{
        flex-direction: column;
    }
    .img-product {
        max-width: 710px;
    }
    .screen {
        max-width: 710px;
    }
    .product-detail .right-info {
        width: 100%;
        margin-top: 15px;
    }
    .screens .image img {
        height: 100px !important;
        width: 170px !important;
    }
    .rates {
        margin: 0;
    }
    .img-products {
        margin-right: 0;
    }
}

@media screen and (max-width: 695px) {
    .nav {
        justify-content: center;
    }
}

@media screen and (max-width: 671px) {
    .catalog-items{
        justify-content: center;
    }
    .product-head {
        flex-direction: column;
    }
    .page-product {
        width: 100%;
    }
    .product-detail .rates {
        width: 100% !important;
    }
    .page-name-1 {
        display: block !important;
    }
    .page-name-2 {
        display: none !important;
    }
    .footer__mob {
        flex-direction: column-reverse;
    }
    .footer-nav {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px !important;
    }
    .footer-nav .links {
        flex-direction: column;
        gap: 5px !important;
    }
}

@media screen and (max-width: 600px) {
    .coupons--main {
        flex-direction: column;
    }
}

@media screen and (max-width: 580px) {
    .descriptions {
        flex-direction: column;
    }
    .navbar-brand {
        border-right: none;
    }
    .slick-slide img {
        height: 230px;
    }
    .order-info .products-list .preview-img img {
        display: none !important;
    }
    .order-info .products-list .preview-img .name-category {
        margin-left: 0 !important;
    }
}


@media screen and (max-width: 449px) {
    .slider-item .text-slider a{
        padding: 10px 10px;
    }
}


@media screen and (max-width: 430px) {
    .footer-nav {
        display: inherit;
    }
    .footer-nav .footer-label {
        margin: 15px 0;
    }
}

@media screen and (max-width: 375px) {
    .slick-slide img {
        height: 175px;
    }
}



@media screen and (max-width: 340px) {
    .catalog-items{
        margin: 15px;
    }
}





/* --- @media адаптация сайта, конец --- */


/*Стили вкладки отзывы*/

.chat-history ul {
    padding: 0;
}

.chat-history ul li {
    list-style: none;
}

.chat-history .message-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    padding-right: 15px;
    border-right: 1px solid rgba(68, 68, 68, 0.25);
}

.chat-history .message-data-time {
    color: #fff;
    font-size: 12px;
    padding-left: 6px;
}

.chat-history .message {
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    margin: 5px 10px;
}
.text-right {
    text-align: right!important;
}

.float-right {
    float: right!important;
}


.fa.fa-thumbs-up{
    color: green;
}

.fa.fa-thumbs-down{
    color: red;
}

#reviewform-grade input{
    margin-left: 7px;
    margin-right: 5px;
}

.info-text{
    background: #ffc10740;
}

.message-data-review .good,
.message-data-review .bad {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 15px;
    border-right: 1px solid rgba(68, 68, 68, 0.25);
}

.message-data-review .good .message-data,
.message-data-review .bad .message-data {
    border-right: none;
}

.chat-history .review .review-good {
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 5px;
    background: rgba(72, 227, 103, 0.10);
    border-left: 5px solid rgba(72, 227, 103, 0.75);
    border-radius: 10px;
}

.message-data-review .review-bad {
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 5px;
    background: rgba(246, 74, 74, 0.10);
    border-left: 5px solid rgba(246, 74, 74, 0.25);
    border-radius: 10px;
}

.chat-history .seller {
    display: flex;
    margin-left: 50px;
    margin-bottom: 10px;
    padding: 5px;
    background: rgba(240, 152, 33, 0.10);
    border-left: 5px solid rgba(240, 152, 33, 0.75);
    border-radius: 10px;
}

/*Стили вкладки отзывы*/