
@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.tradein .territory-grey{
    min-height: 8%;
position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(47, 47, 47, 0.9);
}
.tradein .territory-grey div{
margin: 20px;
}
.tradein .territory-grey span{
font-size: 21px; font-family: 'FuturaPT'; color: rgb( 255, 255, 255 ); text-transform: uppercase;
    display: block;
}
.tradein .adv{
    width: 33%;
    float: left;
}
.tradein .adv-title{
    padding-right: 30px;
  font-size: 22px;
  font-family: "FuturaPT";
}
.tradein .section-title{
  font-size: 34px;
  font-family: "FuturaPT";
  text-transform: uppercase;
    margin: 30px 0;
}
.tradein .bottom-title{
font-size: 24px;font-weight: bold;margin:20px 0;
}
.tradein .text-title-bold{
  font-size: 20px;
  font-family: "FuturaPT";
margin: 20px 0;
}
.tradein .mark li{
  font-size: 20px;
  font-family: "FuturaPT";
    color: #666666;
}
.tradein .mark li:before{
content: url(/images/check.png);
}
.tradein .about-lnk {
    margin-bottom: 7.29166667vmin
}

.tradein .about-tx {
    width: 65.9375vw;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 6vw;
}
.tradein .pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.about-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%
}

.about-pic {
    position: relative;
    height: 100%
}


.about-bx {
    margin-top: 5.41666667vmin;
    z-index: 2;
    position: relative
}
body .tradein .about-bx h1 {
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #FFFFFF;
    display: block;
	text-align:left;
font-size:50px;
font-family: 'FuturaPT', sans-serif; 
text-transform: inherit;
}
@media (min-width: 1200px){
body .tradein .home-callback__form {
   margin: 0;
}
}
@media (max-width: 1200px){
.tradein section {
    padding-bottom: 40px;
}
}
@media (max-width: 751px){
.tradein section {
    padding-left: 15px;
    padding-right: 15px;
}
.tradein .adv{
    width: 100%;
    float: none;
text-align: center;
}
.tradein .about-tx {
    width: 100%;
}
}
