@font-face {
  font-family: "ProximaNovaExCn";
  src: url("/font/ProximaNovaExCn-RegWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNovaExCn";
  src: url("/font/ProximaNovaExCn-LightWeb.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNovaExCn";
  src: url("/font/ProximaNovaExCn-SboldWeb.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Glyphs14";
  src: url("/font/14px-honda.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

iframe {
  border: 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "ProximaNovaExCn", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #838376;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 62.5%;
  line-height: 0.9em;
}

body form {
  position: relative;
}

a,
a:hover,
a:active {
  outline: none;
}

address,
blockquote,
code,
dd,
dt,
label,
li,
p,
pre,
td,
th {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #555;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #333;
}

button {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#main-content ul li,
.news-wrap ul li {
  font-size:22px;
  line-height:22px;
  padding: 0 0 10px 20px;
}

#main-content ul li:before,
.news-wrap ul li:before {
    content: "\2022";
    color: #e11428;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

[class$="Icon"]:before {
  font-family: "Glyphs14";
  font-size: 14px;
  speak: none;
  line-height: 1;
  vertical-align: top;
}

h1 {
  margin: 8px 0 16px 0;
  padding: 0;
  color: #e11428;
  font-size: 50px;
  line-height: 50px;
  font-family: "ProximaNovaExCn", Tahoma, Arial;
  font-weight: 300;
}

.model-tbl-price h1, .model-tbl-container h1{
  margin:32px 0 0 0;
  font-size:36px;
  line-height:36px;
}

p.notice{
  margin-top:12px;
}

h2 {
  padding: 0;
  color: #e11428;
  font-size: 40px;
  line-height: 40px;
  font-family: "ProximaNovaExCn", Tahoma, Arial;
  font-weight: 300;
}



h3,
h4,
h5,
h6 {
  margin: 0 0 0.25em 0;
  font-size: 2.3em;
  line-height: 1.2em;
  text-transform: none;
  color: #3b3b3b;
}

h3{
  font-size:23px;
  line-height:23px;
  font-weight:700;
}

.t2rn{
  color:red;
}

.content_inner p:has(.t2rn){
  font-size:16px;
  line-height:16px;
}

.news-item h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 18px 0;
}

.content .news-item h2 {
  margin: 12px 0 0 0;
}

.content .news-item h2 a {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

.content .news-item h2 a:hover {
  text-decoration: none;
  background: transparent;
}

.content .news-item p {
  margin: 0 0 10px 0;
}

.content .news-archive {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0;
  margin: 0;
  grid-row-gap: 40px;
}

.content .news-wrap{
  margin-bottom:40px;
}

.content .news-item:hover {
  text-decoration: none;
}

.content .news-item p span{
  margin-left:4px;
  color:#000;
}

.content .news-image{
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news_container .news-image{
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-block .news-bottom_date {
  font-size: 18px;
  line-height: 18px;
}


.content .news-link {
  color: #000;
  font-family: "ProximaNovaExCn";
  font-weight: 300;
  line-height: 1.2;
  font-size: 22px;
}

.content .news-date {
  font-size: 20px;
  color: #979797;
  line-height: 20px;
  text-transform: uppercase;
}

.news_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.news_container:has(ul){
  display:block
}

.news_container ul{
  list-style: none;
}

.news_container ul li{
  display:block;
  font-size:22px;

}
.news_container ul li b{
  margin: 0 8px 0 0;
}

.news_container ul li:nth-child(odd){
  background:#f7f7f7
}

.news_container ul li a{
  padding:10px;
  display:block;
  color: #555;
}

.news_container ul li a:hover{
 text-decoration: none;
  color: #000;
}

#subpage {
  background: #fff;
  font-family: "ProximaNovaExCn";
  font-weight: 400;
  z-index: 100;
  position: sticky;
  top: 0;
}

#subpage #subpage_inner {
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 0;
}

#subpage #subpage_inner h3 {
  display: inline-block;
  font-size: 20px;
  font-family: "ProximaNovaExCn";
  font-weight: 700;
  line-height: 24px;
  margin: 0 20px 0 0;
}

hr {
  clear: left;
  height: 6px;
  line-height: 6px;
  overflow: none;
  font-size: 1px;
  z-index: 1;
  background-color: transparent;
  border-bottom: 6px solid #4c4c4c;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin: 20px 0;
}

.pages{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 30px 0;
  font-size: 18px;
  width: 100%;
}

.news_center .pages{
  margin: 60px 0 30px 0
}

.pages .icon{
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: currentColor;
  border-width: .1rem .1rem 0 0;
}

.pages .icon.next{
  transform: rotate(45deg);
}

.pages .icon.prev{
  transform: rotate(-135deg);
}

.pages span.icon, .pages .icon.disabled{
  opacity: .5;
  pointer-events: none;
}

.pages a, .pages .current, .pages .icon{
  margin: 0 10px;
  font-size: 20px;
  line-height:20px;
}

.pages a{
  color:#555;
  text-decoration: none;
}

.pages .current{
  color: #c00;
}



.content_box_div{
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 40px 0;
  width: 100%;
  transition: all .3s ease-in-out;
}

.content_box_div.open{
  height: auto;
}

.content_box_toggle {
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.content_box_toggle .arrow{
  content: "";
  width: 12px;
  height: 12px;
  right: 1px;
  transform: rotate(45deg);
  border: solid #c00;
  border-width: 0 3px 3px 0;
  display: inline-block;
}

.content_box_toggle.open{
  position: relative;
}

.content_box_toggle.open .arrow{
  transform: rotate(225deg);
}

.content_box_toggle:not(.content_box_toggle.open):after {
  background: linear-gradient(0deg,#fff 25%,hsla(0,0%,100%,0));
  bottom: inherit;
  content: "";
  cursor: inherit;
  display: block;
  height: 110px;
  position: inherit;
  width: inherit;
  z-index: -1;
}

/*----------------------overall--------------------------*/

#avaleht_logo {
  margin: 29px 0 0 313px;
  position: absolute;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

img-comparison-slider img {
  width: 100%;
}

a.prev {
  font-size: 18px;
}

.prev-btn {
  font-size: 18px;
}

/*----------------------header--------------------------*/

#menu .logo {
  padding: 24px;
}

#menu .logo img {
  width: 130px;
}#menu .logo .dealerlogo{
    margin-left: 18px;
    height: 28px;
    width:auto;
    z-index: 100;
    position: relative;
}


.upper_nav ul,
.main_nav ul {
  list-style: none;
}

#menu {
  background: #000;
}

#rightmenu li {
  text-align: right;
  position: relative;
  margin-bottom: 4px;
  font-family: "ProximaNovaExCn";
}

#rightmenu li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  text-align: left;
}

#rightmenu li a span.menuText span {
  display: inline-block;
  background: #c00;
  padding: 11px;
  border-radius: 5px;
  padding-left: 28px;
  position: relative;
}

#rightmenu #sb-first a:before {
  background-image: url("/img/spanner-white.svg");
}

#rightmenu .rightoffer:before {
  background-image: url("/img/brochure-white.svg");
}

#rightmenu #testdriveSb:before {
  background-image: url("/img/helmet-white.svg");
}

#rightmenu .rightservice:before {
  background-image: url("/img/icon-register.svg");
}

#rightmenu .rightcontact:before {
  background-image: url("/img/dealer-white.svg");
}

#rightmenu li a::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
  width: 20px;
  height: 20px;
  z-index: 10;
}

#rightmenu li a:after,
#rightmenu li a:before {
  position: absolute;
  left: auto;
  font-size: 45px;
  top: 11px;
}

#rightmenu li a span.cropText:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

#rightmenu li a:after {
  background-color: #dc182d;
  top: 6px;
  width: 31px;
  height: 31px;
  content: "";
  transform: rotate(45deg);
}

#header {
  float: left;
  padding: 0;
  margin: 0;
  height: 304px;
  width: 100%;
}

#subpage #subpage_menu {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  padding: 0;
  margin: 0;
}

#subpage .sec_nav {
  display: flex;
  align-items: center;
  align-self: flex-start;
}

#subpage #subpage_menu li {
  display: inline-block;
  padding: 0 3px;
  line-height: 1;
}

#subpage #subpage_menu li a {
  color: #000;
  font-size: 19px;
  text-decoration: none;
  padding: 5px;
  display: block;
  font-weight: 300;
}

#subpage #subpage_menu li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: transparent;
  transition: background-color 0.2s ease-out 0s;
}

#subpage #subpage_menu .sel a {
  font-family: "ProximaNovaExCn";
  font-weight: 500;
}

#subpage #subpage_menu .sel a:after {
  background-color: #c00;
}


/*----------------------content-------------------------*/

.content {
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0 0 40px 0;
}

.content.modelpage{
  padding-bottom:0;
}

#second.content.showroom{
  padding:0;
}

.content_inner {
  padding: 40px 20px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_inner.narrow {
  max-width: 1020px;
}

.content_inner div[style*="text-align: justify"], .content_inner div[style*="text-align: justify"] strong{
  font-size: 22px;
  line-height: 1.27;
  color: #555;
}

.content_inner p {
  font-size: 22px;
  line-height: 1.27;
}

.content_inner p i {
  font-size:16px;
  line-height:16px;
}

.content .news a:hover {
  color: #e11428;
  text-decoration: none;
}

#content ul:not(.nav-tabs, .news_container ul) li {
  margin: 0 0 5px 15px;
  list-style-type: disc;
  font-size:1.6em
}

ul li::marker {
  color: #e11428;
}

.preview_pic {
  width: 100%;
  margin-bottom: 20px;
}

