@font-face {
    font-family: HouschkaRoundedBold;
    src: url("/fonts/Houschka_Rounded_Bold.otf") format("opentype");
}

@font-face {
    font-family: HouschkaRoundedDemiBold;
    src: url("/fonts/Houschka_Rounded_DemiBold.otf") format("opentype");
}

@font-face {
    font-family: HouschkaRoundedMedium;
    src: url("/fonts/Houschka_Rounded_Medium.otf") format("opentype");
}

@font-face {
    font-family: HouschkaRoundedExtraBold;
    src: url("/fonts/Houschka_Rounded_Extra_Bold.otf") format("opentype");
}

@font-face {
    font-family: IKEASansRegular;
    src: url("/fonts/IKEA_Sans_Regular.ttf");
}

@font-face {
    font-family: IKEASansBold;
    src: url("/fonts/IKEA_Sans_Bold.ttf");
}

body {
    color: #000;
    font-family: HouschkaRoundedBold, Helvetica, sans-serif;;
    font-size: 25px;
}

.container
{
    max-width: 1150px;
}

.logotype{
    width: 85px;
    height:47px;
    background-image:  url("../img/logo.png") ;
    float: left;
}

.header
{
    background-color: #FFF;
    font-size: 16px;
    color: #394146;
    padding-top: 10px;
    /*border-bottom: 1px solid #464646;*/
}

.header #navbar
{
    margin-bottom: 10px;
}

.header #navbar .navbar-buttons
{
    /*float: right;*/
    width: 100%;
}

.header .navbar-default {
    background-color: #fff;
    border: none;
}

.header ul.navbar-nav > li > a
{
    font-family: HouschkaRoundedBold, Helvetica, sans-serif;;
    font-size: 16px;
    color: #394146;
    text-transform: uppercase;
    outline: none;
}

