.box {
	padding:20px 0;
	padding-bottom: 0px;
}




@font-face {
    font-family: 'Soft-Marshmallow';
    src: local('./fonts/Soft-Marshmallow'), local('Soft-Marshmallow'),
		url('./fonts/Soft-Marshmallow.otf') format('otf'),
        url('./fonts/Soft-Marshmallow.woff') format('woff'),
        url('./fonts/Soft-Marshmallow.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


body {background-color: #060322; color: #FFFFFF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
      background-image: url(./images/bg_footer.png); 
	  background-size: contain; 
	  background-position: left bottom;
	  background-repeat: no-repeat;}


a { -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}

body .btn-default {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #FFFFFF;	
	background: #2196F5;
	border-radius: 3px;
	padding: 12px 32px 13px;
	border-radius: 45px;
	transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
}


.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {color: #fff;}

input[type='number'] {-moz-appearance:textfield;}

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

#navbar ul a {color: #fff;}
.navbar-default 
.box .container, .container, .header.container .row{
	
	padding-left: 0px;
	padding-right: 0px;
	max-width:1410px;
	width:95%;
}
.header.container .row{
	margin: 0 auto;
	margin-bottom: 4px;
}
.header.container{
	width: 100%;
	max-width: none;
}



.count_block{
	margin-top: 20px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	    -webkit-align-items: center;
	            align-items: center;
}
.count_block svg{
	margin-right: 10px;
}

.filter_right > div {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.filter_right .sort_display{
	display: flex;
	margin-left: 27px;
}
.sort_display a {
	margin: 0 0 0 8px;
	width: 35px;
	height: 35px;
	vertical-align: top;
	text-align: center;
	line-height: 35px;
	background: #f5f5f5;
	border-radius: 2px;
}
.sort_display a, .sort_display a i {
	display: inline-block;
	height: 13px;
	width: 13px;
	line-height: 20px;
}
.sort_display a {
	width: 35px;
	height: 35px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	background: linear-gradient(0deg, #F4F4F4, #F4F4F4), linear-gradient(315deg, #E7251C 0%, #CB110A 100%), #E2E2E2;
	border-radius: 2px;
}
.sort_display a.current, .sort_display a:hover{
	background: linear-gradient(92.78deg, #A660D8 0%, #221DD3 98.86%);
} 
.sort_display a i {
	background: url(/upload/block.svg) 0 0 no-repeat;
	vertical-align: middle;
}
.sort_display a.current i, .sort_display a:hover i {
	background: url(/upload/block_w.svg) 0 0 no-repeat;
	vertical-align: middle;
}
.sort_display a.list i{
	background: url(/upload/list.svg) no-repeat center / contain;
}
.sort_display a.list.current i, .sort_display a.list:hover i{
	background: url(/upload/list_w.svg) no-repeat center / contain;
}
.count_text {
	text-align: center;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #242424;

}
.slider-text *{
	padding-left: 0px;
	padding-right: 0px;
}
.slider-text .container{
	width: 100%;
}
.navbar{
	z-index: 9999;
}
.slider-text{
	width: 95%;
	max-width: 1410px;
}

.slider-text-inner h2 {
	margin-bottom: 30px;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 36px;
	line-height: 125%;
	color: #FFFFFF;
	text-transform:none;

}


.slider-text-inner h2 span.main_title {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 1.1;
	text-align: left;
	color: #FFFFFF;
	max-width: 720px;
	display: block;
	margin-bottom:30px;
}
.select2-container--default .select2-results>.select2-results__options.set_heigh{
	max-height: 245px;
}
.select2-dropdown.set_width{
	min-width: 250px;
}
.select2-dropdown.set_width_region{
	min-width: 200px;
}
.Auth .header-personal.dropdown .dropdown-menu>.active>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .Auth .header-personal.dropdown .dropdown-menu>.active>a:focus, .Auth .header-personal.dropdown .dropdown-menu>.active>a:hover{
	color: #242424;
}

.row.procedures.vacancies .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.panel-group{
	margin-bottom: 0px;
}
.panel-group .panel{
	border: 1px solid #ebebeb;
	padding: 9px 10px;
	background: none;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.panel-group .panel:last-child{
	margin-bottom: 0px;
}
.panel-default>.panel-heading{
	padding: 0px;
	background: #FFF;
	
}
.panel-default>.panel-heading a{
	display: block;
	width: 100%;
	color: #242424;
	position: relative;
	    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #242424;
}
.panel-default>.panel-heading a.collapsed:after{

    content: "\f105";
}
.panel-default>.panel-heading a:after{
		    top: 0px;
    right: 0px;
    font-size: 18px;
	  content: "\f107";
	   position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: 'FontAwesome';
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: none
}
.col-md-3.sidebar{
	padding-left: 0px;
	padding-right: 0px;
	width: 252px;
	position: relative;
}
.col-md-3.sidebar .prev{
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 99;
	cursor: pointer;
}
.col-md-3.sidebar .next{
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 99;
	cursor: pointer;
}
.success{
	margin-bottom: 15px;
}
.sidebar input[type=checkbox]{
	position: absolute;
  z-index: -1;
  opacity: 0;
  left: -9999px
}
.sidebar input[type=checkbox]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.sidebar input[type=checkbox]+label::before {
  content: '';
  display: inline-block;
  background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	border-radius: 3px;
	width: 20px;
	height: 20px;
}
#form_sub_rest_new textarea{
	width: 100%;
	resize: none;
	height: 130px;
	padding: 10px;
}
#form_sub .btn{
	margin-top: 50px;
}
#js-authorization-succ{
	color:#089d23;
	padding: 15px;
}

#send_request #js-authorization-succ {color:#089d23; padding: 0 35px 30px; }



.bx_subscribe_response_container table tr td{
	vertical-align: middle;
}
#DETAIL_TEXT, #ISPOLN, #ANTI_KRISI, #CONTACT_LICO  {
	overflow-x: auto;
	padding: 30px;
}
#DETAIL_TEXT table, #ISPOLN table, #ANTI_KRISI table, #CONTACT_LICO table{
	width: 100%;
}
#DETAIL_TEXT table tr td, #ISPOLN table tr td, #ANTI_KRISI table tr td, #CONTACT_LICO table tr td{
	padding: 10px;
	border-bottom: 1px solid #F2F2F2;
}
#DETAIL_TEXT table.lot-props tr:nth-child(1) td, #ISPOLN table tr:nth-child(1) td, #ANTI_KRISI table tr:nth-child(1) td, #CONTACT_LICO table tr:nth-child(1) td{
	border-top: none
}

#DETAIL_TEXT table.lot-props tr td:nth-child(1), #ISPOLN table tr td:nth-child(1), #ANTI_KRISI table tr td:nth-child(1), #CONTACT_LICO table tr td:nth-child(1){
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: 50%;
	padding-top: 17px;
	padding-bottom: 17px;


	color: #242424;
}
#DETAIL_TEXT table.lot-props tr td:nth-child(2), #ISPOLN table tr td:nth-child(2), #ANTI_KRISI table tr td:nth-child(2), #CONTACT_LICO table tr td:nth-child(2){
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	width: 50%;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #242424;

}
.select2-container.set_width{
	min-width: 250px;
}
#DETAIL_TEXT table.lot-props tr:last-child td, #ISPOLN table tr:last-child td, #ANTI_KRISI table tr:last-child td, #CONTACT_LICO table tr:last-child td{
	border-bottom: none;
	padding-bottom: 0px;
}
.cat-filter{
	display: flex;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.cat-filter li a{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;


	color: #242424;
}
.cat-filter li:hover a, .cat-filter li.active a{
	color: #CB110A;
}
.cat-filter li{
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid #BBBBBB;
}
.cat-filter li:last-child{
	-webkit-border-right: none;
	        border-right: none;
	    padding-right: 0px;
	    margin-right: 0px;
}
@media(max-width: 1600px){
	.cat-filter li{
		padding-right: 10px;
			margin-right: 10px;
	}
}
@media(max-width: 1700px){
	.cat-filter li a{
		font-size: 	14px;
	}
}
@media(max-width: 1370px){
	.cat-filter li{
		padding-right: 5px;
			margin-right: 5px;
	}
	.cat-filter li a{
		font-size: 13px;
	}
}
.js-tab-content .btn.tab{
	margin-top: 50px;
}
#form_sub label, #form_sub i{
	display: block;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	position: relative;
	color: #242424;

}
.donwlod_docs a{
	background: #353535;
	    border-radius: 3px;
    padding: 13px 30px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    border: none;
    -webkit-align-items: center;
    align-items: center;
}
#form_sub .checkbox_box label{
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#form_sub .checkbox_box .donwlod_docs label{
	padding-left: 0px;
	margin-top: 10px;
}
#form_sub .checkbox_box .donwlod_docs a{
	text-decoration: underline;
}
#form_sub .checkbox_box label:last-child{
	margin-bottom: 0px;
}
#form_sub label span, #form_sub i span{
	color: red
}
#form_sub div.donwlod_docs{
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#form_sub .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 15px;
}
#form_sub div.no_title_box input[type=checkbox]+label{
	padding-left: 30px;
	width: 100%;
	margin-bottom: 25px;
}
#id_doc .select2-container{
	min-width: 100%;
}
#form_sub input[type=text], #form_sub input[type=date], #form_sub input[type=email], #form_sub textarea, #form_sub input[type=number]{
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	height: 42px;
	padding-left: 13px;
	padding-right: 13px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	width: 100%;



}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	color: #242424;
	    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #242424;
}

#form_sub input[type=file]{
	position: absolute;
	left: -1000%;
	opacity: 0;
}
#form_sub label.chous{
	margin-top: 10px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	height: 200px;
	background: #FFFFFF;
	border: 1px dashed #CACACA;
	box-sizing: border-box;
	font-family: "Poppins";
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;

	color: #949494;
}
#form_sub label.chous:hover{
	cursor: pointer;
	border: 1px dashed #242424;
	color: #242424
}
#form_sub textarea{
	resize: none;
	height: 140px;
}
#form_sub div{
	background: #FFFFFF;
border: 1px solid #F2F2F2;
box-sizing: border-box;
margin-bottom: 30px;

padding-bottom: 25px;
}
#form_sub div div{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
#form_sub div.no_title_box div{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
#form_sub div.no_title_box .chous{
	margin-bottom: 20px;
}
#form_sub .select2-container--default .select2-selection--single{
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	height: 42px;
	width: 100%;
}
#form_sub .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
}
#form_sub .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 42px;
}
#form_sub  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.box-data a[data-toggle=modal]{
	margin-bottom: 15px;
	display: inline-block;
}
#form_sub div div .input_box svg{
	position: absolute;
	right: 	0px;
	top: 0px	
}
#form_sub div div .input_box{
	display: block;
	width: 49%;
	margin-bottom: 25px;
	padding: 0px;
	margin-top: 0px;
	display: flex;
	position: relative;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
#form_sub div div .input_box{
	
}
#form_sub div div .input_box img{
	max-width: 100%;
}
#form_sub div div.flex_start .input_box:nth-child(1){
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
#form_sub div div.flex_start .input_box.not_file{
	padding-top: 30px;
}
#form_sub div div .input_box.textarea_box{
	width: 100%;
}
#form_sub .textarea_box .select2-container{
	min-width: 100%;
}
#form_sub div div .input_box input{
	width: 100%;
}
#form_sub div div .input_box p{
	width: 100%;
}
#form_sub div.no_title_box{
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.input_link input+label, .maincontent input[type=checkbox]+label{
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.lot-null{
	margin-top: 50px;
}
.maincontent input[type=checkbox]+label{
	line-height: 21px;
	padding-left: 30px;
}
#form_sub div.no_title_box input[type=checkbox], .lots_form input[type=checkbox], .input_link input[type=checkbox], .maincontent input[type=checkbox]{
	position: absolute;
	left: -1000%;
	opacity: 0;
}
#form_sub div.no_title_box input[type=checkbox]+label:before, .lots_form input[type=checkbox]+label:before, .input_link input[type=checkbox]+label:before, .maincontent input[type=checkbox]+label:before{
	content: '';
	display: 	inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;	
	background: url("/upload/1.svg") no-repeat center / contain;
}

#form_sub div.no_title_box input[type=checkbox]:checked+label:after, .lots_form input[type=checkbox]:checked+label:after, .input_link input[type=checkbox]:checked+label:after, .maincontent input[type=checkbox]:checked+label:after{
	content: '';
	display: 	inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;	
	top: -3px;
	background: url("/upload/2.svg") no-repeat center / contain;
}

#form_sub div p:nth-child(1){
	background: #F5F5F5;
	width: 100%;
	padding: 22px 30px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #242424;
}
.col-md-9.maincontent{
	width: calc(100% - 282px);
	padding-right: 0px;
	padding-left: 30px;
}
.col-md-9.maincontent .col-md-12{
	
}

.js-lot-time-title{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #242424;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 35px;
}
.l00ot-rate.js-rate-loader{
	display: none; /*не надо так делать*/
}

.slider-text .counter{
	max-width: 204px;
	margin: 0 auto;
	min-width: 204px;
	min-height: 59px;

}
.counter_info{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.counter_info p{
	width: 25%;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #242424;

}

.header .row{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	display:flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	align-items:center;
}
.header-phone a{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;

}
.Auth{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.header-link_auth{
	display: flex;
	align-items: center;
	margin-right: 0px;
}
.header-link_auth a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;

}


.header-link_auth .button-auth {	
	 display: flex; 
	 align-items: center; 
	 font-weight: 400; 
	 letter-spacing: 0.02em;
	 color: #fff;
	 border: 2px solid rgba(255, 255, 255, 0.2);
	 height: 45px;
	 border-radius: 500px;
	 padding: 0 27px;
	 
}

.header-link_auth .button-auth span {}
	
.header-link_auth .button-auth:hover span {}

.header-link_auth .button-auth img { margin-right: 10px;} 

.header-link_auth .button-create {margin-right: 35px;}

.lots_form input[type=radio]{
	float: left;
	width: auto;
	height: auto;
	margin-right: 10px;
	position: relative;
	top: -2px;
	margin-bottom: 15px;
}
.lots_form input[type=radio]+label{
	margin-bottom: 15px;
}
.lots_form label{
	display: block;
	position: relative
}
.lots_form input[type=checkbox]+label{
	padding-left: 30px;
}
.btn, .transition, #appeals .btn-electronic, .box-data .btn, .search-button{
	background: #2196F5;
	border-radius: 3px;
	padding: 13px 30px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	display: flex;
	border: none;
	-webkit-align-items: center;
	        align-items: center;
}

.btn.green{
	background: #009220;
}
.btn.green:hover{
	background: #006416;
}
.btn.btn-cancel, .btn.no{
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #e20404;
	color: #fff
}
.btn.no{
	margin-bottom: 0px;
}
.btn.btn-cancel:hover, .btn.no:hover{
	background: #a80202;
	color: #fff
}
.cancel_block{
	text-align: center;
}
.modal-dialog .btn.transparent{
	    border: 1px solid #242424;
	    background: #FFF;
	    margin-top: 20px;
	    margin-bottom: 20px;
}
.btn.transparent
.box-data .btn{
	display: inline-block;
}
 #appeals .btn-electronic{
 	margin-top: 20px;
 }
.transition{
	display: inline-block;
	text-align: center;
}
.slider-text-inner{
	position: relative;
	z-index: 3;
	text-align: left;
}
.main-map{
	padding-top: 70px;
	padding-bottom: 80px;
	
}
.modal textarea{
	width: 100%;
	height: 150px;
	resize: none;
}
.main-map h2{
	margin-top: 0px;
	margin-bottom: 50px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #242424;

}
.main-map p{
	margin-bottom: 20px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
}
.btn:hover, .transition:hover,  #appeals .btn-electronic:hover, .search-button:hover{
	color: #fff;
	
}

.btn svg{
	margin-right: 12px;
}

.header-phone a svg{
	position: relative;
	top: 4px;
	margin-right: 13px;
}
.header .row:before, .header .row:after{
	display: none;
}
.header-logo, .header-phone, .Auth{
	text-align:center;
}
.header_search{
	/*width: 100%;*/
	max-width: 320px;
	text-align: right;
	position: relative;
	margin-left: auto;
	margin-right: 32px;
}

@media(max-width: 1370px){
	.header_search{
		max-width: 300px;
	}
}
.header .row div.header-logo{
	text-align:left;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    flex-grow: 1;
}
.header .row div.header-logo p {
	padding-left: 25px;
	margin-left: 25px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0px;
	position: relative;
	
}
.header .row div.header-logo p:before{
	display: block;
	content: "";
	background: #A4A4A4;
	width: 1px;
	height: 48px;
	position: absolute;
	left: 0px;
	top: -3px;
}
.header .row div.Auth{
	text-align:right;
}

.header input[type=text].form-control{
	padding: 0 10px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
    padding-left: 40px;
	padding-right: 35px;
    border-radius: 500px;
    border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.navbar-right{
	margin-right: 0px;
}
.lang{
	margin-right: 32px;
}
.lang .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #242424;
}
.checkbox label, .radio label{
	line-height: 1.3;
}
.spec_ver{
	width: 44px;
	height: 44px;
	background: #EDEFF0;
	margin-right: 24px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.spec_ver:hover{
	background: #d1d1d1;
}
@media(max-width: 1600px){
	.spec_ver, .lang{
		margin-right: 10px;
	}
}
.bx-authform form input{
	max-width: 400px;
}
.bx-authform-link-container a{
	color: #CB110A;
}
.header_search .navbar-form .form-control.nav-search-btn, .header_search .navbar-form .form-control.nav-search-btn:focus{
    margin: 0 0 0 0px;
 	background: transparent;
    color: #252525;
	border: none;
	box-sizing: border-box;
	border-radius: 4px;
	height:28px;
	width:28px;
}
.Auth .header-personal.dropdown{
display:flex; 	
}
.Auth .header-personal.dropdown a{
	white-space: nowrap;
	font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

nav.navbar .dropdown-menu {
	border: none;
    background: transparent;
    border-radius: 2px;
	padding-top: 66px;
	top: 0;
	
}

#navbar ul.dropdown-menu li { background: #252953;}



form.navbar-right.nav-search {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
border-radius:4px;
}
nav.navbar .container{
	padding:0;
	max-width:1410px;
	width:95%;
	display: flex;
	padding-top: 23px;
	padding-bottom: 24px;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

nav.navbar .container:before{
	display: none;
}
nav.navbar .container:after{
	display: none;
}
.registration_trade .modal-sm{
	width: 95%;
	background: #FFF;
	max-width: 422px;
}
.registration_trade .modal-header{
	border: none;
    padding: 	40px;
	padding-bottom: 	0px;

}
.modal-content{
	border-radius: 0px;
	border: none
}
.registration_trade .btn.btn-work{
	width: 	auto;
	display: inline-block;
	margin-top: 	15px;
}
.registration_trade .btn.active{
	width: 	auto;
	margin-top: 	30px;
	margin-bottom: 	30px;
	display: inline-block;
	background: linear-gradient(180deg, #005283 0%, #004A77 100%), linear-gradient(180deg, #00A624 0%, #009220 100%);
border-radius: 3px;
}
.registration_trade .file .btn.active{
	margin-bottom: 	15px;
}
.registration_trade .file{
	margin-bottom: 	15px;
}
.registration_trade .btn.active:hover{
		background: linear-gradient(180deg, #004066 0%, #004066 100%), linear-gradient(180deg, #00A624 0%, #009220 100%);
}
.registration_trade .modal-header h4{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	
}
.registration_trade .checkbox input{
	display: none;	
}
.registration_trade .checkbox label:before{
	content: '';
	display: 	inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;	
	background: url("/upload/1.svg") no-repeat center / contain;
}
.registration_trade .checkbox input:checked+label:after{
	content: '';
	display: 	inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;	
	top: -3px;
	background: url("/upload/2.svg") no-repeat center / contain;
}

.registration_trade .checkbox label{
	padding-left: 35px;
	position: relative;	
}
.registration_trade .checkbox label a{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #949494;
}
.registration_trade .info{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;

	color: #242424;
}
.registration_trade .modal-body{
	padding: 	40px;
	padding-top: 	0px;
}
#modal_stavka .js-body-registration {
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
#modal_stavka .js-body-registration .btn:last-child{
	    margin-left: 14px;
    border: 1px solid #242424;
    box-sizing: border-box;
    background: #FFF;
    color: #242424;
}
#modal_stavka .js-body-registration .btn:last-child:hover{
	background: #242424;
	color: #fff
}
.registration_trade .modal-header .close{
	font-size: 	28px;
	color: #242424;
	opacity: 	1;
	font-weight: 	500;
	margin-top: 	-15px;
	margin-right: 	-15px;	
}
.registration_trade .modal-content .checkbox{
	margin-top: 	0px;
}
#navbar ul.nav{
	display:flex;
	align-items:center;
    width: 100%;

}

nav.navbar .container .header_search input, .search-query{
	border: none;
	background: #FFFF;
	border-radius: 5px;
	height: 46px;
	margin-top: 0px;
	padding-left: 13px;
	padding-right: 40px;
	border: 2px solid #AF5FDE;

}
.box-data div.search-page input.search-query{
	border: none
}
#navbar ul.nav:before, #navbar ul.nav:after{
	display: none;
}
.container>.navbar-header{
	display: none;
}
#navbar ul li{
	/*margin-right: 64px;*/
	margin-right: 48px;
}

#navbar ul li:last-child {
	margin-right: 0px;
}

#navbar ul a{
	position: relative;
	height:100%;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	letter-spacing: 0.02em;
	
}

#navbar ul li.dropdown>a:after{
	position: absolute;
	right: -15px;
	top: 8px;
	content: '';
	display: none;
	width: 8px;
	height: 6px;
	background: url("/upload/ad.svg");
	
}

@media(max-width: 1800px){
	#navbar ul a{
		font-size: 16px;
	}
}


#navbar ul li{
	height:100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
}
#navbar ul li:hover a, #navbar ul li.active a{
	
}

.news-date {margin-bottom: 24px;}
	

.printBlock{
	float: right;
	position: relative;
	top: -8px;
}
.footer_socials{
	display: flex;
	width: 100%;
	-webkit-justify-content: center;
	        justify-content: center;
			margin-top: 10px;
	
}
.footer_socials a{
	margin-left: 16px;
	margin-right: 16px;
	display: flex;
	width: 52px;
	border-radius: 100%;
	height: 52px;
	-webkit-justify-content: center;
        justify-content: center;
	align-items: center;
	border: 2px solid rgba(33, 150, 245, 0.7);
}
.footer_socials a:hover {
	
	box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6);
	background: #0085F1;
	
}
.footer-copyright .col-lg-7, .footer-copyright .col-lg-5{
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}

