@font-face {
    font-family: 'GEO_CAPS';
    src: url('/assets/fonts/TBCContracticaCAPS-Bold.ttf');
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/HelveticaNeueMedium.ttf');
}

*{
    margin: 0;
    padding: 0;

    font-family: 'Helvetica';
}

.ka_caps{
    font-family: 'GEO_CAPS' !important;
}


body{
    background-color: #000;
    color: #fff;
}

a{
    text-decoration: none;
}

.px{
    max-width: 1300px;
    margin: 0 auto;
}

.w-100{
    width: 100% !important;
}

.w-75{
    width: 75% !important;
}

.w-50{
    width: 50% !important;
}

.w-30{
    width: 30% !important;
}

.w-25{
    width: 25% !important;
}

.w-20{
    width: 20% !important;
}

.f-100{
    flex: 1 !important;
}

.f-75{
    flex: 0 0 75% !important;
}

.f-50{
    flex: 0 0 50% !important;
}

.f-30{
    flex: 0 0 30% !important;
}

.f-25{
    flex: 0 0 25% !important;
}

.f-20{
    flex: 0 0 20% !important;
}


header{
    width: 100%;
}

.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.contact_info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 4;
    gap: 30px;
}

.soc_media, .logo{
    flex: 1;
}

.soc_media{
    text-align: right;
}

.soc_media img{
    width: 24px;
}

.contact_info > a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
}

.contact_info img{
    width: 24px;
}

.cif{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cif > p{
    font-size: 16px;
    font-weight: bold;
}

.cif > span{
    font-size: 14px;
}

.menu{
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #3E3E3E;
    border-bottom: 1px solid #3E3E3E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menu > a{
    font-size: 18px;
    color: #fff;
    font-family: 'GEO_CAPS';
}


#hero{
    width: 100%;
    height: 600px;
    position: relative;
}

#hero > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tire_filter{
    position: absolute;
    bottom: 100px;
    left: 20%;
    z-index: 99;
    width: 370px;
}

.tire_filter img{
    width: 100%;
}

#size_filter_form{
    background-color: rgba(0,0,0, .3);
    padding: 20px;
}

.form_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.form_group{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#size_filter_form select{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
    width: 70px;
    height: 32px;
}

#size_filter_form select option{
    background-color: #000;
}
.form_submit{
    margin-top: 20px;
    text-align: center;
}

.form_submit >  button{
    padding: 8px 24px;
    border: 1px solid rgb(246, 135, 50);
    outline: none;
    box-shadow: none;
    background-color: #d9ab1d;
    color: #000;
    transition: all .6s ease-in-out;
    cursor: pointer;
}


.form_submit >  button:hover{
    background-color: #fff;
}


.block_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.block_item{
    flex: 1;
    height: 240px;
    position: relative;
}

.block_item  img{
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_title{
    background-color: #f57a1b;
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    padding: 20px 24px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #fff;
}

.block_title:after {
    background-color: #f57a1b;
    content: " ";
    display: inline-block;
    height: 62px;
    position: absolute;
    right: -38px;
    top: 0;
    transform: skew(-20deg);
    width: 50px;
    z-index: 0;
}

.block_info{
    font-size: 16px;
    color: #fff;
    margin: 30px 20px;
}

.block_price{
    margin: 40px 20px;
}

.block_price > p{
    font-family: 'GEO_CAPS';
    font-size: 24px;
    color: #fff;
}


#ad_block{
    padding: 60px 0;
    background-color: #090909;
}

.ad_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.ad_text{
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ad_text > h3{
    font-size: 22px;
    font-family: 'GEO_CAPS';
    color: rgba(205,144,35,1);
}

.ad_text > p{
    color: #C1C1C1;
    font-size: 16px;
    line-height: 22px;
}

#latest_products{
    margin: 80px 0;
}

.lp_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.lp_title > h3{
    color: #fff;
    font-family: 'GEO_CAPS';
    font-size: 22px;
}

.products_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.products_item{
    text-align: center;
}

.products_item > p{
    margin: 8px;
}




footer{
    padding: 60px 0 20px;
    background-color: #090909;
}

.footer_logo{
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255, .5);
}

.footer_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_menu >  a{
    color: #C1C1C1;
    font-size: 14px;
    font-family: 'GEO_CAPS';
}

.footer_copy > p{
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255, .5);
}