.header ul.navbar-nav > li > a.trash
{
    border-left: 2px solid #394146;
    text-align: right;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.subtop{
    background: url("../img/top_bg.jpg") no-repeat;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 643px;
    padding-top: 120px;
}

.main{
    padding-top: 70px;
}
.subtop .big_title
{
    font-family: HouschkaRoundedExtraBold;
    font-size: 105px;
    line-height: 105px;
}

.subtop .title
{
    font-family: HouschkaRoundedDemiBold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
}

.subtop .links a
{
    font-family: HouschkaRoundedBold;
    font-size: 25px;
    background-color: #fff;
    color: #f47b5c;
    text-decoration: none;
    padding: 15px 50px 10px;
    border: 1px solid #fff;
    border-radius: 30px;

    -webkit-border-radius: 30px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px;
}

.subtop .links a.active
{
    background-color: #f47b5c;
    color: #fff;
    border-color: #f47b5c;
}

.instruction
{
    background-color: #49c3b0;
    color: #fff;
    font-family: IKEASansRegular;
    font-size: 23px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.instruction .title
{
    font-family: HouschkaRoundedBold;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}

.instruction .steps, .instruction .title_steps{
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}

.instruction .title_steps{
    margin-top: 20px;
    font-family: IKEASansRegular;
    font-size: 23px;
}

.instruction .steps .step
{
    float: left;
    border: 10px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 100px;
    height: 145px;
    width: 145px;
    text-align: center;
    vertical-align: middle;
}

.instruction .steps .step .info
{
    background-color: #32a391;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 100px;
    font-family: IKEASansBold;
    font-size: 39px;
    height: 100%;
    padding-top: 35px;
    text-align: center;
    vertical-align: middle;
}

.instruction .interval
{
    height: 30px;
    width: 220px;
    background-color: #32a391;
    float: left;
    margin-top: 55px;
}

.instruction .title_steps .title_step
{
    float: left;
    margin-right: 190px;
    text-align: center;
    vertical-align: middle;
    width: 175px;
}

.instruction .title_steps .title_step:last-child{
    margin-right: 0px;
}

.card{
    /*height: 420px;*/
    padding-top: 40px;
    font-family: HouschkaRoundedMedium;
    color: #2c2c2c;
    display: table;
}

.card .text{
    font-size: 24px;
}

.card .title
{
    text-transform: uppercase;
    font-size: 41px;
    margin-top: 20px;
}

.card .list-item
{
    font-size: 18px;
    margin-top: 10px;
}

.card .list-item:last-child{
    margin-bottom: 50px;
}
.footer
{
    height: 160px;
    text-align: center;
    vertical-align: middle;
    font-family: IKEASansRegular;
    font-size: 12px;
    color: #fff;
    background-color: #464646;
    text-transform: uppercase;
    padding-top: 75px;
}

.center_header
{
    padding: 0;
}

.center_header .container
{
    padding: 0;
}

.center_footer
{
    padding: 0;
}

.menu .panel
{
    margin-bottom: 10px;
}
.menu .panel-heading
{
    font-family: HouschkaRoundedBold;
    font-size: 30px;
    color: #fff;
    background-color: #f47b5c;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 25px;
    cursor: pointer;
}

.menu .panel-title
{
    font-family: HouschkaRoundedBold;
    font-size: 30px;
}

.menu .panel
{
    border: none;
}

.menu .item{
    font-family: HouschkaRoundedBold;
    font-size: 25px;
    padding-top: 20px;
}
.menu .item_name
{
    color: #000;
    text-transform: uppercase;
}

.menu .price
{
    color: #f47b5c;
}

.menu .panel-collapse{
    text-align: center;
    vertical-align: middle;
}

.menu .in_trash
{
    font-family: HouschkaRoundedBold;
    font-size: 22px;
    color: #fff;
    background-color: #f47b5c;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 20px;
    border: 1px solid #f47b5c;
}

.menu .in_trash.check
{
    color: #f47b5c;
    background-color: #fff;
}
.menu .block-name
{
    height: auto;
}

.menu .panel-body{
    padding: 30px 0px;
    border-bottom: none;
}

.menu .panel-body .row
{
    margin-top: 30px;
}

.white
{
    color: #fff;
}

.header .list-nav{
    float: right;
}

#trash.popover
{
    width: 550px;
    max-width: 550px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px;
    left: calc(100% - 630px) !important;
    top:80px !important;
}

#trash .popover-title
{
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #fff !important;
    border-color: #fff;
    display: table;
}

#trash-modal .modal-header, #status-modal  .modal-header
{
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    /*text-transform: uppercase;*/
    color: #000;
    text-align: center;
    display: table;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

#trash-modal .modal-header .close,  #status-modal  .modal-header .close, .alert.modal .close {
    color: #000;
    font-size: 50px;
    margin-top: -5px;
    opacity: 1;
    font-weight: normal;
}
#trash .popover-content
{
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    text-transform: uppercase;
    color: #2c2c2c;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: normal;
    padding-bottom: 40px;
}

#trash-modal .modal-body,  #status-modal  .modal-body{
    padding-bottom: 50px;
}

#trash-modal .modal-body, #trash-modal label,  #status-modal  .modal-body
{
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

#trash-modal label
{
    margin-top: 10px;
}
#trash .popover-content th
{
    font-weight: normal;
    color: #000;
    padding: 5px;
    padding-bottom: 10px;
}

#trash .popover-content .row
{
    margin-left: 0;
}

#trash .table > thead > tr > th {
    border-bottom: none;
}

#trash .table > tbody > tr > td {
    border-top: 1px solid #797979;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    background-color: #fff;
}

#trash .table > tbody{
    border-bottom: 1px solid #797979;
}

#trash .table .price{
    color: #2c2c2c;
}

#trash .table td:nth-child(3), #trash .table td:nth-child(4)
{
    text-transform: none;
}

#trash .ace-spinner
{
    width: 90px !important;
}
#trash .spinner-input
{
    border: none;
    width: 40px;
    margin-left: 2px;
    margin-right: 2px;
    height: 25px;
}

#trash .spinner-input::-webkit-outer-spin-button,
#trash .spinner-input::-webkit-inner-spin-button,
#trash .spinner-input::-webkit-outer-spin-button:focus,
#trash .spinner-input::-webkit-inner-spin-button:focus,
#trash .spinner-input::-webkit-outer-spin-button:hover,
#trash .spinner-input::-webkit-inner-spin-button:hover{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#trash .spinner-input[type="number"],
#trash .spinner-input[type="number"]:hover,
#trash .spinner-input[type="number"]:focus {
    -moz-appearance: textfield;
}