.footer-copyright .row:before, .footer-copyright .row:after{
	display: none;
}
.footer-copyright .row {
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer-copyright .row > div {text-align: center;}

.footer-copyright .row .col-md-5, .footer-copyright .row .col-md-7{
	width: 30%;
}
.footer-copyright p {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	margin-top: 32px;
	margin-bottom: 15px;
	color: rgba(255,255,255, .6);

}
.footer-copyright p a{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
	text-decoration: underline;
}
#DETAIL_TEXT, #TERMS, #DOCS, #CONTACT_LICO, .box-data.grey_title div.lot-descr.text-left{
	padding: 30px;

}
#DETAIL_TEXT, #TERMS, #DOCS, #CONTACT_LICO , .box-data.grey_title div.lot-descr.text-left{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
}
.box-data.grey_title div.lot-descr.text-left{
	padding-bottom: 10px;
}
#PAYMENT_DETAILS_TEXT{
	padding-bottom: 30px;
}
.box-data {
	
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	padding:15px 25px;
	margin-bottom: 30px;
	
}
.preview_flex{
	margin-top: 30px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.preview_flex ul{
	line-height: 1;
}
.box-data .nav_arrow{
	width: 38px;
	min-width: 38px;
	height: 38px;
	background: #F5F5F5;
	-webkit-border-radius: 100%;
    border-radius: 100%;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.box-data .nav_arrow:hover{
	background: #eceaea;
}
.box-data .lot-image-height{
	line-height: 1;
}
.box-data .nav_arrow.prev{
	margin-right: 30px;
}
.box-data .nav_arrow.next{
	margin-left: auto;
}
.box-data.gallery_img .lot-image-height .nav_arrow img{
	width: 7px;
}
.box-data.gallery_img .lot-image-height .js-lot-thumbnails a{
	width: 99px;
height: 99px;
border: 2px solid #F2F2F2;
box-sizing: border-box;
display: inline-block;
margin-right: 15px;
}
@media(max-width: 1500px){
	.box-data.gallery_img .lot-image-height .js-lot-thumbnails a{
		width: 80px;
		height: 80px;
	}
}
.box-data.gallery_img .lot-image-height  .js-lot-thumbnails a.active{
	border: 4px solid #CB110A;
}
.box-data.gallery_img .lot-image-height  .js-lot-thumbnails a img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.box-data.gallery_img{
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
}
.box-data.gallery_img .lot-image-height{
	width: 100%;
}
.box-data.gallery_img .lot-image-height img{
	width: 100%;
	max-height: 490px;
	object-fit: cover
}
.box-data.gallery_img .lot-image-height img.noimage{
	object-fit: none
}
.box-data.no_p{
	padding-bottom: 0px;
}
.box-data .h2 {

	padding-bottom:10px;
	margin:10px 0 20px;
}
.box-data.map{
	padding: 0px;
}
.box-data.map ymaps{
	min-width: 100%;
}
.box-data.map ymaps *{
	min-width: auto;
	max-width: auto;
}
.box-data .notetext, .greentext {
	color:green;
}
.box-data.grey-block{
	padding: 	35px;
	background: linear-gradient(0deg, #EEF1F3, #EEF1F3), #F5F5F5
}
.box-data.grey-block .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.box-data.grey-block .col-md-6:nth-child(1){
	width: 227px;
}
.box-data.grey-block .col-md-6:nth-child(1) div{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;

	color: #242424;
}
.box-data.grey-block .col-md-6:last-child{
	width: auto;
	text-align: center;
}
.box-data.grey-block .col-md-6:last-child a:last-child{
	display: block;
	max-width: 215px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #015080;
	
}
.box-data.grey-block h3{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #242424;
	margin-top: 12px;

}
.box-data.grey-block .row.buy_box .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 239px;
}
.box-data.grey-block .row.buy_box .col-md-12.auto_width{
	max-width: none;
	padding-left: 10px;
}
.box-data.grey-block .row.buy_box .col-md-12 .btn{

margin-bottom: 15px;

}
.box-data.grey-block .row.buy_box.check_item .col-md-12 .btn{
	max-width:  none;
	white-space: normal
}

.box-data.grey-block .row.buy_box.check_item .col-md-12{
	max-width: none;
}
.box-data.grey-block .row.buy_box .col-md-12 .reg_detail{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
}
.box-data.grey-block .row.buy_box .reg_link{
	text-align: center;
	display: block;
	width: 100%;
}
.box-data.grey-block .row.buy_box.check_item .reg_link{
	max-width: 	none;
	text-align: 	left;
}
.box-data.grey-block .row{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.box-data.grey-block .row.check_item{
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.box-data.grey-block .row.check_item .col-md-12{
	padding-left: 0px;
	padding-right: 0px;
}
.box-data .btn.step_click{
	display: block;
	margin-bottom: 15px;
}
.box-data.grey-block .row:before, .box-data.grey-block .row:after{
	display: none;
}
.main_catalog{
	padding-top: 60px;
	padding-bottom: 60px;
}
.main_side_menu {
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
	padding-left: 0px;
	list-style-type: none;
}
.main_side_menu li a{
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	padding: 18px 20px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;

}
.bx_filter.bx_blue{
	margin-top: 30px;
}
.main_side_menu li a:hover, .main_side_menu li a.root-item-selected{
	-webkit-box-shadow: inset 8px 0px 0px -4px #CB110A;
-moz-box-shadow: inset 8px 0px 0px -4px #CB110A;
box-shadow: inset 8px 0px 0px -4px #CB110A;
}

.main_side_menu li.ClassBankrot a:hover, .main_side_menu li.ClassBankrot a.root-item-selected{
	-webkit-box-shadow: inset 8px 0px 0px -4px #F3C601;
-moz-box-shadow: inset 8px 0px 0px -4px #F3C601;
box-shadow: inset 8px 0px 0px -4px #F3C601;
}
.main_side_menu li.className>a, .main_side_menu li.ClassBankrot>a{
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: 500;
}
.main_side_menu li.className.ClassArrested >a{
	background: #CB110A;
}
.main_side_menu li.ClassBankrot>a{
	background: linear-gradient(0deg, #F3C601, #F3C601), linear-gradient(180deg, #93C130 0%, #859B00 100%), #8FA50C
}
.main_side_menu ul.root-item{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.main_side_menu .root-item li{
	border: none
}
.main_side_menu .root-item li.has_sub_menu a.parent:after{
	width: 6px;
	height: 8px;
	display: inline-block;
	content: "";
	float: right;
	position: relative;
	top: 7px;
	background: url("/upload/ar.svg") no-repeat center / contain;
}
.main_side_menu .root-item ul{
	display: none;
	list-style-type: none;
	margin-left: 0px;
}
.main_side_menu li .root-item ul a{
	padding-left: 40px;
}

.box-data.grey_title{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.box-data.grey_title h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #242424;
	margin-top: 0px;
	border-bottom: none

}
.box-data.grey_title div{
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.box-data.grey_title div.title-with_show{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 22px;
	padding-bottom: 18px;
	background: linear-gradient(0deg, #EEF1F3, #EEF1F3), #F5F5F5
}
 .box-data.grey_title div.title-with_show a{
	color: #242424;
	display: block;
	position: relative;
	width: 100%;
}
.auction_left .box-data.grey_title div.title-with_show a{
	padding-right: 25px;
}
.auction_left .box-data.grey_title div.title-with_show a:after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0px;
	top: 25%;
	background: url("/upload/right-arrow.svg") no-repeat center / contain;
	transform: rotate(270deg);
}
.auction_left .box-data.grey_title div.title-with_show a.opened:after, .auction_left .box-data.grey_title div.title-with_show a[aria-expanded=true]:after{
	transform: rotate(90deg);
}
.auction_left .box-data.grey_title:nth-child(2) div.title-with_show a:after{
	transform: rotate(90deg);
}
.auction_left .box-data.grey_title:nth-child(2) div.title-with_show a.collapsed:after{
	transform: rotate(270deg);
}
.box-data.grey_title div.show div{
	display: inline-block;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #949494;
	margin-right: 20px;
}
.result-block{
	margin-bottom: 30px;
}
.result-block .subtext {
	margin-top: -15px;
	font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    width: 100%;
    text-transform: none;
}
.result-block .status{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	height: 93px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	
}
.result-block .status.fail{
	background: linear-gradient(0deg, #BC3131, #BC3131), linear-gradient(180deg, #00A624 0%, #009220 100%), linear-gradient(91.59deg, #FFB800 0%, #EFAC00 100%), #FFB800;
}
.result-block .status.canceled{
	background: linear-gradient(0deg, #BAC2C8, #BAC2C8), linear-gradient(180deg, #00A624 0%, #009220 100%), linear-gradient(91.59deg, #FFB800 0%, #EFAC00 100%), #FFB800;
}
.result-block .status.success{
	background: linear-gradient(0deg, #CB110A, #CB110A), linear-gradient(180deg, #00A624 0%, #009220 100%), linear-gradient(91.59deg, #FFB800 0%, #EFAC00 100%), #FFB800;
}
.result-block .status svg{
	margin-right: 20px;
}

.box-data.grey_title div.wish span{
	display: inline-block;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #949494;
	position: relative;
	top: 2px
}
.modal-content .btn{
	display: block;
}
.modal-content .checkbox:nth-child(7) a{
	color: #017319;
	display: inline-block;
	margin-bottom: 	25px;
}
.modal-sm .checkbox noindex{
	
font-family: "Poppins";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;

color: #242424;

}
.modal-sm .checkbox noindex a{
	display: inline;	
	color: #017319;
}
.modal-content .checkbox{
	margin-bottom: 	15px;
}
.modal-content .checkbox:last-child{
	margin-bottom: 	0px;
}
.modal-content .checkbox:last-child a{
	margin-top: 	15px;
}
.modal-footer hr{
	display: none;	
}
.modal-content .register-info{
	padding: 15px;
}
.box-data.grey_title div.wish .lots-favorite{
	font-size: 18px;
	display: inline;
	font-weight: 500;
	color: #ACACAC;
}
.box-data.grey_title div.wish .lots-favorite.active{
	color: #CB110A
}
.required{
	color: red;
}
.box-data.grey_title .row{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.box-data.grey_title .row:before, .box-data.grey_title .row:after{
	display: none;
}
.auction_left{
	width: calc(100% - 595px);
	padding-left: 0px;
	padding-right: 30px;
}
.box-data.grey_title .show .fa:before{
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 8px;
	position: relative;
	top: 3px;
	background: url("/upload/eye.svg") no-repeat center / contain;
}
.box-data.grey_title .wish .fa:before{
	display: inline-block;
	font-size: 19px;
	margin-right: 6px;
	position: relative;
	top: 2px;

}
.box-data.grey_title .table_padding{

	padding-left: 30px;
	padding-right: 30px;
}
.box-data.grey_title .table_padding table{
	margin-bottom: 10px;
}
.box-data.grey_title .table_padding table tr td{
	font-family: "Poppins";
	padding-top: 18px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
	padding-bottom: 17px;
	border-bottom: 1px solid #F2F2F2;
	border-top: none;
}
.box-data.grey_title .table_padding table tr td:nth-child(1){
	max-width: 233px;
}
.box-data.grey_title .table_padding table tr td:nth-child(2){
	font-weight: 400;
}
.box-data.grey_title .table_padding table tr:last-child td{
	border-bottom: none;
	padding-bottom: 0px;
}
.auction_right{
	width: 565px;
	padding-left: 0px;
	padding-right: 0px;
}
.auloader {
	background:url(images/pin.png);
	position:absolute;
	z-index:10000;
	width:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
}
.auloader-image {
	background:url(images/loader.gif) 50% 50% no-repeat;
	width:100%;
	height:100%;
}

/* header */
.header {

}

.header-logo {
	font-size:4vw;

	text-align:left;
}
.header-logo strong {
	color:#005283;
}
.header-logo a {
	color:#fff;
}
.header-link-item {
	color:#242424;
	font-size:18px;
	position:relative;
	/*margin-right: 	70px;*/
	margin-right: 	0px;
	display:inline-block;
}
.header-link-item i{
	position: relative;
	top: 3px;
	font-size: 25px;
	font-weight: 500;
	margin-right: 11px;
}
.grey_mob{
	display: none;
}
@media(max-width: 1370px){
	.box-data.gallery_img .lot-image-height .js-lot-thumbnails a{
		margin-right: 10px;
	}
	.box-data .nav_arrow.prev{
		margin-right: 10px;
	}
	.header-link-item{
		/*margin-right: 20px;*/
		margin-right: 0px;
		
	}
}
.slash{
	width: 1px;
	height: 19px;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	background: #BBBBBB;
}
@media(max-width: 1370px){
/*	.slash{
		margin-right: 5px;
		margin-left: 5px;
	}*/
	.header-phone a{
		font-size: 16px;
	}
	.header .btn{
		font-size: 15px;
	}
}
.header-basket-box .header-link-item {
	margin:0px;
}
.header-link .btn {
	margin-top:7px;
	width:120px;
	text-transform:uppercase;
}
.header-link .btn:hover {
	color:#fff;
}
.header-link .badge {
	position:absolute;
	top:0;
	left:13px;
	font-size:11px;
	background:#005283;
	padding:2px 5px;
	border-radius:5px;
}
.header-link .fa-angle-down {
	font-size:12px;
	margin-left:5px;
}
.header-link .tooltip,
.lots-item-favorite .tooltip {
	white-space:nowrap;
}
.header-basket-box {
	display:inline-block;
	z-index:150;
	position:relative;
}
.header-basket-items {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 15px 0 0;
    min-width:290px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.header-basket-table {
	width:100%;
	color:#383838;
}
.header-basket-table td {
	vertical-align:top;
	padding:7px;
	border-bottom:1px solid #cacaca;
}
.header-basket-table img {
	max-width:50px;
}
a.header-basket-name {
	font-size:14px;
	line-height:18px;
	color:#383838;
}
.header-basket-price {
	font-weight:bold;
	margin-top:10px;
	font-size:16px;
}
a.header-basket-delete {
	font-size:14px;
	color:red;
}
td.header-link-table-delete {
	vertical-align:middle;
}
.header-basket-table.foot {
	font-size:16px;
}
.header-link-order {
	margin:15px 10px 10px;
}
.header-link-order a,
.header-link-order a:hover {
	color:#fff;
	font-size:14px;
}
.header-time {
	color:#fff;
	font-size:14px;
}

/* header personal */
.header-personal {
	font-size:14px;
}
.header-personal a {
	color:#fff;
	text-decoration:none;
}
.header-personal img {
	width:45px;
	border-radius:50%;
	border:3px solid #5bc0de;
}
.header-personal-menu {
	width:auto;
	margin:5px 0 0 10px;
	font-size: 14px;
	display:inline-block;
	margin-top: 0;
}
.header-personal .dropdown-menu {
	z-index:1001;
	left: auto;
	right: -90px;
}
.header-personal .dropdown-toggle {
	background:url(images/caret.png) right 7px no-repeat;
	padding-right:10px;
}

/* nav */
#sticky-wrapper{
	z-index: 999;
}
.td-nav {
	
	border:none;
	margin:0;
	z-index: 100;
}

.form-control{
	background: #FFFFFF;
border: 1px solid #EDEDED;
box-sizing: border-box;
height: 	42px;
font-family: "Poppins";
font-style: normal;
font-weight: normal;
font-size: 18px;
}
/*.td-nav .navbar-nav > .active > a,
.td-nav .navbar-nav > .active > a:hover,
.td-nav .navbar-nav > .active > a:focus,
.td-nav .navbar-nav > li:hover > a,
.td-nav .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background:#005283;
	color:#fff;
	text-decoration: none;
	border-color:#ebebeb;
}*/
/*.td-nav .navbar-nav > li > a {
	color:#293134;
	text-transform:uppercase;
	padding:25px 25px;
	border-right:1px solid #ebebeb;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/
.navbar-form .form-control,
.navbar-form .form-control:focus {
	border-radius:15px;
	margin: 7px 0 0 0;
	width:100%;
	height:46px !important;
}
.navbar-right.nav-search {
	width:300px;
	margin-top:0px;
	margin-bottom: 0px;
}
.navbar-form .form-control.nav-search-btn,
.navbar-form .form-control.nav-search-btn:focus {
	margin:7px 0 0 -30px;
	width:34px;
	height:34px;
	background:#535d5f;
	border:none;
	border-radius:17px;
	color:#fff;
	text-align:center;
	padding:0;
}

/* main banner */
.main-banner {
	/*background: url(images/your_banner.jpg) 50% 0 repeat fixed;*/
	background:#777;
	height:600px;
	width:100%;
	min-width:100%;
	position: relative;
	padding:170px 0 0 0;
	background: #cccccc;
	background: -moz-linear-gradient(left, #cccccc 0%, #777777 50%, #777777 51%, #cccccc 100%);
	background: -webkit-linear-gradient(left, #cccccc 0%,#777777 50%,#777777 51%,#cccccc 100%);
	background: linear-gradient(to right, #cccccc 0%,#777777 50%,#777777 51%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}

#main-slider .owl-prev{
	position: absolute;
	left: 9.5%;
	top: 40%;
	display: block;
	width: 24px;
height: 24px;
background: url("/upload/arrow_l.svg") no-repeat center / contain;
}
#main-slider .owl-next{
	position: absolute;
	right: 9.5%;
	top: 40%;
	display: block;
	width: 24px;
height: 24px;
background: url("/upload/arrow_r.svg") no-repeat center / contain;
}
@media(max-width: 1800px){
	#main-slider .owl-prev{
		left: 2%;
	}
	#main-slider .owl-next{
		right: 2%;
	}
}
.main-banner-slogan1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:28px;
	line-height:28px;
	text-align:center;
	margin-bottom:10px;
}
.main-banner-slogan2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:52px;
	line-height:52px;
	text-align:center;
}
.main-banner-search {
	text-align:center;
	margin:50px auto;
	position:relative;
	width:100%;
	display:block;
}
.main-banner-search-text {
	float:left;
	position:relative;
	width:82%;
}
.main-banner-search-title,
.main-banner-search-title:focus {
	background:#fff;
	height:52px !important;
	border:1px solid #ededed;
	border-radius:5px 0 0 5px;
	float:left;
	width:61%;
	font-family: '"Poppins" Condensed';
	color:#191919;
}
.main-banner-search-category {
	background: #fff;
	width:200px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	float:left;
	border-radius:0 5px 5px 0;
	border:1px solid #ededed;
	border-left:none;
}
.main-banner-search-select,
.main-banner-search-select:focus {
	background: none;
	height:50px;
	width:218px;
	box-shadow:none;
	font-size:16px;
	position:relative;
	z-index:100;
	border:none;
	outline: none;
	color:#191919;
}
.main-banner-search-category-button {
	background: url('images/search_select.jpg') center center no-repeat;
	height: 52px;
	width: 36px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 50;		
	cursor:pointer;
}
.main-banner-search-btn {
	float:left;
	margin-left:20px;
	height:52px;
	font-size:16px;
	padding:0 30px;
	text-transform:uppercase;
}

/* main tabs */
.main-navlot {
	
	
}
.main-navlot h2, main h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	text-align: left;
	margin-bottom: 55px;
	margin-top:97px;
}

.main-navlot .nav-tabs {
	border:none;
}
.main-navlot .nav-tabs > li {
	float:none;
	display:inline-block;
	font-size:18px;
}
.main-navlot .nav-tabs > li > a, 
.main-navlot .nav-tabs > li > a:focus, 
.main-navlot .nav-tabs > li > a:hover {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	margin-top: 0px;
	padding: 12px 20px;
	background: none;
	border-radius: 500px;
	
}

.main-navlot .nav-tabs > li > a:hover {
	color:#fff;
}
.main-navlot .nav-tabs > li.active > a {background: #2196F5;}
.btn-electronic,
.main-navlot .nav-tabs > li > a:hover,
.main-navlot .nav-tabs > li.active > a, 
.main-navlot .nav-tabs > li.active > a:focus, 
.main-navlot .nav-tabs > li.active > a:hover {

	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 500px;
	background: #2196F5;
	
}

.main-navlot .nav-tabs > li > a {margin-right:0;}
.main-navlot .nav-tabs > li + li {margin-left:16px;}
.main-navlot .nav-tabs > li > a:hover, 
.main-navlot .nav-tabs > li.active > a:focus {box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6);}

.btn-electronic{
	border: none;
	    padding: 13px 25px;
}
.main-navlot .nav-tabs > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 0;
	background: #005283;
	content: '';
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.main-navlot .nav-tabs > li:hover > a:after,
.main-navlot .nav-tabs > li.active > a:after {
	display: none;
}
.modal-header h4{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	/* identical to box height */
}

.modal-sm .checkbox{
	margin-bottom: 	0px;
	margin-top: 	0px;
}
.modal-header{
	padding-top: 30px;
	padding-bottom: 27px;
	padding-left: 	35px;
	padding-right: 	15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #AF5FDE;

}
.modal-sm .form-group{
	margin-bottom: 0px;
}
.modal-sm .js-body-auth .form-group{
	margin-bottom: 20px;
}
.modal-sm .form-group label{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}
.modal-sm .form-group label span{
	color: red
}
.modal-sm .js-authorization-form .form-group{
	margin-bottom: 	25px;
}
.modal-sm{
	width: 	520px;
}
/*.register-info{
	margin-bottom: 	25px;
}*/
.close{
	font-size: 	30px;
	opacity: 	1;
	font-weight: 	400;
}
.modal-content .modal-footer{
	border-top: none;
	padding-top: 	10px;
	text-align: 	left;
	padding-bottom: 	60px;
	padding-left: 	35px;
}
.modal-body, .modal-content .register-info{
	padding-left: 	35px;
	padding-right: 	35px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;

	color: #242424;
}
.modal-content .modal-footer .btn {
	display: inline-block;
	width: 	auto;
}

.modal-content .modal-footer .btn:focus {color: #fff;}
.modal-content .modal-footer .btn:hover {color: #333}

/*.modal-content{
	min-width: 520px;
}*/
/* main tabs lot */
.main-lot {
/*	padding-top: 40px;*/
	padding-bottom: 60px;
 
}
.lot-id{
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: center;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */

	text-align: center;
}
.auction_list .lot-id{
	margin-bottom: 10px;
}
.btn.tab {

	display:inline-block;
}
.tab-pane-btn {
	margin-top: 24px;
	width:100%;
	text-align:center;
}

/* lot list */
.lot, .about_box .news_main_box {
	height: 100%;
	
	width:100%;
	padding: 0;
	border: 0;
	display:block;
	color:#fff;
	border-radius: 0;
	
}
.table-responsive .lot{
	padding-bottom: 24px;
	height: 100%;
}
.table-responsive .auction_list .lot{
	height: auto;
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	
}
.lot:hover {
	
}

.js-search-btn .fa-search:before{content: ""; display: none;}
.js-search-btn .fa-search {
	
	width: 20px;
	position: relative;
	height: 20px;
	display: inline-block;
	background:url("./images/search.svg") no-repeat center / contain;
}
.js-search-btn {
	width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 100%;
	cursor: pointer;
	text-align: center;
	display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

.fa-search:before{
	content: "";
	width: 18px;
	position: relative;
	top: 3px;
	height: 18px;
	display: block;
	background: url("./images/search.svg") no-repeat center / contain;
}
.row.js-data{
	margin-top: 40px;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: stretch;
	        align-items: stretch;
	    margin-bottom: 0px;
	margin-left:-20px; 
	margin-right:-20px;
}

.main-lot.all-list .row.js-data {margin-top: 0px;}

.about_box .row  { margin-left:-20px; margin-right:-20px;}
	
.row.js-data .lot-height, .about_box .display-table {padding: 0 20px;}


.row.js-data:before, .row.js-data:after{
	display: none;
}
.tab-content {
	position:relative;
}
.lot-height {	
	margin-bottom: 40px
}

.table-responsive .lot-height{
	width: 25%;
}
.table-responsive .auction_list .lot-height{
	width: 100%;
}
.table-responsive.watch_more h3{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 50px;
}
.table-responsive.watch_more .lot-height{
	width: 20%;
}
.maincontent .table.lots, .table-responsive.watch_more .lots{
	display: block;
}
.maincontent .table.lots.auction_list{
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.lot-null {
	text-align:center;
}
.fa-heart-o:before{
	color: #AF5FDE;
	font-size: 23px;
}
.active.fa-heart-o:before{
	color:  #CB110A
}
.lot-link {
	font-family: "Poppins";
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 5px;	
}
.lot-link a, .expire_withuser a, .usertitle a, .nav-tabs li a, a.link_news {
	color: #fff;
}

.lot-link a:hover, .expire_withuser a:hover, .usertitle a:hover {color: #2196F5;}

.auction_list .lot-link{
	text-align: left;
}
.lot:hover .lot-link {
	color: #CB110A
}
.lot figure {
	text-align:center;
	height: 381px;
	overflow: hidden;
	border-radius: 0;

}


.lot figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lot .img-responsive {
	display:inline;
	vertical-align:middle;
}
.lot-price{
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.auction_list .lot-price{
	margin-top: 0px;
	text-align: right;
}
.table-responsive .lot-price{
	min-height: 25px;
	margin-bottom: 0px;
}

.auction_list .lot-price a{
	position: static;
	margin-right: 15px;
}
.auction_list  .lot{
	padding: 24px 30px;
}
.lot-price .price{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	
}
.lot-date {
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	
}

.main-lot .lot-date{
	
}
.auction_list .lot-date{
	margin-top: 13px;
	margin-bottom: 0px;
	text-align: left;
}
.lot-rate {
	border-top:1px solid #ebebeb;
	padding:15px 5px 10px;
	color:#2c373b;
}
.lot-rate-avatar {
	border-radius:50%;
	float:left;
	width:30px;
}
.lot-rate-noavatar {
	background:#ccc;
	border-radius:50%;
	float:left;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.lot-rate-name {
	float:left;
	margin:6px 0 0 5px;
	font-size:14px;
}
.lot-rate-price {
	float:right;
	font-size:18px;
	margin-top:6px;
}
.lot-rate-price i {
	font-size:14px;
}
.news_flex{
	display: flex;
}
/* how it works */
.main-work {
	background:#fff;
	padding: 70px 0 50px 0;
}
.main-work .news-img {
	width: 100%;
	max-width: 330px;
	height: 210px;
}
.main-work .news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}
.main-work h2,
.main-info h2 {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	text-transform: uppercase;

	color: #242424;

}
.main-work .sections-block{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	    -webkit-justify-content: center;
	            justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.main-work .sections-block .section:nth-child(1){
	margin-bottom: 30px;
}
.main-work .sections-block .btn{
	font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    white-space: normal;
    color: #FFFFFF;
    background: linear-gradient(180deg, #005283 0%, #004A77 100%), linear-gradient(180deg, #00A624 0%, #009220 100%);
    border-radius: 3px;
}
.main-work .region-price-block{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-top: 44px;
}
.main-work .price{
	margin-left: 45px;
}
.main-work .region{
	margin-right: 45px;
}
.main-work .select2-container--default .select2-selection--single, .lang .select2-container--default .select2-selection--single{
	border: none
}
.main-work .select2-container--default .select2-selection--single .select2-selection__arrow b, .lang .select2-container--default .select2-selection--single .select2-selection__arrow b{

	border-color: #222 transparent transparent transparent;
	margin-left: 10px;
}
.lang .select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: 0px;
}
.main-work .select2-container, .lang .select2-container{
	width: auto !important;
/*	min-width: 150px;*/
}
.select2-selection__arrow{
	margin-left: 13px;
}
.main-work .select2-selection__rendered, .lang .select2-selection__rendered{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424
}
.main-work h2 strong{
	width: 100%;
	text-align: center;
	
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	  background: #0085F1;
}


.select2-results__option {padding: 16px 20px;}

.box-data.grey_title .table_padding table tr td{
	position: relative;
}
.box-data.grey_title .table_padding table tr td svg{
	float: right;
	position: relative;
	top: 1px
}
ul.price_option, .price_option{
	border-radius:5px;
	padding-left: 0px;
	margin-left: 0px;
	display: none;
	position: absolute;
	top: -33px;
	background: #484848;
	list-style-type: none;
	white-space: nowrap;

	padding: 10px;
	-webkit-box-shadow: 0px 1px 10px #000;
	        box-shadow: 0px 1px 10px #000;
	
}
p.price_option{
	display: none;
	white-space: normal;
	z-index: 	99;
	top: 30px;
}
ul.price_option li, .price_option{
	color: #ffff;
	    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 100;
}
.main-work-box {
	position: relative;
	background:none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	    border-width: 5px 4px 0 4px;
}
.main-work-box-badge {
	width: 193px;
	height: 193px;
	background: #005283;
	text-align: center;
	line-height: 190px;
	font-size: 80px;
	color: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 0 32px;
	padding:3px 7px;
}
.main-work-box strong {
	font-size:40px;
	color:#2c373b;
	display: block;
	margin: 0 0 25px;
}
.main-work-box p {
	color:#2c373b;
}
.main-work-box:after {
	content: '\f105';
	color: #c2c2c2;
	font-size: 82px;
	line-height: 1em;
	font-family: 'FontAwesome';
	position: absolute;
	top: 130px;
	right: 0;
}
.main-work .col-lg-3:last-child .main-work-box:after {
	display: none;
}
.main-work .news_box{
	text-align: center;
}
.main-work .news_box .btn{
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 60px;
}
.main-work .news_box .display-table{
	width: 25%;
	max-width: 330px;
	text-align: left;
	margin-right: 30px;
}
.main-work .news_box .display-table:last-child{
	margin-right: 0px;
}
.main-work .news_box .news-date{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	margin-top: 18px;
	margin-bottom: 15px;
	color: #949494
}
.main-work .news-title{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;

}
.main-work a:hover .news-title{
	color: #CB110A;
}
.main-work.display-table:hover .news-title{
	color: #CB110A;
}
.main-info {
	background:#f5f5f5;
	padding: 45px 0 45px 0;
}
.main-info-about {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}
.main-info-about li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 22px 0;
	overflow: hidden;
}
.main-info-about-badge {
	width: 104px;
	height: 104px;
	border-radius: 100%;
	text-align: center;
	line-height: 100px;
	color: #000;
	font-size: 45px;
	display: inline-block;
	background: #005283;
	float: left;
	margin: 0 30px 0 0;
	padding:3px 7px;
}
.main-info-about li strong {
	font-size:26px;
	color: #191919;
	display: block;
	padding-top: 17px;
	font-weight:normal;
	line-height:32px
}
.main-info-about li p {
	margin: 42px 0 0 0;
	color:#999;
}

.main-info-news {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}
.main-info-news li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 22px;
}
.main-info-news li span {
	color: #005283;
	font: 300 101px/1em '"Poppins" Condensed';
	display: block;
	float: left;
}
.main-info-news li strong {
	font: 600 26px/32px '"Poppins" Condensed';
	color: #191919;
	display: block;
	padding-top: 17px;
	font-weight:normal;
}
.main-info-news li p {
	margin: 10px 0 0 0;
	color:#999;
}

/* registration */
.registration label,
.restore label,
.authorization label {
	margin-bottom:8px;
}

.authorization .CSocServVKontakte {
	background:#4f7094;
	border:#4f7094;
}
.authorization .CSocServFacebook {
	background:#43609c;
	border:#43609c;
}
.authorization .btn-info {
	margin-bottom:10px !important;
	width:48%;
}
.reg-reload {
	margin:10px 0 0 10px;
	font-size:24px;
}
.reg-enter-captha {
	margin-top:15px;
}

/* content */
.content {
	background: transparent;
	padding: 0 0 80px;
	
}
.content .title {
	margin:20px 0;
	margin-bottom: 35px;
	padding:0;
}
.content .title h1{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	
}
.content .breadcrumb {
	background:none;
	margin:50px 0 0 0;
	padding:0;
	font-weight:normal;
	font-size:14px;
}
.content .breadcrumb a, .breadcrumb>li {
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #949494
}
.content .breadcrumb a:hover {
	color:#005283;
}
.rules {
	padding:10px 0 0 15px;
}
.rules li {
	margin-bottom:10px;
	font-size:16px;
}

/* content lot list */
.filter {
	background:#005283;
	padding:15px;
	border-radius:5px;
	width:100%;
	margin-bottom:25px;
	border-color:#005283;
	color:#fff;
}
.filter input[type=text] {
	background: #fff;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    color: #191919;
    height: 34px;
    padding: 0 10px;
    width: 100%;
	border-radius:3px;
}
.filter label {
	font-weight:normal;
	margin-bottom:7px;
}
.filter-lots {
	margin-top:5px;
}
.filter-title {
	
}
.filter-btn {
	padding-top:25px;
}
.filter-btn .btn-link {
	color:#fff;
}
.btn_width{
	display: inline-block;
}
.box-sort {
	background:#fff;
/*	padding:15px;
	border:1px solid #ebebeb;*/
	margin-bottom:25px;
	color: #888;
	line-height:28px;
}
.box-sort .row{
	margin-left: 0px;
	margin-right: 0px;
}

.box-sort .js-sort .col-md-3, .box-sort .js-sort .col-md-9{
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.box-sort .select {
	width:185px;
}
@media(max-width: 1700px){
	.box-sort .select{
		width: 	175px;
	}
}
.box-sort .select-variant {
	height:30px;
}
.box-sort .select-button {
	top:2px;
}
.js-sort .clearfix{
	display: none;
}
.js-sort{
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	/*-webkit-justify-content: space-between;
	        justify-content: space-between;*/
}
@media(max-width: 1700px){
	/*.js-sort{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.box-sort .js-sort .col-md-3{
		margin-top: 20px;
	}*/
}
.sort-found {
	color: #383838;
	font-size:18px;
}
.sort-title {
	position: relative;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.4);
	margin-right: 7px;
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 500px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 12px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {}

@media(max-width: 1700px){
	.sort-title{
		font-size: 20px;
	}
}

.select-button{
	display: none;
}
.js-sort .select2-container{
	width: 100% !important
}
.js-sort .select2-container--default .select2-selection--single{
	border: none
}
.js-sort .select{
	border: none
}
.js-sort .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #949494;

}
.table.lots {
	display:table;
	width:100%;
	border-spacing:0;
}
.table-responsive .table.lots{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: stretch;
	        align-items: stretch;
}
.table-row {
	display:table-row;
	position:relative;
	background:#fff;
}
.table-row.last {
	background:#f8f8f8;
}
.table-row.me {
	background:#eff6fb;
}
.table-td .line {
	border-left:1px solid #ebebeb;
	display:inline-block;
	position:absolute;
	height:100%;
	left:0;
	top:0px;
}
.table-td {
	display:table-cell;
	padding:15px 10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #ebebeb;
	position:relative;
}
.lots-item-favorite {
	width:50px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
}

.lots-item-marker {
	position:absolute;
	/*width:80px;
	height:20px;*/
	line-height:20px;
	text-transform:uppercase;
	font-size:75%;
	left:13px;
	top:12px;
	z-index:99;
	white-space:nowrap;
	padding:6px 12px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
}
.auction_list .lots-item-marker{
	position: static;
	margin-top: 12px;
	text-transform: none;
}
#main_form a[data-toggle=modal]{
	display: block;margin-bottom: 25px;
}
.lots-item-marker.small {
	font-size:55%;
	padding:1px 5px;
	left:5px;
	top:5px;
}
.lots-item-marker.new {
	color: #242424;
	background: linear-gradient(0deg, #FEC401, #FEC401), linear-gradient(113.12deg, #FFC700 -5.92%, #F4A50B 99.66%);
}
.lots-item-marker.recom {
	background: linear-gradient(0deg, #F3C601, #F3C601), linear-gradient(0deg, #EFAC00, #EFAC00), linear-gradient(180deg, #93C130 0%, #859B00 100%), linear-gradient(180deg, #A5BD14 0%, #788C00 100%), #EFAC00;
	top: 12px;
	color: #242424;
	font-size: 15px;
}
.lots-item-marker.small.recom {
	top:30px;
}

.lots-item-image {
	width:100px;
	text-align:center;
	border-right:none;
	border-left:none;
	vertical-align:middle;
}
.lots-item-image.first {
	border-left:1px solid #ebebeb;
}
.lots-item-name {
	min-width:200px;
	border-right:none;
	border-left:none;
}
.lots-item-name a {
	display:inline-block;
	overflow:hidden;
	height:36px;
}
.lots-item-props {
	font-size:13px;
	white-space:nowrap;
	padding:10px 20px;
	width:160px;
	vertical-align:middle;
	border-right:none;
	border-left:none;
	height:106px;
}
.lots-item-price {
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
	padding:10px 20px;
	width:170px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-left:none;
}
.lots-item-price .btn {
	margin-top:10px;
		color: #242424;
}
.lots-item-lider {
	font-weight:normal;
	width:210px;
	text-align:center;
	line-height:18px !important;
	padding:10px 20px;
	vertical-align:middle;
	white-space:nowrap;
	border-right:none;
	border-left:none;
}
.lots-item-lider img {
	border-radius:50%;
	max-width:40px;
	margin-top:2px;
}
.lots-item-lider .media {
	margin-top:5px;
}
.lots-item-lider .media-body {
	display: block;
    float: left;
    overflow: visible;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 103px;
	font-size:14px;
	line-height:16px;
}
.lots-class {
	font-size:12px;
	margin:5px 5px 0 0;
}
.lots-item-date {
	font-size:14px;
	padding:10px 20px;
	width:170px;
	vertical-align:middle;
	white-space:nowrap;
	border-left:none;
}
.lots-item-date div {
	font-size:18px;
}
.lots-item-date.last {
	border-right:0;
}
.lots-item-delete {
	border-left:0;
	vertical-align:middle;
}
.lots-item-date .lots-leader {
	font-size:14px;
	margin-top:5px;
}
.maincontent a.lots-favorite {
	font-size:24px;
	display:block;
	text-align:center;
	color: #BBBBBB
}
.maincontent a.lots-favorite:hover,
.maincontent a.lots-favorite.active {
	color: #CB110A;

}
.lots-section {
	color:#005283;
	font-size:12px;
	margin-top:10px;
}
.lots-section a {
	color:#005283;
	height:auto;
}
.lots-rate {
	background:url(images/bg_list_rate.png);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:none;
}

/* content lot detail */
.lot-title {
	font-size:24px;
	margin:0 0 15px 10px;
	display:none;
}
.lot-image {
	display:inline-block;
}
.lot-image-height {
	min-height:100px;
	display:inline-block;
	vertical-align:middle;
	line-height:100px;
}
.lot-thumbnails {
	list-style:none;
	padding:0;
	margin:0;
}
.lot-thumbnails li {
	display:inline-block;
	margin:0 5px;
	width:112px;
}
.lot-thumbnails li a:hover img,
.lot-thumbnails li .active img {
	border:2px solid #005283;
}
.lot-message {
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:15px;
	display:none;
}
.lot-rate {
	background:#f0f0f0;
	border-radius:5px;
	border-top:none;
	padding:10px;
	position:relative;
}
.lot-rate-box {
	background:#fff;
	font-size:14px;
	padding:10px;
	width:100%;
}
.detail_lot .lot-rate-box{
	padding: 0px;
	background: transparent;
}
.detail_lot.lot-rate{
	margin-bottom: 30px;
	padding: 30px;
}
.detail_lot .lot_info{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.detail_lot .lot_info .lot-rate-box-current{
	background: transparent;
	padding: 0px;
	text-align: right;
}
.detail_lot .lot_info .lot-rate-box-current div{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	/* identical to box height */


	color: #242424;
}
.detail_lot .lot_info .lot-rate-box-current .js-lot-price{
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	margin-top: 6px;

	text-align: center;
	text-transform: uppercase;

	color: #CB110A;

}
.detail_lot .lot_info .lot-rate-box-leader, .detail_lot .lot_info .js-lot-leader{
	font-family: "Poppins";
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
/* identical to box height */


color: #242424;
}
.detail_lot.lot-rate .col-lg-12, .detail_lot.lot-rate .col-lg-5, .detail_lot.lot-rate .col-lg-7{
	padding-left: 0px;
	padding-right: 0px;
}
.lot-rate label {
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-bottom:7px;
}
.detail_lot.lot-rate label{
	font-family: "Poppins";
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
margin-bottom: 10px;


color: #242424;
}
.detail_lot.lot-rate .js-rate-comment, .detail_lot.lot-rate .js-user-rate{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 3px;
	height: 46px;
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	padding-left: 15px;
	color: #242424;
}
.detail_lot.lot-rate .js-user-rate{
	width: 170px;
	text-align: left;
	margin-right: 15px;
}
.lot-rate-box textarea {
	resize:none;
	width:100%;
	height:48px;
	margin-bottom:10px;
	padding:5px;
}
.lot-rate-box input {
	text-align:center;
	padding:5px 10px;
}
/*.lot-rate-box textarea,
.lot-rate-box input[type=text] {
	border:1px solid #ccc;
	border-radius:3px;
	margin-right:10px;
}*/
/*.lot-rate-box input[type=text] {
	width:132px;
}*/
/*.lot-rate-box .btn-sm {
	background:#f02c5a;
	border-color:#f02c5a;
	font-size:12px;
}
.lot-rate-box .btn-sm:hover {
	background:#e01c4a;
	border-color:#e01c4a;
}*/
.lot-rate-time {
	font-size:26px;
	margin-bottom:10px;
}
.lot-rate-date {
	margin:0 7px;
}
.lot-rate-date.last {
	margin:0 0 0 7px;
}
.lot-rate-date.first {
	margin:0 7px 0 0;
}
.lot-rate-date-title {
	color:#191919;
	font-size:13px;
	font-family:Arial;
	margin-bottom:5px;
}
.lot-rate-date-slesh {
	color:#191919;
	font-size:25px;
	font-weight:bold;
	margin-top:30px;
}
.lot-rate-date-val {
	background:#edf6fc;
	color:#000;
	font-size:25px;
	font-family:Arial;
	text-align:center;
	width:50px;
	height:37px;
	border-radius:5px;
	line-height:37px;
}
.lot-rate-date-val.lot-red {
	background:#fd547c;
	color:#fff;
}
.lot-rate-box-leader {
	margin:0;
}
.lot-rate-box-leader span {
	font-size:16px;
}
.lot-rate-favorite {
	width:100%;
	text-align:center;
	font-size:18px;
	margin:15px 0;
}
label.lot-rate-buy-title {
	margin:5px 0 15px;
}
.lot-rate-buy-title span {
	font-size:22px;
	text-align:center;
}
.lot-rate-buynow {
	width:100%;
	font-size:18px;
}
.lot-rate-box-current {
	background-color: #edf6fc;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: 10px;
    text-align: center;
	width:100%;
}
.lot-rate-box-current span {
	font-size:32px;
	margin-top:15px;
	display:inline-block;
}
.lot-rate-box-current i {
	font-size:22px;
}
.lot-order {
	display:none;
}
.lot-order a {
	text-decoration:underline;
}
.lot-order .btn {
	width:100%;
	font-size:18px;
}
.lot-order-title {
	font-size:14px;
	margin-bottom:10px;
}
.lot-props {
	width:100%;
	margin-top:15px;
	color:#888;
}
.lot-props td {
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #fff ;
	padding:5px ;
}
.lot-descr {
	color:#888;
}
.lot-comment .table td,
.lot-comment .table th {
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #fff !important;
}
.lot-comment .table td {
	color:#999;
	font-weight:normal;
}
.lot-comment .table td.lot-comment-name,
.lot-comment .table td.lot-comment-rate {
	color:#293134;
}
.lot-rate-social {
	margin:15px 0 0 0;
	text-align:center;
}
.lot-rate-social a {
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#999;
	text-align:center;
	line-height:30px;
	color:#fff;
	margin-right:5px;
}
.lot-rate-social a:hover {
	color:#fff;
}
.lot-rate-social-vk:hover {
	background:#517397;
}
.lot-rate-social-fb:hover {
	background:#1662a2;
}
.lot-rate-social-tw:hover {
	background:#1ca3e1;
}
.lot-rate-social-g:hover {
	background:#d70413;
}
.lot-rate-social-ok:hover {
	background:#fd750d;
}


/* personal page */
.personal-page label {
	margin-bottom:10px;
}
.personal-photo {
	border-radius:50%;
	border:3px solid #5bc0de;
	width:70px;
	height:70px;
	display:block;
}
.personal-photo.not {
	background:#535d5f;
	color:#6c7779;
	line-height:66px;
	text-align:center;
	font-size:46px;
	font-family:Arial;
	font-weight:bold;
	margin-right:20px;
}
.personal-input {
	margin-top:20px;
}
.account-link-list {
	margin:0;
	padding:0;
	list-style:none;
	width:270px;
}
.account-link-list li {
	overflow: hidden;
	padding-bottom: 10px;
}
.account-link-list a {
	display: block;
    overflow: hidden;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #dcdee0;
    background: #f7f7f7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.account-link-list a i {
	font-size: 25px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	border-right: 1px solid white;
}
.account-link-list span {
	display: block;
	padding: 13px 15px 15px 17px;
	overflow: hidden;
	border-left: 1px solid;
	margin-left: 52px;
	border-color: #dcdee0;
}
.account-link-list a:hover {
	background: #eaeaea;
	border-color: #ced1d4;
}
.typeselect {
	font-size:16px;
	padding:5px 10px;
	line-height:24px;
	border:1px solid #ccc;
	border-radius:4px;
	display:block;
	color:#555;
	height:34px;
	width:100%;
}
.typeselect:focus {
	border-color:#005283;
}
.account-subtitle {
	font-size:20px;
	margin:20px 0;
}

/* personal basket */
.basket {
	width:100%;
}
.table.basket th {
	padding:0 15px 15px 15px;
	text-align:center;
	border-bottom:1px solid #ebebeb;
}
.table.basket .basket-price-title,
.table.basket .basket-summa-title {
	text-align:right;
}
.table.basket .basket-quantity-title {
	text-align:right;
}
.table.basket td {
	padding:20px 15px;
	vertical-align:middle;
	border-bottom:1px solid #f1f1f1;
}
.table.basket tfoot td {
	padding:0px 15px;
	border-color:#fff;
	vertical-align:middle;
}
.basket-image {
	width:120px;
	max-width:120px;
}
.basket-price {
	font-size:24px;
	width:150px;
	text-align:right;
	white-space:nowrap;
	padding-right:50px;
}
.basket-price.all {
	width:150px;
}
.basket-price i {
	font-size:16px;
}
.basket-price.all {
	color:#005283;
}
.basket-quantity {
	width:100px;
	text-align:right;
	white-space:nowrap;
}
.basket-delete {
	font-size:20px;
	text-align:right;
	width:100px;
}
.basket-delete a {
	display:inline-block;
	width:30px;
	height:30px;
	background:#586264;
	text-align:center;
	line-height:30px;
	color:#fefefe;
	border-radius:3px;
}
.basket-delete a:hover {
	background:#005283;
}
.basket-itog-title {
	text-align:right;
}
.basket-itog-val {
	font-size:24px;
	color:#005283;
	text-align:right;
}
.basket-itog-val i {
	font-size:16px;
}
.basket .h2 {
	margin-top:30px;
	font-size:22px;
}
.basket .h2.itogo {
	padding-left:25px;
}
.basket-description {
	font-size:16px;
	line-height:18px;
}
.basket-btn {
	text-align:right;
}
.basket .btn-exec {
	font-size:16px;
	text-transform:uppercase;
	margin-top:20px;
	padding: 7px 25px;
}
.basket-seller {
	margin:5px 0 20px 0;
	font-weight:bold;
}

/* news */

@media (max-width: 992px) {
	.news {
		margin-bottom:20px;
		padding-bottom: 20px;
		
	}
}


	
.news {
	margin-bottom: 60px;
	padding-bottom: 0px;
}


.news-title.float,
.news-date.float {
	float:none;
}
.news-title .h3 {
	font-size:24px;
	line-height:24px;
	margin:0;
	padding:0;
}
.news-desc {
	margin-top:10px;
	color:#888;
}

/* news detail */
.news-detail-date {
	margin:0 0 15px 0;
	font-size:24px;
	color:#005283;
}
.news-detail-desc {
	margin-top:10px;

}
.news-detail-desc p, .news-desc{

}
/* contact */
.contact-phone .fa {
	font-size:42px;
}
.contact-adress .fa {
	font-size:34px;
}
.contact-adress {
	margin-left:20px;
}
@media(max-width: 1280px){
	.contact-adress{
		margin-top: 15px;
		margin-left: 0px;
	}
}
/* 404 */
.error {
	margin-top:25px;
	text-align:center;
}
.error-title {
	color:#383838;
	margin-bottom:20px;
	display:block;
	font-size:140px;
	line-height:150px;
}
.error-title2 {
	color:#383838;
	margin-bottom:30px;
	display:block;
	font-size:60px;
	line-height:60px;
}
.error-title3 {
	color:#383838;
	margin-bottom:30px;
	display:block;
	font-size:18px;
	line-height:18px;
}
.feedback-ok {
	color:green;
	margin-bottom:20px;
}
.feedback-captha {
	width:180px;
}

#mapslots .lot-price{
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	color: #242424;

}


#navbar ul.dropdown-menu li {margin-right:0; }

#navbar ul.dropdown-menu li a {padding: 16px 20px 16px;}



#navbar ul li.dropdown:hover ul li a {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	padding-bottom: 16px;
	position: relative;
	/*border-bottom: 1px solid rgba(255,255,255, .1);*/
}

@media (min-width: 1199px) {
	
	#navbar ul.dropdown-menu li a:before {
		content: ''; 
		display: block; 
		position: absolute; 
		bottom:0; 
		height: 1px;
		width: auto;	
		background: rgba(255,255,255, .1); 
		left: 20px; 
		right: 20px;
	}
	#navbar ul.dropdown-menu li:last-child a:before {	
		display: none; 
	}
	
}

#navbar ul li.dropdown:hover ul li:last-child a {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	padding-bottom: 16px;
	border-bottom: none;
}


#navbar ul li.dropdown:hover ul li a:hover{
	
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: transparent;
}
#mapslots .lot-date{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;

	color: #242424;
	margin-bottom: 11px;
	margin-top: 11px;

}
#mapslots strong a{
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;

	color: #000000;

}
#mapslots .lot-id{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 7px;
}
.table-responsive .lot-id{
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #949494;
	display: block;
	margin-top: 20px;
}
.table-responsive .auction_list  .lot-id{
	margin-top: 0px;
}
.table-responsive .auction_list .lot-id {
	text-align: left;
}
/* footer */
.footer {
	position: relative;
	overflow: hidden;
	color:#fff;
}
.footer-box1 {
	
	padding: 40px 0;
	padding-bottom: 30px;
}
.footer .navbar-nav{
	margin-bottom: 0px;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	overflow: visible;
}

.footer .navbar-nav .slash{
	background: #C4C4C4;
	width: 1px;
	height: 21px;
}

.footer .navbar-nav .slash:last-child{
	display: none;
}
.footer .navbar-nav:before, .footer .navbar-nav:after{
	display: none;
}
.footer .navbar-nav li a {
	padding: 0px;
	font-family: "Poppins";
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	
}
.footer .navbar-nav li a:hover{
	color: #fff;
	background: transparent;
}


.footer-box2 {
	font-size: 16px;
}
.footer-box2{
	padding-bottom: 35px;
}
.footer-logo {
	font-size:1em;
	color:#fff;
	line-height:3.75em;
}
.footer-logo strong {
	color:#005283;
}
.footer h2,
.footer h3 {
	color: #fff;
}
.footer h2 strong {
	color:#005283;
}
.footer h3 {
	margin:30px 0 20px;
}
.footer a {
	
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-list li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
}
.footer-list li a {
	font: normal 16px '"Poppins" Condensed';
}
.footer-list .form-group {
	margin:0;
}
.lots_form .buttons:last-child{
	display: flex;

}
.lots_form  .form-group span{
	max-width: 100%;
}
.lots_form .buttons .btn{
	margin-right: 15px;
}
.footer-subscribe {
	background: #383838;
    border: 1px solid #525b62;
    color: #fff;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 30px;
    padding: 5px 12px;
    width: 186px;
	border-radius: 0;
}
.subscribe-error {
	display:none;
}
.btn-subscribe {
	background-color: #005283;
}
.btn-subscribe:hover {
	background-color: #59b0ec;
}
.footer-menu .col-md-12{
	
	padding-left: 0px;
	padding-right: 0px;
	max-width: 86%;
    margin: 0 auto;
    float: none;
}

.footer-menu {
	padding-bottom: 0px;
	padding-top: 33px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_info{
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding-bottom: 60px;
	border-bottom: 1px solid #E0E0E0;
}
.footer_info .col-md-4 div{
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.footer_info .col-md-4 div a{
	margin-left: 20px;
}
.footer_info:before, .footer_info:after{
	display: none;	
}
.footer_info .col-md-4{
	width: 	auto;
	padding-left: 0px;
	padding-right: 0px;
}
@media(max-width: 1370px){
	.footer_info .col-md-4:nth-child(1){
		max-width: 60%;
	}
	.footer_info .col-md-4:nth-child(1) img{
		width: 100%;
	}
}
.footer_info .col-md-4:last-child{
	min-width: 	420px;
	padding-left: 	0px;
	padding-right: 	0px;
}
.footer .btn-sm {
	background: #005283;
	border: none;
    color: #fff;
    margin-left: 4px;
    padding: 7px 0 7px 4px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 40px;
	height: 40px;
	border-radius:0;
}
.footer .btn-sm span {
	color:#fff;
}
.footer-adress, .footer-adress a, .footer-shedule a {
	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #242424;
	margin-bottom: 20px;
}
.footer-shedule a{
	color: #015080;
	font-weight: 500;
}
.footer_ban{
	display: flex;
	align-items: center
}
.footer_ban a:nth-child(1){
	display: block;

margin-right: 30px;}
.footer-adress span{
	font-weight: 600;
}
.footer-shedule {
	line-height:28px;
}

.footer-phone {
	font-size:30px;
	margin-bottom:20px;
	color:#005283;
}
.footer .btn-sm:hover {
	background-color: #59b0ec;
}
.footer-social {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-social li:first-child {
	border-left: 1px solid #383838;
}
.footer-social li {
	border-right: 1px solid #383838;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}
.footer-social a {
	font-size:48px;
	color:#b1b1b1;
	vertical-align:top;
	margin-top:7px;
}
.footer-social a:hover {
	color:#005283;
}
.footer-social .fa-vk {
	color:#282828;
	background:#b1b1b1;
	border-radius:7px;
	padding:5px;
	font-size:30px;
	margin-top:10px;
}
.footer-social .fa-vk:hover {
	color:#282828;
	background:#005283;
}

/* buy money */
.sell-coin {
	border-top:1px solid #f5f5f5;
	padding:50px 0;
}
.sell-nopay {
	background:#65cd4c;
	padding:50px 0;
	color:#fff;
}
.sell-nopay .sell-title {
	color:#fff;
}
.sell-sxem,
.sell-nopay,
.sell-form {
	padding:50px 0;
}
.sell-form {
	background:#f5f5f5;
}
.sell-title {
	font-size:40px;
	line-height:42px;
	margin-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}
.sell-coin-what {
	margin:20px 0;
}
.sell-coin-title {
	display:inline-block;
	margin-top:15px;
}
.sell-nopay-desc {
	width:50%;
	display:inline-block;
	font-size:26px;
	line-height:28px;
	font-family:georgia;
}
.sell-sxem .col-lg-3:last-child .main-work-box:after {
	display: none;
}
.sell-sxem-call {
	font-size:26px;
	line-height:28px;
	font-family:georgia;
}
.sell-captha {
	width:180px;
}
.sell-form input[type=text] {
	max-width:450px;
	display:inline-block;
}
.sell-form input[type=file] {
	display:inline-block;
	margin-bottom:20px;
}
.btn-sell {
	padding:15px 40px;
	text-transform:uppercase;
	font-size:24px;
}
.sell-upload {
	text-align:center;
}
.sell-upload label {
	display:block;
}
.js-tab-content .btn.tab, .btn.btn-default.more {
	
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;	
	background: transparent;
	padding: 19px 61px;
	margin-top: 0px;
	border: 2px solid rgba(33, 150, 245, 0.7);
	box-sizing: border-box;
	border-radius: 500px;
}



.js-tab-content .btn.tab svg{
	margin-right: 10px;
	position: relative;
	top: 2px;
}

@media (max-width: 1198px) {
	.navbar-right.nav-search {
		width:100%;
		margin-right:0;
	}
}

@media (max-width: 1024px) {
	.filter_right{
		margin-top: 0;
	}
	.footer .navbar-nav li a{
		font-size: 16px;
	}
	.main-navlot{
		padding-top: 30px;
	}
	.main-navlot .nav-tabs{
		
	}
	.header .row div.Auth{
		margin-left: 0px;
	}
	.header .row div.Auth .Auth{
		/*margin: 30px;*/
		margin-right: 0px;
	}
	.row.js-data{
		margin-bottom: 20px;
	}
	.js-tab-content .btn.tab{
		margin-top: 0px;
	}
	.slider-text-inner h2 span{
		max-width: 300px;
	}
	#main-slider .item{
		-ms-background-position-x: 75%;
		    background-position-x: 75%;
	}
	.slider-text-inner h2 span{
		font-size: 24px;
	}
	.main-navlot h2{
		margin-bottom: 35px;
	}
	.next_arrow, .prev_arrow{
		background: #FFFFFF;
		transform: matrix(-1, 0, 0, 1, 0, 0);
		width: 39px;
		height: 39px;
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.next_arrow{
		position: absolute;
		right: 0px;
		top: -76px
	}
	.prev_arrow{
		position: absolute;
		right: 50px;
		top: -76px
	}
	.main-lot{
		padding-top: 0px;
	}
	.js-sort{
		-webkit-align-items: flex-end;
		        align-items: flex-end;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cat-filter li {
	    padding-right: 7px;
	    margin-right: 7px;
	}
	.cat-filter li a{
		font-size: 	14px;
	}
	#DETAIL_TEXT, .news-detail-desc div, #ANTI_KRISI, #ISPOLN, #CONTACT_LICO{
		overflow-x: auto
		
	}
	.auction_left{
		width: 49%;
	}
	.auction_right{
		width: 49%;
	}
	.news_flex{
		flex-wrap: wrap
	}
	.footer-menu{
		/*display: none;*/
	}
	.footer_info .col-md-4:nth-child(1){
		max-width: 100%;
	}
	.footer_info .col-md-4 div a{
		margin-right: 10px;
		margin-left: 10px;
	}
	.footer_info .col-md-4 div{
		margin-top: 20px;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}
	.bx-subscribe{
		margin-top: 20px;
	}
	.footer_info{
		padding-bottom: 30px;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.footer-logo{
		text-align: center;
	}
	.footer-box1{
		padding-bottom: 35px;
	}
	.footer-box2{
		padding-bottom: 20px;
	}
	.footer .navbar-nav{
		margin-bottom: 0px;
	}
	.footer-copyright .row .col-md-5, .footer-copyright .row .col-md-7{
		width: 100%;
	}
	.footer-copyright .row{
	
	    -webkit-align-items: center;
	            align-items: center;
	}
	.footer_socials{
		margin-bottom: 33px;
	}
	.footer-copyright .col-lg-5:last-child{
		text-align: center;
	}
	#navbar ul a{
		font-size: 17px;
	}
	#navbar ul li{
		margin-right: 38px;
	}
	.main_catalog .col-md-3.sidebar{
		display: none;
	}
	.main_catalog .col-md-9.maincontent{
		width: 100%;
		padding-left: 0px;
	}
	.js-tab-content .lot-height{
		width: 33.333%;
	}
	.header_search{
		max-width: 276px;
	}
	.td-nav .navbar-nav > li > a {
		padding:20px;
		font-size:14px;
	}
	.main-banner-search-title, 
	.main-banner-search-title:focus {
		width:61%;
	}
	.main-banner-search-text {
		width:78%;
	}
	.lot-rate-date-val {
		width:40px;
	}
	.lot-descr {
		margin-bottom:25px;
	}
	.navbar-collapse .nav-search {
		/*display:none;*/
	}
}


@media (min-width: 991px) and (max-width: 1199px) {
	
	#navbar ul li.dropdown .open_link {
		display: block;
		position: absolute;
		right: 5px;
		top: 0px;
		content: "";
		width: 40px;
		height: 52px;
		background: url(/upload/arrow_d.svg) no-repeat center / contain;
		-webkit-background-size: 20%;
		-o-background-size: 20%;
		background-size: 20%;
	}
		
}


@media (max-width: 991px) {
	
	.no-assets {margin-top: 20px}
	.slider-text .container {padding: 0;}
	
	section.news {margin-bottom:0;}
	
	footer .footer-box1 { padding-top: 21px;}
	
	footer .footer_socials {margin-bottom: 0;}
	
	.row.footer-menu {text-align: center;}
	.main-navlot .flex-row {margin-bottom: 32px;}
	.slider-text .flex-row {flex-direction:column-reverse; }
	#main-slider .item, #main-slider {height: 100%;}
	
	.auction_left{
		width: 100%;
	}
	.auction_right{
		width: 100%;
	}
	.footer-box1{
		padding-bottom: 30px;
	}
	.footer_info{
		padding-bottom: 25px;
	}
	.footer-copyright .row{
		-webkit-align-items: center;
		        align-items: center;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.footer_info .col-md-4:last-child{
		display: flex;
		-webkit-justify-content: center;
		        justify-content: center;
		margin-top: 45px;
	}
	.footer_info .col-md-4:nth-child(1){
		width: 100%;
		text-align: center;
	}
	.footer_ban{
		margin-top: 30px;
		width: 100%;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.fa-heart-o:before{
		font-size: 26px;
	}
	.news_flex{
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.main-work .news_box .display-table{
		width: 48%;
		max-width: 48%;
		margin-right: 2px;
		margin-left: 2px;
		margin-bottom: 20px;
	}
	.main-work .news_box .display-table{
		margin-right: 0px;
	}
	.lot-height{
		width: 50%;
	}
	.navbar-default .navbar-toggle .icon-bar{
		width: 20px;
		height: 2px;
		margin-bottom: 4px;
		background: #FFF;
	}
	.navbar-default .navbar-toggle .icon-bar:last-child{
		margin-bottom: 0px;
		width: 20px;
	}
	.header .row{
		padding-top: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-toggle {
		position: absolute;
		left: 11px;
		top: 0;
		z-index: 99;
		margin-right: 0px;
		
		border-radius: 2px;
		border: none;
		padding: 11px 9px;
		min-width: 40px;
	}
	nav.navbar{
		z-index: 999;
		min-height: auto;
/*		border-top: none*/

	}
	.is-sticky #navbar.in{
		margin-top: 60px;
	}
	.header-phone{
		display: none;
	}
	#navbar ul a{
		border: none
	}
	#navbar ul.nav{
		-webkit-align-items: flex-start;
		        align-items: flex-start;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header .row .btn{
		display: none;
	}
	#navbar{
		display: none;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}
	#navbar ul a{
		font-size: 15px;
	}
	#navbar.in{
		position: absolute;
		z-index: 999;
		width: 100%;
		left: 0px;
		background: #FFF;
		top: 0px;
		/*background: linear-gradient(180deg, #005283 0%, #004A77 100%);*/
		display: block;
	}
	#navbar ul a{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0;
	}
	#navbar ul li:hover{
		background: #0085F1;
		color: #fff;
	}
	#navbar ul li.dropdown{
		position: relative;
	}
	#navbar ul li.dropdown .open_link{
		display: block;
		position: absolute;
		right: 5px;
		top: 0px;
		content: "";
		width: 40px;
		height: 52px;
		background: url("/upload/arrow_d.svg") no-repeat center / contain;
		-webkit-background-size: 20%;
		     -o-background-size: 20%;
		        background-size: 20%;
	}
	#navbar ul li.dropdown:hover ul li a{
		font-size: 15px;
		
	}
	#navbar ul li.dropdown:hover ul li a:hover{
		color: #242424
	}
	#navbar ul li.dropdown.open:after{
		display: none;
	}
	
	#navbar .dropdown-menu{
		padding-bottom: 0px;
		background: transparent;
		position: relative;
		width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: none;
		padding-top: 0;
	}
	#navbar .dropdown-menu li a{
		padding-left: 0px;
	}
	#navbar ul li.active a, #navbar ul li a:hover {
		/*color: #242424*/
		
	}
	#navbar ul li.dropdown>a:after{
		display: none;
	}

	#navbar ul li:nth-child(1) a{
		border-left: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: none;
	}
	#navbar ul li{
		width: 100%;
		text-align: center;
	}
	
	#navbar ul li a {
		
	}
	.navbar-toggle{
		display: block;
	}
	.header-personal {
		font-size:12px;
	}	
	.header-personal img {
		width:45px;
		
	}
	.main-banner-search-title, .main-banner-search-title:focus {
		width:70%;
		margin-left:15px;
	}
	.main-banner-search-btn {
		float:none;
		margin-top:10px;
		
	}
	.main-navlot{
		padding-top: 50px;
	}
}
.grey_row{
	display: none;
}
.mob_search{
	display: none;
}
@media(max-width: 925px){
	.footer-menu{
		padding-bottom: 0px;
	}
	.footer .navbar-nav .slash{
		display: none;
	}
	.footer-menu .col-md-12, .footer .navbar-nav{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer .navbar-nav{
		margin-left: 0px;
		text-align: center;
	}
	.footer .navbar-nav li{
		margin-bottom: 20px;
	}
	.footer-menu .col-md-12 svg{
		display: none;
	}
	.slider-text-inner h2 span{
		max-width: 100%;
		text-align: center;
		font-size: 20px;
	}

	#main-slider .item{
		-ms-background-position-x: 0%;
		    background-position-x: 0%;
	}
	div.Auth .Auth{
		margin-right: 60px;
	}
	
	#navbar ul li:hover a, #navbar ul li.active a{
		color: #fff;
	}
	.header-personal .dropdown-menu{
		right: 0px;
	}
	.table-responsive .lot-height, .table-responsive.watch_more .lot-height{
		width: 33%;
	}
	.Auth .col-sm-3{
		width: auto;
	}

	.header .row div.Auth .Auth .header-personal{
		
	}
	.main_catalog{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.main-navlot{
		padding-top: 0px;
	}
	
	.slash{
		margin-right: 10px;
		margin-left: 10px;
	}
	.header.container{
		width: 100%;
	}
	.header_search{
		display: none;
	}
	.Auth .header-link{
		/*display: none;*/
	}
	.mob_search{
		display: block;
		margin-right: 	20px;
	}
	.header-link_auth{
		margin-right: 0px;
	}
	nav.navbar .container{
		padding-top: 0px;
		height: 0px;
		padding-bottom: 0px;
	}
	.container>.navbar-header{
		display: block;
	}
	.navbar-header #sticky-wrapper{
		z-index: 0;
	}
	.grey_row{
		height: 	60px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		/*display: block;*/
		
	}
	.grey_row .Auth{
		width: 100%;
		height: 	100%;
		-webkit-align-items: 	center;
		        align-items: 	center;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.grey_row .Auth .header-link{
		display: flex;
	}
	.slider-text-inner h2 span{
		font-size: 20px;
	}
		.col-md-9.maincontent{
		width: 100%;
		padding-left: 0px;
	}
	.col-md-3.sidebar{
		width: 100%;
	}
	.Auth .spec_ver, .Auth .lang{
		display: none;
		
	}
	.lang{
		margin-right: 0px;
	}
	.box{
		padding-top: 0px;
	}
	.grey_mob{
		padding: 11px 15px;
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		background: #F5F5F5;
		-webkit-align-items: center;
		        align-items: center;
		margin-bottom: 16px;
	}
	.grey_mob .spec_ver{
		margin-right: 0px;

	font-family: "Poppins";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 125%;
	color: #242424;
		width: auto;
		height: auto;
		-webkit-border-radius: 0px;
		        border-radius: 0px;
	}
	.grey_mob .select2-container--default .select2-selection--single{
		background: transparent;
	}
	.grey_mob .spec_ver img{
		margin-right: 8px;
	}
	.main-work .news-img{
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.contact-adress{
		margin-top: 0px;
		margin-left: 20px;
	}
		.btn-electronic{
		width: 100%;
		white-space: break-spaces;
	}
	.tx-width, .width-label{
		min-width: 100%;
	}

	.header {
		height:auto;
	}
	.header-logo {
		font-size:32px;
		text-align:center;
	}
	.header-link {
		text-align:center;
	}
	.header-time {
		text-align:center;
		margin-bottom:10px;
	}
	.navbar-right.nav-search {
		width:auto;
	}
	.main-banner-search-title, 
	.main-banner-search-title:focus {
		width:55%;
	}
	.main-banner-search-text {
		width:100%;
		float:none;
	}
	.main-banner-search-btn {
		float:none;
		margin:15px 0 0 0;
		font-size:22px;
	}
	.box-sort select {
		margin-right:10px;
	}
	.lot-rate-box {
		margin-top:30px;
	}

	.lot-rate-box {
		margin-top:30px;
	}
	.lot-rate-box-current {
		margin-top:10px;
	}
	.news-date {
		margin-top:15px;
	}
	.main-navlot .nav-tabs > li > a, .main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover {
		padding:10px 15px 10px;
	}
	.navbar-default .navbar-brand{
		display: none;
	}
}

@media (max-width: 359px) {
	.header-personal-menu {
		font-size:12px;
		width:90px;
		overflow:hidden;
	}
}

@media (max-width: 339px) {
	.header-personal img {
		display:none;
	}
	.header-link-item {
		margin:13px 5px 0;
	}
}

@media (max-width: 320px) {
	.main-banner-slogan1 {
		font-size:20px;
	}
	.main-banner-slogan2 {
		font-size:38px;
	}
	.header-link-item {
		font-size:22px;
		margin:13px 5px 0;
	}
	.header-link-item:last-child {
		margin-right:0;
	}
	.media-object {
		display:none;
	}
}

#main-slider{
 	position: relative;
 	
 }
 #main-slider .owl-dots{
 	position: absolute;
 	bottom: 25px;
 	left: 0px;
 	width: 100%;
 	text-align: center;
 }
