.ekii-img {
    width: 100px; /* desktop default */
    height: auto;
    max-width: 100%;
    margin-top: 10px;
  }
  
  @media (max-width: 768px) {
    .ekii-img {
      width: 100px; /* smaller on mobile */
    }
  }

/* latin */
@font-face {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Patua One'), local('PatuaOne-Regular'), url(fonts/ZXuke1cDvLCKLDcimxB44_lu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(fonts/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  
  /* latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(fonts/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
/* latin */
@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Abel Regular'), local('Abel-Regular'), url(fonts/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
body {
    color: black;
    background-color: white;
    border: 0px;
}
html {
    scroll-behavior: smooth;
  }
.header{
    display: block;
    box-sizing: border-box;
}
p{
    line-height: 25px;
}

.header-filter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
    background-position:center center;
    background-size:cover
   }
   .header-filter:before,
   .header-filter:after {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:""
   }
   .header-filter::before {
    background-color:rgba(0,0,0,0.5);
   }
   .header-filter .container {
    position:relative
   }
   .woocommerce.single-product .header-filter {
    background-position:top center
   }
   .carousel .header-filter:before,
   .carousel .header-filter:after {
    z-index:-1;
   }
   .clear-filter:before {
    display:none
   }
   .header .wrapper {
    background:#ccc
   }
   .header .btn {
    margin:0
   }
::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

    .navbar.navbar-transparent {
        color: #fff;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar {
        background-color: #24282b;
        color: #555;
        border-radius: 0;
        
        border: none;
        padding: 0;
        transition: none;
        -webkit-box-shadow: 0 1px 10px -6px rgba(0,0,0,0.42),0 1px 10px 0 rgba(0,0,0,0.12),0 4px 5px -2px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px -6px rgba(0,0,0,0.42),0 1px 10px 0 rgba(0,0,0,0.12),0 4px 5px -2px rgba(0,0,0,0.1);
    }
    .animation-transition-fast, .navbar, .panel .panel-heading i, .section-cards .card {
        -webkit-transition: all 150ms ease;
        transition: all 150ms ease;
    }
    .navbar, .navbar a, .label, .footer .footer-menu a, .media-footer a, .hestia-top-bar {
        font-size: 12px;
    }

    .navbar-header {
        min-width: 150px;
        display: flex;
    }
    .navbar-default {
        background-color: black;
        border-color: #e7e7e7;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar {
        border-radius: 4px;
    }
    .navbar {
    
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;

} 
.con {
    flex-direction: row;
    padding-top: 25px;
    display: flex;
    transition: padding 0.1s ease;
    padding: 10px 15px;
    padding-top: 10px;
    vertical-align: middle;
    align-items: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar.hestia_left .navbar-collapse {
    margin-left: auto;
    
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar .navbar-collapse {
    border: none;
}
.header-filter {
    position: absolute;
    /*
    top: -150px;
    */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover;
}
.page-header {
    display: flex;
    z-index: -2;
}
.page-header {
    will-change: transform;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-position: center center;
    background-size: cover;
}


#pageintro {
padding: 200px 0 900px;
}
#pageintro p {
    color: white;
    font-size: 5rem;
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
}

#pageintro article {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
}


/*Main section*/
#mainsection {
    /*margin: -60px 30px 0; */
    
    
   /* box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
   border-radius: 0px 0px 0 0;
   */
    position: relative;
    background: #fff;
}

.container {
    margin-right: auto;
    margin-left: auto;
    
    width: 1170px;
    max-width: 100%;
    padding: 80px 0;
    /*
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
     */
    

}

section:first-of-type {
    /*border-radius: 0px 0px 0 0;*/
    
    overflow: hidden;
}
#AutoTirz{
    background: #3b3b39;
}
#AutoTirz p{
    padding-left: 10px;
    padding-right: 10px;
}
.row {

   
    text-align: center;
}

.row-single{
    padding-left: 20px;
    padding-right: 20px;
}
.col-md-offset-2 {
    margin: 0 auto;
    width: auto;
    max-width: 500px;
    flex: 0 auto;
}
.col-md-8 {
    width: 66.66666667%;
    padding: 80px 0 120px;
}

#AutoTirz h5{
    color: white;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}
.contactus {
    padding: 90px 0 70px;
}
.section, .section-image {
    background-position: center center;
    background-size: cover;
}
.section-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: unset;
}

   .section-image:after {
    display:block;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    content:""
   }
   .section-image .container {
    position:relative;
    z-index:2
   }
   .section,
   .section-image {
    background-position:center center;
    background-size:cover
   }



.contact-title {
    font-family: 'Titillium Web', sans-serif;
    color: white;
    padding-bottom: 40px;
    /*font-weight: 700;*/
    font-size: 45px;
}
.info-title{
    margin-top: 20px;
    color:white;
    font-size: 18px;
    transition: .3s ease;
    margin: 30px 0 15px;
    font-family: "Roboto Slab","Times New Roman",serif;
    font-weight: 700;
    line-height: 1.618;
}
.fa, .far, .fas {
   
}
/*
#menu-item-custom {
    font-family: 'Abel', sans-serif;;
    font-size: 16px !important;
    color:white;
    
}
*/
@media screen and (min-width: 1200px){
.pad-left{
    /*Changed to 180 from 250 for md screens*/
    padding-left: 350px;
}
}