#trash .spinner-down
{
    background-color: #f47d5b;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 20px;
    color: #394046;
    height: 25px;
    padding-top: 3px;
    width: 25px;
}

#trash .spinner-up
{
    background-color: #48c3ae;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 20px;
    color: #394046;
    height: 25px;
    padding-top: 3px;
    width: 25px;
}

#trash .popover-content table
{
    margin-bottom: 0;
}
#trash .popover-content .trash
{
    font-family: HouschkaRoundedMedium;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #394046;
    margin-top: 30px;
    margin-bottom: 30px;
}

#trash-modal .modal-header .step
{
    border: 1px solid #000;
    border-radius: 30px;
    float: left;
    height: 30px;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-family: HouschkaRoundedBold;
}

#trash-modal .modal-header .step.active
{
    background-color: #49c2af;
    border-color: #49c2af;
    color: #fff;
}

#trash-modal .modal-header .step:nth-child(2)
{
    margin-left: 250px;
    margin-right: 15px;
}

#trash-modal .order label
{
    text-transform: none;
    margin-bottom: 10px !important;
}

#trash-modal form
{
    padding-left: 80px;
    padding-right: 80px;
    text-transform: none;
}

#trash-modal form.confirm{
    text-align: center;
}

#trash-modal form.order input, #trash-modal form.order .select2-container .select2-choice, #trash-modal #sms
{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #595959;
    padding: 5px 20px;
    height: 36px;
    color: #000;
    font-family: HouschkaRoundedMedium;
    font-size: 18px;
}

/*.select2-container .select2-choice > .select2-chosen {*/
    /*color: #666;*/
/*}*/

#trash-modal .order .datetime-label
{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

#trash-modal .order .form-group:first-child .col-sm-12{
    padding-left: 0px;
    padding-right: 0px;
}

.popover.bottom > .arrow::after {
    margin-left: -15px;
    top: -4px;
}

.popover > .arrow::after {
    border-width: 15px;
}

.popover.bottom > .arrow{
    margin-left: 180px;
    top: -11px;
}

#trash .trash_btn, #trash-modal .trash_btn, .order_status  .trash_btn, .alert.modal .btn,
#point-modal .trash_btn, #promo-code-modal .trash_btn
{
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 30px;
    background-color: #49c2af;
    border-color: #49c2af;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: HouschkaRoundedBold;
    font-size: 20px;
    text-transform: none;
}
.order_status  .trash_btn
{
    width: 200px;
}

#trash-modal .form-group.payment, #trash-modal .form-group.send_sms
{
    padding-left: 80px;
    padding-right: 80px;
}

#point-modal .form-group.save_point {
    padding-left: 150px;
    padding-right: 150px;
}

#point-modal .form-group.save_point .trash_btn {
    margin-top: 20px;
}

#promo-code-modal .modal-header {
    border-bottom: 0;
}

#promo-code-modal .modal-body {
    padding-top: 0;
}

#status-modal .modal-body{
    padding-left: 20px;
    padding-right: 20px;
}
#trash .trash_btn.active, #trash-modal .trash_btn.active
{
    background-color: #797979;
    border-color: #797979;
}

#trash-modal #order_date, #trash-modal #order_time{
    float:left;
    margin-top: 10px;
    color: #000;
    text-align: center;
}

#trash-modal #order_date{
    padding: 5px 25px;
    width: 200px;
}

#trash-modal #order_time{
    padding: 5px 20px;
    width: 110px;
}

#trash-modal .help-inline{
    color: #FF0000;
    text-align: justify;
    margin-top: 15px;
    font-size: 14px;
}

#trash-modal form.order, #trash-modal form.confirm {
    /*margin-top: 20px;*/
}
#trash form.confirm {
    border-top: 1px solid #464646;
}
#trash .order label, #trash-modal .confirm label {
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    font-weight: normal;
    /*margin-top: 20px;*/
    margin-bottom: 5px;
}

