.popup_content {
    /*border: 1px solid #d6d4d4;*/
    overflow: hidden;
    z-index: 8009 !important;
    position: relative;
    top: 40px;
    /*padding: 10px 10px 10px 0;*/
    background: #fff;
    min-height: 150px;
    max-width: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.simple_popup_wrapper {
    color: #000;
    position: fixed;
    z-index: 8009 !important;
}
.popup_title {
    position: absolute;
    z-index: 8009 !important;
    height: 0;
}
.popup_title div {
    white-space: nowrap;
    padding: 10px 20px;
    color: #fff;
}
.simple_popup_wrapper.footerRight .popup_title div {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.simple_popup_wrapper.footerLeft .popup_title div {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.simple_popup_wrapper.footerRight .popup_title div {
    transform-origin: right bottom !important;
    -moz-transform-origin: right bottom !important;
    -ms-transform-origin: right bottom !important;
    -o-transform-origin: right bottom !important;
    -webkit-transform-origin: right bottom !important;
}
.simple_popup_wrapper.footerLeft .popup_title div {
    transform-origin: left bottom !important;
    -moz-transform-origin: left bottom !important;
    -ms-transform-origin: left bottom !important;
    -o-transform-origin: left bottom !important;
    -webkit-transform-origin: left bottom !important;
}
.popup_title div:after {
    font-size: 16px;
    font-weight: 600;
}

.simple_popup_wrapper.footerRight .popup_content {
    padding-right: 10px;
}
.simple_popup_wrapper.footerLeft .popup_content {
    padding-left: 10px;
}

@media (max-width: 991px){
    .simple_popup_wrapper {
        display: none !important;
    }
}
.simple_popup_wrapper_top {
    z-index: 9996;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 5px 15px;
}
.simple_popup_wrapper_top .left_side {
    width: 99%;
}
.simple_popup_wrapper_top .right_side {
    width: 1%;
}
.simple_popup_wrapper_top .right_side::after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
}
@media (max-width: 991px){
    .simple_popup_wrapper_top {
        display: none !important;
    }
}

.simple_popup_wrapper_phone {
    position: fixed;
    bottom: 23px;
    left: 23px;
    background: #182c53;
    padding: 10px;
    border-radius: 3px;
    z-index: 999999999998;
}
.simple_popup_wrapper_phone.custom_shadow {
    box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;
}
.simple_popup_wrapper_phone .icon-bars {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform-origin: center;
    transform-origin: center;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #555;
}
.simple_popup_wrapper_phone .icon-bars::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #555;
    transition: transform .3s,background-color .3s;
    transform: translateY(-5px);
}

.simple_popup_wrapper_phone.visible .icon-bars {
    background-color: transparent;
}

.simple_popup_wrapper_phone.visible .icon-bars::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.simple_popup_wrapper_phone.visible .icon-bars::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.simple_popup_wrapper_phone .icon-bars::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #555;
    transition: transform .3s,background-color .3s;
    transform: translateY(5px);
}

.simple_popup_wrapper_phone .open_popup_list {
    color: #555;
    width: 15px;
    height: 15px;
    z-index: 2147483636;
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    animation: gscw-fadeInUp .4s;
    transition-property: transform,color,background-color,border-color,left,opacity;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
	margin: 0 0 2px 2px;
	display: flex;
}

.simple_popup_wrapper_phone .open_popup_list .times {
    color: #fff;
	font-size: 16px;
	margin: 0 0 0 2px;
	display: none;
}

.simple_popup_wrapper_phone .open_popup_list .popup-registration {
    color: #fff;
	font-size: 16px;
	margin: 0 0 0 2px;
	display: none;
    position: absolute;
    margin-left: 35px;
	text-transform: uppercase;
}

.simple_popup_wrapper_phone .popups_list {
    left: 22px;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: scale(1);
    visibility: visible;
    position: fixed;
    bottom: 23px;
    min-width: 200px;
    max-width: calc(100% - 44px);
    background: #182c53;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;
    overflow: hidden;
    visibility: hidden;
    z-index: 2147483635;
    -ms-transform: scale(0);
    transform: scale(0);
    padding-bottom: 35px;
    transition-property: visibility,transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-delay: 0s;
}

.simple_popup_wrapper_phone .popup_list_visible {
    visibility: visible;
    transform: scale(1);
}
.popups_list .simple_popup_phone {
    width: 100%;
    padding: 12px 16px;
    border-bottom: dashed 1px #31446d;
}
.popup_list_visible .popup_title_phone {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.simple_popup_group_mobile {
    color: #605745!important;
    background: #eae9e7!important;
    will-change: transform;
    position: relative;
    margin: auto;
    padding: 22px 16px;
    box-shadow: 0 12px 27.26px 1.74px rgba(0,0,0,.4);
    border-radius: 4px;
    text-align: left;
    min-width: 250px;
    max-width: 80wv;
    transition-property: height,margin;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-delay: 0s;
}
.popup_group_wrapper {
    display: none;
    background: rgba(77,77,77,.65);
    z-index: 2147483670!important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .4s cubic-bezier(.455,.03,.515,.955);
    justify-content: center;
    align-items: center;
}
.popup_group_close {
    position: absolute;
    right: -5px;
}
.popup_group_close::after {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #605745;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
}

@media (min-width: 991px){
    .simple_popup_wrapper_phone {
        display: none !important;
    }
}

.simple_popup_wrapper_top_mobile {
    position: fixed;
    bottom: 23px;
    left: 23px;
    max-width: 60vw;
    padding: 10px 15px;
    border-radius: 3px;
    z-index: 999999999999;
}
.simple_popup_wrapper_top_mobile > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.simple_popup_wrapper_top_mobile a, .simple_popup_wrapper_top_mobile b {
    color: #fff;
}

@media (min-width: 991px){
    .simple_popup_wrapper_top_mobile {
        display: none !important;
    }
}

.asdata_extended_popup {
    padding: 0 !important;
    border-radius: 10px;
}
.asdata_extended_popup .fancybox-close-small::after {
    font-size: 30px;
    color: #ffffffe8;
}
.asdata_extended_popup .fancybox-close-small:hover::after {
    background: none !important;
    color: #ffffffe8;
}

@media (max-width: 991px){
    .asdata_extended_popup {
        width: 80vw;
    }
}

#hw-87kwowifjjowiklsadh666left {
    top: 98px !important;
}
.asdata_extended_popup_static  {
    position: fixed !important;
    z-index: 999999999999999999;
}
.extended-popup-close::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1200px){
    .asdata_extended_popup_static {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.img-width-100 {
    width: 100%;
}
