@-ms-viewport { 
 width: device-width;
}
@-o-viewport { 
 width: device-width;
}
@viewport { 
 width: device-width;
}

    @font-face {
        font-family: KelsonSans-Light;
        src: url(/fonts/kelson/kelsonsanslightru.ttf); /* Путь к файлу со шрифтом */
   }
.orderList{
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 0px;
    margin-bottom: 15px; 
    box-shadow: 0 0 10px #e6e6e6;
}


summary {list-style: none}
summary::-webkit-details-marker {display: none; }

.orderList div{
    padding-left: 15px; 
}
.orderList0{
    border-left: 5px solid #ff0000;
    padding: 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}
.orderList1{
    border-left: 5px solid #f8ff95;
    padding: 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}
.orderList2{
    border-left: 5px solid #beff95;
    padding: 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}
.orderList9{
    border-left: 5px solid #000000;
    padding: 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}
body{
	margin: 0;
  /*font-family: Lato,sans-serif!important;*/
    font-family: KelsonSans-Light!important;
background: #fbfbfb;
color: #252525;
	/*padding-left: 10%;
	padding-right: 10%;*/
    font-size: 18px;
}
a{
    text-decoration: none;
    transition: 0.2s linear;
    color: #337ab7;
}
.linkOnBlueBack{
    color: #fff;
}




s{
    color: #5c5c5c;
}
h1, .welcome {
    color: #636E75;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    /*margin-left: 50px;*/
   }
  h2 {
	color: #252525;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.breadcrumb-space{
    color: #f5f5f5;
}


.orderby{
    text-align:right;
}


.hidden{
	display: none;
}
#logo{
	float: left;
	width: 200px;
	text-align: center;
}
#logo img{
	width: 200px;
}
.star-png{
    width: 32px;
    padding: 5px;
}
#search
{
	float: left;
	width: 1000px;
	
	padding: 15px;
}
#search input{
	width: 100%;
	font-size: 18px;
    
    font-family: KelsonSans-Light;
}

#search a{
    text-align:left;
}


#order{
	width: 150px;
	float: left;
	text-align: center;
	padding: 5px;
}
#order img{
	width: 50px;

}
#login{
    width: 150px;
    float: left;
    text-align: center;
    padding: 5px;
}
#login img{
    width: 50px;

}
#header{
	width: 1300px;
	margin: 0 auto;
display: flex;
}
#footer{
width: 100%;
background: #337ab7;
color: #fff;
text-align: center;
box-shadow: 0px 0px 15px #c3c3c3;
}
#footer a{
color: #fff;
}

.pagination{
    float: left;
    text-align: center;
    width: 1300px;
    margin-top: 20px;
}
.pagination > *{
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:20px;
     padding-right:20px;
     margin: 5px;
}



   #wrapper{
   	width: 1300px;
    margin: 10px auto;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px #e6e6e6;
    padding: 10px;
   }

.mobile-menu{
    display: none;
    width:100%;
    height:42px;
    position:fixed;
    left:0px;
    bottom:0px;
    background: #e5e5e5;
    text-align: center;
    font-size: 30px;
}


@media (max-width: 1300px){

.div-ads{
    width: 100%;
}

   #wrapper{
        width: 100%;
         border-radius: 0px;
         border:none;
   }
   #header{
    width: 100%;
    }
    .mobile-menu{
        display: block;
    }
}

.pagination{
    float: left;
    text-align: center;
    width: 100%;
}


   #content{
   	padding: 5px;
   }
   .counter{
   	width: 88px;
   }
.breadcrumb {
    color: #CCCCCC;
    margin-bottom: 10px;
}

.breadcrumb-item{
    float: left;
}
.imgShare{
    width: 32px;
}


.analog {
    position: absolute;
    top: -100px;
    right: -25px;
    width: 200px;
    height: 315px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #f6f6f6;
    margin: 24px;
    float: left;
    text-align: center;
    border: solid 1px #f6f6f6;
    border-radius: 5px;
    transition: 0.5s linear;
}
.analog img{
width: 100%;
    padding: 5px;
    display: flex;
}

