@charset "UTF-8";
/*body {*/
/*background-color: #FFF;*/
/*margin: 0;*/
/*padding: 0;*/
/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
/*}*/
.header_contacts a {
    color: #fff;
    text-decoration: none;
}

.header_contacts a:hover {
    color: #fff;
    text-decoration: underline;
}

.phone_numer a {
    color: #555;
    text-decoration: none;
}

.phone_numer a:hover {
    color: #555;
    text-decoration: underline;
}

.cp {
    cursor: pointer;
}

.categories li:hover {
    text-decoration: underline;
}

.cb {
    clear: both;
}

.contacts_bar a {
    color: #555;
    text-decoration: none;
}

.contacts_bar a:hover {
    color: #555;
    text-decoration: underline;
}

.go_to_cart a {
    color: #555;
    text-decoration: none;
}

.go_to_cart a:hover {
    color: #555;
}

.regular_price {
    color: #000 !important;
    margin-top: 11px !important;
}

.tires_link a {
    color: #000;
    text-decoration: none;
}

.tires_link a:hover {
    text-decoration: underline;
}

.pagination li {
    float: left;
    margin: 2px;
    padding: 5px 8px;
    background: #ebebeb;
    font-family: 'custom_verdana';
    border: 1px solid #fff;
}

.pagination li.active {
    font-weight: bold;
    border: 1px solid #000;
}

.intervals select, .intervals span {
    float: left;
    /*line-height: 36px;*/
}

.no_items {
    font-family: 'custom_verdana';
    margin: 20px 0;
}

