

.justifyleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.justifyright {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearfix,
p:after {
	clear:both;
}


.f-mobile {
	color: #FFF;
	background: url(../img/ico-mobile.png) no-repeat left top;
	padding-left: 30px;
	height: 24px;
	display: block;
}

@media only screen and (min-width: 20px) and (max-width: 991px)  {

	.adr-row {
		position: relative;			
		width: 100%;		
	}
	.adr-row .adr-table {		
		display: table;
		width: 100%;		
	}
	
	.adr-row div.adr-left {
		width: 68%;		
		display:table-cell;
		text-align: left;	
		line-height: 15px;	
		padding-right: 15px;		
	}
	.adr-row div.adr-right {
		width: 28%;
		height: 100%;
		min-height: 100%;
		min-height: 100%;
		
		display:table-cell;
		vertical-align: middle;
	}

	.adr-row div.last-adr-col {
		font: 18px 'pt_sansbold';
		line-height: 20px;
		display: block;
		float: none;
		width: auto;
		
		text-align: right;
		/*padding-right: 38px;*/
	}
	
	.adr-row div.adr-col-desc,
	.adr-row div.adr-col-addr {
		margin: 0px 0px 0px 0px;
		display: inline;
		width: auto;	
		float: none;
		
	}
	.adr-row div.adr-col-metro {		
		margin: 5px 0px 0px 0px;
		width: 100%;	
		display: block;
		text-align: left;
	}

	.adr-row div.adr-col-rajon {
		display: none;
	}
	.adr-row  div.adr-col-pic {
		width: 24px;		
		position: absolute;
		top: 50%;
		margin-top: -12px;
		right: 17px;
		display: none;
	}
	
	
	.checking-links .check-loto-item {
		border: 1px solid #cbcbcb;
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		border-radius: 7px;
		padding: 16px 20px;
		margin: 0px 0px 3.3% 3.3%;
		width: 45%;
		float: left;
		
		background: #fff;
		
		
	}
	.checking-links .check-loto-item img {
		height: 90%;
		width: 90%;
		
		max-width: 200px;
		max-height: 150px;
	}
	
	
	
	

}
@media only screen and (min-width: 20px) and (max-width: 491px) {

	.adr-row  div {
		font-size: 11px;	
	}
	.adr-row  div.last-adr-col {		
		font-size: 12px;
		line-height: 12px;
		/*padding-right: 20px;*/
	}
	.adr-row  div.adr-col-pic {		
		width: 18px;
		margin-top: -9px;
		line-height: 11px;
		right: 11px;		
	}
	.adr-row  div.adr-col-pic > img {		
		width: 100%;
	}


}


.box-select__point {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 7px;
	padding: 0px 10px;
	
	height: 36px;
	line-height: 32px;
	
	border: 1px solid #d6d6d6;
	border-radius: 5px;	

	text-decoration: none;
	min-width: 105px;
	text-align: center;
	color: #606060;
}
.box-select__point:hover,
.point_active {
	border: 2px solid #0073c8;	
	line-height: 30px;
	
	padding: 0px 9px;
}

