/* --------------- switcher ------------------- */
#switcher a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#switcher {
    font-family: 'Roboto', sans-serif;
    height: 80px;
    padding: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
#switcher  .center {
    margin: auto;
    width: 100%;
}
#switcher .logo {
    position: absolute;
    top: 8px;
    left: 20px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
#switcher .logo img {
    opacity: 1;
}
#switcher .logo:hover {
    opacity: 0.7;
}
#switcher .options {
    position: absolute;
    top: 20px;
    right: 20px;
}
#switcher .drop {
    float: left;
    margin: 9px 0 0 36px;
    text-transform: uppercase;
    padding-left: 0;
}
#switcher .drop a {
    font-family: "proximanova-bold", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
}
#switcher .drop > li {
    display: block;
    position: relative;
}
#switcher .drop > li > a:after {
    content: '';
    position: absolute;
    background: url("../images/switcher.png") no-repeat;
    width: 10px;
    height: 7px;
    top: 8px;
    right: -16px;
}
#switcher .drop > li > a:before {
    content: '';
    position: absolute;
    background: url("../images/switcher.png") no-repeat bottom;
    width: 10px;
    height: 7px;
    top: 8px;
    right: -16px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
#switcher .drop a.active,
#switcher .drop a:hover {
    color: #ff4a1b;
}
#switcher .drop a.active:before,
#switcher .drop a:hover:before {
    opacity: 1;
}
#switcher .drop ul {
    margin:0;
    position: absolute;
    right: 0;
    bottom: 33px;
    width: 200px;
    background: #ed3e33;
    left: 50%;
    padding: 14px 0 8px;
    margin-left: -103px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
#switcher .drop ul:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 7px solid transparent;
    border-top: 8px solid #ed3e33;
    bottom: -15px;
}
#switcher .drop ul li {
    display: block;
    text-align: center;
}
#switcher .drop ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 2.5px;
}
#switcher .drop ul li a:hover {
    color: #000;
}
#switcher .drop li:hover ul {
    visibility: visible;
    opacity: 1;
}
#switcher .btn {
    border-radius: 4px;
    color: #ffffff; /*#81807a;*/
    display: block;
    font: inherit;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    margin:0;
    margin-left: 10px;
    padding: 0;
    line-height: 42px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 127px;
    opacity: 1;
    letter-spacing: 3px;
    font-family: "proximanova-bold", sans-serif;
}
#switcher_open_container{
    display: none;
    height: 41px;
    top: auto;
    bottom: 0px;
    width: 80px;
    left: auto;
    right: 0px;
    overflow: hidden;
    position:fixed;
    z-index: 9999;
}
#switcher_close {
    background-position: 0 center;
    background: url('../images/x-white.png') no-repeat -28px center;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor:pointer;
    position: relative;
    /*position: absolute;*/
    right: 0;
    margin-top: 6px;
}
#switcher_open {
    background-position: 0 center;
    background: url('../images/x-white.png') no-repeat -56px center;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor:pointer;
    position: absolute;
    right: 0;
    z-index: 9999;
}
#switcher .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    background-color: #ffff00;
    display: block;
    line-height: normal;
    padding: 3px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
}
.switcher__logo-mini {
    display: none;
}
#switcher .btn_white {
    width: 177px;
    line-height: 38px;
    margin-left: 37px;
}
#switcher .btn_white:hover {
    background: #fff;
    color: #000;
}
.btn_red {
    height: 40px;
    text-align: center;
    font-family: "proximanova-semibold", sans-serif;
    font-size: 16px;
    line-height: 26px;
    background: #ed3e33;
    border-radius: 2px;
}
.btn_white {
    border: 2px solid #edeff1;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    height: 60px;
    width: 222px;
    line-height: 40px;
    letter-spacing: 3px;
}
/* --------------- /switcher ------------------- */

/*****************************MEDIA QUERIES FOR MOBILE STYLES *******************************************/

@media only screen and (max-width: 1024px) {
    /* --------------- switcher ------------------- */
    .switcher__logo-big {
        display: none;
    }
    .switcher__logo-mini {
        display: block;
    }
    .switcher-fix ul{
        display:none;
    }
    #switcher .btn {
        width: 78px;
    }
    #switcher .btn span {
        display: none;
    }
    #switcher .btn_white {
        width: 126px;
    }
    #switcher .btn_white span {
        display: none;
    }
    #switcher .logo {
        top: 15px;
    }
    /* --------------- /switcher ------------------- */
}

@media only screen and (max-width: 1024px) {
    #switcher .drop.headers,#switcher .drop.menus{
        display:none;
    }
}

@media only screen and (max-width: 768px) {
    /* --------------- switcher ------------------- */
    #switcher {
        height: 130px;
    }
    #switcher .btn {
        width: 78px;
    }
    #switcher .btn {
        width: 128px;
        left: 50%;
        margin-left: -57px;
        float: none;
        position: absolute;
        bottom: 10px;
    }
    #switcher .btn span {
        display: inline;
    }
    #switcher .btn_white,
    #switcher .logo {
        display: none;
    }
    #switcher .options {
        position: absolute;
        top: 14px;
        right: 30px;
        left: 10px;
        bottom: 0;
        text-align: center;
    }
    #switcher .drop {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 16px 8px;
    }
    .switcher-fix{
        bottom: 0;
        top: initial;
    }
    .switcher-fix .logo{
        display:none;
    }
    .switcher-fix .options .btn:first-child{
        margin:0;
    }
    #switcher_close{
        position:absolute;
    }
    /* --------------- /switcher ------------------- */
}