.clear {
  clear: both !important;
}

body {
  min-width: 320px;
}

a {
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

ul {
  list-style: none !important;
}

 h4 span{
  font-weight: bold;
}

a.btn{
  padding: 15px;
  color: white;
  background-color: #81B242;
  border-radius: 0;
  margin: 15px 20% !important;
  font-size: 16px;
  //font-weight: bold;
  text-transform: uppercase;
}

a.btn.passive{
  background-color: #818555;
}

.header-middle, .header-bottom, .content-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
}

.content-wrapper {
  font-family: tahoma;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.user-info {
  background: #424242;
  color: white;
  //height: 25px !important;
  padding: 0 40px 0 40px;
  font-size: 11px;
  font-family: tahoma;
  line-height: 2.2;
  min-width: 320px !important;
}

.user-info a{
  color: white;
}

.user-info div{
  float: left;
}

.user-info .user-info-left{
  border-left: 1px solid #3A3A3A;
  border-right: 1px solid #4C4C4C;
}

.user-info-btn {
  background: orange;
  display: block;
  width: 100px;
  height: 12px;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  margin-bottom: -15px;
  cursor: pointer;
  z-index: 99999 !important;
  opacity: 0.4;
}

.user-menu {
  background: black;
  color: white;
  font-size: 14px;
  font-family: tahoma;
  padding: 10px !important;
}

.user-menu a{
  color: white;
  display: block;
  padding: 5px 15px;
}

.user-menu > div{
  border: 1px solid white; 
  padding: 5px 10px;
}

.user-balance-in-menu {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.city-list {
  padding: 0 !important;
  margin-left: 18px !important;
  margin-top: -24px;
}

.city-list > li {
 background: url(../images/list-arrow.png) no-repeat;
 background-position: 100% 55%;
}

.city-list > li > a{
 margin-right: 10px;
}

.city-list a{
  text-decoration: none !important;
}

.city-list li ul{
  display: none;
}

a.city-current{
  color: white;
  border-bottom: 1px dotted white;
}

.city-list li ul {
  display: none;
  position: absolute;
  text-align: left;
  margin-left: -40px;
  padding-top: 3px;
  z-index: 99999 !important;
}

.city-list li ul li{
  outline: 1px solid #ccc;
  background-color: white;
  //padding: 0 10px;
}


.city-list li ul li a{
  color: black;
  padding: 5px;
  display: block;
}

.city-list li ul li a:hover{
  //color: red;
  background: #ccc;
}

.user-info .user-info-left div{
  border-left: 1px solid #4C4C4C;
  border-right: 1px solid #3A3A3A;
  height: 25px;
  padding: 0 6px 0 6px;
}

.user-info .user-info-right{
  float: right;
   border-left: 1px solid #3A3A3A;
  border-right: 1px solid #4C4C4C;
}

.user-info .user-info-right div{
  border-left: 1px solid #4C4C4C;
  border-right: 1px solid #3A3A3A;
  height: 25px;
  padding: 0 6px 0 6px;
}

.user-enter.logged, .user-reg.logged {
  display: none;
}

.user-name, .user-balance, .increase-balance, .add-lot, .user-menu {
  display: none;
}

.user-name.logged {
  display: block;
}

.user-name.logged img{
  margin-right: 5px;
}

@media screen and (min-width: 1020px) {
    .user-balance.logged, .increase-balance.logged, .add-lot.logged, .user-menu.logged {
      display: block;
    }
}

.user-enter-sm, .user-reg-sm {
  padding: 20px !important;
  background-color: black;
  color: white;
}

.user-enter-sm a, .user-reg-sm a{
  color: white;
}

.user-enter-sm p input:not([type="checkbox"]), .user-reg-sm p input:not([type="checkbox"]){
  width: 90%;
  margin: 0 5% !important;
  font-size: 14px;
  padding: 10px;
  background: white;
  color: black;
}

.user-reg-sm p input[type="checkbox"], .user-reg-sm a{
  margin-left: 5% !important;
}

.user-reg-sm form > p.text > span{
  margin-left: 5% !important;
}


.user-enter-sm p input[type="submit"], .user-reg-sm p input[type="submit"]{
  border: none;
  background-color: green;
  font-weight: bold;
  font-size: 16px;
}

.header-middle {
  padding: 10px 40px;
  padding-bottom: 7px;
}

@media screen and (max-width: 1019px) {
    .header-middle {
    padding: 10px 10px;
  }
}

.header-middle .logo{
  width: 100%;
  max-width: 140px;
}

.search-block {
  padding-right: 10px;
}

.search-block input{
  margin-top: 15px;
  width: 90%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  padding-right: 15px;
}

.search-block div{
  float: left;
}

.search-block .search-btn-small{
  margin-left: -15px;
  cursor:pointer;
}


.search-block ul{
  list-style: none;
  float: right;
  font-size: 11px;
  margin-top: 5px;
  padding: 0 !important;
}

.search-block ul{
  text-align: right;
}

.banner-block {
  background: #EEEEEE;
  height: 60px;
}

.header-bottom {
  padding: 0 40px;
}

@media screen and (max-width: 1019px) {
    .header-bottom {
    padding: 0 10px;
  }
}

.main-menu {
  background: #EEEEEE;
  //margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.main-menu .main-menu-tab{
  height: 47px;
  margin-top: 0;
}

.main-menu .main-menu-tab:hover{
  height: 50px;
  margin-top: -3px;
}

.main-menu .main-menu-tab a{
  height: 47px;
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  background-position: right;
}

.main-menu .main-menu-tab a:hover{
  background-image: url(../images/tab-bgs.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  height: 50px;
  color: red;
}

.tabbed {
  height: 50px !important;
  margin-top: -3px !important;
}

/*.untabbed {
  height: 47px;
  margin-top: 0 !important;
}*/

.tabbed-a {
  background-image: url(../images/tab-bgs.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  height: 50px !important;
  color: red !important;
}
/*
.untabbed-a {
  height: 47px;
  background-image: url(../images/separator.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}*/

.main-menu-container {
  height: 47px;
}

.main-menu-container div{
  float: left;
}

.main-menu-container span{
  font-weight: bold;
}

.main-menu-container a{
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  line-height: 1.2 !important;
  display: block;
  padding: 7px 10px;
}

.main-menu-container a:hover{
  color: black;
}

.main-menu-container .separator-1{
  border-left: 1px solid #ccc;
  height: 20px;
  margin-top: 12px;
}

.hidden-menu {
  background: green;
  min-height: 70px;
  //border: 1px solid black;
  display: none;
  background: #EEEEEE;
  background-image: url(../images/striped-string.png);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top: 2px solid orange;
  //margin-bottom: -200px;
  z-index: 99999 !important;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}

.hidden-menu-container {
  border-top: 1px solid #ccc;
  padding-bottom: 10px;
}

.hidden-menu .row{
  display: none;
}

.hidden-menu .list-col, .hidden-menu .list-col-right{
  padding: 10px;
  font-size: 11px;
  color: gray;
}

.hidden-menu .list-col-right .items-amount{
  background: url(../images/dotted.png) repeat-x;
  background-position: 0% 50%;
}

.hidden-menu .list-col-right .items-amount-number span{
  background: #EEEEEE;
  padding-left: 10px;

}

.hidden-menu .list-col a{
  font-size: 14px;
}

.hidden-menu .list-col span{
  font-size: 11px;
  color: gray;
  min-height: 12px;
  display: block;
}

.hidden-menu .col-lg-8 {
  //outline: 1px solid red;
}
.content {
  margin: 25px 0; 
}

.content-wrapper {
    padding: 0 40px;
}

@media screen and (max-width: 1019px) {
    .content-wrapper {
    padding: 0 10px;
  }
}

.content-item {
  background: white;
}

.content-item-txt {
  background: white;
	padding:0px 20px 20px 20px;
	margin:20px 0px;
  border: 1px solid #ccc;
}

.footer {
  background: #EEEEEE;
  min-height: 126px;
}

.footer-wrapper {
  padding: 15px 0px;
  font-size: 11px;
}

.footer-wrapper ul li {
  margin-bottom: 8px;
}

.footer-wrapper ul li span{
  font-weight: bold;
}

.footer-wrapper .up a{
  padding: 40px;
}

.footercontact a{
	font-size: 20px;
	text-decoration: none;
	color: #4A6491;
}
.footercontact a{
	width: 200px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Тут будут идти настройки для содержимого страниц*/

.section-name {
  font-size: 14px;
  font-family: Tahoma;
  margin-bottom: 5px;
  display: block;
}

.section-name span{
  font-weight: bold;
}

.section-content {
  padding: 10px;
  background: #EEEEEE;
}

.section-content .left-menu-item, .lot-start-item-popup .left-menu-item {
  background: #597098;
  padding: 0px;
  color: white;
  margin-bottom: 10px;
}

.section-content .left-menu-item a, .lot-start-item-popup .left-menu-item a{
  display: block;
  padding: 10px;
  cursor: pointer;
}

.section-content .left-menu-item span, .lot-start-item-popup .left-menu-item span{
  color: white;
  padding-left: 7px;

}

.section-content .left-menu-item.item-active{
  background: #E3E3E3 !important;
  color: black;
}

.section-content .left-menu-item.item-active img{
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.section-content .left-menu-item.item-active span{
  color: black;
}

.cabinet-middle-block {
  padding-left: 20px;
  padding-right: 20px;
}

.cabinet-middle-block.my-data input, .cabinet-middle-block.my-data select{
  width: 95%;
  height: 40px;
}

.cabinet-middle-block.my-data textarea{
  width: 95%;
  height: 100px;
}

.cabinet-middle-block.my-data input[type="submit"]{
  background-color: #81B242;
  color: white;
}

.cabinet-middle-block input{
  height: 40px;
  width: 85%;
  border-radius: 0;
  border: none;
  border: 1px solid #D6D6D6;
  padding-left: 10px;
  margin-bottom: 17px;
}

.cabinet-middle-block .text-1{
  font-size: 11px;
  color: gray;
  margin-bottom: 20px;
}

.cabinet-middle-block .text-2{
  font-size: 11px;
  margin-bottom: 20px;
}

.cabinet-middle-block .submit-btn input{
  background-color: #81B242;
  color: white;
  font-size: 12px;
  width: 135px;
  padding: 0;
}

.cabinet-last-block {
  min-height: 250px;
  border-left: 1px solid #D6D6D6;
  padding-left: 20px;
}

.avatar-image img{
  width: 100px;
  border: 1px solid #D6D6D6;
  float: left;
  background: white;
  margin: 0 10px 10px 0;
  display: block;
  position: relative;
}

.admin-btn-1 {
  background: #597098;
  color: white;
  margin-bottom: 10px;
  width: 165px;
  font-size: 12px;
  //height: 40px;
  display: block;
  position: relative;
  margin-left: 110px;
}

.admin-btn-1 a{
  display: block;
  padding: 12px 8px;
}

.admin-btn-1 span{
  color: white;
  padding-left: 4px;
}

.admin-btn-1 img{
  margin-top: -3px;
}

.admin-link {
  padding: 12px 8px;
  color: #C17971;
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  position: relative;
  margin-left: 110px;
}

.admin-link a{
  text-decoration: none;
}

.admin-link span{
  color: #C17971;
  padding-left: 4px;
}

.admin-link img{
  margin-top: -3px;
}

.left-menu-btn {
  //position: absolute;
  height: 25px;
  width: 90px;
  background: orange;
  border-radius: 3px 3px 0px 0px;
  z-index: 99999 !important;
  padding: 0px 10px;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 1019px) {
    .content .left-menu {
    //outline: 1px solid red;
    //position: absolute;
    z-index: 99999 !important;
    background: black;
    padding: 15px;
    //margin-left: -10px;
    //margin-top: -10px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: none;
  }

    .cabinet-middle-block, .cabinet-last-block {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/*++++++++++++++++++++++++++++++*/
/*Стили страницы лота*/

.lot-item {
  //min-height: 300px;
  margin-top: 15px;
}

.lot-text-info {
  padding-right: 15px;
}

.lot-sub-item {
  //min-height: 300px;
  //margin-top: 15px;
  //outline: 1px solid red;
}

.lot-number {
  padding: 10px;
  color: gray;
  background: #EEEEEE;
  font-size: 12px;
  display: inline-block;
  float: left;
}

.lot-name {
  color: #5C5C5C;
  font-size: 30px;
  display: block;
  font-family: tahoma;
  line-height: 1.1;
}


@media screen and (max-width: 700px) {
    .lot-name {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 500px) {
    .lot-name {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 400px) {
    .lot-name {
      font-size: 13px !important;
    }

    .lot-number {
      font-size: 11px;
      padding: 5px;
    }

}

.lot-name div{
  display: block !important;
  padding-left: 20px !important;
  float: left;
}

.lot-name img{
  margin-left: 20px;
}

.lot-image {
	text-align: center;
	height: 350px;
}

.lot-image img{
  margin: 0 auto !important;
  max-width: 65%;
  max-height: 350px;
}

.lot-image-small {
	text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  //justify-content; center;
  align-items: center;
}

.lot-image-small:hover {
  background: #EEEEEE;
}

.lot-image-small img{
  margin: 0 auto !important;
  max-width: 100%;
  cursor: pointer;
  max-height: 100%;
}

.add-fav {
  font-size: 11px;
}

.remaining-time {
  height: 68px;
  background: #E3B625;
  color: white;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px;
  font-family: tahoma;
}

.remaining-time span{
  font-size: 26px;
  font-weight: bold;
}

.lot-price {
  height: 68px;
  background: #8ABB53;
  color: white;
  font-size: 12px;
  margin-top: 10px;
  padding: 10px;
  font-family: tahoma;
}

.lot-price span{
  font-size: 26px;
  font-weight: bold;
}

.lot-main-icon {
  position: absolute;
  right: 0;
  margin-top: -14px;
  margin-right: 10px;
}

.lot-actions {
  //height: 150px;
  background: #EEEEEE;
  margin-top: 10px;
  padding: 10px;
}

.lot-actions-part1, .lot-actions-part2 {
  //height: 120px;
  border: none;
  outline: none;
}

.lot-actions-part1 input{
  width: 100%;
  height: 45px;
  border: 0;
  border: 1px solid gray;
  padding: 0 10px;
  font-size: 22px;
  background: transparent;
}

.lot-actions-part2 {
  padding-left: 10px;
}

.my-price, .buy-now {
  color: white;
  font-family: tahoma;
  font-size: 14px;
}

.my-price input, .buy-now a{
	padding-left: 37px;
}

.my-price input, .buy-now a, .comment label, .countinfo label{
  color: white;
  background: inherit;
  display: block;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  border: none;
  width: 100%;
  text-align: left;
}

.countinfo label{
	background-color: #4A6491;	
}

.lot-item label{
	text-align: center;
	padding: 13px 0;
	cursor: pointer;
}

.my-price{
  background-color: #4A6491;
  margin-bottom: 10px;
  background-image: url(../images/my-price-icon.png);
  background-position: 5px 10px ;
  background-repeat: no-repeat;
}

.comment label{
	background-color: #4A6491;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	opacity: 0.2;
}
.autobids{
	background-color: #EEEEEE;
}
.autobids label{
	min-height: 34px;
    padding: 6px 12px;
	font-weight: normal;
}
.autobids .form-group>div label{
	width: 100%;
	text-align: right;
}

.autobids input:checked + label{
	opacity: 1;
}

.autobids input[type=radio]{
	display: none;
}

.made-bids{
	text-align: center;
	padding: 5px;
    background-color: #778797;
	color: #fff;
}

.buy-now {
  background-color: #E74C3C;
  background-image: url(../images/buy-now-icon.png);
  background-position: 5px 10px ;
  background-repeat: no-repeat;
}

.bet-lider {

}

.bet-lider a{
  font-size: 12px;
}

.lot-actions span {
  font-family: tahoma;
  color: gray;
  font-size: 13px;
}

.head-text1 {
  font-family:tahoma;
  font-size:16px;
  margin-bottom:10px;
}

.head-text2 {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.head-text3 {
  font-family: tahoma;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.small-text1 {
  font-size: 10px;
  line-height: 1.2;
}

.seller .lot-actions-part2 div{
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.seller .lot-actions-part2 .positive{
  color: green;
}

.seller .lot-actions-part2 .negative{
  color: red;
}

.seller-links a{
  font-family: tahoma;
  margin: 10px 0;
  font-size: 14px;
}

.seller-links div{
  font-family: tahoma;
  margin-top: 10px;
}

.lot-details {
  font-size: 14px;
  font-family: tahoma;
}

.lot-sub-item {
  margin: 30px auto;
  padding-right: 20px;
}

.lot-sub-item.lot-sub-item2 {
  background: #EEEEEE;
  padding: 7px 10px;
}

.specs-item {
  //background-color: red;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  background-position: 0 13px;
  //border-bottom: 1px dotted black;
  display: block;
}

.specs-item > div{
  //margin-bottom: -3px;
  line-height: 1.8;
  background: white;
  display: block;
  padding: 0 5px;
  color: gray;
  margin-bottom: 2px;
}

.lot-sub-item.lot-sub-item2 ul{
  list-style-image: url(../images/list-pointer.png) !important;
  padding: 0px;
  margin: 15px;
}

.lot-sub-item.lot-sub-item2 ul li{
  margin-bottom: 10px;
}

.conditions {

}

@media screen and (min-width: 1020px) {
  .conditions {
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }
}

.lot-conditions {
  margin-bottom: 15px;
  font-size: 12px;
}

.lot-conditions span{
  font-weight: bold;
}

.lot-conditions img{
  padding: 0 10px 0 5px;
}

.lot-info-info div{
  margin-bottom: 15px;
}

.pass-new {
  padding: 0 15px;
}

.pass-new a.btn{
  padding: 15px;
  color: white;
  background-color: #81B242;
  border-radius: 0;
  width: 60%;
  margin: 15px 20% !important;
}

.pass-new input{
  padding: 15px;
  font-size: 16px;
  width: 80%;
  margin: 15px 10%;
}

@media screen and (min-width: 1020px) {
    .pass-new.pass-new1 {
      border-right: 1px solid #ccc;
      padding-left: 0;
    }
}

.contact-us {
  padding: 0 15px;
  //background-color: #EEEEEE;
}

.contact-us img{
  margin-right: 15px;
}

.contact-us .text1{
  font-weight: bold;
}

.contact-us .text2{
  float: left;
  font-weight: bold;
  font-size: 14px !important;
}

.contact-us > div{
  margin-bottom: 5px;
}

.contact-us textarea{
  width: 100%;
  height: 120px;
  //margin: 0 10%;
}

.contact-us .text2 {
  font-size: 12px;
}

@media screen and (min-width: 1020px) {
    .contact-us.contact-us1 {
      border-right: 1px solid #ccc;
    }
}
/* Popup Window with form*/ 

#modal_form, #modal_form3 {
  width: 384px;
  position: fixed;
  top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
  left: 50%; /* половина экрана слева */
  margin-top: -192px;
  margin-left: -190px; /* центровка css, отступаем влево и вверх минус половину ширины и высоты соответственно */
  display: none; /* в обычном состоянии окна не должно быть */
  opacity: 0; /* полностью прозрачно для анимирования */
  z-index: 5; /* окно должно быть наиболее видимым слоем */
  background-color: white;
  padding: 0 15px;
}

#modal_form2{
  width: 384px;
  position: fixed; /* чтобы окно было в видимой зоне в любом месте */
  top: 40%;
  left: 50%; /* половина экрана слева */
  margin-top: -192px;
  margin-left: -190px; /* центровка css, отступаем влево и вверх минус половину ширины и высоты соответственно */
  display: none; /* в обычном состоянии окна не должно быть */
  opacity: 0; /* полностью прозрачно для анимирования */
  z-index: 5; /* окно должно быть наиболее видимым слоем */
  background-color: white;
  padding: 0 15px;
}


#modal_form .text1, #modal_form2 .text1, #modal_form3 .text1{
  position: absolute;
  background-color: green;
  width: 384px;
  height: 40px;
  margin-left: -15px;
  padding: 10px;
  color: white;
  font-size: 14px;
  font-family: tahoma;
  font-weight: bold;
  z-index: 99998 !important;
}

#modal_form form, #modal_form2 form, #modal_form3 form{
  margin-top: 50px;
}

#modal_form input:not([type="checkbox"]), #modal_form2 input:not([type="checkbox"]), #modal_form3 input:not([type="checkbox"]) {
  width: 100%;
  font-size: 14px;
  padding: 8px;
}

#modal_form input[type="submit"], #modal_form2 input[type="submit"], #modal_form3 input[type="submit"], #modal_form2 input[type="button"]{
  border: 0;
  background-color: green;
  color: white;
  margin-top: 20px;
}

#modal_form .bottom-stripe, #modal_form2 .bottom-stripe, #modal_form3 .bottom-stripe {
  padding: 10px;
  background: green;
  margin-left: -15px;
  width: 384px;
}

#modal_form .bottom-stripe a, #modal_form2 .bottom-stripe a, #modal_form3 .bottom-stripe a{
  color: white;
  font-size: 14px;
  font-family: tahoma;
  font-weight: bold;
}


#modal_close, #modal_close2, #modal_close3 {
  padding-top: 6px;
  padding-right: 1px;
  z-index: 99999 !important;
  margin-bottom: 50px;
  position: absolute;
  margin-left: 340px;
  margin-top: -50px;
  cursor: pointer;
}
/* Подложка */
#overlay, #overlay2, #overlay3 {
  z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
  position: fixed; /* всегда перекрывает весь сайт */
  background-color: #000; /* черная */
  opacity: 0.8; /* но немного прозрачна */
  width: 100%; 
  height: 100%; /* размером во весь экран */
  top: 0; 
  left: 0; /* сверху и слева 0, обязательные свойства! */
  cursor: pointer;
  display: none; /* в обычном состоянии её нет) */
}

/* Popup Window with form END*/ 


.main-slider {
  //outline: 1px solid red;
  //height: 300px;
  //position: absolute;
}

.main-slider1 {
  margin: 0 auto !important;
  position: absolute;
}

.main-slider1 img{
  margin: 0 auto !important;
  width: 100%;
}


.slider-prev-btn, .slider-next-btn {
  width: 50px;
  height: 50px;
  //outline: 1px solid red;
  position: absolute;
  top: 40%;
}

.slider-prev-btn{
  left: 0;
  background-image: url(../images/main-ar-prev.png);
}

.slider-next-btn {
  right: 0;
  background-image: url(../images/main-ar-next.png);
}
#auctions-main{
	margin-left: 10px;
}
.v-slider {
  //outline: 1px solid green;
  //height: 300px;
}

.v-slider1 {
  background-color: #EFEFEF;
  padding: 10px;
  position: absolute;
}

.v-slider-item {
  //margin: 5px 0;
}

.v-slider-item-img {
  float: left;
  margin-right: 10px;
}

.v-slider-item-info {
  font-size: 12px;
  background-color: white;
  /*margin-top: 2px;
  margin-bottom: 2px;*/
}

.v-slider-item-info span{
  font-size: 13px;
  font-weight: bold;
}

.v-slider-item .text1 {
  float: left;
  margin-right: 10px;
  color: red;
  text-decoration: line-through;
}

.v-slider-item .text2 {
  float: left;
  color: green;
}

.v-slider-item .text3 {
  float: right;
  background-color: green;
  padding: 5px 10px;
  margin-top: -5px;
  margin-right: 0px;
  color: white;
}

.v-prev-btn, .v-next-btn {
  height: 43px;
  width: 43px;
  //outline: 1px solid red;
  position: absolute;
  margin-top: 10px;
}

.v-prev-btn{
  background: url(../images/v-ar-prev.png);
  right: 43px;
}

.v-next-btn{
  background: url(../images/v-ar-next.png);
  right: 0;
}

.auction-slider {
  //outline: 1px solid blue;
  margin-top: 10px;
  margin-bottom: 10px;
  //height: 325px !important;
}

.auction-slider1 {
  position: absolute;
}


@media screen and (max-width: 1019px) {
.auction-slider {
  margin-top: 25px;
  margin-bottom: 10px;
}
}

.auction-slider-item {
  width: 100%;
  margin: 0 5px;
  padding: 8px;
  background-color: #EFEFEF;
  font-size: 12px;
}

.auction-slider-item:first-child{
  margin: 0 5px 0 0!important;
  margin-left: 0!important;
}
.auction-slider-item:last-child {
  margin: 0 0 0 5px;
}
.auction-slider3 .auction-slider-item:only-child{
  margin: 0!important;
}
#auctions_main{
	padding-left: 20px;
}
.lot-card-img {
  position: relative;
  min-height: 147px;
  line-height: 147px;
	text-align:center;
	background: #FFFFFF;
}

.lot-card-img>img{
  max-height: 147px;
  max-width: 200px;
  display: inline-block!important;
}

.lot-time {
  //background-image: url(../images/time-icon.png);
  background-color: orange;
  background: linear-gradient(to top, orange, #f1da36),
  url(../images/time-icon.png);
  padding-top: 3px;
  font-weight: bold;
  height: 25px;
  margin: 0 auto !important;
  width: 100%;
  position: relative;
}

.lot-time img{
  position: absolute;
  margin-top: 4px;
  margin-left: 7px;
}

.starting-price {
  font-size: 20px;
  color: green;
  font-weight: bold;
}

.card-bit1, .card-bit2, .card-bit3 {
  float: left;
}

.card-bit input{
  width: 100%;
}

.card-bit1 {
  width: 33%;
}

.card-bit1 input{
  width: 100%;
}

.card-bit2 {
  width: 20%;
  color: gray;
}

.card-bit3 {
  width: 47%;
  //margin-top: 2px;
}

.card-bit3 input[type='submit'], .card-bit input[type='submit']{
  background: #5C6F9A;
  padding: 3px 15px;
  margin: 0 auto;
  color: white;
  border: none;
}

.btngray {background:#D4D0C8 !important}

@media screen and (max-width: 400px) {
    .card-bit3 input[type='submit']{
      padding: 3px 8px;
    }
}


.finished-lots {}

.finished-lots h4 span{
  font-weight: bold;
}

.finished-lots-item {
  background-color: #EFEFEF;
  height: 65px;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px;
  position:relative;
}

.finished-lots-item > div{
  //float: left;
}

.finished-lots-item-img {
  position: absolute;
  width: 70px;
  text-align: center;
}

.finished-lots-item-img img{
  height: 50px;
	max-width: 70px;
}

.finished-lots-item-info {
  //width: 55%;
  padding: 0 10px;
  margin-left: 70px;
  margin-right: 112px;
  float:left;
  //margin-top: -3px;
}

.finished-lots-item-info .text1{
  font-size: 12px;
  line-height: 1.17;
}

.finished-lots-item-info .text2{
  font-size: 14px;
  color: green;
}

.finished-lots-item-info .text2 span{
  font-weight: bold;
}

.finished-lots-item-status {
  //width: 25%;
  position: absolute;
  right: 7px;
  //float: right !important;
  //top: 7px;
  height: 53px;
  width: 106px;
  padding-left: 28px;
  font-size: 10px;
}

.finished-lots-item.success .finished-lots-item-status .text1{
  font-size: 11px;
  color: green;
}

.finished-lots-item.fail .finished-lots-item-status .text1{
  font-size: 11px;
  color: red;
}

.finished-lots-item-status .text2{
  font-weight: bold;
  color: gray;
}

.finished-lots-item-status .text3{
  color: gray;
}

.finished-lots-item.success .finished-lots-item-status{
  background-image: url(../images/lot-success.png);
}

.finished-lots-item.fail .finished-lots-item-status{
  background-image: url(../images/lot-fail.png);
}

@media screen and (min-width: 1020px) {
    .project-news {
      padding-left: 10px;
    }
}

.project-news h4 span{
  font-weight: bold;
}

.project-news-item1 {
	 background-color: #EFEFEF;
	  padding: 7px;
	  margin-bottom: 10px;
}

.project-news-item1-header {
  font-size: 16px;
}

.project-news-item1-img {
  float: left;
}
.project-news-item1-img img{
   width: 140px;
}

.project-news-item1-info {
  padding-left: 50px;
  margin-left: 100px;   
}

.project-news-item1-date {
  font-size: 10px;
  //color: gray;
}

.project-news-item1 .text1 {
  font-size: 12px;
  margin: 5px 0;
}

.project-news-item1 .read-more-link {
  font-size: 12px;
  font-weight: bold;
}

.read-more-link a {
  float: left;
}

.project-news-views {
  font-size: 10px;
  color: gray;
  font-weight: normal;
  float:right;
  width: 60px;
}

.project-news-views img{
 margin: 0 5px;
 margin-top: -2px;
}

.project-news-item2 {
  margin-bottom: 10px;
  background-color: #EFEFEF;
  padding: 7px;
}

.project-news-item2 .text1 {
 float: left;
  margin-left: 10px;
}

.project-news-item2 .text2 {
	float: left;
	max-width: 66%;
    margin-left: 5px;
}

.project-news-item2 .text3 {
 float: right;
}

.some-auctions {
  //outline: 1px solid green;
  //height: 760px;
}

.slider2-prev-btn, .slider2-next-btn {
  height: 40px;
  width: 40px;
  //outline: 1px solid red;
  position: absolute;
  top: 40%;
}

.slider2-prev-btn{
  left: -40px;
  background: url(../images/auction-slider-ar-prev.png);
}

.slider2-next-btn{
  right: -41px;
  background: url(../images/auction-slider-ar-next.png);
}

@media screen and (max-width: 600px) {
    .auction-slider2 {
      margin: 0 0px;
      position: absolute;
    }

    .slider2-prev-btn, .slider2-next-btn {
      opacity: 0.5;
    }

    .slider2-prev-btn{
      left: 0px;
      background: url(../images/auction-slider-ar-prev.png);
    }

    .slider2-next-btn{
      right: 0px;
      background: url(../images/auction-slider-ar-next.png);
    }
}

.users-top {
  //outline: 1px solid black;
  //height: 760px;
}

@media screen and (min-width: 1020px) {
    .users-top {
      padding-left: 20px;
    }
}

.users-top1-item {
  height: 50px;
  width: 100%;
  background-color: #EFEFEF;
  margin-bottom: 10px;
}

.users-top1-item > div{
  margin-top: 7px;
}

.users-top1-item .text1{
  position: absolute;
  width: 40px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;

}

.users-top1-item .text2{
  position: absolute;
  left: 60px;
  margin-top: 9px;
}

.users-top1-item .text3{
  position: absolute;
  left: 110px;
  margin-top: 3px;
}

.users-top1-item .text4{
  position: absolute;
  right: 10px;
}

.users-top1-item .text5{
  color: gray;
  font-size: 10px;
}

.checkout-part1, .checkout-part2 {
  padding: 0 10px;
}

.checkout-part1{
  height: 130px;
}

.checkout-part1 h5 {
  color: orange;
  font-weight: bold;
}

.checkout-part2{
  background: #EFEFEF;
  padding: 10px;
}

.checkout-part2-img {
  float: left;
}
.checkout-part2-img > img {
  width: 487px;
}

.checkout-part2 span{
  font-weight: bold;
}

.checkout-part2 .text1{
  float: left;
}

.checkout-part2 > div{
  padding-right: 10px;
}

.checkout-part2 .price{
  float: right !important;
}

.checkout-part2 .line1{
  width: 100%;
  height: 1px;
  background: gray;
}

.checkout-part1.select1 {
  height: auto;
  background: #EFEFEF;
  padding-bottom: 5px;
}

.checkout-part1.select1 .info-list > div{
  margin-bottom: 10px;
}

.checkout-part1 span{
  font-weight: bold;
}

.checkout-part1.select1 form input {
  width: 100% !important;
  padding: 5px;
}

.checkout-part1.select1 form textarea {
  width: 100% !important;
  height: 100px;
}

.checkout-part1.select2 {
  height: auto;
  padding-bottom: 10px;
}

.payment1 {
  width: 200px;
  height: 50px;
}

.payment1 input, .payment2 input {
  margin-top: 10px !important;
}

.payment2 {
  width: 255px;
  height: 53px;
  background: url(../images/webmoney.png) no-repeat 25px 0;
}

.my-auctions .my-auctions1, .my-auctions .recommended {
	margin-left: calc(100%/24);
}

.my-auctions .col-lg-8, .my-auctions .recommended .auction-slider3 {
  padding: 5px;
  margin: 0 auto;
  float: none!important;
}

.auction-slider3 .auction-slider-item {
	float: none!important;
}

.my-auctions .lot-time img{
  position: absolute;
  margin-top: 3px;
  //margin-left: 7px;
  left: 5px
}

.head-stripe1, .head-stripe2 {
  width: 100%;
  #margin: 0 5px !important;
  padding: 5px 15px;
}

.head-stripe1 {
  background-color: green;
  color: white;
  border-radius: 6px 6px 0 0;
  margin-bottom: 5px;
}

.head-stripe2 {
  background-color: orange;
  border-radius: 6px 6px 0 0;
}

.head-stripe3 {
  background: #CACACA;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

table {
  //width: 100%;
  margin-left: 5px;
  #min-width: 600px;
  font-size: 12px;
  margin-bottom: 15px;
}

table th, table td {
  padding: 5px 10px !important;
  //border: 1px solid red;
}

table th{
  font-weight: bold !important;
}

tr:nth-child(2n) {
  background: #f0f0f0; /* Цвет фона */
 }

 @media screen and (min-width: 620px) {

    table {
      width: 99%;
    }
}

.increase-balance-block2 {
  margin-top: 25px;
  font-size: 14px;
  color: green;
  line-height: 2;
  font-weight: bold;
  height: 100%;
}

.increase-balance-block2 .radio-button-wrapper{
	margin: auto;
	cursor: pointer;
}

.increase-balance-block2 a.btn{
  font-size: 14px;
}

.increase-balance-block2 select{
  width: 95%;
	padding: 0px 13px;
}

.increase-balance-block2 select option{
  padding: 5px 10px;
}

.search-results1 .col-lg-6 {
  padding: 5px;
}

.help-part1 {
  //margin-top: 25px;
}


.help-item {
  float: none;
  padding-bottom: 10px;
}

.help-item a{
  float: none;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 13px;
  color: gray;
  cursor:pointer;
}

.help-item a.active{
  text-decoration: underline;
  color: black;
}

.help-item .help-body {
  display: none;
  padding: 10px;
}

.help-part2 .help-body {
  padding: 0px 10px 10px 10px;
  text-indent: 20px;
}

@media screen and (min-width: 1020px) {
	.help-part1 {
		padding: 10px;
		border-right: 1px solid gray;
		background: #EFEFEF;
	}
}

.lot-enter {
	background-color: green;
	background-image: none;
}
.lot-enter input{
	padding: 13px 0 13px 40%;
}

.lot-enter .my-price a{
  padding-left: 0;
}

.my-lots1 .head-stripe1 {
  margin: 0 !important
}

.my-lots-tabs {
  //display: block;
  //float: none;
  margin-top: 15px;
  //margin: 15px auto !important;
}

.my-lots-tabs a {
  padding: 5px 15px;
  //float: left;
  //display: block;
}

.my-lots-tabs a.active {
  color: black;
}

.my-lots-tabs a span{
  display: inline-block;
}

.my-lots {

}

.my-lots .table-wrapper{
  margin-top: 15px;
}

.lot-status-moder {
  color: orange;
}

.table-lot-number {
  float: left;
  margin-right: 10px;
  background: orange;
  padding: 17px 20px; 
  min-width: 61px;
  text-align: center;
}

.table-lot-actions {
	#float:left;
	#margin-left: 70px;
  padding: 0 !important;
  display: none;
}

.table-lot-actions a{
  padding: 0 !important;
  float: none;
  text-align: middle;
  display: block;
}

@media screen and (min-width: 1020px) {
   .table-lot-actions {
      display: block;
    }
}

.lots-finished .col-lg-6 {
  padding: 5px;
}

.lots-finished select {
  color: black;
}

.lots-finished option {
  color: black;
  padding: 3px;
}

.lots-finished .lot-time img{
  position: absolute;
  margin-top: 4px;
  //margin-left: 7px;
  left: 15px
}

.lot-item-finished-negative .remaining-time, .lot-item-finished-negative .lot-price, .lot-item-finished  .lot-time {
  background: gray;
}

.lot-item-finished .lot-time{
    color: white;
	font-weight: normal;
}
.lot-item-finished .starting-price{
	color: #333;
}
.lot-item-finished-negative .remaining-time span{
  font-size: 18px;
}


.auction-slider-item .status-negative {
  background: gray;
  padding: 5px;
  font-size: 17px;
  color: white;
}

 .lot-finished-negative .lot-time {
  background: linear-gradient(to top, red, orange) !important;
}

.auction-end {
  font-size: 16px;
  background: gray;
  padding: 5px;
  color: white;
  font-weight: bold;
}

.auction-winner {
  font-size: 16px;
  font-weight: bold;
}

.lot-status-sended {
  color: green;
}

.lot-add input[type="text"]{
 //width: 95%;
 padding: 5px;
}

.lot-add textarea{
 width: 95% !important;
 padding: 5px;
}

.lot-add option{
 padding: 5px;
}

.lot-add .col-lg-12 {
 padding-right: 10px; 
}


.lot-add .col-lg-12 > div{
 margin-top: 10px;
}

.lot-add input[type="submit"], .lot-final-info input[type="submit"]{
 float: none;
 clear: both;
 border: none;
 background: green;
 color: white;
 width: 200px;
 margin: 20px;
 padding: 10px;
}

.lot-final-info div {
  margin-top: 5px;
}

.lot-start-item {
  padding-left: 10px;
  background: #EFEFEF;
}

.lot-start-item > div, .lot-start-item form > div{
  margin-bottom: 10px;
}

.lot-start-item-popup {
  #display: none;
}

.img-buttons {
  position: absolute;
  left: 0;
  //border: 3px solid red;
  width: 100%;
  height: 100%;

}

.img-buttons a {
  position: absolute;
  //z-index: 99999 !important;
}

.img-buttons .img-btn0 img{
  max-height: 20px;
}

.img-buttons .img-btn0{
  left: 10px;
  margin-top: 10px;
}

.img-buttons .img-btn1{
  right: 10px;
  margin-top: 10px;
}


.img-buttons .img-btn2{
  right: 30px;
  margin-top: 10px;
  display: none;
}

.img-buttons .img-btn3{
  left: 15px;
  bottom: 15px;
  display: none;
}

.img-buttons .img-btn4{
  right: 15px;
  bottom: 15px;
  display: none;
}

@media screen and (max-width: 415px) {
    .img-buttons .img-btn1{
      right: 3px;
      margin-top: 10px;
    }


    .img-buttons .img-btn2{
      right: 23px;
      margin-top: 10px;
    }

    .img-buttons .img-btn3{
      left: 3px;
      bottom: 15px;
      width: 55px;
    }

    .img-buttons .img-btn4{
      right: 3px;
      bottom: 15px;
      width: 55px;
    }

    .lot-time img{
      display: none;
    }
}

.lot-card-img:hover .img-buttons .img-btn2, 
.lot-card-img:hover .img-buttons .img-btn3, 
.lot-card-img:hover .img-buttons .img-btn4 {
  display: block;
}

.lot-card-img:hover .img-buttons {
  background: rgba(0,0,0,0.5);
}

.left-menu-item.item-green {
  background: green !important;
}
.top-account-info-cover, .enter-btn{
	cursor:pointer;
}
.my-content{
	display:none;
}

.top-account-info-cover:hover .top-account-info-txt * {
    color: #FFFFFF !important;
}

.top-account-info-cover:hover #account_menu {
	display: block !important;
}


.acc-menu {
    width: 200px;
    position: absolute;
    top: 25px;
    z-index: 1;
	opacity: 1;
	background:#fff;
    display: none;
    border: 1px solid #c5cfd9;
}

.acc-menu a {
	color:#000;
}
.message{
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
}
.message-bg {    
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: #000;
    opacity: .85;
    #filter: alpha(opacity=85);
}

.message-content-container {
    z-index: 999;
	margin: 100px auto;
    position: absolute;
    right: 0;
    left: 0;
	height: 100%;
  #  position: fixed;
#	width: 100%;
  #  top: 0;
  #  left: 0;
}
.zxc{
	margin: auto;
	display:inline-block;
}
.message-content-bg {
   # position: absolute;
   # left: -50%;
   # top: 150px;
    /*#9AC035*/
    background: url(/inc/css/proglam/popup-bg.png) 0 0 no-repeat;
    -background: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='proglam/popup-bg.png', sizingMethod='crop');
}

.message-content {
    z-index: 1000;
   # padding: 80px 44px 23px 23px;
	#position: absolute;
#	margin: auto;
    text-align: center;
    font-size: 1.7em;
    background: #fff;
	padding: 20px;
}

#message-text {
  text-align: center;
	min-height: 300px;
	width: 100%;
	display: table;
	background: #EFEFEF;
	padding-bottom: 15px;
}

#message-text h3 {
	vertical-align: middle;
}

