/*!
 * Body content
 */
html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: "18px";
}

/*
.wrapper {
  max-width: 1250px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
*/
/*!
 * Header content
 */
a:hover {
    text-decoration: none;
}

.fa-clock, .fa-envelope, .fa-phone, .fa-map-marker-alt {
    font-size: 22px;
    color: #b9aa93;
}

.fa-shopping-cart, .fa-user {
    font-size: 30px;
    color: #b9aa93;
    margin-left: 10px;
}

.head-top a {
    color: #343333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-variant: small-caps;
}

.head-top {
    border-bottom: 3px solid #ddc8a9;
}

.head-top ul {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
}

.head-top ul li {
    margin-right: 30px;
    font-weight: 700;
    line-height: 20px;
    font-variant: small-caps;
}

.head-top ul li a {
    color: #343333;
    font-size: 15px;
}

.icon-social {
    width: 138px;
    margin-right: 0px!important;
}

.icon-social img {
    vertical-align: middle;
    margin-left: 5px;
    width: 25px;
}

.btn2:hover {
    color: white;
    transform: scale(1.1);
}

.btn2 {
    transition: all 0.2s;
    border-radius: 0px;
    background-color: #6797d9;
    padding: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    font-variant: small-caps;
}

.head-mid ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.head-mid ul li {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    font-variant: small-caps;
}

.home {
    position: relative;
}

.opacity {
    width: 100%;
    position: absolute;
    height: 70px;
    background: #b9aa93;
    z-index: 10;
    opacity: 0.6;
}

.cont-head-bottom {
    position: absolute;
    width: 100%;
}

.head-bottom {
    z-index: 100;
    position: absolute;
    padding-top: 25px;
    padding-bottom: 25px;
    top: 0px;
}

.head-bottom ul {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
}

.head-bottom ul li {
    margin-right: 30px;
    font-weight: 700;
    line-height: 20px;
    font-variant: small-caps;
}

.head-bottom ul li a {
    color: white;
    font-size: 18px;
}

/*!
 * Main content
 */
.carousel-caption {
    top: 100px;
    height: 80%;
}

.carousel-caption p {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 30px;
    color: #ffffff;
}

.carousel-caption h5 {
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
    font-size: 46px;
}

.carousel-caption a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-variant: small-caps;
    padding: 10px 30px;
    background-color: #6797d9;
}

.carousel-indicators li {
    width: 61px;
    height: 4px;
    margin-right: 10px;
    margin-left: 10px;
    background: white;
}

.carousel-indicators .active {
    background-color: #6797d9;
}

.cont-search-form {
    box-shadow: 4px 3px 16px rgba(0, 0, 0, 0.3);
    background-color: #1a150f;
}

.cont-search-form .btn-search:hover {
    transform: scale(1.1);
}

.cont-search-form .btn-search {
    transition: all 0.2s;
    padding: 15px 30px;
    background-color: #6797d9;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    font-variant: small-caps;
    border: none;
    cursor: pointer;
}

.cont-search-form select:last-child {
    margin-right: 0px;
}

.cont-search-form select {
    height: 38px;
    margin-right: 10px;
}

.cont-search-form h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-variant: small-caps;
}

.shop .item:hover {
    border: 3px solid rgba(185, 170, 147, 0.3);
}

.shop .item {
    border-radius: 2px;
    transition: all 0.2s;
    border: 3px solid #d5d3d3;
    background-color: #fefdfd;
    width: 261px;
    padding: 15px 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.shop .item .retail h5, .shop .item .retail p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-variant: small-caps;
}

.shop .item .wholesale h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-variant: small-caps;
}

.shop .item .wholesale p {
    font-weight: 700;
    color: #6797d9;
}

.shop .item .item-title h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.85px;
    font-variant: small-caps;
}

.shop .item .item-title h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.85px;
    font-variant: small-caps;
}

.shop .item .qua {
    background-color: #eae5de;
    border: none;
    outline: none;
    text-align: center;
    color: #000000;
}

.shop .item .add-btn:hover {
    background-color: #6797d9;
}

.btn-cart {
    width: 170px;
    text-align: center;
}

.shop .item .add-btn {
    margin-left: 2px;
    transition: all 0.2s;
    padding: 10px 10px;
    text-decoration: none;
    background-color: #b9aa93;
    color: #ffffff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-variant: small-caps;
}

.shop h3 {
    color: #b9aa93;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.shop a {
    color: #6797d9;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    font-variant: small-caps;
}

.shop-pro {
    background-image: url(../img/bg-shop-pro.jpg);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.33);
    background-size: cover;
    background-repeat: no-repeat;
}

.shop-pro .item:hover {
    border: 3px solid rgba(185, 170, 147, 0.3);
}

.shop-pro .item {
    border-radius: 2px;
    transition: all 0.2s;
    border: 3px solid #d5d3d3;
    background-color: #fefdfd;
    width: 261px;
    padding: 15px 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.shop-pro .item .retail h5, .shop-pro .item .retail p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-variant: small-caps;
}

.shop-pro .item .wholesale h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-variant: small-caps;
}

.shop-pro .item .wholesale p {
    font-weight: 700;
    color: #6797d9;
}

