.btn {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 38px;
    transition: background-color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.btn_blue {
    font-size: 12px;
    line-height: 32px;
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 0 20px;
    letter-spacing: 0;
}

.slotsSheetBoxInfoContent__btn {
    width: 100%;
    height: auto;
    padding: 12px 0;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
    /*font-weight: 400;*/
    line-height: 16px;
    text-align: center;
}

.slot_single_header {
    background: #000;
    clear: both;
}
.slot_single_header_inner_container {
    width: 100%;
    /*height: 617px;*/
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.slot_single_header_inner_buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slot_single_header_inner_buttons a:hover {
    color: #ffffff;
}

.slot_single_header_inner_buttons .slot_btn_money {
    display: block;
    width: 340px;
    height: 50px;
    border-radius: 2px;
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    padding:0;
    margin-bottom: 20px;
}
.slot_single_header_inner_buttons .slot_btn_free {
    display: block;
    width: 340px;
    height: 50px;
    background-color: rgba(21, 18, 25, 0.7);
    border: 1px solid rgba(226, 227, 229, 0.5);
    border-radius: 2px;
    color: white;
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    padding:0;
}
.slot_single_header_inner_buttons .slot_btn_free span:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-right: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAbFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////82G0A9AAAAI3RSTlMAdjoD5XUW671NC+32kCXPYBKl8pW8TAjoehurBf3YYw8qAgNjVWYAAAABYktHRACIBR1IAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAASklEQVQI1zXMRRaAMBRD0VJcW9w1+98jp+ST0Z3kKU/7ikMQRlQMJGnmlAMoykoEGFuLgOZX24n6Yfw0zQsfq95cZT/Oi2V7P8QLlq4HTpmDi7cAAAAASUVORK5CYII=');
}
.slot_single_header_inner_buttons .slot_btn_free:hover,
.slot_single_header_inner_buttons .slot_btn_free:focus {
    background-color: rgba(21, 18, 25, 0.9);
}

#slot_single_header_inner_iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: #000;
    text-align: center;
}
#slot_single_header_inner_iframe iframe {
    width: 100% !important;
    height: 100% !important;
}
#slot_single_header_inner_iframe object {
    max-height: 100%;
}

.slot_single_header_fullScreen {
    position: absolute;
    top: 20px;
    right: 12px;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    opacity: .6;
    transition: all .2s ease;
    display: none;
}
.slot_single_header_fullScreen:hover {
    opacity: 1;
}

.slot_single_header_fullScreen svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    fill: #fff;
    overflow: visible;
    transition: all .3s;
}




.slot_single_casino_scroller_section {
    background: #eeeded;
    padding: 30px 0;
}
.slot_single_casino_scroller_section h1 {
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
}

.slot_single_casino_scroller_wrap {
    position: relative;
}

.slot_single_casino_scroller_wrap_inner {
    width: 100%;
    height: 235px;
    overflow: hidden;
    padding-top: 23px;
    background-image: url('../img/scroller-shadow.png');
    background-position: right top;
    background-repeat: no-repeat;
}
.slot_single_casino_scroller_wrap_inner_not_shadow {
    background-image: none;
}

.slot_single_casino_scroller {
    width: 1150px;
}

.slot_single_casino_scroller_item {
    width: 210px !important;
    float: left;
    margin-right: 20px;
}
.slot_single_casino_scroller_item_inner {
    width: 210px;
    position: relative;
}

.slot_single_casino_scroller_item_thumb {
    background: url("../img/svg/loader.svg") no-repeat center;
    display: block;
    width: 210px;
    height: 118px;
    margin-bottom: 10px;
}
.slot_single_casino_scroller_item_thumb img {
    display: block;
    width: 210px;
    height: 118px;
    opacity: 0;
    border-radius: 3px;
}
.slot_single_casino_scroller_item .btn--play {
    display: block;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
}
.slot_single_casino_scroller_item_title {
    color: var(--theme-color-1);
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
}
.slot_single_casino_scroller_item_title a {
    color: var(--theme-color-1);
}
.slot_single_casino_scroller_item_title a:hover,
.slot_single_casino_scroller_item_title a:focus {
    color: #cb262c;
}
.slot_single_casino_scroller_item_meta {
    margin-top: -3px;
}

