figure {
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

button {
  cursor: pointer;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana';
  font-size:16px;
  text-align: left;
  background-color: #f3f3f2;
  /*min-width: 1366px;*/
  color: #000;
}

.b-conatiner {
  /*width: 1366px;*/
  max-width: 1366px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
  font-size: 12px;
}

input[type=submit],input[type=text],input[type=password] {
  /*
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  */
  padding: 0 8px;
  height: 44px;
  border: 0;
  border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header,
.header__list,
.header__language,
.header__list a,
.navigation__list {
  display: flex;
  align-items: center;
}

.header__wrap-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header {
  /*padding: 18px 38px;*/
  padding: 10px 10px;
  justify-content: space-between;
border-bottom:1px solid #E6E6E6;
margin-bottom:15px;
}

.header__language a {
  display: inline-block;
  margin-right: 18px;
}

.header__list a {
  display: flex;
  align-items: center;
  margin-left: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
}

.header__list a img {
  margin-right: 10px;
}
.__or {
  background: rgba(0, 150, 255, 1);
  background: -o-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -moz-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -webkit-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: linear-gradient(0deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7400", endColorstr="#ffffff",GradientType=0 );
  color: #000;
}

.__logout {
  background: rgba(111, 115, 103, 1);
  background: -o-linear-gradient(90deg,rgba(111, 115, 103, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -moz-linear-gradient(90deg,rgba(111, 115, 103, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -webkit-linear-gradient(90deg,rgba(111, 115, 103, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: linear-gradient(0deg,rgba(111, 115, 103, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7400", endColorstr="#ffffff",GradientType=0 );
  color: #000;
}

.__reg {
width:181px;
height:40px;
background:url(../images/reg.png);
  color: #000;
}
.__aut {
width:128px;
height:41px;
background:url(../images/aut.png);
  color: #000;
}

.__fill {
  background: transparent;
  border: 2px solid #756dd5;
  color: #756dd5;
}

.header__language img {
  width: 34px;
  height: 34px;
}

.__or-transparent {
  background: transparent;
  border: 2px solid #ff6200;
  color: #ff6200;
}

.__category {
  background: transparent;
  border: 2px solid #0395ff;
  color: #0395ff;
}

.header__wrap-logo a {
  text-transform: uppercase;
  font-family: Verdana;
  font-weight: bold;
  font-size: 22px;
  color: #0099cc;
}

.select {
  border: 0;
  color: #000;
  font-size: 14px;
}

.panel {
  /*padding: 14px 12px;*/
  padding: 8px 8px;
  background-color: white;
  display: none;
  overflow: hidden;

border: 1px solid #cccccc;
border-radius:0 0 5px 5px;
margin-bottom:10px;

}

.main {
  display: flex;
  justify-content: space-between;
}

.column-list {
  display: flex;
  align-items: center;
  justify-content: center;
}


.products {
 /*background:#f5f5f5;*/
 /*padding: 25px 10px;*/
padding-top:15px;
}

.products__title {
  color: #ff6200;
  margin: 0 0 10px 0;
  font-size: 36px;
  text-align: center;
}

.products__list {
  display: flex;
  align-items: center;
  /*padding: 0 10px;*/
  justify-content: Space-between;
  flex-wrap: wrap;
}

.products__list li {
flex-grow:1;
}

.products__list a {
  font-family: Verdana;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  flex: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
  display: block;
  padding: 5px 8px;
  text-align: center;
border-radius: 9px;
background:#F2F2F2;

}
.products__list a.active {
border-radius: 9px;
background:#00c027;
color:#fff;
}

.products__list a:hover {
outline:1px solid #00C027;
}

.products__list_dop {
  display: flex;
  align-items: center;
  /*padding: 0 10px;*/
  justify-content: Space-between;
  flex-wrap: wrap;
}

.products__list_dop li {
flex-grow:1;
}

.products__list_dop a {
  font-family: Verdana;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  flex: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
  display: block;
  padding: 5px 8px;
  text-align: center;
border-radius: 9px;
border:1px solid #ccc;
}
.products__list_dop a.active {
border-radius: 9px;
background:#00c027;
color: #fff;
}

.products__list_dop a:hover {
outline:1px solid #00C027;
}

.main__column {
  padding: 0px 18px;
  width: 260px;
}

.logo-column {
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}

.logo-column:hover {
outline:1px solid #00C027;
}

.acor {
  display: flex;
  flex-direction: column;
}
.accordion {
  font-family: Verdana;
  font-weight: bold;
  border: 1px solid #cccccc;
border-radius:5px 5px 0 0;
  font-size: 16px;
  padding: 6px;
color:#000;
  text-align: center;
  font-weight: bold;
  background: rgba(252, 255, 244, 1);
  background: -o-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -moz-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -webkit-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: linear-gradient(180deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 );
}

.accordion.active {
  background: rgba(0, 150, 255, 1);
  background: -o-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -moz-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -webkit-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: linear-gradient(0deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7400", endColorstr="#ffffff",GradientType=0 );
}

/*
.__ac-or {
  color: #ff6200;
}

.__ac-forum {
  color: #0395ff;
}

.__green {
  color: #3ab800;
}
*/

.column-list__img {
  width: 60px;
  height: 60px;
}
a.active .column-list__img {
  width: 70px;
  height: 70px;
}

.column-list__item {
  margin: 17px 12px 0 12px;
  font-size: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.logo-column {
  max-width: 100%;
}

.panel ul li a {
  color: #1a1a1a;
  font-size: 14px;
  font-family: Verdana;
  display: block;
  /*margin-bottom: 9px;*/
}

.navigation__list {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  background: rgba(252, 255, 244, 1);
  background: -o-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -moz-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -webkit-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: linear-gradient(180deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 );
}

.navigation__list a {
  color: #000;
  /*padding: 8px 15px;*/
  padding: 8px;
  display: block;
  text-align: center;
  width: 84px;
}

.navigation__list a.active {
  background: rgba(0, 150, 255, 1);
  background: -o-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -moz-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: -webkit-linear-gradient(90deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  background: linear-gradient(0deg,rgba(0, 150, 255, 1) 0%,rgba(255, 255, 255, 1) 98.75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7400", endColorstr="#ffffff",GradientType=0 );
}

.main__column-center {
  flex: 1;
}

. {
  margin: 46px auto 14px;
  display: block;
}

.main-star {
  margin: 46px auto 14px;
  display: block;
  text-align: center;
}

.main-star__img {
  width: 60px;
  height: 60px;
}

.products__wrap-title {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.main__news__item {
  /*background: #f2f2f2;
  border:1px solid #dfdfdf;
  */
  margin-bottom: 20px;
  min-height: 167px;
}

.products__sort {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top:0px;
}

.between {
  justify-content: space-between!important;
}

.products__sort a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
margin-right:5px;
  /*margin: 0 10px;*/
}

.cell__item {
/*
  border: 1px solid #dcdcdc;
  width: 180px;
  margin: 10px 0px 3px 2px;
  text-align: center;
*/

width: 178px;
margin: 10px 0px 3px 2px;
background:#fff;
border-radius:12px;
  text-align: left;
}

.cell__item:hover {
outline:1px solid #00C027;
}

.cell {
  padding: 6px 19px;
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

.cell__wrap-img {
  /*width: 154px;
  width: 180px;*/
max-width:100%;
padding:0px;
  text-align: center;
}

.cell__wrap-img img {
  max-width: 100%;
  /*height: 191px;*/
  /*object-fit: contain;*/
border-radius:12px;
}

.cell__name {
  color: green;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0px 0;
height:50px;
}

.cell__green {
  color: #00c027;
  font-weight: bold;
  font-size: 12px;
margin-bottom:5px;
}

.cell__red {
  color: red;
  font-weight:bold;
  font-size: 13px;
  margin: 6px 0 4px 0;
}

.cell__text {
  color: #000;
  font-weight:bold;
/*font-weight:bold;*/
  font-size: 11px;
  margin: 0 0 5px 0;
}

.cell__actual {
  font-size: 12px;
  color: #999;
}

.cell__content-item {
  width: 100%;
}

.cell__mini {
  display: flex;
  margin: 0 1px;
  align-items: center;
}

.cell__mini img {
  margin-right: 2px;
}


/*
.cell__wrap-img_full img {
  width: 120px;
}
*/


.cell__name_full {
  color: red;
  font-weight: bold;
  font-size: 18px;
}

.cell__green_full {
  color: green;
  font-size: 13px;
  font-weight: bold;
}

.cell__red_full {
  font-size: 18px;
font-weight:bold;
  color: red;
}

.cell__text_full {
  color: #000000;
  font-size: 18px;
font-weight:bold;
}

.cell__actual_full {
  font-size: 10px;
  color: #000;
}

.favfull {position:absolute;bottom:0px;right:5px;width:15px;height:26px;}

.progress-bar {
  width: 90%;
  height: 5px;
}

.progress-bar{
  display: flex;
  flex-direction: column;
}

.progress-bar .line{
  height: 5px;
  background: #ff0000;
  position: relative;
}

.progress-bar .label{
  font-size: 30px;
}

.progress-bar > .line > span{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #39b54a;
}


@keyframes animationLoaded{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.cell__content {
  margin: 13px 0;
  display: flex;
  align-items: center;
}

.cell__content-item {
  display: flex;
  align-items: center;
}

.cell__mini-text {
  color: #000;
  font-size: 11px;
}

.like,
.dislike {
  display: flex;
  align-items: center;
  font-size: 11px;
}

.like {
  margin-right: 4px;
}

.like img,
.dislike img {
  margin-right: 2px;
}

.like {
  color: #39b54a;
}

.dislike {
  color: #ff0000;
}

.like1,
.dislike1 {
  display: flex;
  align-items: center;
  font-size: 11px;
}

.like1 {
  margin-right: 4px;
}

.like1 img,
.dislike img {
  margin-right: 2px;
}

.like1 {
  color: #39b54a;
}

.dislike1 {
  color: #ff0000;
}

.detail {
  display: flex;
  border: 1px solid #dcdcdc;
  flex-direction: row;
  background: #fff;
  padding: 12px;
}

.detail__wrap-info {
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.detail__wrap-progress {
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
}

.detail__description-image {
/*
  background-image: url(../images/borderimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 121px;
  padding: 32px 12px;
*/
  padding: 10px;
  font-size: 14px;
  color: #756dd5;
max-width:440px;
border:2px solid #756DD5;
border-radius:9px;
margin-top:10px;
}

.detail__description-image p {
  margin-top: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin-right: auto;
  
}

.pagination a {
  display: block;
  font-size: 11px;
  padding: 2px;
  color: #999999;
}

.pagination li {
  display: flex;
  align-items: center;
}

.pagination li::after {
  content: '/';
  margin: 0 4px;
  color: #999999;
  display: inline-block;
}

.pagination li:last-child::after {
  display: none;
}

.detail__img-content {
  max-width: 430px;
  width: 100%;
  font-size: 0;
/*
  height: 266px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
*/
}

/*
.detail__img-content img {
  display: inline-block;
  margin: 10px;
  width: 20%;
  height: 113px;
  object-fit: cover;
}


.detail__img-content img:first-child {
  width: 210px;
  height: 100%;
}
*/

.detail__photo {
/*
  margin-right: 40px;
  max-width: 450px;
  width: 100%;
*/
}

.detail__name {
  font-weight: 600;
  font-size: 16px;
}

.detail__description {
  font-size: 12px;
  color: #000;
  margin-bottom: 11px;
}

.detail__online {
  margin-bottom: 15px;
  color: #3ab800;
}

.detail__order {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 18px;
}

.detail__order span {
  margin: 0 3px;
  font-weight: bold;
}

.detail__column-wrapper {
  display: flex;
  margin-bottom: 15px;
}

.detail__column {
  margin-right: 10px;
}

.detail__title {
  color: #999999;
  font-size: 15px;
}

.detail__text {
  font-size: 12px;
  margin-bottom: 2px;
}

.detail__contact {
  font-size: 13px;
  margin-bottom: 20px;
}

.detail__contact-number {
  font-weight: bold;
  font-size: 16px;
}
.detail__links {
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  align-items: center;
}

.detail__links a {
  font-weight: bold;
  font-size: 13px;
  height: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 10px;
  background-repeat: no-repeat;
  padding-right: 70px;
}

.detail-col {
  background-image: url('../images/ph.png');
  color: #ff6200;
margin-right:4px;
}

.detail-w {
  background-image: url('../images/wats.png');
  color: #3ab800;
}

.detail-sait {
  background-image: url('../images/sv.png');
  color: #0395ff;
margin-right:-20px;
}

.error {
  color: #ff0000;
  font-size: 13px;
  margin: 10px 0;
}

.chat-room {
  background: #fff;
  padding: 12px;
  border: 1px solid #dcdcdc;
}
.footer {
width:100%;
text-align:center;
font-size:14px;
border-top:1px solid #E6E6E5;
padding:10px;
margin-top:10px;
}

.addtablediv
{
border:1px solid #cccccc;padding:10px;border-radius:6px;margin-bottom:10px;
}
.addtablediv table td
{
padding:5px;
}

.addtablediv input[type=submit], .addtablediv input[type=text], .addtablediv input[type=password], .addtablediv select {
  padding: 6px;
  height: auto;
  border: 1px solid #999999;
  border-radius: 0px;
}
.addtablediv span
{
/*font-style:italic;*/
font-size:12px;
color:#999999;
}


.overlaydel {
  position:fixed; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  background: black; 
  opacity: .8; 
  display:none;
  z-index: 9998;
} 

.del-box {
  width: 500px;
  height: 220px;            
  display:none; 
  position: fixed; 
  left:50%; 
	margin-left: -250px;
  top:50%;
	margin-top: -110px;
  color: #000000;
	background:#ffffff;
  z-index: 9999;
	border-radius:3px;
}


.bread a {color:#aaa;font-size:12px;}
.bread td {color:#aaa;font-size:12px;}
.bread span {color:#000;font-size:12px;}

.ServicesBox { font-size:13px;clear:both;}
.titleusl { font-weight:bold;font-size:13px;}
.ServicesBox li { text-decoration:line-through;color:#dddddd;}
.ServicesBox li.yesusl { color:#000;text-decoration:none;}

#pravsel, #personalsel {cursor:pointer;}

.scrollup{
width:50px;
height:50px;
opacity:0.9;
position:fixed;
bottom:130px;
right:80px;
display:none;
text-indent:-9999px;
background: url('../icon_top.png') no-repeat;
}


/* pagination */

.pagination-widget__page-link_first:before,.pagination-widget__page-link_last:before,.pagination-widget__page-link_next:before,.pagination-widget__page-link_prev:before{speak:none;display:inline-block;font-family:i-icon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.pagination-widget__page-link_first:before{content:"\e919"}.pagination-widget__page-link_last:before{content:"\e91a"}.pagination-widget__page-link_prev:before{content:"\e99a"}.pagination-widget__page-link_next:before{content:"\e99b"}.pagination-widget__show-more-btn{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:16px;height:48px;line-height:48px;text-align:center;width:100%}
@media (max-width:767px){.pagination-widget__show-more-btn{height:52px}}
@media (min-width:768px) and (max-width:991px){
.pagination-widget__show-more-btn{height:58px}}

.mobile.pagination-widget__show-more-btn{height:52px}.tablet.pagination-widget__show-more-btn{height:58px}.pagination-widget__show-more-btn:hover{background-color:#f9f9f9}.pagination-widget__show-more-btn{margin-bottom:16px}
.pagination-widget__pages{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-sizing:unset;display:flex;font-size:16px;height:48px;justify-content:center;list-style:none;margin-bottom:0;max-width:80vw;padding:0;text-align:center}
.pagination-widget__page{box-sizing:border-box;display:block;height:49px;width:65px}
.pagination-widget__page_active{border:#fff;border-bottom:3px solid #fc8507;color:#fc8507}
.pagination-widget__page-link{border:3px solid transparent;box-sizing:border-box;color:#8c8c8c;display:block;font-size:16px;font-weight:700;height:100%;padding-top:11px;text-decoration:none!important}
.pagination-widget__page-link:hover{background-color:#fff7da;border:3px solid #fff7da;color:#fc8507;padding-top:11px}.pagination-widget__page-link_disabled{color:#777;cursor:not-allowed}.pagination-widget__page-link_disabled:hover{background-color:#fff;border-color:#fff;color:#777}.pagination-widget[loading=true]{pointer-events:none}
.pagination-widget__page-link1{border:3px solid transparent;box-sizing:border-box;color:#8c8c8c;display:block;font-size:16px;font-weight:700;height:100%;text-decoration:none!important}
.pagination-widget__page-link1:hover{color:#fc8507;}

/* paginatino */


/* Tooltip container */
.selvopros {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.selvopros .tooltiptext {
  visibility: hidden;
  max-width: 600px;
  min-width: 300px;
  background-color: black;
  color: #fff;
font-weight:normal;
font-style:normal;
font-size:14px;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.selvopros:hover .tooltiptext {
  visibility: visible;
}

.bottomlink {line-height:30px;}
.bottomlink a {font-size:14px;color:#555;}


.products__list_cat {
  display: flex;
  align-items: center;
  /*padding: 0 10px;*/
  justify-content: Space-between;
  flex-wrap: wrap;
}

.products__list_cat li {
flex-grow:1;
}

.products__list_cat a {
  font-family: Verdana;
  font-weight:bold;
  color: #1a1a1a;
  background: rgba(252, 255, 244, 1);
  background: -o-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -moz-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: -webkit-linear-gradient(270deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  background: linear-gradient(180deg,rgba(252, 255, 244, 1) 16.5%,rgba(224, 224, 224, 1) 43.5%,rgba(179, 190, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 );
  font-size: 16px;
  flex: 1;
  border: 1px solid #dedede;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
  font-weight: bold;
  display: block;
  padding: 8px 18px;
  text-align: center;
  border-radius: 8px;
}
.products__list_cat a.active {
  background: rgba(0, 150, 255, 1);
  background: -o-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%,rgba(0, 150, 255, 1) 98.75%);
  background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%,rgba(0, 150, 255, 1) 98.75%);
  background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%,rgba(0, 150, 255, 1) 98.75%);
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%,rgba(0, 150, 255, 1) 98.75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7400", endColorstr="#ffffff",GradientType=0 );
}

.products__list_cat a:hover {
outline:1px solid #00C027;
}

.products__list_cat_top {
  display: flex;
  align-items: center;
  justify-content: Space-between;
  flex-wrap: wrap;
margin-top:10px;
margin-bottom:10px;
}

.products__list_cat_top li {
flex-grow:1;
}

.products__list_cat_top a {
  font-family: Verdana;
  font-weight:bold;
  color: #000;
border-radius:14px;
background:#fff;
  font-size: 16px;
  flex: 1;
  margin-right: 5px;
  width: calc(100% - 5px);
  display: block;
  padding: 10px;
  text-align: center;
}
.products__list_cat_top a.active {
outline:1px solid #00C027;
}
.products__list_cat_top a:hover {
outline:1px solid #00C027;
}

.products__list_news {
  display: flex;
  align-items: center;
  justify-content: Space-between;
  flex-wrap: wrap;
}

.products__list_news li {
flex-grow:1;
/*border-right:1px solid #cccccc;*/
}

.products__list_news li:last-child {
border-right:none;
}

.products__list_news a {
  font-family: Verdana;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  flex: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
  display: block;
  padding: 5px 8px;
  text-align: center;
border-radius: 9px;
background:#F2F2F2;
}
.products__list_news a.active {
border-radius: 9px;
background:#00c027;
color:#fff;
}

.products__list_news a:hover {
outline:1px solid #00C027;
}

.newslist {margin-top:10px;}
.newslist a {color:#009EDF;font-size:16px;font-family: 'Verdana';}
.newslist a:hover {text-decoration:underline;}
.newslist a:visited {color:#6699cc;}
.mobnews {margin-bottom:16px;}


/*  д птивное */
.head{
display:none;
}
.menu{
display:none;
}

.ankfulltd {width:360px;}
.ankfulltd2 {width:300px;}

.feedback {padding:10px;color:#fff;font-size:14px;text-align:center;background:#00C027;border-radius:12px;overflow:visible;width:100%;margin-top:6px;}

.linenews {display:none;}

.linenews1 hr {color:#666;}

.comm1 img {max-width:100%;}

.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
	margin-bottom:5px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn input[type=checkbox] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #000;
	color: #fff;
}
.form_radio_btn input[type=checkbox]:checked + label {
	background: #000;
	color: #fff;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #666;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
.form_radio_btn input[type=checkbox]:disabled + label {
	background: #efefef;
	color: #666;
}


.myradio {
  vertical-align: top;
display:inline-block;
  width: 22px;
  height: 22px;
}
.myradio + label {
  cursor: pointer;
}
.myradio:not(checked) {
  position: absolute;
  opacity: 0;
}
.myradio:not(checked) + label {
  position: relative;
  padding: 0px 8px 0 25px;
}
.myradio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  border-radius: 50%;
  background: #fff;
}
.myradio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#autocolor1:not(checked) + label:after {background:#000;}
#autocolor2:not(checked) + label:after {background:#8A8A8A;}
#autocolor3:not(checked) + label:after {background:linear-gradient(90deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 35%, rgba(181,181,181,1) 100%);}
#autocolor4:not(checked) + label:after {background:#FFFFFF;}
#autocolor5:not(checked) + label:after {background:#0049E4;}
#autocolor6:not(checked) + label:after {background:#04B7F1;}
#autocolor7:not(checked) + label:after {background:#02A83A;}
#autocolor8:not(checked) + label:after {background:#C80515;}
#autocolor9:not(checked) + label:after {background:#F32124;}
#autocolor10:not(checked) + label:after {background:#F88623;}
#autocolor11:not(checked) + label:after {background:#FC3EAC;}
#autocolor12:not(checked) + label:after {background:#FFE2A6;}
#autocolor13:not(checked) + label:after {background:#FDF248;}
#autocolor14:not(checked) + label:after {background:linear-gradient(90deg, rgba(254,228,91,1) 0%, rgba(255,255,255,1) 35%, rgba(234,202,57,1) 100%);}
#autocolor15:not(checked) + label:after {background:#96570A;}
#autocolor16:not(checked) + label:after {background:#8300FF;}

.autocolordiv #autocolor1 {background:#000;}
.autocolordiv #autocolor2 {background:#8A8A8A;}
.autocolordiv #autocolor3 {background:linear-gradient(90deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 35%, rgba(181,181,181,1) 100%);}
.autocolordiv #autocolor4 {background:#FFFFFF;}
.autocolordiv #autocolor5 {background:#0049E4;}
.autocolordiv #autocolor6 {background:#04B7F1;}
.autocolordiv #autocolor7 {background:#02A83A;}
.autocolordiv #autocolor8 {background:#C80515;}
.autocolordiv #autocolor9 {background:#F32124;}
.autocolordiv #autocolor10 {background:#F88623;}
.autocolordiv #autocolor11 {background:#FC3EAC;}
.autocolordiv #autocolor12 {background:#FFE2A6;}
.autocolordiv #autocolor13 {background:#FDF248;}
.autocolordiv #autocolor14 {background:linear-gradient(90deg, rgba(254,228,91,1) 0%, rgba(255,255,255,1) 35%, rgba(234,202,57,1) 100%);}
.autocolordiv #autocolor15 {background:#96570A;}
.autocolordiv #autocolor16 {background:#8300FF;}

.myradio:checked + label:after {
  border: 5px solid #000;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
}

.myradio:checked + label:before {
  border: 6px solid #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
}

.myradio:focus + label:before {
  box-shadow: 0 0 3px 3px rgba(45,182,216,.3);
}

.autodoppar {line-height:26px;font-size:12px;}
.autodoppar select {max-width:200px;}
.autodopparshow {display:block;}
.showdop {cursor:pointer;color:#0066CC;}

.autocolor {display:inline-block;width:50px;height:20px;border:1px solid #ccc;}
.autodopparcheck input[type=checkbox]:not(:checked) + span{text-decoration:line-through;color:#cccccc;}

.searchauto td {padding:3px;}
.searchauto select {padding:6px;border-radius:6px;border:1px solid #ccc;}
.searchauto .form_radio_btn {margin-right:2px;}

.sidebar-chunk {
    overflow: hidden;
}
.sidebar-chunk {
    padding: 6px;
}
.sidebar-chunk.menu-item.dark {
    background: #ffffff;
    color: #fff;
    text-shadow: #023375 0 1px 0;
    line-height: 18px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 0,9px solid #023375;
    border-radius:14px;
position:relative;
}

div.sidebar-chunk.menu-item.dark a:link, div.sidebar-chunk.menu-item.dark a:visited {
    text-decoration: none;
    word-spacing: 0px;
    margin: -5px -6px -5px -6px;
    display: block;
    color: #000000;
    text-shadow: #023375 0 0px 0;
    line-height: 36px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 18px;
    padding-right: 6px;
    font-size: 14px;
}

div.sidebar-chunk.menu-item.dark a img
{
margin-bottom:-6px;
}

div.sidebar-chunk.menu-item.dark a.active
{
background:#E5F8EA;
border-radius:12px;
color:#00AD2F;
margin: 0px;
padding-left: 13px;
}

.sidebar-chunk1 {
    overflow: hidden;
}
.sidebar-chunk1 {
    padding: 6px;
}
.sidebar-chunk1.menu-item1.dark1 {
    background: #ffffff;
    color: #fff;
    text-shadow: #023375 0 1px 0;
    line-height: 18px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 0,9px solid #023375;
    border-radius:14px;
}

div.sidebar-chunk1.menu-item1.dark1 a:link, div.sidebar-chunk1.menu-item1.dark1 a:visited {
    text-decoration: none;
    word-spacing: 0px;
    margin: -5px -6px -5px -6px;
    display: block;
    color: #000000;
    text-shadow: #023375 0 0px 0;
    line-height: 36px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 18px;
    padding-right: 6px;
    font-size: 14px;
font-weight:bold;
}

div.sidebar-chunk.menu-item.darkautor a:link, div.sidebar-chunk.menu-item.darkautor a:visited {
    line-height: 22px;
}

.sidebar-chunk1 span {
    text-decoration: none;
    word-spacing: 0px;
    margin: -5px -6px -5px -6px;
    display: block;
    color: #000000;
    line-height: 36px;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 18px;
    padding-right: 6px;
    font-size: 14px;
}

.sidebar-chunk1 a span {
font-weight:normal;
display:block;
margin:0px;
padding:0px;
margin-left:25px;
margin-bottom:0px;
line-height: 14px;
color:#000000;
}

.topautmenu a {
color:#9C9C9C;
text-decoration:underline;
font-size:13px;
margin-left:10px;
}

#searchpo input:active {
background-image: none;
}

.indexmenu {display:none;}
.link2 a {margin-right:20px;font-size:12px;color:#888;}
.comlist a {color:#00C027;border-bottom:1px dotted #00C027;font-weight:bold;}
.newsbl {width:66%;}

.anketa_date {color:#666;font-size:14px;margin-bottom:6px;}
.menutopico {float:left;display:inline-block;padding:8px;background:#E5F8EA;margin-bottom:20px;border-radius:50%;}
.registr {color:#999;font-size:13px;}
.registr input {border:none;background:#F3F3F2;border-radius:12px;width:100%;padding:10px;color:#999;margin-top:8px;margin-bottom:15px;}
.registr select {border:none;background:#F3F3F2;border-radius:12px;width:100%;padding:10px;color:#999;margin-top:8px;margin-bottom:15px;}
.registr textarea {border:none;background:#F3F3F2;border-radius:12px;width:100%;padding:10px;color:#999;margin-top:8px;margin-bottom:15px;}
.registr input[type=checkbox] {width:auto;margin-bottom:10px;margin-right:5px;}

.searchauto input,.searchauto select {color:#000;}

.products__list_full {
  display: flex;
  align-items: center;
  justify-content: Space-between;
  flex-wrap: wrap;
}

.products__list_full li {
flex-grow:1;
}

.products__list_full a {
  font-family: Verdana;
  font-weight:bold;
  color: #000;
  font-size: 14px;
  flex: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(100% - 5px);
  display: block;
  padding: 5px 8px;
  text-align: center;
}
.products__list_full a.active {
border-radius: 9px;
background:#00C027;
color:#fff;
}

.breadcum {color:#666;font-size:13px;}
.breadcum a {color:#666;font-size:13px;}
.roundimg img {border-radius:6px;}
.slider_full img {border-radius:6px;}
.ankfull {font-size:13px;}
.openzodiac {cursor:pointer;}
.zodiacfull {font-weight:bold;display:none;}
.zodiacfull > table.zf1 td {padding:6px;border-bottom:1px solid #ccc;}
.zodiacfull > table.zf1 tr:last-child td:last-child {border:none;}

.full_contact span {color:#000;font-weight:bold;font-size:14px;}
.full_contact a {color:#000;font-weight:bold;font-size:14px;}
.full_contact tr {border-bottom:1px solid #ccc;}
.full_contact tr:last-child {border:none;}
.full_contact td {padding:6px;}

.zf2 tr {border-bottom:1px solid #ccc;}
.zf2 td {padding:5px;}


/*---- file upload ----*/

.input-file-row {
	display: inline-block;
}
.input-file,.input-file2,.input-file3 {
	position: relative;
	display: inline-block;
}
.input-file span, .input-file2 span, .input-file3 span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.input-file input[type=file],.input-file2 input[type=file],.input-file3 input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span, .input-file2 input[type=file]:focus + span, .input-file3 input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span, .input-file:hover span {
	background-color: #ddd;
}
.input-file:active span, .input-file:active span {
	background-color: #aaa;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span, .input-filew input[type=file]:disabled + span {
	background-color: #eee;
}
 
/* Список c превью */
.input-file-list, .input-file-list2 {
	padding: 10px 0;
}
.input-file-list-item, .input-file-list-item {
	display: inline-block;
	margin: 0 15px 15px;
	width: 120px;
	vertical-align: top;
	position: relative;
	border:1px solid #ccc;
	background:#EBEBEB;
}
.input-file-list-item img, .input-file-list-item img {
background:#EBEBEB;
padding:25px 3px 5px 3px;
	width: 120px;
}
.input-file-list-img2 {
	width: 150px;
}
.input-file-list-name {
	text-align: center;
	display: none;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.input-file-list-remove {
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 2px;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}

/*---- file upload end ----*/

.payblock:hover {border:2px solid #00C027;}
.nofull {display:none;}
.showmobil {display:none;}
.newscommentline {display:none;}
.headermob1 {padding-left:20px;padding-right:15px;}

.ankfull_zag {color:#000;font-size:16px;font-weight:bold;margin-bottom:15px;}
.cell__item_full {
position:relative;
  margin-bottom: 20px;
}
.cell__item_full_table {
width:100%;
padding:0;
margin:0;
background:#ffffff;
}
.vneshn td {width:50%;padding:4px;font-size:13px;color:#999;}
.vneshn td span {color:#000;font-weight:500;}