.techtbl th { border-bottom:1px solid #F3F3F3; padding: 0.5rem 1rem; font-size:18px; text-align:left; font-weight:normal;}
.techtbl td {border-top:1px solid #F3F3F3; padding: 0.5rem 1rem; font-size:18px; text-align:center}
.techtbl tr.row:nth-child(odd){ background: #EEEEEE}
.techtbl .hrow td {font-size:15px; font-weight: bold; color:#e11428; text-align:center; vertical-align:bottom; padding:4px; border-bottom:1px solid #be3637;  border-right:0px;}
.techtbl .hrow th {border-bottom:1px solid #be3637;  border-right:0px;}
.modelpage .techtbl td{ max-width:320px};
.techtbl .catrow{ transition: background 0.2s ease-in-out; cursor:pointer;}
.techtbl .catrow:hover{ background: #f5f5f5;}
.techtbl .catrow td { /* border-top:1px solid #F3F3F3; */ padding: 0.5rem 1rem; text-align:left;}
.techtbl .catrow td img { padding-right:4px;}
.techtbl .catrow td a { font-size:16px; font-weight:400; color:#000; text-decoration:none;line-height: 1.571em;}
.techtbl .catrow td a:hover {color:#e11428;}
.techtbl .catrow td a.more {font-size:11px; color:#666666; font-weight:normal; text-decoration:underline; padding-left:5px}

.techtbl .hide { display:none;}
.techtbl .show {}

.techtbl .tbl_image{
  width:160px;
  height:auto;
}

.techtbl .catrow span {
  color: #1f1f1f;
  letter-spacing: 1px;
  margin-left: 8px;
}

.techtbl .catrow[data-toggle="open"] svg {
  transform: rotate(270deg) !important;
}

.model-tbl-container{
  position: relative;
}


.model-tbl-container .pricelist-header{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:1rem;
}

.model-tbl-container .pricelist-header:first-of-type h1.pricelist-heading{
  margin:0
}

.model-tbl-container .pricelist-header:not(:first-of-type) .red{
  display:none
}

.contentListing h4 {
  font-size: 28px;
  color: #fff;
}

.contentListing .imgWrap {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-top: -35px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.contentListing img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contentListing .imgWrap::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c00;
}

.contentListing .imgWrap:hover::before {
  background-color: #950809;
}

.contentListing div {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, rgb(0, 0, 0) 100%);
}

.discoverMore {
  height: 760px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.discoverMore .wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.discoverMore .wrapperInner {
  padding: 0 6.4516129%;
}

.discoverMore .contentWrap {
  display: block;
  margin: 10% 0;
  text-align: center;
}

.discoverMore picture img,
.discoverMore picture {
  width: 100%;
  height: 100%;
}

.discoverMore picture {
  display: block;
}

.discoverMore picture img {
  display: block;
  object-fit: cover;
}

.discoverMore a {
  text-decoration: none;
}

.discoverMore h4 {
  font-weight: 300;
}

.discoverMore::before {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgb(0, 0, 0) 100%);
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
}

.discoverMore .contentListing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  grid-row-gap: 45px;
  margin-bottom: 0;
}

.secondary-contextual-links .contextual-list {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.secondary-contextual-links .contextual-list li {
  display: inline-block;
  vertical-align: top;
  width: 95%;
  margin: 20px;
  padding: 5px;
  justify-content: center;
  box-sizing: border-box;
  flex-grow: 1;
}

.secondary-contextual-links .contextual-content-wrapper {
  display: flex;
  width: 89.7867564534%;
  text-align: left;
  min-height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

.secondary-contextual-links .contextual-list li .img-wrap {
  display: block;
  float: left;
  width: 45%;
}

.secondary-contextual-links .contextual-list li .img-wrap img {
  display: block;
  width: 100%;
}

.secondary-contextual-links .contextual-list li:last-child {
  border-right: 0;
}

.contextualContent2 {
  display: flex;
  text-align: left;
  margin-left: 5%;
  padding-top: 10px;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
}

.secondary-contextual-links .contextual-content-wrapper .contextual-header {
  font-size: 21px;
  font-family: "ProximaNovaExCn";
  font-weight: 700;
  color: #000;
  line-height: 1em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.secondary-contextual-links .contextual-content-wrapper p {
  font-size: 14px;
  font-family: "ProximaNovaExCn";
}

.cta-link{
  font-family: "ProximaNovaExCn";
  font-weight: 700;
  font-size: 16px;
  color: #c00;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  transition: padding-left .3s linear;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.cta-link.prev-btn:hover{
  padding-left:0;
  color:#c00;
  text-decoration: none;
}

.cta-link.next-btn:hover{
  padding-left:20px;
  color:#c00;
  text-decoration: none;
}

.cta-link .circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c00;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-right: 5px;
  position: relative;
  margin-left: -20px;
  vertical-align: -4px;
}

.cta-link.next-btn .circle{
  margin-left:0
}

.cta-link .circle .svg-icon {
  width: 5px;
  height: auto;
  position: absolute;
  transform: rotate(-180deg);
  left: 6px;
  top: 4px;
}

.cta-link.next-btn .circle .svg-icon{
  transform:initial
}

.cta-link .svg-icon g, .cta-link .svg-icon path {
  stroke: #fff;
}

.cta-link-wrapper {
  margin: 10px 0;
  display: block;
}

.news_post .cta-link{
  margin-top:20px;
}

.contextualContent2 .cta-link-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}

.secondary-contextual-links .contextual-content-wrapper .cta-link-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}

.cta-button-container{
  display:flex;
  justify-content: flex-end;
  width:100%
}

.cta-button{
  padding: 14px 20px;
  background-color: #c00;
  color: #fff;
  font-family: "ProximaNovaExCn";
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  cursor:pointer;
  border-radius: 0;
}

.cta-button:hover {
  color: #fff;
  background-color: #950809;
  text-decoration: none;
}

.contextualContent2 .cta-button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-size: 16px;
}

.cta-button-container .cta-button{
  margin:0;
}

.secondary-contextual-links
  .contextual-content-wrapper
  .cta-link-wrapper
  .cta-button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-size: 16px;
}

.cta-button-round {
  border-radius: 100px;
}

.product-grid .grid-container,
.product-grid .expand-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: stretch;
}

.product-grid .grid-container .cols, .product-grid .grid-container .swiper-slide {
  text-align: center;
}

.product-grid .grid-container .product-link,
.product-grid .expand-list .product-link {
  display: block;
  text-decoration: none;
  padding: 30px 25px;
  transition: all 0.25s ease-in-out;
  position: relative;
  background-color: #f1f1f1;
  background: linear-gradient(#f1f1f1, #fff);
}

.product-grid .product-link h3 span{
  font-size: 16px;
  padding-left: 3px;
}

.product-grid .grid-container .cols h3,
.product-grid .expand-list .cols h3 {
  font-size: 28px;
  color: #1f1f1f;
  font-family: "ProximaNovaExCn";
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.18;
  position: relative;
  display: block;
}

.product-grid .grid-container .cols img,
.product-grid .expand-list .cols img {
  display: block;
  transition: all 0.1s ease-in-out;
  margin: 10px auto 0;
  max-width: 100%;
  width: auto;
  max-height: 165px;
}

.product-grid .grid-container .new{
  font-family: "ProximaNovaExCn";
  font-weight: 300;
    font-size: 14px;
    line-height: 1;
    display: block;
    color: #c00;
}

.product-grid .grid-container .product-link:hover,
.product-grid .expand-list .product-link:hover {
  background: #c00;
}

.product-grid .grid-container .product-link:hover img,
.product-grid .expand-list .product-link:hover img,
.product-grid .grid-container .product-link.active img {
  transform: scale(0.98);
  margin-top: 25px !important;
}

.grid-container .product-link:hover h3,
.product-grid .expand-list .product-link:hover h3 {
  color: #fff;
}

.product-grid .expand-block {
  width: 100%;
  display: block;
  position: relative;
  background:#dedede;
  margin-top: -1px;
  z-index: 1;
}

.product-grid .expand-block .product-link {
  border-bottom: 0;
  background: none;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.product-grid .before-slidedown {
  display: block;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.8s ease-in-out;
}

.product-grid .after-slidedown {
  max-height: 4000px;
}

.product-grid .grid-container .product-link.active,
.product-grid .expand-list .product-link.active {
  background: #3b3b3b;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.product-grid .grid-container .product-link.active h3,
.product-grid .expand-list .product-link.active h3 {
  color: #fff;
}

.product-grid:not(.flyout .product-grid) .grid-container .product-link:hover .new{
  color: #fff
}

.flyout {
  border-top: solid 1px #ddd;
  display: none;
}

.flyout.expanded {
  display:flex;
  flex-direction: column-reverse;
}

.search .searchToggle {
  background: 0 0;
  border: 0;
  position: absolute;
  top: 16px;
  left: 10px;
  outline: 0;
}

.search .searchToggle .searchIcon {
  color: #fff;
  font-style: normal;
  text-transform: none;
}

.search .searchToggle .searchIcon::before {
  background-size: contain;
  background-image: url(/img/search.svg);
  content: " ";
  display: inline-block;
  height: 32px;
  width: 32px;
}
.search .searchForm {
  background: #000;
  padding: 10px 20px 20px;
  transition: all;
  display: none;
  position: relative;
}

.search .searchForm button {
  float: right;
  background: #c00;
  color: #fff;
  border: 0;
  border-radius: 0;
  height: 36px;
}

.search .searchForm .searchIcon:before {
  content: "\e017";
  font-size: 2em;
}

header.expanded .searchForm.visible {
  display: flex;
}

.search .searchForm input[type="text"] {
  width: 100%;
  border-radius: 0;
  padding: 1px 10px;
}

.table-container {
  padding: 2.8em;
}

.form-container {
  padding: 2.8em;
  background: #f4f3f8;
  margin-bottom: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form .form-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.lease-calc {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 12px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "input1 input1 input1"
    "input2 input2 input2"
    "input3 input3 input4"
    "input5 input5 input6"
    "input7 input7 input7"
    "input8 input8 input8";
}

.lease-calc.ww{
  grid-template-areas:
  "input1 input1 input1"
  "input2 input2 input2"
  "input3 input3 input4"
  "input5 input5 input6"
  "input7 input7 input7"
  "input10 input10 input10"
  "input8 input8 input8"
  "input9 input9 input9";
}

.lease-calc input,
.lease-calc select,
.form input:not(.cta-button),
.form select {
  border: 1px solid #ddd;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 18px;
  font-size: 14px;
  border-radius:0;
  color: #585858;
}

.lease-calc input:hover, .lease-calc select:hover{
  border-color: #017d75;
}

.lease-calc input:focus, .lease-calc select:focus{
  border: 2px solid #017d75;
}

.lease-calc label,
.form label {
  display: block;
  margin: 0;
  color: #333;
  font-family: "ProximaNovaExCn";
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.input1 {
  grid-area: input1;
}

.input2 {
  grid-area: input2;
}

.input3 {
  grid-area: input3;
}

.input4 {
  grid-area: input4;
}

.input5 {
  grid-area: input5;
}

.input6 {
  grid-area: input6;
}

.input7 {
  grid-area: input7;
}

.input8 {
  grid-area: input8;
}

.input9{
  grid-area: input9;
}

.input9 span{
  font-size: 1.8em;
  line-height: 1.15;
  color:#e11428
}

.input10{
  grid-area: input10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lease-calc .lc-i {
  position: relative;
}

.lease-calc .input4 label,
.lease-calc .input6 label {
  visibility: hidden;
}

.lease-calc .input2:before,
.lease-calc .input3:before,
.lease-calc .input5:before {
  content: "€";
}

.lease-calc .input7:before {
  content: attr(data-content);
}

.lease-calc .input4:before,
.lease-calc .input6:before,
.lease-calc .input8:before {
  content: "%";
}

.lease-calc .input2:before,
.lease-calc .input3:before,
.lease-calc .input4:before,
.lease-calc .input5:before,
.lease-calc .input6:before,
.lease-calc .input7:before,
.lease-calc .input8:before {
  position: absolute;
  right: 8px;
  transform: translateY(500%);
  font-size: 20px;
}

.mainpic_wrapper {
  height: 500px;
  overflow: hidden;
  width: 100%;
}

.mainpic {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  padding-left: 0;
  margin-bottom: 0;
}

.nav li {
  background-image: none !important;
  padding: 0 !important;
  width: calc(100% / 4);
}

.tab-link {
  font-size: 20px;
  line-height:20px;
  width: 100%;
  text-decoration: none;
  color: #c00;
  margin: 0px !important;
  padding: 10px 0 12px 0;
  text-align: center;
  float: left !important;
  border: none;
  transition: background-color 0.2s linear;
}

.tab-link:hover {
  text-decoration: none;
}

.nav li.active .tab-link {
  color: #c00;
  border-bottom: 2px solid #c00;
}

.nav-tabs {
  margin: 0 !important;
  list-style-type: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-pane-content {
  padding: 20px;
  background: #f7f7f7;
}

.active-line {
  display: block;
  position: relative;
  height: 2px;
  background: #c00;
  transition: all ease-out 0.2s;
  bottom: -1px;
}

#menu .sidebar li.active a{
  color: #e11428;
}

.nav-tabs
  li:first-of-type:nth-last-of-type(4):nth-child(1).active
  ~ .active-line,
.nav-tabs
  .tab-link:first-of-type:nth-last-of-type(4)
  ~ div:nth-child(1).active
  ~ .active-line {
  left: 0;
}

.nav-tabs
  .tab-link:first-of-type:nth-last-of-type(4):nth-child(3).active
  ~ .active-line,
.nav-tabs
  .tab-link:first-of-type:nth-last-of-type(4)
  ~ div:nth-child(3).active
  ~ .active-line {
  left: 50%;
}

.distributors{
  display:flex;
  gap:30px;
  min-height: 490px;
}

.distributors .column{
  width:50%;
}

.distributors .reseller-container{
  max-height: 800px;
  overflow-y: auto;
  
}

.distributors .reseller-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.distributors .reseller-container::-webkit-scrollbar-thumb {
  background-color: #e11428;
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.distributors h1{
  margin: 0.2rem 2rem 1rem 2rem;
}

.distributors .reseller-box{
  position: relative;
/*   border-bottom:1px solid #d1d1d1; */
  background-color:#f1f1f1;
  padding: 2.4rem 2rem;
  max-height: 170px;
  cursor:pointer;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(1, 0, 0, 1);
}

.distributors .reseller-box:not(:last-child){
  margin-bottom:0.8rem
}

.distributors .reseller-box h3{
  font-weight:700;
}

.distributors .reseller-box p{
  margin:1em 0
}

.distributors .reseller-box:not(:only-child)::after{
  Content: 'Näita rohkem';
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  color: #e11428;
  font-size: 18px;
  z-index: 2;
}

.distributors .reseller-box:not(:only-child)::before{
  position: absolute;
    content: "";
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.distributors .reseller-box.active::after{
  opacity:0;
}

.distributors .reseller-box.active::before{
  opacity:0;
}

.distributors .reseller-box:only-child{
  max-height: 800px;
  cursor:default
}

.distributors .reseller-box.active{
  max-height:800px;
  cursor:default
}

.distributors .reseller-box:hover{
  background-color: #00000012;
}

.map .pin {
  opacity:0;
  transform: translateY(-60px);
  transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
}

.map .pin.pin-animation {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------footer--------------------------*/

.breadcrumb nav {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 992px;
}

.breadcrumb nav ol {
  margin: 0;
  padding: 1em 2em;
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.breadcrumb nav ol::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.breadcrumb nav ol::-webkit-scrollbar:horizontal {
  -webkit-appearance: none;
  height: 3px;
}
.breadcrumb nav ol::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.breadcrumb li {
  display: inline;
  margin: 0 20px 0 0;
  position: relative;
}

.breadcrumb li a,
.breadcrumb li strong {
  color: #3b3b3b;
  padding-bottom: 2px;
  text-decoration: none;
}

.breadcrumb li:not(:first-child):before {
    content: "\e00a";
    font-family: "glyphs14";
    font-size: 21px;
    position: absolute;
    left: -22px;
}

footer {
  background: #f7f7f7;
  border-top: 1px solid #afafb0;
}

footer .ctas {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
}

footer .ctaWrap {
  padding: 1em 0;
}

footer .ctas li {
  display: table-cell;
  font-family: "ProximaNovaExCn", Tahoma, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  margin: 0;
  moz-transition: 0.3s background-color;
  ms-transition: 0.3s background-color;
  o-transition: 0.3s background-color;
  position: relative;
  text-align: center;
  transition: 0.3s background-color;
  webkit-transition: 0.3s background-color;
  width: 33.333%;
  z-index: 10;
}

footer .ctas li a {
  color: #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  line-height: 1;
  padding-bottom: 0.8em;
  position: relative;
  text-decoration: none;
}

footer .footerContent {
  clear: both;
  flex: 1;
}

footer h3 {
  color: #000;
  font-family: "ProximaNovaExCn";
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  padding: 1em 0.8em;
  text-align: center;
}

footer .footerLinks h3 {
  display: none;
}

footer .footerAccordion h3 {
  background: #f4f3f8;
  color: #3b3b3b;
  font-family: "ProximaNovaExCn";
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}

footer .footerAccordion .content ul {
  padding: 0 1.8em;
}

footer .footerAccordion .content ul li:first-child {
  border-top: none;
}
footer .footerAccordion .content ul li {
  border-top: 1px solid #f4f3f8;
  padding: 0.6em 0;
}

footer .footerAccordion .content ul li a:before {
  color: #3b3b3b;
  content: "\e00a";
  float: right;
  font-family: "glyphs14";
  font-size: 22px;
  font-weight: 700;
  margin: 1px -9px 0 0;
}

footer .footerAccordion .content {
  display: none;
  margin-bottom: 0.5em;
}

footer .footerAccordion.active .content {
  border-bottom: 3px solid #f4f3f8;
  display: block;
}

footer .social {
  width: 95%;
  overflow: hidden;
  margin: 1.5em auto 1.7em;
  text-align: center;
}

footer .social li {
  width: 33%;
}

footer .social li {
  display: inline-block;
  width: 25%;
  margin: 0 -4px 1em 0;
  text-align: center;
}

.footer .social[data-amount="3"] li {
  width: 33%;
}

footer .social li a {
  display: block;
  font-size: 0.8em;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .social li a span {
  display: block;
}

footer .social li a svg {
  display: inline-block;
  fill: #3b3b3b;
  width: 1.45em;
  height: 1.45em;
  margin-bottom: 0.9em;
}

footer .footerLogo {
  display: flex;
  clear: both;
  text-align: center;
}

footer .footerLogo img {
  display: block;
  margin: 2em auto 4em;
  width: 127px;
  aspect-ratio: auto 16/9;
}

footer .footerLinks ul li.bullet{
  display:none
}


#vehicom {
  text-align: center;
  padding-bottom: 2em;
}

.disclaimer_liitu {
  margin-top: -15px;
}

.disclaimer_liitu,
.disclaimer_liitu a {
  font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
  color: #838376;
  font-size: 12px;
  text-decoration: none;
}
.disclaimer_liitu a:hover {
  text-decoration: underline;
}

#tabs2 {
  line-height: normal;
  border-bottom: 1px solid #c8c8bd;
}

#tabs2 ul {
  display: flex;
  gap:0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#content #tabs2 li {
  display: inline;
  margin: 0;
  padding: 0;
}

#tabs2 a {
  margin: 0;
  padding: 0 0 0 2px;
  text-decoration: none;
  font-size: 18px;
  line-height:18px; 
}

#tabs2 .act a {
  font-weight: 700
}

#tabs2 a:after{
  content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    background-color: transparent;
    transition: background-color 0.2s ease-out 0s;
}

#tabs2 .act a:after {
  background-color: #c00;
}

#tabs2 a span {
  display: block;
  padding: 8px 0;
  color: #3b3b3b;
}

.bottomline {
  border-top: 2px solid #c8c8bd;
}

.model-tbl-header td { font-size:13px; font-weight: bold; color:#e11428; text-align:center; vertical-align:bottom; padding:0 0 3px 0; border-bottom:1px solid #e11428;}
.model-tbl-head { background:#f0dcdc; border-bottom:1px solid #debdbd; padding:3px 5px;}
.model-tbl-head img { padding-right:4px;}
.model-tbl-head a { font-size:13px; font-weight:bold; color:#000; text-decoration:none;}
.model-tbl-head a:hover {color:#e11428;}
.model-tbl-head a.more {font-size:11px; color:#666666; font-weight:normal; text-decoration:underline; padding-left:5px}
.model-tbl-content th { border-right:1px solid #c8c8bd; border-bottom:1px solid #c8c8bd; padding:3px 2px 3px 18px; font-size:11px; text-align:left; font-weight:normal;}
.model-tbl-content td { border-bottom:1px solid #c8c8bd; border-right:1px solid #c8c8bd; padding:3px 4px 0 4px; font-size:11px; text-align:center}

.model-tbl-price th { font-size:18px; font-weight: 700; color:#e11428; text-align:left;padding:4px 6px; border-bottom:1px solid #e11428; line-height:16px;}
.model-tbl-price td { font-size:18px; padding:8px 6px 8px 6px; border-bottom:1px solid #c8c8bd;vertical-align: middle;}
.model-tbl-price .gray, .pricetable.rtable .gray{ color:#838376; font-size:12px; font-weight:normal;text-wrap: nowrap;}
.model-tbl-price .price { color:#000;font-weight:bold;text-align:center; padding-right:10px; position:relative}
.model-tbl-price .price .gray.notice{ position:absolute; left: 0;right: 0;margin-left: auto;margin-right: auto;bottom: 4%;}
.model-tbl-price .price-inner, .pricetable.rtable .price-inner {display:flex; flex-direction: column;}
.model-tbl-price .specialprice, .pricetable.rtable .specialprice{ color:#e11428;font-weight:bold;text-align:center; padding-right:10px;}
.model-tbl-price .redprice, .pricetable.rtable .redprice{ color:#e11428; line-height:1}
.model-tbl-price .regularprice,  .pricetable.rtable .regularprice{ font-size:14px; text-decoration: line-through;line-height:1}
.model-tbl-price .leasing { color:#e11428; font-size:14px; font-weight:bold; text-align:right; padding-right:10px;}
.model-tbl-price .center { text-align:center !important}
.model-tbl-price .right { text-align:right !important}

.bigtext {font-size: 22px !important; line-height: 20px !important; font-weight:700; padding: 24px 0 12px 0 !important;}


.varusustus { padding:30px 0 30px 12px;}
.techtbl .hrow .varusustus{padding:0;text-wrap:nowrap}
.varusustus a{ font-size: 1rem;}

.model-tbl-price {
  margin-bottom: 10px;
}

.model-tbl-price.model-tbl-container .mbackground{
  margin-top:20px;
}

.model-tbl-price img{
    width: 110px;
    height: 100%;
}

.model-tbl-price .del-img{
  width:16px;
  height:16px;
}

.model-tbl-price .price-name a{
  display:flex;
  align-items: center;
  gap:20px
}

.model-tbl-price .price-name a:hover{
  text-decoration: none;
  color: #cc1417;
}
.model-tbl-price .price-name a:hover img{
  transform: scale(1.12);
}

.model-tbl-price .table-btn{
  display:flex;
  justify-content: flex-end;
}

.model-tbl-price .table-btn .cta-button{
  margin:0;
}

.reseller-map {padding:20px 15px 5px 10px; width:365px; vertical-align:top}
.reseller-content { padding-top:20px; text-align:left; vertical-align:top}
.reseller-map .map { position:relative;}

.reseller-balticmap {font-size:11px; line-height:16px; float:left; margin:0 15px 0 15px}
.reseller-balticmap img { padding:0 0 10px 0; }
.reseller-baltic { font-size:18px; line-height:18px; float:left; }
.reseller-baltic .f-head { padding:5px 0 5px 0}
.reseller-baltic .f-head span { font-size:18px; color:#e11428;text-decoration:none;cursor:pointer;} 
.reseller-baltic #countriesText{display:none}
.reseller-baltic:hover #countriesText{display:block}


/*---------------------gallery-------------------------*/

.kast_gal a {
  margin: 5px;
  width: 100px;
  height: 100px;
  display: block;
  border: 1px solid #2b89c5;
}
.kast_gal a:hover {
  border: 1px solid #502700;
}

table.tabel_1 {
  color: #696969;
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #e1e1e1;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}
table.tabel_1 td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #e1e1e1;
}

table.tabel_1 .header td {
  color: #fff;
  font-weight: bold;
  background-color: #1bbafc;
  border-color: #e1e1e1;
}

table.tabel_1 .name {
  color: #29731b;
}

table.tabel_1 .link:hover {
  cursor: hand;
  cursor: pointer;
  background-color: #f6f6f7;
}

.garantii_tabel {
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #c8c8bd;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.garantii_tabel td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #c8c8bd;
}

.colors-gallery {
  padding-bottom: 20px;
  text-align: center;

  margin: 0 20px 40px 20px;
  margin-top: -120px;
}

.colors-btns{
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.colors-gallery h2 {
  color: #000;
  line-height: 28px;
  font-size: 28px;
  margin: 12px 0;
}

.colors-gallery img {
  border-radius: 12px;
  height: 60px;

  border: 1px solid #d8d8d8;
}

.colors-gallery a {
  position: relative;

  border: 1px solid #666;
  padding: 2px;
  border-radius: 14px;
  background: rgb(255 255 255 / 30%);
  transition: none;
}

.colors-gallery a:hover{
  border-color: #000;
}

.colors-gallery a.active{
  border: 2px solid #000;
}

.color_name {
  opacity:0;
  visibility: hidden;
  pointer-events:none;
  position: absolute;
  bottom: -36px;
  left: 0;
  z-index: 10;
  transition: all 0.1s ease-in-out;
}

.color_name_inner{
  display:flex;
  justify-content: center;
  width:100px;
}

.color_name_inner span{
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  color: #555;
  background: #f4f3f8;
  z-index: 11;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.colors-gallery a:hover .color_name {
  opacity:1;
  visibility: visible;
  pointer-events:all;
}

#gallery_pic img {
  width: 100%;
}

.map {
  position: relative;
}

.map div .bikes_pin:hover g>path:not(g>g path){
  fill:#e11428;
}

.map div .service_pin:hover path:not(:last-of-type){
  fill:#e11428;
}

.results_header {
  background: #f4f3f8;
  padding: 64px 0;
}

.result_cat {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.result_cat > a {
  display: flex;
}

.result_cat > a img {
  width: 120px;
}

.result_cat > a:not(:last-of-type) {
  margin-bottom: 20px;
}

a.search-item {
  padding-bottom: 4px;
  text-decoration: none;
}

.search-item__image {
  width: 100%;
  max-width: 9rem;
  min-width: 3rem;
  margin-right: 15px;
}

.search-item__image img, .price-name img {
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
  transform-origin: center center;
}

.search-section__header {
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.search-section__header--title {
  font-family: "ProximaNovaExCn", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78;
  color: #000;
  letter-spacing: normal;
  padding-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase;
}

.search-item__text {
  max-width: 100%;
}

.search-item__text--title {
  font-size: 18px;
  font-family: "ProximaNovaExCn", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 4px;
  color: #000;
  letter-spacing: normal;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-item__text--description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #999;
  font-size: 16px;
  line-height: normal;
}

.search-item:hover .search-item__image img {
  transform: scale(1.12);
}

.search-item:hover .search-item__text--title,
.search-item:hover .search-item__text--description,
.search-item.is-active .search-item__text--title,
.search-item.is-active .search-item__text--description {
  color: #cc1417;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99
}

.video-foreground, .video-background iframe {
  position: absolute;
  z-index: -90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.text-overlay {
  position: relative;
  width: 100%;
  display: flex;
}

.text-overlay.alignmdl {
  justify-content: center;
}

.text-overlay div {
  position: absolute;
  margin: 0 0 0 8vw;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

.text-overlay img {
  width: 100%;
}

.text-overlay.alignright div {
  right: 0;
  margin: 0 8vw 0 0;
  text-align: right;
}

.text-overlay.alignmdl div {
  margin: 0;
  text-align: center;
}

.text-overlay.alignright a {
  align-self: flex-end;
}

.text-overlay.alignmdl a {
  align-self: center;
}

.text-overlay a {
  align-self: self-start;
  margin: 0;
  width: auto !important;
}

.text-overlay .contentimage {
  width: 100%;
}

.slider{
  display:none
}

.slick-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
/*   height: auto; */
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  }

  .slick-list:focus {
  outline: none
  }
  
  .slick-list.dragging {
  cursor: pointer;
  cursor: hand
  }
  
  .slick-track:before, .slick-track:after {
  display: table;
  content: ''
  }
  
  .slick-track:after {
  clear: both
  }
  
  .slick-loading .slick-track {
  visibility: hidden
  }
  
  [dir='rtl'] .slick-slide {
  float: right
  }
  
  .slick-slide img {
  margin: 0 0 0 5px
  }
  
  .slick-slide.slick-loading img {
  display: none
  }
  
  .slick-slide.dragging img {
  pointer-events: none
  }
  
  .slick-initialized .slick-slide {
  display: block
  }
  
  .slick-loading .slick-slide {
  visibility: hidden
  }
  
  .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
  }
  
  .slick-arrow.slick-hidden {
  display: none
  }

.container {
  display: flex;
}

.container:has(.lazy2){
  margin:0 10px;
  margin-bottom: 40px;
}

.slick-slider .table {
  position: absolute;
  z-index: 100;
  box-sizing: border-box;
  padding-top: 100px;
  max-width: 1320px;
  width: 100%;
  margin-left: calc(50% - 660px);
  padding-left: 40px;
  min-height: 500px;
  padding-right: 40px
  }

.lazy2 {
  position: relative;
  float: left;
  align-items: center;
}

.lazy2 .slick-prev,
.lazy2 .slick-next {
  position: relative;
  float: left;
  right: auto !important;
  left: auto !important;
  z-index: 50;
  padding: 0;
  background-size: 17px 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}

.lazy2 .slick-prev,
.lazy2 .slick-next {
  font-size: 0;
  color: transparent;
  line-height: 0;
  transform: none !important;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.lazy2 .slick-prev {
  background-image: url(/img/arrow_left.svg) !important;
}

.lazy2 .slick-next {
  background-image: url(/img/arrow_right.svg) !important;
}

.lazy2 .slick-prev:hover,
.lazy2 .slick-next:hover {
  background-position: center !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

.lazy2 .slick-slide {
  margin: 0 0 0 10px;
}

.lazy2 .theimage {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lazy2 .theimage a {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-right: 0px;
}

.lazy2 .slick-list {
  width: calc(100% - 90px);
  padding-right: 10px;
  float: left;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider .slick-track,
.slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100% !important;
}


.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  max-width: 100% !important;
  width: 100%;
  min-height: 1px;
  background-size: cover;
  background-position: center;
}


.slick-slider button {
  border: 0;
  background-color: #c00;
  height: auto;
  color: #fff;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  border-radius: 100px;
  font-family: "ProximaNovaExCn", Tahoma, Arial;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.slick-slider button:hover {
  background-color:#950809
}

.lazy3 .slick-slide img {
  width: 100% !important;
  height: auto !important;
}

.gallery {
	width: 100%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: auto !important;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
	}

.gallery {
  position: relative !important;
  height: auto !important;
}

.gallery .slick-track {
  height: auto !important;
}

.gallery .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0 !important;
}

.gallery .slick-slide {
  height: auto !important;
  width: 100%;
}

.gallery img {
  margin: 0;
}

.gallery .slick-slide img {
  width: 100% !important;
  height: auto !important;
}

.gallery .slick-prev,
.gallery .slick-next,
.gallery .slick-prev:hover,
.gallery .slick-next:hover {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  padding: 18px 0 0 0;
}

.gallery .slick-prev,
.gallery .slick-next {
  top: -60px;
  z-index: 500;
  position: absolute;
}

.gallery .slick-prev {
	background-image: url(/img/arrow_left.svg) !important;
	left: 0;
  }

.gallery .slick-next {
	background-image: url(/img/arrow_right.svg) !important;
	right: 0;
  }

  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    border: 0;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    z-index: 900;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    padding: 0;
    width: 50px;
    height: 50px;
    background-size: 17px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
}

.count {
  height: 60px;
  padding-right: 80px;
  padding-top: 18px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  font-size: 24px;
  line-height:24px;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 99999998;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */

  position: fixed;
  z-index: 999999999999999999999999999999999999999;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}
#imagelightbox-loading div {
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;
  margin: 10px auto 0 auto;

  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

/* OVERLAY */

#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background:#c00;
  border-radius: 50%;
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */
  border: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background:#950809;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* NAVIGATION */

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 99999998;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 12px 16px; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}

#imagelightbox-nav button.active {
  background-color: #c00;
  border: 1px solid #c00;
}
/* ARROWS */

.imagelightbox-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #c00;
  border: 0;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999;
  top: 50%;
  margin-top: -3.75em; /* 60 */
  text-align: center;
  background-size: 17px 21px;
    background-position: center;
    background-repeat: no-repeat;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
}
.imagelightbox-arrow:active {
  background-color: #950809;
}
.imagelightbox-arrow-left {
  background-image: url(/img/arrow_left.svg);
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  background-image: url(/img/arrow_right.svg);
  right: 2.5em; /* 40 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slick-dots {
  right: auto;
  left: calc(50% - 100px);
  bottom: 48px;
  position: absolute;
  display: block;
  width: auto;
  padding: 5px 0 0 0;
  z-index: 2000;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 36px;
  background: transparent;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.slick-dots li button {
  border: 0 !important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #fff;
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 7.5px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  border: 3px solid #687677 !important;
  background: transparent;
}

.slick-dots li:hover button,
.slick-dots li:focus button {
  background: #687677;
}

.slick-dots li.slick-active button {
  background: #c00;
  border:3px solid #c00 !important;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}
.onlymobb {
  display: none;
}

.slider .slider, .slider .slick-list, .slider .slick-slide, .slider .slick-slider {
  
  min-height: 760px !important;
}

@media (min-aspect-ratio:16/9) {
  .video-foreground {
      height: 300%;
      top: -100%
  }

}

@media (max-aspect-ratio:16/9) {
  .video-foreground {
      height: 300%;
      top: -100%;
  }

}

@media (min-width: 621px) {
  address,
  blockquote,
  code,
  dd,
  dt,
  label,
  li,
  p,
  pre,
  td,
  th {
    font-size: 1.3em;
    line-height: 1.571em;
    color: #555;
  }

  h3 {
    letter-spacing: 0.5px;
  }

  #rightmenu {
    position: fixed;
    right: 16px;
    top: 50%;
    margin-top: -84px;
    z-index: 2002;
  }

  #rightmenu li {
    overflow: hidden;
    transform: translateX(0);
  }

  #rightmenu li a {
    float: right;
    height: 55px;
    width: 55px;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
  }

  #rightmenu li a:before {
    right: 17px;
    top: 13px;
    width: 22px;
    height: 22px;
  }

  #rightmenu li a:after {
    right: 10px;
    top: 7px;
    width: 36px;
    height: 36px;
  }

  #rightmenu li a span.menuText {
    display: inline-block;
    width: 244px;
    overflow: hidden;
    float: right;
    margin-right: 28px;
  }

  #rightmenu li a span.menuText span {
    background: rgba(220, 24, 45, 0);
    transform: translateX(190px);
    -webkit-transform: translateX(190px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-left: 32px;
  }

  #rightmenu li a span.menuText span:before {
    content: "\e00a";
    font-family: "Glyphs14";
    font-size: 1.5em;
    display: block;
    left: 4px;
    position: absolute;
  }

  #rightmenu li a:hover,
  #rightmenu li a.expandLink {
    width: 290px;
  }

  #rightmenu li a:hover span.menuText span {
    background: #c00;
  }

  #rightmenu li a:hover span.menuText span,
  .sticky_ctas li a.expandLink span.cropText span {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 0;
  }

  .secondary-contextual-links .contextual-list {
    flex-direction: row;
  }

  .secondary-contextual-links .contextual-list li {
    border-right: 1px solid #d8d8d8;
    margin: 10px;
    width: 45%;
  }

  .product-grid:not(.flyout .product-grid) .grid-container,
  .product-grid:not(.flyout .product-grid) .expand-list {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 5px;
    width: calc(100% - 5px);
  }

  .product-grid:not(.flyout .product-grid) .grid-container .cols .product-link,
  .product-grid:not(.flyout .product-grid) .expand-list .cols .product-link {
    height: 300px;
  }

  .product-grid:not(.flyout .product-grid) .grid-container .cols img,
  .product-grid:not(.flyout .product-grid) .expand-list .cols img {
    margin-top: 60px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }

  .product-grid .expand-block .expand-list {
    width: calc(100% - 10px);
  }

  .product-grid .grid-container .cols .expand-block,
  .product-grid .expand-list .cols .expand-block {
    display: none;
    width: 204%;
  }

  .product-grid .grid-container .cols:nth-child(2n + 1 of :not(.hide)) .expand-block,
  .product-grid .expand-list .cols:nth-child(2n + 1 of :not(.hide)) .expand-block {
    margin-left: 0;
  }

  .product-grid .grid-container .cols:nth-child(2n + 2 of :not(.hide)) .expand-block,
  .product-grid .expand-list .cols:nth-child(2n + 2 of :not(.hide)) .expand-block {
    margin-left: -104%;
  }

  .content .news-archive {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    padding-bottom: 60px;
  }

  .footer_inner {
    margin: 0 auto;
    padding: 0;
    max-width: 992px;
    text-align: left;
  }

  footer section .footerContent:first-child {
    margin-left: 0;
  }

  .content .news-link {
    font-size: 26px;
  }
}

.product-grid .cols.active .swiper-wrapper>.swiper-slide{
  padding: 0;
  transform: translateY(80px);
  opacity: 0;
  transition: ease-out all .4s;
}

.product-grid .cols.active .swiper-wrapper>.swiper-slide.expand {
  transform: none;
  opacity: 1;
}

@media (min-width: 1025px) {
  .upper_nav {
    display: block;
    background: #f2f2f2;
    text-align: right;
    padding: 0 20px;
    margin: 0;
  }

  .upper_nav ul {
    display: inline-block;
    padding: 0 24px;
    margin: 0;
  }

  .upper_nav ul li {
    display: inline-block;
    padding: 0 24px;
    list-style-type: none;
    font-size: 1.3em;
    line-height: 1.571em;
  }

  .upper_nav ul li:has(.lang){
    padding: 0 18px 0 0;
  }

  .upper_nav ul li span::before {
    content: " ";
    position: absolute;
    height: 20px;
    left: -40px;
    border-left: solid 1px #696969;
    top: 6px;
  }

  .upper_nav ul li .lang span::before {
    left: -8px;
  }

  .upper_nav ul li a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 0;
    font-size: 1.2em;
    margin-top: 2px;
    font-weight: 300;
    line-height: 1;
    font-family: "ProximaNovaExCn", Tahoma, Arial;
    text-decoration: none;
  }

  .upper_nav ul li a.lang{
    padding:10px 8px;
  }

  .upper_nav ul > li a .icon::before {
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    left: -30px;
    content: " ";
    width: 20px;
    height: 20px;
  }

  .upper_nav ul > li a .icons {
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    left: -30px;
    content: " ";
    width: 20px;
    height: 20px;
  }

  .upper_nav ul #compare a .icon::before{
    content:attr(data-content);
    color:#fff;
    background:#cc1417;
    font-style: normal;
    font-weight:700;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
  }

  .upper_nav ul #site a .icon::before {
    font-family: "glyphs14";
    font-size: 28px;
    content:'\E00C';
    font-style: normal;
    line-height: 22px;

  }

  .upper_nav ul #site:hover .icon::before{
    content:'\E009';
  }
  
  .main_nav {
    position: relative;
    margin-top: -1px;
  }

  .main_nav nav {
    text-align: right;
    background: #000;
  }

  .main_nav .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 24px;
    z-index: 1;
  }

  header.expanded .logo {
    top:54px;
  }

  header.expanded nav {
    position: relative;
  }

  #menu #main_menu {
    display: inline-block;
    margin: 0 24px 0 200px;
  }
  #menu:has(.dealerlogo) #main_menu{
    margin-left: 280px;
  }
  #menu #upper_menu {
    margin: 60px 0 0 453px;
    width: 450px;
  }

  #menu #main_menu li:not(li *),
  #menu #upper_menu li {
    display: inline-block;
    padding: 0 12px;
    list-style-type: none;
    margin: 0;
  }

  #menu #main_menu > li > a {
    display: block;
    padding: 30px 0;
    margin: 0;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 20px;
    font-family: "ProximaNovaExCn", Tahoma, Arial;
  }

  #menu #main_menu li a:hover,
  #menu #main_menu li a:active,
  #menu #upper_menu li a:hover,
  #menu #upper_menu li a:active {
    color: #e11428;
  }

  #menu #main_menu .sel a,
  #menu #upper_menu .sel a {
    color: #e11428;
  }

  #hamburger {
    display: none;
  }

  #menu #lang {
    position: absolute;
    list-style-type: none;
    padding: 5px 0 5px 20px;
    margin: 5px 0 0 744px;
    z-index: 100;
    font-size: 12px;
    height: 20px;
    min-width: 130px;
    background: url(../img/arw_down.png) no-repeat left center;
    cursor: hand;
  }

  #menu #lang a {
    text-decoration: none;
    color: #838376;
    display: block;
  }

  #menu #lang ul {
    display: none;
    z-index: 150;
    position: absolute;
    margin: -31px 0 0 -20px;
    padding: 10px 10px 10px 20px;
    list-style-type: none;
    background: #fff url(../img/arw_up.png) no-repeat left 15px;
  }

  #menu #lang:hover ul {
    display: block;
  }

  #menu #lang li a {
    display: block;
    margin: 0;
    padding: 0 5px 0 40px;
    list-style-type: none;

    width: 105px;
    color: #838376;
    text-decoration: none;
  }

  #menu #lang li a:hover {
    color: #e11428;
  }

  #menu #lang .map {
    padding: 0 0 0 40px;
    margin: 0;
    background: #fff url(../img/map.png) no-repeat left center;
  }

  #menu #lang .map2 {
    padding: 0 0 0 40px;
    margin: 0 0 0 -40px;
    background: url(../img/map.png) no-repeat left center;
  }

  #site {
    position:relative;
  }

  #site ul {
    z-index: 2004;
    position: absolute;
    margin: 0;
    padding: 14px 18px;
    list-style-type: none;
    background: #fff;
    right: 0px;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px .3rem .7rem rgba(189, 197, 209, 0.3);
    display:flex;
    flex-direction: column;
    gap:4px;
  }

  #site ul li {
    display: block;
    padding: 0;
  }

  #site:hover ul {
    visibility: visible;
    opacity: 1;
  }

  #site li a {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    color: #838376;
    text-decoration: none;
    white-space: nowrap;
  }

  #site li a:hover {
    color: #e11428;
  }

  #site .map {
    padding: 0 0 0 40px;
    margin: 0;
    background: url(../img/map.png) no-repeat left center;
  }

  .search .searchToggle::before {
    content: " ";
    position: absolute;
    height: 20px;
    left: 0;
    border-left: solid 1px #696969;
    top: 10px;
  }

  .search .searchToggle .searchIcon {
    color: #000;
    display: block;
    padding: 0 5px;
    margin: 5px 0;
  }

  .search .searchToggle {
    top: -38px;
    right: 0;
    left: auto;
    padding: 0 15px 0 0;
  }
  header .search {
    display: block;
  }

  header.expanded .search {
    top: 0;
    position: relative;
    left: 0;
    right: 0;
    height:55px;
    display: block;
  }

  header.expanded .searchForm.visible {
    background: #f2f2f2;
    justify-content: flex-end;
  }

  header.expanded .searchForm.visible input[type="text"] {
    width: 30%;
  }

  .searchForm input[type="text"] {
    width: 100%;
    height: 32px;
    border-radius: 0;
    padding: 1px 10px;
  }

  #subpage #subpage_inner {
    padding: 10px 25px;
  }

  .discoverMore .contentListing {
    grid-gap: 20px;
    display: flex;
    justify-content: center;
  }

  .discoverMore .contentListing .imgWrap {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }

  .discoverMore .contentListing .imgWrap img {
    width: 28px;
    height: 28px;
  }

  .discoverMore .contentListing div {
    max-width: 315px;
    margin-bottom: 0;
  }

  .flyout {
    position: absolute;
    width: 100vw;
    background: #fff;
    left: 0;
    top: 79px;
    z-index: 2004;
    display: none;
    height: auto;
    transition: ease-out transform 0.3s;
    transform: scaleY(0);
    transform-origin: top;
  }

  .flyout.expanded {
    transition: ease-in transform 0.3s;
    transform: scaleY(1);
    display: flex !important;
    flex-direction: row;
  }

  .flyout .product-grid .grid-container > .cols {
    opacity: 0;
    transform: translateY(80px);
    transition: all ease-out 0.3s;
  }

  .flyout .product-grid .grid-container > .cols.expand {
    opacity: 1;
    transform: none;
  }

  .flyout .sidebar > ul > li {
    margin: 0 0 0 20px;
    transition: all ease-out 0.3s;
    opacity: 0;
  }

  .flyout .sidebar > ul > li.expand {
    transition: all ease-in 0.6s;
    opacity: 1;
    margin: 0;
  }

  .flyout .mainContent {
    width: 75%;
  }

  .flyout .sidebar {
    width: 25%;
  }

  .flyout .sidebar ul {
    margin: 10px 20px 2em 55px;
    font-size: 1.2em;
  }
  .flyout .sidebar ul li {
    color: #000;
    text-align: initial;
  }

  .flyout .sidebar ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:12px;
    font-size: 20px;
    padding: 24px 0;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    color: #000;
  }

  .flyout .sidebar ul li a img{
    width:80px;
    transform: scale(1);
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .flyout .sidebar ul li a:hover img{
    transform: scale(1.12);
  }

  .flyout .product-grid .grid-container,
  .flyout .product-grid .expand-list {
    grid-template-columns: repeat(3, 33.333%);
    width: calc(100% - 10px);
  }

  .flyout  .product-grid .grid-container .cols .product-link,
  .flyout  .product-grid .expand-list .cols .product-link {
    height: 300px;
  }

  .flyout  .product-grid .grid-container .cols img,
  .flyout  .product-grid .expand-list .cols img {
    margin-top: 60px; 
    position: absolute; 
    top: 60px; 
    left: 0; 
    right: 0;   
  }

  .flyout .product-grid .grid-container,
  .flyout .product-grid .expand-list {
    grid-gap: 5px;
  }

  .flyout .product-grid .grid-container .product-link:hover .new{
  color: #fff
}

  .overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 220px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
  }

  .overlay.expanded {
    display: block;
  }

  .content .news-archive {
    grid-template-columns: repeat(3, 1fr);
  }

  .breadcrumb nav {
    width: 992px;
  }

  .product-grid .product-link.active::after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dedede;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px)
}

.model-tbl-price .price-name a{
  min-width:420px
}
}

@media (max-width: 1025px) {
  header {
    display: flex;
    flex-direction: column-reverse;
  }

  .main_nav .logo {
    text-align: center;
  }

  #menu .logo .dealerlogo{
    position:absolute;
    left:0;
    top:20px;
  }

  .main_nav ul li a,
  .upper_nav ul li a {
    font-size: 20px;
    padding: 24px 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-family: "ProximaNovaExCn";
    font-weight: 300;
    text-decoration: none;
    position: relative;
  }

  .flyout .sidebar ul li a{
    flex-direction: column;
    gap:6px;
  }

  .flyout .sidebar ul li a img{
    width:64px;
  }

  .main_nav ul li a {
    font-weight: 500;
  }

  .upper_nav ul,
  .main_nav ul {
    margin: 0;
    padding: 0;
  }

  .sidebar ul{
    display: flex;
    justify-content: safe center;
    gap:24px;
    overflow: auto;
  }

/*   #site ul{
    display:none
  } */

  #site ul li:first-child{
    display:none
  }

  #site ul.expanded{
    display:block;
    background:#fff;
  }

  .upper_nav ul > li a,
  .main_nav nav ul > li a {
    margin: 0 24px;
  }

  .main_nav ul li,
  .upper_nav ul li {
    border-bottom: solid 1px #ddd;
    z-index:601;
    position:relative;
  }

  .main_nav ul li{
    background:#fff;
  }

  .upper_nav ul li {
    background: #c00;
  }

  .main_nav .sidebar{
  border-bottom: solid 1px #ddd;
}

.main_nav .sidebar ul{
  padding: 0 24px;
}

  .main_nav .sidebar ul li{
    border-bottom: none;

  }

  .main_nav .sidebar ul > li a{
    margin: 0;
  }

  .upper_nav ul #compare a .icon{
    margin-left: 6px;
  }

  .upper_nav ul #compare a .icon::before{
    content: attr(data-content);
    color: #c00;
    background: #fff;
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 17px;
  }

  
  .search .searchToggle .searchIcon::before{
    filter:invert(1)
  }

  .upper_nav ul li:last-child {
    border: 0;
  }

  .main_nav a {
    color: #000;
  }

  .upper_nav {
    text-align: left;
    display: block;
  }

  .upper_nav a {
    color: #fff;
  }

  .upper_nav #site a:not(#site ul a) {
    display:none
  }

  #main_menu,
  #upper_menu {
    display: none;
  }

  header.showmenu #main_menu,
  header.showmenu #upper_menu {
    display: block;
  }

  #nav_toggle {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    z-index: 997;
    top: 4px;
    right: 0;
  }

  #nav_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    opacity: 1;
    left: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav_toggle span:nth-child(2) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav_toggle span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav_toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 22px;
  }

  #nav_toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #nav_toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 36px;
    left: 22px;
  }

  #subpage #subpage_inner h3 {
    display: none;
  }

  #subpage #subpage_inner {
    padding: 10px 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  #subpage #subpage_inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}

#subpage #subpage_inner::-webkit-scrollbar:horizontal {
    -webkit-appearance: none;
    height: 3px;
}
#subpage #subpage_inner::-webkit-scrollbar-thumb {

    background-color: #a5a5a5;
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

  #subpage #subpage_inner::after{
      position: absolute;
      right: 0;
      top:0;
      z-index:100;
      content: '';
      height:52px;
      width: 32px;
      background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

  }

  .flyout .product-grid .expand-block{
    width:100% !important;
  }

  .flyout .product-grid .product-link {
    display: flex;
    align-items: center;
    margin: 0 24px;
    padding: 15px 0;
    background: transparent;
  }

  .flyout .product-grid .product-link img {
    order: 1;
    width: 25%;
    margin: 0;
  }

  .flyout .product-grid .product-link h3 {
    font-size: 20px;
    order: 2;
    padding-left: 40px;
  }

  .flyout .product-grid .product-name{
    order: 2;
  }

  .flyout .product-grid .cols, .flyout .product-grid .expand-block .swiper-slide:not(:last-child) .product-link {
    border-bottom: 1px solid #d8d8d8;
  }

  .flyout .product-grid .grid-container .new{
    text-align: left;
    padding-left: 40px
  }

  .flyout .product-grid .grid-container .product-link:hover img,
  .flyout .product-grid .expand-list .product-link:hover img,
  .flyout .product-grid .grid-container .product-link.active img {
    transform: none;
    margin-top: 0 !important;
  }

  .flyout .product-grid .grid-container .product-link:hover,
  .flyout .product-grid .expand-list .product-link:hover {
    background: initial;
  }

  .flyout .product-grid .grid-container .product-link.active,
  .flyout .product-grid .expand-list .product-link.active {
    background: transparent;
  }

  .flyout .product-grid .grid-container .product-link.active h3,
  .flyout .product-grid .expand-list .product-link.active h3 {
    color: initial;
  }

  .flyout .grid-container .product-link:hover h3,
  .flyout .product-grid .expand-list .product-link:hover h3 {
    color: initial;
  }

  .flyout .grid-container .active.cols > .product-link::before {
    content: " ";
    background-color: #3b3b3b;
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
  }

  .flyout .grid-container .active.cols > .product-link::after {
    content: " ";
    width: 120%;
    height: 10px;
    display: block;
    position: absolute;
    left: -28px;
    bottom: 0;
    box-shadow: 0 5px 5px #ddd;
  }

  .flyout .grid-container .product-link .icon.toggle:before,  .upper_nav #site .icon.toggle:before{
    font-family: "glyphs14";
    position: absolute;
    font-style:normal;
    right: 0;
    top: calc(50% - 12px);
    content: "\e013";
    font-size: 28px;
  }

  .flyout .grid-container .product-link.active .icon.toggle:before{
    content: "\e015";
    color: #c00;
  }

  .upper_nav #site:has(.expanded) .icon.toggle:before{
    content: "\e015";
  }

  .flyout .grid-container .active.cols {
    background: #e9e9e9;
  }

  .flyout .product-grid .expand-block {
    background: transparent;
    margin: 0 0 0 30px !important;
  }

.product-grid:not(.flyout .product-grid) .product-link.active::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dedede;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px)
}

  #main_menu li.expanded {
    background: #f2f2f2;
    position:relative;
  }

  #main_menu li.expanded::after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #dedede;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top:-15px;
    left: calc(50% - 15px)
}

  .discoverMore .contentListing li:last-child:nth-child(2n + 1) {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 50%;
    margin: 0 auto;
  }

  .lazy2{
    height:12vw
  }

  .lazy2 .theimage {
    height: 11vw;
}


.techtbl .tbl_image{
  width:90px;
}

.colors-gallery {
  margin-top: 0;
}

}

@media (max-width: 620px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .news_container {
    grid-template-columns: 1fr;
  }

  #rightmenu {
    margin: 25px 20px;
  }

  .left #rightmenu{
    margin: 25px 0;
  }

  #rightmenu li a:before {
    top: 11px;
    left: 13px;
  }

  #rightmenu li a span.menuText {
    display: block;
    margin-left: 10px;
  }

  #rightmenu li a span.menuText:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 8px;
    width: 33px;
    height: 33px;
    transform: rotate(45deg);
  }
  #rightmenu li a span.menuText span {
    display: block;
    margin-left: 10px;
    padding-left: 50px;
    font-size: 1.2em;
  }

  #rightmenu li a:after {
    left: 7px;
    z-index: 1;
  }

  #second.modelpage .sticky-menu .model-btns{
    display:none
  }

  footer .social {
    width: 98%;
  }

  footer .footerAccordion h3:before {
    color: #3b3b3b;
    content: "\e013";
    float: right;
    font-family: "glyphs14";
    font-weight: 700;
    padding-top: 2px;
    font-size: 20px;
  }

  footer .footerAccordion.active h3:before {
    content: "\e015";
  }
}