#message-text a {
    font-size: 18px
}

.message-content .close {
    padding: 17px;
    position: absolute;
    top: -16px;
    background: url('../images/icon_close.png') no-repeat;
    right: -14px;
}

.message-content .close:hover {
    opacity: 0.9;
}

.hiddensubmit {
    position: absolute;
    left: -9999px;
}

.formdiv {
    margin: 3px 0px;
    border: 1px solid #C8C4C4;
    height: 32px;
    background-color: #FFF;
    padding: 0px 13px;
	width: 95%;
}

.forminput {
    margin: 0px;
    border: 0px none;
	vertical-align:middle;
	display: block;
}
#languages{
	padding: 0 7px;
	position: absolute;
	right: 40px;
	z-index:1;
	top: 25px;
	background: #424242 none repeat;
	display:none;
	cursor: pointer;
}
#languages div{	
	clear:both;
	border-top:1px solid #fff;
	line-height: 0;
	padding: 3px 0;
}
.flag{
	cursor: pointer;
}
.row{
	position:relative;
}
.move{
	border:1px solid red;
}
.moveDiv{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 180px;
	border: 1px solid;
	z-index: 1000;
	background:scroll #767f8c url(../images/top-panel-background.png) 0 5px !important;
	color: #DCDCDC;
}
.moveDiv form>div, #blockSettings>div, #addBlock>div, .blockSettingsMain>div{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	height: 100%;
	#border-right: 1px;
	#border-image: url(../images/top-panel-sprite-2.png);
}
#blockButtons{
	position: absolute;
	right: 0;
}
.moveDiv>div:not(#setAction){
	padding: 5px;
}
#changePosition{
	position: relative;
}
#changePosition form>div::after{
	display: inline-block !important;
	position: absolute;
	right: 1px;
    height: 90px !important;
    width: 2px !important;
    background: scroll transparent url(../images/top-panel-sprite-2.png) no-repeat -24px -1301px !important;
	content: "";
}
.moveDiv label{
	#background: #515a67;
	background: #273243 url(../images/panel/top-panel-sprite-2.png) right -1129px;
	cursor: pointer;
	padding:5px 7px;
	width: 100%;
	text-align: center;
	border-radius: 4px;	
	vertical-align: middle;
	color: #545454;
}
.moveDiv label, #addBlock select, .moveDiv input:not([type=number]){
	height: 31px !important;
}
.moveDiv input:checked + label {
	background: #A7A7A7;
	background-color: rgba(65,71,82,0.8);
	-webkit-box-shadow: 0 1px 0 0 rgba(221,231,233,0.4), inset 0 1px 0 #31363f, inset 0 0 0 1px rgba(25,30,42,0.1), inset 0 1px 2px rgba(25,30,42,0.7);
	#border: #fff 1px solid;
	color: #fff;
}
#setAction{
	background: #4a525b url(../images/panel/top-panel-sprite-2.png) repeat-x 0 0 !important;
}
#setAction input:checked+label{
	background:scroll #767f8c url(../images/top-panel-background.png) 0 5px !important;
	-webkit-box-shadow: none;
	border-radius: 0;
}
#setAction label{
	display: inline-block;
	width: auto;
	padding: 5px;
	margin: 0px;
}
#setAction div{
	width: 100%;
}
input[type="number"]{
	width: 3em;
}
input[type="number"]::-webkit-inner-spin-button{
	opacity: 1;
	background: #8D96A4;
}

