@import "backgrounds.css";
@import "backgrounds-top.css";
@import "backgrounds-blog.css";

/* Стили для файлов документации */
.product-files {
    margin-top: 20px;
}

.file-item {
    margin-bottom: 10px;
}

.file-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.file-link:hover {
    background: #e9ecef;
    border-color: #007bff;
    color: #007bff;
}

.file-link i {
    margin-right: 8px;
    color: #dc3545;
}

.file-link span {
    font-size: 14px;
}
* {
box-sizing: border-box;
/*font-family: 'ALSHauss';*/
margin: 0;
padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
} .hide-news{display:none}
.strong{font-weight: 600}
.loader{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5; 
background: rgba(255,255,255,0.6);
}
.content{
min-height: 500px;
}

.flex {
display: flex;
width: 100%;
height: 100%;
}

.flex .cell {
display: block;
margin: auto;
}

.rowall {
    display: flex;
    flex-flow: wrap;
}
.rowall .col-0, .rowall .col-1, .rowall .col-2 {
    width: 100%;
}
.rowall .col-1 {
    order: 1;
}
.rowall .col-0 {
    order: 0;
}

.a, .more {
    background: none;
    border: none;
    color: #0099ff;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
border-bottom: 1px dashed;
}

h1 a:hover, .h1 a:hover, .more:hover, .a:hover {
    color: #0095d8;
}

.sticky {
    position: sticky;
    top: 15px;
-webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.sticky.started,
.sticky:hover {
z-index: 103;
}
.text-content a {
font-size: 15px;
}
.text-content .text-hidden {
    height: 147px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.text-content .text-hidden.active {
height: auto;
    overflow: visible;
}

.lower {
text-transform: lowercase;
}

/* COLORS */

.c-black {
color: #001a1a;
}

.c-blue {
color: #0099ff;
}

.c-green {
color: #2b9353;
}

.c-dgreen {
color: #0f6a24;
}

.c-orang {
color: #ff9c00;
}

.c-red {
color: #f54040;
}

.c-grey {
color: #8b8b8b;
}

.c-purpur {
color: #cb11ab;
}

.wait{opacity: 0.3}

.black-text {
color: #333;
}

.red-text {
color: #f54040;
}

.blue-text {
color: #0099ff;
}

.darkblue-text {
color: #0095d8;
}

.green-text {
color: #0f6a24;
}

.darkgrey-text {
color: #6c6c6c;
}

.grey-text {
color: #8b8b8b;
}

.lightgrey-text {
color: #b6b7b9;
}

.greyblue-text {
color: #d6dbe0;
}

.greylightblue-text {
color: #eef1f3;
}

.orange-text {
color: #ff9c00;
}

/* TEXTS-ALIGNS */

.text-center {
text-align: center;
}

.text-right {
text-align: right;
}

.text-left {
text-align: left;
}

.text-justify {
text-align: justify;
}

/* CONTAINER */

.g-container {
margin: 0 auto;
max-width: 1408px;
padding: 0 24px;
width: 100%;
}

.g-container-w {
border: 1px solid #000;
max-width: 100%;
width: 100%;
}

/* IMG */

img {
max-width: 100%;
}

/* ROW */



.row-f, 
.row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
min-width: 100%;
}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}

@media (max-width: 680px) {
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
}


/* BUTTONS */

.btn-b.white{
background-color: #fff;
color: #001a1a;
}
.btn-b.trt{
background-color: transparent;
color: #001a1a;
}
.btn-b.trt:hover,
.btn-b.white:hover{
border-color: #008fee;
color: #008fee;
}
.btn-b.green{
background-color: #26ad5a;
}
.btn-b.green:hover{
background-color: #2b9353;
}
.btn-b.orang{
background-color: #ff9c00;
}
.btn-b.orang:hover{
background-color: #f19400;
}
.btn-b.blue{
background-color: #0099ff;
}
.btn-b.blue:hover{
background-color: #008fee;
}
.btn-b.orange{
background-color: #ff9c00;
}

button {
cursor: pointer;
}

.btn-primary {
background-color: #0099ff;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 30px;
padding: 0 17px;
transition: background-color .5s;
width: auto;
}

.btn-primary:hover {
background-color: #008fee;
transition: background-color .5s;
color: #fff;
}

.btn-secondary {
background-color: #ff9c00;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 30px;
padding: 0 17px;
transition: background-color .5s;
width: auto;
}

.btn-secondary:hover {
background-color: #f19400;
transition: background-color .5s;
}

.btn-success {
background-color: #00942c;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 30px;
padding: 0 17px;
transition: background-color .5s;
width: auto;
}

.btn-success:hover {
background-color: #008127;
transition: background-color .5s;
}

.btn-error {
background-color: #f54040;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 30px;
padding: 0 17px;
width: auto;
}

.btn-error:hover {
cursor: not-allowed;
}

.btn-locked {
background-color: #ececec;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 500;
line-height: 30px;
padding: 0 17px;
transition: background-color .5s;
width: auto;
}

.btn-locked:hover {
cursor: not-allowed;
}

.btn,
.btn-b {
border: 2px solid transparent;
    border-radius: 8px;
    width: 100%;
    max-width: 285px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 auto;
    display: block;
text-align: center;
}

.btn-b.orange {
    background-color: #ff9c00;
}

/* INPUTS */

.input-primary {
    background-color: #fff;
border-radius: 8px;
    border: solid 2px #0099ff;
cursor: pointer;
font-size: 14px;
height: 45px;
outline: none;
    padding: 0 39px 0 19px;
position: relative;
transition: border .5s;
    width: 100%;
}

.input-primary:focus {
border: 2px solid #008fee;
transition: border .5s;
}

.input-error {
    background-color: #fff;
border-radius: 8px;
    border: solid 2px #f54040;
color: #f54040;
font-size: 14px;
height: 45px;
outline: none;
    padding: 0 39px 0 19px;
position: relative;
pointer-events:none;
transition: border .5s;
user-select: none;
    width: 100%;
}

.input-error:focus {
pointer-events: none;
user-select: none;
}

.input-error::placeholder {
color: #f54040;
}

.input-locked {
    background-color: #fff;
border-radius: 8px;
    border: solid 2px #ececec;
font-size: 14px;
height: 45px;
outline: none;
    padding: 0 39px 0 19px;
position: relative;
pointer-events:none;
transition: border .5s;
user-select: none;
    width: 100%;
}

hr {
background-color: #e1e8ec;
border: none;
height: 2px;
margin: 20px 0;
width: 100%;
}

/* POSITION IN FLEX-ROW */

.left-pos {
justify-content: start;
}

.right-pos {
justify-content: end;
}

.middle-pos {
justify-content: center;
}

.spaceb-pos {
justify-content: space-between;
}

/* CONTENT-LINE */

.content-line,
.content-box {
padding: 21px 0;
    position: relative;
}


.content-line.p0,
.col-0 .content-line:first-child{
padding-top: 0;
}

div > .content-box:first-child {
padding-top: 0;
}

.content-title {
font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
}

/* TEXT */

.heading-title {
font-size: 24px;
    font-weight: 600;
padding: 10px 0 22px 0;
}

.heading-title span{
padding-top: 3px;
color: #8b8b8b;
    font-size: 18px;
font-weight: 400;
    vertical-align: middle;
    display: inline-block;
}
.heading-title span:not(:last-child){
padding-right: 60px;
    position: relative;
}
.heading-title span:not(:last-child):before{
content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 20px;
    height: 2px;
    background-color: #8b8b8b;
}
.heading-title span.active:not(:last-child):before{
 top: 15px;
}
.heading-title span.active{
padding-top: 0;
font-size: 24px;
font-weight: 600;
color: #000;
}

.heading-title-sub{
    margin-bottom: 22px;
    color: #587b8e;
}

.btn-clear{
display: inline-block;
background: none;
    border: none;
    font-size: 15px;
    padding: 0;
margin: 0;
    color: #d6dbe0;
    fill: currentColor;
float: right;
}
.btn-clear span{
display: inline-block;
margin-left: 5px;
}
.btn-clear:hover{
color: #b6b7b9;
}
.btn-clear:hover span{
color: #f54040;
}

.subtitle {
font-size: 20px;
    font-weight: 600;
}

.text {
font-size: 15px;
    margin-bottom: 40px;
}

.text-d {
    margin-bottom: 7px;
    font-size: 15px;
    background-size: 7px;
    line-height: 24px;
}

h1 a, .h1 a{
color: #000;
}
h1 a:hover,
.h1 a:hover,
.more:hover,
.a:hover{
color: #0095d8;
}