@media screen and (min-width: 769px) {
  .secondary-contextual-links .contextual-list li {
    display: flex;
    margin: 5px;
    width: 23%;
  }
}

@media (min-width: 801px) {
  .product-grid:not(.flyout .product-grid) .grid-container,
  .product-grid:not(.flyout .product-grid) .expand-list {
    grid-template-columns: repeat(3, 33.333%);
    width: calc(100% - 10px);
  }

  .product-grid .grid-container .cols:nth-child(3n + 2 of :not(.hide)) .expand-block,
  .product-grid .expand-list .cols:nth-child(3n + 2 of :not(.hide)) .expand-block {
    margin-left: calc(-100% - 5px);
  }

  .product-grid .grid-container .cols:not(.hide) .expand-block,
  .product-grid .expand-list .cols:not(.hide) .expand-block {
    width: calc(300% + 10px);
  }


  .product-grid .grid-container .cols:nth-child(3n + 1 of :not(.hide)) .expand-block,
  .product-grid .expand-list .cols:nth-child(3n + 1 of :not(.hide)) .expand-block {
    margin-left: 0;
  }

  .product-grid .grid-container .cols:nth-child(3n + 3 of :not(.hide)) .expand-block,
  .product-grid .expand-list .cols:nth-child(3n + 3 of :not(.hide)) .expand-block {
    margin-left: calc(-200% - 10px);
  }

  .breadcrumb nav ol {
    padding: 1.5em 6em;
  }

  .content_inner:has(.distributors, .form-container){
    padding: 40px 6em 40px 6em;
  }

  footer section {
    padding: 1em 6em;
  }

  footer .ctaWrap {
    padding: 0;
  }

  footer .ctas li {
    box-sizing: border-box;
    display: block;
    moz-box-sizing: border-box;
    padding: 1em 0 1em 0;
    position: relative;
    text-align: left;
    webkit-box-sizing: border-box;
    width: 100%;
  }

  footer .ctas li:hover {
    background-color: transparent;
  }

  footer .ctas li a {
    clear: both;
    color: #3b3b3b;
    display: inline-block;
    font-size: 1.2em;
    margin-left: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
  }

  footer .ctas li a::before {
    content: none;
  }

  footer .ctas li a:hover {
    border-bottom: none;
  }

  footer .ctas li a:hover span {
    border-bottom: 1px solid #3b3b3b;
  }

  footer .ctas li a:before {
    color: #3b3b3b;
    font-size: 30px;
    left: -1em;
    position: absolute;
    top: -0.16em;
  }

  footer .ctas li a svg {
    margin-bottom: 0;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    vertical-align: top;
  }

  footer .ctas li a span {
    text-decoration: none;
  }

  footer .ctas .hondaGlobeDiamond56Ico:before,
  footer .ctas .hondaProductsDiamond56Ico:before,
  footer .ctas .valueMyCarDiamond56Ico:before {
    left: -1em;
    width: 22px;
    height: 22px;
  }

  footer .ctas li a.accessoriesDiamond56Ico:before {
    font-size: 2.8em;
    left: 7px;
    margin-right: 0.25em;
    min-height: 54px;
    top: 3px;
  }

  footer .ctas li a.registerYourInterestDiamond56Ico:before,
  footer .ctas li a.registerYourInterestFooterDiamond56Ico:before {
    font-size: 30px;
    left: -50px;
    top: -3px;
  }

  footer .content ul li a:hover {
    border-bottom: 1px solid #3b3b3b;
    text-decoration: none;
  }

  footer .content ul li a:hover span {
    border-bottom: 1px solid #3b3b3b;
  }

  footer .footerAccordion.active .content {
    border-bottom: none;
  }

  footer .footerMenu {
    display: flex;
    justify-content: space-between;
  }

  footer .footerAccordion h3,
  footer .footerContent h3 {
    background: #f7f7f7;
    color: #3b3b3b;
    display: block;
    font-family: "ProximaNovaExCn", Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.15;
    margin-bottom: 0;
    padding: 0.75em 0;
    text-align: left;
    width: 100%;
    text-transform: none;
  }

  footer .footerContent h3:before {
    display: none;
  }

  footer .footerContent ul {
    margin-top: 1.5em;
  }

  footer .footerContent li {
    margin-bottom: 0.5em;
    padding: 0.1em 0;
  }

  footer .footerLinks li {
    margin: 0 0 0.54em;
    padding: 0;
  }

  footer .footerContent li a,
  footer .footerContent.footerLinks li a,
  footer .footerContent li span {
    border-bottom: 1px solid transparent;
    color: #3b3b3b;
    display: inline;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
  }

  footer .footerContent .social li a,
  footer .footerContent .social li a:hover {
    border-bottom: none;
  }
  

  footer .footerContent li a span {
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
  }

  footer .footerContent .content {
    display: block;
  }

  footer .footerContent .content ul {
    padding: 0;
    margin: 0;
  }

  footer .footerContent .content ul li {
    border-top: none;
    padding: 0;
  }

  footer .footerContent .content ul li a:before {
    display: none;
  }

  footer .social {
    margin: 0;
    overflow: visible;
  }

  footer .social li,
  footer .footerContent.footerLinks li {
    text-align: left;
    width: 100%;
  }

  footer .social li {
    padding: 0 0 0.5em 0 !important;
  }

  footer .social li a {
    font-size: 1em;
    border-left: 0;
    display: inline;
    padding: 0;
  }

  footer .social li a svg {
    width: 1.3em;
    height: 1.3em;
    margin-bottom: 0;
  }

  footer .social li a span {
    margin-left: 0.7em;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }

  footer .social li a:after {
    display: none;
  }

  footer .social[data-amount="1"] li,
  footer .social[data-amount="2"] li,
  footer .social[data-amount="3"] li,
  footer .social[data-amount="4"] li,
  footer .social[data-amount="5"] li,
  footer .social[data-amount="6"] li {
    margin-bottom: 0;
    width: 100%;
  }

  footer .footerContent.footerLinks {
    border-top: none;
  }

  footer .footerContent.footerLinks ul {
    padding: 0;
    margin: 0;
  }

  footer .languageSelectorHeading {
    color: #3b3b3b;
  }

  footer .languageSelector {
    margin-bottom: 3em;
  }

  footer .languageSelector ul li a {
    font-size: 1.08em;
  }

  footer .footerLinks h3 {
    display: block;
  }

  footer .footerContent.footerLinks .languageSelector li {
    margin-top: 0.3em;
    padding-left: 0.7em;
  }

  footer .footerContent.footerLinks .languageSelector li:last-child {
    margin-bottom: 0.3em;
  }

  footer .footerContent.usefulLinks .languageSelector li a {
    border-bottom: 0;
    padding-left: 0.8em;
  }

  footer .languageSelector p {
    cursor: pointer;
    text-align: left;
  }

  footer .footerLogo img {
    display: inline-block;
    margin-bottom: 27px;
    aspect-ratio: auto 16/9;
  }

  footer .logoFooter p {
    font-size: 1.2em;
    padding: 0;
  }
}