#main-slider .item{
	background-size:unset;
	background-repeat: no-repeat;
}
#main-slider .item, #main-slider{
	position: relative;
	/*opacity: 0;*/
	height: calc(100vh - 113px);
	min-height: 720px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
			
}
@media(max-width: 1800px){
	#main-slider .item{
		-ms-background-position-x: 60%;
		    background-position-x: 60%;
	}
}
@media(max-width: 1024px){
	#main-slider .item{
		-ms-background-position-x: 75%;
		    background-position-x: 75%;
	}
}
@media(max-width: 925px){
	#main-slider .item{
		-ms-background-position-x: 0%;
		    background-position-x: 0%;
	}
}
/*#main-slider .item:after{
	content: "";
	position: absolute;
	top:0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}*/
#main-slider .owl-dots .owl-dot.active, #main-slider .owl-dots .owl-dot{
	background: rgba(0, 0, 0, 0.13);
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
#main-slider .owl-dots .owl-dot.active{
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	background:  linear-gradient(180deg, #E7251C 0%, #CB110A 100%), #FFFFFF;
}
#main-slider .owl-dots .owl-dot span{
	display: none;
}
/*#main-slider .owl-dots .owl-dot span{
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
	background: rgba(255, 255, 255, 0.5);
	height: 4px;
	border-radius: 0px
}
#main-slider .owl-dots .owl-dot.active span{
	background: #fff;
}*/

