/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,500i,600,600i,700,700i&display=swap&subset=cyrillic');
/* font-family: 'Montserrat' */
/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family: 'Montserrat';}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display:none;}
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
audio {
	max-width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;

}
video {
	width: 70%;
	text-align: center;
	margin: 0 auto;}

h1 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
}
button {
	font-size: 18px;
	border: 1px solid white;
	margin: 4px;
	padding: 3px 10px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #aa0404;
}
.video {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.center {
	text-align: center;
}
.txtarea {
	width: 77%;
	height: 100px;
	border-radius: 5px;
}
.h20 {	height: 20px;}
.h40 {	height: 40px;}
/* CSS variables */
ol {list-style-position: inside;line-height: normal;}
.panel-collapse {
	display: none;
	padding-bottom: 20px;
}
.panel-heading {
	margin-top: 5px;
}
.panel-heading a {
	background: gray;
	color: #ffffff;
	display: block;
	padding: 10px 40px 10px 15px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.panel-heading a:hover {
	background: #aa0404;
}
.panel-heading a i {
	font-size: 16px;
	width: 30px;
}
.panel-heading a::after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.panel-heading.in a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-heading.in a {
	background: #aa0404;
}
.panel-collapse {
	display: none;
	padding-bottom: 20px;
}


.wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header {
	background-color: #E7FFFFFF;

}
.main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 0 auto;
}
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #000;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: #aa0404;
}

.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 98%;
	margin: 0 auto;
}
.main__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
}




.main__lots {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main__help {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
}






.main__menu__enter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid gray;
	margin: 10px 0;
	background-color: #e3e3e3;
}
.main__menu__title, .main__menu__title__exit {
	padding: 20px 20px 5px 20px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #aa0404;
	margin-bottom: 10px;
}
.main__menu__title__exit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main__menu__title__exit .username {
	text-align: left;
	padding-left: 10px;
}
.main__menu__sub {
	padding: 0 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;

}
.avatar i {
	color: #aa0404;
	font-size: 30px;
}



.form_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.exit {
	width: 80%;
}
.form_login i {
	color: #000000;
	width: 20px;
}
.form_login input {
	border-radius: 5px;
	height: 20px;
	margin: 7px;
	padding-left: 10px;
}

.form_login button {
	height: 28px;
	font-size: 20px;
	border: 1px solid white;
	margin: 4px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #aa0404;
}
.form_login button:hover {
	background-color: black;
}
.main__menu__help {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
}
.main__menu__help a {
	color: black;
	font-weight: 600;
	font-size: 12px;
}
.main__menu__help a:hover{
	color: #aa0404;
}
.main__menu_list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 6px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	border-bottom: 1px solid gray
}
.main__menu_list ul li a:hover {
	color:#aa0404;
}


.info  {
	background-color: #aa0404;
	padding: 5px 20px;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}

.hello_username {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border-bottom: 2px solid #aa0404;
	display: table;
}
.hello_username i {
	padding: 10px 0;
}
.container .hello_username p {
	padding: 0;
	font-weight: 600;
}
.user_high_bid {
	text-align: center;
	text-transform: uppercase;
	margin: 20px;
	color: #aa0404;
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 10px;
}
.container .user_high_bid p {
	font-weight: 700;
	font-size: 14px;
}


.bid2_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 96%;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;

}
.bid2_info div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 10px;

}
.bid2_info_title {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.bid2_info_val {
	background-color: #f1f1f1;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	min-height: 60px;
}
.bid2_info_nfo {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: #808080;
	padding-top: 5px;
}





.note {
	font-size: 12px;
}

.user_extra2 {
	margin: 10px 0;
}
.user_extra2 .extra2_val p {
	padding: 0;
	font-weight: 600;
}



.main__help__stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.circle {
	height: 150px;
	background-image: url(/images/v2020/img/circle.png);
	background-size: 130px;
	background-repeat:no-repeat;
	background-position: center center;

}
.circle1 {
	height: 150px;
	background-image: url(/images/v2020/img/circle.png);
	background-size: 130px;
	background-repeat:no-repeat;
	background-position: center center;

}
.container .circle1 p {
	padding: 5px;
	line-height: 12px;
	font-weight: 600;
	text-transform: unset;
	color: #000;
}
.container .circle1_D {
	font-size: 20px;
}
.container .circle1_H {
	font-size: 16px;
}
.container .circle1_M {
	font-size: 14px;
}
.container .circle1_S {
	font-size: 12px;
}

.main__help__stat div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
}
.main__help__stat p {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	color: #606060;
}



