/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.div_demo_slot {
    background: url("/images/fon-demo-slots.jpg");
    position: relative;
    height: 550px;
}
.play_demo {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 1;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -75px;
    margin-top: -75px;
    cursor: pointer;
    transition: all .4s;
}
.play_demo:hover {
    opacity: 0.5;
}
.iframeslots {
    width: 100%;
    min-height: 550px;
}
@media (min-width: 768px) {
    .footer-widget {
        margin-left: 20px;
        margin-right: 20px;
        min-width: 160px;
    }
}
@media (min-width: 992px) {
    .top-menu {
        display: block;
    }
}
@media (max-width: 992px) {
.top-menu {
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    background-color: #001b56;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
.top-menu ul {
    display: inline-flex;
    margin: 20px 10px;
}
.top-menu, .top-menu ul li>a, .top-menu ul li>span {
    color: #ffffff;
    opacity: 1;
    font-weight: 500;
}
.top-menu, .top-menu ul li:first-child>a {
    color: #75e35a;
}
.footer-widgets {
    display: block;
    border-bottom: 0px;
}
.footer-widgets .widget_block {
    float: left;
    width: 100%;
}
}
.logo-licens-footer {
    margin: 10px;
    float: left;
}
.footer-partner {
    float: right;
}
.logo-partners-footer {
    height: 25px;
    display: flex;
    float: right;
    margin: 0 5px;
}
@media (max-width: 442px) {
.top-menu {
    display: none;
}
}
@media (max-width: 587px) {
.top-menu ul li>span, .top-menu ul li>a {
    text-transform: lowercase;
    font-size: 14px;
}
}

.container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
        max-width: 780px;
}