@media (max-width: 800px) {

  .content_inner .distributors{
    flex-direction: column-reverse;
  }

  .content_inner .distributors .column{
    width:100%
  }

  footer a:hover {
    text-decoration: none;
  }

  footer .ctas {
    margin: 0 auto;
    width: 70%;
  }

  footer .footerLinks {
    text-align: center;
  }

  footer .footerLinks ul {
    padding: 1em 0;
  }

  footer .footerLinks ul li {
    display: inline-block;
    margin: 0 1em;
  }
}

@media (min-width: 621px) and (max-width: 800px) {
  footer .footerAccordion h3 {
    padding: 0.7em 1.7em;
  }

  footer .footerAccordion .content ul {
    border-bottom: 3px solid #f4f3f8;
    margin: 0 4em 2em;
    padding: 0;
  }

  footer .footerAccordion .content li {
    border-bottom: 1px solid #f4f3f8;
    border-top: 0;
    display: inline-block;
    margin-right: 1.5em;
    padding: 0.8em 0;
    width: 47.3%;
  }

  footer .footerAccordion .content {
    display: block;
  }

  footer .footerAccordion li:nth-child(2n) {
    margin-right: 0;
  }
}

.grid-element {
  padding: 10px;
}

.grid-element img{
	margin-bottom:14px;
}

