@font-face {
 font-family: MYRIADPRO-BOLDCOND;
 src: url(../fonts/MYRIADPRO-BOLDCOND.eot); /* EOT file for IE */
}
@font-face {
 font-family: MYRIADPRO-BOLDCOND;
 src: url(../fonts/MYRIADPRO-BOLDCOND.OTF); /* TTF file for CSS3 browsers */
 }
 
 @font-face {
 font-family: MYRIADPRO-BOLDCOND;
 src: url(../fonts/MYRIADPRO-BOLDCOND.ttf); /* TTF file for CSS3 browsers */
 }
 
@font-face {
 font-family: MYRIADPRO-REGULAR;
 src: url(../fonts/MYRIADPRO-REGULAR.OTF); /* TTF file for CSS3 browsers */
 }  

body {
    background: #fff;    
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color:#45575a;
}

.header {
    margin-top: 25px;
}

.phones {
    margin-top: 25px;
    text-align: right;
    font:26px "MYRIADPRO-BOLDCOND";
    line-height: 20px;
}
.phones .number {
    font-size: 48px;
}
.phones .number span {
    font-size: 30px;
    padding-right: 5px;
}
.phones .descr {
    font-size: 20px;
    text-transform: uppercase;
}

.order .descr {
    text-align: center;
   font:20px "MYRIADPRO-BOLDCOND";
    margin-bottom: 10px;
}
.order .descr span {
   font:30px "MYRIADPRO-BOLDCOND";
}

.down-btn {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.down-btn img:hover {
    opacity: 0.8;
}

.car-bg {
    background: url("/img/car-bg.png") no-repeat;
    min-height: 225px;
}

.stopdtp {
    width: 71px;
    height: 71px;
    background: url(/img/stopdtp.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.promo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ph {
    max-width: 200px;
}

a i {
    font-size: 35px;
    height: 40px;
    width: 40px;
    color: #659dc4;
    margin-right: 5px;
    padding-top: 8px;
}
    
a i:hover {
    opacity: 0.8;
    color: #e39500;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a {
    font: 20px "MYRIADPRO-BOLDCOND";
}

.contacts {
    margin-top: 30px;
}
.centers {
    text-align: center;
}

.fa {
    font-size: 20px !important;
}

.disclaimer {
    font-size: 11px;
    line-height: 12px;
    color: #b7b7b7;
    margin-top: 25px;
}

.callback {
    display: block;
    background-color: #e39500;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    .down-btn {
        text-align: center;
        margin-bottom: 15px;
        }
    .mobilecenter {
        text-align: center;
        }
    .ph {
        margin-left: auto;
        margin-right: auto;
        }
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .down-btn {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        }
    .mobilecenter {
        text-align: center;
        }
    .ph {
        margin-left: auto;
        margin-right: auto;
        }
}