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

::-webkit-scrollbar {
    width: 9px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 5px 5px -5px rgba(34,60,80,.2);
    background-color: #131619;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1e2328;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8d5185;
}

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

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;
}




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

header {
    position: relative;
    display: flex;
    z-index: 33;
    justify-content: center;
}

header .container:first-child {
    background: rgba(13, 15, 16, 0.9);
    backdrop-filter: blur(4px);
    border-image-slice: 1;
    border-radius: 20px;
    position: absolute;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
}

header .navbar-collapse ol,
header .navbar-collapse ul,
header .navbar-collapse li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav {
    display: flex;
    justify-content: flex-start;
    margin-top: 13px;
    border-bottom: none;
}

.navbar-brand {
    display: block;
}



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





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

body {
    background: #14151A;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #dadada;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*.navbar-nav {*/
/*    margin-left: 20px;*/
/*}*/

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/*a:hover{*/
/*    !*opacity: 0.8;*!*/
/*    color: #F24D49;*/
/*}*/

h1 {

}

h2 {

}

h3 {

}

h4 {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*.fa {*/
/*    color: #00C9FF;*/
/*}*/

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

/*.page-breadcrumb {*/
/*    margin: 1rem 0;*/
/*}*/

.svg-product {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 5px !important;
}

.svg-product img {
    width: 40px;
    height: 40px;
}

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

.slider-main {
    background: rgba(34,36,41,0);
    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: 5px;
}

.right {
    right: 5px;
}

.left, .right {
    font-size: calc(12px + 28 * (90vw / 1280));
    color: hsla(193, 100%, 50%, 0.75);
    position: absolute;
    padding: inherit;
    z-index: 999;
    background: hsla(193, 100%, 50%, 0.25);
    border: 2px solid hsla(193, 100%, 50%, 0.25);
    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.5;
}

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

.left:active, .right:active {
    background: #F24D49;
    color: #fff;
}

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: 30px;
    object-fit: cover;
    display: block;
}

img {
    vertical-align: top;
}

.text-slider {
    background: hsl(193deg 100% 9.51% / 50%);
    backdrop-filter: blur(5px);
    border-radius: 0px 0px 30px 30px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    padding: 15px;
    height: 74px;
}

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

.slider-item .text-slider a {
    padding: 15px 25px;
    background: hsla(193, 100%, 50%, 0.25);
    border: 2px solid hsla(193, 100%, 50%, 0.25);
    border-radius: 30px;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: .009em;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: .25s;
    cursor: pointer;
}

/*.slider-item .text-slider a:hover {*/
/*    background: #F24D49;*/
/*    border: 2px solid #F24D49;*/
/*    color:#fff !important;*/
/*}*/


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


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


.navbar ul li .nav-link {
    font-weight: 500;
    color: #FFF;
    font-size: 14px;
    margin: 0 0.7em;
    padding: 0 !important;
}

.navbar ul li .nav-link:hover{
    opacity: 0.8;
    color: #7487d8;
}

.navbar-nav .nav-link.active {
    color: #7487d8;
}

.navbar ul li .nav-link.active:before {
    content: "";
    color: #7487d8 !important;
}

.navbar ul li .nav-link i {
    font-size: 20px;
    margin-right: 8px;
}


.catalog-items {
    display: grid;
    grid-template-columns: repeat(auto-fill,312px);
    grid-gap: 15px;
}

.card {
    background: #1A212B;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    border: 2px solid rgba(0, 201, 255, 0.25);
    transition-duration: .25s;
}

.img-svg {
    margin: auto;
    margin-top: -35%;
    border-radius: 50%;
    width: fit-content;
    display: flex;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 201, 255, 0.25);
    backdrop-filter: blur(4px);
    align-items: center;
}

.img-svg img {
    width: 40px !important;
    height: 40px !important;
}

.card:hover {
    background: rgba(242, 77, 73, 0.25);
    border: 2px solid rgba(242, 77, 73, 0.5);
}


.card-image {
    height: 161px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    border-radius: 30px;
}

.card-image img{
    width: 100%;
    height: 161px;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
}

.product-go .status {
    display: flex;
    justify-content: center;
    background: rgba(26, 33, 43, 0) !important;
    width: auto;
    border: none !important;
    align-items: center;
    margin: 0 0 0 10px;
    padding: 7px 0;
}


.product{
    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: 17vh;
}

.product-go {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-top: 10px;
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
}

.product-info p {
    color: #00c9ff !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    background: rgba(26, 33, 43, 0) !important;
    width: auto;
    text-align: center;
    align-items: center;
    padding: 10px 15px;
}

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

.btn-gray{
    padding: 10px 20px;
    background: rgba(0, 201, 255, 0.25);
    border-radius: 35px;
    font-weight:500;
    box-sizing:border-box;
    font-size:14px;
    line-height:19px;
    letter-spacing:.009em;
    color: rgba(255, 255, 255, 0.5);
    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: #F24D49;
    color: #fff !important;
    opacity: 0
}

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

/*.btn-gray.bordered{*/
/*    border:2px solid rgba(0, 201, 255, 0.25);*/
/*}*/

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

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

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

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


.prod_info_name {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    text-align: center;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: inherit;
    text-overflow: ellipsis;
}

.category-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
}

