/*.responsive-btn{
    width: 30px;
    background: #033069;
    height: 30px;
    position: absolute;
    padding: 0 5px 0 4px;
    top: 0;
    border-radius: 3px;
    left: 0;
    display: block;
    border: 1px solid #033069;
    
    cursor: pointer;
}
.responsive-btn:hover{
    background: transparent;
}
.responsive-btn:hover span{
    background: #033069;
}
.responsive-btn span{
    height: 2px;
    margin: 6px 0 5px 0;
    background: #fff;
    display: block;
}*/
/*.responsive-btn span:nth-child(1){
    width: 100%;
}
.responsive-btn span:nth-child(2){
    width: 67%;
}
.responsive-btn span:nth-child(3){
    width: 40%;
}*/

.responsive-btn {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #033069;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.show{
    padding: 10px 0 10px 0;
    border-bottom: 2px solid rgba(2, 37, 80, 0.07);
    display: block;
}
.responsive-ul{
    top: 42px;
/*    left: 111px;*/
    width: 434px;
}
.responsive-ul li{
    padding: 0px;
    margin: 2px;
}
.responsive-ul li a{
    font-size: 14px;
}
.sticky-btn{
    background: #fff;
}

@media(max-width:1000px){
    .wrapper{
        width:100%;
        padding: 0 15px 0 15px;
    }
    header nav > ul {
        width:100%;
    }
    nav {
        padding: 50px 0 0 0;
    }
    nav ul{
        padding: 0 15px 0 15px;
        background: white;
        position: absolute;
    }
    nav ul li {
        display: none;
    }
    nav ul li a.sticky-link{
        color:#033069;
    }
    nav ul li > ul{
        background:#fff;
    }
    nav ul li > ul li a {
        padding: 5px;
    }
    .responsive-btn{
        display: inline-block;
        margin: 5px 0 10px 15px;
    }
    .bx-wrapper{
        margin-top: 20px;
    }

    .contact_form {
        width:100%;
        padding: 0;
    }
    .contact_info_container{
        width:100%;
        margin: 20px 0 0 0 ;
    }
    .container {
        width: 100%;
        border:none;
        padding: 0;
    }
    .sidebar{
        width: 100%;
        padding: 0;
    }
    .full_container .registration_table {
        width: 100%;
    }

    header div.date {
        margin:5px 0 5px 0;
    }
    header div.date h1, header div.date h2{
        margin: 0;
    }
    header div.description{
        margin:5px 0 5px 0;
    }
    
    header img {
        margin: 0 5px 0 0;
    }
    header .header-container{
        display: inline-block;
        float: left;
        padding: 5px 0 10px 0;
    }
    nav ul li::before{
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        float: left;
        margin: 2px 5px 0 0;
    }
    nav ul li:nth-child(1)::before{
        background: url('../images/home.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(2)::before{
        background: url('../images/people.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(3)::before{
        background: url('../images/people.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(4)::before{
        background: url('../images/register.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(5)::before{
        background: url('../images/paper.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(6)::before{
        background: url('../images/hotel.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(7)::before{
        background: url('../images/down.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(8)::before{
        background: url('../images/down.png') no-repeat;
        background-size: cover;
    }
    nav ul li:nth-child(9)::before{
        background: url('../images/contact.png') no-repeat;
        background-size: cover;
    }
    nav ul li.dropdown > ul li::before{
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        float: left;
        background: url('../images/djatht.png') no-repeat;
        background-size: cover;
        margin: 2px 5px 0 0;
    }
}

@media(max-width:720px){
    header div.date{
        float: left;
    }
}

@media(max-width:667px) {
    .blockColumns ul li{
        width:47%;
    }
}
@media(max-width:550px){
    header img{
        display: block;
        margin: auto;
        float: none;
        width: 135px;
    }

    .slider_div{
        height: 300px;
    }
}
@media(max-width:447px){
    header div.description h1{
        font-size: 20px;
    }
    header div.date h1{
        font-size: 20px;
    }
     header div.date h2{
         font-size: 16px;
     }
}
@media(max-width:420px) {
    .blockColumns ul li{
        width:100%;
    }
    .sticky-title h1{
        font-size: 15px;
    }
    .slider_div{
        height: 200px;
    }
}
@media(max-width:361px){
    header div.description h1{
        font-size: 17px;
    }
    header div.date h1{
        font-size: 16px;
    }
    header div.date h2{ 
        font-size: 14px;
    }
}