.grid-element p {
  margin: 0;
}

.grid-element.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-element.border {
  border: 1px solid #dddbdb;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 12px;
  margin-bottom: 10px;
}

.content-grid-dynamic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-template-rows: auto;
  grid-gap: 24px;
  margin-bottom: 10px;
}

.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 480px) {
  .wrapperInner {
    padding: 0 6.6666667%;
  }
}

@media screen and (max-width: 480px) {
  .content-grid {
    grid-template-columns: 1fr !important;
  }
  .discoverMore .contentListing {
    grid-template-columns: repeat(2, 1fr);
  }
  .discoverMore .contentListing div:last-of-type{
    grid-column-start: 1;
    grid-column-end: 3; 
  }
  .tab-pane-content img{
    width:100% !important;
    height:auto !important;
    margin:0 0 20px 0!important
  }
  .text-overlay div {
      max-width: calc(100% - 16vw);
  }
  .distributors .reseller-box h3{
    max-width:70%
  }
}

@media screen and (max-width: 980px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
  .content-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-grid.columns-2,
  .content-grid.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 681px){
  .slick-slider .table{
    display:flex;
    align-items:center;
    height: 100%;
    padding-top: 0;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.slick-slider p{
  font-size: 22px;
  line-height: 1.27;
  margin: 0 0 1.5em 0;
}

.slick-slider .hdrmdl h2,
.slick-slider .hdrmdl h3,
.slick-slider .hdrmdl p {
    padding-right: 30%;
    padding-left: 30%;
    text-align: center;
    box-sizing: border-box;
}

.slick-slider .hdrmdl {
    text-align: center;
}

.slick-slider .hdrright h2,
.slick-slider .hdrright h3,
.slick-slider .hdrright p {
    padding-right: 0;
    padding-left: 60%;
    text-align: right;
    box-sizing: border-box;
}

.slick-slider .hdrright {
    text-align: right;
}

.slick-slider h2 {
    padding-right: 60%;
    margin: 40px 0 20px 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    box-sizing: border-box;
}

.slick-slider h3 {
    padding-right: 60%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    box-sizing: border-box;
}

.slider .slick-track .slick-slide:has(.bg-gradient):before{
  content: '';
  background:linear-gradient(269deg, #1F1F1F 0, transparent 50%) !important;
  mix-blend-mode: normal;
  opacity: .67;
  transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:10
}


.slider .slick-track .slick-slide:has(.hdrright):before{
  transform: initial;
}

}

@media (max-width: 680px) {
  h3.comp-heading{
    margin: 0 0 20px 0
  }
  .container:has(.lazy2){
    margin: 0 0 30px 0
  }
  .calcContainer{
    width: 100%;
  }
  .techtbl{
    overflow-x: auto !important
  }

  .model-tbl-price td{
    font-size:14px;
  }
  .model-tbl-price td .regularprice{
    font-size:12px
  }

  .model-tbl-price .price .gray.notice{
    font-size:10px;
    bottom: 12%;
  }

.model-tbl-price th, .pricetable .headrow td { font-size:16px;}
.model-tbl-price.showroom td{text-wrap: nowrap;}
.model-tbl-price h1, .model-tbl-container h1{
  margin: 32px 0 18px 0;
  font-size:32px;
  line-height:32px;
}

.model-tbl-container .pricelist-header{
  flex-direction: column;
  align-items: flex-start;
}

.model-tbl-container .pricelist-header:first-of-type h1.pricelist-heading{
  margin:0 0 10px 0
}

.bigtext {
  font-size: 18px !important;
  line-height: 18px !important;
  padding-right: 32px !important;}

  .model-tbl-price img{
    width:60px;
    height: auto;
  }

  .model-tbl-price .mdl-name{
    display:none
  }

  .model-tbl-price .price-name a{
    align-items: flex-start;
    flex-direction: column;
    gap:6px
  }

  .model-tbl-price td .cta-button{
    padding:4px;
    font-size:0;
    display: block;
    border-radius: 50%;
    position: relative;
    width: 24px;
    height: 24px;
  }

  .model-tbl-price .cta-button::before{
    font-family: "glyphs14";
    font-style: normal;
    content: "\e013";
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    transform: translate(-13px, -1px);
    
  }

  .slick-slide {
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: top center;
}
  .slider .table-cell {
    background: #ffffff;
    position: relative;
    padding: 40px 30px;
    margin: 46vw 0 0 0;
    text-align: center !important;
}

.slider .table-cell.mob_banner{
  margin:0
}

.slider .slider, .slider .slick-list, .slider .slick-slide, .slider .slick-slider {
  min-height: auto !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px !important;
}

.slider .table {
    position: relative;
    padding-top: 0;
    padding-left: 20px;
    min-height: auto;
    padding-right: 20px;
    float: left;
    display: initial;
}

.slider .table {
  padding: 0;
}

.slick-slider p{
  font-size: 22px;
  line-height: 1.27;
  margin: 0 0 1.4em 0;
}

.slick-slider h2 {
  color:#000 !important;
  margin: 0 0 20px 0;
  font-weight:700;
}

.slick-slider h3 {
  width: auto;
  text-align: center !important;
  padding: 0 !important;
  font-size: 28px;
  line-height: 28px;
  margin-bottom:30px;
  color:#000 !important;
}

.slick-dots{
  height:24px;
  bottom:20px;
}

  .text-overlay {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .text-overlay.mob {
    display: inline-block;
  }

  .text-overlay.mob div {
    position: static;
    margin: 20px !important;
    max-width: unset;
    text-align: unset;
  }

  .text-overlay.alignmdl div {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .text-overlay.mob div span {
    color: #000 !important;
  }

  .text-overlay.mob a {
    align-self: baseline;
  }


.video-foreground {
    top:0;
}
.video-foreground, .video-background iframe {
    height:46vw;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}

.slick-dots li button {
  border: 2px solid #687677 !important;
  min-height: auto !important;
  margin: 2.5px !important;
  height: 10px !important;
  width: 10px !important;
}
.colors-gallery img{
  height: 48px;
}

.nav-tabs{
  flex-wrap: wrap;
  gap: 4px 12px;
}

.tab-link{
  font-size:18px;
  line-height:18px;
  padding:8px;
}
.nav li{
  width:auto
}
}

@media (max-width: 380px){
  .distributors .reseller-box:not(:only-child)::after{
    font-size:16px;
    right:1.8rem;
  }
}

@media only screen and (max-width: 41.25em) /* 660 */ {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em; /* 20 */
  }

  .imagelightbox-arrow {
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em; /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em; /* 20 */
  }
}

@media only screen and (max-width: 20em) /* 320 */ {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}

@media (min-width: 680px){
  .colors-gallery img {
    height: 54px;
}
}

@media screen and (max-width: 680px){
.slick-dots {
  top: auto;
  bottom: -10px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
}
.onlymobb {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: initial;

}

.mainpic_wrapper{
  height: 300px;
}}

  @media screen and (max-width: 1440px){
.slick-slider .table {
    margin-left: 0;
}}

.mapimg{
width:100%;
height:100%
}

.apply-animation .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.apply-animation .a6 {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.apply-animation .d1 {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms
}

.apply-animation .d2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.apply-animation .d3 {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms
}

.apply-animation .d4 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.apply-animation .d5 {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.apply-animation .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

