

/* Start:/local/components/reaspekt/reaspekt.geoip/templates/dalkos/style.css?17629282929049*/
#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/dalkos/images/close-button-sprite.png") no-repeat top;*/
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%230077ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
}
.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*/
}
.wrapGeoIpReaspekt p{
	margin:0;
}
.wrapGeoIpReaspekt .location span{
	color: #222428;
    font-size: calc(1rem - 2px);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background: url(/images/location.svg?1) no-repeat left center;
    padding: 5px 0 5px 20px;
    text-align: right;
}
.wrapGeoIpReaspekt .location span:hover{
	color: #0077ff;
    background: url(/images/location1.svg?1) no-repeat left center;
}
#ReaspektPopupBody{
    position: fixed;
    padding: 30px 50px;
	min-width: 350px;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 49%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 49%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 49%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
    height: calc(100vh - 130px);
    max-height: 100%;
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: var(--theme-button-border-radius);
}
.reaspektGeobaseTitle {
    color: #363636;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#ReaspektPopupBody .reaspektGeobaseWrapperPopup .reaspektGeobaseCities{
    height: calc(100% - 50px);
    overflow: auto;
    max-height: 100%;
}
#ReaspektPopupContainer, #ReaspektPopupContainer .reaspektGeobaseWrapperPopup{display: block;height: 100%;}

.reaspekt_row{display: flex}
.reaspekt_col_6{
    box-sizing: border-box;
    min-height: 1px;
    /*padding-left: 25px;*/
    padding-right: 15px;
    position: relative;
    float: left;
}

.reaspekt_col_5 {
    width: 20%;
}
.reaspekt_col_5 {
    width: calc(100% / 6);
}
.reaspekt_col-sm-4 {
    width: 33.3333%;
}
.reaspekt_col-sm-12 {
    width: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct{
	margin-bottom: 10px;
	line-height: 100%;
}
/* .reaspektGeobaseCities .reaspekt_col_6:first-child .reaspektGeobaseAct:nth-child(11){margin-bottom: 27px;} */
.reaspektGeobaseCities .reaspektGeobaseAct a,
.reaspektGeobaseCities .reaspektGeobaseAct strong{
	font-size: 14px;
    line-height: 100%;
	color: var(--white_text_black);
    white-space: nowrap;
    text-decoration: none;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
    color: var(--fill_dark_light_hover);
    text-decoration: none;
}
.reaspektGeobaseFind {
    margin: 0 0 25px 0;
    position: relative;
}

#reaspekt_preloader {
    background: rgba(0, 0, 0, 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;
	line-height: 1;
}
.wrapGeoIpReaspekt .linkReaspekt{
	color: #333;
    text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
	border-bottom-color: transparent;
}
.wrapQuestionReaspekt{
	position: absolute;
	top: 100%;
    margin-top: 10px;
    left: calc(100% - 20px);
    transform: translate(calc(-100% + 20px), 0%);
	white-space: nowrap;
	z-index: 15;
	background-color: #ffffff;
	border-radius: var(--theme-button-border-radius);
	box-shadow: 0 -1px 7px -1px #000;
}
.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{
	text-align: left;
	padding: 10px 10px 5px;
	font-weight: 500;
}
.questionCityReaspekt{
	padding: 0 10px 5px;
	font-weight: 500;
}
.questionButtonReaspekt {
    background-color: #fff;
    border-radius: var(--theme-button-border-radius);
    color: #ffffff;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    padding: 0 10px 5px;
}
.wrapQuestionReaspekt .questionButtonReaspekt .questionNoReaspekt, .wrapQuestionReaspekt .questionButtonReaspekt .questionYesReaspekt {
    box-sizing: border-box;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: calc(50% - 3px);
    cursor: pointer;
}
.questionNoReaspekt{
    border-right: 1px solid #fff;
}

.reaspekt_geobase_title {
    color: #363636;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.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;
}

#reaspekt_preloader {
    background: rgba(0, 0, 0, 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;
}

#reaspektGeobaseSearch {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #363636;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #363636;
    font-size: 14px;
    height: auto;
    padding: 7px 8px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
    box-sizing: border-box;
}

.reaspektResultCityAjax {
    background: #fff none repeat scroll 0 0;
/*     height: 140px; */
    overflow: auto;
    padding: 10px;
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
}
.reaspektSearchCity {
    line-height: 26px;
}
.reaspektSearchCity a{
    color: #363636;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none
}
.reaspektSearchCity a span{font-size: small}
.reaspektSearchCity a:hover{
    text-decoration: underline;
}


.reaspektGeobaseAct.delivery{position:relative}
.reaspektGeobaseAct.delivery::before {background-image: url('/local/components/reaspekt/reaspekt.geoip/templates/dalkos/./images/delivery.png');background-size: contain;background-repeat: no-repeat;content: '';display: block;height: 14px;left: -26px;position: absolute;   top: 2px;width: 25px}
.reaspektGeobaseAct.delivery:hover {}

@media screen and (max-width: 1280px) and (min-width: 769px) {
	#ReaspektPopupBody{
		width: 90%;
	}
	.reaspektGeobaseWrapperPopup .reaspektGeobaseCities .reaspekt_row{
	    flex-direction: column;
		max-height: 2900px;
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
    .ReaspektPopupOverlay{z-index: 997;}
    #ReaspektPopupBody{
        height: calc(100vh - 240px);
        margin-top: 40px;
        z-index: 997;
    }
    .wrapQuestionReaspekt{
        left: 100%;
        transform: translate(-55%, 0%);
    }
    .wrapGeoIpReaspekt .location span{
		padding: 10.5px 12px;
		background-position: center;
	}
	.wrapGeoIpReaspekt .location span:hover{
		background-position: center;
	}
}

@media (max-width: 768px) {
	#ReaspektPopupBody{
		max-width: 95%;
		width: 95%;
	}
	.reaspektGeobaseWrapperPopup .reaspektGeobaseCities{
		height: calc(100% - 60px);
        overflow: auto;
        margin: 20px
	}
	.reaspektGeobaseWrapperPopup .reaspektGeobaseCities .reaspekt_row{
        flex-direction: column;
	}
	.reaspektGeobaseWrapperPopup .reaspektGeobaseCities .reaspekt_row .reaspekt_col_6{
		padding: 0;
	}
}
@media (max-width: 430px) {
    #ReaspektPopupBody{
		height: 95%;
        margin-top: 0;
	}
}

/* End */
/* /local/components/reaspekt/reaspekt.geoip/templates/dalkos/style.css?17629282929049 */