.shop-pro .item .item-title h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.85px;
    font-variant: small-caps;
}

.shop-pro .item .item-title h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.85px;
    font-variant: small-caps;
}

.shop-pro .item .qua {
    background-color: #eae5de;
    border: none;
    outline: none;
    text-align: center;
    color: #000000;
}

.shop-pro .item .add-btn:hover {
    background-color: #6797d9;
}

.shop-pro .item .add-btn {
    margin-left: 2px;
    transition: all 0.2s;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #b9aa93;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-variant: small-caps;
}

.shop-pro h3 {
    color: #b9aa93;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.shop-pro a {
    color: #6797d9;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    font-variant: small-caps;
}

.about h3 {
    color: #b9aa93;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.about a {
    color: #6797d9;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    font-variant: small-caps;
}

.about p {
    color: #363636;
    font-size: 18px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 20px;
}

.about p strong{
    font-weight: 600!important;
}
.about .news .n-itam p {
    margin: 0px;
}

.about .news .n-itam h4 {
    font-size: 18px;
    color: #b9aa93;
    font-weight: bold;
}

.about .news .n-itam a {
    font-size: 18px;
    color: #6797d9;
}

.about .about-bg {
    box-shadow: 4px 3px 16px rgba(0, 0, 0, 0.28);
    background-color: #eef2f8;
}

.prim {
    background-image: url(../img/bg-prim.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.prim h3 {
    color: #b9aa93;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.prim .prim-itams:last-child {
    margin-right: 0px;
}

.prim .prim-itams {
    width: 210px;
}

.prim .prim-itams img {
    display: flex;
    margin: 10px auto;
}

.prim .prim-itams p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.footer-top .container {
    border-bottom: 4px solid #b9aa93;
}

.footer-top ul {
    padding-left: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
}

.footer-top ul li {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.footer-mid .visa p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    font-variant: small-caps;
    margin-right: 5px;
    margin-bottom: 0px;
}

.footer-mid .social p {
    margin-bottom: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    font-variant: small-caps;
    margin-right: 5px;
}

.footer-bottom {
    background-color: #1a150f;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-variant: small-caps;
}

.social a:last-child {
    margin-right: 0px;
}

.social a {
    margin-right: 15px;
    color: #000000;
    font-size: 21px;
}

/*.container-video .social .fa-youtube{
  color: #f00;
}
.container-video .social .fa-instagram{
  color: #a100db;
}
.container-video .social .fa-facebook-f{
  color: #2d6aff;
}*/
.container-video .social a:hover {
    opacity: 0.5;
}

/*!
 * Footer content
 */
/*Responsive*/
/* Medium Layout: 1200px. */
/* Tablet Layout: 992px. */
/* Mobile Layout: 768px. */
/* Wide Mobile Layout: 576px. */
/* Wide Mobile Layout: 375px. */

/*# sourceMappingURL=style.css.map */

@font-face {
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    src: url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.eot);
    src: local(''),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.eot?#iefix) format('embedded-opentype'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.woff2) format('woff2'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.woff) format('woff'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.ttf) format('truetype'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-regular.svg#Jost) format('svg')
}

@font-face {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    src: url(/css/fonts/jost/jost-v3-latin_cyrillic-600.eot);
    src: local(''),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-600.eot?#iefix) format('embedded-opentype'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-600.woff2) format('woff2'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-600.woff) format('woff'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-600.ttf) format('truetype'),
    url(/css/fonts/jost/jost-v3-latin_cyrillic-600.svg#Jost) format('svg')
}

.h1-desc {
    position: relative;
    background: #b9aa93;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 25px;
    margin-top: -15px;
    font-family: Jost, Arial, sans-serif;

}
.assistance_military{
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    color: #fff;
    min-height: 56px;
    padding: 3px;
    font-size: 16px;
    text-align: center;
    display: block;
    background-image: url(/img/head_flag.png);
    background-repeat: repeat-x;
    background-size: contain;
}
.assistance_military a {
    -webkit-animation: assistance_military 2s linear infinite;
    animation: assistance_military 2s linear infinite;
    font-weight: bold;
}
@-webkit-keyframes assistance_military {
    0% { opacity: 1 }
    50% { opacity: 0.7 }
    100% { opacity: 1 }
}
@keyframes assistance_military {
    0% { opacity: 1 }
    50% { opacity: 0.5 }
    100% { opacity: 1 }
}

.filter-tires .content-form{
    display: flex;
    flex-wrap: wrap;
}
.filter-tires .form-group{
    margin: 0px 8px 16px;
}
.filter-tires .form-group .btn-group{
    width: 100%;
}
@media only screen and (max-width: 576px) {
    .filter-tires .form-group{
        width: calc(33.33% - 16px);
    }
    .filter-tires .form-group:first-child{
        width: 100%;
    }
}
@media only screen and (max-width: 410px) {
    .filter-tires .form-group{
        width: calc(50% - 16px);
    }
    /*.filter-tires .form-group:first-child{*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (min-width: 900px) {
    .w-lg-50{
        width: 50%!important;
    }
    .w-lg-auto{
        width: initial!important;
    }
}