.main-navlot .nav-tabs{
	margin-left: 0px;
}
.breadcrumb>li+li:before{
	content: ">"
}
.mob_pay{
	display: none;
}
.favourites br{
	display: none;
}
.favourites .table-row.last{
	width: 25%;
}
.favourites .table-row.last .table-td.lots-item-delete{
	width: 5%;
}
.favourites .table-row.last .table-td.lots-item-name{
	width: 70%;
	min-width: 70%;
}
.favourites .table-row.last .table-td.lots-item-image{
	width: 25%;
}
.favourites .table.lots {
	min-width: 1145px;
}
@media(max-width: 680px){
	.tab-pane-btn{
		margin-top: 0px;
	}
	.box-data.grey-block h3{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.header .row div.header-logo p{
		margin-left: 0px;
		padding-left: 0px;
		font-size: 13px;
		max-width: 221px;
		padding-right: 15px;
	}
	.header .row div.header-logo p:before{
		display: none;
	}
	.header .row div.Auth .Auth{
		margin: 0px
	}
	.btn.no{
		float: none !important;
		margin-top: 15px;
	}
	#form_sub div div.flex_start .input_box.not_file{
		padding-top: 0px;
	}
	.box-data.grey-block .row.buy_box .col-md-12 .reg_detail{
		margin-bottom: 25px;
	}
	.box-data.grey-block .row.buy_box .col-md-12{
		max-width: 100%;
	}
	.count_text{
		font-size: 14px;
	}
/*	.footer-menu{
		display: none;
	}*/
	ul.price_option{
		left: -120px;
	}
	.footer-copyright p{
		margin-bottom: 15px;
	}
	.modal-open .modal{
		z-index: 999999;
	}
	.modal-body, .modal-content .register-info, .modal-content .modal-footer, .modal-header{
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-sm{
		width: 95%;
	}
	.footer_info{
		padding-bottom: 40px;
	}
	.footer-box2{
		padding-bottom: 10px;
	}
	.footer-copyright p, .footer-copyright p a{
		font-size: 14px;
	}
	.pay{
		display: none;
	}
	.mob_pay{
		display: block;
		width: 95%;
		margin: 0 auto
	}
	.footer_info .col-md-4:nth-child(1) img{
		width: 95%;
	}
	.btn, .transition, #appeals .btn-electronic{
		white-space: normal;
	}
	#form_sub div div, #form_sub div.no_title_box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.select2-container{
		max-width: 100%;
	}
	#form_sub div div .input_box{
		width: 100%;
	}
	.lots_form .buttons:last-child{
		flex-wrap: wrap

	}
	.lots_form .buttons .btn{
		margin-bottom: 15px;
	}
	.cat-filter{
		flex-wrap: wrap
	}
	.cat-filter li {
	   border-right: none
	}
	.box-data .h2{
   		word-break: break-word;
	}
	.contact-adress{
		margin-top: 15px;
		margin-left: 0px;
	}

	.navbar-nav{
		margin: 0 auto;
	}
	.auction_left{
		padding-right: 0px;
	}
	.box-data{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.box-data.grey-block .row{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	 
	}
	.box-data.grey-block .col-md-6:nth-child(1){
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.box-data.grey-block .col-md-6 a{
		text-align: center;
		display: block;
	}
	.box-data.grey_title .row{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-align-items: flex-start;
	            align-items: flex-start;
	}
	.box-data.grey_title div.icons{
		display: flex;
		margin-top: 20px;
	}
	.maincontent .table.lots{
		display: flex;
		flex-wrap: wrap
	}
	.box-data.grey-block .col-md-6:last-child{
		width: 100%;
	}
	.main-work .news-img{
		max-width: 100%;
	}
	.table-responsive .lot-height, .table-responsive.watch_more .lot-height{
		width: 50%;
	}
	.footer_ban a:nth-child(1){
		margin-right: 15px;
	}
	.footer-copyright p{
		text-align: center;
	}
	.lot figure{
		/*height: 215px;*/
	}
	.lot-height{
		width: 100%;
	}
	.lot-link{
		font-size: 16px;
	}
	.main-navlot h2{
		text-align: left;
		font-size: 24px;
	}
	.main-map h2{
		font-size: 24px;
	}
	.main-lot{
		padding-bottom: 30px;
	}
	.main-map{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.main-work .region{
		margin-right: 15px;
	}
	.main-work .news_box .display-table{
		width: 100%;
		max-width: 100%;
		margin-right: 2px;
		margin-left: 2px;
	}
	.main-work .price{
		margin-left: 15px;
	}
	.main-navlot .nav-tabs > li > a, .main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover, .main-navlot .nav-tabs > li > a:hover, .main-navlot .nav-tabs > li.active > a, .main-navlot .nav-tabs > li.active > a:focus, .main-navlot .nav-tabs > li.active > a:hover{
		font-size: 15px;
	}
	#main-slider .item, #main-slider{
		height: 300px;
	}
	.slider-text-inner h2{
		margin-bottom: 25px;
	}
	.btn, .transition, #appeals .btn-electronic, .box-data .btn, .search-button{
		font-size: 16px;
		padding: 12px 20px;
	}
	.header .row div.Auth .Auth{
		
	}
	.slider-text-inner h2 span{
		font-family: "Poppins";
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		text-align: center;
		color: #fff;
	}
	.slash{
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-link_auth a{
		font-size: 16px;
	}
	#navbar.in{
		padding-left: 0px;
		padding-right: 0px;
		left: 15px
	}
	.navbar-default .navbar-toggle{
		/*top: -136px;*/
	}
	.navbar-default .navbar-brand{
		display: none !important;
	}
	.header .row div.header-logo img{
		max-width: 105px;
	}
	.header .row div.header-logo{
		width: 100%;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	#main-slider .owl-prev{
		display: none;
	}
	#main-slider .owl-next{
		display: none;
	}

	.torgi_link{
		max-width: 110px;
	}

}