p{
font-size: 15px;
line-height: 24px;
}
p[itemprop="description"]{
color: #8b8b8b;
font-size: 14px;
}
p img{
margin: 30px 0 0 0;
}
p:not(:last-child){
margin-bottom: 15px;
}
h1,
.h1{
font-size: 21px;
font-weight: 500;
margin-bottom: 20px;
}
h2,
.h2{
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
h3,
.h3{
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
    margin-top: 20px;
padding-top: 24px;
}
h3:not(:first-child),
.h3:not(:first-child),
h2:not(:first-child),
.h2:not(:first-child){
margin-top: 0;
padding-top: 16px;
}

.content-box div.row:not(:last-child){
margin-bottom: 15px;
}
.content-box ol,
.content-box ul{
padding: 0;
margin-bottom: 15px;
line-height: 24px;
}

.content-box ol{
padding-left: 15px;
}
.content-box ol li{
padding-left: 4px;
margin-bottom: 7px;
}
::marker {
color: #587b8e;
font-size: 13px;
}

.content-box ul li{
list-style: none;
    margin-bottom: 7px;
    font-size: 15px;
    padding-left: 15px;
    line-height: 24px;
position: relative;
}

.content-box ul li:before{ 
content: '\0057';
display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
position: absolute;
top: 10px;
    left: 2px;
    font-size: 6px;
    color: #587b8e;
}

a {
background: none;
    border: none;
    color: #0099ff;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
text-decoration: none;
transition: color .5s;
}

a.underlined {
text-decoration: underline;
}

a:hover,
* a:hover {
color: #0095d8;
}
._hide{display: none!important}
/* li {
list-style: none;
margin-bottom: 7px;
font-size: 15px;
padding-left: 15px;
line-height: 24px;
} */

/* MAIN-BORDER */

.bordered {
border: 2px solid #d6dbe0;
border-radius: 8px;
}

/* COLUMNS SM 6 / 12 */
.col-sm-12 {
flex: 0 0 100%;
    max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
@media(min-width: 600px){
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
padding-left: 10px;
padding-right: 10px;
}
}
@media(max-width: 600px){
.col-sm-6 {
flex: 0 0 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
}

/* COLUMNS LG 1-10  */

.col-lg-1 {
flex: 0 0 10%;
    max-width: 10%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-1-5 {
flex: 0 0 15%;
max-width: 15%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-2 {
flex: 0 0 20%;
    max-width: 20%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-2-5 {
flex: 0 0 25%;
max-width: 25%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-3 {
flex: 0 0 30%;
    max-width: 30%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-3-3 {
flex: 0 0 33.333333%;
    max-width: 33.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-3-5 {
flex: 0 0 35%;
max-width: 35%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-4 {
flex: 0 0 40%;
    max-width: 40%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-4-5 {
flex: 0 0 45%;
max-width: 45%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-5 {
flex: 0 0 50%;
    max-width: 50%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-5-5 {
flex: 0 0 55%;
max-width: 55%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-6 {
flex: 0 0 60%;
    max-width: 60%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-6-5 {
flex: 0 0 65%;
max-width: 65%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-6-6 {
flex: 0 0 66.333333%;
max-width: 66.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-7 {
flex: 0 0 70%;
    max-width: 70%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-7-5 {
flex: 0 0 75%;
max-width: 75%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-8 {
flex: 0 0 80%;
    max-width: 80%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-8-5 {
flex: 0 0 85%;
max-width: 85%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-9 {
flex: 0 0 90%;
    max-width: 90%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-9-5 {
flex: 0 0 95%;
max-width: 95%;
padding-left: 10px;
padding-right: 10px;
}

.col-lg-10 {
flex: 0 0 100%;
    max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}

@media (max-width: 1115px) {

.col-lg-7-5 {
flex: 0 0 70%;
max-width: 70%;
}

.col-lg-2-5 {
flex: 0 0 30%;
max-width: 30%;
}

}

@media (max-width: 956px) {
.col-md-1 {
flex: 0 0 10%;
max-width: 10%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-1-5 {
flex: 0 0 15%;
max-width: 15%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-2 {
flex: 0 0 20%;
max-width: 20%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-2-5 {
flex: 0 0 25%;
max-width: 25%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-3 {
flex: 0 0 30%;
max-width: 30%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-3-3 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-3-5 {
flex: 0 0 35%;
max-width: 35%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-4 {
flex: 0 0 40%;
max-width: 40%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-4-5 {
flex: 0 0 45%;
max-width: 45%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-5 {
flex: 0 0 50%;
max-width: 50%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-5-5 {
flex: 0 0 55%;
max-width: 55%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-6 {
flex: 0 0 60%;
max-width: 60%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-6-5 {
flex: 0 0 65%;
max-width: 65%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-6-6 {
flex: 0 0 66.333333%;
max-width: 66.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-7 {
flex: 0 0 70%;
max-width: 70%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-7-5 {
flex: 0 0 75%;
max-width: 75%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-8 {
flex: 0 0 80%;
max-width: 80%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-8-5 {
flex: 0 0 85%;
max-width: 85%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-9 {
flex: 0 0 90%;
max-width: 90%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-9-5 {
flex: 0 0 95%;
max-width: 95%;
padding-left: 10px;
padding-right: 10px;
}

.col-md-10 {
flex: 0 0 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}

/* .col-md-hidden {
display: none;
} */


}

@media (min-width:680px) and (max-width:956px){.hidden-md{display:none!important}}
@media (min-width:956px) {.hidden-lg{display:none!important}}

@media (max-width: 680px) {
.col-xs-1{
flex: 0 0 10%;
max-width: 10%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-1-5 {
flex: 0 0 15%;
max-width: 15%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-2{
flex: 0 0 20%;
max-width: 20%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-2-5 {
flex: 0 0 25%;
max-width: 25%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-3{
flex: 0 0 30%;
max-width: 30%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-3-3 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-3-5 {
flex: 0 0 35%;
max-width: 35%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-4{
flex: 0 0 40%;
max-width: 40%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-4-5 {
flex: 0 0 45%;
max-width: 45%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-5{
flex: 0 0 50%;
max-width: 50%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-5-5 {
flex: 0 0 55%;
max-width: 55%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-6{
flex: 0 0 60%;
max-width: 60%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-6-5 {
flex: 0 0 65%;
max-width: 65%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-6-6 {
flex: 0 0 66.333333%;
max-width: 66.333333%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-7{
flex: 0 0 70%;
max-width: 70%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-7-5 {
flex: 0 0 75%;
max-width: 75%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-8{
flex: 0 0 80%;
max-width: 80%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-8-5 {
flex: 0 0 85%;
max-width: 85%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-9{
flex: 0 0 90%;
max-width: 90%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-9-5 {
flex: 0 0 95%;
max-width: 95%;
padding-left: 10px;
padding-right: 10px;
}

.col-xs-10{
flex: 0 0 100%;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}

.hidden-xs {
display: none;
}
}

.mh-360 {
min-height: 360px;
}

.hidden {
display: none !important;
}
.relative{
position: relative;
}
.menu-icon{
display: inline-block;
width: 25px;
height: 32px;
position: relative;
color: #587b8e;;
margin: 8px 0 0 0;
}
.menu-icon span{
display: flex;
    flex-direction: column;
    height: 66%;
    width: 100%;
    border-top: 3px solid currentColor;
}
.menu-icon span:after{
content: '';
display: block;
margin: 0 0 0 0;
height: 3px;
width: 100%;
background-color: currentColor;
}
.menu-icon span::before{
content: '';
display: block;
margin: auto 0 auto 0;
height: 3px;
width: 100%;
background-color: currentColor;
}

/* ANIMATE */

a, button, label, .animate {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.animate-lw {
    -webkit-transition: 0.9s ease;
    -moz-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

/* BACK */
.background-white{
position: absolute;
background-color: #fff;
height: 100%;
top: 0;
z-index: 9;
-webkit-box-shadow: 0px 8px 4px 0px rgb(34 60 80 / 10%);
-moz-box-shadow:0px 8px 4px 0px rgb(34 60 80 / 10%);
box-shadow: 0px 8px 4px 0px rgb(34 60 80 / 10%);
}

.up-click {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
/*TABS*/
.tabs ul{
display: block;
width: 100%;
padding: 0;
margin: 0 0 25px 0;
}
.tabs ul li{
display: inline-block;
padding: 10px 10px;
border: 1px solid #e2ecf3;
border-radius: 8px;
cursor: pointer;
}
.tabs ul li.img-active,
.tabs ul li:hover{
border-color: #0099ff;
}
.tabs ul li.active{
color: #fff;
background-color: #0099ff;
border-color: #0099ff;
}
.tabs ul li:not(:last-child){
margin-right: 15px;
}

.tabs ul li img{
max-width: 60px;
height: 25px;
}

/*LINKS LIST*/
.list-link {
margin: 0;
padding: 0;
}
.list-link:not(:last-child){
margin-bottom: 25px;
}

.list-link li {
display: block;
padding-left: 0;
}

.list-link li a,
.list-link li span{
color: #587b8e;
}

.menu-box .list-link li a,
.menu-box .list-link li span{
font-size: 15px;
}

.list-link li a.active,
.list-link li a.active span,
.list-link li span.active,
.list-link li a:hover,
.list-link li span:hover{
color: #0099ff;
}
.list-link li > span{
cursor: pointer;
}
.list-link li.active span,
.list-link li span:hover{
color: #0099ff;
}
.list-link li.special {
padding-top: 15px;
border-top: 1px solid #eee;
text-align: right;
}
.list-link li.special.left{
text-align: left;
}
.list-link li.special a {
color: #d6dbe0;
}
.list-link li.special a:hover {
color: #0099ff;
}
.list-link li.special i {
display: inline-block;
margin-right: 7px;
font-size: 13px;
vertical-align: middle;
}
.list-link li:not(:last-child) {
margin-bottom: 15px;
}
.list-link li i{
display: inline-block;
margin-right: 5px;
color: #d6dbe0;
vertical-align: middle;
}
.list-link li ul{
padding: 10px 0 0 9px;
}
.list-link li span.label{
display: block;
}
.list-link li .label:hover{
color: #587b8e;
}
.list-link li span.info,
.list-link li span.label{
cursor: default;
}
.list-link li .info span,
.list-link li .info{
display: inline-block;
font-size: 15px;
color: #000;
}
.list-link li .info{
margin-top: 5px;
    font-weight: 600;
}

.list-link li a.info:hover span,
.list-link li a.info:hover{
color: #0099ff;
}
.list-link li span.info:hover{
color: #000;
}
.list-link.tabs-nav li{
padding: 0 22px 0 30px;
    border: 2px solid #e1e8ec;
margin-bottom: 0;
position: relative;
}
.list-link.tabs-nav li:before{
content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 22px;
    background-color: #e1e8ec;
    display: block;
-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.list-link.tabs-nav li.active:before,
.list-link.tabs-nav li:hover:before{
background-color: #0099ff;
}
.list-link.tabs-nav li:after{
content: '\0050';
    position: absolute;
    top: calc(50% - 6px);
    left: 6px;
    width: 22px;
    display: block;
    font-size: 11px;
    color: #fff;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-link.tabs-nav li:not(:last-child){
border-bottom: none
}
.list-link.tabs-nav li:first-child{
border-top-right-radius: 8px;
border-top-left-radius: 8px;
}
.list-link.tabs-nav li:last-child{
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.list-link.tabs-nav li:first-child:before{
border-top-left-radius: 8px;
}
.list-link.tabs-nav li:last-child:before{
border-bottom-left-radius: 8px;
}

.list-link.tabs-nav li span,
.list-link.tabs-nav li a {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.list-link.anchors{
max-height: 350px;
overflow-y: auto;
}
.list-link.anchors::-webkit-scrollbar {
width: 8px;
}

.list-link.anchors::-webkit-scrollbar-thumb {
background-color: #eceef2;
border-radius: 10px;
}

/*MENU BOX*/
.menu-box:not(:last-child){
margin-bottom: 35px;
}
.menu-box .menu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
}
/*TAGS*/
.tags {
    font-size: 14px;
    color: #8b8b8b;
margin-bottom: 25px;
}
.tags .tag:not(:last-child) {
    margin-right: 15px;
}
.tags .tag {
    display: inline-block;
    cursor: pointer;
}

/* AJAX-PAGINATION */

.ajax-load-products-box{
text-align: center;
margin-top: 19px;
margin-bottom: 20px;
}
.ajax-load-products-box button{
/* border-radius: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
background-color: #ffffff;
color: #0099ff;
font-size: 13px;
padding: 0 18px;
border: none;
line-height: 34px; */
padding: 0 15px;
    background-color: #fff;
    border: 2px solid #0099ff;
    border-radius: 8px;
    cursor: pointer;
    color: #0099ff;
    line-height: 30px;
    vertical-align: middle;
    width: 100%;
}
.ajax-load-products-box button span{
display: none;
padding-right: 8px;
font-weight: 500;
}
.ajax-load-products-box button:hover{
color: #fff;
background-color: #0099ff;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.tr-btn{
padding: 0 15px;
    background-color: #fff;
    border: 2px solid #0099ff;
    border-radius: 8px;
    cursor: pointer;
    color: #0099ff;
line-height: 30px;
vertical-align: middle;
}
.tr-btn:hover{
    background-color: #0099ff;
    color: #fff;
}
.pagination-box{
text-align: left;
margin-top: 38px;
margin-bottom: 38px;
display: flex;
font-size: 14px;;
}

.pagination-box .pagination-search{
margin: auto 0 auto auto;
white-space: nowrap;
font-size: 14px;
}
.pagination-box .pagination-search input{
width: 65px;
    border-radius: 8px;
    border: 2px solid #d6dbe0;
    padding: 0 7px;
    font-size: 14px;
    height: 34px;
    text-align: left;
    margin: 0 8px 0 10px;
    vertical-align: middle;
}
.pagination-box ul{
padding: 0;
margin: auto 70px auto 0;
}
.pagination-box ul li{
display: inline-block;
list-style: none;
text-align: center;
vertical-align: middle;
}
.pagination-box ul li.next{
padding-left: 15px;
}
.pagination-box ul li:not(:last-child){
margin-right: 11px;
}
.pagination-box ul li span,
.pagination-box ul li a{
font-size: 15px;
    min-width: 28px;
    display: block;
    line-height: 28px;
    border-radius: 8px;
}
.pagination-box ul li a{
background-color: #fff;
color: #001a1a;
}
.pagination-box ul li a:hover,
.pagination-box ul li.active span{
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
background-color: #0099ff;
color: #fff !important;
}

.pagination-box ul li a.n-p {
background-color: #fff;
color: #001a1a;
}

.pagination-box ul li a.n-p:hover {
box-shadow: none;
color: #0099ff !important;
}
.pagination-box ul li a.n-p i{
font-size: 10px;
    position: relative;
    top: 1px;
    margin: 0 5px;
    color: #587b8e;
}

.pagination-box ul li .nav{
background-image: url('/image/h-icons/next_prev.png');
background-position: center;
background-size: 12px;
background-repeat: no-repeat;
height: 28px;
}
.pagination-box ul li span .nav{
opacity: 0.3;
}
.pagination-box ul li:hover a .nav{
background-image: url('/image/h-icons/next_prev_active.png');
}
.pagination-box ul li .nav.text-prev{
transform: scale(-1, 1);
}
.pagination-box ul li img{
width: 16px;
}
.pagination-box ul li.prev img{
transform: scale(-1, 1);
}
.pagination-box ul li span img{
opacity: 0.3;
}

@media (max-width: 900px) {
.pagination-box{padding: 0}
/*.pagination-box ul li.dotted,*/
.pagination-box ul li a.n-p {
display: none;
}
.pagination-box ul li:not(:last-child) {
margin-right: 7px;
}
.pagination-box ul {
padding: 0;
margin: auto;
}
}
/**/

.select-disegn-line.mobi{
position: fixed;
    z-index: 999;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 22px 22px 22px;
box-shadow: 0 -1px 0 0 #e1e8ec, 0 5px 20px 0 rgba(0, 0, 0, 0.1);
max-height: 80%;
    overflow: hidden;
-webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -o-transition: 0.5s ease;
    transition:  0.5s ease;
}
@media (max-width: 900px) {
.select-disegn-line.mobi{
z-index: 9999999999;
}
}
.select-disegn-line.mobi .text{
max-height: 90%;
}
.select-disegn-line.mobi .text .scroll-box{
max-height: 100%;
overflow-y: auto;
}
.select-disegn-line.mobi.active{
bottom: 0;
}
.select-disegn-line.mobi .item-line{
text-align: center;
}
.select-disegn-line.mobi .item-line span{
display:inline-block;
border-bottom: 1px solid #fff;
}
.select-disegn-line.mobi .item-line.active span{
border-bottom: 1px dashed #0099ff;
color: #0099ff;
font-size: 16px;
}
.select-disegn-line.mobi .item-line:not(:last-child){
padding: 2px;
margin-bottom: 13px;
}
.select-disegn-line.mobi .menu{
background-color: #0099ff;
color: #fff;
    padding: 10px 22px 10px 22px;
    margin: 0 -22px 22px -22px;
}
.select-disegn-line.mobi .menu .select{
display: inline-block;
padding-right: 22px;
max-width: 93%;
}
.select-disegn-line.mobi .menu .select i{
font-size: 10px;
display: inline-block;
margin-right: 10px;
padding: 3px 5px;
}
.select-disegn-line.mobi .menu .select i.up{
transform: rotate(180deg);
margin-left: -5px;
}
.select-disegn-line.mobi .menu .close,
.select-disegn-line.mobi .menu .action{
float: right;
fill: #fff;
}

/*breadcrumbs__list*/
ul.breadcrumbs__list{
display: block;
width: 100%;
padding: 0 0;
margin: 0 0 25px 0;
position: relative;
z-index: 102;
}
ul.breadcrumbs__list > li{
display: inline-block;
font-size: 13px;
margin-bottom: 10px;
}
ul.breadcrumbs__list > li:not(:last-child) {
    margin-right: 7px;
}
ul.breadcrumbs__list > li i{
display: inline-block;
    transform: rotate(270deg);
    position: relative;
    top: -2px;
    margin-left: 7px;
    color: #adbdc5;
    font-size: 6px;
    font-weight: 600;
}

/* industriation-filter */
.filter-list {
list-style: none;
max-height: 248px;
overflow-y: auto;
margin-right: 10px;
}

.filter-list-item {
margin-bottom: 15px;
width: 100%;
}

.filter-list::-webkit-scrollbar {
width: 8px;
}

.filter-list::-webkit-scrollbar-thumb {
background-color: #eceef2;
border-radius: 10px;
}


.filter-list-item .filter-list-button {
display: flex;
width: 100%;
    border: none;
    background-color: #fff;
    text-align: left;
color: #000;
}

.filter-list-item .filter-list-button .filter-list-checkbox {
height: 16px;
max-width: 16px;
width: 100%;
border: 1px solid #d6dbe0;
border-radius: 2px;
display: block;
margin-right: 10px;
position: relative;
}
.filter-list-item .filter-list-button.active .filter-list-checkbox::before {
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
content: '';
position: absolute;
color: #fff;
background-image: url(../stylesheet/icons/check-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    height: 100%;
    width: 100%;
}

.filter-list-item .filter-list-button.active .filter-list-checkbox {
background-color: #0099ff;
border: 1px solid #0099ff;
}

.filter-list-item .filter-list-button.disabled .filter-list-checkbox {
background-color: #eceef2;
border: 1px solid #d6dbe0;
}

.filter-list-item .filter-list-button.disabled .filter-list-value {
color: #AEB5BD;
}

.filter-list-item .filter-list-button .filter-list-value {
font-size: 15px;
word-break: break-word;
padding-right: 7px;
}

.filter-box .show-result {
width: calc(100% - 10px);
    position: sticky;
    bottom: 0;
background-color: #fff;
padding: 10px 0;
}

.filter-box .show-result button {
    border: none;
    background-color: #0099ff;
    color: #fff;
    padding: 9px 12px;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
width: 100%;
}



@media (max-width: 770px){

ul.breadcrumbs__list > li {display: none;}
ul.breadcrumbs__list > li:nth-last-child(2) {display: inline-block;}
ul.breadcrumbs__list > li:nth-last-child(2) i{
float: left;
transform: rotate(90deg);
font-size: 12px;
top: -3px;
padding-top: 9px;
margin: 0;
}

ul.breadcrumbs__list > li .dropped {
display: none !important;
}

}
.content-box .open-more,
.content-box .show-more{
font-size: 15px;
color: #0099ff;
}
@media (max-width: 767px){
.content-box .open-more,
.content-box .show-more {
 margin-bottom: 20px;
}
}
.content-box .open-more span,
.content-box .show-more span{
border-bottom: 1px dashed transparent;
cursor: pointer;
}
.content-box .open-more:hover span,
.content-box .show-more:hover span{ 
border-bottom: 1px dashed #0099ff;
}
.content-box .open-more i,
.content-box .show-more i{
font-size: 6px;
    padding: 0 7px;
display: inline-block;
position: relative;
top: -1px;
}
.content-box .open-more.active i,
.content-box .show-more.active i{
transform: rotate(180deg);
top: -3px;
}
.content-line .open-more,
.content-line .show-more{
text-align: center;
}
.content-line .open-more button,
.content-line .show-more button{
border-radius: 8px;
    background-color: #0099ff;
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
    border: none;
    line-height: 34px;
    display: inline-block;
}
.content-line .open-more button:hover,
.content-line .show-more button:hover{
background-color: #008fee;
}
.content-line .open-more button i,
.content-line .show-more button i{
font-size: 6px;
    padding: 0 0 0 7px;
display: none;
}
.content-line .open-more.active button i,
.content-line .show-more.active button i{
transform: rotate(180deg);
padding: 0 7px 0 0;
}
.content-line .open-more{
margin-bottom: 25px;
}

.item-hidden { 
display: none;
}
.item-hidden.active {
display: block;
}
/*zoom-box*/
.zoom-box{
position: relative;
}
.zoom-box .zoom{
content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 35px);
    width: 35px;
    height: 70px;
    background: rgba(255,255,255,0.8);
    z-index: 5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
display: block;
cursor: pointer;
}
.zoom-box .zoom:after{
content: '\0050';
    position: absolute;
    left: 7px;
    top: calc(50% - 8px);
    z-index: 6;
    color: #ccc;
    display: flex;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
cursor: pointer;
}
.zoom-box .zoom:hover{
background: rgba(255,255,255,1);
}
.zoom-box .zoom:hover:after{
color: #000;
}
.zoom-box.active .zoom{
background: #0099ff;
}
.zoom-box.active .zoom:after{
content: '\0051';
color: #fff;
}

.loading-top{
position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
}
.loading-top div{
height: 100%;
    background-color: #0099ff;
    width: 0%;
}

.copy-popup {
position: absolute;
    top: 4px;
    left: -23px;
    font-size: 15px;
    color: #98b1bf;
cursor: pointer;
transition: color .5s;
}

.copy-popup:hover {
    color: #0099ff;
transition: color .5s;
}

.copy-popup:before {
content: '';
position: absolute;
display: block;
width: 50px;
right: -40px;
top: -10px;
bottom: -10px;
}

.menu-box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.menu-box .file{
font-size: 13px;
display: flex;
cursor: pointer;
}
.menu-box .file:not(:last-child){
padding: 0 0 15px 0;
}
.menu-box .file:hover{
color: #0099ff;
}
.menu-box .file img{
display: block;
width: 30px;
margin: auto 16px auto 0;
}
.menu-box .file .name{
margin: auto 0 auto 0;
}
.menu-box .file:not(:last-child){
margin-bottom: 15px;
}

.sliders-box img {
border-radius: 12px;
cursor: pointer;
}
.text-content table{
margin-bottom: 15px;
}
.text-content table td{
padding: 3px;
    border: 1px solid #eee;
}
@media screen and (max-width: 767px){
.text-content .table-responsive {
width: 100%;
margin-bottom: 12.75px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
}
.more-show{
padding-top: 15px;
    border-top: 1px solid #eee;
}
.more-show button{
border: none;
background: transparent;
font-size: 15px;
    color: #d6dbe0;
}
.more-show button:hover{
color: #0099ff;
}
.more-show button span{
display: inline-block;
padding-left: 5px;
}
.sloc{
position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}/* HEADER */

header {
position: relative;
z-index: 103;
}

header .top-line {
align-items: center;
display: flex;
font-size: 13px;
padding-top: 5px;
width: 100%;
}

header .top-line > ul {
height: 20px;
list-style: none;
width: 100%;
overflow-y: hidden;
}

header .top-line > ul li {
cursor: pointer;
display: inline-block;
margin-right: 25px;
vertical-align: middle;
}

header .top-line > ul li a {
font-size: 13px;
color: #474747;
text-decoration: none;
transition: color .5s;
}

header .top-line > ul li a:hover {
color: #0099ff;
}

header .top-line .auth {
align-items: center;
display: flex;
float: right;
margin-right: 0;
white-space: nowrap;
}

header .top-line .auth > a,
header .top-line .auth > span {
font-size: 13px;
color: #587b8e;
text-decoration: none;
cursor: pointer;
}

header .top-line .auth:hover > span {
color: #0099ff;
}

header .top-line .auth > i {
color: #98b1bf;
font-size: 15px;
margin: 0 5px;
}

header .middle-line {
display: flex;
height: 44px;
margin-top: 35px;
margin-bottom: 40px;
white-space: nowrap;
align-items: center;
justify-content: space-between;
}


header .middle-line .logo-link {
display: block;
    width: 100%;
max-width: 282px;
height: 100%;
}

header .middle-line .logo-link img {
height: 44px;
}

/*scroll menu*/
header .middle-line .catalog{
display: none;
background: none;
border: none;
height: 37px;
    width: 100%;
    max-width: 37px;
border: none;
border-radius: 8px;
margin-top: 3px;
}
.scroll-elements header .middle-line .catalog{
display: flex;
}
header .middle-line .catalog .menu{
margin: auto;
}
header .middle-line .catalog .menu .line {
background-color: #b6b7b9;
    height: 2px;
    width: 22px;
-webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
header .middle-line .catalog:hover .menu .line {
background-color: #587b8e;
}
header .middle-line .catalog .menu .line:not(:last-child) {
margin-bottom: 5px;
}


.scroll-elements header .middle-line .logo-link{
text-align: right;
}
.scroll-elements header .middle-line .logo-link img {
height: 41px;
    margin-top: 3px;
}
.scroll-elements header .middle-line .search{
margin-left: 30px;
}

/* / scroll menu*/
header .middle-line .search {
align-items: center;
display: flex;
height: 100%;
margin-left: 52px;
position: relative;
max-width: 520px;
width: 100%;
}
header .middle-line .search .search-resize{
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
z-index: 10;
-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

header .middle-line .search input {
border: 2px solid #0099ff;
border-radius: 8px;
font-size: 13px;
height: 100%;
outline: none;
padding: 0 16px;
width: 100%;
color: #587b8e;
}

header .middle-line .search button#search-btn {
position: absolute;
top: 0;
    background-color: #fff;
    right: 3px;
    height: 36px;
    width: 36px;
    margin: 4px 2px 0 0;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

header .middle-line .search button#search-btn i {
font-size: 25px;
    color: #0099ff;
    position: relative;
    top: 2px;
}

header .middle-line .contacts {
display: flex;
margin: 0 32px;
}

header .middle-line .contacts div:not(:last-child) {
margin-right: 15px;
}

header .middle-line .contacts:last-child {
margin-left: 24px;
}

header .middle-line .contacts .title {
color: #0095d8;
font-size: 18px;
position: relative;
}

header .middle-line .contacts .title a {
color: #0095d8;
font-weight: 500;
font-size: 18px;
text-decoration: none;
max-width: 282px;
width: 100%;
}

header .middle-line .contacts .subtitle {
color: #959595;
font-size: 11px;
font-weight: 400;
}

header .middle-line .buttons {
align-items: center;
display: flex;
}

header .middle-line .buttons .button {
display: block;
color: #474747;
font-size: 20px;
cursor: pointer;
text-align: center;
transition: color .5s;
position: relative;
}

header .middle-line .buttons .button i {
color: #98b1bf;
}

header .middle-line .buttons .button .name {
font-size: 12px;
transition: color .5s;
}

header .middle-line .buttons .button:hover > .name {
color: #0099ff;
transition: color .5s;
}

header .middle-line .buttons .button.mobile {
display: none;
}

header .middle-line .buttons .button:not(:first-child) {
margin-left: 14px;
}

header .middle-line .buttons:last-child {
margin-right: 0;
}

header .middle-line .buttons .button .cart-count {
background-color: #0099ff;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    height: 19px;
    padding: 4px;
    position: absolute;
    right: 1px;
    top: -11px;
    width: 19px;
text-align: center;
display: none;
align-items: center;
justify-content: center;
}

#favorite-item .cart-count {
right: 8px;
}

#compare-item .cart-count {
right: 7px;
}

header .middle-line .buttons .button .cart-count.active {
display: flex;
}

header .header-nav {
align-items: center;
border-radius: 8px;
display: flex;
height: 43px;
justify-content: space-between;
width: 100%;
}

header .header-nav .catalog {
display: flex;
align-items: center;
padding: 0 16px 0 29px;
background-color: #0099ff;
border: 1px solid #0099ff;
border-radius: 8px 0 0 8px;
color: #fff;
font-size: 14px;
height: 100%;
transition: border .5s, background-color .5s ;
cursor: pointer;
text-align: center;
min-width: 141px;
}

.header.active header .header-nav .catalog,
header .header-nav .catalog:hover {
background-color: #0080d5;
border: 1px solid #0080d5;
transition: all .5s;
}

header .header-nav .catalog .menu {
margin-right: 12px;
}

header .header-nav .catalog .menu .line {
background-color: #fff;
    height: 2px;
    width: 18px;
-webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
header .header-nav .catalog .menu .line:not(:last-child) {
margin-bottom: 3px;
}
header .header-nav .catalog .menu:last-child {
margin-bottom: 0;
}
.header.active header .header-nav .catalog .menu .line{
position: relative;
}
.header.active header .header-nav .catalog .menu .line:nth-child(1){
position: relative;
    transform: rotate(45deg);
    top: 4px;
}
.header.active header .header-nav .catalog .menu .line:nth-child(2){
opacity: 0;
}
.header.active header .header-nav .catalog .menu .line:nth-child(3){
position: relative;
    top: -6px;
    transform: rotate(-45deg);
}

header .header-nav ul {
border-bottom: 1px solid #e2ecf3;
border-top: 1px solid #e2ecf3;
display: inline-block;
padding: 0 17px;
height: 100%;
width: 100%;
overflow-y: hidden;
}

header .header-nav ul li {
display: inline-block;
font-size: 13px;
margin-right: 25px;
transition: color .5s;
vertical-align: middle;
white-space: nowrap;
position: relative;
}

header .header-nav ul li a {
color: #000;
display: block;
text-decoration: none;
transition: color .5s;
padding: 12.5px 0;
}
header .header-nav ul li.active a,
header .header-nav ul li a:hover {
color: #0099ff;
}

header .header-nav .get-order {
display: flex;
align-items: center;
padding: 0 16px;
background-color: #ff9c00;
border: 1px solid #ff9c00;
border-radius: 0 8px 8px 0;
color: #fff;
font-size: 14px;
height: 100%;
transition: border .5s, background-color .5s ;
white-space: nowrap;
cursor: pointer;
text-align: center;
min-width: 141px;
}

header .header-nav .get-order:hover {
background-color: #e58d00;
border: 1px solid #e58d00;
transition: all .5s;
}

@media (max-width: 560px){

header .middle-line .logo-link img {
height: 100%;
}

header .middle-line .buttons .button .name {
display: none;
}

header .middle-line .buttons .button .cart-count {
right: -11px;
}

header .middle-line .button img,
header .middle-line {
height: 32px;
}

}

#logged-item{
display: none;
margin-right: -11px;
}
#logged-item i{
font-size: 23px;
}

.mob-logo{
display: none;
}

@media (max-width: 770px){
#logged-item{
display: block;
}

header .middle-line .buttons {
position: relative;
top: 4px;
}

header .middle-line .search {
display: none;
}

header .top-line,
header .header-nav {
display: none;
}

header .middle-line {
margin: 15px 0 15px 0;
}

header .middle-line .buttons .button.mobile {
display: block;
}

header .middle-line .contacts{
display: none;
}
header .middle-line .buttons .button{
width: 30px;
}
#compare-item .cart-count {
right: -10px;
}
#favorite-item .cart-count {
right: -6px;
}


header .middle-line .buttons .button .name {
display: none;
}

.header {
border-bottom: 1px solid #eee;
}

header .middle-line .buttons .button .cart-count {
right: -8px;
}

header .middle-line .buttons .button:not(:first-child) {
margin-left: 30px;
}

header .middle-line .buttons .button i {
font-size: 25px;
}

#mobile-search i{
font-size: 29px;
}
#mobile-menu i{
font-size: 28px;
position: relative;
top: 2px;
}

}
@media (max-width: 680px){
header .middle-line .logo-link{
max-width: 220px;
}
}

@media (max-width: 620px){
header .middle-line .logo-link{
width: 200px;
max-width: 200px;
height: 40px;
overflow: hidden;
}
header .middle-line .logo-link img{
height: 100%;
}

}
@media (max-width: 590px){
header .middle-line .buttons .button:not(:first-child) {
margin-left: 24px;
}
}
@media (max-width: 550px){
.mob-logo{
display: block;
text-align: center;
padding: 10px 0 4px 0;
border-bottom: 1px solid #eee;
margin-bottom: 30px;
}
.mob-logo img{
height: 40px;
}
.header{
margin: 0 0;
/*top: auto;*/
left: 0;
right: 0;
bottom: 0;
position: fixed;
z-index: 998;
background-color: #fff;
-webkit-box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
-moz-box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
}
header .middle-line .logo-link{
display: none;
}
header .middle-line .buttons{
width: 100%;
justify-content: space-between;
}
header .middle-line{
margin: 10px 0;
}
header .middle-line .buttons > div{
margin: 0px!important;
}
/*header .middle-line .logo-link{
width: 100%;
max-width: 100%;
text-align: center;
}
header .middle-line .logo-link img{
max-width: none;
}
header .middle-line{
display: block;
}
header .middle-line .buttons .button .cart-count{
top: -3px;
}

header .middle-line .buttons{
position: fixed;
z-index: 800;
bottom: 0;
left: 0;
background-color: #fff;
width: 100%;
min-width: 100%;
height: 54px;
margin: auto 0 0 0;
justify-content: space-between;
padding: 21px;
-webkit-box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
-moz-box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
box-shadow: 0px -6px 11px 3px rgba(34, 60, 80, 0.18);
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-o-transition: 0.2s ease;
transition: 0.2s ease;
}*/
footer{
margin-bottom: 50px;
}
.__jivoMobileButton{
bottom: 60px!important;
z-index: 1000!important;
}

}
@media (max-width: 400px){
header .middle-line .buttons .button:not(:first-child) {
margin-left: 17px;
}
}
@media (max-width: 1054px){

header .middle-line .contacts .phone {
display: none;
}

}

@media (max-width: 1242px){

.mail {
display: none;
}

}

.order-box{
border-radius: 12px;
border: 1px solid #e2ecf3;
transition: 0.5s;
}
.order-box:hover{
box-shadow: 0 0 0 0 #e1e8ec, 0 0 11px 0 rgb(0 0 0 / 10%)
}
.order-box:not(:last-child){
margin-bottom: 25px;
}
.order-box .top-line{
padding: 15px 20px;
    border-bottom: 1px solid #e2ecf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-box .top-line div:first-child{
font-size: 20px;
    font-weight: 600;
}
.order-box .top-line div:last-child{
text-align: right;
color: #8b8b8b
}
.order-box .top-line div:last-child span{
color: #000;
font-weight: 600;
}
.order-box .middle-line{
padding: 15px 20px;
}
.order-box .middle-line .info{
color: #8b8b8b;
}
.order-box .middle-line .info span{
color: #000;
}
.order-box .middle-line .info div{
white-space: nowrap;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}
.order-box .middle-line .info div:not(:last-child){
margin-bottom: 5px;
}
.order-box .middle-line .info div:last-child{
margin-top: 15px;
}
.order-box .middle-line .items{
overflow: hidden;
text-align: right;
height: 70px;
}
.order-box .middle-line .items img{
margin: 5px;
max-width: 60px;
max-height: 60px;
}

.products-list{
padding: 0;
margin: 0;
}
.products-list li{
display: block;
}
.products-list li:not(:last-child){
margin-bottom: 25px;
}
.products-list li a{
padding: 3px 10px;
    display: flex;
    align-items: center;
justify-content: space-between;
    color: #000;
}
.products-list li a:hover > span.name{
color: #0099ff;
}
.products-list li a img{
width: 70px;
    max-height: 70px;
    margin-right: 15px;
}
.products-list li a > span{
display: block;
}

.products-list li a > span.name{
display: block;
width: 100%;
}
.products-list li a > span.name span{
color: #587b8e;
}
.products-list li a > span.quantity{
display: block;
width: 100px;
}
.products-list li a > span.price{
display: block;
white-space: nowrap;
    width: 100px;
    text-align: right;
    font-weight: 600;
}/*DROPP*/
.drop-box{
position: relative;
}
.drop-box:hover:after{
content: ' ';
    display: block;
    position: absolute;
    z-index: 0;
    top: 90%;
    bottom: -28px;
    left: -15px;
    right: -15px;
}
.dropped-top,
.drop-box .dropped{
position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    margin-top: 6px;
    min-width: 250px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 -1px 0 0 #e1e8ec, 0 5px 20px 0 rgb(0 0 0 / 10%); */
    box-shadow: 0 0 0 0 #e1e8ec, 0 5px 20px 0 rgb(0 0 0 / 10%);
opacity: 0;
display: none;
}
.dropped-top{display: block; opacity: 1; width: max-content;}
.dropped-top:before{
content: ' ';
position: absolute;
left: 0;
right: 0;
top: -14px;
height: 30px;
}
.dropped-top .drop-icon{
position: absolute;
    top: -6px;
    left: 0;
    z-index: 5;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* border-left: 1px solid #e1e8ec;
    border-top: 1px solid #e1e8ec; */
}


.drop-box:hover:before {
    content: ' ';
    position: absolute;
    z-index: 101;
    top: 100%;
    right: calc(50% - 7px);
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* border-left: 1px solid #e1e8ec;
    border-top: 1px solid #e1e8ec; */
}
.drop-box:hover .dropped{
display: block;
animation: opaciry-in .3s forwards;
}
@media (max-width: 900px){
header .middle-line .buttons .drop-box:hover:before,
header .middle-line .buttons .drop-box:hover:after,
header .middle-line .buttons .drop-box:hover .dropped{
display: none;
}
.dropped-top{display: none;}
}
/*HEADER SEARCH FOCUS*/
#search_header_input{
-webkit-transition:  0.3s ease;
    -moz-transition:  0.3s ease;
    -o-transition: 0.3s ease;
    transition:  0.3s ease;
}
#search-btn{
z-index: 11;
-webkit-transition:  0.3s ease;
    -moz-transition:  0.3s ease;
    -o-transition: 0.3s ease;
    transition:  0.3s ease;
}
#search-btn i.wait-an:before{
animation: rotate-360 2.3s linear infinite;
}

/*HEADER FIXED*/
.header{
-webkit-transition:  0.9s ease;
    -moz-transition:  0.9s ease;
    -o-transition: 0.9s ease;
    transition:  0.9s ease;
}
@media (min-width: 551px){
.header{top: -100%; margin-bottom: 30px;}
}
body.scroll-elements .header{
width: 100%;
    max-width: 100%;
    position: fixed;
    /*top: 0;*/
    background-color: #fff;
    z-index: 1000;
-webkit-box-shadow: 0px 6px 7px -4px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 6px 7px -4px rgba(34, 60, 80, 0.2);
box-shadow: 0px 6px 7px -4px rgba(34, 60, 80, 0.2);
}
@media (min-width: 551px){
body.scroll-elements .header{
top: 0;
}
}

body.scroll-elements header .middle-line{
margin: 16px 0px;
}
@media (max-width: 770px){
  body.scroll-elements header .middle-line{
    margin: 16px 0px 16px 0px;
  }
}
body.scroll-elements header .header-nav,
body.scroll-elements header .top-line{
display: none;
}
/*BUTTON UP*/
.f-button-up.flex {
    position: fixed;
    top: 81%;
    left: 50px;
    z-index: 131;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    opacity: 0.6;
    cursor: pointer;
}
.f-button-up:hover {
opacity: 0.8;
}
.f-button-up i {
    color: #adbdc5;
    font-size: 20px;
position: relative;
    top: 3px;
}
/*compare - wishlist*/
button.compare.active i:before,
button.compare:hover i:before{
content: '\0066';
color: #0099ff;
}
button.wishlist.active i:before,
button.wishlist:hover i:before{
content: '\0061';
color: #0099ff;
}

/*Animations*/
@keyframes rotate-360 {
  100% {
    rotate: 360deg;
  }
}
@keyframes opaciry-out {
  100% {
    opacity: 0;
  }
}
@keyframes opaciry-in {
  100% {
    opacity: 1;
  }
}

.slick-slider{
z-index: 2;
}
.slick-dots{
z-index: -1;
}
.slider-analogues .slick-dots{
z-index: 1;
}
.slider-analogues .slick-dots{
width: 243px;
}


.search-history.in-line .slick-arrow{
top: calc(50% - 27px);
}

.devM:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 30px;
display: block;
}
.devM.left:before{
right: -20px;
}
.devM.right:before{
left: -20px;
}

input.code {
  max-width: 75%;
  letter-spacing: 10px;
  font-size: 16px;
}

.timer {
  display: inline-block;
  max-width: 24%;
  padding-left: 10px;
  color: #d0d0d0;
}

.hide-inf{
position: relative;
white-space: nowrap;
}
.hide-inf:after{
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
display: block;
width: 82%;
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
}

footer span.hide-inf{
font-size: 18px;
}
footer span.hide-inf:after{
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(77 87 94) 17%, rgb(77 87 94) 100%);
}

@media (max-width: 550px) {
  .slider-analogues .slick-dots {
    width: 100%;
  }
}.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.table-responsive table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
border-collapse: collapse;
    border-spacing: 0;
}
.table-responsive table thead td{
background-color: #eef1f3;
font-weight: 600;
}

.table-responsive table thead td:not(:last-child){
border-right: 2px solid #fff
}

.table-responsive table td{
padding: 5px 10px;
border-bottom: 1px solid #eee;
}
.table-responsive table tbody td{
vertical-align: top;
padding-left: 10px;
}
.table-responsive table tbody td:not(:last-child){
padding-right: 25px;
}
.table-responsive table tbody td.icon{
text-align: center;
vertical-align: middle;
padding-left: 0;
font-size: 18px;
}
.table-responsive table tbody td.icon i{
cursor: pointer;
}
.table-responsive table tbody td.icon i:hover{
color: #0099ff;
}
.table-responsive table td .product{
display: flex;
align-items: center;
color: #000;
}
.table-responsive table td .product img{
display: block;
max-width: 50px;
max-height: 50px;
margin-right: 15px
}
.table-responsive table td .product .data{
display: block;
max-width: 195px;
min-width: 175px;
}
.table-responsive table td .product .data > span{
display: block;
}
.table-responsive table td .product .data .name{
font-weight: 600;
}
.table-responsive table td .product .data .name span,
.table-responsive table td .product:hover .data .name{
color: #0099ff;
}
.table-responsive table td .product .data .model{
margin-top: 3px;
color: #8b8b8b;
}
.table-responsive table td .product .data .price{
font-weight: 600;
margin-top: 5px;
}
.table-responsive table td .product .data .delivery{
margin-top: 5px;
font-size: 13px;
white-space: nowrap;
}
.top-scroll::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    width: 8px;
height: 8px;
}
.top-scroll::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #eceef2;
}
.top-scroll::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #DFE3ED;
    border-radius: 10px;
}
.top-scroll::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
.compare-fixed{
margin: auto 0;
min-width: 100%;
}
.compare-fixed .page-content{
width: 100%;
}
.top-scroll{
position: sticky;
    top: 0px;
height: 8px;
    overflow-y: hidden;
background: #fff;
    padding: 0 0;
-webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.top-scroll table{
opacity: 0;
}
.full-search-box{
position: relative;
margin-bottom: 25px;
    margin-top: 5px;
}
.full-search-box input{
resize: none;
    overflow: auto;
    height: 47px;
    max-height: 350px;
    border-radius: 8px;
    border: solid 2px #0099ff;
    width: 100%;
    padding: 12px 39px 12px 19px;
    font-size: 14px;
    background-color: #fff;
    z-index: 2;
    position: relative;
}
.full-search-box button{
background-color: #0099ff;
    color: #fff;
    margin-right: -3px;
    width: 130px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    position: absolute;
    right: 4px;
    z-index: 2;
    padding: 16px 0;
    height: 47px;
}/* NEWS */
.news-block {
border: 2px solid #d6dbe0;
border-radius: 8px;
height: 100%;
position: relative;
padding-bottom: 40px;
}

.news-block .thumb {
height: 180px;
    margin-bottom: 25px;
    background-position: right -75px top -100px, center center;
    background-repeat: no-repeat;
    background-size: 270px, cover;
border-radius: 8px 8px 0 0;
}

.news-block .thumb a {
display: block;
height: 100%;
width: 100%;
}

.news-title {
margin-bottom: 14px;
padding: 0 20px;
}

.news-title a {
text-decoration: none;
color: #001a1a;
font-size: 15px;
line-height: 23px;
transition: color .5s;
position: relative;
display: block;
}
.news-title a:before {
content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 222px;
}

.news-title a:hover {
color: #0099ff;
transition: color .5s;
}

.news-text {
font-size: 14px;
color: #8b8b8b;
padding: 0 20px;
}

.news-date {
font-size: 12px;
    color: #97a5ac;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
/* .news-header{
height: 280px;
    margin-bottom: 25px;
    background-position: right -5px top -95px, center center;
    background-repeat: no-repeat;
    background-size: 340px, cover;
position: relative;
} */
.news-header{
height: 280px;
margin-bottom: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%, cover;
border-radius: 12px;
position: relative;
vertical-align: middle;
text-align: right;
padding: 30px;
}
.news-header img{vertical-align: middle;max-height: 220px;}
.news-more{
position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 12px;
}
.article-header{
height: 280px;
    margin-bottom: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
position: relative;
}

.news-header .heading-title{
position: absolute;
bottom: 8px;
left: 33px;
max-width: 75%;
width: 100%;
color: #fff;
margin-bottom: 0;
font-size: 30px;
text-align: left;
}

.article-header .heading-title{
position: absolute;
    bottom: 0;
    left: 0;
}
.news-header .date-added{
color: #ebe6e6;
    font-size: 40px;
    padding: 10px;
}
/* .date-added{
margin: -33px 0 35px 0;
    font-size: 13px;
} */
.date-added{
margin: 28px 0 35px 0;
font-size: 16px;
font-weight: 600;
}
.date-added i{
display: inline-block;
margin-right: 5px;
vertical-align: middle;
color: #0099ff;
font-size: 23px;
}
/*HUB*/
.blog-item{
display: flex;
flex-direction: column;
color: #000;
height: 100%;
min-height: 403px;
padding-bottom: 25px;
position: relative;
}
.blog-item .thumb{
border-radius: 12px;
height: 270px;
display: flex;
padding: 40px;
}
.blog-item .thumb img{
display: flex;
margin: auto;
max-height: 100%;
}
.blog-item .title{
font-size: 15px;
    margin: 16px 0 0 0;
    font-weight: 600;
}
.blog-item.big{
padding: 25px 25px;
border-radius: 12px;
}
.blog-item:hover .thumb,
.blog-item.big:hover{
color: #0099ff;
-webkit-box-shadow: 0px 0px 15px 1px rgb(34 60 80 / 25%);
    -moz-box-shadow: 0px 0px 15px 1px rgb(34 60 80 / 25%);
    box-shadow: 0px 0px 15px 1px rgb(34 60 80 / 25%);
}
.blog-item.big img{
max-width: 270px;
margin: 0 auto 30px
}
.blog-item.big .title{
font-weight: 600;
margin: auto 0 0 0;
font-size: 18px;
color: #fff;
text-shadow: 0px 0px 3px rgb(0 0 0 / 45%);
}
.blog-item .date{
font-size: 13px;
margin-top: auto;
color: #000;
}
.blog-item.big .date{
color: #c5c5c5; 
margin: 15px 0 0 0;
}

/**/
.blog-item.full-thumb,
.blog-item .thumb.full-thumb{
position: relative;
background-size: cover;
overflow: hidden;
}
.blog-item.full-thumb span{
position: relative;
z-index: 2;
}
.blog-item.full-thumb:before,
.blog-item .thumb.full-thumb:before{
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
background: linear-gradient(180deg, #00000015 0%, #282e45cf 100%)
}
/**/
@media (max-width: 1076px){
.news-header{
height: 185px;
}

.news-header img {
max-width: 135px;
}
}

@media (max-width: 680px){
.news-header{
height: auto;
    padding: 0;
background-image: none !important;
}

.news-header .heading-title{
position: unset;
height: auto;
color: #000;
max-width: 100%;
padding: 0;
font-size: 24px;
}

.news-header img {
display: none;
}
}.text-product-total {
    margin: -35px 0 30px 0;
    color: #8b8b8b;
}

.content-line .text-product-total {
    margin-top: -25px;
}

.ctgr-2{
display: flex;
    height: 210px;
    position: relative;
    border-radius: 12px;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 45%);
    transition: box-shadow .5s;
overflow: hidden;
}
.ctgr-2:hover{
box-shadow: 0 0px 10px 0 rgb(0 0 0 / 45%);
}
.ctgr-2 span{
align-items: center;
    color: #fff;
    display: block;
    font-size: 19px;
    height: 100%;
    width: 100%;
    padding: 20px;
    padding-left: 24px;
    line-height: 24px;
    padding-right: 40%;
    position: absolute;
top: 0;
left: 0;
    z-index: 2;
}
.ctgr-2 img{
max-width: 170px;
max-height: 170px;
display: block;
margin: auto auto auto 56%;
}


/* .categories {
display: flex;
flex-wrap: wrap;
width: 100%;
} */

.categories .series a {
display: flex;
height: 100%;
width: 100%;
padding: 20px 14px;
border-radius: 8px;
background-color: #fafafa;
min-height: 80px;
position: relative;
}

.categories .series a img {
max-width: 60px;
    max-height: 60px;
    position: absolute;
    left: 10px;
    width: 100%;
    top: calc(50% - 30px);
    height: 100%;
}

.categories .series a .name {
color: #000;
font-weight: 600;
margin: auto 0 auto 65px;
font-size: 15px;
}

.categories .categories-buttons {
margin-top: 25px;
}

.categories-buttons button {
padding: 0 15px;
    background-color: #0099ff1a;
    border: 2px solid #0099ff1a;
    border-radius: 8px;
    cursor: pointer;
    color: #0099ff;
    line-height: 30px;
    vertical-align: middle;
    width: 100%;
}

.categories-buttons button:not(:last-child) {
margin-right: 15px;
}

/*search-history*/
.search-history .title{
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.search-history{
padding-top: 6px;
}
#ppa_show .search-history{
margin-bottom: 25px;
}

.search-history.in-line {
padding-top: 0;
}
.search-history ul{
margin: 0;
padding: 0;
}
.search-history ul li{
display: inline-block;
list-style: none;
margin-bottom: 10px;
    border-radius: 8px;
border: solid 2px #d6dbe0;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}
.search-history ul li:before{
display: none;
}
.search-history.in-line ul {
white-space: nowrap;
overflow: auto;
}

.search-history.in-line ul::-webkit-scrollbar{
width: 0px;  
}

.search-history ul li.active{
border-color: #0099ff;
}
.search-history ul li a{
color: #373737;
border: none;
font-size: 13px;
}
.search-history ul li a.analogues-link{
color: #e1e8ec;
}
.search-history ul li.active a,
.search-history ul li a:hover{
color: #0099ff;
}
.search-history ul li:not(:last-child){
margin-right: 12px;
}
/* .search-history div a{
font-size: 13px;
color: #0099ff;
display: block;
margin-bottom: 10px;
vertical-align: top;
text-decoration: revert;
} */
.search-history div a:hover{
text-decoration: none;
}

#selected_filter_button{
position: -webkit-sticky;
    position: sticky;
    top: 50%;
    width: 1px;
    z-index: 150;
display: none;
}
#selected_filter_button button{
position: absolute;
    left: 346px;
    top: -17px;
    color: #001a1a;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #d6dbe0;
    white-space: nowrap;
     padding: 15px;
    font-size: 15px;   
}
/*#selected_filter_button button:after{
content: ' ';
    position: absolute;
    z-index: -1;
    top: 4px;
    left: -10px;
    border-radius: 8px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}*/
#selected_filter_button button span{
color: #0099ff;
    display: block;
    text-align: left;
    margin-top: 3px;
}
/*------select*/

/*.options-block {
height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.options .select-disegn-line{
margin: 8px auto auto auto;
}
.options .select-disegn-line .item-line{
font-size: 14px;
border-bottom: 1px dashed #cdcdcd;
display: inline-block;
cursor: pointer;
}
.options .select-disegn-line .item-line:not(:last-child){
margin-right: 15px;
}
/*.options .select-disegn-line .item-line:hover{
border-color: #0099ff;
}*/
.options .select-disegn-line .item-line:hover,
.options .select-disegn-line .item-line.active{
color: #0099ff;
border-color: #0099ff;
}


.options .select-disegn,
.options-selected .items .select-disegn{
height: 34px;
position: relative;
z-index: 101;
min-width: 187px;
}
.options .select-disegn.disabled:after,
.options-selected .items .select-disegn.disabled:after{
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 105;
background: rgba(255,255,255,0.7);
}
.options .select-disegn:hover,
.options-selected .items .select-disegn:hover{
z-index: 102;
}

.select-body::-webkit-scrollbar{
width: 8px;  
height: 25px; 
}

.select-body::-webkit-scrollbar-track{
background: #fff;
}

.select-body::-webkit-scrollbar-thumb{
background: #eef1f3;
border-radius: 3.5px;
}

.options .select-disegn .select-body,
.options select,
.options-selected .items .select-disegn .select-body,
.options-selected .items select{
border-radius: 8px;
    border: solid 2px #e1e8ec;
    background: transparent;
    font-size: 13px;
    color: #587b8e;
    padding: 0 41px 0 16px;
    height: 34px;
}
.options .select-disegn.err .select-body,
.options-selected .items .select-disegn.err .select-body{
border-color: #f54040;
}

.options select,
.options-selected .items select{
opacity: 0;
}
.options .select-disegn .select-body,
.options-selected .items .select-disegn .select-body{
position: absolute;
top: 0;
left: 0;
font-size: 6px;
overflow: hidden;
}
.options .select-disegn .select-body{
min-width: 187px;
max-width: 100%;
}

.options .select-disegn .select-body .select-item:first-child {
background-color: #fff;
margin-right: -41px;
position: sticky;
top: 0;
}


.options .select-disegn .select-body._icon .select-item:first-child:before,
.options-selected .items .select-disegn .select-body .select-item:first-child::before{
content: "\0053";
position: absolute;
right: 15px;
top: 12px;
font-size: 9px;
display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
transition: transform .3s;
}

.options .select-disegn .select-body:hover .select-item:first-child:before,
.options-selected .items .select-disegn .select-body:hover .select-item:first-child::before{
display: none;
}


.options .select-disegn .select-body .select-item,
.options-selected .items .select-disegn .select-body .select-item{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 31.5px;
cursor: default;
font-size: 14px;
}
.options .select-disegn .select-body .select-item:not(:first-child),
.options-selected .items .select-disegn .select-body .select-item:not(:first-child){
cursor: pointer;
}
.options .select-disegn .select-body .select-item:hover:not(:first-child),
.options-selected .items .select-disegn .select-body .select-item:hover:not(:first-child){
color: #0099ff;
}
.options .select-disegn .select-body .select-item.disabled:not(:first-child){
display: none;
}
.options .select-disegn .select-body._shb:hover,
.options .select-disegn .select-body.active,
.options-selected .items .select-disegn .select-body:hover,
.options-selected .items .select-disegn .select-body.active{
height: auto;
overflow: visible;
background-color: #fff;
max-height: 350px;
overflow-y: auto;
}
.options .select-disegn .select-body.active:before,
.options-selected .items .select-disegn .select-body.active:before{
transform: rotate(180deg);
}

@media (max-width: 924px){
.filter-block .inner-wrapper {
padding: 20px 24px 0;
}
.filter-block #applay-filter{
margin-bottom: 24px;
}
.filters-selected .results{
padding-right: 0;
}
}
.filters-selected{
margin-bottom: 19px;
}
.filters-selected .results-cox{
position: relative;
}
.filters-selected .reset-filters{
position: absolute;
top: -2px;
right: 10px;
}
.filters-selected .info,
.filters-selected .option-change,
.filters-selected .option-selected{
font-size: 14px;
margin-bottom: 10px;
display: inline-block;
line-height: 29px;
}
.filters-selected .info{
margin-right: 12px;
}

.filters-selected .option-change,
.filters-selected .option-selected{
padding: 0 15px;
    background-color: #eef1f3;
    border: 2px solid #eef1f3;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
-webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -o-transition: 0.5s ease;
    transition:  0.5s ease;
}
.filters-selected .option-change:not(:last-child),
.filters-selected .option-selected:not(:last-child){
margin-right: 12px;
}
.filters-selected .option-selected:nth-child(+n + 10){
display: none;
}
.filters-selected .option-change span,
.filters-selected .option-selected span{
font-size: 16px;
display: inline-block;
margin-left: 9px;
fill: currentColor;
}
.filters-selected button{
font-size: 13px;
line-height: 29px;
padding: 0 15px;
background: none;
color: #8b8b8b;
    border: 2px solid #d6dbe0;
border-radius: 8px;
}
.filters-selected button:hover{
color: #fff;
background-color: #d6dbe0;
}
.filters-selected button span{
font-size: 16px;
display: inline-block;
margin-left: 9px;
fill: currentColor;
}
.options-selected{
margin-bottom: 25px;
}
.options-selected .options{
display: flex;
margin-top: -16px;
}
.options-selected .label{
margin: 23px 15px auto 0;
font-size: 14px;
color: #8b8b8b;
}
.options-selected .items{
margin: 14px auto auto 0;
}
.options-selected .right .label{
margin: 8px 15px auto auto;
}
.options-selected .right .items{
margin: 8px 0 auto 0;
}
.options-selected .items .display-method{
text-align: right;
}
.options-selected .items .display-method button{
background: none;
border: none;
width: 18px;
height: 18px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
}
.options-selected .items .display-method button.dm-grid{
background-image: url('icons/grid.png');
margin-right: 11px;
}
.options-selected .items .display-method button.dm-grid.active{
background-image: url('icons/grid-active.png');
}
.options-selected .items .display-method button.dm-vertical{
background-image: url('icons/vertical.png');
}
.options-selected .items .display-method button.dm-vertical.active{
background-image: url('icons/vertical-active.png');
}
.content-line .open-more,
.content-line .show-more{
text-align: center;
}
.content-line .open-more button,
.content-line .show-more button{
border-radius: 8px;
    background-color: #0099ff;
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
    border: none;
    line-height: 34px;
    display: inline-block;
}
.content-line .open-more button:hover,
.content-line .show-more button:hover{
background-color: #008fee;
}
.content-line .open-more button i,
.content-line .show-more button i{
font-size: 6px;
    padding: 0 0 0 7px;
display: none;
}
.content-line .open-more.active button i,
.content-line .show-more.active button i{
transform: rotate(180deg);
padding: 0 7px 0 0;
}
.content-line .open-more{
margin-bottom: 25px;
}
.produts-in-store{
height: 100%;
    border-radius: 8px;
    position: relative;
z-index: 1;
padding: 15px;
cursor: pointer;
}
.produts-in-store:hover{
z-index: 2;
}
.produts-in-store .text{
position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
font-size: 19px;
font-weight: 600;
text-shadow: 0px 0px 3px rgb(16 67 69);
    line-height: 23px;
z-index: 4;
}
.produts-in-store .background{
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
border-radius: 8px;
background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);
z-index: 1;
}
.produts-in-store:hover .background{
/*top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;*/
box-shadow: 0 0 20px rgb(36 36 36 / 10%);
}
.produts-in-store .category-thumb{
position: absolute;
    top: 45px;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
background-size: 230px;
z-index: 3;
}
.produts-in-store .in-store-total{
position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
font-size: 15px;
z-index: 2;
}
.menu-box .category-banner{
padding: 37px;
    border: 1px solid #eee;
    border-radius: 12px;
}
/*categories shadow*/
.categories .category a .thumb._shw:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: 100% 100%;
border-radius: 12px;
    opacity: 0.1;
}
.categories .category a .thumb.shw-1:before{
    background-image: url(../image/menu-bg/menu-bg-0.png);
}
.categories .category a .thumb.shw-2:before{
    background-image: url(../image/menu-bg/menu-bg-1.png);
}
.categories .category a .thumb.shw-3:before{
    background-image: url(../image/menu-bg/menu-bg-5.png);
}
.categories .category a .thumb.shw-4:before{
    background-image: url(../image/menu-bg/menu-bg-6.png);
}
.categories .category a .thumb.shw-5:before{
    background-image: url(../image/menu-bg/menu-bg-7.png);
}
.categories .category a .thumb.shw-6:before{
    background-image: url(../image/menu-bg/menu-bg-8.png);
}
.compare-box{
white-space: nowrap;
    /*overflow-y: auto;
overflow-x: visible;*/
overflow: hidden;
position: relative;
}
.products-compare{
display: inline-block;
width: 280px;
min-width: 280px;
max-width: 280px;
padding: 0 20px 20px 20px;
vertical-align: top;
white-space: normal;
position: relative;
    z-index: 2;
}

.products-compare .danger-outdated {
position: absolute;
    top: -25px;
    right: 0;
    z-index: 3;
    padding: 5px 10px;
    background-color: #fff;
}

.products-compare .danger-outdated .danger-alert {
font-size: 13px;
}

.products-compare:hover .buttons button:hover {
background-color: #0080d5;
}

.products-compare .data .headbuttons button {
background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 25px;
    color: #98b1bf;
    height: 31px;
    width: 31px;
display: none;
}

.products-compare .data .headbuttons button:last-child {
    margin-left: 8px;
}

.products-compare .data:hover .buttons button, 
.products-compare .data:hover .headbuttons button,
.products-compare .data .headbuttons button.active {
display: inline-block;
}

.products-compare .data{
height: 290px;
position: relative;
}
.products-compare .data .headbuttons {
position: absolute;
top: 1px;
left: 1px;
}
.products-compare .thumb{
height: 210px;
    text-align: center;
background-color: #fff;
margin: 0 -20px 30px -20px;
}
.products-compare .thumb img{
margin: 0 auto;
max-height: 150px;
max-height: 210px;
}
.products-compare .name{
height: 66px;
overflow: hidden;
}
.products-compare .name a{
display: block;
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 5px;
}
.products-compare .name a:hover{
color: #0099ff;
}
.products-compare .sku{
font-size: 12px;
    color: #777e89;
    margin-bottom: 25px;
}
.products-compare .buttons{
text-align: center;
}

@media (max-width: 768px){
.products-compare .buttons{
display: none;
}
}
.products-compare .buttons button{
color: #fff;
    background: #0099ff;
    border: none;
    margin-bottom: 5px;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 8px;
width: 100%;
display: none;
}
.products-compare .buttons button.active,
.products-compare .buttons button:hover {
    color: #fff;
    background: #0099ff;
}
.products-compare .buttons button.remove{
background: #ea4b4b;
color: #fff;
}
.products-compare .attrs-p .arrt-pn,
.products-compare .attrs-p .arrt-p{
padding: 5px;
border-bottom: 1px solid #F2F2F2;
}
.left-attr-groups .arrt-pn,
.attr-groups .arrt-pn,
.attr-groups .arrt-p{
padding: 5px;
border-bottom: 1px solid #fff;
}
.attr-groups .arrt-pn{
text-align: center;
font-weight: 600;
}
.products-compare:hover  .attrs-p .arrt-p{
background-color: #0099ff3b;
}
#products-compare{
z-index: 2;
}
#products-compare .slick-prev:before, 
#products-compare .slick-next:before {
    top: 1px;
left: 10px;
}
.attr-groups{
position: sticky;
    top: 0;
    left: 0;
    width: 100%;
z-index: 1;
}
.attr-groups .arrt-g-p{
padding: 5px;
color: #777e89;
text-align: center;
}
.arrt-g-p{
display: none!important;
}
.attr-groups,
.products-compare .attrs-p .arrt-pn{
display: none;
}
.left-attr-groups{
padding-top: 290px;
white-space: initial;
}
.left-attr-groups .arrt-pn{
border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1023px){
.attr-groups,
.products-compare .attrs-p .arrt-pn{
display: block;
}
}
.switch-box-position{
position: absolute;
    top: 228px;
    left: 0;
    width: 100%;   
z-index: 1;
}
@media (max-width: 680px){
.switch-box-position{
z-index: 999;
}
}
.switch-box{
width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}
.switch-box .switch-bg{
display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 36px;
    height: 22px;
    position: relative;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.switch-box .switch-bg .switch{
position: absolute;
    top: 2px;
    left: 2px;
    background-color: #dcdcdc;
    width: 16px;
    height: 16px;
    border-radius: 20px;

}
.switch-box .switch-bg[data-value="1"] .switch{
left: auto;
right: 2px;
background-color: #0099ff;
}

#products-compare .ddate > div:not(:first-child) {
display: none;
}

.products-compare .data button.button_in_cart {
    background-color: #26ad5a;
}

.products-compare .data button:hover.button_in_cart {
    background-color: #2b9353;
}.documentation{
padding: 15px;
border: 1px solid #e2ecf3;
display: flex;
flex-flow: wrap;
border-radius: 8px;
color: #587b8e;
height: 100%;
position: relative;
}
.documentation:hover{
color: #0099ff;
-webkit-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.11);
-moz-box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.11);
box-shadow: 0px 0px 8px 1px rgba(34, 60, 80, 0.11);
}
.documentation .thumb{
display: flex;
margin:  0 auto 15px auto;
height: 325px;
width: 100%;
}
.documentation .thumb img{
display: block;
margin: auto;
max-height: 100%;
}
.documentation .name{
display: block;
margin:  0 auto 0 auto;
width: 100%;
font-size: 15px;
font-weight: 600;
}
.documentation .options{
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
display: flex;
opacity: 0;
}
.documentation:hover .options{
opacity: 1;
}
.documentation .options .option{
margin: auto;
cursor: pointer;
margin: auto;
    cursor: pointer;
    padding: 15px;
    border-radius: 8px;
color: #fff;
min-width: 100px;
text-align: center;
opacity: 0.5;
}
.documentation .options .option:hover{
opacity: 1;
}
.documentation .options .option:nth-child(odd){
background-color: #0099ff;
}
.documentation .options .option:nth-child(even){
background-color: #f54040;
}
.hub-manufacturer {
padding: 50px 10px !important;
    border-radius: 4px !important;
    border: none !important;
    display: flex !important;
    margin-bottom: 20px !important;
margin-top: 28px !important;
    color: #001a1a !important;
}

.hub-thumb {
width: 100%;
    margin: auto 0;
    height: 70px;
    text-align: center;
}

.hub-manufacturer img {
vertical-align: middle;
    max-height: 60px;
    display: inline-block;
transition: max-height .8s;
}

.hub-thumb .totals {
margin: 20px 25px 20px 25px;
    padding-top: 20px;
    border-top: 1px solid #d6dbe0;
    font-size: 16px;
    font-weight: 600;
opacity: 0;
transition: opacity .8s;
}

.slider-item:hover .hub-manufacturer img {
max-height: 33px;
transition: max-height .8s;
}

.slider-item:hover .hub-thumb .totals{
opacity: 1;
transition: opacity .8s;
}.catalog-menu {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.25);
z-index: 1001;
}
@media (max-width: 680px){
.catalog-menu{
z-index: 99999999999;
}
}

/*.catalog-menu .parents {
max-width: 100%;
padding: 25px;
max-height: 100%;
min-width: 320px;
overflow-y: auto;
overflow-x: hidden;
background-color: #fff;
height: 100%;
}*/

.catalog-menu .parents .top-list{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.catalog-menu .parents .top-list.bottom{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #ccc;
}

.catalog-menu .parents .top-list,
.catalog-menu .parents .list-parents {
list-style: none;
}

.catalog-menu > div:not(:first-child) {
float: left;
position: relative;
z-index: 2;
max-width: 33.3333%;
padding: 25px;
max-height: 100%;
width: 395px;
overflow-y: auto;
overflow-x: hidden;
background-color: #fff;
height: 100%;
}

.catalog-menu .top-childs {
width: 270px !important;
}
.catalog-menu .top-childs .child-bn{
margin-bottom: 25px;
}
.catalog-menu .top-childs .child-bn .category-banner img{
-webkit-transition: 0.9s ease;
    -moz-transition:  0.9s ease;
    -o-transition:  0.9s ease;
    transition:  0.9s ease;
opacity: 0;
border-radius: 12px;
}
.catalog-menu .top-childs .child-bn .category-banner img:hover{
box-shadow: 0 0px 10px 0 rgb(0 0 0 / 45%);
    transition: box-shadow .5s;
}
.categories-bn{
/*width: 220px;*/
}
.categories-bn .category{
display: block;
border-radius: 12px;
height: 278px;
margin-bottom: 25px;
position: relative;
overflow: hidden;
}
.categories-bn .category:hover{
box-shadow: 0 0px 10px 0 rgb(0 0 0 / 45%);
    transition: box-shadow .5s;
}
.categories-bn .category .thumb{
display: block;
opacity: 0.1;
height: 278px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.categories-bn .category .thumb.bg1{
background-image: url('../image/menu-bg/menu-bg-0.png');
}
.categories-bn .category .thumb.bg2{
background-image: url('../image/menu-bg/menu-bg-1.png');
}
.categories-bn .category .thumb.bg3{
background-image: url('../image/menu-bg/menu-bg-5.png');
}
.categories-bn .category .thumb.bg4{
background-image: url('../image/menu-bg/menu-bg-6.png');
}
.categories-bn .category .thumb.bg5{
background-image: url('../image/menu-bg/menu-bg-7.png');
}
.categories-bn .category .thumb.bg6{
background-image: url('../image/menu-bg/menu-bg-8.png');
}

.categories-bn .category .name{
position: relative;
    z-index: 4;
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    /*text-shadow: -1px -2px 4px #E9E9E9;*/
}
.categories-bn .category img{
position: absolute;
z-index: 2;
bottom: -53px;
right: -85px;
width: 280px;
max-width: none;
}

.categories-bn .category.mini{
    max-height: 80px;
    display: flex;
}

.categories-bn .category.mini .name{
    font-size: 14px;
    text-align: right;
    margin: auto 0;
    min-width: 100%;
    padding-left: 75px;
}

.categories-bn .category.mini img{
    width: 100px;
    position: absolute;
    left: -28px;
    top: -10px;
}

.categories-bn .category .labels{
position: absolute;
left: 0;
bottom: 20px;
z-index: 3;
}
.categories-bn .category .labels span{
font-size: 13px;
    margin-top: 5px;
    color: #fff;
    padding: 6px 15px 6px 15px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
box-shadow: 0 0px 10px 0 rgb(0 0 0 / 45%);
}
.categories-bn .category .labels span.min-price{
background: linear-gradient(47deg, #fcb410 -15%, #ff4d77 100%);
}
.categories-bn .category .labels span.in-stock{
background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);
}
/*

*/

.catalog-menu .parents .top-list li,
.catalog-menu .parents .list-parents li {
position: relative;
    padding: 3px 0 3px 33px;
border-radius: 8px;
cursor: pointer;
}

.catalog-menu .parents .list-parents li:after {
content: '';
    display: block;
    position: absolute;
    width: 160px;
    right: -150px;
    height: auto;
    top: 0;
    bottom: 0;
}

.catalog-menu .parents .list-parents li.parent::before {
content: '\0051';
    position: absolute;
    right: -5px;
    font-size: 10px;
    color: #b6b7b9;
    top: calc(50% - 5px);
    display: block;
    font-family: 'Glyphter';
}

.catalog-menu .parents .list-parents li.parent:hover::before {
color: #d6dbe0;
}

.catalog-menu .parents .top-list li:not(:first-child),
.catalog-menu .parents .list-parents li:not(:first-child) {
margin-top: 20px;
}

.catalog-menu .parents .top-list li a,
.catalog-menu .parents .list-parents li a {
font-size: 16px;
display: block;
width: 100%;
transition: all 0s;
color: #001a1a;
padding-left: 5px;
margin-right: 24px;
    padding-right: 15px;
}

.catalog-menu .parents .top-list.bottom li{
padding-left: 0;
}
.catalog-menu .parents .top-list.bottom li a{
color: #0099ff;
}


.catalog-menu .parents .top-list li a img,
.catalog-menu .parents .list-parents li a img {
width: 29px;
    position: absolute;
    left: -5px;
    color: #A7A7A7;
    top: calc(50% - 12px);
}

.catalog-menu .parents .list-parents li a i {
font-size: 19px;
    position: absolute;
    left: -1px;
color: #A7A7A7;
top: calc(50% - 10px);
}

.catalog-menu .parents .list-parents li.active a{
color: #0099ff;
}

.catalog-menu .parents .list-parents li:hover a i {
color: #A7A7A7;
}

.catalog-menu .close-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.catalog-menu > div:not(:first-child)::-webkit-scrollbar { 
width: 10px; 
}

.catalog-menu > div:not(:first-child)::-webkit-scrollbar-thumb { 
background-color: #eceef2; 
border-radius: 10px;
}

.catalog-menu > div:not(:first-child)::-webkit-scrollbar-track { 
background-color: transparent; 
border-radius: 10px;
}

.catalog-menu > div:not(:first-child)::-webkit-scrollbar-button { 
display: none;
}

.catalog-menu .childs .parent-name {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}

.catalog-menu .childs .list-parents {
list-style: none;
}

.catalog-menu .childs .list-parents li a {
font-size: 16px;
color: #8b8b8b;
}

.catalog-menu .childs .list-parents li.active a,
.catalog-menu .childs .list-parents li:hover a {
color: #001a1a;
}

.catalog-menu .childs .list-parents li:not(:first-child) {
margin-top: 20px;
}

.catalog-menu div.parents{
left: -100%;
-webkit-transition: 0.6s ease;
    -moz-transition:  0.6s ease;
    -o-transition:  0.6s ease;
    transition:  0.6s ease;
}

@media (max-width: 800px) {
.catalog-menu div.parents{
left: -100%;
-webkit-transition: 0.3s ease;
-moz-transition:  0.3s ease;
-o-transition:  0.3s ease;
transition:  0.3s ease;
}
}

.catalog-menu.active div.parents{
left: 0;
}
.catalog-menu > div:not(:first-child).childs .parent-name{
position: relative;
}
.catalog-menu > div:not(:first-child).childs .back{
background: none;
border: none;
padding: 0;
font-size: 15px;
margin-right: 5px;
position: absolute;
left: -33px;
top: 4px;
display: none;
color: #b6b7b9;
}
.catalog-menu > div:not(:first-child).childs .top-childs-mb{
margin-top: 25px;
display: none;
}

.catalog-menu .close-menu{
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
text-align: right;
display: none;
color: #b6b7b9;
}
.catalog-menu .close-menu i{
padding: 15px 15px 0 15px;
    margin-right: 14px;
    display: inline-block;
    font-size: 24px;
}

@media (max-width: 1252px) {
.catalog-menu .close-menu{display: block;}
.catalog-menu > div:not(:first-child){padding-top: 50px;}
}

@media (max-width: 1115px) {

.catalog-menu > div:not(:first-child) {
max-width: 33.33333% !important;
}



}

@media (max-width: 800px) {

.catalog-menu > div:not(:first-child) {
max-width: 50% !important;
}



}

@media (max-width: 600px) {

.catalog-menu {
white-space: nowrap;
overflow: hidden;
}

.catalog-menu > div:not(:first-child) {
max-width: 100% !important;
width: 100% !important;
display: inline-block;
float: none;
white-space: normal;
}
.catalog-menu > div:not(:first-child).top-childs{
display: none;
}
.catalog-menu > div:not(:first-child).childs{
z-index: 5;
position: absolute;
left: 100%;
top: 0;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
padding-left: 50px;
}
.catalog-menu > div:not(:first-child).childs.active{
left: 0;

}

.catalog-menu > div:not(:first-child).childs .top-childs-mb{
display: block;
}

.catalog-menu > div:not(:first-child).childs .back{
display: block;
}

}
.cols-categories{
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.cols-categories:not(:last-child){
margin-right: 25px;
}
.categories-list{
padding: 0;
margin: 0;
}
.categories-list li{
display: block;
}
.categories-list li:not(:last-child){
margin-bottom: 15px;
}
.categories-list li a{
padding: 3px 5px;
    display: flex;
    align-items: center;
    color: #000;
}
.categories-list li a:hover{
color: #0099ff;
}
.categories-list li a img{
width: 40px;
    max-height: 40px;
    margin-right: 15px;
}
.categories-list li a span{
display: block;
max-width: 215px;
}

/*.header .header-nav ul li.active:before{
content: ' ';
    position: absolute;
    z-index: 101;
    top: 100%;
    right: calc(50% - 7px);
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #e1e8ec;
    border-top: 1px solid #e1e8ec;
}*/

.category-banner:not(:last-child){
margin-bottom: 15px;
}/*Advantage*/
.advantage{
padding: 30px 20px;
    border-radius: 8px;
    border: solid 2px #e1e8ec;
height: 100%;
}
.advantage .icon{
color: #0099ff;
height: 50px;
margin-bottom: 26px;
text-align: center;
}
.advantage .icon svg{
fill: currentColor;
max-height: 100%;
}
.advantage .icon .circle{
display: inline-block;
    width: 50px;
    height: 50px;
    border: 4.5px solid #0099ff;
    border-radius: 100%;
    font-size: 29px;
    font-weight: 600;
    padding-top: 4px;
}
.advantage .icon img{
max-height: 100%;
}
.advantage .text{
font-size: 16px;
    line-height: 1.13;
    text-align: center;
}

/* HOME-FORM */

.home-form{
background-image: url(../images/home-form.jpg);
    background-position: 66% 45px;
    background-repeat: no-repeat;
    background-size: auto 230px;
    padding: 70px 0;
}
.home-form .text{
font-size: 15px;
margin-bottom: 40px;
}
.home-form .btn-b{
margin: 0;
    width: 145px;
    font-size: 14px;
}

/*page form*/
.page-form{
padding: 15px;
background-color: #eee;
border-radius: 12px;
}
.page-form label.file {
    padding: 20px 10px;
    text-align: center;
    border-radius: 8px;
    border: 1px dashed #8c8c8c;
position: relative;
}
.page-form label.file .over-dropZone{
position: absolute;
left: 0;
right: 0;
bottom: -25px;
top: -25px;
z-index: 5;
}
.page-form  label.file .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 30px;
}
.page-form label.file .info-file {
    font-size: 13px;
    color: #8c8c8c;
    font-weight: normal;
}/*popup*/
.popup-full{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*background: rgba(0,0,0,0.25);*/
backdrop-filter: blur(5px);
background-color: rgba(0,0,0,0.25);
display: flex;
z-index: 10000000000;
overflow-y: auto;
}
.popup-full::-webkit-scrollbar
{
  width: 5px;  
  height: 5px; 
}

.popup-full::-webkit-scrollbar-track
{
  background: #d0d0d0;
}

.popup-full::-webkit-scrollbar-thumb
{
  background: #0099ff;
}
.popup-full .popup-full-close{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.popup-full .pages{
position: absolute;
left: 0;
top: 0;
padding: 15px;
color: #fff;
font-size: 13px;
z-index: 2;
}
.popup-full .popup-sub-title{
position: absolute;
    top: 12px;
    left: 75px;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
}
@media (max-width: 750px){
.popup-full .popup-sub-title{
top: auto;
bottom: 8px;
left: 10px;
right: 10px;
font-size: 14px;
}
}
.popup-full button.nav,
.popup-full button.close{
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
border: 0;
    border-radius: 0;
    background: rgba(30,30,30,.6);
    padding: 10px;
    width: 44px;
    height: 44px;
color: #fff;
}
.popup-full button.nav:hover,
.popup-full button.close:hover{
background: rgba(30,30,30,.8);
}
.popup-full button svg{
shape-rendering: geometricPrecision;
    display: block;
    position: relative;
    overflow: visible;
}
.popup-full button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.popup-full button.close{
right: 0;
top: 0;
}
.popup-full button.nav{
top: 50%;
}
.popup-full button.nav.next{
right: 0;
}
.popup-full button.nav.prev{
left: 0;
}
.popup-full button.nav svg{
width: 26px;
}
.popup-full .content{
background: #fff;
    padding: 0;
    width: 80%;
    max-width: calc(100% - 100px);
    height: 80%;
    max-height: calc(100% - 88px);
    overflow: visible;
margin: auto;
position: relative;
z-index: 2;
}
.popup-full .content .menu{
position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 19px 24px;
}
.popup-full .content .menu .title{
font-weight: 600;
float: left;
}
.popup-full .content .menu ._btns{
float: right;
}
.popup-full .content .menu ._btn{
cursor: pointer;
display: inline-block;
    margin-left: 22px;
font-size: 20px;
    color: #587b8e;
}
.popup-full .content .menu ._btn:hover{
color: #0099ff;
}
.popup-full .content.product-one{
/*width: 908px;*/
width:85%;
max-width: 1413px;
border-radius: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
height: auto;
/*min-height: 600px;*/
min-height: 80%;
padding: 32px 32px 32px 32px;
}
.popup-full .g-container{
background-color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    padding: 24px;
position: relative;
z-index: 2;
border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
min-height: 550px;
max-height: 98%;
}
.popup-full .g-container.product-id .product-loader-box{
padding-bottom: 0;
}
.popup-full .form{
margin: auto;
    background-color: #fff;
    width: 409px;
    max-width: 94%;
max-height: 98%;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
position: relative;
z-index: 2;
padding: 28px 40px 35px 40px;
overflow-y: auto;
overflow-x: hidden;
}
.popup-full .form.full{
overflow: visible;
}
.popup-full .form::-webkit-scrollbar{
  width: 5px;  
  height: 5px; 
}
.popup-full .form::-webkit-scrollbar-track{
  background: #fff;
}
.popup-full .form::-webkit-scrollbar-thumb{
  background: #eef1f3;
  border-radius: 3.5px;
}
.popup-full .g-container .title,
.form .title{
font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-right: 30px;
margin-bottom: 20px;
}
.form .text{
font-size: 16px;
line-height: 18px;
margin-bottom: 14px;
}
.form .text svg{
width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    vertical-align: middle; 
display: none;
}
.form textarea,
.form input{
border-radius: 8px;
    border: 2px solid #d0d0d0;
width: 100%;
padding: 10.5px 10px;
}
.form textarea{
height: 70px;
}
.form .input-box:not(:last-child),
.form .input-box-cart:not(:last-child){
margin-bottom: 15px;
}
.form .input-box label{
font-weight: 500;
}
.input-box-cart {
position: relative;
}
.input-box-cart .input, .input-box-cart input {
    position: relative;
    z-index: 2;
    background: none;
}
.input-box-cart label.move {
    font-size: 14px;
    color: #8b8b8b;
    position: absolute;
    top: 13px;
    left: 11px;
    z-index: -1;
}
.input-box-cart.err label.move {
    color: #f54040;
}
.input-box-cart.good .input, .input-box-cart.good input {
    border-color: #2b9353;
}
.input-box-cart.err .input, .input-box-cart.err input {
    border-color: #f54040;
}
.input-box-cart.err label.move,
.input-box-cart.focus label.move {
    font-size: 13px;
    top: -7px;
    background-color: #fff;
    padding: 0 5px;
    z-index: 3;
}
.agreement,
.popup-full .g-container .agreement,
#form .agreement,
.form .agreement{
position: relative;
font-size: 12px;
color: #757575;
text-align: center;
margin-bottom: 15px;
}
#form .agreement a, 
.form .agreement a{
color: #0099ff;
}
#form .agreement a:hover,
.form .agreement a:hover{
color: #0099ff;
}
.agreement label,
.agreement label a {
font-size: 11px;
}
.form button.btn-b{
max-width: 100%;
}
.popup-full .g-container .close-btn,
.form .close-btn{
position: absolute;
top: 32px;
right: 21px;
fill: currentColor;
    cursor: pointer;
    color: #4f5f67;
}



.popup-full .form.book{
width: 814px;
padding: 0;
}
.popup-full .form.book .blue{
background-color: #0099ff;
color: #fff;
}
.popup-full .form.book .page{
padding: 30px 20px 30px 30px;
}
.popup-full .form.book .blue .page{
padding: 80px 30px 30px 20px;
}
.popup-full .form.book .page .h-title{
font-size: 20px;
font-weight: bold;
line-height: 22px;
margin-bottom: 15px;
}
.popup-full .form.book .page .s-title{
font-size: 16px;
line-height: 20px;
margin-bottom: 15px;
}
.popup-full .form.book .page .info{
margin-bottom: 30px;
}
.popup-full .g-container .info p,
.popup-full .form.book .page .info p{
font-size: 13px;
line-height: 20px;
color: #474747;
}
.popup-full .form.book .page label.file{
padding: 20px 10px;
text-align: center;
border-radius: 8px;
border: 1px dashed #0099ff;
}
.popup-full .form.book .page label.file.hover,
.popup-full .form.book .page label.file:hover{
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.popup-full .form.book .page .input-box:not(:last-child) label.file{
margin-bottom: 28px;
}
.popup-full .form.book .page label.file .title{
font-size: 14px;
font-weight: bold;
color: #0099ff;
margin-bottom: 8px;
padding: 0 30px;
}
.popup-full .form.book .page label.file .info-file-name,
.popup-full .form.book .page label.file .info-file{
font-size: 13px;
color: #8c8c8c;
font-weight: normal;
}
.popup-full .form.book .page label.file .info-file-name{
padding: 0 0 0 18px;
    background-image: url(../image/file-exist.jpg);
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.popup-full .form.book .page label.file .info-file-name .file-name{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.popup-full .form.book .page label.file .info-file-name .remove-zip{
position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    max-width: 100%;
    text-align: right;
    color: #8b8b8b;
    cursor: pointer;
    z-index: 15;
    font-size: 17px;
    font-weight: 300;
}
.popup-full .form.book .page label.file.appended{
border-color: #d0d0d0;
padding: 46px 10px;
}
.popup-full .form.book .page label.file.appended .info-file,
.popup-full .form.book .page label.file.appended .title{
display: none;
}
.popup-full .form.book .page label.file.error{
border-color: #f00;
}
.popup-full .form.book .page label.file.error .info-file-name .file-name{
color: #f00;
}

.popup-full .form.book .close-btn{
top: 28px;
right: 28px;
color: #fff;
}
@media (max-width: 924px){
.popup-full .form.book .close-btn{
color: #001a1a;
}
}
.popup-full .form.fast-order .form-data input,
.popup-full .form.fast-order .form-data textarea,
.popup-full .form.book textarea,
.popup-full .form.book input{
margin-bottom: 15px;
border-color: #fff;
color: #fff;
background: none;
position: relative;
    z-index: 2;
}
.popup-full .form.fast-order .form-data textarea,
.popup-full .form.book textarea{
resize: none;
}

.form label.valid-ico:after{
content: '*';
display: inline;
}

.popup-full .form.fast-order .form-data textarea{
height: 80px;
}
.popup-full .form.book textarea{
height: 136px;
}
.popup-full .form.fast-order .form-data input::placeholder,
.popup-full .form.fast-order .form-data textarea::placeholder,
.popup-full .form.book textarea::placeholder,
.popup-full .form.book input::placeholder {
color: #fff;
opacity: 0.6;
}
.popup-full .form.book .input-text{
border-radius: 8px;
    border: 2px solid #fff;
    width: 100%;
    padding: 16px 18px;
margin-bottom: 13px;
    border-color: #fff;
    background: none;
font-size: 13px;
min-height: 136px;
}
.popup-full .form .blue .agreement{
color: #fff;
    text-align: left;
    padding: 0 0 0 0;
font-size: 11px;
}
.popup-full .form .blue .page .agreement:not(:last-child){
margin-bottom: 32px;
}
.popup-full .form .blue .agreement a{
color: #fff;
text-decoration: underline;
}
.popup-full .form .blue .agreement a:hover{
color: #fff;
opacity: 0.6;
text-decoration: none;
}
.popup-full .form .blue .agreement label:before{
border-color: #fff;
}
.popup-full .form .blue .agreement input:checked+label:after{
background-image: url('icons/agreement-w-ok.png');
}
.form.in-page .input.error{
border-color:  #f54040;
}
.popup-full .form.fast-order .form-data input.error, .popup-full .form.fast-order .form-data textarea.error,
.popup-full .form .blue input.error, .popup-full .form .blue textarea.error, .popup-full .form .blue label.error:before{
border-color: #fff!important;
}


.popup-full .form.fast-order{
width: 420px;
padding: 0;
}
.popup-full .form.fast-order .product-info{
padding: 25px 20px;
}
.popup-full .form.fast-order .product-info .thumb{
padding-top: 5px;
}
.popup-full .form.fast-order .product-info .data{
padding-left: 5px;
}
.popup-full .form.fast-order .product-info .data .name{
font-size: 13px;
font-weight: 600;
margin-bottom: 21px;
padding-right: 60px;
}
.popup-full .form.fast-order .product-info .data .price{
font-size: 20px;
font-weight: 600;
display: inline-block;
margin-right: 9px;
vertical-align: middle;
}
.popup-full .form.fast-order .product-info .data .price .special{
display: flex;
margin-top: -5px;
}
.popup-full .form.fast-order .product-info .data .price .special .label{
margin: 9px 9px auto auto;
    width: 32px;
    height: 20px;
    font-size: 7.3px;
    color: #fff;
    background-image: url(icons/sale-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 6px;
text-align: center;
}
.popup-full .form.fast-order .product-info .data .price .special .price-old-total{
display: block;
    text-align: left;
    font-size: 10px;
    font-weight: 300;
    color: #a0a0a0;
    text-decoration: line-through;
}
.popup-full .form.fast-order .product-info .data .price .price-currency.rub {
    font-size: 10.9px;
line-height: 9px;
    position: relative;
    top: 1px;
}
.popup-full .form.fast-order .product-info .data .price .price-currency.rub i {
    font-size: 7.6px;
}
.popup-full .form.fast-order .product-info .data .product-quantity-box{
margin-bottom: 0;
margin-top: 9px;
text-align: left;
position: relative;
}
.popup-full .form.fast-order .product-info .data button.calc{
width: 35px;
border: none;
background: none;
text-align: center;
display: inline-block;
font-size: 19.8px;
font-weight: 300;
line-height: 24px;
color: #757575;
padding: 0 0;
position: relative;
    top: 2px;
z-index: 2;
}
.popup-full .form.fast-order .product-info .data .product-quantity-box input{
border-radius: 3.8px;
    border: 1.2px solid #e1e8ec;
    width: 58px;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0;
}
.popup-full .form.fast-order .product-info .data .product-quantity-box .quantity-unit-box{
position: absolute;
line-height: 24px;
top: 1px;
left: 0;
width: 100%;
z-index: 1;
text-align: center;
}
.popup-full .form.fast-order .product-info .data .product-quantity-box .quantity-unit-box span{
font-size: 12px;
    color: #a0a0a0;
    padding-left: 20px;
}


.popup-full .form.fast-order .form-data{
padding: 23px 30px;
background-color: #0099ff;
color: #fff;
}
.popup-full .form.fast-order .form-data .info-text{
font-size: 16px;
margin-bottom: 23px;
}
.popup-full .form .more-box{
margin-bottom: 19px;
}
.popup-full .form .more-box.active .show-input{
margin-bottom: 19px;
}
.popup-full .form .more-box .show-input span.text{
border-bottom: 1px dashed #fff;
font-size: 13px;
cursor: pointer;
}
.popup-full .form .more-box .show-input:hover span.text{
border-color: transparent;
}
.popup-full .form .more-box .show-input span.icon{
font-weight: 500;
display: inline-block;
margin-right: 5px;
width: 9px;
height: 15px;
position: relative;
cursor: pointer;
}
.popup-full .form .more-box .show-input span.icon:after{
content: '+';
position: absolute;
top: 0;
left: 0;
}
.popup-full .form .more-box.active .show-input span.icon:after{
content: '-';
}
.popup-full .form .more-box .input-box{
display: none;
}
.popup-full .form .more-box.active .input-box{
display: block;
}
.popup-full .content .data,
.popup-full .content iframe{
width: 100%;
height: 100%;
display: block;
border: none;
}
.popup-full .content img{
max-height: 100%;
}
.form .error-box{
opacity: 1;
    white-space: nowrap;
    left: 10px;
    right: auto;
    top: 13px;
    position: absolute;
    padding: 0 0px;
    background: #fff;
}
.form.in-page  .error-box,
.popup-full .form.fast-order .error-box,
.popup-full .form.book .error-box{
top: -9px;
z-index: 10;
}
.tooltipster-base{
border-radius: 8px;
}
.form .error-box .tooltipster-box{
 border-radius: 8px;
}
.form .error-box .tooltipster-content{
color: #ff2828;
    max-width: none!important;
    padding: 2px 6px;
    max-width: 200px;
    font-size: 12px;
    text-align: center;
}
.popup-full .form.relative{
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
background-color: #fafafa;
width: 528px;
padding: 26px 22px;
}
.popup-full .form.relative .exit-top{
position: absolute;
    top: 29px;
    right: 21px;
fill: currentColor;
    cursor: pointer;
    color: #4f5f67;
}
.popup-full .form.relative .relative-product-paren{
margin-bottom: 15px;
}
.popup-full .form.relative .relative-product-parent .title{
font-size: 18px;
font-weight: bold;
padding-right: 20px;
margin-bottom: 15px;
}
.popup-full .form.relative .relative-product-parent .data{
padding: 16px 16px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
display: flex;
}
.popup-full .form.relative .relative-product-parent .data .thumb{
width: 112px;
height: 90px;
margin: auto 19px auto 0;
display: flex;
}
.popup-full .form.relative .relative-product-parent .data .thumb img{
margin: auto;
max-height: 100%;
margin: auto;
}
.popup-full .form.relative .relative-product-parent .data .info{
margin: auto 0;
}
.popup-full .form.relative .relative-product-parent .data .info .name{
font-size: 13px;
font-weight: 600;
margin-bottom: 23px;
}
.popup-full .form.relative .relative-product-parent .data .info .price{
font-size: 20px;
font-weight: 600;
margin-bottom: 18px;
height: 23px;
text-align: left;
}
.popup-full .form.relative .relative-product-parent .data .info .price .op-item{
font-size: 14px;
    padding-top: 4px;
}
.popup-full .form.relative .relative-product-parent .data .info .price .op-item.outdated{
color: #fd3636;
}
.popup-full .form.relative .relative-product-parent .data .info .price .special {
    display: flex;
}
.popup-full .form.relative .relative-product-parent .data .info .price .special .label {
    margin: 5px 9px auto 0;
    width: 38px;
    height: 24px;
    font-size: 8.8px;
    color: #fff;
    background-image: url('icons/sale-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 6px;
text-align: center;
}
.popup-full .form.relative .relative-product-parent .data .info .price .special .totals{
line-height: 10px;
margin: auto auto auto 0;
}
.popup-full .form.relative .relative-product-parent .data .info .price .special .price-old-total {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #a0a0a0;
    text-decoration: line-through;
margin-top: -6px;
margin-bottom: 2px;
}
.popup-full .form.relative .relative-product-parent .data .info .price .price-currency.rub {
    font-size: 9.2px;
    line-height: 9px;
    position: relative;
    top: 1px;
}
.popup-full .form.relative .relative-product-parent .data .info .price .price-currency.rub i {
font-size: 6.4px;
    display: block;
    color: #a0a0a0;
    font-style: normal;
    font-weight: normal;
}
.popup-full .form.relative .relative-product-parent .data .info .quantity-box{
margin-bottom: 14px;
text-align: left;
position: relative;
}
.popup-full .form.relative .relative-product-parent .data .info button.calc{
width: 27px;
border: none;
background: none;
text-align: center;
display: inline-block;
font-size: 18.9px;
font-weight: 300;
line-height: 24px;
color: #757575;
padding: 0 0;
position: relative;
    top: 2px;
z-index: 2;
}
.popup-full .form.relative .relative-product-parent .data .info .quantity-box input{
border-radius: 3.8px;
    border: 1.2px solid #e1e8ec;
    width: 58px;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0;
}
.popup-full .form.relative .relative-product-parent .data .info .quantity-box .quantity-unit-box{
position: absolute;
line-height: 24px;
top: 1px;
left: 0;
width: 100%;
z-index: 1;
text-align: center;
}
.popup-full .form.relative .relative-product-parent .data .info .quantity-box .quantity-unit-box span{
font-size: 10px;
    color: #a0a0a0;
    padding-left: 126px;
    font-weight: normal;
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
z-index: 0;
}
.popup-full .form.relative .relative-product-parent .free-shipping-slide {
margin: 35px 7px 35px 7px;
}
.popup-full .form.relative .relative-product-parent .totals-box{
margin: 15px 0;
display: flex;
font-size: 14px;
}
.popup-full .form.relative .relative-product-parent .totals-box .title-total{
margin: auto auto auto 0;
}
.popup-full .form.relative .relative-product-parent .totals-box .total{
margin: auto 0 auto auto;
text-align: right;
}
.popup-full .form.relative .relative-product-parent .totals-box .total .rub i{
display: none;
}
.popup-full .form.relative .relative-product-parent .actions{
display: flex;
margin-bottom: 24px;
}
.popup-full .form.relative .relative-product-parent .actions button:first-child{
margin: auto auto auto 0;
background: none;
border: none;
border-bottom: 1px dashed #0099ff;
font-size: 13px;
color: #0099ff;
padding: 0;
width: auto;
}
.popup-full .form.relative .relative-product-parent .actions button.btn-b{
margin: auto 0 auto auto;
width: 240px;
    font-size: 14px;
}
.popup-full .form.relative .relative-products{

}
.popup-full .form.relative .relative-product{
display: flex;
padding: 6px 15px;
border-radius: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
margin-bottom: 10px;
}
.popup-full .form.relative .relative-product .thumb{
width: 61px;
height: 58px;
display: flex;
margin: auto 19px auto 0;
}
.popup-full .form.relative .relative-product .thumb a{
margin: auto;
}
.popup-full .form.relative .relative-product .thumb a img{
max-height: 100%;
}
.popup-full .form.relative .relative-product .data{
margin: auto 0 auto 0;
}
.popup-full .form.relative .relative-product .data .name{
margin-bottom: 9px;
}
.popup-full .form.relative .relative-product .data .name a{
font-size: 12px;
font-weight: 500;
color: #001a1a;
}
.popup-full .form.relative .relative-product:hover .data .name a{
color: #0099ff;
}
.popup-full .form.relative .relative-product .data .price{
font-size: 14px;
font-weight: 600;
margin-bottom: 18px;
height: 23px;
position: relative;
    z-index: 3;
}

.popup-full .form.relative .relative-product .data .price .special {
    display: flex;
}
.popup-full .form.relative .relative-product .data .price .special .label {
    margin: 6px 9px auto 0;
    width: 30px;
    height: 20px;
    font-size: 7px;
    color: #fff;
    background-image: url(icons/sale-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 6px;
    text-align: center;
}
.popup-full .form.relative .relative-product .data .price .special .totals{
line-height: 10px;
}
.popup-full .form.relative .relative-product .data .price .special .price-old-total {
    display: block;
    text-align: left;
    font-size: 9px;
    font-weight: 300;
    color: #a0a0a0;
    text-decoration: line-through;
    margin-top: -3px;
}
.popup-full .form.relative .relative-product .data .price .price-currency.rub {
    font-size: 7px;
    line-height: 7px;
    position: relative;
    top: 1px;
}
.popup-full .form.relative .relative-product .data .price .price-currency.rub i {
font-size: 5px;
    display: block;
    color: #a0a0a0;
    font-style: normal;
    font-weight: normal;
}
.popup-full .form.relative .relative-product .buttons{
margin: auto 0 auto auto;
min-width: 74px;
    text-align: right;
}
/*DROP ITEMS CART*/
.items-utins_box{
white-space: normal;
width: 430px;
}
.items-utins_box .units .unit .box{
display: flex;
justify-content: space-between;
font-size: 13px;
color: #001a1a;
}
.items-utins_box.cart-drop .units .unit .box,
.items-utins_box .units .unit:not(:last-child) .box{
padding-bottom: 13px;
}
.items-utins_box .units .unit a{
display: block;
font-size: 13px;
color: #001a1a;
}
.items-utins_box .units .unit:hover a,
.items-utins_box .units .unit a:hover{
color:  #0099ff;
}
.items-utins_box .units .unit .img{
width: 50px;
height: 40px;
display: block;
margin: auto 20px auto 0;
}
.items-utins_box .units .unit .img img{
max-width: 100%;
max-height: 100%;
/*width: 100%;*/
}
.items-utins_box .units .unit .name{
margin: auto 0 auto 0;
flex: 1;
text-align: left;
padding-right: 10px;
}

.items-utins_box .units .unit .quantity{
margin: auto 0 auto 10px;
width: 25px;
display: block;
text-align: right;
}
.items-utins_box .units .unit .quantity_unit{
margin: auto 0 auto 5px;
width: 17px;
display: block;
text-align: right;
}
.items-utins_box .unit:not(:last-child){
/* border-bottom: 1px solid #e2ecf3; */
margin-bottom: 13px;
}
.items-utins_box .units-scroll{
max-height: 384px;
    overflow-y: auto;
    padding-right: 11px;
}
.items-utins_box.cart-drop .units-scroll{
max-height: 393px;
}
@media (max-height: 820px){
.items-utins_box.cart-drop .units-scroll{
max-height: 324px;
}
}
@media (max-height: 748px){
.items-utins_box.cart-drop .units-scroll{
max-height: 237px;
}
}
.items-utins_box .units-scroll::-webkit-scrollbar{
  width: 5px;  
  height: 5px; 
}
.items-utins_box .units-scroll::-webkit-scrollbar-track{
  background: #fff;
}
.items-utins_box .units-scroll::-webkit-scrollbar-thumb{
  background: #eef1f3;
  border-radius: 3.5px;
}
.items-utins_box.cart-drop button{
background-color: #ff9c00;
}

.items-utins_box.cart-drop .units .unit a{
font-size: 12px;
}
.items-utins_box.cart-drop .units .unit .price{
margin: auto 0 auto 15px;
display: block;
text-align: right;
cursor: default;
}
.items-utins_box.cart-drop .units .unit .price .total-price{
font-size: 14px;
    font-weight: 500;
    color: #001a1a;
    margin-bottom: 0px;
}
.items-utins_box.cart-drop .units .unit .price .total-quantity{
font-size: 10px;
color: #001a1a;
}
.items-utins_box .units .unit .remove{
margin: auto 0 auto 10px;
display: block;
text-align: right;
color: #eef1f3;
fill: currentColor;
cursor: pointer;
font-size: 22px;
}
.items-utins_box .units .unit .remove:hover{
color: #001a1a;
}
.items-utins_box .bottom-info .box{
padding-top: 23px;
border-top: 1px solid #e2ecf3;
}
.items-utins_box .totals{
display: flex;
justify-content: space-between;
}
.items-utins_box .totals div.text{
margin: auto auto auto 0;
font-size: 13px;
color: #587b8e;
}
.items-utins_box .totals div.order{
margin: auto 0 auto auto;
font-size: 24px;
font-weight: 500;
}
.items-utins_box button{
border-radius: 8px;
    background-color: #0099ff;
    color: #fff;
    margin-top: 23px;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 10px 0;
}
.items-utins_box button:hover{
background-color: #f19400;
}
/**/
.input-box {
    max-width: 100%;
    position: relative;
}

.input-box .add{
    border: none;
    color: #0099ff;
    padding: 7px 10px 5px 8px;
    position: absolute;
    right: 2px;
    bottom: 7px;
    background-color: #fff;
display: none;
}
.input-box:hover .add{
display: block;
}
.input-box .add i{
    transform: rotate(-45deg);
    display: block;
}

.input-box label {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.input-box.label-up label {
    position: absolute;
    margin: 0;
    padding: 3px 6px;
    top: 9px;
    opacity: 0.8;
    left: 20px;
    background-color: #0099ff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 1;
}
.input-box.label-up label.up {
    top: -10px;
    left: 10px;
    font-size: 12px;
    opacity: 1;
    z-index: 3;
}
header .items-utins_box .units .unit .name{font-size: 13px;}
/*UP menu FROM column_left*/
.column_left_menu{
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 85%;
    z-index: 1001;
background-color: #fff;
padding: 25px;
transform: translateX(-100%) translate3d(0,0,0);
    transition: transform 300ms ease-in-out,box-shadow 150ms linear;
}
.column_left_menu.active{
box-shadow: 0 0 0 99999px rgb(0 0 0 / 60%);
    transform: translateX(0);
}
.column_left_menu .title{
margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}
.column_left_menu .body{
overflow-y: auto;
}
.column_left_menu > button{
position: absolute;
    left: 100%;
    top: 50%;
    transform: rotate(-90deg) translate(-40%,50%);
    transform-origin: left center;
    transition: transform 200ms ease-in-out 400ms;
    z-index: 1;
    border: none;
    background-color: #0099ff;
    color: #fff;
border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.column_left_menu > button span{
display: inline-block;
width: 40px;
    height: 28px;
filter: brightness(3);
background-repeat: no-repeat;
    background-position: center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e");
}
.column_left_menu.active > button{
display: none;
}
.column_left_menu .close{
position: absolute;
    font-size: 20px;
    right: 25px;
    top: 29px;
z-index: 5;
}
.product-id .stickers .item {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}
.product-id .stickers .item:not(:last-child) {
    margin-right: 17px;
}
.product-id .data-line {
    margin-top: -25px;
    padding-bottom: 15px;
}
.product-id .data-line .item {
    font-size: 14px;
    display: inline-block;
}
.product-id .data-line .item .model {
  font-weight: 600;
}
.product-id .data-line .item:not(:last-child) {
    margin-right: 16px;
}
.product-id .data-line .item.sold-box .stars {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}
.product-id .data-line .item.sold-box .stars span {
    width: 15px;
    height: 14px;
    display: inline-block;
}
.product-id .data-line .item.sold-box .stars span svg {
    width: 16px;
    height: 15px;
}
.product-id .data-line .item.sold-box .stars span svg path {
    fill: #ff9c00;
}
.product-id .data-line .item.sold-box .text {
    font-size: 14px;
    color: #8b8b8b;
    display: inline-block;
}

@media (max-width: 700px) {
.product-id .data-line .item.sold-box .text {
margin-bottom: 15px;
}
}

.product-id .data-line .item button{
background: none;
padding: 0;
margin: 0;
border: 0;
}
.product-id .data-line .item button.active,
.product-id .data-line .item button:hover{
color: #0099ff;
}
.product-id .data-line .item button:not(:last-child) {
    margin-right: 16px;
}
.product-id .data-line .item button i{
color: #98b1bf;
display: inline-block;
margin-right: 5px;
position: relative;
    top: 1px;
}
.product-id .images{
padding-left: 65px;
display: flex;
height: 490px;
position: relative;
}
.product-id .images > img{
height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
display: block;
margin: auto;
}

.product-id .images .thumbs{
position: absolute;
left: 0;
top: 0;
width: 58px;
max-height: 490px;
overflow: hidden;
}
.product-id .images .thumbs .thumb{
min-width: 58px;
width: 58px;
height: 58px;
border-radius: 8px;
    border: solid 2px #fff;
    padding: 9px;
    display: flex;
cursor: pointer;
}
.product-id .images .thumbs .thumb img{
max-width: 100%;
    max-height: 39px;
    width: auto;
    display: block;
    margin: auto;
}
.product-id .images .thumbs .thumb:hover,
.product-id .images .thumbs .thumb.active{
border-color: #e1e8ec;
}
.product-id .images .thumbs .thumb:not(:last-child){
margin-bottom: 13px;
}

.product-id .images .thumbs .thumb.v3d{
padding: 0;
border: none;
}
.product-id .images .thumbs .thumb.v3d img{
max-height: 100%;
}

@media (max-width: 575px){

.product-id .images{
padding-left: 0;
height: auto;
display: block;
}
.product-id .images .thumbs{
position: static;
height: 70px;
width: 100%;
margin: 25px 0 0 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 10px;
display: flex;
}
.product-id .images .thumbs .thumb{
/* display: inline-block; */
display: flex;
}
.product-id .images .thumbs .thumb:not(:last-child){
margin-bottom: 0;
margin-right: 13px;
}

}

.product-id .options{
display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%;
}

.product-id .options .options-block{
/* flex: 0 0 50%; */
    max-width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
width: 100%;
}
@media (max-width: 1333px){
.product-id .options .options-block{
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 925px){
.product-id .options{
margin-top: 25px;
}
.product-id .options .options-block{
flex: 0 0 50%;
max-width: 50%;
}
}

.options-selected .options{
margin-bottom: 4px;
margin-top: -15px;
}
.options .option-title{
font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
margin-top: 0;
font-weight: 600;
}
.options .option-title i{
color: #0099ff;
margin-left: 2px;
}
.options .radio-select{
margin: -4.5px;
}
.options .radio-select .radio{
margin: 4.5px;
display: inline-block;
font-size: 12px;
}
.options .radio-select .radio label{
cursor: pointer;
}
.options .radio-select .radio label .thumb{
width: 32px;
height: 32px;
border-radius: 8px;
display: block;
overflow: hidden;
position: relative;
}
.options .radio-select .radio label .thumb .border{
display: none;
}

.options .radio-select .radio:hover label .thumb .border,
.options .radio-select .radio.active label .thumb .border{
display: block;
    border: 2px solid #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 8px;
}
.options .radio-select .radio input{
display: none;
}
.options .radio-select .radio.active,
.options .radio-select .radio:hover{
color: #0099ff;
}
.options .radio-select .radio.disabled:hover label .thumb .border,
.options .radio-select .radio.disabled.active label .thumb .border{
display: none;
}
.options .radio-select .radio.disabled label{
opacity: 0.4;
cursor: default;
}

.menu-box.product-data {
    border: solid 2px #e1e8ec;
padding: 22px;
border-radius: 8px;
}
/*.scroll-elements .menu-box.product-data {
top: 100px;
}*/

.other-price-box .econom-box,
.product-price-box .econom-box{
margin-bottom: 8px;
}
.other-price-box .econom-box .econom,
.product-price-box .econom-box .econom{
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #fff;
padding: 5px 8px;
border-radius: 3.2px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
background-color: #f44140;
margin-right: 8px;
vertical-align: middle;
}
.other-price-box .price-box,
.product-price-box .price-box{
margin-bottom: 10px;
}
.other-price-box .price-box .price,
.product-price-box .price-box .price{
font-size: 28px;
font-weight: bold;
display: inline-block;
margin-right: 11px;
vertical-align: middle;
}
.other-price-box .price-box .old-price,
.product-price-box .price-box .old-price{
display: inline-block;
font-size: 16px;
color: #8b8b8b;
vertical-align: middle;
position: relative;
}
.other-price-box .price-box .old-price:after,
.product-price-box .price-box .old-price:after{
content: '';
    height: 1px;
    position: absolute;
    left: -3px;
    right: -3px;
    top: 8px;
    background-color: #f54040;
    transform: rotate(-6deg);
}
.other-price-box .price-box .tax,
.product-price-box .price-box .tax{
display: block;
vertical-align: middle;
color: #8b8b8b;
font-size: 14px;
margin-top: 7px;
}
.product-price-box .price-box .empty{
font-size: 14px;
    /*font-weight: bold;*/
}
.menu-box.product-data .a-text{
color: #0099ff;
font-size: 14px; 
}
.other-quantity-box .calc,
.product-quantity-box .calc{
width: 25px;
height: 25px;
vertical-align: middle;
font-size: 14px;
text-align: center;
color: #474747;
border: solid 1.1px #e1e8ec;
background-color: #fff;
position: relative;
top: 0px;
}
.product-quantity-box.sp .calc{
top: 1px;
}
.other-quantity-box .calc.minus,
.product-quantity-box .calc.minus{
border-top-left-radius: 4.5px;
border-bottom-left-radius: 4.5px;
}
.other-quantity-box .calc.plus,
.product-quantity-box .calc.plus{
border-top-right-radius: 4.5px;
border-bottom-right-radius: 4.5px;
}
.other-quantity-box input,
.product-quantity-box input{
font-size: 12.7px;
text-align: center;
color: #474747;
border: solid 1.1px #e1e8ec;
border-left: none;
border-right: none;
margin: 0 -4px;
width: 50px;
height: 25px;
vertical-align: middle;
line-height: 25px;
padding-top: 3px;
}
.other-quantity-box .quantity-unit-box,
.product-quantity-box .quantity-unit-box{
display: inline-block;
margin-left: 10px;
font-size: 14px;
vertical-align: center;
}
.minimum-info{
margin: 5px 0;
font-size: 13px;
color: #8b8b8b;
}
.minimum-select{
font-size: 13px;
}
.minimum-select span{
display: inline-block;
border-bottom: 1px dashed #cdcdcd; 
cursor: pointer;
margin-left: 9px;
}
.minimum-select span.active,
.minimum-select span:hover{
color: #0099ff;
border-color: #0099ff;
}
.buttons-box{
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}
.buttons-box button{
display: inline-block;
}
.product-ddate{
font-size: 13px;
color: #0099ff;
}
.product-ddate div:not(:last-child){
margin-bottom: 3px;
}
.product-ddate .c-green{
font-weight: 600;
}
.product-ddate .c-green .c-grey,
.product-ddate .c-black .c-grey{
font-weight: 400;
display: inline-block;
float: right;
}
.product-ddate .in_sttore{
color: #2b9353;
}
.product-ddate .in_sttore i,
.product-ddate i{
display: none;
}
.product-ddate a{
color: #0099ff;
border-bottom: 1px dashed;
}
.product-ddate a:hover{
border-color: transparent;
}
.product-id .warranty-data{
padding: 0 0 6px 53px;
background-image: url('icons/guarantee.svg');
background-position: 22px 0;
background-repeat: no-repeat;
background-size: 20px;
font-size: 14px;
}

.attribute-group .name{
font-size: 16px;
font-weight: 500;
margin-bottom: 21px;
}
.attribute-group .item{
margin-bottom: 15px;
}
.attribute-group .item .label{
padding-right: 15px;
    font-size: 14px;
    color: #8b8b8b;
display: flex;
position: relative;
}
.attribute-group .item .label:after{
content: '';
    border-bottom: 1px dashed #d6dbe0;
    display: block;
    right: -3px;
    left: 10px;
    position: absolute;
    bottom: 3px;
z-index: 1;
}
.attribute-group  .item .label span{
display: block;
    margin: auto 0 0 0;
    position: relative;
    z-index: 5;
    text-decoration: underline;
    text-underline-offset: -1px;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
}
/* .attribute-group  .item .label span:after{
content: ' ';
    height: 4px;
    background-color: #fff;
    position: absolute;
right: -7px;
    left: 0;
    bottom: 0;
z-index: -1;
} */
.attribute-group .item .val span{
position: relative;
display: inline-block;
width: 20px;
min-height: 16px;
}
.attribute-group .item .val span img{
vertical-align: middle;
}
.attribute-group .item .val{
    font-size: 14px;
display: flex;
}
.attribute-group .item .val div.bottom.flag{
margin: auto 0 -3px 0;
}
.attribute-group .item .val div.bottom{
margin: auto 0 0 0;
}
.attribute-group .item .val .aY,
.attribute-group .item .val a{
font-size: 14px;
color: #0099ff;
border: none;
}
.attribute-group .item .val .aY{
cursor: pointer;
width: auto;
}
.attribute-group .item .val .aY:hover,
.attribute-group .item .val a:hover{
color: #0095d8;
}
.attribute-group .more button{
background: none;
border: none;
border-bottom: 1px dashed rgba(0, 137, 255, 0.3);
font-size: 13px;
color: #0099ff;
padding: 0;
}
.attribute-group .more button:hover{
border-color: #0099ff;
}
.attribute-group .more i{
font-size: 5px;
    color: #8b8b8b;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.product-id .manufacturer {
    margin-top: 40px;
}
.product-id .manufacturer a {
    border: none;
}
.product-id .manufacturer a img {
    max-width: 150px;
    margin-right: 26px;
    vertical-align: middle;
}

.info-text-minimun{
font-size: 14px;
    font-weight: 600;
margin-top: 15px;
}

.danger-outdated{
padding: 15px 20px;
border-radius: 8px;
border: solid 2px #ff2828;
margin-top: 25px;
font-size: 13px;
display: inline-block;
}
.danger-outdated .danger-alert{
font-size: 20px;
font-weight: bold;
color: #ff2828;
}

#analogues-box{
position: relative;
z-index: 102;
margin-top: 20px;
}
#analogues-box .animate-analogues{
position: relative;
    top: 0;
    left: 0;
    right: 0;
 -webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -o-transition: 0.5s ease;
    transition:  0.5s ease;
background-color: #eff3f6;
padding: 20px 0;
}
.hub-row{
margin-right: 0;
    margin-left: 0;
}
.hub-title-box{
position: relative;
height: 100%;
display: flex;
padding-left: 5%;
}
.hub-title-box .title{
font-weight: 600;
    color: #0099ff;
    font-size: 24px;
}
.hub-title-box .analogues-link{
margin-top: 25px;
    display: block;
}
.hub-title-box .analogues-link i{
position: relative;
    top: 2px;
    left: -4px;
}
.hub-title-box .cnt{
margin: auto;
}
.hub-title-box .cnt p{
margin: 6px 0;
}
.hub-title-box .logo{
display: flex;
width: 80px;
    height: 220px;
    background-color: #0099ff;
    position: absolute;
    top: calc(50% - 110px);
    left: -46px;
border-radius: 8px;
-webkit-box-shadow: 7px 0px 9px -2px rgba(34, 60, 80, 0.54);
-moz-box-shadow: 7px 0px 9px -2px rgba(34, 60, 80, 0.54);
box-shadow: 7px 0px 9px -2px rgba(34, 60, 80, 0.54);
-webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -o-transition: 0.5s ease;
    transition:  0.5s ease;
}
/* Analogues */
@media (max-height: 870px) {
.page-nav.__an {
display: none;
}
}

.analogues-data{
background-color: #fff;
position: relative;
z-index: 10;
}
.analogues-data .about{
background-color: #0099ff;
    color: #fff;
    padding: 6px 23px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: rotate(-90deg);
    position: absolute;
    top: 44px;
    left: -37px;
    z-index: 1;
-webkit-transition:  0.1s ease;
    -moz-transition:  0.1s ease;
    -o-transition: 0.1s ease;
    transition:  0.1s ease;
}
.started .analogues-data .about, 
.analogues-data:hover .about{
left: -66px;
}
.analogues-data > a{
position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    height: 35px;
    width: 35px;
    background-color: #fff;
    padding: 10px 0 0 7px;
    border-radius: 100%;
}
.analogues-data > a:hover{
-webkit-box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
    -moz-box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
    box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
}
.analogues-data .items{
background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(72deg, #0099ff 0%, #9d1ca6 100%);
    border-radius: 8px;
    padding: 6px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.analogues-data .items .item{
padding: 14px 16px 16px 14px;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 230px;
    color: #000;
    position: relative;
    border-radius: 8px;
    right: -4px;
    bottom: -4px;
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 190% center;
-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
}
.analogues-data .items .item img{
max-width: 100px;
max-height: 40px;
}
.analogues-data.m-analogues{
margin-top: 50px;
}
.analogues-data .slick-dots{
bottom: -30px;
}
.analogues-data.m-analogues .items .item{
background-position: 90% center;
}
.analogues-data .items .item:not(:first-child){
display: none;
}
.analogues-data .items .item span{
display: block;
margin-top: 1px;
}
.analogues-data .items .item span.name{
font-size: 15px;
font-weight: bold;
}
.analogues-data .items .item span.sku{
font-size: 13px;
color: #8b8b8b;
}
.analogues-data .items .item .best-price{
font-size: 22px;
    font-weight: 600;
    padding-right: 16px;
    white-space: nowrap;
    /*color: #f54040;*/
    margin-top: 13px;
}
.analogues-data .items .item .labels{
position: absolute;
left: -8px;
bottom: 22px;
}
.analogues-data .items .item .labels span{
font-size: 13px;
    margin-top: 5px;
    color: #fff;
    padding: 6px 23px 6px 23px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}
.analogues-data .items .item .labels .in-stok{
    background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);   
}
.analogues-data .items .item .labels .best-price{
background: linear-gradient(47deg, #fcb410 -15%, #ff4d77 100%);   
}
.analogues-data .items .item .labels .choice{
    background: linear-gradient(47deg, #0099ff -15%, #263cb6 100%);   
}
/* old */
/*.analogues-item {
align-items: center;
border: 2px solid #0099ff;
border-radius: 8px;
display: flex;
padding: 10px 20px;
}

.analogues-item .thumb {
height: 170px;
margin-right: 40px;
width: 170px;
}

.analogues-item .thumb a {
display: block;
width: 170px;
height: 170px;
}

.analogues-title {
    color: #0099ff;
    font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}

.analogues-item-name a {
color: #000;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    padding-right: 15px;
}

.analogues-item-name a:hover {
color: #0099ff;
}

.analogues-item-ddate {
display: flex;
font-size: 14px;
}

.analogues-item-ddate .price {
font-size: 24px;
font-weight: 600;
margin-right: 15px;
}

.analogues-item-title {
color: #0099ff;
font-size: 22px;
margin-bottom: 15px;
}

.analogues-item .ddate .c-green {
    padding: 6px 14px;
    background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);
    border-radius: 12px;
    color: #fff;
    width: max-content;
    font-weight: normal;
}
.analogues-item .ddate .c-green.out{
background: linear-gradient(47deg, #fcb410 -15%, #ff4d77 100%);
}
.analogues-item .ddate .c-green span {
    font-weight: normal;
    display: inline-block !important;
    margin-left: 10px;
    color: #fff;
}

.animate-analogues {
background-color: #fff;
}
*/
@media (max-width: 1128px) {
.hub-title-box .logo {
display: none;
}
}
@media (max-width: 924px) {
.hub-title-box {
display: block;
padding: 20px 10px 10px 10px;
}
}
.hub-title-box .logo span{
color: #fff;
    transform: rotate(-90deg);
    display: block;
    margin: auto -10px;
    font-size: 24px;
    text-shadow: -2px 0px 3px rgb(0 0 137 / 30%);
}
.hub-bg:first-child{
border-radius: 4px 0 0 4px;
}
.hub-bg:last-child{
border-radius: 0 4px 4px 0;
}
.hub-item{
padding: 20px 20px;
position: relative;
display: flex;
    align-items: center;
background: #eff3f6;
    border-radius: 8px;
}
.hub-item .analogues-link{
position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}
.hub-item .thumb{
width: 170px;
    height: 170px;
min-width: 170px;
    min-width: 170px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 40px 0 10px;
}
.hub-item .thumb img{
max-height: 100%;
}
.hub-item .price{
font-size: 24px;
    font-weight: bold;
}
.hub-item .price span{
display: inline-block;
    font-size: 18px;
    color: #8b8b8b;
    vertical-align: middle;
margin-left: 5px;
position: relative;
}
.hub-item .price span:after {
    content: '';
    height: 1px;
    position: absolute;
    left: -3px;
    right: -3px;
    top: 8px;
    background-color: #f54040;
    transform: rotate(-6deg);
}
.hub-item .ddate{
margin: 7px 0;
font-size: 14px;
    font-weight: normal;
}
.hub-item .ddate div:not(:last-child){
margin-bottom: 5px;
}
.hub-item .name a{
color: #000;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
padding-right: 15px; 
}
.hub-item .name a:hover{
color: #0099ff;
}
.hub-item .percent{
position: absolute;
    top: 168px;
    left: 30px;
    width: 51px;
    text-align: center;
    background-color: #f54040;
    color: #fff;
    padding: 16.5px 0;
    border-radius: 100%;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 41%);
}

.hub-item .c-green {
    padding: 6px 14px;
    background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);
    border-radius: 12px;
    color: #fff;
    width: max-content;
    font-weight: normal;
}
.hub-item .c-green.out{
background: linear-gradient(47deg, #fcb410 -15%, #ff4d77 100%);
}
.hub-item .c-green span {
    font-weight: normal;
    display: inline-block !important;
    margin-left: 10px;
    color: #fff;
}
#analogues-box.active .hub-title-box .logo {
position: fixed;
    bottom: -70px;
    left: 50%;
    top: auto;
    transform: rotate(90deg);
}
@media (max-width: 630px) {
.hub-item {
display: block;
}
.hub-item .thumb{
margin: 0 auto 25px;
}
.hub-item .name a{
padding-right: 0;
}
}

.sm-product{
padding: 30px 0;
}
.arrt-line{
margin-bottom: 15px;
}
.arrt-line a{
font-size: 15px;
}
.arrt-line .nma{
font-size: 15px;
    color: #8b8b8b;
    width: 40%;
padding-right: 15px;
display: flex;
    position: relative;
}
.arrt-line .nma:after {
    content: '';
    border-bottom: 1px dashed #d6dbe0;
    display: block;
    left: 10px;
right: -3px;
    position: absolute;
    bottom: 3px;
    z-index: 1;
}
@media (max-width: 924px){
.arrt-line .nma{
width: 50%;
}
}
.arrt-line .nma span{
display: block;
    margin: auto 0 0 0;
    position: relative;
    z-index: 5;
}
.arrt-line .nma span:after{
content: ' ';
    height: 4px;
    background-color: #fff;   
    position: absolute;
    left: 0;
right: -7px;
    bottom: 3px;
    z-index: -1;
}
.arrt-line .txa{
font-size: 15px;
display: flex;
}
.arrt-line .txa .bottom{
margin: auto 0 0 0;
}
.arrt-line .txa span{
position: relative;
display: inline-block;
width: 20px;
}
.arrt-line .txa span img{
position: absolute;
left: 0;
top: -13px;
}
.arrt-line .txa a{
color: #0099ff;
border: none;
}
.arrt-line .txa a:hover{
color: #0095d8;
}
.arrt-line .annotation{
position: relative;
z-index: 8;
    top: 4px;
    display: block;
    margin: auto 0 1px 6px;
    color: #0099ff;
cursor: pointer;
}
.arrt-line .bottom .annotation{
display: inline-block;
top: 2px;
}
.arrt-line .annotation:hover{
z-index: 10;
}
.arrt-line .annotation:after{
content: ' ';
    height: 4px;
    background-color: #fff;
    position: absolute;
    display: block;
    left: -4px;
    right: -5px;
    bottom: 4px;
    z-index: -1;
}
.arrt-line .annotation .ppa-boolean{
position: absolute;
    z-index: 8;
margin-top: 6px;
/*min-width: 224px;*/
    width: 500px;
    padding: 30px;    
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #d6dbe0; 
border-radius: 8px;
}
.arrt-line .annotation .ppa-boolean .lable{
position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
text-align: center;
overflow: hidden;
}
.arrt-line .annotation .ppa-boolean .lable:after{
content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
border: solid 2px #d6dbe0;  
}
.arrt-line .annotation .ppa-boolean span{
display: block;
width: auto;
}
.arrt-line .annotation .ppa-boolean ul{
margin: 5px 0;
}
.arrt-line .annotation .ppa-boolean ul li{
margin-bottom: 5px;
}
.arrt-line .annotation .ppa-boolean,
.arrt-line .annotation .ppa-boolean span,
.arrt-line .annotation .ppa-boolean span p,
.arrt-line .annotation .ppa-boolean p,
.arrt-line .annotation .ppa-boolean ul,
.arrt-line .annotation .ppa-boolean ul li{
font-size: 14px;
    line-height: 24px;
}
@media (max-width: 924px){
.arrt-line,
.attribute-group .item{
display: block;
}
.arrt-line .nma,
.attribute-group .item .label{
border-color: transparent;
}
.arrt-line .nma,
.arrt-line .txa,
.attribute-group  .item .label,
.attribute-group .item .val{
min-width: 100%;
max-width: 100%;
margin: 0; 
display: block;
}
.arrt-line .annotation{
display: none;
}

}

.sale-description, .mini-text {
    margin-top: 60px;
    font-size: 15px;
}
.sale-description a, .sale-description p, .mini-text a, .mini-text p {
    font-size: 14px;
}
.sale-description p:last-child, .mini-text p:last-child {
    margin-bottom: 0;
}

.tab-out-content {
    margin-top: 38px;
}

.content-box .tab-out-content:first-child {
    margin-top: 0;
}

.advs-item-data {
    display: flex;
    padding-left: 40px;
    height: 100%;
    margin-bottom: 30px;
    background-image: url(../images/favorites-button.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 29px;
}
.advs-item-data .cell {
    margin: auto 0 auto 0;
}
.advs-item-data .name {
    font-size: 15px;
    border-bottom: 1px dashed #b6babd;
    line-height: 1.5;
}

.files-col{
margin-bottom: 20px;
}
.files-tab .link,
.files-category .file, 
.files-tab .file{
    font-size: 15px;
    display: flex;
    padding: 0 0 15px 0;
    cursor: pointer;
}
.files-tab .link a,
.files-category .file a,
.files-tab .file a{
display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    color: #171717;
}
.files-tab .link a:hover,
.files-category .file a:hover,
.files-tab .file a:hover{
color: #0099ff;
}
.files-tab .link,
.files-tab .file {
    margin-bottom: 15px;
}
.files-tab .link img,
.files-category .file img,
.files-tab .file img {
    display: block;
    width: 30px;
    margin: auto 16px auto 0;
}
.files-tab .link .name,
.files-category .file .name,
.files-tab .file .name {
display: block;
    margin: auto 0 auto 0;
}
.files-category{
margin-bottom: -15px;
}
.files-category .file-box .file{
padding: 0;
margin-bottom: 15px;
}
.files-category .file-box:not(:last-child) .file{
border-right: 2px solid rgba(225, 232, 236, 0.5);
}
.files-tab .file:hover .name,
.files-category .file:hover .name{
color: #0099ff;
}
.tab-content.mini{
min-height: 400px;
overflow: hidden;
}

@media (max-width: 570px) {
.options .select-disegn .select-body {
min-width: 150px;
width: 100%;
}
.product-id .options .options-block {
flex: 0 0 100%;
max-width: 100%;
}
}

.apply-cansel{
display: flex;
    justify-content: space-between;
border: solid 2px #0099ff;
    border-radius: 8px;
}
.apply-cansel span{
display: block;
    min-width: 50%;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
cursor: pointer;
}
.apply-cansel span.apply{
background-color: #0099ff;
color: #fff;
position: relative;
}
.apply-cansel span.apply:before{
content: '';
    border: 10px solid #fff;
    border-left: 5px solid #0099ff;
    border-top: 19px solid #0099ff;
    bottom: 0px;
    position: absolute;
    right: -9px;
}
.apply-cansel span.cansel{
color: #587b8e;
}
.apply-cansel span.cansel:hover{
color: #0099ff;
}
.configurator{
margin-bottom: 30px;
}
.configurator .configurator-title{
font-size: 14px;
font-weight: 500;
margin-bottom: 12px;
margin-top: 0;
font-weight: 600;
}
.configurator .configurator-mask{
font-weight: 600;
font-size: 18px;
cursor: pointer;
}
.configurator .configurator-mask span{
padding: 2px;
border-bottom: 1px solid #eee;
}
.configurator .configurator-mask span i{
color: #0099ff;
}
#child-products{
position: relative;
}
#child-products .block{
position: absolute;
top: 50px;
left: 0;
bottom: 0;
right: 150px;
z-index: 2;
}
.child-products{
width: 100%;
max-width: 100%;
max-height: 481px;
overflow: auto;
position: relative;
z-index: 1;
}
.child-products::-webkit-scrollbar {
    width: 8px;
}
.child-products::-webkit-scrollbar-thumb {
    background-color: #DFE3ED;
    border-radius: 10px;
}
.child-products::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
.child-products table{
width: 100%;
}
.child-products table tr td{
border: none;
padding: 10px;
}
.child-products table tr:not(:last-child) td{
border-bottom: 1px solid #eee;
}
.child-products table tr td img{
max-width: 70px;
max-height: 70px;
}
.child-products table tr td:first-child a{
display: block;
text-align: center;
width: 100%;
}
.child-products table tr td .name{
font-size: 15px;
font-weight: bold;
    color: #000;
display: block;
    text-decoration: none;
    transition: color .5s;
}
.child-products table tr td .name:hover{
color: #0099ff;
}
.child-products table tr td .sku{
display: block;
font-size: 13px;
    margin-top: 5px;
    color: #8b8b8b;
}
.child-products table tr td .price {
font-size: 18px;
    font-weight: bold;
}

.parent-manufacturers{
width: 100%;
max-width: 100%;
max-height: 550px;
overflow: auto;
position: relative;
z-index: 1;
padding: 0 10px;
position: relative;
}

.parent-manufacturers .block{
position: absolute;
top: 50px;
left: 0;
bottom: 0;
right: 150px;
z-index: 2;
}

.parent-manufacturers::-webkit-scrollbar {
    width: 8px;
height: 8px;
}
.parent-manufacturers::-webkit-scrollbar-thumb {
    background-color: #DFE3ED;
    border-radius: 10px;
}
.parent-manufacturers::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.parent-manufacturer{
margin-bottom: 25px;
}
.parent-manufacturer:not(:last-child){
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.parent-manufacturer .logo{
display: flex;
height: 50px;
}
.parent-manufacturer .logo img{
display: block;
margin: auto;
}
.configurator-box{
cursor: pointer;
position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    border: none;  
white-space: nowrap;
}
.configurator-box svg{
width: 22px;
    vertical-align: middle;
    margin-right: 5px;
    fill: #b7c6cf;
}
.configurator-box span{
display: inline-block;
font-size: 14px;
    /*border-bottom: 1px dashed;*/
color: #0099ff;
}
.configurator-box:hover span{
    color: #0095d8;
}
.configurator-box .buttons{
position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    border: 2px solid #e1e8ec;
    border-radius: 12px;
box-shadow: 0 0px 10px 0 rgb(0 0 0 / 4%);
display: none;
}
.configurator-box:hover .buttons{
display: block;
}
.configurator-box .buttons button{
padding: 0 10px;
}
#configurator .body{
position: relative;
    min-height: 200px;
padding: 25px 0;
}
#configurator .options-block{
width: 100%;
}
#configurator .options-block .select-body{
width: 100%;
}
.loader .empty{
margin: auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.configurator-tumb{
height: 100%;
display: flex;
}
.configurator-tumb img{
display: block;
margin: auto;
}.product-card {
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
height: 100%;
}

.product-card:hover {
z-index: 2;
}
.product-card > div{
position: relative;
z-index: 2;
}

.product-card .delivery {
margin-top: auto;
}

.product-card .delivery .c-black {
padding: 6px 0;
}

.product-card .analogues-link{
position: absolute;
    left: -2px;
    top: -4px;
    z-index: 3;
    height: 35px;
    width: 35px;
    background-color: #fff;
    padding: 10px 0 0 6px;
    border-radius: 100%;
display: none;
}
.product-card:hover .analogues-link{
display: block;
}
.product-card .analogues-link:hover{
-webkit-box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
    -moz-box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
    box-shadow: 0px 0px 10px 1px rgb(34 60 80 / 25%);
}

.product-card .confico{
position: absolute;
    left: -11px;
    top: 0;
    z-index: 20;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 28px;
    color: #98b1bf;
display: none;
}
.product-card .confico:hover{
color: #0099ff;
}
.product-card:hover .confico{
display: block;
}

.product-card .thumb {
display: flex;
width: 210px;
height: 210px;
margin: 0 auto;
position: relative;
text-align: center;
max-width: 100%;
}

.product-card .thumb a {
display: block;
max-height: 100%;
max-width: 100%;
margin: auto;
}

.product-card .thumb img {
width: 100%;
max-height: 210px ;
}

.product-card .prices {
align-items: center;
display: flex;
font-size: 20px;
flex-wrap: wrap;
margin-top: 5px;
position: relative;
}

.product-card .delivery div {
font-size: 13px;
    margin-top: 5px;
}

.product-card .delivery div {
display: none;
}

.product-card .delivery div:first-child {
display: block;
}

.product-card .prices .discount {
background-color: #f54040;
    border-radius: 3.2px;
    color: #fff;
    font-size: 13.8px;
left: 0;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
top: -40px;
    z-index: 1;
}

.product-card .prices .current {
font-size: 20px;
font-weight: 600;
padding-right: 16px;
white-space: nowrap;
}

.product-card .prices .prev {
color: #92989d;
font-size: 20px;
font-weight: 400;
text-decoration: line-through;
text-decoration-color: red;
text-decoration-thickness: 2px;
white-space: nowrap;
}

.product-card .bestseller {
color: #ff9c00;
font-size: 13px;
font-weight: 600;
margin-top: 2px;
display: none;
}

.product-card .c-green {
font-weight: 600;
}

.product-card .c-green {
padding: 6px 14px;
background: linear-gradient(47deg, #00bb2f -15%, #1f9aab 100%);
border-radius: 12px;
color: #fff;
width: max-content;
font-weight: normal;
}

.product-card .c-green span {
font-weight: normal;
display: inline-block !important;
margin-left: 10px;
color: #fff;
}

.product-card .c-green .c-grey {
font-weight: normal;
}

.product-card .name {
font-size: 15px;
font-weight: 500;
line-height: 23px;
margin-top: 2px;
padding-right: 10px;
min-height: 70px;
}

.product-card .name a{
font-size: 15px;
color: #000;
text-decoration: none;
transition: color .5s;
}

.product-card:hover .name a {
color: #0099ff;
transition: color .5s;
display: block;
}

.product-card .model{
font-size: 13px;
    margin-top: 5px;
    color: #8b8b8b;
}


.product-card .hover-shadow{
position: absolute;
top: -20px;
left: -20px;
bottom: -20px;
right: -20px;
z-index: 1;
background-color: #fff;
display: none;
-webkit-box-shadow: 0 0 20px rgb(36 36 36 / 10%);
    box-shadow: 0 0 20px rgb(36 36 36 / 10%);
border-radius: 12px 12px 0 0;
}

.available-product-box {
    width: 100%;
}
.available-product-box .product {
border-bottom: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.available-product-box .product .product-ddate{
max-width: 215px;
margin-top: 10px;
white-space: nowrap;
}
.available-product-box .product:not(:last-child){
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #eee;
}
.available-product-box .product .thumb {
    max-width: 80px;
    height: 80px;
    margin-right: 15px;
}
.available-product-box .product .name{
max-width: 520px;
width: 100%;
}
.available-product-box .product .name .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 2px;
    padding-right: 10px;
}
.available-product-box .product .name a {
color: #000;
}
.available-product-box .product .name a:hover {
color: #0099ff;
}
.available-product-box .product .name .model {
    font-size: 13px;
    margin-top: 5px;
    color: #8b8b8b;
}
.available-product-box .product-quantity-box {
    margin-left: auto;
    white-space: nowrap;
margin-right: 10px;
}
.available-product-box .quantity-unit-box {
display: inline-block;
min-width: 70px;
}
.available-product-box .quantity-unit-box span {
font-weight: 600;
font-size: 18px;
position: relative;
top: 1px;
}
.available-product-box .product button.cart {
border: none;
    border-radius: 8px;
    max-width: 120px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: #0099ff;
    width: 100%;
    padding: 5px 10px;
    line-height: 28px;
}
.available-product-box .product button.cart:hover {
background-color: #0080d5;
}
.available-product-box .product button.cart.button_in_cart{
background-color: #26ad5a;
}
.available-product-box .product button.cart.button_in_cart:hover{
background-color: #2b9353;
}
.available-product-box .product .buttons{
white-space: nowrap;
}
.available-product-box .product .buttons .compare,
.available-product-box .product .buttons .wishlist {
height: 40px;
    width: 40px;
    font-size: 20px;
    color: #98b1bf;
    background-color: #fff;
    border: none;
}

@media (min-width: 1024px) {
.product-card.hover .hover-shadow,
.product-card:hover .hover-shadow{
display: block;
}
}

.product-card .buttons{
min-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px 20px;
    margin-top: -30px;
    background-color: #fff;
    /* -webkit-box-shadow: 0 0 20px rgb(36 36 36 / 10%);
    box-shadow: 0 0 20px rgb(36 36 36 / 10%); */
-webkit-box-shadow: 0 7px 10px rgb(36 36 36 / 10%);
    box-shadow: 0 7px 10px rgb(36 36 36 / 10%);
    border-radius: 0 0 12px 12px;
overflow: hidden;
}
.product-card .buttons:before{
content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
display: block;
    background-color: #fff;
}

.product-card .buttons::after {
content: '';
    background-color: transparent;
    width: 100%;
    position: absolute;
    bottom: -23px;
    height: 25px;
    left: 0;
}
.product-card .buttons .deliveries{
font-size: 13px;
margin-bottom: 20px; 
}
.product-card .buttons .deliveries div:not(:last-child){
margin-bottom: 10px;
}

.product-card .c-green.out,
.product-card .deliveries .c-green {
background: linear-gradient(47deg, #fcb410 -15%, #ff4d77 100%);
}

.product-card .buttons .bottom{
margin-top: 15px;
display: flex;
    flex-wrap: wrap;
}

.product-card .headbuttons,
.product-card .cart{
flex: 0 0 50%;
    max-width: 50%;
}
.product-card .buttons .cart button {
background-color: #0099ff;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
height: 40px;
display: block;
min-width: 100%;
}
.product-card .buttons .cart button:hover {
background-color: #0080d5;
}

.product-card .headbuttons button:not(:first-child){
margin-left: 15px;
}

.product-card .headbuttons button.active,
.product-card:hover .headbuttons button{
display: inline-block;
}

.product-card .headbuttons{
text-align: right;
padding-top: 6px;
}



.product-card .headbuttons button {
background-color: transparent;
border: none;
    cursor: pointer;
    font-size: 25px;
    color: #98b1bf;
height: 31px;
width: 31px;
}

.product-card .headbuttons button:last-child {
left: 45px;
}

.btn-b.blue.button_in_cart,
.product-card .cart button.button_in_cart{
background-color: #26ad5a;
}
.btn-b.blue.button_in_cart:hover,
.product-card .cart button.button_in_cart:hover {
background-color: #2b9353;
}

.product-card .thumb .images-dots {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 2;
  }

  .product-card .thumb .images-dots span {
display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #cfcfcf;
border-radius: 100%;
  }

  .product-card .thumb .images-dots span.active {
background-color: #0099ff;
  }

  .product-card .thumb .images-dots span.:not(:last-child) {
/*margin-right: 5px;*/ 
  }
  
@media (max-width: 1130px) {
.available-product-box .product-quantity-box .calc.minus,
.available-product-box .product-quantity-box .quantity-total,
.available-product-box .product-quantity-box .calc.plus {
display: none;
}

.available-product-box .quantity-unit-box .separator {
display: none;
}

.available-product-box .product .cart {
margin-left: auto;
}
}

@media (max-width: 900px) {
.available-product-box .product {
flex-wrap: wrap;
}

.available-product-box .product .name {
width: calc(100% - 95px);
}

.available-product-box .product-quantity-box {
margin-left: 0;
}

.available-product-box .product-quantity-box .quantity-unit-box {
margin-left: 95px;
}

}

@media (max-width: 680px) {
.mb-col{
flex: 0 0 50%;
max-width: 50%;
}

.available-product-box .product {
flex-direction: column;
position: relative;
align-items: start;
padding: 10px;
}

.available-product-box .product:not(:last-child) {
border: none;
}

.available-product-box .product .thumb {
max-width: 173px;
height: 173px;
margin: auto;
margin-bottom: 15px;
}

.available-product-box .product-quantity-box {
white-space: nowrap;
margin: 0;
}

.available-product-box .product-quantity-box .calc.minus,
.available-product-box .product-quantity-box .quantity-total,
.available-product-box .product-quantity-box .calc.plus {
display: none;
}

.available-product-box .product-quantity-box .quantity-unit-box{
margin: 10px 0 10px 0;
margin-left: 0;
}

.available-product-box .quantity-unit-box .separator {
display: none;
}

.available-product-box .product .cart {
position: absolute;
right: 10px;
bottom: 9px;
}

.available-product-box .product .buttons {
display: none;
}
}

@media (max-width: 570px) {
.product-card .c-green span {
display: none !important;
}
}

.show-more-accessories{
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    color: #ccc;
    padding: 127px 0;
    cursor: pointer;
}
.show-more-accessories:hover{
color: #0099ff;
}
.show-more-accessories i{
transform: rotate(45deg);
    display: block;
    font-size: 26px;
    padding: 20px 20px 12px 20px;
    background-color: #0099ff;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 100%;
}header .middle-line .search .search-resize.focus  #search-btn{
display: flex;
    background-color: #0099ff;
    color: #fff;
    margin-right: -3px;
    width: 130px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    top: -4px;
}
header .middle-line .search .search-resize.focus  #search-btn:before{
content: 'Найти';
display: block;
margin: auto;
}
header .middle-line .search .search-resize.focus  #search-btn i{
display: none;
}

header .middle-line .search .search-resize .clear-search{
position: absolute;
    right: 140px;
    top: 10px;
    background-color: #fff;
    padding: 5px 5px 0px 4px;
    border-radius: 6px;
    cursor: pointer;
transform: scale(0) rotate(180deg);
-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
header .middle-line .search .search-resize .clear-search:hover{
color: #0099ff;
}
header .middle-line .search .search-resize.ready .clear-search{
transform:  scale(1) rotate(0deg);
}
header .middle-line .search .search-resize.focus input{
padding-right: 169px;
color: #001a1a;
}
header .middle-line .search .search-resize #auto-search-result-dropdown{
position: absolute;
    top: -24px;
    left: -20px;
    right: -20px;
    z-index: -1;
    background-color: #fff;
    padding: 90px 37px 20px 37px;
    border-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0px 12px 16px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 12px 16px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 12px 16px 2px rgba(34, 60, 80, 0.2);
display: none;
}
header .middle-line .search .search-resize #auto-search-result-dropdown.active{
display: block;
opacity: 0;
animation: show-search .2s ease-in-out forwards;
}
@keyframes show-search {
  to{opacity: 1;}
}
/*Loading Line*/
.search-loading-line{
display: inline-block;
/*background: linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));*/
padding-top: 20px;
font-size: 13px;
color: #8b8b8b;
height: 23px;
width: 100%;
position: relative;
overflow: hidden;
/*animation: loading-line 4s ease-in-out forwards;*/
}
.search-loading-line:after{
content: '';
display: block;
height: 3px;
width: 210%;
    position: relative;
    left: -110%;
background: linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83),rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
animation: loading-line 2s ease-in-out infinite;
}
.search-loading-line:before{
content: 'Поиск...';
position: absolute;
top: 0;
left: 0;
}
.search-loading-line.wait:before{
content: 'Загрузка...';
}
.search-loading-line.config:before{
content: 'Настройка...';
}
@keyframes loading-line {
  0%{left: -110%;}
  100%{left: 0%;}
}
/*HELPER*/
#search-helper .item:not(:last-child){
margin-bottom: 10px;
}
#search-helper .title{
margin-bottom: 10px;
    font-weight: 600;
padding-left: 2px;
}
#search-helper .title span{
float: right;
    font-weight: normal;
    color: #8b8b8b;
    cursor: pointer
}
#search-helper .title span:hover{
color: #f54040;
}
#search-helper .item{
display: flex;
justify-content: start;
align-items: center;
position: relative;
}
#search-helper .item .thumb{
position: absolute;
    top: -24px;
    left: -74px;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 12px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
}
#search-helper .item .thumb:after{
content: '';
    display: block;
    position: absolute;
    top: 29px;
    right: -4px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#search-helper .item .thumb img{
max-width: 50px;
max-height: 50px;
}
#search-helper .item.mn{
text-align: center;
display: block;
}
#search-helper .item.mn img{
max-width: 116px;
max-height: 41px;
}
#search-helper .item:hover .thumb,
#search-helper .item.active .thumb{
display: block;
opacity: 0;
animation: show-thumb .5s ease-in-out forwards;
}
#search-helper p{
white-space: normal;
}
#search-helper .search-history{
margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
#search-helper .search-history ul{
white-space: normal;
}
#search-helper .search-history li{
cursor: pointer;
padding: 0;
border: none;
line-height: inherit;
}
#search-helper .search-history li img{
max-width: 71px;
max-height: 25px;
}
#search-helper .search-history li i{
color: #98b1bf;
}
#search-helper .search-history li:hover span{
color: #0099ff;
}

@media (max-width: 680px) {
#search-helper .item:hover .thumb,
#search-helper .item.active .thumb{
display: none;
}
}
@keyframes show-thumb {
  0%{opacity: 0;}
  50%{opacity: 0;}
  100%{opacity: 1;}
}

#search-helper .item.active{
background: #0099ff3b;
}
#search-helper .item span:first-child{
padding-right: 10px;
overflow: unset;
}
#search-helper .item span:not(:first-child):hover{
color: #0099ff;
}
#search-helper .item span[data-removeh]:hover{
color: #f54040;
}
#search-helper .item span i{
position: relative;
font-size: 16px;
padding: 3px;
cursor: pointer;
top: 2px;
left: 0;
}
#search-helper .item span i.icon2-search-m{
color: #0099ff;
}
#search-helper .item a{
color: #000;
}
#search-helper .item a:hover{
color: #0099ff;
}
#search-helper .item span,
#search-helper .item a{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
cursor: pointer;
}
@media (max-width: 770px){
#search-helper .item span,
#search-helper .item a{
white-space: normal;
overflow: unset;
}
}

/*MOBILE*/
#mobile-popup-search{
position: absolute;
z-index: 9999999999;
left: 0;
top: 49px;
width: 100%;
background-color: #fff;
padding: 25px;
-webkit-box-shadow: 0px 12px 16px -10px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 12px 16px -10px rgba(34, 60, 80, 0.2);
box-shadow: 0px 12px 16px -10px rgba(34, 60, 80, 0.2);
}
#mobile-popup-search .input-box input{
background-color: #fff;
padding: 10px 30px 10px 10px;
border-radius: 12px;
width: 100%;
border: 2px solid #0099ff;
position: relative;
z-index: 1;
font-size: 16px;
}
#mobile-popup-search .input-box button{
padding: 5px 10px 0 10px;
position: absolute;
background: transparent;
border: none;
font-size: 23px;
top: 7px;
right: 1px;
z-index: 2;
color: #0099ff;
}

#show-all-search-results{
margin-top: 3px;
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #eee;
}

#show-all-search-results button{
border: none;
background: transparent;
color: #0099ff;
border-bottom: 1px dashed #fff;
}
#show-all-search-results button:hover{
border-color: #0099ff;
}


/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.disable{
position: relative;
}
.disable .disable-box{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}/* FOOTER */

footer {
background-color: #4d575e;
padding: 48px 0 30px 0;
margin-top: 45px;
}

footer .title {
color: #fff;
font-size: 18px;
margin-bottom: 16px;
}

footer a {
color: #a6abae;
display: block;
width: 100%;
font-size: 14px;
margin-bottom: 10px;
}

footer .contacts a {
font-size: 18px;
color: #fff;
margin-bottom: 0;
}

footer span {
color: #a6abae;
font-size: 10px;
margin-top: 4px;
margin-bottom: 18px;
display: block;
}

footer button {
background-color: #0099ff;
border: none;
display: block;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
max-width: 152px;
padding: 7px 0px;
width: 100%;
}

footer hr {
background-color: #a6abae33;
border: none;
height: 1px;
margin: 40px auto 25px;
max-width: 1360px;
width: 100%;
}

footer .bottom,
footer .bottom a,
footer .bottom p {
font-size: 13px;
color: #a6abae;
margin-top: 0;
line-height: normal;
}

@media (max-width: 925px) {
footer button {
margin-bottom: 10px;
}

footer .title {
margin-top: 15px;
}
}

@media (max-width: 575px) {
footer {
text-align: center;
padding: 25px 0 30px 0;
}

footer .contacts a {
font-size: 27px;
}

footer button {
max-width: 252px;
margin: 0 auto;
}

footer hr {
margin: 20px auto;
}
}
@media (max-width: 550px) {
footer {
padding: 25px 0 70px 0;
}
}

/* Стили для файлов документации */
.product-files {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.product-files h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
}

.files-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.file-item {
    background: white;
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.file-item:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}

.file-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    gap: 10px;
}

.file-link:hover {
    color: #007bff;
}

.file-name {
    font-weight: 500;
    flex: 1;
}

.file-type {
    color: #666;
    font-size: 12px;
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
}