#ReaspektPopupBody{
    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 */
    font-family: Arial;
}
.reaspektGeobaseTitle {
    color: #5c322a;
    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;
}
.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%;
    white-space: nowrap;
    color: #505050;
    text-decoration: none;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
    color: #df964e;
    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/unnamed.gif) no-repeat center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.wrapGeoIpReaspekt {
	position: relative;
	display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt{
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
    line-height: 100%;
    display: inline-block;
    font-size: 14px;
}
.wrapGeoIpReaspekt .linkReaspekt .icon-location{
    color: #eb1d01;
    margin-right: 2px;
    font-size: 0.8em;
}
.wrapGeoIpReaspekt .linkReaspekt .fa{
    font-weight: bold;
    margin-left: 3px;
}
.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: #df964e;
    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 #c7792d;
}
.questionYesReaspekt {
    border-left: 1px solid #f5b06d;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
	background-color: #c7792d;
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
	box-shadow: 0 4px 4px -3px #000 inset;
}
#ReaspektPopupBody{
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 49%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f6f6f6 49%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f6f6f6 49%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    font-family: Arial;
}
.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;
}
.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%;
}
.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/unnamed.gif) 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-radius: 3px;
    font: 14px/18px Arial,sans-serif;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    margin: 0;
    border: 1px solid #e3e3e3;
    background-color: #f8f8f8;
    box-shadow: 0 3px 5px rgba(227,227,227,0.4) inset;
    padding: 0 20px;
    font-size: 15px;
    color: #bcbcbc;
}
#reaspektGeobaseSearch:focus{
    box-shadow: 0 2px 4px -1px #999 inset;
}
.reaspektResultCityAjax {
    background: #f2f2f2 none repeat scroll 0 0;
    overflow: auto;
    margin-bottom: 15px;
    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;
}
.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: #df964e;
    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 #c7792d;
}
.questionYesReaspekt {
    border-left: 1px solid #f5b06d;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
	background-color: #c7792d;
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
	box-shadow: 0 4px 4px -3px #000 inset;
}
#ReaspektPopupBody .ReaspektClosePosition{
    right: 20px;
}

.wrapQuestionReaspekt{
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #56342C;
    padding: 20px;
}

.questionYourCityReaspekt{
    font-family: 'Circe-Light';
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}

.questionCityReaspekt{
    font-family: 'Circe-Light';
    font-size: 18px;
    padding: 0;
    margin-bottom: 15px;
}

.questionCityReaspekt strong{
    font-family: 'Circe-Bold';
}

.questionButtonReaspekt{
    display: flex;
    justify-content: space-between;
    background: none;
}

.questionNoReaspekt, .questionYesReaspekt{
    max-width: 108px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #D4995B;
    border-radius: 5px;
    transition: .5s;
    padding: 10px 40px;
}

.questionNoReaspekt{
    color: #DF964E;
    margin-right: 10px;
}

.questionYesReaspekt{
    background: #D4995B;
}

.questionNoReaspekt:hover, .questionYesReaspekt:hover{
    background: #D4995B;
}

.questionNoReaspekt:hover{
    color: #fff;
}

#ReaspektPopupBody{
    width: 637px;
    /* height: 413px; */
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
    /*border-radius: 10px;*/
    background: #fff;
    padding: 40px;
}

.reaspektGeobaseFind{
    position: relative;
}

.reaspektGeobaseFind::before{
    content: 'Введите название города';
    position: absolute;
    top: -14px;
    left: 31px;
    font-size: 13px;
    color: #000000;
    background: #fff;
    padding: 5px 10px;
}

#reaspektGeobaseSearch{
    max-width: 435px;
    font-family: 'Circe-Regular';
    font-size: 18px;
    color: #000000;
    border: 2px solid #D4995B;
    border-radius: 50px;
    background: #fff;
}

#reaspektGeobaseSearch::placeholder{
    font-family: 'Circe-Light';
    font-size: 18px;
    color: #AFAFAF;
}

#reaspektGeobaseSearch:focus {
    box-shadow: none;
}

.reaspektGeobaseTitle{
    font-family: 'Circe-Light';
    font-size: 24px;
    color: #000000;
    text-transform: initial;
}

.reaspektGeobaseCities .reaspektGeobaseAct a, .reaspektGeobaseCities .reaspektGeobaseAct strong{
    font-family: 'Circe-Light';
    font-size: 18px;
    color: #000000;
}

.reaspektGeobaseAct_bold{
    font-weight: bold;
}

.reaspektGeobaseCities .reaspektGeobaseAct a:hover{
    text-decoration: none;
}

.reaspektGeobaseCities .reaspektGeobaseAct strong{
    color: #D4995B;
}

.reaspektResultCityAjax{
    background: #fff;
}

.reaspektResultCityAjax::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.reaspektResultCityAjax::-webkit-scrollbar-thumb {
    background: #D4995B;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.reaspektResultCityAjax::-webkit-scrollbar-thumb:hover {
    background: #d4995bdb;
}

.reaspektResultCityAjax::-webkit-scrollbar-track {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.reaspektSearchCity, .reaspektNotFound, .reaspektSearchCity a{
    display: block;
    font-family: 'Circe-Light';
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding: 11px 20px;
}

.reaspektSearchCity a:hover{
    text-decoration: none;
    background: #F1F1F1;
}

@keyframes preloader {
    100% {
        transform: rotate(360deg);
    }
}

#reaspekt_preloader{
    background-color: initial;
    /*animation: preloader 1s infinite linear;*/
}

#ReaspektPopupBody #ReaspektCloseBtn{
    width: 32px;
    height: 32px;
    opacity: 0.3;
    background: none;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
    background: none;
    opacity: 1;
}

/*#ReaspektCloseBtn::before, #ReaspektCloseBtn::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 15px;*/
/*    width: 3px;*/
/*    height: 24px;*/
/*    background: #0A0B11;*/
/*}*/

/*#ReaspektCloseBtn::before{*/
/*    transform: rotate(45deg);*/
/*}*/

/*#ReaspektCloseBtn::after{*/
/*    transform: rotate(-45deg);*/
/*}*/

@media (max-width: 700px) {
    #ReaspektPopupBody{
        width: calc(100% - 20px);
    }
}

@media (max-width: 640px) {
    #ReaspektPopupBody .ReaspektClosePosition {
        right: 40px;
        top: -20px;
    }

    #ReaspektPopupBody{
        padding: 60px 15px;
    }

    #reaspektGeobaseSearch{
        max-width: 100%;
    }

    .reaspektGeobaseTitle{
        text-align: center;
    }

    .reaspektGeobaseCities .reaspekt_col-sm-4{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .reaspektGeobaseCities .reaspektGeobaseAct{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 425px) {
    .reaspektGeobaseTitle{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reaspektGeobaseCities .reaspektGeobaseAct a, .reaspektGeobaseCities .reaspektGeobaseAct strong{
        font-size: 15px;
    }
}
#ReaspektPopupBody{
    padding: unset !important;
}
#ReaspektPopupBody #ReaspektCloseBtn{
    top:20px !important;
    right: 15px !important;
    color: #3D3D3D !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