@media (max-width: 480px) {
	#main-slider .item, #main-slider{
		height: 280px;
	}
	.auction_list .lot{
		padding-left: 15px;
		padding-right: 15px;
	}
	.auction_list .lot-price{
		margin-top: 15px;
	}
	.table-responsive .auction_list .lot{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.result-block .status{
		font-size: 20px;
	}
	.registration_trade .btn.active{
		white-space: 	normal;
	}
	.detail_lot .lot_info .lot-rate-box-current{
		text-align: left;
		margin-top: 10px;
	}
	.detail_lot .lot_info{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-banner-slogan1 {
		font-size:20px;
		margin-bottom:5px;
	}
	.main-banner-slogan2 {
		font-size:38px;
		line-height:38px;
	}
	.header-basket-box .header-link-item {
		margin-left:0px;
		margin-right:2px;
	}
	.header-personal img {
		border:0;
	}
	.main-banner-search-title,
	.main-banner-search-title:focus {
		width:100%;
		border-radius:5px;
	}
	.main-banner-search-text {
		width:100%;
		float:none;
	}
	.main-banner-search-title {
		float:none;
		width:92%;
		border-radius:5px;
	}
	.main-banner-search-category {
		display:none;
	}
	.main-banner-search-btn {
		float:none;
		margin-top:20px;
		font-size:22px;
	}
	.main-navlot .nav-tabs > li > a, 
	.main-navlot .nav-tabs > li > a:focus, 
	.main-navlot .nav-tabs > li > a:hover {
		padding:20px 20px 10px;
	}
	.main-work .box .badge {
		display:inline-block;
	}
	.main-work .box {
		text-align:center;
	}
	.main-work .box:after {
		display: none;
	}
	.contact-adress {
		margin:10px 0 0 0;
	}
	.lot-rate-box-current {
		margin-top:10px;
	}
	.main-navlot .nav-tabs > li > a, .main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover {
		padding:10px 10px 10px;
		margin-right: 0px;
	}
/*	.main-navlot .nav-tabs > li {
		float:none;
		display:block;
	}*/
	.footer-social li {
		width: 70px;
	}
	.footer-social a {
		font-size:40px;
	}
	#navbar ul.nav{
		padding: 0px;
		margin: 0 auto
	}
	.content .title h1{
		font-size: 30px;
	}
}
@media(max-width: 390px){
	.box-sort .select{
		max-width: 155px;
	}
	.filter_right .sort_display{
		margin-left: 10px;
	}
	.js-sort .select2-container--default .select2-selection--single .select2-selection__rendered{
		font-size: 14px;
	}
	.registration_trade .modal-sm{
		width: 92%;
	}
	.detail_lot.lot-rate .js-user-rate{
		width: 145px;
	}
 
	.navbar-default .navbar-toggle{
		/*top: -70px*/
	}
}


.btn-default:hover, .header-link_auth .button-auth:hover, .btn.load_more:hover, .btn.load_more:focus, .btn.more:focus, .btn.more:hover  {
	color: #fff; 
	background: #0085F1; 
	/*filter: drop-shadow(0px 5px 20px rgba(33, 150, 245, 0.6));*/
	box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6);}


.box.header {padding-top: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255, .15);}

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

.slider-text  .row { margin-right: 0px; margin-left: 0px;}
    


.link_news .title {font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #141515;
}
	
	
.about_box .news-desc {
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		letter-spacing: 0.02em;
		color: #141515;}

.faq_box {padding: 77px 100px 77px 90px;}

.about_box {margin-bottom: 96px;}

.faq_box { 
     background: #FFFFFF;
	 box-shadow: 0px 0px 45px rgba(14, 8, 18, 0.05);
	 border-radius: 15px; }

	 
.faq_block {margin-bottom: 100px;}

section .about_box a.link_name {margin-bottom: 24px;}



.flex-row.first-wrap, .othernews .news_main_box {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 45px rgba(14, 8, 18, 0.05);
	border-radius: 15px;
}

.flex-row.first-wrap {padding: 40px;}

 
.news_list .news-title {
	    font-weight: normal;
		font-size: 18px;
		line-height: 1.3;
		color: #FFFFFF;
	    -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
	}
		
	
a.link_news {display: block; margin-bottom: 24px;}
	
.about_box a.link_news {margin-bottom: 10px;}	

.about_box .news_main_box > a.link_news {margin-bottom: 24px;}	

.first-wrap > .first-wrap_img { width: auto; flex-shrink: 0;}
							
														
.first-wrap	> .first-wrap_img >	a.link_news {margin-bottom: 0;}


.first-wrap .news-desc {font-weight: normal;
						font-size: 20px;
						line-height: 1.4;
						color: #141515; }
						
						
.flex-row.first-wrap {margin-bottom: 30px;}		

.flex-row.first-wrap .news_main_box {padding-left: 30px}				
							
.first-wrap .news-desc p { margin-bottom: 9px;}
.first-wrap .news-desc p:last-child { margin-bottom: 0px;}

	
.news-date {
	    font-weight: 400;
	    font-size: 14px;
		line-height: 1.3;
		color: #FFFFFF; 
		opacity: 0.5;}
		
		
.footer .footer_socials a.twitter {color: #AF5FDE;}

footer .container {padding-left: 15px; padding-right: 15px;}

.carousel-item > .display-table  {height: 180px; overflow: hidden;}


.slick-slider .fa {color: #000; font-size: 20px;}

.faq_box {max-height: 300px;}

.faq_block .slick-list{overflow: hiiden;}

.link-to-all {
	font-size: 22px;
	line-height: 23px;
	display: inline-block;
	font-weight: 400;
	margin-top:13px;}
	

@media (max-width:991px) {
		
	.container {width: 100%; padding-left: 20px; padding-right: 20px;}
	
	.news_box .display-row.news_main_box, .news-page__container .display-row.news_main_box { display: flex;  flex-direction: row-reverse;}
	.news_box .news-date { margin-top: 0px; margin-bottom: 8px;}	
	.news_box .display-cell.news-cell-text, .news-page__container .display-row.news_main_box .display-cell.news-cell-text {padding-right: 20px; padding-bottom: 0; margin-right: auto;}
	.news_box .link_news {margin-bottom: 0;}
	.news_box .news_main_box {border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 40px; padding-bottom: 40px;} 
	.news_box .link_news .news-title { font-size: 16px;}
	.news_box .news_list .display-table {padding: 0;}
	.news_main_box .news-img img {max-width: 120px;}
	
	section.subscribe_block {padding: 48px 0;}
	.subscribe_block input[type="text"], .subscribe_block input[type="submit"] {width: 100%; margin-left: 0;}
	.email_wrap.flex-row { flex-direction: column;}
	.subscribe_block input[type="text"] {margin-bottom: 16px;}
	
	.main-navlot h2, main h2 {font-size: 32px; margin: 32px 0;}
	
	main .subscribe_block h2 {text-align: center; margin-bottom: 56px; }
	
	.subscribe_block .subscribe_block input[type="text"] {margin-bottom: 16px;}
	body #main-slider .item, body #main-slider {align-items: unset;}
	
	.slider-text-inner .main_price {font-size: 16px;}
	.slider-text .slider-text-inner h2 span.main_title {font-size: 18px;}
	.slider-text-inner {padding: 25px 22px;}
	.slider-text {width: 100%; max-width: 100%;}
	
	.header-logo > a {margin-right: -50px;}
	.header-link_auth .button-auth {height: 40px;}
	
	.header-link_auth .button-auth {padding: 0 16px;}
	.header .row div.header-logo {flex-grow: unset;}
	.box.header {padding-left: 0px;  padding-right: 0px;}
    .box.container.header .row {width: 100%;}
	.header_search_mobile {display: block;}
	
	nav.navbar {position: unset;}
	.header .row {padding-top:12px;}
	.header.container .row { position: relative; padding: 0 20px;}
	
	.header .header_search_mobile {max-width: 100%; margin-top: 64px;}
	
	.header .header_search_mobile .header__search-form {
		position: relative;
		right: 0;
		top: 0px;	
		cursor: pointer;
		width: 100%;
		opacity: 1;
		display: block;
		z-index: 99;
	}
	
	
	#navbar.in {left: 0; top: 79px; background: #070B2A; padding: 0 28px; height: auto /*calc(100vh - 79px)*/; border-top: 1px solid rgba(255, 255, 255, .15); border-bottom: 1px solid rgba(255, 255, 255, .1); }
	

	.header .row div.header-logo { width: 50%; flex-direction: row-reverse;}
	
	.header_search_mobile .navbar-form {margin-left: 0; -webkit-box-shadow: none; box-shadow: none;}
	
	.header_search.header_search_mobile .navbar-form .form-control.nav-search-btn {top: 50%; transform: translateY(-50%);}
	
	.header_search_mobile .navbar-form {border: none;}
	
	
	.header-link_auth .button-create {margin-right:0}
	
	.mobile-mint .header-link {justify-content: center;}
	
	.Auth .header-link:first-child {display: none;}
	
	body .about_box .news_main_box, .main-lot .lot {}
	
	body .flex-row.first-wrap, .othernews .news_main_box {margin-bottom: 15px}
	
	.flex-row.first-wrap { flex-direction: column; padding: 15px; }
	
	.js-tab-content .lot-height {width: 100%; margin-bottom: 15px;} 
	
	body .btn-default {padding: 20px 22px 20px;}
	
	.box.header {padding-top: 10px;}


	.mob_search {display: none;}
	
	.navbar-default .navbar-toggle {margin: 0; transform: translateY(-50%); top: 50%}
	
	.flex-row.first-wrap, .othernews .news_main_box {padding: 15px;} 
	
	.flex-row.first-wrap .news_main_box { padding-left:0; }
	.first-wrap > .first-wrap_img {margin-bottom: 15px;}
	
	.faq_box .slick-vertical .slick-slide { padding-right: 3px;}
	
	body .faq_box {padding: 28px 70px 28px 20px;}
	
	body .faq_box .slick-prev {right: -40px}
	body .faq_box .slick-next {right: -40px}
	body .faq_box .slick-vertical .slick-slide {padding-right: 5px;}
	
	body .about_box .news_main_box {margin-bottom: 16px; padding: 0px;}
	
	body .faq_box .news-desc {font-size: 16px;}
	body .faq_box {max-height: 600px}
	body .carousel-item > .display-table {/*height: 350px*/}
	
	body .faq_box .title { font-size: 20px;}
	
	
	main .slider-wrapper {margin-left: 0;}
	
	.trending-list .lot-height {width: 100%;}
	.trend-lot .nav-tabs {display: block;}
	.main-navlot .nav-tabs > li + li {margin-left: 8px; margin-bottom: 8px;}
	
	.trending-list .lot .hidden-text, .all-list .lot .hidden-text { opacity: 1; visibility: visible; height: auto;}
	
	.trending-list .lot-info, .all-list .lot-info  {padding: 105px 20px 17px;}
   
    .all-list .row.js-data .lot-height {padding: 0px;}
	
    .filter_block .filter-title > span {display: none;}
	
	.filter_block .filter-title i.filtr {margin-left: 0;}
	.main-navlot .flex-row {flex-wrap:wrap;}
	
	.filter_block .filter-title {padding: 12px 12px;}
	.mobileCategories li {list-style: none;}
	.filter_right .select2-container--default .select2-selection--single .select2-selection__rendered {/*display: none;*/}
	
	.navbar-collapse .tb-cell {display: table-cell; vertical-align: middle;} 
	.navbar-collapse .tb {display: table; height: 100%; width: 100%;}
	#navbar ul li:hover:after, img.unauth_user {display: none;}
	
	#navbar ul li {margin-right:0;  margin-bottom: 30px;}
	
	.flex-row_mob {display: flex; align-items: flex-start; justify-content: space-between;}
	
	.slider-text .flex-row_mob .btn-default {font-size: 14px; padding: 12px 15px;}
	.slider-text-inner h2 span.main_title {margin-bottom: 4px;}
	#main-slider .item, #main-slider {min-height: 530px;}
	#main-slider .expire_withuser {font-size: 12px;}
	#main-slider .time_circles > div {}
	#main-slider .time_circles > div {
		top: 12px !important;
		min-width: 32px !important;
		height: 32px;
		background: rgba(50, 61, 113, 0.6);
		border-radius: 2px;
	}
	
	header #main-slider .time_circles > div > span {font-size: 12px !important; }
	.expire_withuser .userpic img {width: 24px; height: 24px;}
	header #main-slider .expire_withuser { margin-bottom: 0px;}
	
    header .subscribe-form {margin-bottom: 56px;}
	
	.news_box .display-table:last-of-type .news_main_box {border-bottom-width: 0px; padding-bottom: 0px;}
	
    .main-lot.all-list, body header { background-size: cover; background-position: bottom center;}
	.about_block .about_box { margin-bottom: 48px;}
	.about_block .about_box .tab-pane-btn {margin-top: 16px;}
	.btn.btn-default.more, section .tab-pane-btn .btn-default.load_more {width: 100%; font-size: 16px; padding-top: 12px; padding-bottom: 12px; }
	#navbar ul a, .header-link_auth .button-create {font-size: 16px}
	.social_mobile {margin-top: 38px;} 
	.navbar-collapse .mobile-mint .header-link_auth .button-create {padding: 12px 32px;}
	#navbar ul.dropdown-menu li {margin-bottom: 0;}
	
	.content .lot-height {width: 100%}
	.content .filter_right.pull-right {float: none !important;} 
	
	.icon-bar {
		transition: transform 0.25s;
	}	
	.navbar-toggle:not(.collapsed) .icon_first {
		transform: rotate(45deg);
		transform-origin: -1px 3px;
	}
	.navbar-toggle:not(.collapsed) .icon_second {
		display: none;
	}
	
	.navbar-toggle:not(.collapsed) .icon_third {
		transform: rotate(-45deg);
		transform-origin: 0px 13px;
	}
	
	    .navbar-toggle path{
			transition: transform 0.25s;
		}
		.navbar-toggle:not(.collapsed) path:nth-of-type(1){
			transform: rotate(45deg);
			transform-origin: -1px 3px;
		}
		.navbar-toggle:not(.collapsed) path:nth-of-type(2){
			display: none;
		}
		.navbar-toggle:not(.collapsed) path:nth-of-type(3){
			transform: rotate(-45deg);
			transform-origin: 0px 13px;
		}
		
		.navbar-default .navbar-toggle {overflow: visible;}
		#navbar ul.dropdown-menu li {padding: 0px 20px 0;}
		
		#navbar ul li:hover {background: transparent; color: #fff;}
		
		#navbar ul li:hover:after {display: none;}
		#navbar ul li.dropdown:hover ul li:last-child a {font-size: 15px}
		
		body #navbar ul li:hover:after {display: none;}
		#navbar ul.dropdown-menu li {background: none;}
		#navbar ul.nav {padding-top: 81px;}
		.main-navlot .nav-tabs > li a.all-lots {min-width: 45px;}
	    #navbar ul li.dropdown:hover ul li a, #navbar ul li.dropdown ul li a  {border-bottom: none}
		
		#navbar ul li.active a, body .footer li.selected a  {color: #2196F5; }
		
		body .footer-menu ul li:hover:after, body .footer li.selected:after {
			background: none;
			display: none;
			
		}
		
		body .subscribe_block input[type="submit"] {margin-left:0;}
		
		.lot-info .hidden-text { max-height: 100%;}
		.lot-info .expire_withuser  {flex-direction: column;}
		.lot-info .expire_withuser, .lot-info .expire_withuser .user {align-items: flex-start;}
		
		body .lot-info .counter {min-height: 48px; min-width: 159px; max-width: 159px;}
		.lot-info .expire_withuser .user {align-items: center;}
		body .lot-info .time_circles > div {top: 16px !important;}
		body .lot-info .time_circles > div > span:after {right: -10px;}
		
		body #navbar ul.dropdown-menu li:hover { background: none; box-shadow: none;}
		
		body .filtr-option {  left: 0; transform: translateX(-50%)}
		
		.header_search.header_search_mobile {margin-right:0; margin-bottom: 50px; }
		
		.news_box .news-date {font-size: 12px;}
		
		.mobile-mint {margin-top: 50px;}
		.news-page__container .bx-pagination { margin: 0 20px 0 16px;}
		.filtr-option .checkbox-block label:hover:before{
			background: none !important;
		}
}


@media (max-width: 380px) {
	
	#navbar.in {padding: 0 18px;}
			
	body .filtr-option {  left: 50%; transform: translateX(-50%);} 
	
}

@media (min-width: 681px) and (max-width: 991px) {
	.header .row div.header-logo img {
		max-width: 105px;
	}
}

@media (min-width: 530px) and (max-width: 991px) {
	.about_box .display-table {
		padding: 0 20px;
		width: 33%;
		float: left;}
		
	 #main-slider .item, #main-slider {
			min-height: 530px;
			height: auto;
	 } 
	
	.slider-wrapper .trending-list .lot-height {
			width: 50%;
			float: left;
		}
		
	.all-list .row.js-data .lot-height {
			padding: 0px 15px;
			width: 50%;
		}
		
		
	
	
}
    
	
	.filter_right .select2-container--default .select2-selection--single {background: none; border: none;}
	
	.filter_right .select {
		background: none;
		overflow: hidden;
		border: none;
		border-radius: 3px;
		color: #141515;
		width: 133px;
		position: relative;
		padding: 0;
		text-align: left;
		font-size: 20px;
		font-weight: 500;
	} 
	
	
.filter_right .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1; padding-left: 0; }

.filter_right .select2-container {width: 100% !important;}

.filter_right .select2-container--default .select2-selection--single .select2-selection__arrow b  {
	
	background: url(./images/sort-amount.svg) no-repeat;
	width: 20px;
    height: 20px;
    display: inline-block;
    border: none;
    opacity: 1;
}

.filter_right .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	
	background: url(./images/close-filter.svg) no-repeat;

}

.filter_right .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff}

.no-search .select2-search { display: none;} 
   
 .select2-dropdown {
	  
		box-sizing: border-box;
		border-radius: 2px;}
		
body .select2-dropdown	{color: #141515;}


body  .select2-container--open .select2-dropdown--below {}
	 
		
body  .select2-container--default .select2-results__option--selected {background-color: #171A3A;}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable	{
	background: #0085F1;
	box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6);
}
		