.slot_single_casino_scroller_item ul.sid_pfm_rating {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
    margin-right: 8px;

}
.slot_single_casino_scroller_item ul.sid_pfm_rating .c-rating__item {
    display: inline-block;
    background-position: 0 0;
    background-size: 30px 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    cursor: auto;
    vertical-align: middle;
}
.slot_single_casino_scroller_item ul.sid_pfm_rating .c-rating__item.is-active, .c-rating__item:hover {
    background-position: right 0;
}
.slot_single_casino_scroller_item ul.sid_pfm_rating .c-rating__item span {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: 15px 0;
    background-size: 30px 15px;
}
.slot_single_casino_scroller_item_meta_reviews {
    color: #999;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    vertical-align: middle;
}
.slot_single_casino_scroller_wrap .slick-arrow {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 44px;
    outline: medium none;
    position: absolute;
    top: 81px;
    transform: translateY(-50%);
    transition: all ease-in-out .3s;
    width: 44px;
    z-index: 1;
    opacity: 1;
}
.slot_single_casino_scroller_wrap .slick-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out .3s;
}
.slot_single_casino_scroller_wrap .slick-arrow:hover:before {
    transform: scale(1.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.slot_single_casino_scroller_wrap .slick-arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///+U78QyAAAAB3RSTlMAiP0xW2sQpOMUnAAAAAFiS0dECIbelXoAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAxSURBVAjXY2BgYGAUYIAAcWUIzVjkABVQIShQDgEIBmN5WBoIIBQjVGMVUoYJgZwBAPgiDn6BTWGOAAAAAElFTkSuQmCC') center no-repeat;
}

.slot_single_casino_scroller_wrap .slick-arrow.slick-prev {
    left: -22px;
}
.slot_single_casino_scroller_wrap .slick-arrow.slick-next {
    right: -22px;
}
.slot_single_casino_scroller_wrap .slick-arrow.slick-next:after {
    transform: rotate(180deg);
}
.slot_single_casino_scroller_wrap .slick-arrow.slick-disabled {
    display: none !important;
}

.sid_page_sidebar_left .js-slot-sidebar-float.fixed--top.fixed {
    top: 20px;
}
.page__sidebar-left.sid_page_sidebar_left {
    flex: 0 0 248px;
    -ms-flex: 0 0 248px;
}
.sid_page_sidebar_left .videoBox__image {
    cursor: auto;
}

.sid_page_sidebar_left .videoBox__image img {
    border-radius: 5px;
}
.sid_page_sidebar_left .videoBox__image .icon-new {
    background-image: none;
    width: 65px;
    height: 23px;
    background-color: #cb262c;
    border-radius: 3px;
    position: absolute;
    left: -8px;
    top: 8px;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
}

.slot_single_page_content {
    /*flex: 1 1 852px;  */
    width: 852px;
    padding: 0 0 0 40px;
}
.slot_single_page_content h2.slot_single_page_content_title {
    color: black;
    font-family: Arial;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slot_single_ttd_list {
    margin-bottom: 30px;
    clear: both;
}

.slot_single_ttd {
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    color: #262626;
    line-height: 25px;
    margin-bottom: 10px;
}
.slot_single_auto_desc {
    margin-bottom: 20px;
}
.slot_single_auto_desc h3 {
    color: #010101;
    font-family: Arial;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
}
.slot_single_auto_desc_text {
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #282828;
}

.slot_single_screens_gallery_block {
    margin-bottom: 30px;
    padding-top: 5px;
}
.slot_single_screens_gallery_block h3 {
    color: black;
    font-family: Arial;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 30px;
}
.slot_single_screens_gallery {

}

.slot_single_screens_gallery .fotorama__thumb-border {
    border-color: #4d4d4d;
    height: 64px !important;
    margin-top: 0 !important;
    width: 120px!important;
    margin-left: -5px;
}
.slot_single_screens_gallery .fotorama__thumb-border:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: #fff 1px solid;
}

.slot_single_screens_gallery .fotorama__nav__frame {
    opacity: 0.5;
}
.slot_single_screens_gallery .fotorama__nav__frame.fotorama__active{
    opacity: 1;
}
.slot_single_screens_gallery .fotorama__nav--thumbs {
    padding-left: 5px;
}



.videoBox{margin:0 -10px}.videoBox:after{content:".";display:block;font-size:0;height:0;line-height:0;clear:both;visibility:hidden}.videoBox#all-slots-search{display:none}.videoBox__item{position:relative;float:left;width:25%;margin-bottom:29px}.videoBox__item:nth-of-type(4n+5){clear:both}@media screen and (max-width:48em){.videoBox__item{width:50%}.videoBox__item:nth-of-type(3n+4){clear:none}.videoBox__item:nth-of-type(2n+3){clear:both}}@media screen and (max-width:30em){.videoBox__item{width:100%}.videoBox__item:nth-of-type(2n+3){clear:none}}.videoBox__item_five{width:20%}.videoBox__item_five:nth-of-type(4n+5){clear:none}.videoBox__item_five:nth-of-type(5n+6){clear:both}.videoBox__item_no-mobile{float:left;width:25%;clear:none}.videoBox__item_no-mobile:nth-of-type(4n+5){clear:both}.videoBox__item_slider{float:none;vertical-align:top}.videoBox__box{padding:0 10px}.videoBox__image{position:relative;display:block;margin-bottom:13px;font-size:0;cursor:pointer}.videoBox__image:hover i{opacity:1;visibility:visible}.videoBox__image:active i:before{top:2px}.videoBox__image i{position:absolute;top:0;left:0;right:0;bottom:0;width:50px;height:50px;border-radius:50%;margin:auto;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.5);transition:background-color .2s ease,opacity .2s ease,visibility .2s ease;z-index:10}.videoBox__image i:hover{background-color:rgba(0,0,0,.6)}.videoBox__image i:before{position:absolute;top:0;left:5px;right:0;bottom:0;margin:auto;background-image:url(../img/sprite.png);background-position:-65px -128px;width:17px;height:24px;content:""}.videoBox__image img{display:block;width:100%;height:auto}.videoBox__image .icon-new{position:absolute;top:0;right:0;background-image:url(../img/sprite.png);background-position:0 0;width:86px;height:87px}.videoBox__image-link{position:relative;display:block;margin-bottom:10px;font-size:0;cursor:pointer}.videoBox__image-link img{display:block;width:100%;height:auto}.videoBox__image-link .icon-new{position:absolute;top:0;right:0;background-image:url(../img/sprite.png);background-position:0 0;width:86px;height:87px}.videoBox__time{position:absolute;bottom:2px;right:2px;font-family:Verdana,sans-serif;font-size:11px;line-height:8px;height:14px;color:#e5e5e5;background-color:rgba(0,0,0,.75);padding:2px 5px 4px}.videoBox__time_online:before{display:inline-block;vertical-align:top;width:5px;height:5px;margin-top:2px;margin-right:5px;border-radius:50%;background-color:#18ff00;content:""}.videoBox__title{display:block;font-family:Arial,sans-serif;font-size:13px;line-height:17px;color:#1a1a1a;margin-bottom:8px}.videoBox__title:hover{text-decoration:underline}.videoBox__info{font-family:Verdana,sans-serif;display:block;font-size:11px;color:#767676;text-decoration:none}.videoBox__info span{display:inline-block;vertical-align:top}.videoBox__info a{font-size:11px;color:#767676}.videoBox__info a:hover{text-decoration:underline}.videoBox__separation{padding:0 4px}




.sid_slots_page {
    display: flex;
    flex-wrap: wrap;
}
.sid_filter_sorting_slots {
    z-index: 11;
}
.sid_slots_page.videoBox {
    margin: 0;
}
.sid_slots_page.videoBox::after {
    display: none;
}
.sid_slot_item {
    padding: 10px;
}
.sid_slot_item_last {
    margin-right: 0;
}
.sid_slot_item.videoBox__item_no-mobile {
    clear: none;
    float: none;
    width: 226px !important;
}
.sid_slot_item.videoBox__item {
    float: none;
    margin-bottom: 10px;
    position: relative;
    width: 226px !important;
}
.sid_slot_item .videoBox__box {
    padding: 0;
}
.sid_slot_item .videoBox__box img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 5px;
}
.sid_slot_item .videoBox__image-link {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-bottom: 10px;
    position: relative;
    /*width: 192px;
    height: 288px;*/
    background: transparent;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.sid_slot_item .icon-new {
    background-image: none;
    width: 65px;
    height: 23px;
    background-color: #cb262c;
    border-radius: 3px;
    position: absolute;
    left: -8px;
    top: 8px;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
}
.slot_image_darker {
    width: 207px;
    height: 94px;
    background-image: linear-gradient(to top, black 0%, transparent 100%);
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.slot_image_darker_inner {
    color: var(--theme-color-1);
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.slot_image_darker_inner_data {
    display: block;
    opacity: 0.4;
    color: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.slot_image_darker_inner_right {
    text-align: right;
}
.sid_slot_item .videoBox__image {
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.sid_slot_item .videoBox__image:hover .slot_image_darker_inner_data,
.sid_slot_item .videoBox__image-link:hover .slot_image_darker_inner_data {
    opacity: 1;
}
.sid_slot_item .videoBox__image:hover,
.sid_slot_item .videoBox__image-link:hover {
    margin-top: -6px;
    padding-bottom: 6px;
}
.sid_slot_item .videoBox__image:hover .slot_image_darker,
.sid_slot_item .videoBox__image-link:hover .slot_image_darker {
    bottom: 6px
}

.sid_slot_item .listBox__title {
    color: #999;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.sid_slot_item .listBox__title a {
    color: #999;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}
.sid_slot_item .listBox__title a:hover,
.sid_slot_item .listBox__title a:focus {
    color: #cb262c;
}
.sid_slot_item .videoBox__image:hover + .listBox__title a,
.sid_slot_item .videoBox__image-link:hover + .listBox__title a {
    color: #000;
}

/* --- íà ãëàâíîé ---   */
.main-section__content.sid_slider_slots {
    margin-top: 16px;
}
.sid_slots_page .slick-list {
    margin: 0 -20px 0 -8px;
    overflow: hidden;
    padding: 6px 0 0 8px;
}

.sid_slots_page .slick-list:after {
    content: '';
    position: absolute;
    width: 20px;
    right:  0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.sid_slots_page .slick-slide > div {
    display: flex;
    /*justify-content: space-between;*/
}
.sid_slots_page .slick-slide > div .sid_slot_item_last {
    margin-right: 20px;
}





/* popupG */
.popupG {
    line-height: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 200;
    overflow: auto;
    text-align: center;
    height: 100%;
    font-size: 0; }
.popupG:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    content: ""; }
.popupG__wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2px;
    font-size: 0; }
.popupG__interface {
    position: absolute;
    top: 5px;
    right: -40px; }
.popupG__interface > i {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s ease; }
.popupG__interface > i:hover {
    opacity: 1; }
.popupG__interface > i:before {
    display: block;
    content: ""; }
.popupG__close {
    display: block;
    margin-bottom: 10px; }
.popupG__close:before {
    background-image: url(../img/sprite.png);
    background-position: -156px -65px;
    width: 20px;
    height: 20px; }
.popupG__drawPopup {
    display: block;
    margin-bottom: 10px; }
.popupG__drawPopup:before {
    background-image: url("../img/sprite/popup_line.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
.popupG__fullScreen {
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    margin: -5px; }
.popupG__fullScreen svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    fill: #fff;
    overflow: visible;
    transition: all 0.3s; }
.popupG__fullScreen svg g {
    position: relative; }
.popupG__stream.active {
    opacity: 1; }
.popupG__stream:before {
    background-image: url(../img/sprite.png);
    background-position: -181px -65px;
    width: 20px;
    height: 15px; }
.popupG__content iframe,
.popupG__content object {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    z-index: 101; }
.popupG_drag {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: rgba(28, 29, 30, 0.9);
    border-radius: 3px;
    overflow: hidden; }
.popupG_drag .popupG__wrap {
    background-color: transparent;
    text-align: left; }
.popupG_drag .popupG__head {
    position: relative;
    height: 12px;
    padding: 8px 6px 8px 12px;
    box-sizing: content-box; }
.popupG_drag .popupG__head:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden; }
.popupG_drag .popupG__title {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box; }
.popupG_drag .popupG__title:hover {
    opacity: 1; }
.popupG_drag .popupG__interface {
    top: 0;
    right: 6px; }
.popupG_drag .popupG__interface:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden; }
.popupG_drag .popupG__interface > i {
    padding: 9px 5px; }
.popupG_drag .popupG__interface .popupG__drawPopup {
    float: right; }
.popupG_drag .popupG__interface .popupG__drawPopup:before {
    background-image: url(../img/sprite.png);
    background-position: -61px -157px;
    width: 11px;
    height: 10px; }
.popupG_drag .popupG__interface .popupG__close {
    float: right; }
.popupG_drag .popupG__interface .popupG__close:before {
    background-image: url(../img/sprite.png);
    background-position: -206px -65px;
    width: 10px;
    height: 10px; }
.popupG_drag .popupG__interface .popupG__fullScreen {
    float: right;
    padding: 0;
    margin-top: -1px; }
.popupG_drag .popupG__interface .popupG__fullScreen svg {
    width: 10px;
    height: 10px; }
.popupG_drag .popupG__content {
    padding: 0 6px 6px; }
.popupG_drag .popupG__content.overlay {
    position: relative; }
.popupG_drag .popupG__content.overlay:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ""; }
.popupG_drag .ui-resizable-handle {
    opacity: 0; }


@media screen and (max-width: 620px) {
    .popupG__interface {
        position: absolute;
        top: -30px;
        right: 0;
    }

    .popupG {
        max-width: 100% !important;
        padding: 20px;
    }
    .popupG__content {
        max-width: 100% !important;
    }
    .popupG.popupG_drag {
        padding: 0;
    }
}

















