#ReaspektPopupBody{
	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%; top: 50%;
    transform: translate(-50%, -50%)
}
.reaspektGeobaseTitle {
    font-weight: normal;
    color: #1b1e25;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 32px;
}

.reaspekt_row{display: flex}
.reaspekt_col_5,
.reaspekt_col_6,
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
    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_5:first-child .reaspektGeobaseAct:nth-child(7){margin-bottom: 20px}
.reaspektGeobaseCities .reaspekt_col_6:first-child .reaspektGeobaseAct:nth-child(8){font-weight: bold;}
*/
/* .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: #363636;
    white-space: nowrap;
    text-decoration: none;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
    color: #000000;
    text-decoration: underline;
}
.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 {
    display: flex;
    justify-content: center;
    align-items: self-start;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	white-space: nowrap;
	z-index: 15;
    background: rgba(0, 0, 0, 0.5);
}
.wrapQuestionReaspekt-container {
    position: relative;
    top: 20%;
    width: calc(100% - 40px);
    max-width: 600px;
    padding: 60px;
    background-color: #ffffff;
}

.wrapQuestionReaspektBtnClose {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: 0;
    padding: 5px;
    cursor: pointer;
    transition: transform 300ms;
}

.wrapQuestionReaspektBtnClose:hover {
    transform: rotate(90deg);
}

.questionYourCityReaspekt{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 25px 20px;
    text-align: center;
    color: #999999;
}

.questionCityReaspekt{
	font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 35px;
    white-space: normal;
}

.questionButtonReaspekt {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.questionNoReaspekt,
.questionYesReaspekt {
    border-radius: 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 15px 35px;
    border: 1px solid transparent;
	cursor: pointer;
    background: #ff1820;
    color: #fff;
}

.questionNoReaspekt {
    background: #fff;
    border-color: #EDEDED;
    color: #000;
}

.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 {
    padding: 14px 45px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    background: #FBFCFD;
    color: #404040;
    font-size: 14px;
    line-height: 1;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color, border-color, background-color;
    -ms-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    box-sizing: border-box;
}
.reaspektGeobaseFind:after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
    background: url("/bitrix/templates/universe_s3_xm/images/search.svg?1");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.reaspektResultCityAjax {
    background: #fff none repeat scroll 0 0;
/*     height: 140px; */
    overflow: auto;
    padding: 10px;
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.reaspektSearchCity {
    line-height: 26px;
    padding: 5px 0;
}
.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;
}

.wrapQuestionReaspekt.wrapHide {
    display: none;
}

@media (max-width: 580px) {
    .wrapQuestionReaspekt-container {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    .questionNoReaspekt, .questionYesReaspekt {
        width: 100%;
    }
}

/*.reaspektGeobaseAct.delivery{position:relative}
.reaspektGeobaseAct.delivery::before {background-image: url('./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 {}*/
