/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 11:20 AM */

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Regular.f31036e3ff71.eot");
    src: local('Circe'), local('Circe-Regular'),
    url("../fonts/Circe-Regular.f31036e3ff71.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-Regular.fa54724c5f76.woff") format('woff'),
    url("../fonts/Circe-Regular.6b28c5938d1e.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-ExtraLight.effbad25f7f1.eot");
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url("../fonts/Circe-ExtraLight.effbad25f7f1.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-ExtraLight.5ab18c53e462.woff") format('woff'),
    url("../fonts/Circe-ExtraLight.92d19f40aa26.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Thin.c671a8016262.eot");
    src: local('Circe Thin'), local('Circe-Thin'),
    url("../fonts/Circe-Thin.c671a8016262.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-Thin.b904f0552157.woff") format('woff'),
    url("../fonts/Circe-Thin.8a6928dabfc9.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Light.12e712986494.eot");
    src: local('Circe Light'), local('Circe-Light'),
    url("../fonts/Circe-Light.12e712986494.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-Light.7205e0cf1ffc.woff") format('woff'),
    url("../fonts/Circe-Light.9fd3216596f2.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Bold.d03912559b03.eot");
    src: local('Circe Bold'), local('Circe-Bold'),
    url("../fonts/Circe-Bold.d03912559b03.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-Bold.4b8b401a99c4.woff") format('woff'),
    url("../fonts/Circe-Bold.22f16521a7d1.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-ExtraBold.9964577d9fa0.eot");
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url("../fonts/Circe-ExtraBold.9964577d9fa0.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Circe-ExtraBold.a20afb194f05.woff") format('woff'),
    url("../fonts/Circe-ExtraBold.bbdee7fca9c9.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Circe', sans-serif !important;
    position: relative;
}
.alert-primary {
    position: fixed;
    bottom: 0;
    right: 10px;
    left: 10px;
    z-index: 1000;
    width: 98%;
}

#cookie-alert {
    display: flex;
    flex-direction: column;
}

.payment-rules img {
    width: auto;
    
}

@media (max-width: 885px) {
    .payment-rules img {
        width: 100%;

    }
}


a {
    color: #30a5f0!important;
}

a:hover, a:focus, a:active {
    color: #2e99db!important;
}

main{
    height: auto;
    min-height: 100vh;
    /*overflow: auto;*/
}
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-content h1 {
    width: 70%;
}

.main-content p {
    width: 50%;
}
#main-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../assets/main-bg.eb3893e49449.png");
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    color: #fff;
}

.overlay {
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
#sidebarMenu {
    height: 100vh;
   
}
@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }

    .sidebar-sticky {
        top: 230px!important;
    }
}

.sidebar-sticky {
    position: relative;
    top: 100px;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        /*position: -webkit-sticky;*/
        position: fixed;
    }
}

.sidebar .nav-link {
    font-weight: 600;
    color: #E0E0E0 !important;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.3rem;
    font-weight: bold;
    animation: 3s ease-in 0s infinite textShadowGrow;
    /* text-shadow: 4px 4px 8px rgb(0 84 255); */
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.navbar .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.media-body {
    color: #fff;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin-right: 1rem;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}



/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


.contact-btn {
    background-color: #f8f9fa;
    border-radius: 100px;
    width: 45px;
    padding: 10px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    text-decoration: none;
    /*box-shadow: 0 0 2px;*/
}

.contact-btn:hover {
    transform: scale(1.02);
}

.youtube {
    background: url("../assets/youtube.f92d50b64786.png");
    background-size: contain;
}

.telegram {
    background: url("../assets/telegram.fe3d063e4970.png");
    background-size: contain;
}
.whatsapp {
    background: url("../assets/whatsapp.cec7d07ddd28.png");
    background-size: contain;
}
.contact-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

.navbar .form-control:focus {
 color: #fff
}

main > div > div > p, h3 {
    color: #fff;
}

hr{
    background-color: white!important;
}
.btn-outline-secondary {
    background-color:#007bff;
    color: #fff!important;
    border: none;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    background-color: #fff;


}
.user_name{
    font-size:14px;
    font-weight: bold;
}
.comments-list .media{
    border-bottom: 1px dotted #ccc;
    margin-top: 15px;
}

.media-left span.material-icons {
    font-size: 35px!important;
}
.media-body span.material-icons {
    font-size: 15px!important;
}

.detail-info {
    padding: 25px;
    border-radius: 10px;
    background-color: #343434;
    margin-bottom: 25px;
    color: #fff;
}

.form-group > label { 
    color: #fff;
}

footer {
    background: #f8f9fa;
}

.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    text-decoration: none!important;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):hover {
    background-color: #007bff!important;
    color: #fff!important;

}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 148 30 / 29%);
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgb(247 148 30 / 29%);
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 148 30 / 29%);
}
.btn-outline-success {
    color: #007bff!important;
    border-color: #007bff!important;
}
.btn-primary {
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.btn-primary:hover {
    background-color: #0272eb!important;
}
.page-item.active .page-link {
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 148 30 / 29%);
}