.old_price {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

.discount {
    font-weight: normal;
    font-size: 12px;
}

.go_back {
    font-family: 'Conv_verdana_bold';
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
}

.go_back_cart {
    font-family: 'custom_verdana';
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.top_selects_con {
    display: inline-block;
}

.selects_con {
    /*float: left;*/
    margin-top: 15px;
    bottom: 15px;
    display: inline-block;
}

.selects_con select {
    width: 150px;
}

@media screen and (max-width: 1060px) {
    .top_selects_con {
        margin-bottom: 20px;
    }

    .selects_con select {
        width: 100px;
    }
}

@media screen and (max-width: 800px) {
    .selects_con {
        display: block;
    }

    .selects_con select {
        width: 100%;
    }

    .selects_con:first-child {
        margin-top: 0;
    }
}

.select_con2 select {
    margin-top: 10px;
}

.fuel_efficiency {
    width: 16px;
    height: 20px;
    font-family: arial, sans-serif;
    background: url("../images/pointer.png") no-repeat;
    color: #fff;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    padding-left: 12px;
    margin-left: 57px;
}

.fuel_efficiencyA {
    margin-top: 79px;
}

.fuel_efficiencyB {
    margin-top: 93px;
}

.fuel_efficiencyC {
    margin-top: 106px;
}

.fuel_efficiencyD {
    margin-top: 119px;
}

.fuel_efficiencyE {
    margin-top: 132px;
}

.fuel_efficiencyF {
    margin-top: 145px;
}

.fuel_efficiencyG {
    margin-top: 159px;
}

.grip_quality {
    width: 16px;
    height: 20px;
    font-family: arial, sans-serif;
    background: url("../images/pointer.png") no-repeat;
    color: #fff;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    padding-left: 12px;
    margin-left: 128px;
}

.grip_qualityA {
    margin-top: 79px;
}

.grip_qualityB {
    margin-top: 93px;
}

.grip_qualityC {
    margin-top: 106px;
}

.grip_qualityD {
    margin-top: 119px;
}

.grip_qualityE {
    margin-top: 132px;
}

.grip_qualityF {
    margin-top: 145px;
}

.grip_qualityG {
    margin-top: 159px;
}

.noise {
    width: 16px;
    height: 20px;
    font-family: arial, sans-serif;
    color: #fff;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    padding-left: 12px;
    margin-left: 105px;
    margin-top: 212px;
}

.fitem {
    font-size: 10px;
    color: #fff;

    /*background-color: rebeccapurple;*/
    font-family: arial;
    font-weight: bold;
    position: absolute;
    margin-top: 3px;
}

.fitem1 {
    margin-left: 24px;
}

.fitem2 {
    margin-left: 26px;
}

.fitem3 {
    margin-left: 28px;
}

.clear_search {
    height: 34px;
    width: 110px;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    border: none;
    outline: none;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    margin-top: 8px;
    cursor: pointer;
    /*margin-left: 16px;*/
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
}

.clear_search:hover {
    opacity: 0.8;
}

.dn {
    display: none;
}

.my_tires_list {
    font-family: 'custom_verdana';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    background: #ebebeb;
    padding: 10px 15px;
    font-weight: bold;
}

.my_tires_list a {
    color: #000;
    text-decoration: none;
}

.my_tires_list a:hover {
    text-decoration: underline;
}

.order_select_con {
    margin-bottom: 10px;
    float: right;
    font-family: arial, sans-serif;
    font-size: 12px;
    padding-right: 5px;
}

.order_select {
}

.sticky {
    width: 230px !important;
    position: fixed;
    top: 20px;
}

.sticky_bottom {
    width: 230px !important;
    position: absolute;
    bottom: 0;
}

.order_form {
    padding: 15px 20px;
    background: #f7f7f7;
    font-family: 'pf_din_text_cond_probold';
    font-size: 18px;
    color: #545454;
    margin-top: 50px;
    margin-bottom: 30px;
}

.con1, .con2, .con3 {
    float: left;
    /*height: 200px;*/
    /*margin-right: 20px;*/
}

.con1 {
    /*background: red;*/
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
}

.con2 {
    /*background: blue;*/
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
}

.con3 {
    /*background: purple;*/
    width: 50%;
    box-sizing: border-box;
}

.con_con {
    /*margin-bottom: 10px;*/
}

.con_con label {
    font-family: arial, sans-serif;
    font-size: 14px;
}

.con_con input {
    width: 100%;
}

.con_con textarea {
    width: 100%;
    height: 193px;
}

.con_con input, .con_con textarea {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 12px;
}

.btn_con {
    /*margin-top: 10px;*/
    text-align: right;
    margin-bottom: 50px;
}

.btn_con button {
    /*width: 120px;*/
    height: 30px;
    /*float: left;*/
    margin-top: 12px;
    line-height: 30px;
    color: #333;
    font-family: 'pf_din_text_cond_promedium';
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0 10px;
}

.btn_con button:last-child {
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    transition: 0.3s;
    color: #fff;

}

.btn_con button:hover {
    opacity: 0.8;
}

.alert-danger {
    margin-bottom: 10px;
    padding: 10px;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    margin-bottom: 10px;
    padding: 10px;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.has-error {
    background: #f2dede !important;
}

@media screen and (max-width: 700px) {
    .sticky {
        position: relative;
        top: auto;
    }

    .con1, .con2, .con3 {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {

    .res_table table {
        border: 0;
    }

    .res_table table thead {
        display: none;
    }

    .res_table table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .res_table table th, .cart_table td:first-child, .cart_table th:first-child {
        border: none;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }

    .res_table table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border: none;
        border-bottom: 1px dotted #ccc;

    }

    .res_table table td:last-child {
        border-bottom: 0;
    }

    .res_table table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .res_table .last_tr td:nth-child(1) {
        display: none;
    }

    .res_table .last_tr td:nth-child(2) {
        display: none;
    }

    .cart_table tr:nth-child(even) {
        background: #f7f7f7
    }

    .cart_table tr:nth-child(odd) {
        background: #f7f7f7
    }
}

.btn-blue {
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #0189ed;
    background: -moz-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0189ed), color-stop(100%, #0466c1));
    background: -webkit-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -o-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: -ms-linear-gradient(top, #0189ed 0%, #0466c1 100%);
    background: linear-gradient(to bottom, #0189ed 0%, #0466c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ed', endColorstr='#0466c1', GradientType=0);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-red {
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'pf_din_text_cond_promedium';
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ed5840;
    background: -moz-linear-gradient(top, #ed5840 0%, #8e2d28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed5840), color-stop(100%, #8e2d28));
    background: -webkit-linear-gradient(top, #ed5840 0%, #8e2d28 100%);
    background: -o-linear-gradient(top, #ed5840 0%, #8e2d28 100%);
    background: -ms-linear-gradient(top, #ed5840 0%, #8e2d28 100%);
    background: linear-gradient(to bottom, #ed5840 0%, #8e2d28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5840', endColorstr='#8e2d28', GradientType=0);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-blue:hover, .btn-red:hover {
    opacity: 0.8;
}

.rent-wrap {
    float: right;
    margin-bottom: 50px;
    text-align: right;
}

.login-con {
    width: 100%;
    max-width: 332px;
    margin: 0 auto;
    margin-top: 30px;
}

.logged-con {
    width: 100%;
    /*max-width: 300px;*/
    /*margin: 0 auto;*/
    margin-top: 30px;
    /*text-align: center;*/
    font-family: 'custom_verdana';
    box-sizing: border-box;
}

.login-header {
    width: 100%;
    height: 50px;
    background: #ebebeb;
    font-family: 'custom_verdana';
    line-height: 50px;
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    margin-bottom: 17px;
}

.login-header strong {
    font-family: 'Conv_verdana_bold';
}

.logout-wrap {
    float: right;
    margin-right: 20px;
}

.logout-wrap:hover {
    text-decoration: underline;
}

.logged-wrap {
    float: left;
}

.form-group input.form-control {
    border: 1px #ebebeb solid;
    padding: 10px 15px;
    width: 100%;
    max-width: 300px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-family: 'custom_verdana';
    font-size: 14px;
}

.calendar_left {
    float: left;
    margin-right: 20px;
}

.calendar_right {
    float: left;
    padding-top: 20px;
}

.choose_date {
    margin-bottom: 5px;
    font-family: 'custom_verdana';
}

.reservation-items th {
    background: #81b9e7;
    color: #fff;
    font-family: 'custom_verdana';
}

.reservation-items td, .reservation-items th {
    padding: 10px;
    /*min-height: 40px;*/
    border-bottom: 1px solid #dfdfdf;
}

.reservation-items tr:last-child td, .reservation-items th {
    border-bottom: none;
}

.company-name {
    font-family: 'Conv_verdana_bold';
}

.company_red {
    color: #df523d;
}

@media screen and (max-width: 600px) {
    .reservation-items td, .reservation-items th {
        display: block;
        width: 100%;
    }

    .reservation-items tr:first-child th:nth-child(2) {
        display: none;
    }

    .reservation-items tr:first-child th:nth-child(3) {
        display: none;
    }

    .reservation-items tr:first-child th:nth-child(4) {
        display: none;
    }

    .calendar_right, .reservation-items {
        width: 100%;
    }
}

.ui-state-default {
    text-align: center;
}

.ui-datepicker-today .ui-state-default {
    /*background: #81b9e7;*/
    color: #81b9e7;
    border-color: #81b9e7;
    font-weight: bold;
}

.ui-datepicker-current-day .ui-state-default {
    background: #81b9e7;
    color: #fff;
    border-color: #81b9e7;
}

.rent_error {
    color: #df523d;
    margin-bottom: 20px;
    margin-top: 30px;
    /*text-align: center;*/
}