.tips {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;

}
.tips i {
	color: gray;
}
.tips__text {
	padding-top: 20px;
	padding-right: 2px;
}
.tips__text p {
	padding: 10px 0;
	color: gray;
}
.tips__text p strong {
	color: black;
}


.baner_right, .baner_left {
	padding-top: 40px;
}
.baner_right img, .baner_left img {
	margin: 4px 0;
}





/* LOTS */
.main__lots {
	width: 100%;
}
/* center baner */
.baner_center1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.baner_center1 img {
	max-width: 100%;
}
/* center baner */



.title_exhib {
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;


}
.title_exhib_sub {
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}


/* recommended lots */
.lot_recomended {
	background-color: #f1f1f1;
	width: 98%;
	margin: 10px auto;
	padding: 10px 10px 20px 10px;
	border-radius: 7px;
}
.lot_recomended_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #6e6d73;
	text-align: center;
	padding: 10px 0 20px 0;

}
.lot_recomended_title span {
	border-left: 3px solid #9C2446;
	border-right: 3px solid #9C2446;
	padding: 0 15px;
}

.lot_recomended_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.lot_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 370px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background-color: #e3e3e3;
	padding: 20px;
	border-radius: 5px;
	margin: 5px
}
.lot_item_img img {
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 10px;
}
.lot_item_title {
	font-size: 13px;
	font-weight: 700;
	color: #000000;
	padding-bottom: 10px;
}
.lot_item_info {
	color: #000000;
}
.lot_time {
	color: #AF212D;
}
/* recommended lots */



/* view_switch */
.view_switch {
	width: 96%;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	border-radius: 7px;
	color: #6e6d73;
}
.view_switch div:first-child {
	padding-bottom: 10px;
}
.view_switch i {
	padding-right: 10px;
}
.view_switch a {
	color: #6e6d73;
}
.view_switch a:hover {
	color: black;
}
/* view_switch */





/* ALL LOTS */
.lots_all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

/* ALL LOTS */







/* VIEW LOTS AS LIST */
.lots_all_list {
	width: 98%;
	margin: 10px auto;
}
.lot_item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px;
}
.lot_item_img_list {
	padding: 20px;
	background-color: #e3e3e3;
	border-radius: 3px;
	min-width: 140px;

}
.lot_item_remain_list {
	color: #AF212D;
	font-size: 16px;
	border-bottom: 2px solid gray;
	padding: 10px;
	margin: 0 10px;
	width: 8%;
	min-width: 120px;

}
.lot_item_title_list {
	font-size: 16px;
	padding: 0 20px;
	width: 60%;
}
.lot_current_rate_list {
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #e3e3e3;
	padding: 20px;
	border-radius: 5px;
	width: 10%;
	min-width: 130px;
}
.lot_member_list {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	width: 10%;
	min-width: 100px;
}
.head {
	background-color: white;
	color: black;
	border: none;
}
/* VIEW LOTS AS LIST */




/* ONE LOT */
.one_lot_head {
	width: 98%;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	color: #6e6d73;

}
.one_lot_author {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding: 10px 0;
}
.one_lot_name {
	text-align: center;
}