#trash-modal .order .select2-container .select2-choice .select2-arrow b {
    background-position: 5px 2px;
}

#trash-modal .order .select2-container .select2-choice .select2-arrow{
    background: none;
    border-radius: 0 10px 10px 0;
    width: 30px;
    border-color: #595959;
    color: #000;
}

#trash-modal .order .select2-container .select2-choice abbr
{
    right: 40px;
}
#trash-modal .select2-container, #point-modal .select2-container
{
    text-transform: none;
    font-family: HouschkaRoundedMedium;
    font-size: 16px;
    color: #2c2c2c;
    padding: 0;
    border: none;
}
.alert.modal
{
    text-align: center;
    color: #000;
    font-family: HouschkaRoundedMedium;
    font-size: 20px;
    font-weight: normal;
}

.alert.modal .modal-header {
    border-bottom: none;
}
.alert.modal .fa-stack
{
    font-size: 30px;
    font-weight: normal !important;
}

.alert.modal .btn-alert
{
    width: 100%;
    display: table;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.alert.modal .btn-alert .btn
{
    width: 150px;
}

.select2-results
{
    font-family: HouschkaRoundedMedium;
    font-size: 16px;
}
.select2-container .select2-choice{
    height: 32px;
}

#trash-modal #sms
{
    margin-bottom: 50px;
    text-align: center;
    width: 150px;
}

.order_status
{
    font-size: 20px;
}

.order_status .alert{
    text-align: center;
}
.order_status td{
    text-align: left;
    padding: 10px;
}

.order_status thead tr:last-child td{
    padding-bottom: 10px !important;
}

.order_status thead td {
    text-align: left;
    border: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.order_status table .info td:first-child{
    border-left: 0;
}
.order_status table .info td
{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 2px solid #fff;
    background-color: #dee0e7 !important;
}
.order_status .table-responsive{
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_status .all_result
{
    width: auto;
    text-align: center;
}

.order_status .form-group.status
{
    width: 100%;
    display: table;
    text-align: center;
}

.order_status .rating{
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

#trash .delete
{
    color: #dadada;
    cursor: pointer;
    font-size: 20px !important;
    width:10px;
}

#trash tr:hover .fa, #trash tr:focus .fa
{
    display: block;
}

#trash .delete .fa
{
    background-color: #797979;
    line-height: 0.8;
    border-radius: 30px;
    display: none;
}

.trash_btn.payment.compact {
    line-height: 0.7;
}

.trash_btn.payment small {
    font-size: 14px;
}

.btn_payments label{
    padding-left: 0;
}
.btn_payments .col-sm-6{
    padding-left: 0px;
}

.btn_payments .col-sm-6:last-child {
    padding-right: 0px;
}

#promo-offer {
    line-height: 1.5 !important;
    font-size: 13px !important;
    color: #000;
    display: block;
    margin-top: 5px;
    text-align: center;
}

@media screen and (max-width: 1040px)
{
    #trash.popover {
        left: calc(100% - 600px) !important;
    }
}

@media screen and (max-width: 991px)
{
    .container{
        width: 100%;
    }

    #navbar .navbar-buttons, .navbar-toggle, .header #navbar .navbar-buttons .nav
    {
        float: left;
    }

    .header #navbar .navbar-buttons
    {
        display: table;
        width: 100%;
        border: none !important;
    }

    .header .navbar-default .navbar-toggle:hover,  .header .navbar-default .navbar-toggle:focus
    {
        background-color: #fff;
    }

    .header #navbar .navbar-toggle{
        text-transform: uppercase;
        border: none;
        margin-top: 7px;
    }

    .header ul.navbar-nav > li > a.trash{
        border: none;
        padding-bottom: 10px !important;
        padding-top: 25px !important;;
    }

    .header .nav-trash
    {
        float: right !important;
        position: absolute;
        top: 0px;
        right: 0;
    }

    .header .text-trash{
        display: none;
    }

    .header #navbar-container
    {
        display: table;
        width:100%;
    }

    .header .list-nav{
        float: none;
    }

    .header .list-nav .navbar-nav:first-child{
        margin-left: 40px;
    }

    .header #navbar .navbar-buttons .nav#menuNavbar
    {
        background-color: #fff;
        left: 230px;
        margin-top: 0;
        position: absolute;
        top: 68px;
    }

    #trash.popover {
        left: calc(100% - 570px) !important;
    }
}