.product-info {
    position: relative; /* Батьківський контейнер має бути позиціонованим */
    overflow: visible;
    margin-bottom: 20px;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
    text-align:center;
}
.product-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    width: 300px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info > .left + .right {
    margin-left: 345px;
}
.product-info .description {
    margin-bottom: 10px;
    border-bottom: 1px solid #497daf;
    padding: 5px 5px 10px;
    /*font: bold 120% ;*/
    color: #4D4D4D;
}
.product-info .description span {
    color: #337ab7;
}




.product-info .price {
    /*border-bottom: 1px solid #FBFBFB;*/
    padding: 0px 5px 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #337ab7;
    font-weight: bold;
    width: 250px;
    /*background-color: #FCECB5;
    text-align: center;*/
}
.cart-button-hidden{
    display: none;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
}




input[type='text'], input[type='password'],input[type='email'], textarea{
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    /*font-size: 12px;*/
    font-weight: bold;
    background: #1D1C21;
}

.product-info .cart input.button {
    height: 40px;
border:0px;
    padding: 0px 15px 0px 15px;
transition: 0.5s linear;
border-bottom: 3px solid #068d20;
    background: #0ab02a;
    font: unset;
}

.product-info .cart input.button:hover {
        box-shadow: 0px 0px 10px #f4433640;
        background: #068d20;
}

.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}

.product-info .present {
    border-top: 1px solid #E7E7E7;
    padding: 15px 5px 10px 5px;
    margin-top: 10px;
}
.benefit {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.htabs {
    clear: both;
    height: 40px;
    line-height: 16px;
}
.tab-content {
    padding: 10px 0px;
    z-index: 2;
    overflow: auto;
}
.tab-content {
    padding: 10px 0px;
    z-index: 2;
    overflow: auto;
}
.tab-content {
    padding: 10px 0px;
    z-index: 2;
    overflow: auto;
}
.tab-content {
    padding: 10px 0px;
    z-index: 2;
    overflow: auto;
}
img{
	width: 315px;
}

.org_content{
	margin-top:75px;
}

*,*:before,*:after{
	box-sizing: border-box;
}
.container{
	width: 1300px;
	padding: 0 0px;
	margin:auto;
}


@media (max-width: 1300px){
	.container{
		width: 100%;
		margin: 0;
	}
    #content{
        width: 100%;
        margin: 0;
    }
    #search{
        width: 100%;
    }
    div.table{
        margin:10px;
    }
    div.table-ads{
        margin:10px;
    }

    .div-ads{
    max-width: 100%;
}

}


.container:before,
.container:after {
	content: "";
	display: table;
}
.container:after{
	clear:both;
}

nav {
    background: #337ab7;/* #337ab7    #0064a8   */
box-shadow: 0px 0px 15px #c3c3c3;
}
nav ul {
    margin: 0;
	padding:0;
	list-style: none;
}
nav ul li {
    float: left;
	position:relative;
}
nav ul li.more span{
	display:block;
}
nav ul li.more {
    width: 3em;
    text-align: center;
    display: none;
}
nav ul li.more:hover ul#overflow {
    opacity: 1;
    visibility: visible;
}
nav ul li a,
nav ul li span {
    display: block;
    background: #337ab7;
    color: #fff;
    text-decoration: none;
    padding: 1em;
    cursor: pointer;
    -webkit-transition-duration: .3s;
			transition-duration: .3s;
}
nav ul li a:hover,
nav ul li span:hover {
    background-color: rgba(39,182,231,.5);
}
nav #overflow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
	right: 0;
	z-index:10;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
nav #overflow li {
    float: none;
}
nav #overflow li a {
    background: #337ab7;
    white-space: nowrap;
}
nav #overflow li a:hover {
    background: #c54242;
}

.menu-a{
        color: #ffffff !important;

}


