

/* Start:/local/components/reaspekt/reaspekt.geoip/templates/custom/style.css?17053154719408*/
.wrapGeoIpReaspekt {margin-top:12px;}

select.cityLinkPopupReaspekt {
	font-family: Tahoma;
}
#ReaspektPopupBody{
	background: #fff!important;
	font-family: Arial;
}
.reaspektGeobaseTitle {
	font: bold 18px/47px Arial,Helvetica,sans-serif;
	color: #454545;
	width: 149px;
	white-space: nowrap;

}
.reaspekt_row {
	margin-left: -15px;
	margin-right: -15px;
}
.reaspekt_row:after {
	clear: both;
}
.reaspekt_row:before, .row:after {
	content: " ";
	display: table;
}
.reaspekt_clearfix:before,
.reaspekt_clearfix:after {
	content: "";
	display: table;
}
.reaspekt_clearfix:after {
	clear: both;
}
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.reaspekt_col-sm-12 {
	width: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct{

}
.reaspektGeobaseCities .reaspektGeobaseAct a,
.reaspektGeobaseCities .reaspektGeobaseAct strong{
	display: block;
	font-size: 13px;
	min-width: 110px;
	line-height: 13px;
	color: #363636;
	white-space: nowrap;
	margin-bottom: 15px;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
	color: #000000;
	text-decoration: underline;
}
.reaspektGeobaseFind {
	margin: 0 0 25px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}

#reaspekt_preloader {
	background: rgba(255, 255, 255, 0.3) url(/local/css/reaspekt/reaspekt.geobase/images/preloader.png) no-repeat center center;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}

.wrapGeoIpReaspekt {
	position: relative;
	display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt{
	/*color: #1989CB;
	text-decoration: none;
	border-bottom: 1px dashed #1989CB;
	cursor: pointer;
	line-height: 100%;
	display: inline-block;*/
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
	border-bottom-color: transparent;
}
.wrapQuestionReaspekt{
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 5;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 -1px 7px -1px #000;
	margin-top: 10px;
}
.wrapQuestionReaspekt:before{
	position: absolute;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: block;
	right: 50%;
	bottom: 100%;
}
.questionYourCityReaspekt{
	padding: 10px 10px 5px;
}
.questionCityReaspekt{
	padding: 0 10px 10px;
}
.questionButtonReaspekt {
	background-color: #e5e0d5;
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	overflow: hidden;
}
.questionNoReaspekt, .questionYesReaspekt {
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	line-height: 100%;
	padding: 10px;
	text-align: center;
	width: 50%;
	cursor: pointer;
}
.questionNoReaspekt{
	border-right: 1px solid #005287;
}
.questionYesReaspekt {
	border-left: 1px solid #d22234;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
	background-color: #18A5F7;
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
	box-shadow: 0 4px 4px -3px #000 inset;
}
.reaspekt_geobase_title {
	color: #363636;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.reaspekt_row {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.reaspekt_row:after {
	clear: both;
}
.reaspekt_row:before, .row:after {
	content: " ";
	display: table;
}
.reaspekt_clearfix:before,
.reaspekt_clearfix:after {
	content: "";
	display: table;
}
.reaspekt_clearfix:after {
	clear: both;
}
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.reaspekt_col-sm-4 {
	width: 20%;
}
.reaspekt_col-sm-12 {
	width: 100%;
}
.reaspekt_geobase_cities .reaspekt_geobase_act{
	margin-bottom: 15px;
	line-height: 100%;
}
.reaspekt_geobase_cities .reaspekt_geobase_act a,
.reaspekt_geobase_cities .reaspekt_geobase_act strong{
	font-size: 14px;
	line-height: 100%;
	color: #363636;
	white-space: nowrap;
}
.reaspekt_geobase_cities .reaspekt_geobase_act a:after {
	background: #407da6 none repeat scroll 0 0;
}
.reaspekt_geobase_find {
	margin: 0 0 25px 0;
	position: relative;
}


#reaspektGeobaseSearch {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	color: #363636;
	font: 14px/18px Arial,sans-serif;
	height: auto;
	padding: 7px 8px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width: calc(100% - 150px);
	box-sizing: border-box;
}