@media (max-width:1199px) and (min-width:600px) {
    .pad-left{
        /*Changed to 180 from 250 for md screens*/
        padding-left: 50px;
    }
}​


.navbar p {
    margin:0;
} 
.hestia-big-title-content{
    margin: 0 auto;
}
.slogan{
    font-family: 'Patua One', cursive;
    font-size: 86px !important;
    color:white;
}
.logo-slogan{
    font-family: 'Patua One', cursive;
    font-size: 20px !important;
    color:white;
    padding-left: 30px;
}
.hestia-title{
    font-family: 'Titillium Web', sans-serif;
    color:white;
    padding-bottom: 40px;
    /*font-weight: 700;*/
    font-size:30px;
}
.description{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size:16px;

}
#AutoN p{
    text-align: center;
    color:black;
    margin:0 auto;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#AutoN h6{
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    color:black;
    margin:0 auto;
    font-size:14px;
    font-weight: 700;
    padding-bottom: 40px;

}
#AutoN h2{
    
    color:black;
    
}

#menu-item-custom.last-menu-item{
/*padding-right: 400px;*/
}

section#AutoN.col-md-offset-2 {
    margin: 0;
    width: auto;
    
}

/*autonoma*/
.nospace {
    margin: 0;
    padding: 0;
    list-style: none;
}
.one_third {
    width: 30.52631%;
    display: inline-block;
    float: left;
    list-style: none;
}
.article-noma{
    height: 150px;
}

/*Autosports*/
#Sport h2 {
    color: black;
    margin: 0 auto;
}
#Sport p {
    text-align: center;
    color: black;
    line-height: 40px;
    margin: 0 auto;
    max-width: 900px;

    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
#menu-main-menu{
    margin: 0 auto;
}
#menu-main-menu li a{
font-family: 'Abel', sans-serif;;
    font-size: 16px !important;
    color:white;
}
.navbar-toggler{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 50 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.row-contacts{
    /*
    margin-left: -50px;
    */
}
.flag-eng{
 background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3Cpath%20fill%3D%22%23002b7f%22%20d%3D%22M0%202h16v12H0z%22%2F%3E%3Cpath%20d%3D%22M0%2014h2.133L16%203.637V2h-2.133L0%2012.363V14z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M16%2014h-2L0%204.182V2h1.6L16%2012.363V14z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%202h4v12H6z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%206h16v4H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M0%207h16v2H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M7%202h2v12H7zM0%2014h1.067L6%2010H5l-5%204zM10%206h1l5-4h-1l-5%204zM16%2014v-1.091l-4-2.91h-1.5l5.5%204zM0%202v1.09L4%206h1.5L0%202z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M15%202v12H1V2h14m1-1H0v14h16V1z%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 min-width: 16px;
 min-height: 15px;  
}
.flag-ger{
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%202h16v4H0z%22%2F%3E%3Cpath%20fill%3D%22%23d52b1e%22%20d%3D%22M0%2010h16v4H0z%22%2F%3E%3Cpath%20fill%3D%22%230039a6%22%20d%3D%22M0%206h16v4H0z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M15%202v12H1V2h14m1-1H0v14h16V1z%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    min-width: 16px;
    min-height: 15px;  
   }
   .flag-rus{
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Csymbol%20id%3D%22a%22%20viewBox%3D%22-8%20-8%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-8-8H8V8H-8z%22%2F%3E%3Cpath%20fill%3D%22%23191919%22%20d%3D%22M8%202H-8v4H8z%22%2F%3E%3Cpath%20fill%3D%22%23ed0000%22%20d%3D%22M8-2H-8v4H8z%22%2F%3E%3Cpath%20fill%3D%22%23fc0%22%20d%3D%22M8-6H-8v4H8z%22%2F%3E%3Cpath%20d%3D%22M7%206V-6H-7V6H7m1%201H-8V-7H8V7z%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fsymbol%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20width%3D%2216%22%20height%3D%2216%22%20x%3D%22-8%22%20y%3D%22-8%22%20transform%3D%22matrix%281%200%200%20-1%208%208%29%22%20overflow%3D%22visible%22%2F%3E%3C%2Fsvg%3E");
    min-width: 16px;
    min-height: 15px;  
   }

.menu-flag{
    padding-right: 10px;
}
.hestia-features-title-area{
color: white;
text-align: left;
padding-right: 10px;
padding-left: 10px;
font-family: 'Titillium Web', sans-serif;
font-weight: 300;
font-size: 16px;
}
.autoap{
    padding-bottom: 30px;
}
.noma h6{
    padding-top: 25px;;
}
.col-sm-noma{
    padding-bottom: 50px;
}


.image{

float: left;
}

.gallery img{
width: 200px;
max-height: 110px;
height: 110px;
object-fit: cover;
padding-bottom:15px;
padding-left: 15px;
}
.imageChange{
    text-align: left;
    padding-left: 15px;
}
.sportsgal img {
width: 200px;
max-height: 110px;
height: 110px;
object-fit: cover;
padding-bottom:15px;
padding-left: 15px;
} 
