@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic');
.rl, .rr, .rm, .rb, .rbb {font-family: 'Roboto', sans-serif;}
.rl{font-weight: 300;}
.rr{font-weight: 400;}
.rm{font-weight: 500;}
.rb{font-weight: 700;}
.rbb{font-weight: 900;}

/* SLIDER */
.bg-circus2018 {
  background-image: url("../img/slider/bg-circus2018.jpg"); }

.bg-circus-250 {
  background-image: url("../img/slider/bg-circus-250.jpg"); }
  
.bg-literacy-day {
  background-image: url("../img/slider/bg-literacy-day.jpg"); }
  
.bg-galashow {
  background-image: url("../img/slider/bg-galashow.jpg"); }
  
  
.bg-christmas {
  background-image: url("../img/slider/bg-christmas.jpg"); }
   
  
/* ../END */

table, th, td{
    border: none!important;
}

.table-commission td {
    padding: 4px 4px 4px 2px;
}







/************************************
POPUP START
************************************/

#bg_popup{
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: absolute;
z-index: 9999999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
  
#popup {
    margin-top: 10px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    position: relative;
}

/* Tablets */
@media (max-width: 768px) { 
    #popup{
        margin-left: -300px;
        width: 600px;    
    }
}


/* Small devices */
@media (max-width: 480px) { 
    #popup{
        margin-left: -200px;
        width: 400px;    
    }
}

.close2{
    position:absolute;
    top:-20px;
    right:-20px;
    z-index: 99999;
}

#popup .popup-close {
    border-radius: 0 0 0 30px;
    background-color: #131a22;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99999;
    transition: all .3s ease;
}

/************************************
POPUP END
************************************