.table{
	width: 200px;
	height: 333px;
	background-color: #fff;
    box-shadow: 0px 0px 10px #f6f6f6;
	margin: 24px;
	float: left;
	text-align: center;
    border: solid 1px #f6f6f6;
    border-radius: 5px;
    position: relative;
    transition: 0.5s linear;
}
.button-buy{
    position: absolute;
    width: 100%;
    bottom: 7px;
    transition: 0.5s linear;
    border-bottom: 3px solid #068d20;
    background: #0ab02a;
    padding:5px;
    color: #fff;
    box-shadow: 0px 0px 5px #f6f6f6;
}
.button-buy a{
    color: #fff;
    }
.button-buy:hover{
background: #068d20;
cursor: pointer;
}



.button-none{
    position: absolute;
    width: 100%;
    bottom: 7px;
    transition: 0.5s linear;
border-bottom: 3px solid #2e2e2e;
    background: #8f8f8f;
    padding:5px;
    color: #fff;
    box-shadow: 0px 0px 5px #f6f6f6;
}
.button-none a{
    color: #fff;
    }
.button-none:hover{
background: #2e2e2e;
cursor: pointer;
}


.table img{
        opacity: 0.90;
}
.table-ads{
    width: 200px;
    height: 333px;
    background-color: #fff;
    border: solid 1px #497daf;
    border-radius: 1px;
    margin: 24px;
    float: left;
    text-align: center;
}



.div-ads{
    max-width: 1300px;
    height: 250px;
}

.table img:hover{
    opacity: 1;
}
.table:hover{
    box-shadow: 0px 0px 25px #e6e6e6;
    border: solid 1px #e6e6e6;
}
.table a:hover{
    color: #337ab7;
}



.table img{
width: 100%;
	padding: 5px;
	display: flex;
}
.table a{
font-weight: bold;
color: #252525;
}



/* Стили для неактивного модального окна */
.modal {
    z-index: -10;
    background: #fff;
    left: 50%;
    margin: -325px 0 0 -40%;
    position: absolute;
    top: -500%;
    width: 80%;
    border-radius: 5px;
    border: solid 1px #e7e7e7;
    box-shadow: 0 6px 14px rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 14px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 6px 14px rgba(0,0,0,.25);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Активация модального окна в состоянии :target */
.modal:target {
     z-index: 10;
    top: 50%;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

    
}

.modal header, .modal footer {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.modal footer {
    border:none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.modal section, .modal header, .modal footer {
    padding: 15px;
    z-index: 200;
}
.modal h2 {
    margin: 0;
    color: #337ab7;
}
.modal h3 {
    margin: 5px;
}
.modal input{
    width: 90%;
    display: block;
    height: 42px;
    font-size: 16px;
    margin: 5px;
    background-color: #f8f8f8;
    outline: none;
    border-radius: 5px;
    border: solid 1px #a6a6a6;
}
.modal select{
    font-family: KelsonSans-Light;
    font-size: 16px;
    width: 90%;
        height: 42px;
        margin: 5px;
        background-color: #f8f8f8;
}
.modal button{
    font-size: 16px;
    width: 90%;
    height: 42px;
    margin: 5px;
    background-color: #497daf;
    color: #fff;
    border: solid 1px #a6a6a6;
    border-radius: 5px;
}
.modal textarea{
    font-size: 16px;
    width: 90%;
    height: 60px;
    margin: 5px;
    background-color: #f8f8f8;
    outline: none;
    border-radius: 5px;
    border: solid 1px #a6a6a6;
}

.modal .btn {
    float: right;
}
#modal-form{
    float: left;
    width: 30%;
    height: 560px;
}
#modal-basket{
    float: left;
    width: 70%;
    height: 560px;
    overflow: auto;
}
table{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

th, td:first-child {
background: #497daf;
color: white;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #e7e7e7;
}
td {
background: #fff;
}
th:first-child, td:first-child {
text-align: left;
}


.category-tags {
    display: block;
    background: #ecf0f1;
    margin: 10px 15px 0 0;
    border-radius: 5px;
    float: left;
    padding: 10px;
}
.clear{
    float: left;
    width: 100%;
    clear: both;

}

.menu-category{
    float: left;
    width: 240px;

}
.menu-li{
    padding: 0;
}

.menu-li li{
  margin: 5px 0px 20px 0px;
  padding: 0;
  border: none;
  list-style: none;
  border-bottom: dotted 1px #497daf;
}
.menu-li a{
  text-decoration: none;
}

.seo-text{
    text-align:justify;
    width: 100%;
    display: table;
}
.nova{
    width: 200px;
}
.importent-text{
        color: #497daf;
}
.messager-logo{
    width: 64px;
}

/* Comments */

#comments{margin-bottom:40px;}
#comments .commentlist{margin:0; padding:0;}
#comments .commentlist ul{margin:0; padding:0; list-style:none;}
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 5px 0; padding:5px; list-style:none;}
#comments .commentlist li.comment_odd{color:#252525; background-color:#f9f9f9;}
#comments .commentlist li.comment_odd a{color:#0a0a0a;}
#comments .commentlist li.comment_even{color:#252525; background-color:#fff;}
#comments .commentlist li.comment_even a{color:#0a0a0a;}
#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}
#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}
#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;width: 32px;}
/* ----------------------------------------------Forms in Content Area------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
#respond{display:block; width:100%;}
#respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
#respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
#respond p{margin:5px 0;}
#respond #submit, #respond #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; cursor:pointer;}
/* Comments */


.Modal {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,0.7);
    pointer-events: none;
}
.Modal:target {
    display: flex;
    pointer-events: auto;
} 
.Modal_Body {
    position: relative;
    z-index: 2;
    display: block;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    background: #FFF;
    width: 90%;
    height: 100%;
}
.pgImg{
width: auto !important;
  height: auto !important;
  max-width: 80%;
}
.ModalFull {
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#cookie-alert{
    position:fixed; left:0px; bottom:-200px; max-width:340px; width:calc(100% - 30px); height:auto; margin:15px; padding:15px; background:#fff; border:1px solid #ddd; box-shadow:0px 0px 10px -5px #252525; border-radius:3px; line-height:16px; font-size:9pt; text-align:justify; transition-duration: 0.7s; -moz-transition-duration: 0.7s; -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s;
}