.bg-dark {
    background-color: #191919 !important;
}


.bg-light {
    background-color: #1e1e1e!important;
}

main {
    background-color: #2c2c2c;
}

h1, h2, .payment-rules p, ul > ol, b {
    color: #fff !important;
}

footer {
    background: #1a1a1a;
}

h5 {
    color: #777 !important;
}

.list-unstyled > li, .footer-copyright {
    color: #777 !important;
}

.white-colored {
    color: #fff !important;
}


@keyframes textShadowGrow {
    0% {
        text-shadow: 4px 4px 15px rgb(0 84 255);
    }

    50% {
        text-shadow: 4px 4px 8px rgb(0 84 255);
    }

    100% {
        text-shadow: 4px 4px 15px rgb(0 84 255);
    }
}

/* E2 integration */

.e2-banner {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    color: #6c7280 !important;
    border: 1px solid gray;
    border-radius: 25px;
    padding: 40px 20px;
    width: 50%;
    background: #e0e0e0;
}
.e2-banner h3 {
    color: #010101 !important;
}

.e2-banner-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.e2-banner-main h1 {
    font-size: 3em;
}

.e2-banner-main .btn-online-tun-e2 {
    font-size: 1.5em;
}

.e2-banner-main ul {
    align-self: center;
    text-align: left;
}

.e2-banner-main .register-note {
    margin-left: 30px;
}

.e2-banner-main .old-customer {
    margin-top: 20px;
    font-size: 1.5em;
}

.btn-online-tun-e2, .btn-online-tun-e2:active, .btn-online-tun-e2:hover, .btn-online-tun-e2:focus  {
    color: #1a1a1a!important;
    background-color: #ffce11;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */


    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media screen and (max-width: 992px) {
    .e2-banner {
      width: 70%;
    }
}

@media screen and (max-width: 768px) {
  .main-content p {
    width: 100% !important;  
  }
  .main-content h1 {
    width: 100% !important;
    font-size: 27px !important;
  }
  #main-bg {
    align-items: start !important
  }
  .e2-banner {
      width: 95%;
  }
}


/* Тема под #191919 */
.fixed-payments {
    background: #242424;
    border-radius: 20px;
    padding: 20px;
    max-width: 450px;
    border: 1px solid #333;
}

.fixed-payments__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.fixed-payments__title {
    color: #b0b0b0;  /* цвет из вашего предыдущего выбора */
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.fixed-payments__badge {
    background: rgba(2, 123, 255, 0.15);
    color: #027bff;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid rgba(2, 123, 255, 0.2);
}

.fixed-payments__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-chip {
    flex: 1 1 auto;
    min-width: 70px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 50px;
    padding: 14px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.payment-chip:hover {
    background: #027bff;
    border-color: #027bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(2, 123, 255, 0.3);
}

.payment-chip:active {
    transform: translateY(0);
}