/* EXTRA1 */
.lot_gallery_and_extra1 {
	width: 98%;
	margin: 10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lot_gallery {

	-webkit-box-flex:1;

	-ms-flex:1;

	flex:1;
}
.extra1 {

}
.extra1__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
}
.extra1_circle {
	width: 100px;
	height: 100px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.extra1_name {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	padding: 5px;
}
/* EXTRA1 */




/* EXTRA 2 */
.extra2 {
	width: 98%;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.extra2__block {
	width: 20%;
}
.extra2_val {
	background-color: #f1f1f1;
	border-radius: 5px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	min-height: 60px;
	-ms-flex-pack: distribute;
	justify-content: space-around;

}
.extra2_val_1 {
	font-size: 14px;
	font-weight: 700;
}
.extra2_val_2 {
	font-size: 10px;
	font-weight: 500;
}
.extra2_val_3 {
	font-size: 9px;
	font-weight: 600;
	color: #808080;
}
.extra2_name {
	text-align: center;
	padding-top: 15px;
	font-size:10px;
	font-weight: 700;
	text-transform: uppercase;
}

/* EXTRA 2 */


/* ONE LOT */
/* LOTS */
.container {
	width: 98%;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
}
.center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.space_btw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.space_ev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.line_gray {
	border-bottom: 2px solid #808080;
	height: 2px;
	width: 98%;
	margin: 0 auto;
}
.line_red {
	border-bottom: 2px solid #aa0404;
	height: 2px;
	width: 98%;
	margin: 0 auto;
}
.btn {
	border-radius: 5px;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.white {
	background-color: #ffffff;
	border: 2px solid #aa0404;
}
.white:hover {
	color: #aa0404;
}



/* TEXT */
.city {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.container .specification {
	font-size: 14px;
	font-weight: 700;
	color: #aa0404;
}
.container p {
	padding: 10px 0;
	line-height: 20px;
	font-weight: 500;
}
/* TEXT */


.circle_btn {
	width: 150px;
	height: 150px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;

}
.circle_btn a {
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
}
.circle_btn a:hover {
	color: #aa0404;
}


.lot_dop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}
.lot_dop > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.lot_dop_txt {
	font-size: 12px;
	padding: 0 10px;
	line-height: 18px;
}
.lot_dop_txt a {
	color: #000000;
}
















/* Заказать оценку */
.order_individual {
	width: 97%;
	margin: 10px auto;
}
.order_container {
	width: 100%;
	margin: 10px auto;
	background-color: #a34545;
	padding: 20px 10px 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order_text {
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	padding-bottom: 20px;
}
.order_button button {
	text-transform: uppercase;
	font-size: 18px;
	color: white;
	background-color: #a34545;
	padding: 8px 30px;
	border: 2px solid white;
}
.order_button button:hover {
	background-color: #000;
	color:white;
}
/* Заказать оценку */



/* THRE PICT IN THE BOTTOM */
.three_pict {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 90%;
	margin: 0 auto;

}
.three_pict_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	width: 100%;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	/*flex-wrap: wrap;*/
	/*padding: 20px;*/
}
.three_pict_container div {
	margin: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.three_pict_container img {
	max-width: 100%;
	border-radius: 50%;
}
.three_pict_title a {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.three_pict_date {
	font-size: 16px;
	color: #808080;
	padding: 10px 0;
	border-bottom: 2px solid #808080;
	display: inline-block;
}
/* THRE PICT IN THE BOTTOM */




/* BANER SUBSCRIPTION */
.subscription {
	width: 97%;
	margin: 10px auto;
}
.subscription_container {
	width: 100%;
	margin: 0 auto;
	background-color: gray;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.subscription_text {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	padding-bottom: 20px;
	-webkit-box-flex: 8;
	-ms-flex: 8;
	flex: 8;
	padding: 40px;
}
.subscription_container button {
	text-transform: uppercase;
	font-size: 18px;
	color: white;
	background-color: #959498;
	padding: 8px 30px;
	border: 2px solid white;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 10px 30px 10px 10px;
}
.subscription_container button:hover {
	color: white;
	background-color: #000;
}
/* BANER SUBSCRIPTION */


.incut {
	background-color: #f1f1f1;
	padding: 20px 80px;
	border-radius: 10px;
	margin: 20px 0;
}
.incut li::before {
	line-height: 30px;
	font-size: 30px;
	content: "\25AA";  /* 2022 */
	color: #aa0404; /* Change the color */
	font-weight: 600; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}




















.columns3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #e3e3e3;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.one {
	width: 20%;
}
.two {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	text-transform: uppercase;
}
.two a {
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;

}
.three {
	width: 20%;
}

/* top nav1 */
.top_nav1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top_nav1 li {
	padding: 0 7px;
	border-right: 1px solid #fff;
}
.top_nav1 li:first-child {
	padding-left: 0;
}
.top_nav1 li:last-child {
	border: none;
}
/* top nav1 */


.top_search {
	border-radius: 8px;
	height: 22px;
	padding-left: 10px;
}


/* LOGO */
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

/* top nav2 */
.top_nav2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_nav2 li {
	/*padding: 0 10px;*/
	border-right: 1px solid #fff;
	/*	flex: 1 1 100%;*/
	text-align: center;
	width: 100%
}
.top_nav2 li:first-child {
	text-align: left;
}
.top_nav2 li:last-child {
	border: none;
}
.top_nav2 li a:hover, .top_nav1 li a:hover {
	color: #aa0404;
}
/* top nav2 */












/* footer block1 */
.footer__block1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	height: 100%;

}
.footer__block1 > div {
	padding: 0 30px;
	height: 100%;


}
.footer__menu1 ul, .footer__menu2 ul, .footer__menu3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
/* footer block1 */




/* footer block2 */
.footer__block2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.footer__block2 > * {
	padding: 10px 20px;
	/*width: 33%;*/
	text-align: center;
}

.footer__copy {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.footer__phone {
	-webkit-box-flex:5;
	-ms-flex:5;
	flex:5;
}
.footer__social {
	-webkit-box-flex:2;
	-ms-flex:2;
	flex:2;
}
.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* footer block2 */




/* REGISTER PAGE */
.register_info, .agree {
	margin: 0 50px;
	padding: 10px 0;
}
.agree {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.agree button {
	font-size: 20px;
	border: 1px solid white;
	margin: 4px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #aa0404;
	padding: 5px 10px;
}

.register_block {
	background-color: #f1f1f1;
	border-radius: 10px;
	margin: 10px 50px;
	padding: 20px 0;

}
.form_input {
	padding: 10px 0;
	width: 100%;
}
.input_name {
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.input_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80%;
	margin: auto;
}
.input_row label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 50px;
}
.input_row div {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input_row span {
	padding:0 10px;
}

.input_row input, .input_row select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;


}
input[type=radio] {
	margin: 0 10px;
}
.input_row p {
	padding: 0 20px;
	font-weight: 600;
}
.bdt p {
	padding: 0 1px;
}
.input_full {
	text-align: center;
}
.input_full input {
	width: 77%;
}
.input_col {}
.input_col p {
	padding-bottom: 10px;
}
.input_tip {
	width: 80%;
	margin: auto;
	padding-top: 10px;
	color:#aaaaaa;
	font-size: 12px;
	font-weight: 500;
}
.input_tip strong  {
	font-weight: 600;
}
/* REGISTER PAGE */




.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

input {
	border-radius: 4px;
	height: 26px;
	padding-left: 10px;
	color: #aaaaaa;
	font-size: 10px;

}
select {
	height: 26px;
	padding-left: 10px;
	color: #aaaaaa;
	font-size: 10px;
	border-radius: 4px;
}
.content h2 {
	font-size: 20px;
	font-weight: 600;
}
.content h3 {
	font-size: 18px;
	font-weight: 600;
}
.heading {
	padding: 20px 0;
	text-align: center;
}
.center {
	text-align: center;
}
.red {
	color:#aa0404;
}
.gray {
	color: #aaaaaa;
}
.top_line_red {
	display: inline;
	border-top: 1px solid #aa0404;

}
.container .register_info p {
	padding: 0;
}


.user-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.user-menu-list li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.user-menu-list li a {
	display: block;
	padding: 7px 10px;
	background-color: #e3e3e3;
	margin-bottom: 0.2em;
	text-decoration: none;
	color: #808080;
	border-radius: 10px;
	font-weight: 600;
}
.user-menu-list li a i {
	color:#aa0404;
}
.user-menu-list li a:hover {
	color:#aa0404;
}

.user-menu-list li ul li a {
	background-color: white;
	padding-left: 20px;
	font-weight: 500;
}




















































/* media */
@media(max-width:1020px) {
	.main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.one, .three {
		width: 3%;
	}
	.form_login, .main__menu__help {
		display: block;
		text-align: center;
	}
	.form_login button {
		padding: 0 20px;
	}
	.main__menu__help a {
		padding: 0 10px;
	}
	.baner_left, .baner_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		padding-top: 0;

	}
	.baner_left div, .baner_right div {
		margin: 3px;
	}
	.baner_left img, .baner_right img {
		max-width: 100%;
	}
	.baner_center1 {
		padding: 2px;
	}
	.main__help__stat {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

}
@media(max-width:800px) {
	.lot_item_remain_list, .lot_item_title_list, .lot_current_rate_list, .lot_member_list {
		font-size: 12px;
	}
	.lot_gallery_and_extra1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.extra1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		padding-top: 20px;
	}
}
@media(max-width:700px) {
	.two a {font-size: 10px; line-height: 12px;}

	.lot_item_img_list {
		padding: 5px;
		min-width: 110px;
	}
	.lot_item_remain_list {
		min-width: 60px;
		margin: 0 2px;
	}
	.lot_current_rate_list {
		padding: 15px 5px;
		min-width: 80px;
	}
	.lot_member_list {
		padding: 10px 2px;
	}
}

@media(max-width:630px) {
	.one, .three {
		width: 1%;
	}
	.two {
		font-size: 10px;
	}
	.form_login, .main__menu__help {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__block1 > div {
		padding: 0 10px;
		height: 100%;
	}
	.footer__block2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__social {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.subscription_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.subscription_text {
		padding: 10px;
		text-align: center;
	}
	.lot_item {
		max-width: 46%;
	}
	.main__help__stat {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.lot_dop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.lot_dop > div {
		padding: 10px 0;
	}
	.input_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.radio {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.input_row > div {
		padding-top: 3px;
		font-size: 12px;
	}
	.input_row div {
		width: auto;
	}
	.input_row  i {
		font-size: 0.8em;
	}
	.main__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

}
@media(max-width:550px) {
	.top_nav1 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.columns3 {
		height: 80px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.two {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.top_search {margin-top: 10px;width: 80%;}
	.lot_item_remain_list, .lot_item_title_list, .lot_current_rate_list, .lot_member_list {
		font-size: 10px;
	}
	.lot_current_rate_list {
		min-width: 60px;
	}
	.lot_member_list {
		min-width: 40px;
	}
	.lot_item_img_list {
		min-width: 60px;
	}
	.lot_item_img_list img {
		max-width: 50px;
	}
	.main__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
}

@media(max-width:450px) {
	.top_nav1 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.columns3 {
		height: 80px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.two {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.top_search {margin-top: 10px;width: 80%;}
	.two a {font-size: 8px;line-height: 12px;}
	.video {width: 100%;text-align: center;}
	video {width: 100%;text-align: center;}
	.three_pict_title a {font-size: 10px;width: 100%}
	.three_pict {padding: 0;width: 100%}
	.three_pict_container div {margin:2px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;text-align: center;}
	.three_pict_date {font-size: 12px;}
	.main__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

	.footer__block1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.footer__block1 {
		padding: 20px 0;
	}
	.footer__block1 > div {
		width: 100%;
		text-align: center;
		padding: 3px 0;
	}
	.footer__menu1 ul, .footer__menu2 ul, .footer__menu3 ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 10px;
	}
	.footer__menu1 li, .footer__menu2 li, .footer__menu3 li {
		padding: 0 10px;
	}
	.lot_recomended_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.lot_item {
		max-width: 270px;
	}
	.lot_item_remain_list {
		padding: 2px;
		min-width: 30px;
	}
	.lot_item_title_list {
		padding: 0 2px;
	}
	.extra1_circle {
		width: 70px;
		height: 70px;
		font-size: 16px;
	}
	.extra1_circle .fa-2x {
		font-size: 1.4em;
	}
	.extra2__block {
		width: 24%;
	}
	.extra2 {
		padding: 0;
	}
	.extra2_val {
		padding: 5px 1px;
		min-height: 50px;
	}
	.extra2_val_1 {
		font-size: 10px;
	}
	.extra2_val_3 {
		font-size: 8px;
	}
	.extra2_name {
		font-size: 9px;
	}

	.register_block {
		margin: 0 auto;
	}
	.bdt {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}


}