.tabs
{
    display: table;
    width: 100%;
    border-spacing:5px 0;
}
.tabs .tab-item
{
    display: table-cell;
    cursor: pointer;
    background-color: #e8eff7;
    padding: 7px 0 6px 0;
    text-align: center;
    border-radius: 5px;
    width: 33.3%;
    position: relative;
}
.tabs .tab-item span
{
    color:#606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 17px;
}
.tabs .tab-item:hover span, .selec span
{
    color: #ffffff!important;
}
.tabs .tab-item:hover, .selec
{
    background-color: #6296d7!important;
}
.tabs .tab-item:hover .triangle, .selec .triangle
{
    display: block;
}
.triangle
{
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-top:7px solid #6296d7;
    border-bottom:7px solid rgba(0,0,0,0);
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    bottom: -14px;
    left: 48%;
}
.price_table
{
    display: none;
}
#fb_transfer .input select
{
    width: 164px!important;
}
#fb_transfer .input input, #fb_transfer .input select
{
    float: right;
    width: 150px;
    margin-right: 32px;
}
#fb_transfer .input
{
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
#fb_transfer .textarea textarea
{
    margin-top: 10px;
    width: 94%;
    margin-right: 32px;
    margin-bottom: 18px;
}
.pr
{
    font-size: 18px;
    font-weight: bold;
}
#fb_transfer .submit
{
    float: right;
    margin-right: 32px;
}
#fb_transfer
{
    padding: 27px 0px 24px 12px;
}
#fb_transfer .detail_text
{
    margin-bottom: 18px;
}
#fb_transfer label, #fb_transfer .detail_text
{
    color: #606265;
    font-size: 15px;
    font-family: 'Open Sans', 'sans-serif';
}
#fb_transfer .number_persons input
{
    width: 32px;
}
#fb_transfer .clr
{
    border-bottom: 1px solid #acacac;
    margin-bottom: 18px;
    margin-right: 32px;
    width: 95%;
}
#fb_transfer .input:nth-child(2n) label
{
    display: block;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
}
.price_table table
{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
}
.price_table table tbody tr:first-child td
{
    text-align: center!important;
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
    font-weight: bold;
}
.price_table table a:hover
{
    text-decoration: underline;
}
.price_table table a
{
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.price_table table tr td:first-child
{
    text-align: left;
}
#fb_transfer .dostavka label
{
    float: left;
}
.car_full h2
{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #5685c1;
    text-align: center;
}
.car_full .car_description
{
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 13px;
}
.car_full ul
{
    color: #606265;
    font-size: 18px;
    font-family: 'Open Sans', 'sans-serif';
    line-height: 20px;
    list-style: none inside;
    padding-left: 10px;
}
.car_full ul li:before{
    content: "\2043";
    margin-left: -1ex;
    margin-right: 1ex;
}
.slider
{
    margin-top: 18px;
    margin-bottom: 25px;
}
.car_table table tr td:last-child,
.car_table table tr:first-child td
{
    text-align: center;
}
.car_table table tr td:first-child
{
    font-weight: normal;
}
.car_table table tr td
{
    color: #606265;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}
.car_table table tr:first-child td
{
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
    font-weight: bold;
}
.car_table table
{
    margin-top: 18px;
    width: 100%;
}
.car_table table, .price_table table
{
    border: 1px solid black;
    border-collapse: collapse;
}
.car_table table tr td, .price_table table tr td
{
    border: 1px solid black; /* Граница вокруг ячеек */
}
#fb_transfer
{
    margin-top: 18px;
}
.for-center
{
    position: relative;
}
.for-center:hover .hbl
{
    display: block;
}
.hbl
{
    color: #ffffff;
    font-size: 14px;
    font-family: Arial;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    display: none;
    background-color: #000;
    opacity: 0.7;
}
.texttt
{
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 13px;
    margin-bottom: 10px;
}
.min_zakaz {
    color: #606265;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 13px;
}
.min_zakaz
{
    font-size: 15px;
}