.round{
    border-radius: 50px;
    border: solid 1px #337ab7;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: initial;
    background: #337ab7;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    box-shadow: 0 0 5px #337ab7;
}
.round:hover{
box-shadow: 0 0 20px #337ab7;
}



.round-menu{
    float:left;
    width: 33%;
     text-align: center;
}
.div-menu{
    width: 100%;
    float: left;
}


.admin-img{
    width: 32px;
}
.white{
    background: #fff;
}

.services-list{
    text-align: right;
}
.vote-plus{
 color:green;
}
.vote-minus{
 color:red;
}

.payed{
    background: #b4ffc1;
    padding: 5px;
    border-radius: 10px;
    margin: 10px;
}

.archive{
    display: none;
}
.category-list {
  list-style: none;
  column-count: 3;
  
}
.category-list li {
  page-break-inside: avoid;
  break-inside: avoid;
}

.e404{
    width: 50%;
}
.ul{
    list-style-type: none;
    vertical-align: middle;
    padding-left: 0px;
}

.li {
  display: flex; /* Используем флексбокс */
  align-items: center !important;/* Выравниваем по вертикали */
  margin-bottom: 10px; /* Добавляем немного отступа между элементами */
}
.qprice{
    position: absolute;
    right: 15px;
}

.personalCabinet{
 width: 50%;
 background: #fbfbfb;
 border:none;
}
.personalCabinet:first-child{
     background: #fbfbfb;
     color: #636E75;
}


.RightsReserved{
        -ms-user-select: none; 
        -moz-user-select: none; 
        -webkit-user-select: none; 
        user-select: none; 
}

#quickSearchResults{
    display: none;
    position: absolute;
    width: 700px;
    margin: 10px auto;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px #e6e6e6;
    padding: 10px;
    z-index: 20;

}
.all-result{
    right: 0px;
}