



/* ------------- 
content start - banner
------------- */

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/fileservice/file/download/h/d3e6b3039cff0e312426568b85903024.ttf/a/46927/sc/509') format('truetype'),
        url('/fileservice/file/download/h/e7007a27778a32791edb7b2f868018f0.woff/a/46927/sc/59') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
.swimrocketru-banner {
    max-width: 568px;
    min-height: 70px;
    width: 100%;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    overflow: hidden;
}
.swimrocketru-banner p {
    margin: 0;
}
.with-left-menu .swimrocketru-banner {
    left: 90px;
}
.swimrocketru-banner a {
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    cursor: default;
    user-select: none;
}
.swimrocketru-banner-content {
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/46927/sc/208/h/b198a4c2fe29528f7e04ee74907d6c3b.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 28px 10px 90px;
    position: relative;
}
.swimrocketru-banner-content h3 {
    font-family: 'Bebas Neue Cyrillic', sans-serif !important;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 3px 0 !important;
    cursor: pointer;
}
.swimrocketru-banner-content h3 span {
    color: #ed662f; 
}
.swimrocketru-banner-link {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/46927/sc/353/h/d7cdff4a65cc4ab84de36d3ec9095990.png) center / cover no-repeat, rgb(235, 92, 33);
    border: none;
    min-height: 38px;
    padding: 5px 20px 5px;
    margin-left: 5px;
    cursor: pointer;
}

.swimrocketru-banner-content img {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
}
.swimrocketru-banner .banner-btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .with-left-menu .swimrocketru-banner {
        left: 20px;
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {
    .swimrocketru-banner {
        max-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }
    .with-left-menu .swimrocketru-banner {
        left: 50%;
    }
    .swimrocketru-banner-content {
        font-size: 12px;
        padding: 10px 20px 10px 60px;
        flex-direction: column;
    }
    .swimrocketru-banner-content h3 {
        font-size: 20px;
    }
    .swimrocketru-banner-content img {
        left: -25px;
    }
    .swimrocketru-banner-link {
        font-size: 18px;
        border-radius: 5px;
        min-height: 35px;
        padding: 3px 20px 5px;
        margin-left: 0;
        margin-top: 10px;
    }
}
/* ------------- 
content finish - banner
------------- */
