



/* ------------- 
content start - Styles
------------- */

@font-face {      
font-family: 'Bebas Neue';   
src: url('/fileservice/file/download/h/88309f3bb9c1b475fd165b307895f8c6.otf/a/125172/sc/119') format('opentype'),
	 url('/fileservice/file/download/h/682842e5ac6390be66abbf921747e546.woff/a/125172/sc/110') format('woff');
}

.custom-banner__close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 25px;
    color: #200065;
    line-height: 0.5;
    cursor: pointer;
}


.custom-banner {
    /*display: none;*/
    position: fixed;
    max-width: 520px;
    bottom: 15px;
    left: 85px;
    z-index: 999;
	background-color: transparent;
    padding: 5px 20px 9px 20px;
}

.custom-banner__btn {
    padding: 14px 46px;   
	max-width: 450px;
    width: 100%;
    display: block;

    transition: 0.35s cubic-bezier(0.29, 0.46, 0.32, 0.76);
    font-family: 'Bebas Neue', cursive;
    
    font-weight: 400;
    font-size: 28px;
    line-height: 1.21;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    color: #00FFA3;
    
    background: #200065;
    border: 1px solid #00FFA3;
    box-shadow: inset 0px 7px 10px rgba(13, 1, 39, 0.35);
    border-radius: 90px;
}


.custom-banner__btn:hover,
.custom-banner__btn:focus {
    color: #00FFA3;
    text-decoration: unset;
}

@media screen and (min-width: 768px) {
    .custom-banner__btn:hover,
    .custom-banner__btn:focus {
        background: #00FFA3;
        color: #200065;
        box-shadow: 0px 7px 10px rgba(13, 1, 39, 0.35);
        border-radius: 90px;
    }
}

@media screen and  (max-width: 767px) {
    .custom-banner {
        left: 5px;
        bottom: 50px;
    }
    .gc-main-content:not(.with-left-menu) .custom-banner {
        bottom: 5px;
        left: 5px;
    }
}
@media (max-width: 600px) {
    .custom-banner__btn {
        padding: 10px 20px;
        font-size: 14px;
	}
    .custom-banner {
    	padding: 5px 30px 9px 20px;
	}
}
/* ------------- 
content finish - Styles
------------- */