.loader{
	background: url(/inc/templates/classic/images/ajax-loader.gif) no-repeat center;
	background-size: contain;
}
.message-link a{
	padding: 10px 20px;
	background: #C5C5C5;
}
.moveDiv input[type=button], .moveDiv input[type=number]{
	display: block;
	margin-bottom: 10px;
	background: #8992A1;
	border: 0;
	padding-left: 5px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
input[type="button"]:focus{
	outline: none;
}
#addBlock>div{
	display: block;
}
#addBlock select{
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	margin-right: 20px;
}
.pagination a{
	padding: 10px;
	color: #333;
	background: #EEEEEE;
}
.pagination .current{
	color: #FFF;
	background: #5C6F9A;
}
.hid{
	display: none!important;
}
.caret-right {
	margin-left: 20px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid;
    display: inline-block;
    height: 0;
    opacity: 0.4;
    vertical-align: middle;
    width: 0;
}
.caret-down {
	margin-left: 20px;
    border-top: 6px solid!important;
    border-right: 6px solid transparent!important;
    border-left: 6px solid transparent!important;
    display: inline-block;
    height: 0;
    opacity: 0.4;
    vertical-align: bottom;
    width: 0;
}
.autobids input:not(:checked) + label .caret-right, .autobids input:not(:checked) + label .caret-down{
	display: none;
}
#refreshword{
	margin: 10px auto;
	cursor: pointer;
}
#refreshword img{
	margin:0;
}
.packages input:checked + label{
	background: #EEEEEE;
}
.packages label{
	cursor: pointer;
}
.lot-start-item-popup input[type=file]{
	display: none;
}
.lot-start-item-popup .left-menu-item{
	position: relative;
}
.file-tip{
	font-size: 14px;
	width: 100%;
}
.close_desc{
	background: #EFEFEF;
	padding: 5px;
}
.close_desc img{
	margin-right: 10px;
	padding-bottom: 5px;
}

.balloon {color:#FF0000}