.reaspektResultCityAjax {
	background: #fff none repeat scroll 0 0;
	height: 140px;
	overflow: auto;
	padding: 10px;
	top: 100%;
	width: 100%;
	z-index: 3;
}
.reaspektSearchCity {
	line-height: 26px;
}
.reaspektSearchCity a{
	color: #363636;
	font-size: 14px;
	line-height: 100%;
}
.reaspektSearchCity a:hover{
	text-decoration: underline;
}
.wrapGeoIpReaspekt {
	position: relative;
	display: inline-block;
	font-size: 12px;
	margin-left: 20px;
}
.wrapGeoIpReaspekt .linkReaspekt{
	text-decoration: none;
	border: none;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	line-height: 100%;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
	border-bottom: 1px solid #000000;
}
.wrapGeoIpReaspekt .linkReaspekt option {
	display: none;
}
.wrapQuestionReaspekt{
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 5;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 -1px 7px -1px #000;
	margin-top: 10px;
}
.wrapQuestionReaspekt:before{
	position: absolute;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: block;
	right: 50%;
	bottom: 100%;
}
.questionYourCityReaspekt{
	padding: 10px 10px 5px;
}
.questionCityReaspekt{
	padding: 0 10px 10px;
}
.questionButtonReaspekt {
	background-color: #a8a8a8;
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	overflow: hidden;
}
.questionNoReaspekt, .questionYesReaspekt {
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	line-height: 100%;
	padding: 10px;
	text-align: center;
	width: 50%;
	cursor: pointer;
}
.questionNoReaspekt{
	border-right: 1px solid #005287;
}
.questionYesReaspekt {
	border-left: 1px solid #ffffff;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
	background-color: #d22234;
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
	box-shadow: 0 4px 4px -3px #000 inset;
}

@media (max-width: 500px) {
	.reaspekt_col-sm-4 {
		width: 100% !important;
	}
}

.reaspektNotFound {
	font-size: 14px;
	line-height: 18px;
}

.ReaspektPopupOverlay {
	height: 100%;
	left: 0;
	opacity: 0.3!important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
	position: absolute !important;
	padding: 30px 50px;
	left: 0;
	top: 0;
	/*width: 500px;
	min-height: 100%;
	height: 1000px;*/
	z-index: 510;
	background-color: #fff;
	box-shadow: 0px 0px 15px #858585!important;
	box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
	top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/components/reaspekt/reaspekt.geoip/templates/custom/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/components/reaspekt/reaspekt.geoip/templates/custom/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}

/*************************************************************/

.reaspekt-popup__title{
	margin: 0 0 15px;
	font: bold 30px/46px Arial,Helvetica,sans-serif;
	color: #454545;
}

.symbol-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: flex;
}

.symbol-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 25px;
	height: 25px;
	font: 18px/20px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #a3a3a3;
}
.symbol-list li a{
	color: #000;
}

.symbol-list li a:hover {
	color: #f26522;
}
.super-cities {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 10px 0px;
}
.super-cities a{
	margin-right: 10px;
}
.reaspekt_col-sm-4._wide{
	width: 100%;
	padding: 0;
	margin: 0;
}
.reaspektReset{
	display: none;
	position: absolute;
	right: 0;
	top:0;
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	background: #fff;
	z-index: 500;
}
.reaspektReset:after{
	content: ' x';
	color: #f26522;
	font-size: 16px;
}
.reaspektReset:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

@media screen and (max-width: 930px) {
	.wrapGeoIpReaspekt {
		margin: 0;
		font-size: 16px;
	}
	#ReaspektPopupBody{
		padding: 10px!important;
		max-width: calc(100% - 50px);
	}
	#ReaspektPopupContainer {
		padding: 0px;
		max-width: calc(100% - 1px)!important;
	}
	.reaspekt_col-sm-4, .reaspekt_col-sm-4._wide{
		width: 200px;
		max-width: 200px;
		padding-left: 15px;

	}
	.symbol-list{
		max-width: 100%;
		flex-wrap: wrap;
	}
	.reaspektGeobaseFind{
		flex-wrap: wrap;
	}
	#reaspektGeobaseSearch {
		width: 100%;
	}
	.reaspekt-popup__title {
		/* display: none; */
		font-size: 22px;
	}
	#ReaspektPopupBody #ReaspektCloseBtn{
		right: 10px;
		top: 10px;
		z-index: 600;
	}
	.reaspektReset{
		right: 10px;
	}
}


/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1705315471974*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */
/* /local/components/reaspekt/reaspekt.geoip/templates/custom/style.css?17053154719408 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1705315471974 */