.category-info p {
    color: #00c9ff !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    background: rgba(26, 33, 43, 0) !important;
    width: auto;
    text-align: center;
    align-items: center;
    padding: 10px 15px;
}


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

.margin_page {
    margin-top: 150px;
}

.info-category {
    margin: 30px 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.head-description {
    color: #bdbdbdad;
    line-height: 130%;
    letter-spacing: .02em;
    overflow-x: overlay;
    padding-right: 5px;
}

.head-products {
    font-size: calc(16px + 12 * (90vw / 1280));
    font-weight: 700;
    color: #00C9FF;
}



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

#slick-slide00 {

}

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

.breadcrumb .breadcrumb-item a{
    color: #9b9c9e;
    text-decoration: none;
}

main .page {
    padding: 15px 0;
    border-radius: 15px;
}

.name-pages {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid hsla(193, 100%, 50%, 0.25);
}

.page-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
    background: linear-gradient(153deg, #a1bafe -.31%, #8d5185 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 1500px;
    margin: 2rem auto;
    margin-top: 0;
}


.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.7rem;
    color: #9b9c9e;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.bi-chevron-right::before {
    content: "\f285" !important;
    padding-right: 0.7rem;
}

.breadcrumb-item.active {
    background: linear-gradient(134deg, #7487d8, #8d2d66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.page .social-links {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.page .link-item a {
    height: 50px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #e8e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    background: linear-gradient(94deg,#202525,#101213);
    border-top: 3px solid hsla(0,0%,100%,.08);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.page .link-item a:hover {
    color: #8d2d66;
    border-top: 3px solid #8d2d66;
    box-shadow: 0 5px 5px 0 rgba(45, 26, 43, 0.3);
}

.page .social-links .link-item a {

}

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

/*.page .social-links .link-item a p {*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    !*color: hsla(193, 100%, 50%, 0.75);*!*/
/*    margin: 0;*/
/*}*/

/*.page .social-links .link-item a p:hover {*/
/*    color: #F24D49 !important;*/
/*}*/

/*.link-item bi {*/
/*    color: hsla(193, 100%, 50%, 0.75) !important;*/
/*}*/

/*.link-item bi:hover {*/
/*    color: #F24D49 !important;*/
/*}*/

/*.link-item a {*/
/*    box-sizing: border-box;*/
/*    font-size: 12px;*/
/*    line-height: 14px;*/
/*    color: #848a9a;*/
/*    transition-duration: .25s;*/
/*}*/

/*.link-item a:hover{*/
/*    background: hsla(0,0%,100%,.04);*/
/*    color: #e5e5e5 !important;*/
/*    transition-duration: .25s;*/
/*}*/

/*.link-item a {*/
/*    width: 150px;*/
/*    height: 50px;*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 15px;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    letter-spacing: .009em;*/
/*    cursor: pointer;*/
/*}*/

/*.link-item a:hover {*/
/*    color: #fff;*/
/*    background: rgba(29, 30, 35, 0.5);*/
/*}*/

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


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

/* --- Стили корзины ---*/

.alert-danger {
    color: #fff;
    background: rgba(84, 110, 122, 0.05);
    border: 2px solid hsl(0, 100%, 18%);
    text-align: center;
}

.alert {
    position: relative;
    padding: 10px;
    margin-bottom: 1rem;
    /*border: 2px solid transparent;*/
    border-radius: 15px;
}

.alert-warning {
    background-color: hsla(1, 87%, 62%, 0.15);
    border: 2px solid hsla(1, 87%, 62%, 1);
}

.alert-warning p {
    color: hsla(1, 87%, 62%, 1) !important;
}

.alert-success {
    color: #F24D49;
    background: rgba(39, 41, 46, 0);
    border: 2px solid hsla(0, 0%, 100%, 0);
    border-radius: 15px;
    font-weight: 700;
    text-align: center;
}

.alert-info {
    color: #0089a2;
    background: none;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    text-align: center;
}

.cart-page-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
    background: linear-gradient(132deg, #F85445, #AD4051);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart-page {
    /*border: 2px solid hsla(193, 100%, 50%, 0.25);*/
    /*border-radius: 30px;*/
}

.cart-page .row {
    flex-direction: column;
}


.cart-page .detail-payment{
    background: hsla(193, 100%, 50%, 0.05);
    padding: 1.2em;
    border-radius: 0px 0px 30px 30px;
}

.products-list .price{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    vertical-align: bottom;
    text-align: right;
}

.contacts .cart-heder{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    /*margin: 0 !important;*/
    background: linear-gradient(132deg, #7487d8 40%, #8d2d66 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart-info {
    padding: 15px;
    text-align: center;
}

/*.purchases a{*/
/*    width: 150px;*/
/*    height: 50px;*/
/*    !*margin: 15px 0;*!*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 15px;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    letter-spacing: .009em;*/
/*    cursor: pointer;*/
/*    background: hsla(193, 100%, 50%, 0.25);*/
/*    border: 2px solid hsla(193, 100%, 50%, 0.25);*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

/*.purchases a:hover{*/
/*    background: #F24D49;*/
/*    border: 2px solid #F24D49;*/
/*    color:#fff !important;*/
/*}*/

.cart-page .cart-header{
    font-size: 15px;
    padding: 0.6em 1.2em;
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.cart-header li a {
    list-style: georgian !important;
}

header .item-link {
    position: relative;
    height: 50px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #e8e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: fit-content;
    background: linear-gradient(94deg, rgba(32, 37, 37, 0.5), rgba(16, 18, 19, 0.5));
    border-top: 2px solid hsla(0,0%,100%,.08);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lang__list {
    padding-bottom: 15px !important;
    background: rgba(13,15,16,.8) !important;
    border-bottom: 2px solid #1e2328;
    border-left: 2px solid #1e2328;
    border-right: 2px solid #1e2328;
    border-radius: 15px;
}

header .item-link:hover {
    color: #8d2d66 !important;
    border-top: 2px solid #8d2d66;
    box-shadow: 0 5px 5px 0 rgba(45, 26, 43, 0.3);
}

.cart-page .products-list .preview-img{
    /*border-radius: 10px;*/
    /*width: 150px;*/
    /*height: 84px;*/
}

.cart-page .order-info{
    padding: 1.2em;
}

.cart-page .products-list{
    width: 100%;
}

.cart-page .order-info h4, .cart-page .detail-payment h4{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
}

.result-order{
    display: flex;
    justify-content: center;
    /*background: hsla(193, 100%, 50%, 0.15);*/
    /*border: 2px solid hsla(193, 100%, 50%, 0.15);*/
    /*border-radius: 10px;*/
    text-align: center;
    padding: 11px;
    font-size: 15px;
}


.result-order .price{
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}

.select-pay-method {
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*gap: 15px;*/
}

/*.cart-page .detail-payment .select-pay-method a{*/
/*    display: flex;*/
/*    background: hsla(193, 100%, 50%, 0.15);*/
/*    border-radius: 15px;*/
/*    !*padding: 1.1em;*!*/
/*    border: 2px solid hsla(193, 100%, 50%, 0.15);*/
/*    margin-bottom: 5px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 55px;*/
/*    width: 130px;*/
/*}*/

/*.cart-page .detail-payment .select-pay-method a.active{*/
/*    background: hsla(193, 100%, 50%, 0.75);*/
/*    border: 2px solid hsla(193, 100%, 50%, 0.25);*/
/*}*/


.cart-page .detail-payment .contract label{
    font-size: 12px;
    line-height: 100%;
    color: #fff;
}

.cart-page .detail-payment p, .cart-page .order-info p{
    color: #848a9a;
}

.products-list .info .name{
    font-size: 12px;
    color: #fff;
}

.products-list .info .category {
    font-size: 12px;
    color: #848a9a;
}

.products-list .count-input button{
    background: none;
    color: #fff;
    font-size: 15px;
}

.products-list  .count-input .button-left{
    border-radius: 10px 0 0 10px;
    border: none;
    border-right: 0;
}


.products-list .count-input .button-right{
    border-radius: 0 10px 10px 0;
    border: none;
    border-left: 0;
}


.products-list .count-input{
    padding: 0.4em 1em;
    display: flex;
}

.products-list .count-input input{
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: none;
    padding: 8px 6px 8px 6px;
    height: 32px;
    text-align: center;
}


/* --- Стили корзины, конец ---*/

/* --- СТили страницы товара --- */

.prd-priority {
    justify-content: center;
    align-items: center;
}

.warranty__item {
    width: 100%;
    display: flex;
    border: 1px solid rgba(7, 159, 202, 0.5);
    border-radius: 20px;
    padding: 15px;
    margin: 0 15px 15px;
}

.warranty__item img {
    margin-right: 15px;
}

.warranty__item:first-child {
    margin-left: 0;
}

.warranty__item:last-child {
    margin-right: 0;
}

.product-detail {
}

.img-product {
    overflow: hidden;
    max-width: 252px;
    width: 100%;
}

.poster {
    width: fill-available;
    width: -webkit-fill-available;
    width: -moz-available;
}

.poster img {
    max-height: 230px;
    border-radius: 30px;
    border: 2px solid hsla(193, 100%, 50%, 0.25);
    object-fit: cover;
    -webkit-mask-repeat: no-repeat;
}


.prod-info {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 5px 0;
}

.prd-info {
    display: flex;
    flex-direction: column;
}


.page-product {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.rates {
    display: flex;
    flex-direction: column;
}

.product-detail .right-info {
    /*border-radius: 15px;*/
}

.prd-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}

.prd-tags p {
    color: hsla(193, 100%, 50%, 0.5);
    border-bottom: 1px solid hsla(193, 100%, 50%, 0.5);
    margin-right: 5px;
    margin-bottom: 5px;
}

.page-title {
    font-size: 12px;
    text-transform: capitalize;
    display: flex;
    color: hsla(193, 100%, 50%, 0.5);
    border: 1px solid hsla(193, 100%, 50%, 0.5);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.page-title svg {
    margin-right: 8px;
}

.page-title__gradient {
    font-weight: 700;
    background: linear-gradient(limegreen, transparent),
    linear-gradient(90deg, skyblue, transparent),
    linear-gradient(-90deg, coral, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rates-hint {
    margin: 15px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .009em;
    color: #848a9a;
}

.product-detail .desctiption-card h2 {
    color: #848a9a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.card-item {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.right-info .card-item p {
    border: none !important;
    background: linear-gradient(134deg, #7487d8, #8d2d66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 5px;
    font-weight: 600;
}

.card-item .status {
    background: #131619 !important;
    padding: 10px !important;
    /*border: none !important;*/
}

.card-item .status p {
    font-size: 16px !important;
    font-weight: 500;
    color: inherit !important;
}

/* -------------  Select выбор опции товара ----------------- */


option {

}

select .sel-option {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px 15px;
    background: #1A212B;
    border: red !important;
}

select .sel-option p span {
    padding: 10px 15px;
}



/*.buttons {*/
/*    display: block;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 45px;*/
/*    padding: 0 10px;*/
/*    position: relative;*/
/*    background: hsla(0, 0%, 100%, 0);*/
/*    border: 2px solid hsla(1, 87%, 62%, 0.75);*/
/*    color: hsla(1, 87%, 62%, 1);*/
/*    border-radius: 10px;*/
/*}*/

.buttons .price{
    right: 0 !important;
}

.new-select {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 2px solid hsla(1, 87%, 62%, 0.5);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #1A212B;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: hsla(1, 87%, 62%, 1);
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* -------------  Select выбор опции товара / конец / ----------------- */

.product-detail .buttons button .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #848a9a;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.product-detail .buttons button .mid {
    width: 8px;
    height: 8px;
    background: #26282e;
    border-radius: 50%;
    z-index: 69;
}

.product-detail .buttons button:hover .mid {
    background: #848a9a;
}

.product-detail .buttons button.active .mid {
    background: #fff;
}

.buttons button p {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #848a9a;
    transition-duration: .25s;
}

.product-detail .buttons button:hover p {
    color: #fff;
}

.buttons button span {
    margin-left: auto;
    font-size: 13px;
    color: #e5e5e5;
    transition-duration: .25s;
    font-weight: 600;
}

.product-detail .buttons button:focus .circle {
    background: #dedee8;
    border: 2px solid #000;
}

.product-detail .buttons button.active .circle {
    background: hsla(0,0%,100%,.08);
    border: 2px solid #fff;
}

.buttons button:focus p,
.buttons button:focus span {
    color: #D2E5F1;
}

.product-detail .buttons button.active p,
.product-detail .buttons button.active span {
    color: #fff !important;
    z-index: 999;
}

.product-detail .buttons button:hover{
    background: hsla(0,0%,100%,.08);
    color: #fff !important;
}

.product-detail .buttons button.active {
    background: hsla(0,0%,100%,.1);
    transition-duration: .25s;
}

/*.product-detail-description {*/
/*    margin-top: 15px;*/
/*    max-width: 820px;*/
/*    width: 100%;*/
/*    padding-right: 72px;*/
/*    border-right: 2px solid hsla(0,0%,100%,.04);*/
/*}*/

.product-detail .amount {
    margin: .3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .amount-counter {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-detail .right-info #price_product {
    background: linear-gradient(134deg, #7487d8, #8d2d66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.product-detail .cost p {
}

.product-detail .counter-btn {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.product-detail .counter-btn button {
    background: rgba(0, 0, 0, 0);
     border: none;
    /*border-radius: 15px 0px 0px 15px;*/
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .counter-btn input {
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #F24D49;
    width: 37px;
}

/*.fa .fa-trash {*/
/*    color: #F24D49 !important;*/
/*}*/

.pay-btn {
    display: flex;
    flex-direction: column;
}

.product-detail .right-info .add-cart {
    height: 50px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #e8e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 100%;
    background: linear-gradient(to right, #202525, #101213);
    border: none;
    border-top: 2px solid hsla(0,0%,100%,.08);
    transition: all 0.4s ease-in-out;
}

.product-detail .right-info .add-cart:hover {
    border-top: 2px solid #8d2d66;
    color: #8d2d66;
}

.product-detail .link-degisseller{
    background: hsla(193, 100%, 50%, 0.25);
    border: 1px solid hsla(193, 100%, 50%, 0.25);
    border-radius: 10px;
    height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: .009em;
    transition-duration: .25s;
    text-align: center;
    padding: 10px;
}

.product-detail .link-degisseller:hover{
    background: hsla(193, 100%, 50%, 0.50);
    color: #fff;
    opacity: 1;
}


.support_btn {
    /*background: hsla(0, 0%, 100%, 0.02);*/
    border-radius: 15px;
    padding: 10px 0;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support_btn_col {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
}

.support_btn_col p {
    color: #546E7A;
}

.support_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 201, 255, 0.15);
    border-radius: 12px;
    padding: 0 25px;
    height: 38px;
    color: #7fa5d1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .009em;
    text-decoration: none;
    transition-duration: .25s;
    cursor: pointer;
}

.support_btn a:hover{
    background: rgba(0, 201, 255, 0.50);
    color:#fff;
    opacity: 1;
    transition-duration:.25s
}


.screens p {
    color: #848a9a;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
}

.screen {
    max-width: 867px;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    overflow-x: overlay;
}

.screens .image {
    margin-right: 5px;
    /* display: inline-block; */
    overflow: hidden;
    border-radius: 30px;
}

.screens .image img {
    height: 152px !important;
    width: 270px !important;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid hsla(193, 100%, 50%, 0.25);
    transition: 0.5s;
}

.product-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 12px;
    background: linear-gradient(limegreen, transparent),
    linear-gradient(90deg, skyblue, transparent),
    linear-gradient(-90deg, coral, transparent);
}

.product-hint p {
    color: #fff;
}

.product-detail .screens .image img:hover{
    transition: 1s;
    transform: scale(1.1);
}

/*.tab-content {*/
/*    padding: 15px;*/
/*}*/

.tab-content div {
    /*border-radius: 15px;*/
    /*padding-bottom: 15px;*/
}


.tab-content blockquote {
    padding: 15px;
    margin: 5px 15px !important;
    border-left: 5px solid hsla(1, 87%, 62%, 1) !important;
    font-style: italic;
}

.tab-content summary {
    padding: 7px;
    border-radius: 5px;
    background: hsla(193, 100%, 50%, 0.5);
    width: fit-content;
}

.tab-content details p {
    background: hsla(193, 100%, 50%, 0.15) ;
    padding: 10px;
    margin: 5px 0 !important;
    border-radius: 15px;
    border-left: 5px solid hsla(193, 100%, 50%, 1) !important;
    width: fit-content;
}


#video {
    text-align: center !important;
}



iframe {
    height: 150px;
    width: 250px;
    border-radius: 20px;
}

.screen iframe {
    height: 152px;
    width: 270px;
    border-radius: 30px;
    margin-right: 5px;
    border: 2px solid hsla(193, 100%, 50%, 0.25);
    transition: 0.5s;
    object-fit: cover;
}

.ytp-title-channel-logo {
    background-image: none !important;
}



.product-detail #gallery{
    overflow-x: scroll;
}

.product-detail .nav li {
    flex: none;
    text-align: center;
}

.product-detail .nav li a {
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px 34px !important;
}

/*.product-detail .nav li a.active {*/
/*    color: #F24D49;*/
/*    background: none;*/
/*    border-bottom: 2px solid #F24D49;*/
/*}*/


/*.nav-link {*/
/*    color: #848a9a;*/
/*}*/

/*.nav-link:hover {*/
/*    !*color: #7fa5d1;*!*/
/*}*/

/*.nav-link .active {*/

/*}*/











/* --- СТили страницы товара, конец --- */














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





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

footer .container {
    background: rgba(29, 30, 35, 0.5);
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: center -15px;
    /*backdrop-filter: blur(4px);*/
    font-size: 14px;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 2rem;

    background: #0d0f10;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
}

footer a {
    color: inherit;
}

footer ol,
footer ul,
footer li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body .copyright {
    background: rgba(29, 30, 35, 0.5);
    border-radius: 10px;
    color: #dadada;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 1em 1em;
    position: relative;
    bottom: 0;
}

body .copyright a {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(270deg,#7487d8 10%,#8d2d66 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
}

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

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

.footer__logo {
    /*mix-blend-mode: luminosity;*/
    width: fit-content;
}

.footer__logo:hover {
    mix-blend-mode: normal;
}

.descriptions {
    display: flex;
    flex-direction: column;
}

.description {
    margin-top: 1rem;
}

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

/*.footer-nav {*/
/*    padding: 15px;*/
/*    display: flex;*/
/*}*/

.footer-nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav .footer-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .009em;
    color: #51555f;
    margin-bottom: 25px;
}

.footer-nav .nav-item a:hover {
    color: #7487d8;
}

.footer-label-contacts {
    display: flex;
    justify-content: center;
}

.footer-label-contacts .footer-label{

}

.footer-nav__contacts {
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    /*mix-blend-mode: luminosity;*/
}

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

.footer__contact {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(94deg,rgba(32,37,37,.5),rgba(16,18,19,.5));
    border-top: 3px solid hsla(0,0%,100%,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.footer__contact:hover {
    border-top: 3px solid #8d2d66;
    /*transform: scale(1.05);*/
}

.footer__contact .social-svg {
    fill: #E5E5E5;
    transition: .3s
}

.footer__contact:hover .social-svg {
    fill: #9785c1;
    transition: .3s
}

.contact-tg:hover i {
    color: #1B92D1;
    transition: .3s
}

.contact-vk:hover i {
    color: #0077ff;
    transition: .3s
}

.contact-ds:hover i {
    color: #686bff;
    transition: .3s
}

.contact-fb:hover i {
    color: #1877f2;
    transition: .3s
}

.footer-bottom {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

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


.footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 5px;
}

.footer__payments .footer__payments-method {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 33.99px;
    height: 23.99px;
    border-radius: 5px;
    border: 1px solid #1e2328;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bars-ellipsis-vertical {
    background: linear-gradient(153deg,#7487d8 -.31%,#8d2d66 99.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}



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

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

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

/*.ckeditor div {*/
/*    background: #A8B1C10C;*/
/*    border: 1px solid #A8B1C10C;*/
/*    border-radius: 5px;*/
/*    padding: 1rem;*/
/*    margin: 10px 0;*/
/*}*/

.ckeditor ol li {
    /*list-style: url(../images/Star.png) !important;*/
    list-style-type: unset;
    margin-left: 10px;
}

.ckeditor ul li {
    /*list-style: url(../images/love.png) !important;*/
    list-style-type: unset;
    margin-left: 10px;
}

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

.ckeditor a {
    color: #8d2d66;
}

.ckeditor a:hover {
    color: #b891c1;
}

.ckeditor details {
    /*border: 1px solid #A8B1C10C !important;*/
    border-radius: 5px !important;
    /*padding: 0.5rem !important;*/
    /*margin: 10px 0;*/
}

.ckeditor summary {
    background: linear-gradient(to right, #202525, #101213) !important;
    border-bottom: 2px solid #1e2328 !important;
    border-left: 2px solid #1e2328 !important;
    border-right: 2px solid #1e2328 !important;
    border-radius: 15px !important;
    padding: 1rem !important;
    margin: 5px 0;
    width: 100%;
}

.ckeditor div {
    background: #101213 !important;
    border-top: transparent !important;
    border-bottom: 2px solid #1e2328 !important;
    border-left: 2px solid #1e2328 !important;
    border-right: 2px solid #1e2328 !important;
    border-radius: 15px !important;
    padding: 1rem !important;
    margin: 5px 0;
    width: 100%;
}

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

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

.pagination {
    justify-content: center;
}

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

.pagination li a {
    color: rgba(232, 233, 233, 0.75);
}

.pagination li a:hover {
    background: linear-gradient(94deg,#202525,#101213);
    border-top: 2px solid #8d5185;
    filter: drop-shadow(0px 0px 5px #8d5185);
    color: #e8e9e9;
}

.pagination .active a {
    color: #e8e9e9;
    background: linear-gradient(94deg,#202525,#101213);
    border-top: 2px solid #8d5185;
}

.page-link {
    background: linear-gradient(94deg,#202525,#101213);
    border: none;
    border-top: 2px solid hsla(0,0%,100%,.08);
    border-radius: 10px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #00c9ff;
    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(29, 30, 35, 0.5);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #29293C25;
}

.pagination .disabled span {
    background: linear-gradient(94deg,#202525,#101213);
    border-radius: 10px !important;
    border: none;
    border-top: 2px solid hsla(0,0%,100%,.08);
    color: #ada9ba;
}

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


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

/*@media screen and (min-width: 1600px) {*/
/*    .container {*/
/*        max-width: 1560px !important;*/
/*}*/

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

}

@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 {
        max-margin-top: 20px;
        /*margin-right: 0;*/
        border-right: none;
        /*padding-right: 0;*/
        max-width: 1170px;
    }
    .logo-info {
        flex-direction: column;
    }
    .img-product {
        align-items: center;
        max-width: 100%;
        width: 100%;
    }
    .img-product .product_img {
        width: 370px !important;
        height: 370px !important;
    }

}

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

}

@media screen and (max-width: 995px) {
    .container-fluid {
        justify-content: space-between !important;
    }
    .footer-bottom {
        justify-content: center;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .social-links {
        flex-wrap: wrap;
    }
    /*.link-item {*/
    /*    margin: 15px !important;*/
    /*}*/
    .poster {
        width: 100%;
    }
    .product-detail .right-info {
        width: 100%;
    }
    .buttons {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .product-head {
        width: 100%;
        flex-direction: column-reverse !important;
    }
    .product-detail .right-info {
        max-width: 100% !important;
    }
    .product-details {
        flex-direction: column-reverse;
    }
    .mini-info {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .product-detail {
        flex-direction: column;
    }
    .product-details {
        flex-direction: column-reverse;
    }
    .product-detail-description2 {
        max-width: 100% !important;
    }
    .product-head {
        width: 100%;
        flex-direction: column-reverse !important;
    }
    .select-header {
        max-width: 100%;
    }
    .product-detail-description {
        width: 100%;
    }
    .prd-priority {
        display: none !important;
    }
    .footer-info {
        flex-direction: column;
    }
    .footer-nav {

    }
}

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

}

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

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

}

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

}

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

@media screen and (max-width: 768px) {
    .footer-nav {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px;
    }
    .container-md, .container-sm, .container {
        max-width: 900px !important;
    }
}

@media screen and (max-width: 730px) {
    .page-product {
        flex-direction: column;
    }

    .product-detail .right-info {
        width: 100%;
        margin-top: 15px;
    }
    .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;
    }
    .logo-info {
        flex-direction: column;
    }
    .mini-info {
        max-width: 100% !important;
    }
    .logo-info .img-product {
        max-width: 100%;
        align-items: center;
    }
    .img-product .product_img {
        width: 370px !important;
        height: 370px !important;
    }
    .img-product iframe {
        height: 200px;
        width: 290px;
    }
}

@media screen and (max-width: 580px) {
    .descriptions {
        flex-direction: column;
    }
    .navbar-brand {
        border-right: none;
    }
    .slick-slide img {
        height: 230px;
    }
    .slider .buttons {
        left: 0 !important;
        width: 100% !important;
    }
    .slider-item-info {
        width: 80% !important;
    }
    main .page {
        flex-direction: column-reverse;
    }
    .page .link-item a {
        max-width: 150px;
    }
}

@media screen and (max-width: 460px) {
    .logo-info .img-product {
        max-width: 100%;
    }
    .img-product .product_img {
        width: 290px !important;
        height: 290px !important;
    }
    .product_name_status {
        flex-direction: column;
    }
    .product_name_status .card-item .status {
        width: 100%;
        text-align: center;
    }
}


@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 {
    align-items: flex-start;
    white-space: nowrap;
    border-right: 2px solid #1e2328;
    margin-right: 0.5rem;
}

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

.chat-history .message {
    display: inline-block;
    /*position: relative;*/
    /*margin: 10px;*/
}
.text-right {
    text-align: right!important;
}

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


.fa.fa-thumbs-up{
    color: #00fa00;
}

.fa.fa-thumbs-down{
    color: #ff0000;
}

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

.info-text{
    background: #ffc10740;
}

.message-data-review .good,
.message-data-review .bad {
    /*padding: 10px;*/
    /*border-right: 1px solid rgba(0, 255, 255, 0.15);*/
}

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

.message-data-review .review-good {
    border-right: 2px solid #1E2328;
    border-bottom: 2px solid #1E2328;
    border-left: 2px solid #1E2328;
    background: linear-gradient(90deg, #101213 0%, #131619 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 10px;
}

.img-review-good {
    border-top: 3px solid #0ed600;
    border-bottom: 2px solid #1E2328;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.50);
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.img-review-good img,
.img-review-bad img,
.img-seller-response img{
    border-radius: 50%;
    object-fit: cover;
    height: 45px;
    width: 45px;
}

.review-good::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 5px;
    top: -20px;
    width: 435px;
    height: 1000px;
    text-align: center;
    line-height: 80px;
    background-image: url(/gg_game_01/images/bg-review-good.webp);
    opacity: .05;
}

.message-data-review .review-bad {
    border-right: 2px solid #1E2328;
    border-bottom: 2px solid #1E2328;
    border-left: 2px solid #1E2328;
    background: linear-gradient(90deg, #101213 0%, #131619 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 15px;
    padding: 10px;
    width: 100%;
}

.img-review-bad {
    flex-shrink: 0;
    border-radius: 50%;
    border-top: 3px solid #E02742;
    border-bottom: 2px solid #1E2328;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.50);
    overflow: hidden;
}

.review-bad::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 5px;
    top: -20px;
    width: 435px;
    height: 1000px;
    text-align: center;
    line-height: 80px;
    background-image: url(/gg_game_01/images/bg-review-bad.webp);
    opacity: .05;
}

.img-seller-response {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50px;
    border-top: 3px solid #C7641E;
    border-bottom: 2px solid #1E2328;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.50);
    object-fit: cover;
    overflow: hidden;
}

.chat-history .seller {
    border-radius: 20px;
    border-right: 2px solid #1E2328;
    border-bottom: 2px solid #1E2328;
    border-left: 2px solid #1E2328;
    background: linear-gradient(90deg, #101213 0%, #131619 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    margin-top: 5px;
    margin-left: 50px;
    padding: 10px;
}

.chat-history .seller::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 5px;
    top: -20px;
    width: 435px;
    height: 1000px;
    text-align: center;
    line-height: 80px;
    background-image: url(/gg_game_01/images/bg-seller.webp);
    opacity: .05;
}


/*---- Стили, Отзывы ----*/