.faq_box .title	{
		font-weight: bold;
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 0.02em;
		color: #141515;
		display: inline-block;
		border-bottom: 1px solid #AF5FDE;}
		
		
.faq_box .news-desc {
		font-weight: normal;
	    font-size: 20px;
		line-height: 1.4;
		color: #141515;
	}
	
	
.faq_box .news-desc { margin-top: 22px;}


.faq_box .slick-prev {
	right: -25px;
    left: auto;
    top: 35px;
    background: url(./images/slick-prev.svg) center center no-repeat;
    width: 53px;
    height: 53px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	z-index: 9;
}


.faq_box .slick-next {
	
	background: url(./images/slick-next.svg) center center no-repeat;
    width: 53px;
    height: 53px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	top: 60%;
}


.faq_box .slick-prev:hover, .slick-prev:focus { background: url(./images/slick-prev.svg) center center no-repeat;} 
		
.faq_box .slick-next:hover, .slick-next:focus {background: url(./images/slick-next.svg) center center no-repeat;}

.faq_box .slick-vertical .slick-slide {padding-right: 113px;}
.faq_box .slick-prev:before, .faq_box .slick-next:before {background:  transparent; color: transparent;}

 .lot-date {
	
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.02em;}
		
	

.lot-minted {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.02em;
}
	
	
.lot-price .price
		{font-weight: bold;
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 0.02em;
	}
		
.lots-favorite {    
	width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 48px;
	
}
	

.news_list .link_news .news-title, .news_main_box .title  
  
	  {-webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out;}

.footer .footer-copyright a:hover, .news_main_box:hover .title, .news_main_box a:hover .title {
	
}


.lot .flex-row {align-items: center;} 

@media (max-width:680px) { 

     .js-tab-content .lot-height {padding-left:0; padding-right: 0;}
     .main-lot .row.js-data {margin-left:0; margin-right: 0;}
	 main section .container .row {margin-left:0; margin-right: 0;}
	 main section.about_block .container .col-md-4 { padding-left: 5px; padding-right: 5px;}
}


.td-nav {display: flex; margin-left: 50px; flex-grow: 1; align-items: center;}

.flex-row  {display: flex; justify-content: space-between; align-items: center;}


.owl-carousel .owl-item img.main_img {width: auto; max-width: 100%; margin-left: auto;}



.slider-text .container {max-width: 1220px;}

.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
 
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #FFFFFF;
	opacity: 0.5;
}
 
.sb-search-input:-moz-placeholder {
     color: #FFFFFF;
	opacity: 0.5;
}
 
.sb-search-input::-moz-placeholder {
    color: #FFFFFF;
	opacity: 0.5;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #FFFFFF;
	opacity: 0.5;
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "\e000";
}
/* Search */
.header__search-form-close {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    line-height: 0;
    z-index: 2;
    transform: translateY(-50%);
    right: 15px;
}


.header__search-form .input-box {
    position: relative;
    z-index: 2;
}

.header__search-form {
    position: absolute;
    right: 0;
    top: 0px;
    width: 562px;
    cursor: pointer;
    width: 100px;
    opacity: 0;
    display: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 99;
}

 a.js-search-btn {
    border: none;
    position: relative;
    display: block;
    line-height: 0;
}


.header__search-form.visible {
    opacity: 1;
    /*width: 320px;*/
	width: 270px;
}

.header__search-form.active {
    display: block;
}
.header_search .navbar-form .form-control.nav-search-btn {position: absolute; left: 10px; margin: 0; width: 28px;}
    
.js-search-btn:hover {background: #0085F1;}	
.js-search-btn.active { opacity: 0;}

#navbar ul li, .footer-menu ul li {
    position: relative;
}

#navbar ul li:after, .footer-menu ul li:after  { 
   
    background:#2196F5;  
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
	bottom: -10px;}
	
	
#navbar ul li:hover:after, 
.footer-menu ul li:hover:after, 
.footer li.selected:after 
  {
    background:#2196F5;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    transition: 0.3s;
}