@media screen and (max-width: 900px)
{
    .instruction .interval
    {
        width: 150px;
    }
    .instruction .title_steps .title_step
    {
        margin-right: 120px;
    }

}

@media screen and (max-width: 788px)
{
    .instruction .title_steps .title_step {
        margin-right: 100px;
    }

    .instruction .steps .step{
        height: 125px;
        width: 125px;
    }

    .instruction .steps .step .info
    {
        font-size: 35px;
        padding-top: 25px;
    }
}

/*Мобильная версия*/
@media screen and (max-width: 767px)
{
    #point-modal .form-group.save_point {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .links
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .links a
    {
        display: block;
        margin-bottom: 20px;
    }

    .subtop
    {
        background: rgba(0, 0, 0, 0) url("../img/m_top_bg_wd.jpg") no-repeat scroll 0 0;
        height: 667px;
        padding-top: 30px;
    }

    .main{
        padding-top: 70px;
    }
    .subtop .title
    {
        font-size: 30px;
        line-height: 30px;
    }

    .card .image
    {
        padding-left: 0;
    }

    .card .title
    /*, .card .text, .card .list-item*/
    {
        text-align: center;
    }

    .card .text-block
    {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        display: table;
    }

    .instruction .steps, .instruction .title_steps {
        display: table;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 50px;
        text-align: center;
        width: 50px;
    }

    .instruction .title_steps .title_step {
        margin-right: 0px;
        margin-bottom: 100px;
    }

    .instruction .steps .step .info {
        font-size: 25px;
        padding-top: 10px;
    }

    .instruction .steps .step {
        height: 80px;
        width: 80px;
    }

    .instruction .interval {
        height: 80px;
        margin-top: 0;
        margin-left: 30px;
        width: 15px;
    }

    .instruction .title_steps .title_step:last-child {
        margin-bottom: 0;
    }

    #trash .trash_btn, #trash-modal .trash_btn, .order_status  .trash_btn
    {
        margin-bottom: 10px;
    }

    .order_status .table-responsive{
        font-size: 12px;
    }

    #trash-modal .modal-header .step:nth-child(2) {
        margin-left: 300px;
    }

    #trash-modal .modal-header {
        padding-bottom: 0;
    }

    .menu .panel-body .row {
        margin-top: 0px;
    }

    .menu .panel-body .col-xs-6 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 547px)
{
    .subtop .big_title {
        font-size: 55px;
        line-height: 55px;
    }

    .main {
        padding-top: 70px;
    }

    .subtop .title {
        font-size: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        text-transform: none;
        width: 250px;
    }

    .instruction .title {
        font-size: 30px;
    }

    .card .title {
        font-size: 24px;
    }

    .card .text {
        font-size: 18px;
        margin-top: 20px;
    }

    .card .list-item {
        font-size: 16px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

    .menu .col-xs-6
    {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .menu .panel-body {
        padding: 0;
    }

    .header .list-nav .navbar-nav:first-child {
        margin-left: 10px;
    }

    .header #navbar .navbar-buttons #menuNavbar.nav {
        left: 200px;
    }

    .footer {
        height: 60px;
        padding-top: 20px;
    }

    .menu .panel-heading {
        padding: 20px 0 15px;
    }

    .menu .panel-title {
        font-size: 20px;
    }

    .instruction .title_steps .title_step {
        text-align: left;
    }

    #trash.popover {
        left: 0px !important;
        width: 100%;
    }

    .order_status .table-responsive{
        font-size: 10px;
    }

    #trash tr .fa
    {
        display: block !important;
    }

    #trash-modal .modal-header .step:nth-child(2) {
        margin-left: 200px;
    }

    #trash-modal form {
        padding-left: 50px;
        padding-right: 50px;
        text-transform: none;
    }

    .menu .item {
        font-size: 14px;
     }

    /*.menu .panel-body .col-xs-6 img, .menu .item{
       width:100px;
     }*/

    .menu .in_trash {
        font-size: 18px;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -moz-box;

        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;

    }

    .row-eq-height .col-xs-6{
	width:49%;
    }

    .btn_payments{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px)
{
    .header .list-nav .navbar-nav:first-child {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 0;
    }

    .header ul.navbar-nav > li > a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header #navbar .navbar-toggle {
        font-size: 14px;
    }

    .subtop .links a {
        font-size: 20px;
        padding: 10px 30px 5px;
    }

    .subtop .title {
        font-size: 30px;
        line-height: 30px;
    }

    .subtop .big_title {
        font-size: 45px;
        line-height: 45px;
    }

    .subtop {
        height: 568px;
    }

    .instruction .steps, .instruction .title_steps {
        margin-top: 10px;
    }

    .instruction .steps .step {
        height: 60px;
        width: 60px;
    }

    .instruction .steps .step {
        border: 5px solid #fff;
    }

    .instruction .steps .step .info {
        font-size: 20px;
        padding-top: 10px;
    }

    .instruction .interval {
        margin-left: 25px;
        width: 10px;
    }

    .instruction .title_steps .title_step {
        margin-bottom: 45px;
    }

    .card .text {
        font-size: 15px;
        margin-top: 10px;
    }

    .card {
        padding-top: 20px;
    }

    .card .list-item {
        font-size: 14px;
    }

    .card .list-item:last-child {
        margin-bottom: 21px;
    }

    .menu .in_trash {
        font-size: 18px;
    }

    .popover.bottom > .arrow {
        margin-left: 100px;
        top: -5px;
    }

    #trash .popover-content
    {
        font-size: 16px;
    }

    #trash .table > tbody > tr > td {
        font-size: 12px;
    }

    #trash-modal .order label, #trash-modal .confirm label {
        font-size: 14px;
    }

    #trash-modal form.order, #trash-modal form.confirm {
        margin-top: 10px;
    }

    #trash-modal .modal-header .step:nth-child(2) {
        margin-left: 120px;
    }

    #trash-modal .col-xs-8, #trash-modal .col-xs-4  {
        width: 100%;
    }

    #trash-modal form {
        padding-left: 10px;
        padding-right: 10px;
    }

    #trash-modal .col-xs-8, #trash-modal .col-xs-4 {
        font-size: 14px;
    }

    #trash-modal .col-xs-4
    {
        margin-top: 20px;
    }

    #trash-modal label {
        margin-top: 20px;
    }

    #trash-modal form.order, #trash-modal form.confirm {
        margin-top: 0;
    }

    #trash-modal .modal-body {
        padding-bottom: 10px;
        padding-top: 0;
    }

    #trash-modal .col-xs-8, #trash-modal .col-xs-4 {
        width: auto;
    }

    #trash-modal #order_date {
        padding: 5px;
        width: 150px;
    }

    #trash-modal .col-xs-4 {
        margin-top: 0;
    }

    #trash-modal .modal-body .col-xs-12, #trash-modal .modal-body .col-xs-4, #trash-modal .modal-body .col-xs-8
    {
        padding-left: 0;
    }

    #trash-modal .modal-body .col-xs-12, #trash-modal .modal-body .col-xs-4{
        padding-right: 0 !important;
    }

    #trash-modal .modal-body .col-xs-8{
        padding-right: 25px;
    }

    .alert{
        font-size: 14px;
    }

    #promo-code-modal .trash_btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 320px)
{
    #trash .popover-content {
        font-size: 14px;
    }

    #trash-modal .order label, #trash-modal .confirm label {
        font-size: 12px;
    }

    #trash-modal .modal-body {
        padding: 0 0 10px;
    }

    #trash-modal .order label, #trash-modal .confirm label {
        font-size: 14px;
    }

    #trash-modal .modal-header .step:nth-child(2) {
        margin-left: 100px;
    }

    #trash-modal .modal-body .col-xs-8{
        padding-right: 15px;
    }
}
