#ReaspektPopupBody {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}

#ReaspektPopupBody input {
    outline: none;
    width: 100%;
    max-width: 100%;
    padding: 4px 10px;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #D9D9D9;
    background: #FFF;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    height: 52px;
    line-height: 52px;
}

#ReaspektPopupBody #ReaspektCloseBtn {
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 9999;
    top: 6px;
    right: 6px;
    padding: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    overflow: visible;
    display: block;
    line-height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    background-image: none !important;
}

#ReaspektPopupBody #ReaspektCloseBtn:before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    fill: currentcolor;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4xIiB4MT0iMSIgeTE9IjEiIHgyPSIxMyIgeTI9IjEzIj48L2xpbmU+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgeDE9IjEzIiB5MT0iMSIgeDI9IjEiIHkyPSIxMyI+PC9saW5lPjwvc3ZnPg==) no-repeat 50% 50% transparent;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reaspektGeobaseTitle {
    background: #ffffff;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    color: #1B1B1B;
    padding: 10px 0px 20px;
}

.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-4 {
    width: 33.3333%;
}

.reaspekt_col-sm-12 {
    width: 100%;
}

.reaspektGeobaseCities .reaspektGeobaseAct {
    margin-bottom: 15px;
    line-height: 100%;
}

.reaspektGeobaseCities .reaspektGeobaseAct a,
.reaspektGeobaseCities .reaspektGeobaseAct strong {
    font-size: 14px;
    line-height: 100%;
    color: #1b1b1b;
    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;
    display: inline-block;
}

.wrapGeoIpReaspekt .linkReaspekt {
    color: #1b1b1b;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
    display: inline-block;
    min-width: 140px;
    min-height: 16px;
}

.wrapGeoIpReaspekt .linkReaspekt:hover {
    border-bottom-color: transparent;
}

.wrapQuestionReaspekt {
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 550;
    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;
    left: 15%;
    bottom: 100%;
}

.questionYourCityReaspekt {
    padding: 10px 10px 5px;
}

.questionCityReaspekt {
    padding: 0 10px 10px;
}

.questionButtonReaspekt {
    background-color: #fcd019;
    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;
}

.questionYesReaspekt {
    border-left: 1px solid #fff;
}

.questionNoReaspekt:hover,
.questionYesReaspekt:hover {
    background-color: #fbda40;
}

.questionNoReaspekt:active,
.questionYesReaspekt:active {
    box-shadow: 0 4px 4px -3px #000 inset;
}