.footer a.selected {color: #fff}

#navbar ul.dropdown-menu li:hover:after {background:none; content: ""; display: none;}
   

#navbar ul.dropdown-menu li:after {background:none;} 

header {
	background: url(./images/bg_header.png) no-repeat;
	background-size: cover; 
}
	
.main-lot .container, .container {max-width: 1220px;}
.header.container .row {max-width: 1380px;}

.lot {position: relative;}

.lot-info {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 4;
    padding: 0px 23px 17px;
	left: 0;
    right:0;
	min-height: 80px;
	/*background: linear-gradient(360deg, #060322 0%, rgba(6, 3, 34, 0) 100%);*/
}


.lot-info .flex-row {justify-content: space-between;}

.hidden-text {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    color: #fff;
    font-size: 13px;
    max-height: 54px;
    overflow: hidden;
    /* display: none; */
}

.lot:hover {/*cursor:pointer;*/}

body .lot .btn-default {
	background: rgba(7, 13, 38, 0.7);
	border: 2px solid #2196F5;
	box-sizing: border-box;
	border-radius: 500px;
	padding: 11px 16px 11px;
    font-size: 14px;}

.lot:hover .lot-info {padding-top: 0px; /*background: linear-gradient(360deg, #060322 0%, rgba(6, 3, 34, 0) 100%);*/}

.lot:hover .btn-default {background: #2196F5;}

.lot .price {
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;}


.lot:hover .lot-info .hidden-text {
   -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 18px 0px 0px;
}

.lot .lot-info .hidden-text {
    -webkit-transition: all .333s cubic-bezier(.4,0,.2,1);
    transition: all .333s cubic-bezier(.4,0,.2,1);
}

.main-lot {background: url(./images/bg_explore.png) no-repeat; background-size: 100% 100%; background-position: bottom right; }
.trend-lot {background: url(./images/bg_trending.png) no-repeat; background-size: cover; background-position: bottom right;}

.footer .footer-copyright a:hover {border-color: #0085F1;}

.subscribe_block {background: url(./images/bg_sub.png) no-repeat; background-size: cover; padding: 74px 0; background-position: bottom left;}


.subscribe_block .container {max-width: 709px; text-align: center; } 

.subscribe_block input[type="text"] {
	font-size: 18px;
	line-height: 1.3;
	color: #060322; 
	padding-left: 32px;
	border: none; outline: none; flex-grow: 1; box-shadow: 0px 10px 30px rgba(10, 0, 38, 0.25); border-radius: 500px; height: 64px;}
	
	
.subscribe_block input:focus { outline: none; }

 main .subscribe_block h2 {margin-top: 0; margin-bottom: 63px; }
 
.subscribe_block input[type="submit"]{ margin-left: 16px; height: 64px; font-size: 18px; }

.subscribe_block .btn-discord  {height: 64px; padding: 12px 22px 12px; background: #7289DA; border-radius: 500px; }

.subscribe_block .btn-discord:hover, .subscribe_block .btn-discord:focus	{box-shadow: 0px 5px 20px rgba(114, 137, 218, 0.6);}

.subscribe_block p {font-size: 18px; margin-bottom: 32px; }
 
.subscribe-form {margin-bottom: 58px;}
 
.about_block .news-img .img-responsive {margin: 0 auto; max-width: 150px; max-height: 150px;}
 
.about_block .about_box .news_main_box {
    background: #fff;
}

.title_creator
	{font-weight: normal;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #060322;}
	
	
.social-links {text-align: center;}


.about_block .display-cell.news-img { transform: translateY(-52%);}

.about_box .link_news.link_img {max-height: 80px; margin-bottom: 15px;}

.display-cell.news-cell-text {padding-bottom: 48px;}

.about_block .tab-pane-btn {margin-top: 64px;}

.social-links .link_creator + .link_creator {margin-left: 22px;}

.slider-wrapper {
  margin-left: calc(50% - 1220px/2);

}

.slider-wrapper .slick-slide{
   
    /*margin: 0 15px;*/
  }
 
.slider-wrapper .slick-list {
   
    padding: 0 10% 0 0;
	margin: 0 0 0 -20px;
  
}


.slider-wrapper .slick-next {right: 70px;}

.slider-wrapper .slick-initialized .slick-slide {padding:0 20px;}
.slick-prev:before, .slick-next:before {display: none;}

.main_price {font-weight: bold;
	font-size: 36px;
	line-height: 1.1;
	color: #FFFFFF;}
	
.lot-height.slick-slide {margin-bottom:0;}

.main-navlot .nav-tabs li a:not(.all-lots) { padding-left:45px;}

.main-navlot .nav-tabs li a[data-code="sports"] {background: url(./images/sport.svg) 15px center no-repeat;}

.main-navlot .nav-tabs li a[data-code="music"] {background: url(./images/music.svg) 15px center no-repeat;}
.main-navlot .nav-tabs li a[data-code="art"] { background: url(./images/art.svg) 15px center no-repeat;}
.main-navlot .nav-tabs li a.estate {background: url(./images/restate.svg) 15px center no-repeat;}
.main-navlot .nav-tabs li a.estate:hover {background: #2196F5 url(./images/restate.svg) 15px center no-repeat; }
.main-navlot .nav-tabs li a[data-code="music"]:hover,
.main-navlot .nav-tabs li.active a[data-code="music"] {background: #2196F5 url(./images/music.svg) 15px center no-repeat; }
.main-navlot .nav-tabs li a[data-code="art"]:hover,
.main-navlot .nav-tabs li.active a[data-code="art"] {background: #2196F5 url(./images/art.svg) 15px center no-repeat; }
.main-navlot .nav-tabs li a[data-code="sports"]:hover,
.main-navlot .nav-tabs li.active a[data-code="sports"]{background: #2196F5 url(./images/sport.svg) 15px center no-repeat; }
.main-navlot .nav-tabs li.active a.estate {background: #2196F5 url(./images/restate.svg) 15px center no-repeat;}

.slider-text .btn-default {font-size: 22px; padding: 18px 44px;}
.main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover, .main-navlot .nav-tabs > li.active a {border-color: #2196F5;}


.slider-wrapper .slick-next svg {background: #fff; border-radius: 100%;}
.slider-wrapper .slick-next:hover svg {background: #0085F1; box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6); fill: #fff;}

.news_main_box .display-cell.news-img:after {
	background: #2196F5;
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
    bottom: 00px;
	
}

 section.news .news_main_box .display-cell.news-img,  section.news_box .news_main_box .display-cell.news-img {position: relative;}

 section.news .news_main_box .display-cell.news-img:after, section.news_box .news_main_box .display-cell.news-img:after {
	background: #2196F5;
    content: "";
    display: block;
    width: 0px;
    height: 5px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
    bottom: -5px;
	
}

 section.news .news_main_box:hover .display-cell.news-img:after, 
 section.news_box .news_main_box:hover .display-cell.news-img:after {
    background: #2196F5;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    transition: 0.3s;
}


.expire_withuser,  .expire_withuser .user {display: flex; justify-content: space-between; align-items: center;}

.lot-info .expire_withuser .user {line-height: 1;}

.expire_withuser .userpic img {width: 30px; height: 30px; border-radius: 100%; object-fit: cover;}

.lot-info .expire_withuser .userpic img {width: 24px; height: 24px; min-width: 24px; min-height: 24px; border-radius: 100%; object-fit: cover;}


.expire {display: flex; align-items: center;}

#main-slider .time_circles > div > span {
	font-size: 16px !important; 
	border-radius: 2px;
	font-family: 'Poppins';
	font-weight: normal; 
	/*padding: 8px 4px;*/
	line-height: 32px;
	 position: relative;
	
}

#main-slider .expire canvas {opacity:0;}

.expire_withuser .user .usertitle {margin-left: 12px;}

.counter.slider {margin-left: 12px;}

#main-slider .time_circles > div {
	top: 16px !important;
	min-width: 32px !important;
    height: 32px;
    background: rgba(50, 61, 113, 0.6);
    border-radius: 2px;
     
}

#main-slider .time_circles > div.textDiv_Days { }
	

#main-slider .expire_withuser {padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 30px;}


.lot-info .time_circles > div { 
		/*border-right: 11px solid transparent; */
		min-width: 24px !important; 
		height: 24px;
		background: rgba(50, 61, 113, 0.6);
		border-radius: 2px;
		top: 20px !important;
}



.lot-info .time_circles > div > span {
	font-size: 12px !important;
    border-radius: 2px;
  
    font-family: 'Poppins';
    font-weight: normal;
	line-height: 24px;
	position: relative;
	
}
#main-slider .time_circles > div > span:after {
	
	content: ''; 
	display: block; 
	width: 3px; 
	height:100%; 
	position: absolute; 
	background: url(./images/dot.svg) no-repeat;
	right: -12px; 
	top: 4px;
}



.lot-info .time_circles > div > span:after {
	content: ''; 
	display: block; 
	width: 3px; 
	height:100%; 
	position: absolute; 
	background: url(./images/dot.svg) no-repeat;
	right: -7px; 
	top: 0;
}

.lot-info .time_circles div.textDiv_Seconds > span:after,
#main-slider .time_circles div.textDiv_Seconds > span:after  {display: none;}



.lot-info .counter {
	max-width: 138px;
	margin: 0 auto;
	min-width: 139px;
	min-height: 58px;
	margin-left: 12px;
}


.nav-trends {margin-bottom: 48px;}

#navbar ul.dropdown-menu li:hover  {
	background: #0085F1;
	box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6);
	border-radius: 2px;
}


.filter_right {display: flex;}

.filter_block {position: relative; margin-left: 16px;} 

.filtr-option {
	
	background: #252953;
	border-radius: 2px;
	position: absolute;
    top: 55px;
    right: 0;
    z-index: 999;
	padding: 16px 20px;
	width: 250px;
	display: flex;
	flex-direction: column-reverse;
}
	
	
.filter-title i.filtr {display: inline-block; width: 20px; height: 20px; background: url(./images/filter-icon.svg) center no-repeat; margin-left: 10px;}
.filter-title * {opacity: 0.5;}	
	
.filter-title {
	display: flex;
	padding: 12px 20px; 
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 500px;
	color: #fff;
	cursor: pointer;
	
}

.filter-title.active-filter * {opacity: 1;}	

.filter-title.active-filter	{
	background: #0085F1;
	box-shadow: 0px 5px 20px rgba(33, 150, 245, 0.6); }
	
.filter-title.active-filter .filtr {background: #0085F1 url(./images/close-filter.svg) center no-repeat;}


.filtr-option .range-block { display: flex; justify-content: flex-end; padding-top: 16px; margin-bottom: 10px;}
.filtr-option .clearfiltr { font-size: 16px; color: #FFFFFF; text-decoration-line: underline;}

.range-block input[type="number"] {
	
	max-width: 76px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 8px;
    background: url(./images/bg_input.svg) 12px center no-repeat;
    padding-left: 23px;
    font-size: 12px;
	
}


.range-block .btn.btn-default {
	
	border: 1px solid #2196F5;
	background: transparent;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	padding: 8px 12px;
	text-transform: uppercase;
	max-height: 32px;
}


.range-block .btn.btn-default:hover	{background: #0085F1;}


 
.filtr-option .checkbox-block label:before {
	content: " ";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 2px;
	background: transparent;
}
 
.filtr-option .checkbox-block {margin: 6px 0;}
 
.filtr-option .checkbox-block input[type=checkbox]:checked + label:after {
    border-radius: 11px;
    width: 16px;
    height: 16px;
    position: absolute;
    /* top: 50%; */
    left: 0;
    content: " ";
    display: block;
    background: #004c97;
    /* transform: translateY(-50%); */
	background:  url(./images/checked-num.svg) center no-repeat;
}

.filter_right.hippos-filter .filtr-option .checkbox-block input[type=checkbox]:checked + label:after {
    border-radius: 2px;
	border: 1px solid #0085f1;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    content: " ";
    display: block;
	background: #0085F1 url(./images/checked-num.svg) no-repeat;
	background-position: 60% 70%;
	cursor: pointer;
}
.filtr-option .checkbox-block input[type=radio]:checked + label:before {
	background: #0085F1 url(./images/checked-num.svg) no-repeat;
    cursor: pointer;    
	background-position: 50%;
}
.filtr-option .checkbox-block label:hover:before {background: #0085F1 url(./images/checked-num.svg) center no-repeat; cursor: pointer}

.filtr-option label {font-size: 16px; display: flex; align-items: center; margin-bottom: 0; position: relative;} 
   
.filtr-option .checkbox-block input[type='checkbox'] { display: none; } 
   
.filter_block span {font-size: 18px;}


#main-slider .time_circles .textDiv_Hours, 
#main-slider .time_circles .textDiv_Minutes,  
#main-slider .time_circles .textDiv_Seconds {
	    width: auto;
        /*max-width: 32px;*/
	
	}


.lot-info .time_circles .textDiv_Hours, 
.lot-info .time_circles .textDiv_Minutes,  
.lot-info .time_circles .textDiv_Seconds {width: auto; max-width: 24px;}


.filter_right .select2-container--default .select2-selection--single {
  
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 47px;
	height: 47px;
	padding: 12px 20px;
	font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
	
} 

.filter_right .select2-container--default .select2-selection--single * {opacity: 0.5}

.filter_right .select2-container--default .select2-selection--single .select2-selection__arrow {  right: 22px;}

.filter_right .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.filter_right .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	
	 border-bottom-left-radius: 47px; 
     border-bottom-right-radius:  47px;
	
}



body .select2-container--open .select2-dropdown {width: 230px !important; background: #252953; border: none; margin-top: 8px;}
body .select2-container--default .select2-results > .select2-results__options {    max-height: 500px;}
body .select2-results__option {color: #fff;}


.filter_right .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.filter_right .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
}

.slider-wrapper .slick-track {float: left}

.filter_right .select2-container--default.select2-container--open .select2-selection--single * {opacity: 1;}

@media (max-width: 925px) {
	
	bod .grey_row {display: none;}

}

.subscribe-form .email_wrap {position: relative;}

.subscribe-form .js-authorization-succ {margin-bottom: 15px;}

.subscribe-form label.error[for="sf_EMAIL"] {    
	position: absolute;
    top: -30px;
    margin-top: 0px;
}

body .slider-wrapper .slick-list {padding-right: calc((100% - 1220px) / 1.2);} 


@media (min-width: 1920px) and (max-width: 2000px){
	
	body .slider-wrapper .slick-list {padding: 0 21% 0 0;}
} 


@media (min-width: 2000px) and (max-width: 2660px){
	
	body .slider-wrapper .slick-list {padding: 0 34.4% 0 0;}

} 


.creator-gallery {height: 145px; }

.creator-gallery > img {    
    object-fit: cover;
    height: 145px;
	width: 100%;}



.owl-carousel .owl-item img.main_img { }

@media (min-width: 991px) {
	
	.slider-text .flex-row .col-md-4 {width: auto;}
	.main-navlot .flex-row {margin-bottom: 68px}
	.lot .lot-info .hidden-text {position: relative;}
	.lot:hover .lot-info .hidden-text:before {position: absolute; top: 4px; content:""; height: 1px; width: 100%; background: transparent /*rgba(255, 255, 255, 0.2)*/;}
}


@media (max-width: 400px) {
	
	.slider-text .flex-row .col-md-4 {width: 100%;}
	header .slider-text-inner .expire_withuser { 
		flex-direction: column;	
		justify-content: left;
		align-items: flex-start;}
	
}
	
	
.content img {max-width: 100%;}
	
	
@media (min-width: 768px) and (max-width: 991px){	

	header .navbar-nav {float: none; margin: 0;}
	.nav-search.navbar-right {float: none !important;} 
	
}


@media (min-width: 768px) and (max-width: 1199px){	 

	.content .favorites-page-container .lot-height {width: 50%;}
}
	
@media (min-width: 1000px) and (max-width: 1199px){	

	.slider-wrapper {margin-left: 30px;}
	#main-slider .item, #main-slider {height: auto; min-height: 520px; }
	.slider-text .flex-row .col-md-8 {padding-left: 30px;}
	.header-link_auth .button-create {  margin-right: 15px; font-size: 15px; padding: 12px 26px 13px;}
	header .td-nav {margin-left: 50px;}
	
}


@media (min-width:1000px) and (max-width:1270px) {	

	.slider-text .flex-row .col-md-8 {padding-left: 30px;}
	.header .header__search-form input[type=text].form-control {background: #0c0f32;}
	.header__search-form .navbar-form.nav-search { margin-top: 50px;}
}

@media (min-width:1270px) and (max-width:1340px) {	

	.header_search .header__search-form.visible {width: 220px;}

}

.content .main-lot {background: none;}
.lot-null {margin-left: 20px; }

@media (min-width: 991px) { 
	main .lot-info .time_circles > div > span:after {}
	main.content {min-height: calc(100vh - 517px);} 
	footer { height: 403px;}

}
.lot {
	/*-webkit-transition: background .333s cubic-bezier(.4,0,.2,1);
    transition: background .333s cubic-bezier(.4,0,.2,1);*/}
	
.lot figure {position: relative; 
   -webkit-transition: background .333s cubic-bezier(.4,0,.2,1);
    transition: background .333s cubic-bezier(.4,0,.2,1);}

.lot figure:after  {
	background: linear-gradient(360deg, #060322 0%, rgba(6, 3, 34, 0) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	left:0;
	content: '';
	display: block;
	top: 240px;
	-webkit-transition: background .333 cubic-bezier(.4,0,.2,1);
    transition: background .333s cubic-bezier(.4,0,.2,1);
}


.lot:hover figure:after {top: 20px;}
	
body.inner-body { background-size: 100%;}


@media (min-width: 530px) and (max-width: 991px){
	body .news_box .display-row.news_main_box {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: none;
	}
	body .news_box .news_main_box > .link_news {margin-bottom: 20px;}	
	body .news_box .news_list .display-table, .news-page__container .news_box .display-table { padding: 15px;  width: 50%; float: left;}
	body .news_main_box .news-img img {max-width: 100%;}
	.news_box .display-cell.news-cell-text, .news-page__container .display-row.news_main_box .display-cell.news-cell-text {padding-right: 0;}

}

.header__search-form-close:hover svg {fill: #2196F5;} 

.lot-image-height .gallery-slider .owl-nav button svg {fill: #fff; 
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;} 
	
.lot-image-height .gallery-slider .owl-nav button.owl-prev {width: 30px; height: 30px; color: #fff; left: 0; border-radius: 2px; transform: translateY(-50%);}
.lot-image-height .gallery-slider .owl-nav button.owl-next {width: 30px; height: 30px; color: #fff; right: 0;  border-radius: 2px; transform: translateY(-50%);}
.lot-image-height .gallery-slider .owl-nav {width: 100%; height:0; position: absolute; top: 50%; display: flex; justify-content: space-between;  }
   

   .lot-image-height .gallery-slider .owl-nav button {background: rgba(50, 61, 113, 0.6); padding: 4px !important;}
   .lot-image-height .gallery-slider .owl-nav button:hover {background: rgba(50, 61, 113, 0.8);} 
   
@media (min-width: 531px) {	
	.box-data.gallery_img .lot-image-height .gallery-slider img {height: 490px;}
}


@media (max-width: 530px) {	
	.box-data.gallery_img .lot-image-height .gallery-slider img {height: 227px;}
	.flex-row.source-row {flex-direction: column; align-items: flex-start; margin-bottom: 8px}
	.flex-row.source-row .news-date {margin-bottom: 5px;}
	body .news-source-logo img{ max-width: 80px;}
	.news-source-logo {height: 22px;}
	body .news-source-logo img.Yahoo { max-width: 95px;}
	
}


.source-row .news-date { margin-bottom: 0px;}
.source-row  {margin-bottom: 20px;} 

.lot.soldoutmark, .auction_left .lot-image-height.soldoutmark {position: relative; overflow: hidden;}

.lot.soldoutmark:after, .auction_left .lot-image-height.soldoutmark:after  {
	content: '';
    display: block;
    background: url(./images/sold.svg) no-repeat;
    position: absolute;
    top: 29px;
    width: 210px;
    height: 30px;
    left: -60px;
    transform: rotate(-45deg) translateX(-10px);
	
}

/*
.auction_left .lot-image-height.reserved:after  {
	content: '';
    display: block;
    background: url(./images/Frame_60.png) no-repeat;
    position: absolute;
    top: 29px;
    width: 210px;
    height: 30px;
    left: -60px;
    transform: rotate(-45deg) translateX(-10px);
	
} */

.auction_left .lot-image-height.reserved:after {
    content: '';
    display: block;
    background: url(./images/reservedBig.png) no-repeat;
    position: absolute;
    top: 19px;
    width: 210px;
    height: 30px;
    left: -45px;
    transform: rotate(-45deg) translateX(-10px);
    background-size: contain;
}

.auction_left .lot-image-height.reserved {position: relative; overflow: hidden;}
   


.lot.soldoutmark:after, .auction_left .lot-image-height.soldoutmark:after  {
	content: '';
    display: block;
    background: url(./images/sold.svg) no-repeat;
    position: absolute;
    top: 29px;
    width: 210px;
    height: 30px;
    left: -60px;
    transform: rotate(-45deg) translateX(-10px);
	
}


.hippos-list .lot.soldoutmark figure {position: relative; overflow: hidden;}

.hippos-list .lot.soldoutmark:after {display: none;}

.hippos-list .lot.soldoutmark figure:after   {
	content: '';
    display: block;
    background: url(./images/sold.svg) top center no-repeat;
    position: absolute;
    top: 10px;
    width: 110px;
    height: 30px;
    left: -18px;
    transform: rotate(-45deg) translateX(-10px);
    background-size: cover;
	
}


.hippos-list .lot.reserved figure {position: relative;}


.hippos-list .lot.reserved figure:after {
    content: '';
    display: block;
    background: url(./images/Frame_60.png) top center no-repeat;
    position: absolute;
    top: 10px;
    width: 110px;
    height: 30px;
    left: -18px;
    transform: rotate(-45deg) translateX(-10px);
    background-size: cover;
}


.news-source-logo img {max-width: 110px; }

.news-source-logo img.Yahoo {max-width: 130px; }

.news-source-logo img.forbes, .news-source-logo img.insider {max-width: 80px; } 




.news-source-logo {height: 32px; display: flex;}




.lot-image-height .gallery-slider .owl-nav.disabled button {opacity: 0;}


.realestate .main_price {font-size: 18px; font-weight: normal; line-height: 1.3;}


.realestate .slider-text .flex-row .col-md-4 {max-width: 408px;}

.realestate .slider-text {width: 100%}

#main-slider.realestate .item, #main-slider.realestate {height: auto; min-height: auto}
#main-slider.realestate {padding-bottom: 75px; margin-top: 39px;}

.realestate .slider-text-inner h2 span.main_title {margin-bottom: 50px;}
	
		
@media (min-width: 991px) {
	
	.owl-carousel.realestate .owl-item img.main_img {margin-left: 79px;} 
	
	.filter_right.estate-filter {margin-top: -80px;}
	
	.hippos-row .filter_right.hippos-filter .sort_by-block {margin-left: auto;}

}

@media (max-width: 992px) {
	body .title.estate-title h1	{
		font-size: 32px;
		line-height: 1.3;
		color: #FFFFFF }
		
	.realestate .flex-row_mob {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	} 
	.realestate  .slider-text-inner h2 {margin-top:0;}
	.realestate .slider-text-inner h2 span.main_title {margin-bottom:0; font-size: 34px;}
	

	.realestate .slider-text .flex-row .col-md-4 {max-width: 100%;}
	
	
		
}


.related-products-row:not(.not-empty) {padding:0;}
#block-history:not(.not-single-history)  {padding-bottom: 0;}


.row.js-data.hippos-list .lot-link {margin-bottom: 10px;}

.hippos-list .lot figure:after {display: none;}
.hippos-list .lot .price {margin-top: 10px;}

.hippo-detail .box-data.gallery_img .lot-image-height img {max-height: 641px;}

.bx-pagination .bx-pagination-container {text-align: center;}

.bx-pagination .bx-pagination-container ul li span {background: #19214D; border-radius: 2px; color: #fff; font-weight: normal;}
	
.hippos-list .lot:hover .lot-link > a {color: #2196F5;}
	
	
	




@media (min-width: 736px) and (max-width: 992px) {
	
	.realestate .flex-row .col-md-8 {width: 100%}
	.owl-carousel.realestate .owl-item img.main_img {width: 100%; height: auto;}
	
}


@media (min-width: 768px) {
	.block-history .asrt-table-body tbody td .user .userpic {width: 50px;}
	.block-history .asrt-table-body tbody td .user .userpic img {     
			width: 50px;
			height: 50px;
			border-radius: 100%;
			object-fit: cover;
			min-width: 50px;
	} 

}

@media (max-width: 767px) {
	.block-history .asrt-table-body tbody td .user .userpic {width: 40px; max-height: 40px;}
	.block-history .asrt-table-body tbody td .user .userpic img {     
			width: 40px;
			height: 40px;
			border-radius: 100%;
			object-fit: cover;
			min-width: 40px;
	} 

}

/* Hippos */

main .hippos-sectionlist h2 {
    font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom: 18px;
	
}

main .hippos-sectionlist h2 a {color: #fff;}

main .hippos-sectionlist h2 a:hover {color: #2196F5;}

.hippo_section-row {margin-bottom: 80px;}

.hippos-list .lot figure {height: 130px}


.row.js-data.hippos-list .lot-height {padding: 0 12px; width: 12.5%;}

.row.js-data {margin-left: -12px; margin-right: -12px;}

.section-image a.mob-section-img {display: none;}

@media (max-width: 530px) {
	
	.row.js-data.hippos-list .lot-height {width: 50%;}
	.hippos-list .lot figure {height: 178px}
	.hippo_section-row .section-image a.desc-section-img {display: none;}
	.hippo_section-row .section-image a.mob-section-img {display: block; height: auto;}
	.hippo_section-row, .hippos-sectionlist .row.hippo_section-row:first-child {margin-bottom: 20px}
	.hippos-sectionlist .row.hippo_section-row:first-child {padding-bottom: 20px;}
}


@media (max-width: 400px) {
	
	.hippos-list .lot figure {height: 150px}
}


@media (min-width: 530px) and (max-width: 991px) {
	
	.row.js-data.hippos-list .lot-height {width: 25%;}
	.hippos-list .lot figure {height: auto;}

}



@media (max-width: 991px) {
	
	.hippo_section-row .section-image a.desc-section-img {display: none;}
	.hippo_section-row .section-image a.mob-section-img {display: block; height: auto;}
	.hippo_section-row, .hippos-sectionlist .row.hippo_section-row:first-child {margin-bottom: 30px;}
	.hippos-sectionlist .row.hippo_section-row:first-child {padding-bottom: 0px;}
	body .hippo_section-row .btn-default { padding: 12px 32px 13px;}
	
}


.clear {clear: both;}
.hippo_section-row .tab-pane-btn {margin-top: 37px;}

@media (min-width: 992px) and (max-width: 1199px) { 

	.row.js-data.hippos-list .lot-height { width: 16.6%;}
}

@media (max-width: 768px) {
	
	.hippo_section-row .tab-pane-btn {margin-top: 24px; padding: 0 15px;}	
	body .bx-pagination .bx-pagination-container ul li span { height: 40px; min-width: 36px;}
  		
}

#payment .modal-header {    padding: 5px 10px 0; margin-bottom: 0px; border-bottom: none;}
   

#payment .modal-body .lot-image {max-width:175px; max-height: 150px}

#payment .modal-body {padding-top:0;}

.hippos-filter .totalinfo .text {
	
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.6);
}
	
	
	
.stat-block {
	
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 500px;
	min-width: 188px;
	text-align: center;
	padding: 10px 0;
}
	
	
.hippos-filter .stat-block + .stat-block {margin-left: 20px;}


.stat-block .value {font-weight: 500; font-size: 24px; line-height: 1.3;}

.filter_right.hippos-filter  { margin-top: 5px; margin-bottom: 30px;}

.hippos-filter .filter-wrap  {margin-left: auto;}


/*	
@media (max-width: 1199px) {

	.filter_right.hippos-filter {flex-direction: column;}
	.stat-block .value {font-size: 18px; }
	.hippos-filter .totalinfo .text {font-size: 16px; margin-bottom: 18px; color: #fff; }
	.stat-block {min-width: auto; border: none;}
	.hippos-filter .totalinfo {justify-content: space-between;}
	.hippos-filter .filter-wrap  {margin-left: 0;} 
    .hippos-filter .stat-block + .stat-block {margin-left: 0;}	
	
}

*/


@media (max-width: 620px) {

	.filter_right.hippos-filter {flex-direction: column;}
	.stat-block .value {font-size: 18px; font-weight: 700;}
	.hippos-filter .totalinfo .text {font-size: 16px;  color: #fff; }
	.hippos-filter .totalinfo {justify-content: space-between;}
	.hippos-filter .filter-wrap  {margin-left: 0;} 
    .hippos-filter .stat-block + .stat-block {margin-left: 0;}	
	.hippos-filter .totalinfo {justify-content: space-between; flex-shrink: 1; flex-grow: 1;}
	.hippos-row .hippos-filter .stat-block { min-width: calc(100% / 2 - 10px); margin-bottom: 20px;} 
	.hippos-filter .totalinfo {flex-wrap: wrap;}
	
}



@media (min-width: 621px) and (max-width: 1199px) {
	
	.stat-block .value {font-size: 18px; }
	.hippos-filter .totalinfo .text {font-size: 16px; color: #fff; }
	
	.hippos-filter .totalinfo {justify-content: space-between; flex-shrink: 1; flex-grow: 1;align-items: flex-start; }
    
	.hippos-filter .stat-block + .stat-block {margin-left: 20px;}

	/* body .hippos-filter  .filtr-option {left: auto; transform: none;} */
	body .select2-container--open .select2-dropdown {width: 200px !important;}
	
		
}



@media (max-width: 380px) {
	.hippos-filter .totalinfo .text {
		font-size: 14px;
	} 
}

.angels-slider .item.owl-lazy {
	background-image: url(/upload/Line1.png);
    opacity: 1 !important;
}


.modal-header .close {color: #fff;}
.hippos-row p.no-assets {margin-top: 20px}


@media (min-width: 991px) {
	.angels-slider .slider-text .flex-row .col-md-4 {
		width: auto;
		max-width: 408px;
		min-width: 408px;
	}
	
	.angels-slider .slider-text .flex-row .col-md-8 {	
		margin-left: 79px;
	}

}

.angels-slider .slider-text {width: 100%;}

#main-slider.angels-slider .expire_withuser {padding-top: 32px;}

@media (min-width: 991px) {
	#main-slider.angels-slider {
		height: auto;
		min-height: auto;
		max-height: 743px;
	} 

}

.angels-slider .slider-text-inner h2 {margin-top: 47px; }
.angels-slider .slider-text-inner h2 span.main_title  { margin-bottom: 32px;}


@media (max-width: 767px) {
    
	.angels-slider video {height: auto !important;}
	.angels-slider .slider-text-inner h2 span.main_title {font-size: 34px}
	.angels-slider .slider-text-inner {padding: 0px 22px 25px;}
	body main.content:after {display: none;}
	#main-slider.angels-slider .item, #main-slider.angels-slider {height: auto;}
	body .announcement { padding: 30px 20px 0; font-size: 20px;}	
	body .angels-slider .slider-text-inner h2 {margin-top: 32px}
	body .angels-slider .slider-text-inner h2 span.main_title {margin-bottom: 0;}
	#main-slider.angels-slider .expire_withuser {/*padding-top:0; border-top: none;*/ }
	
	#main-slider.angels-slider .col-md-4 {width: 100%;}
	#main-slider.angels-slider .expire_withuser {margin-bottom:0;}
	
	.angels-slider .flex-row_mob {flex-direction: column;}
       
}


.buy-all {text-align: center; margin-top: 40px;}


@media (max-width: 1024px) { 
	
	.filter_right.hippos-filter {flex-wrap: wrap; flex-direction: column; margin-top: 0;}
	.hippos-filter .filter-wrap {margin-left: 0; margin-top: 12px; }
	.hippos-filter .stat-block {min-width: 23%;}
	.stat-block .value {font-weight: 700;}
	
   

}

@media (min-width: 680px) and (max-width: 1024px) { 
  .creator-page .js-tab-content .lot-height { width: 50%;}
}

.announcement { padding: 60px 0 0; font-size: 20px;}
.announcement .hundred {font-size: 24px;}
.angels-text p {font-size: 18px;}


@media (max-width: 530px) {
	.angels-slider video {
		height: 302px !important;
	} 
}


.media-controls-container button.play-pause {cursor: pointer !important;}
.media-controls-container button > picture {cursor: pointer !important;}


#payment .modal-body .tab-content #card-element input {
	border: 1px solid #C3C3C5;
	box-sizing: border-box;
	box-shadow: 0px 10px 30px rgba(10, 0, 38, 0.25);
	border-radius: 4px;
	margin-bottom: 5px;
	color: #9E9E9E;
    height: 42px;}
	
	
#payment-form br {display: none;}

#payment-form button.btn.btn-primary.size-1  {margin-top: 25px;}

#card-element input::-webkit-input-placeholder {
    color: #9E9E9E;
}

#card-element input:-moz-placeholder {
    color: #9E9E9E;
}

#card-element input::-moz-placeholder {
   color: #9E9E9E;
}
 
#card-element input:-ms-input-placeholder {
   color: #9E9E9E;
}


#card-element input {outline: none !important;}

.navlot-creator {display: flex; }

.new-collection:hover {color: #2196F5;}

.all-list.creator-page .lot-info {padding: 0px 18px 17px;}


@media (min-width: 991px) {
	.main-lot.all-list.creator-page .lot-height { padding: 0 10px; }
	section.creator-page.main-lot .row.js-data { margin-left: -5px;  margin-right: -5px;}
	.all-list.creator-page .lot-info {padding: 0px 18px 17px;} 

}
  



input.newpagination { 
    height: 46px;
    border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: transparent;
    display: inline-block;
    min-width: 46px;
	padding: 0 8px;
	text-align: center;
	
}


.newpagination.ahead {margin-left:0 !important;}



.hippos-list + .search-form.active.visible {
    position: relative;
    right: 0;
    top: 0px;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    display: block;
    z-index: 99;
	margin-bottom: 40px;
	max-width: 478px;
	margin: 0 auto 50px;
} 


.hippos-list + .search-form.active.visible  input[type=text].form-control {
    padding: 0 10px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 35px;
    border-radius: 500px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}


.hippos-list + .search-form .form-control.nav-search-btn {
    position: absolute;
    left: 10px;
    margin: 0;
    width: 28px;
}


.hippos-list + .search-form .form-control.nav-search-btn {
    margin: 0 0 0 0px;
    background: transparent;
    color: #252525;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    height: 28px;
    width: 28px;
}


@media (max-width: 991px) {
	
	.hippos-list + .search-form .input-box {position: relative;}
	
	.bx-pagination  input.newpagination {height: 40px;}
	
	.hippos-list + .search-form .nav-search {margin-left:0; border: none; box-shadow: none;}
	
	.hippos-list + .search-form .form-control.nav-search-btn  {
		top: 50%;
		transform: translateY(-50%);
		
	}
}


.row.hippo_section-row:nth-child(2) .setion-title h2 { margin-top: 30px;}

@media (min-width: 1301px) { 

	/*.auction_left .creator-owner .user.creator + .user.creator .subtitle {padding-left: 20px;}
	.auction_left .creator-owner .user.creator + .user.creator {width: calc(50% - 20px);} */


   .auction_left .creator-owner .user.creator + .user.creator .usertitle {max-width: 130px;}

}


@media (max-width: 1300px) { 

	
   .auction_left .creator-owner .user.creator + .user.creator .usertitle {max-width: 160px;}

} 


.auction_left .creator-owner .user .userpic img {min-width: 30px;}


#send_request .form-group input[type='checkbox'] { display: none;}
   
#send_request .form-group input[type='checkbox'] + label {padding-left: 11px; cursor: pointer;} 
    
#send_request .form-group input[type='checkbox']:checked + label:before {
    background: #0085F1 url(./images/checked-num.svg) center no-repeat;
    cursor: pointer;
}

#send_request .form-group input[type='checkbox'] + label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    left: -8px;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    background: transparent;
}


#send_request .form-group.half-type {width: calc(100% / 2 - 14px); display: inline-block;}
#send_request .form-group.half-type.form-group__right-col {margin-left: 20px}


textarea.formcontrol {font-size: 16px;}

.form-group .select2-container--default .select2-selection--single {    
    padding: 7px 10px;
    height: 40px;
    line-height: 24px;
    font-size: 16px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: none; 
	color: #fff;}

.form-group.half-type label {display: block;}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 22px; padding-left: 0;}

.form-group .select2-container {width: 100% !important;}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff;}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered[title^="Select"] {color: #9E9E9E;}


.form-group .select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; top: 0; right: 5px; }


#send_request .form-group.error .error { position: absolute; color: red; bottom: -33px; font-size: 14px;}

#send_request .form-group {position: relative;}



#send_request .form-group input[type=file] {opacity: 0; visibility: hidden; height: 0;}
   
#send_request .label_text {
	color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
}

.form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-width: 0 4px 5px 4px;}

#send_request .modal-sm .form-group label {display: block;}


.modal-content #js-authorization-succ {padding: 15px 30px;}

.modal-content #js-authorization-succ:empty {padding: 0;}

a.hippo-overlay-class {background-color: rgba(6,3,34, .88) !important;}
a.hippo-overlay-class:hover { opacity: 0.99; color: #fff;}
 
 
div[title="Zoom in"] {background: rgba(6,3,34, .75) !important; }

div[title="Zoom out"] { background: rgba(6,3,34, .75)!important;}

div[title="Go home"]  { background: rgba(6,3,34, .75) !important;}

div[title="Toggle full page"] { background: rgba(6,3,34, .75) !important;}

div[title="Toggle full page"] > img, 
div[title="Go home"] > img, 
div[title="Zoom out"] > img, 
div[title="Zoom in"] > img {cursor: pointer;}

.metamask-status {color: #11b52f; margin-bottom: 20px; }


/* After adding Explore to menu */

.header__search-form .navbar-form.nav-search {margin-top: 50px;}

body .header .header__search-form input[type=text].form-control { background: #0c0f32;}




@media (min-width: 991px) and (max-width: 1200px) {
	
	.navbar-toggle {
		display: block;
	}
	
	#navbar {
		display: none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	
	.header-link.header-link_auth.text-right .button-create {
		display: none;
	}
	
	.header .row div.header-logo {width: 50%; flex-direction: row-reverse; flex-grow: unset;}
	nav.navbar {position: unset;}
	.navbar-default .navbar-toggle {
		margin: 0;
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		left: 15px;
		top: 0;
		z-index: 99;
		margin-right: 0px;
		border-radius: 2px;
		border: none;
		padding: 11px 9px;
		min-width: 40px;
	}
	
	 body header {
		background-size: cover;
		background-position: bottom center;
	}
	
	.js-search-btn.hidden-xs.hidden-sm {display: none;}
	
	.box.container.header .row {width: 100%; padding: 0 20px;}
	
	#navbar.in {
		left: 0;
		top: 79px;
		background: #070B2A;
		padding: 0 28px;
		height: auto; 
		border-top: 1px solid rgba(255, 255, 255, .15);
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		position: absolute;
		z-index: 999;
		width: 100%;
		display: block;
	}
	
	
	#navbar ul.nav {
		padding-top: 81px;
	}
	
	#navbar ul li {
		width: 100%;
		text-align: center;
		margin-right: 0;
       margin-bottom: 30px;
	}
	
	#navbar ul.nav {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	
	.navbar-collapse .tb {
		display: table;
		height: 100%;
		width: 100%;
	}
	
	.header .row div.header-logo img {
		max-width: 105px;
	}
	
	/*body .header.container .row {position: relative; padding: 0 20px;} 
	
	#navbar.in {
		position: absolute;
		z-index: 999;
		width: 100%;
		left: 0px;
		top: 0px;
		display: block;
	} */
    
	.navbar-toggle path {
		transition: transform 0.25s;
	} 
	
	.navbar-toggle:not(.collapsed) path:nth-of-type(3) {
		transform: rotate(-45deg);
		transform-origin: 0px 13px;
		
	}
	
	.navbar-toggle:not(.collapsed) path:nth-of-type(2) {
		display: none;
	}
	
	.navbar-toggle:not(.collapsed) path:nth-of-type(1) {
		transform: rotate(45deg);
		transform-origin: -1px 3px;
	}
	
	.mobile-mint .header-link.header-link_auth.text-right .button-create {display: block}
	
	.header_search_mobile {display: block !important; max-width: 100%; margin-top: 50px; margin-right: 0; margin-bottom: 40px;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: none;}
	.mobile-mint.hidden-lg, .social_mobile.hidden-lg {display: block !important;}
   
}

.filtr-option #customfiltr .block-withimages {
	padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: 0.3s ease;
}
.filtr-option #customfiltr .block-withimages .imagelabel{
	width: 35px !important;
	height: 35px !important;
	background-size: contain !important;
}
.filtr-option #customfiltr .block-withimages .subtitle{
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}
.filtr-option #customfiltr .block-withimages .count_parametrs .icon{height: 15px; width: 15px; transition: 0.3s ease; margin-left: 5px;}
.filtr-option #customfiltr .block-withimages.show .count_parametrs .icon{transform: rotate(180deg);}
.filtr-option #customfiltr .block-withimages .checkbox-block, .filtr-option #customfiltr .block-withimages .count_elements{
	display: none;
}
.filtr-option #customfiltr .block-withimages .count_parametrs{font-size: 14px;line-height: 130%;color: #FFFFFF;opacity: 0.3; transition: 0.3s ease; display: flex; align-items: center;}
.filtr-option #customfiltr .block-withimages.show .count_parametrs{opacity: 1;}

.filtr-option #customfiltr .block-withimages.show .subtitle, .filtr-option #customfiltr .block-withimages.show .count_parametrs{
	color: #2196F5;
	margin-bottom: 6px;
}
.filtr-option #customfiltr .block-withimages.show .checkbox-block, .filtr-option #customfiltr .block-withimages.show .count_elements{
	display: flex;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}
#customfiltr .block-withimages .filter-block__body{
	max-height: 264px;
	overflow-y: auto;
	margin-right: -14px;
}
#customfiltr .block-withimages .filter-block__body::-webkit-scrollbar{
	width: 2px;
	background-color: #252953;
	transition: 0.3s ease;
	border-radius: 9px;
	cursor: pointer !important;
}
#customfiltr .block-withimages .filter-block__body::-webkit-scrollbar-thumb{
	width: 2px;
	max-height: 28px !important;
	height: 28px;
	background-color: #515475;
	cursor: pointer;
}

#customfiltr .block-withimages .filter-block__body::-webkit-scrollbar-thumb:active{
	cursor: pointer;
}
#customfiltr .block-withimages .filter-block__body::-webkit-scrollbar-track{
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.filter-block__body-check{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 29px;
}

.filter_right.hippos-filter .filtr-option .clearfiltr { /*position: absolute; bottom: 35px;*/}
.filter_right .filtr-option .checkbox-block .pricerange {
    display: none;
}

@media screen and (max-width: 1024px) {
	.filter_right.hippos-filter .sort_by-block + .filter_block{
		margin-left: 15px;
	}
}

/* 11.11.2021 */

.filter_right.hippos-filter .filtr-option { flex-direction: column; padding-top: 20px; }

.hippos-filter .filtr-option .range-block {padding-top: 0; margin-bottom: 16px;}

.filter_right.hippos-filter .filtr-option .clearfiltr {position: absolute;}

.hippos-filter .range-block .btn.btn-default {padding: 8px 50px; background: #0085F1; border-radius: 500px;}

.hippos-filter .range-block + .block-withimages {border-top: 1px solid rgba(255, 255, 255, 0.1); }

.hippos-filter .filtr-option #customfiltr .block-withimages:last-child {border-bottom: none; padding-bottom: 0;}

.hippos-filter .filtr-option .clearfiltr:hover {text-decoration: none;}


@media (max-width: 1024px) {
	.filter_right.hippos-filter {
		flex-wrap: wrap;
		flex-direction: column;
		margin-top: 0;
	}
} 

.hippos-filter .filtr-option .clearfiltr {margin-top: 8px;}


@media (min-width: 991px) and (max-width: 1199px) {
	
	.hippos-row .filter_right.hippos-filter .sort_by-block {
		margin-left: 0;
	} 
}

.hippos-filter select.form-control.select-variant {  
    border: 2px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    border-radius: 47px;
    height: 47px;
    padding: 12px 20px;
    background: transparent;
    color: #fff;
    max-width: 133px;
    padding: 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    background: url(./images/sort-amount.svg) 96px center no-repeat;
    opacity: 0.5;
}

.text-royalty {white-space: nowrap;}

@media (max-width: 767px) {
	
	.modal-dialog.rightside button.close {right: 20px;}
	.fees .total-value, .fees-element .total-value {line-height: 1.2;}
}


.modal-header .close:hover {color: #2196F5; text-shadow: none; opacity: 1}



@media (min-width: 768px) and (max-width: 1200px) {
	.header_search_mobile .nav-search.navbar-right {
		float: none !important;
	} 
	
	span.header__search-form-close {display: none;}
	
	.footer_socials {margin-bottom: 33px;}
}




@media (max-width: 500px) { 

	.wallet-row .col-sm-4 {padding-left: 0; padding-right: 0;}
	
	.wallet-row .col-sm-8 {  width: 67%;}

	.wallet-row .dynamic_value_USD {word-break: unset !important;}
	
	body .wallet .flex-row.wallet-row {align-items: flex-end;}
	
	.wallet-row + .wallet-row {margin-top: 8px;}


}

.filter_right.hippos-filter-255 {    margin-bottom: 15px; margin-top: 30px;}

.filter_right.hippos-filter-256 {    margin-bottom: 30px; margin-top: 25px;}

.filter_right.hippos-filter-258 {    margin-bottom: 30px; margin-top: 25px;}



@media (max-width: 500px) {
	
	.hippos-filter .stat-block {
		min-width: 23%;
		width: 48%;
		margin-bottom: 20px;
	} 
	
	.hippos-filter .stat-block:nth-child(3), .hippos-filter .stat-block:nth-child(4) {margin-bottom:0;}

}

@media (max-width: 380px) {

	.cycle-slideshow img {max-width: 100%;}
	.cycle-slideshow, .cycle-slide {
		max-width: 100% !important;
		margin: 0 auto;
	} 

}


.flex-row.happy-hippos-row {  margin-top: 30px; align-items: flex-start;}

.flex-row.adopt-row {  margin-top: 40px; }

.flex-hippo-content .filter_right.hippos-filter {margin-top: 0;}

@media (min-width: 621px) and (max-width: 1199px) {
	
	.flex-hippo-content .hippos-filter .stat-block + .stat-block {
		margin-left: 10px;
	} 
}

@media (max-width: 1024px) {	
	.flex-hippo-content .hippos-filter .stat-block {
		min-width: 30%;
	} 
}

@media (max-width: 500px) {
	
	.flex-hippo-content .hippos-filter .stat-block {
		min-width: 23%;
		width: 32%;
		margin-bottom: 0px;
	} 

	
	.flex-hippo-content .hippos-filter .stat-block + .stat-block {margin-left: 10px}
	.flex-hippo-content .hippos-filter .totalinfo { flex-wrap: unset;} 
	.flex-hippo-content .stat-block .value {font-size: 17px;}
   
	.happy-hippos-row .btn-wrap {margin-bottom: 25px;}
	
	.happy-hippos-row .flex-hippo-content .filter_right.hippos-filter {  margin-bottom: 20px;}
	

}


/* Game Page */

.hipposgame-row .flex-hippo-img {display: flex; }

.hipposgame-row .flex-hippo-img img:first-child {filter: drop-shadow(20px 20px 100px rgba(0, 0, 0, 0.25));}
.hipposgame-row .flex-hippo-img img:last-child {filter: drop-shadow(20px 20px 100px rgba(0, 0, 0, 0.25));}

.hipposgame-row .flex-hippo-content {width: auto; max-width: 408px; min-width: 408px; padding-right:0; font-size: 18px; margin-top: 60px; }
   
.hipposgame-row .flex-hippo-img  {width: 66%;  max-width: 646px; justify-content: space-between; }

.hipposgame-row h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 45px;}
	
.hipposgame-row p {line-height: 1.3;}
	
.hippo-card {display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, 0.2); padding: 32px 0 0 0; min-width: 315px; align-items: center;}
	
.cards-row {display: flex; justify-content: center; margin-top: 100px; padding-bottom: 80px; }


.hippo-card .hippo-card_heading {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	color: #FFFFFF;
	margin-bottom: 24px;
}
	
	
.flex-row.hipposgame-row { margin-top: 97px; padding-bottom: 80px; align-items: flex-start;}
 
.content .cards-row .hippo-card img {max-width: 185px; margin-top: auto;}
 
.hippo-card + .hippo-card {margin-left: 50px;}


.btn.btn-invest {
	border: 1px solid #2196F5;
	box-sizing: border-box;
	color: #fff;
	background: none;
	box-shadow: none;
	margin-bottom: 11px;
	padding: 11px 32px 12px;
}

.cards-row .btn-default {min-width: 190px;}

	
.hippo-card span {margin: 10px 0; display: inline-block; }

.btn.btn-invest:hover {
	background: #0085F1;
    box-shadow: 0px 5px 20px rgb(33 150 245 / 60%);
}



/* GAME TABLET */



@media (min-width: 992px) and (max-width: 1200px) {
	
	.hipposgame-row .flex-hippo-content {width: auto; max-width: 35%;min-width: 30%; padding-right:0;}
	.hipposgame-row h2 {font-size: 46px;}
	.flex-hippo-content p {padding-right: 30px}
	
	.flex-hippo-img img:not(.animated-hippo) {width: 48%;}
	
}

@media (max-width: 992px) {

	.hipposgame-row .flex-hippo-content, .hipposgame-row .flex-hippo-img {max-width: 100%;}
	.hipposgame-row .flex-hippo-img {width: 100%; justify-content: center;}
	.hipposgame-row .flex-hippo-img img + img {margin-left: 30px;}
	
	.flex-row.hipposgame-row {padding-bottom: 40px; margin-top: 20px;}
	body .hippo-card .btn-default { padding: 12px 32px 13px;}
	.cards-row {margin-top: 0; padding-bottom: 0;}
	.hipposgame-row h2 {font-size: 32px; margin-top: 32px; margin-bottom: 32px; }
	.hipposgame-row .flex-hippo-content {margin-top:0;}
	
}


@media (max-width: 991px) { 

	.happy-hippos-row .flex-hippo-img {display: flex; align-self: center;}
   
	.flex-hippo-content {padding-right:0;}

}

.hippo-img_mob {display: none;}

@media (max-width: 550px) {
	

	body .hippo-card  {width: 100%;}
	.hippo-img_mob {display: block;}
	.hipposgame-row .flex-hippo-img {display: none}
	.flex-hippo-img, body .cards-row {flex-wrap: wrap; margin-top: 0;}
	.flex-hippo-img.hippo-img_mob img {width: 100%;}
	.hipposgame-row .flex-hippo-img img + img, .hippo-card + .hippo-card {margin-left:0; margin-top: 20px;}	
	.hipposgame-row .flex-hippo-content {min-width: 100%;}
	.content .cards-row .hippo-card img {margin-top: 40px}
	
	.flex-row.hipposgame-row {margin-top: 20px; padding-bottom: 40px; }
	body .cards-row {padding-bottom: 20px;}
	
	.flex-hippo-img.hippo-img_mob {margin-top: 50px}
}

@media (min-width: 551px) and (max-width: 767px){
	
	.hippo-img_mob {display: block; display: flex;}
	.hipposgame-row .flex-hippo-img {display: none}
	.flex-hippo-img.hippo-img_mob img {width: 50%; min-width: 48%}
	.flex-hippo-img.hippo-img_mob img + img { margin-left: 20px;}
	.flex-hippo-img.hippo-img_mob {margin-top: 50px}
   

	.hippo-card, .flex-hippo-img img {width: 50%; min-width: 48%}
	.hippo-card + .hippo-card, .hipposgame-row .flex-hippo-img img + img {margin-left: 20px;}
		
}


.flex-row.adopt-row {flex-direction: column; align-items: center;}

.adopt-row .plusminus .input-group {max-width: 157px; margin: 0 auto;}
.adopt-row .plusminus .input-group.btn-group {max-width: 170px;}

.adopt-row .plusminus .input-group-btn .btn {padding: 14px 14px;}

.adopt-row .plusminus .input-group .form-control {text-align: center; font-size: 20px; line-height: 1.3; color: #060322; height: 46px;}

.adopt-row input[type="submit"]{min-width: 170px;}

.adopt-row .btn-wrap {margin: 0}

.adopt-row .plusminus {margin-top: 20px}


.adopt-row .glyphicon-minus:before {content: ''; }
.adopt-row .glyphicon-minus {width: 18px; height: 18px; background: url(./images/minus-adopt.svg) center no-repeat;}
.adopt-row .glyphicon-plus:before {content: ''; }
.adopt-row .glyphicon-plus {width: 18px; height: 18px; background: url(./images/plus-adopt.svg) center no-repeat;}

.adopt-row .btn.btn-number:focus, .adopt-row .btn.btn-number:hover	{box-shadow: 0px 5px 20px rgb(33 150 245 / 60%);}

.cycle-wrap {max-width: 100%;}

.alert-warning {
	border-bottom: none; 
	background: #2196F5; 
	font-size: 18px; 
	color: #FFFFFF; 
	margin-bottom: 0;   
	padding: 15px 35px;
    font-weight: 400;
    line-height: 1.35;
	border-radius: 0;
	border: none;}
	
	
.alert-warning .close {width: 10px; height: 10px; color: #fff; right: 0; top: 7px; background: url(./images/close-alert.svg) center no-repeat; text-indent: -9999px}

.alert-warning a {margin-left: 15px; text-decoration-line: underline; color: #fff;}

.alert-warning a:hover {text-decoration: none;}

@media (max-width: 991px) {
	
	.alert-warning {padding: 15px 29px 15px 10px; font-size: 12px;}
	.alert-warning a {margin-left: 0;}
	.alert-dismissable .close {right: -10px; top: 4px;}
	.metamask-block .connect-metamask.btn.btn-default { max-width: 373px; width: 100%; white-space: nowrap; padding-top: 12px; padding-bottom: 13px; padding-left: 68px; padding-right: 22px;}
	.bx-authform .form-group {margin-bottom: 20px}
	.bx-authform .form-group label {font-size: 18px;}
	.metamask-block .connect-metamask.btn.btn-default {font-size: 22px; background: #2196F5 url(./images/mm.png) 42px center no-repeat;}
	.bx-authform .form-group input[type=submit] {font-size: 22px;}
	.bx-authform .form-control {height: 40px;}
	
     .metamask-block .connect-metamask.btn.btn-default {background: #2196F5 url(./images/mm.png) 42pxpx center no-repeat;}
    .metamask-block .connect-metamask.btn.btn-default:hover {background: #2196F5 url(./images/mm.png) 42px center no-repeat;}
}

@media (max-width: 380px) {
	
	.metamask-block .connect-metamask.btn.btn-default {font-size: 20px;}
	.metamask-block .connect-metamask.btn.btn-default {background: #2196F5 url(./images/mm.png) 30px center no-repeat;}
    .metamask-block .connect-metamask.btn.btn-default:hover {background: #2196F5 url(./images/mm.png) 30px center no-repeat;}
}

@media (min-width: 438px) {
	
	.alert-warning a {margin-left: 15px;}
	
}

.connect-metamask.btn.btn-default {font-size: 22px; background: #2196F5 url(./images/mm.png) 38px center no-repeat; padding-left: 78px;  margin-bottom: 24px;}

.connect-metamask.btn.btn-default:hover {background: #0085F1 url(./images/mm.png) 38px center no-repeat;}


.bx-authform .bxe-light {border-top: 1px solid rgba(255,255,255, .3);}

body .bx-authform .form-group input[type=submit] {padding: 11px 34px;}

body .bx-authform .form-group {  margin-bottom: 20px;}

.bx-authform .form-group input[type=submit] {margin-top: 10px;}

p.wallet-label {margin-bottom: 10px; line-height: 1.4}

.please-note {margin-bottom: 18px;}


.alert.alert-soldout {background: #2196F5;}

.alert-warning.alert-soldout a {margin-left:0;}

a.play-free {  
	background: #2196F5;  
	padding: 11px 34px;
	font-size: 22px;
    font-weight: 400;
    padding: 11px 40px;
    border-radius: 500px;
    box-shadow: 0px 10px 30px rgb(5 69 120 / 30%);
    margin-top: 15px;
    margin-bottom: 10px;
	color: #fff;
	display: inline-block;}
	
a.play-free h3 {font-size: 22px;
    font-weight: 400; display: inline; line-height: 1.3;}	
	
a.play-free:hover {
    background: #0085F1;
    box-shadow: 0px 5px 20px rgb(33 150 245 / 60%);
} 

.desription, .or {font-size: 18px; margin-bottom: 25px;}
.or { margin-bottom: 25px;}


@media (max-width: 550px) {
	a.play-free {
		width: 100%;
		text-align: center;
	}
	
	.desription {text-align: center;}
	
	.leaderboard table tbody td:first-child { padding: 16px 4px;}
	.leaderboard table tbody td:last-child, .leaderboard table thead th:last-child { text-align: right;}
	.leaderboard {padding: 0;}
	.leaderboard table.table thead th, .leaderboard table.table tbody td { padding: 6px 10px;}
	.leaderboard table tbody td.seeall-leaders {text-align: center;}
	
	body .leaderboard table tbody td {font-size: 16px}
	.seeall-leaders .more-button {width: 100%;}
	
	body .leaderboard .leadertitle {margin-bottom: 10px}
	.leaderboard .leadertitle td:first-child {padding-right: 0}
    .leaderboard table.table tbody td.rank-num {padding-right: 0}
	.leaderboard table tbody td.seeall-leaders {border-bottom: none;}
	.leaderboard .leadertitle {margin-bottom: 10px}
}

@media (max-width: 550px) {
	.leaderboard table.table tbody tr:not(.currentuser) td:not(.rank-num) 
}


.leaderboard  table tbody td {
    background: transparent;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 16px 24px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    vertical-align: middle;
	
}

.leaderboard table thead th {
    /*background-color: #19214D;*/
    font-size: 18px;
    color:  #FFE100;
    font-weight: 400;
    padding: 16px 24px;
    border: none;
	
}

.leaderboard .leadertitle {margin: 30px 0; letter-spacing: 2px; font-weight: 600; text-align: center; font-size: 40px; line-height: 1.3;  /*-webkit-text-stroke: 2px #005E66;text-shadow: -3px -3px 0 #005E66, 3px -3px 0 #005E66, -3px 3px 0 #005E66, 3px 3px 0 #005E66;*/ }

.seeall-leaders {text-align: center;}

.leaderboard {text-transform: uppercase;}


.leaderboard .currentuser {/*background: #2196F5;*/  }

.leaderboard table tbody .currentuser td:not(.rank-num) { font-size: 18px; color: #9B29FA; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.seeall-leaders .more-button {text-shadow: none; display: inline-block; background: #F8B430; border-radius: 15px; color: #fff; padding: 12px 32px; font-size: 20px; line-height: 1.3;}

.leaderboard .rank-num {font-size: 14px; color: #C72727;}

.leaderboard .rank-num span {font-size: 12px; font-weight: 500; width: 22px; line-height: 23px; height: 22px; background: #FFEB58; border-radius: 100%; display: inline-block; text-align: center;}

.leaderboard table.table tbody tr:not(.currentuser) td:not(.rank-num) {/*-webkit-text-stroke: 1px #3D3F55;text-shadow: -1px -1px 0 #3D3F55, 1px -1px 0  #3D3F55, -1px 1px 0  #3D3F55, 1px 1px 0  #3D3F55;*/ }


.leaderboard table.table tbody tr td.seeall-leaders {border-bottom: none;}


.leaderboard table.table tbody td.rank-num {padding-right:0; width: 3.5%; min-width: 30px;}

.seeall-leaders .more-button {text-align: center;}

.seeall-leaders .more-button:hover {/*box-shadow: 1px 2px 20px 4px rgb(255 255 255 / 40%);*/}

.leaderboard table.table tbody tr:not(.currentuser) td:not(.rank-num) {
	max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;}
	
.leaderboard table tbody .seeall-leaders td	{border-bottom: none;}

.leaderboard .rank-num span {line-height: 22px;}


.leaderboard table.table tbody tr td:nth-child(2), .leaderboard table.table thead tr th:first-child, .leaderboard table.table thead tr th:nth-child(2)   {font-weight: 500;}

.leaderboard table.table tbody tr td:nth-child(3)  {font-weight: 600;}


.game-body main.content {height: 100%}

.certificate-title {display: none;}

@media (max-width: 767px) {
	
	.game-body main.content {padding-bottom: 50px;}
	.game-body .content .title {margin-bottom: 8px}
	 body.game-body {height: 100%; min-height: 100vh;}
	
	body.game-body .expire {line-height: 1.18;}
	.wwf-sertificate .block-history .table-responsive {padding: 0;}
	body .wwf-sertificate .block-history .asrt-table-body table tbody td {padding: 12px 10px;}  
	.certificate-title {display: block;}
	.title.hippo-title.wwf {display: none;}
}

@media (max-width: 768px) {
	

	.certificate-title {display: block;}
	.title.hippo-title.wwf {display: none;}
}

body .container .alert-buy-hippo {font-size: 20px; color: #22538C; font-weight: 600; line-height: 1.35; letter-spacing: 0.05em; margin-bottom: 22px;}

.points_value  {font-weight: 600; color: #FFE100; font-size: 23px;}

body .container .totalpoint {text-align: center; letter-spacing: 0.05em; font-size: 20px;} 


body.game-body {
    height: 100%;
    min-height: 100vh;
} 


@media (min-width: 992px) { 
    main .main-lot h2 {margin-bottom: 48px; margin-top: 50px;}
}

.footer-copyright div p a {color: rgba(255,255,255, .6); font-size: 14px; text-decoration: none;}
.footer-copyright div p a:hover {color: rgba(255,255,255, 1);}


#edit_user .col-sm-12 {padding: 0;}

#edit_user input[type=text].form-control, 
#edit_user input[type=email].form-control {border-radius: 4px;}


#edit_user input[type=checkbox] + label {padding-left: 25px; position: relative}


#edit_user input[type=checkbox] + label:before {
	   content: " ";
		display: inline-block;
		position: absolute;
		top: 2px;
		left: -2px;
		margin: 0 5px 0 0;
		width: 16px;
		height: 16px;
		border: 1px solid rgba(255, 255, 255, 0.5);
		box-sizing: border-box;
		border-radius: 2px;
		background: transparent;
	}
	
#edit_user input[type=checkbox]:checked+label:after {display: none}
	
#edit_user input[type=checkbox]:checked+label:before {
    background: #0085F1 url(./images/checked-num.svg) center no-repeat;
    cursor: pointer;
}

#edit_user input[type=checkbox] {
    position: absolute;
    left: -1000%;
    opacity: 0;
}

.modal-content #edit_user .col-sm-12 { padding: 0 15px; width: 100%; float: none;} 
   
.modal-content .personal-page .input-group {width: 100%;}

.modal-content .personal-page input[type="submit"], .modal-content .personal-page .title { margin-left: 15px; margin-right: 15px;}

.modal-content .personal-page .title { margin-bottom: 20px;}

.modal-content .personal-page #edit_user label.error {
	right: 0;
    position: absolute;
    color: red;
    top: -29px;
    font-size: 14px;
	margin-top: 0;}

.modal-content .personal-page .input-group.error { margin-top: 0; }
.personal-page #edit_user .input-group {min-width: 230px;}

.adoptioncert + .link.original:hover {color: #2196F5; }

#edit_user .required {padding-left: 3px;}

@media (max-width: 600px) {
	.modal-content .personal-page #edit_user label.error { top: -29px; font-size: 11px;}   
}

.happy-hippos-row.wwf .flex-hippo-img img.animated-hippo {width: 340px;}

.flex-hippo-img {position: relative;}

.flex-hippo-img .animated-hippo {position: absolute; right: unset; top: -13px; left: 70px;}
    
    
.flex-row.happy-hippos-row.wwf {padding-bottom: 139px;}

.wwf-sertificate .block-history h2 {font-size: 48px; font-weight: 700;}

.wwf-sertificate {padding-top: 26px;}

.flex-row.happy-hippos-row.wwf {margin-top: 25px;}

.content .wwf.title {margin: 16px 0px 35px;}

.flex-hippo-content {font-size: 18px;}

.wwf p {line-height: 1.3;}

.wwf-sertificate .block-history .table-body {margin-top: 25px;}

.wwf-sertificate .block-history .asrt-table-body tbody td {padding: 34px 24px;}

.happy-hippos-row.wwf .btn-wrap {margin-top: 30px;}

.wwf .flex-hippo-content {width: 59%;}

.wwf .flex-hippo-img img:first-child {max-width: 201px}

@media (min-width: 991px) {
	.wwf .flex-hippo-img {
		width: 41%;
	}
}


@media (max-width: 991px) {
	.flex-row.happy-hippos-row.wwf {padding-bottom: 15px;}
    .wwf .flex-hippo-content {width: 100%;}
	.wwf-sertificate {padding-top: 0;}
	.wwf-sertificate .block-history h2 {font-size: 30px;}
	
}

@media (max-width: 1050px) { 
	body .wwf-sertificate .block-history .asrt-table-body tbody td {    padding: 16px 16px;}
}

.main-body-closed .footer {display: none}
.main-body-closed .content, .main-body-closed .subscribe_block {min-height: calc(100vh - 113px);}
.main-body-closed .content {padding-bottom: 0;}

@media (max-width: 991px) { 

	.main-body-closed .subscribe_block > .container {padding: 20px !important;}
	
}
	
@media (max-width: 600px) { 

	.happy-hippos-row.wwf .flex-hippo-img {
		
		display: flex;
		align-self: center;
		margin-bottom: 10px;
	}
	
	.happy-hippos-row.wwf .flex-hippo-img img.animated-hippo {/*left: 25%; max-width: 75%; top: 15%;*/}
	
	.main-body-closed .subscribe_block > .container {padding: 20px !important;}
	.main-body-closed .footer {display: none}
	.main-body-closed .content {min-height: calc(100vh - 96px);}
}

@media (min-width: 320px) and (max-width:991px) {
	.wwf .flex-hippo-img {background: url(./images/cert2.jpg) top left no-repeat; padding-left: 70px; max-width: 410px; margin: 0 auto; background-size: 201px; } 
    
	.wwf .flex-hippo-img .animated-hippo {position: unset;}
	.wwf .flex-hippo-img img:first-child {display: none; }
}

@media (max-width:420px) {
	.wwf .flex-hippo-img {
		padding-left: 15%;
		padding-top: 10%;
	}
}

#navbar ul li {cursor: pointer;}
nav.navbar .dropdown-menu {z-index:0;}
#navbar ul li a {cursor: pointer; z-index:99}