/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 июл. 2019 г., 11:59:35
    Author     : irek
*/

.mob__rightcontainer{
    display: none;
}

.auth_icon {
    width: 30px;
    height: 30px;
}

.auth_icon img {
    width: 30px;
    height: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.t228__maincontainer {
    height: 80px;
}

.menu__item--hamburger {
    width: 30px;
    height: 30px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.line {
    height: 4px;
    width: 21px;
    background: #fff;
    margin: 0px auto;
}

.line {
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mob_nav_close .line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 10px);
}

.mob_nav_close .line:nth-child(2) {
    visibility: hidden;
}

.mob_nav_close .line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -10px);
}

.menu__item--hamburger:hover, .menu__item--hamburger:focus {
    border: none;
}

.menu__item--hamburger:focus {
    outline: none;
}

div#nav6101560 {
    background-color: rgba(0, 0, 0, 0.9)
}

.dialog-form {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000b3;
    z-index: 2001;
}

span.close-icon {
    font-family: dripicons;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 2%;
    top: 2%;
}

.close-icon:before {
    content: '9';
}

.t826__galaxy {
    background-color: rgba(0, 0, 0, 0.45);
}

.qr_btn {
    background-image: url('/images/qr.png') !important;
    height: 20px;
    background-size: cover;
    width: 9px;
    margin-left: 5px;
 }


@media(max-width:980px)
{
    .mob__rightcontainer{
        display: flex;
        align-items: center;
    }
    
    .t228__leftside{
        padding-right: 20px;
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
    }
    
    .t228__centerside {
        display: none;
    }
    
    .t228__rightside{
        display: none;
    }
    
    .t228__maincontainer{
        height: auto;
    }
    
    .t228__leftcontainer{
        padding: 0px;
    }
    
    div#nav6101560 {
        position: fixed;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .t001__uptitle.t-uptitle.t-uptitle_sm {
        display: none;
    }
}

@font-face {
    font-family: "dripicons"; 
    src: url("/fonts/dripicons-v2.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}