body{
    position: relative;
    background-image: url('../image/bg_body.png');
}
p,ul{
    margin: 0;
}
/*top_header начало*/
.clock{
    background-image: url('../image/clock.png');
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin-top: 19px;
    margin-bottom: 14px;
    margin-right: 10px;
}
.clock + p{
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family:'Calibri';
    color: #040404;
    font-weight: bold;

}
.top_header{
    background-image: url('../image/top_nav_bg.png');
    min-height: 60px;
}
.gradient{
    height: 5px;
    /*background: linear-gradient(#d86b44, #d76b44);*/
    background-color: #f46a3f;
}

.nav_menu{
    list-style: none;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}
.nav_menu li{
    display: inline-block;
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    font-size: 0;
    margin-top: 23px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.nav_menu a{
    color: white;
    text-decoration: none;
    font-family:'Calibri';
    font-size: 20px;
    /*font-size: 16px;*/
    font-weight: bold;
    letter-spacing:0.45px;

}
.nav_menu a:hover{
    text-decoration: underline;
}
.nav_menu li:last-child{
    margin-right: 0;
}
/*top_header конец*/

/*middle_header начало*/
.middle_header{
    /*margin: 15px 0px;*/
    margin-top: 10px;
    margin-bottom: 15px;
}
.middle_header > .container{
    padding-left: 0;
}
.middle_header > .container > .col-md-4:nth-child(1){
    padding-left: 0;
}
.line_logo{
    height: 108px;
    position: absolute;
    width: 400px;
    top: 0;
    left: -410px;
    background-color: #f46a3f;
}
.middle_header .logo{
    height: 110px;
    margin-left: -53px;
}
.phone_top{
    width: 300px;
    /*margin-top: 23px;*/
    margin-left: 34px;
    margin-top: 18px;
}
.phone{
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 20px;
    font-family:'Calibri';
    font-weight: bold;
    color: #000;
    line-height:initial;
    margin-bottom: 0;
    letter-spacing: 0.35px;
}
.callback{
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: #99c45b;
    font-size: 20px;
    margin-top: 3px;
    margin-left: 34px;
    border-bottom: 2px solid #99c45b;
}

/*форма поиска на сайте*/
.search{
    background-color: #e7e7e7;
    padding:5px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;/*возможно 38, ширина по макету 260*/
}
.search form{
    position: relative;
}
.search input[type=text]{
    height: 24px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    color: #b8b8b8;
    padding-left:25px;
    background-image: url('../image/search.png');
    background-repeat:no-repeat;
    background-position: 7px 4px;
}
.search_submit{
    position: absolute;
    border: none;
    background: none;
    width: 25px;
    height: 24px;
    left: 0;
    top: 0;
    padding: 0;    
}
::-webkit-input-placeholder {color:#b8b8b8;}
::-moz-placeholder          {color:#b8b8b8;}/* Firefox 19+ */
:-moz-placeholder           {color:#b8b8b8;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b8b8b8;}

.basket{
    background-image: url('../image/basket.png');
    background-repeat:no-repeat;
    height: 44px;
    position: relative;
    margin-top: 25px;
}
.quantity{
    font-weight: bold;
    font-family:'Calibri';
    font-size: 15px;
    background-color: #99c45a;
    display: block;
    height: 20px;
    width:20px;
    position: absolute;
    right: 7px;
    bottom: 0;
    text-align: center;
    border-radius: 10px;
    color: #000;
    line-height:initial;
}
/*middle_header конец*/

/*bottom_header начало*/
.bottom_header nav{
    /*background: radial-gradient(circle, #9ac55b 55%, #000 225%); старый гралиент*/
    /*background: radial-gradient(circle,#9ac55b, #739345 130%);*/
    background: radial-gradient(circle,#9ac55b 50%, #739345 85%);
}
.bottom_nav_header{
    display: table;
    position: relative;
    width: 100%;
    height: 85px;
    padding-left: 0;
}
.bottom_nav_header li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding:0 7px;
    border-right:1px solid #fff;
    position: relative;
    font-weight: bold;
}
/*левая сторона вжатия меню*/
.bottom_header li .left{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,#b3d582, #869f63);
    height: 100%;
    width: 10px;
    z-index: 100;
    display: none;
}
/*верхняя сторона вжатия*/
.bottom_nav_header li .top{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-top: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
/*нижняя сторона вжатия*/
.bottom_nav_header li .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    border-bottom: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
/*правая сторона вжатия*/
.bottom_nav_header li .right{
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left,#b3d582, #869f63);
    /*border-bottom: 5px solid transparent;*/
    /*border-left: 10px solid #b3d582;*/
    /*!* border-right: 50px solid transparent; *!*/
    /*border-top: 10px solid transparent;*/
    height: 100%;
    width: 10px;
    z-index: 100;
    display: none;
}
.bottom_nav_header li:first-child{
    border-left: 1px solid #fff;
}
.bottom_nav_header li:hover{
    /*background: radial-gradient(circle, #9ac55b 55%, #000 225%);*/
    background: linear-gradient(to right, #000000 -300%, #99c45f 60%, #030303 302%);
    padding: 0 10px;
}
.bottom_nav_header li:hover .left,
.bottom_nav_header li:hover .right,
.bottom_nav_header li:hover .top,
.bottom_nav_header li:hover .bottom{
    display: block;
}
.bottom_nav_header li a{
    text-decoration: none;
    font-family:'Calibri';
    font-size: 16px;/*по макету 14*/
    color: #fff;
    display: block;
}
.bottom_nav_header li:hover .children, .bottom_nav_header li:hover .triangle_up{
    display: block;
}
.children{
    display: none;
    position: absolute;
    padding-left: 0;
    border: 2px solid #99c45a;
    left: 0;
    top: 89px;
    width: 100%;
    min-width: 140px;
    padding-bottom: 10px;
    padding-top:10px;
    z-index: 151;
    background-color: #fefefe;
}
.triangle_up{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #f46a3f;
    position: absolute;
    top: 60px;
    right: 5px;
    z-index: 155;
    display: none;
}
.children li{
    display: block;
    border-right: 0;
    margin-bottom: 10px;
}
.children li:last-child{
    margin-bottom: 0;
}
.children li a{
    color: #f46a3f;
    text-align: left;
    font-size: 15px;
}
.children li a:hover{
    text-decoration: underline;
}
.children li:hover{
    background: none;

}
/*bottom_header конец*/

/*footer начало*/
footer{
    margin-top: 70px;
    /*border-top: 5px solid #d86b44;*/
    border-top: 5px solid #f46a3f;
}
footer .logo{
    background: none;
    text-align: left;
    margin-top: 18px;
}
footer .nav_menu{
    text-align: left;
}
footer .nav_menu a{
    color: #888888;
}
.time_work{
    color: #888888;
    font-size: 20px;
    margin-left: 34px;
    margin-top: 15px;
}
.payment{
    margin-top: 10px;
}
.bottom_footer{
    margin-top: 35px;
    text-align: center;
    min-height: 60px;
    padding: 20px 0;
    background-image: url('../image/top_nav_bg.png');
    font-family:'Calibri';
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.bottom_footer p a{
    color: #000;
}
/*footer конец*/

/*модальное окно начало*/
#callback h2{
    text-align: center;
    color: #d86a43;
    margin:0;

}
.modal-header{
    border-bottom: 0;
}
#callback .modal-dialog{
    width: 320px;
}
.modal.in .modal-dialog{
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);
}
/*модальное окно конец*/

/*адаптив*/
@media(max-width:1199px){
    .phone_top, .callback, .time_work{
        margin-left: 0;
    }
    .search{
        width: auto;
    }
    .quantity{
        right: -5px;
    }

}
body{
    font-family:'Calibri';
    font-size: 16px;
    line-height: 1;
    position: relative;
    /*background: linear-gradient(180deg, #000000, #99c45a 54%, #030303) .32;*/
}
h1{
    font-weight: bold;
}
.wrap{
    margin-bottom: 10px;
}
/*цена и корзина*/
.baskets{
    text-align: center;
    position: relative;
}
.baskets button, #callback button[type='submit']{
    background-image: url('../image/top_nav_bg.png');
    width: 100%;
    background-repeat:no-repeat;
    font-size: 20px;
    font-weight:bold;
    font-family:'Calibri';
    border: none;
    border-bottom: 2px solid #767676;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    outline:none;
}
.baskets button:hover, #callback button[type='submit']:hover{
    border: 2px solid #e39579;
    padding: 8px 0;
}
.price{
    text-align: right;
    margin:10px 0;
}
.price_text{
    color: #d86a43;
    font-size: 17px;
    font-family:'Calibri';
}
.text_number{
    color: #7b7b7b;
    font-size: 24px;
    font-family:'Calibri';
}
.price .text_number{
    font-weight: bold;
}
/*хлебные крошки*/
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    width: 880px;
}
.breadcrumb li a{
    text-decoration: underline;
    color: #99c45a;
    font-weight: bold;
}
.breadcrumb > .active{
    color: #7b7b7b;
}

/*заголовок левого меню*/
.head_left_menu h3{
    background: radial-gradient(circle,#9ac55b, #739345 70%);
    color: white;
    text-align: center;
    font-family:'Calibri';
    padding:5px 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-right: 25px;
    margin-left: 25px;
}
.head_left_menu{
    position: relative;
}
.head_left_menu .left{
    left: 0;
    background: linear-gradient(to right, #69863f, #99c45b);
}
.head_left_menu h3:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    border-top: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
.head_left_menu h3:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    border-bottom: 5px solid #fefefe;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    height: 0;
    width: 100%;
    z-index: 150;
}
.head_left_menu .left:after{
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    background: linear-gradient(to right,#b3d582, #869f63);
    height: 100%;
    width: 5px;
    z-index: 100;
    display: block;
}
.head_left_menu .right{
    right: 0;
    background: linear-gradient(to left, #69863f, #99c45b);
}
.head_left_menu .right:after{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    background: linear-gradient(to left,#b3d582, #869f63);
    height: 100%;
    width: 5px;
    z-index: 100;
    display: block;
}
.head_left_menu .right,
.head_left_menu .left{
    height: 40px;
    width: 25px;
    top: -4px;
    position: absolute;
    z-index: 4;
}

/*основное тело левого меню*/
.left_menu{
    list-style: none;
    padding: 20px 25px;
    background: linear-gradient(#98c25a,#dae5c0 0%);
}
.left_menu li{
    margin-bottom: 20px;
}
.left_menu li:last-child{
    margin-bottom: 0;
}
.left_menu li a{
    color: #040404;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px; /*по макету 14*/
}
.left_menu li a:hover{
    border-bottom: 2px solid #040404;
}

/*товары*/
.item{
    width: 180px;
    margin: 0 30px 45px;
    display: inline-block;
    margin-top: 20px;
}
.photo {
    width: 180px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.photo img{
    max-width: 160px;
    max-height:160px;
}
.description{
    padding-top: 10px;
    text-align: center;
}
.description a{
    color: #7b7b7b;
    font-size: 15px;
    font-family:'Calibri';
    font-weight: bold;
}

/*старая цена в акции*/
.price_old{
    text-align: right;
    margin-top: 10px;
}
.price_old .text_number{
    font-size: 18px;
}
.line-offset{
    height: 28px;
}
/*добавление товара в корзину*/
.add-product-to-basket{
    color:#f46a3f;
    position: absolute;
    bottom: -40px;
    left: 0;
}

/*пагинация*/
.container-pagination{
    text-align: center;
    display: block;
}
.pagination li a{
    color: #f46a3f;
    font-size: 20px;
    margin-right: 15px;
}
.pagination .active a,
.pagination .active a:hover{
    color: #f46a3f;
    background: none;
    border:none;
    border: 1px solid;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover{
    color: #f46a3f;
    background: none;
    border:none;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:hover{
    background: none;
    border:none;
}
.pagination > li > a:hover{
    color:#f46a3f;
    border: 1px solid;
}

.pagination > li > a:hover{
    padding:6px 11px;
}

/*прайс с ценами на товары*/
.price-description{
    margin-top: 20px;
    font-size: 18px;
}
.price-description li{
    margin-bottom: 10px;
}

.price-description a{
    color:#000;
}
/*страница отзывов*/
#feeadback .btn{
    padding: 5px 25px;
    font-size: 20px;
}
#feeadback + h2{
    margin-top: 40px;
}
article{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
article p{
    padding-left: 20px;
    font-size: 18px;
}
.delete_more {
    float: right;
    background: #5cb85c;
    color: white;
}
.save_all {
    float: right;
    background: #5cb85c;
    color: white;
    margin-left: 10px;
}

.grid-view textarea{
    width: 280px!important;
}

.grid-view thead select {
    width: 70px;
}

.products-index .grid-view .table input[name=new_price]{
    width:76px;
}

.products-index .grid-view .table input[name=proc]{
    margin-left: 10px; 
    width: 78px;
}
.products-index .grid-view .table input[name=price]{
    margin-bottom: 4px;
}
.products-index .grid-view .table button[name=save_np]{
    float: right;
    background: #5cb85c;
    color: white;
    margin-left: 10px;
    width: 100%;
    height: 20px;
    padding: 0px;
    margin-top: 4px;
}
@font-face {
  font-family: 'Calibri';
  src: url('font/Calibri.eot');
  src: url('font/Calibri.woff2') format('woff2'),
       url('font/Calibri.woff') format('woff'),
       url('font/Calibri.ttf') format('truetype'),
       url('font/Calibri.svg#Calibri') format('svg'),
       url('font/Calibri.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@media(max-width:1199px){
  .nav_menu a{
    font-size: 14px;
  }
}
@media(max-width:991px){
    .logo_mobile img{
        max-width: 100%;
    }
    .middle_header{
        margin-bottom: 0;
    }
    /*мобильное меню начало*/
    .top_header_mobile span{
        color: #d86a43;
        font-size: 35px;
    }
    .mobile-menu-button{
        background: none;
        border: none;
        margin-top: 15px; /*по макету 60*/
        margin-bottom: 20px; /*по макету 40*/
    }
    .mobile-menu{
        display: none;
        width: 100%;
        background-color: #ffffff;
        padding-bottom: 95px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        list-style: none;
    }
    .mobile-menu li a{
        display: block;
        border-bottom: 2px solid #c5c5c5;
        color: #808080;
        font-family:'Calibri';
        font-size: 36px;
        text-decoration: none;
        padding:20px 0;/*по макету 40*/
        text-align: center;
    }
    .mobile-menu li a:hover{
        background-color: #99c45a;
        border-bottom: 0;
        color: #fff;
    }
    /*мобильное меню конец*/
    /*шапка сайта начало*/
    .search{
        width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    .search input{
        height: 40px;
        font-size: 24px;
        background-image: none;
        padding-left: 10px;
        width: 80%;
    }
    .search button{
        background: none;
        border: none;
        background-image: url('/image/search-mobile.png');
        background-repeat:no-repeat;
        background-position: center center;
        width: 60px;
        height: 40px;
        vertical-align: top;
        text-align: right;
        margin-left: 20px;
    }
    .phone_top{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 450px;
    }
    .phone{
        font-size: 30px;
    }
    .callback{
        margin-right: auto;
        margin-left: auto;
        font-size: 30px;
        margin-top: 10px;
    }
    .clock{
        float: none;
        display: inline-block;
        margin-bottom: -7px;
    }
    /*шапка сайта конец*/
    /*корзина начало*/
    .basket-container-mobile{
        min-height: 130px;
        padding:43px 0;
        text-align: center;
        margin-top: 25px;
        background-image: url('/image/top_nav_bg.png');
    }
    .basket{
        margin-top: 0;
        width: 130px;
        height: 90px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/image/basket-mobile.png');
        background-size:contain;
    }
    .quantity{
        font-size: 40px;
        width: 50px;
        height: 50px;
        right: 0;
        background-color: #ffffff;
        border-radius: 35px;
    }
    /*корзина конец*/
    /*футер начало*/
    footer{
        border-top: 0;
    }
    .bottom_footer{
        margin-top: 0;
    }
    /*футер конец*/
    /*форма обратной связи*/
    #callback .form-control{
        height: 45px;
        font-size: 18px;
    }
}
@media(max-width:767px){
    .logo_mobile{
        position: relative;
    }
    .small-mobile-logo{
        text-align: center;
    }
    .mobile-menu-button{
        margin: 20px;
    }
    .mobile-menu li a{
        font-size: 30px;
    }
    .search{
        width: 260px;
    }
    .search input{
        width: 74%;
        font-size: 18px;
    }
    .search button{
        margin-left: 0;
    }
    .phone_top{
        width: 100%;
    }
    .phone{
        font-size: 20px;
    }
    .basket{
        background-image: url('/image/basket-small-mobile.png');
        width: 80px;
        height: 60px;
    }
    .quantity{
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 1;
    }
    .basket-container-mobile{
        min-height: 80px;
        padding: 10px 0;
    }
    #callback .modal-dialog{
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width:1199px){
    .breadcrumb{
        width: 680px;
    }
    .item{
        width: 175px;
    }
    .col-md-8{
        text-align: center;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: 470px;
    }
}
@media(max-width:991px){
    .breadcrumb{
        width: auto;
    }
    #feeadback .btn{
      width: 100%;
    }
}
.wrap>.container>.row >.col-md-3{
    padding-left: 0;
}
.left_menu{
    list-style: none;
    padding: 20px 25px;
    background: linear-gradient(#98c25a,#dae5c0 0%);
}
/*h3{*/
    /*background: radial-gradient(circle,#9ac55b, #739345 70%);*/
    /*color: white;*/
    /*text-align: center;*/
    /*font-family:'Calibri';*/
    /*padding:5px 0;*/
    /*position: relative;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*margin-right: 25px;*/
    /*margin-left: 25px;*/
/*}*/
/*.head_left_menu{*/
    /*position: relative;*/
/*}*/
/*.head_left_menu .left{*/
    /*left: 0;*/
    /*background: linear-gradient(to right, #69863f, #99c45b);*/
/*}*/
/*.head_left_menu h3:before{*/
     /*content: '';*/
     /*position: absolute;*/
     /*top: -5px;*/
     /*left: 0;*/
     /*display: block;*/
     /*border-top: 5px solid #fefefe;*/
     /*border-left: 7px solid transparent;*/
     /*border-right: 7px solid transparent;*/
     /*height: 0;*/
     /*width: 100%;*/
     /*z-index: 150;*/
 /*}*/
/*.head_left_menu h3:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -5px;*/
    /*left: 0;*/
    /*display: block;*/
    /*border-bottom: 5px solid #fefefe;*/
    /*border-left: 7px solid transparent;*/
    /*border-right: 7px solid transparent;*/
    /*height: 0;*/
    /*width: 100%;*/
    /*z-index: 150;*/
/*}*/
/*.head_left_menu .left:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: -5px;*/
    /*background: linear-gradient(to right,#b3d582, #869f63);*/
    /*height: 100%;*/
    /*width: 5px;*/
    /*z-index: 100;*/
    /*display: block;*/
/*}*/
/*.head_left_menu .right{*/
    /*right: 0;*/
    /*background: linear-gradient(to left, #69863f, #99c45b);*/
/*}*/
/*.head_left_menu .right:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: -5px;*/
    /*background: linear-gradient(to left,#b3d582, #869f63);*/
    /*height: 100%;*/
    /*width: 5px;*/
    /*z-index: 100;*/
    /*display: block;*/
/*}*/
/*.head_left_menu .right,*/
/*.head_left_menu .left{*/
    /*height: 40px;*/
    /*width: 25px;*/
    /*top: -4px;*/
    /*position: absolute;*/
    /*z-index: 4;*/
/*}*/
.left_menu li{
    margin-bottom: 20px;
}
.left_menu li:last-child{
    margin-bottom: 0;
}
.left_menu li a{
    color: #040404;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px; /*по макету 14*/
}
.left_menu li a:hover{
    border-bottom: 2px solid #040404;
}
// .subcategory{
//     text-align: center;
// }
.item{
    display: inline-block;
    width:185px;
    margin: 10px 20px 45px;
}
.item img{
    max-width: 160px;
    max-height: 160px;
}

.photo{
    text-align: center;
}

.description{
    padding-top: 10px;
    text-align: center;
}
.description a{
    color: #7b7b7b;
    font-size: 15px;
    font-family:'Calibry';
    font-weight: bold;
}
/*адаптив*/
@media(max-width:1199px){
    .item{
        width: 180px;
    }
}
@media(max-width:991px){
    .item{
        width: 215px;
    }
    .subcategory{
        text-align: center;
    }
}
@-webkit-keyframes animateBottom {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 500px;
    opacity: 0;
  }
}

@keyframes animateBottom {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 300px;
    opacity: 0;
  }
}
#mainpage_banner {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    
}
@keyframes test {
 0% {
     transform: translateX(100%)
}
}
#mainpage_banner .modal-dialog {
    width: 320px!important;
    /*-webkit-animation-name: animateBottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animateBottom;
    animation-duration: 0.4s;*/
    animation: test 1s linear;
}
#mainpage_banner .modal-content {
    height: 300px;
    background: url("http://techno-opt.com/image/top_nav_bg.png");
    color: #fff;
}