@font-face {
  font-family: 'AvantGardeGothicC';
  src: url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.eot');
  src: url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.woff2') format('woff2'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.woff') format('woff'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.ttf')  format('truetype'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC.svg#AvantGardeGothicC') format('svg');
}

@font-face {
  font-family: 'AvantGardeGothicCBold';
  src: url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.eot');
  src: url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.woff2') format('woff2'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.woff') format('woff'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.ttf')  format('truetype'),
       url('/wp-content/themes/wp-bootstrap-starter-master/fonts/AvantGardeGothicC-Bold.svg#AvantGardeGothicC') format('svg');
}


:root {
  --font-bold: 'AvantGardeGothicCBold', sans-serif;
  --font-regular: 'AvantGardeGothicC', sans-serif;
  --container: 1380px;
  --color-grey: #BCBCBC;
  --color-dark-grey: #666666;
  --color-black: #0F0F0F;
  --color-red: #CC0000;
  --section-margin: 160px;

  --app-height: 100%;
}
.text-flex--more.open-text:before {
 opacity: 0;
}
.text-flex--more:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transition: .23s;
}
.text-flex--more {
    position: relative;
}
.moto__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #0F0F0F;
}


.text-editor .title-medium {
    text-align: center;
    margin: 0 0 40px;
}

.text-flex p, .text-flex li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #0F0F0F;
}

.text-flex p {
    margin: 0 0 25px;
}

.text-flex p:last-child {
    margin: 0;
}

.text-flex h2, .text-flex h3, .text-flex h4, .text-flex h5, .text-flex h6 {
    font-family: var(--font-bold);
    color: #0F0F0F;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
}

.text-flex h2 {
    font-size: 32px;
}

.text-flex h3 {
    font-size: 24px;
}

.text-flex h4, .text-flex h5, .text-flex h6 {
    font-size: 18px;
}


.text-flex ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0F0F0F;
    position: absolute;
    top: 10px;
    left:10px;
}
.text-flex ul li {
    position: relative;
    padding-left: 26px;
}
.text-flex ul, .text-flex ol {
    padding: 0;
    list-style: none;
    margin: 0 0 20px;
}


.text-flex ol li:before {
    content: counter(my-counter) ". ";
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
}
.text-flex ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 26px;
}
.text-flex ol {
    counter-reset: my-counter;
    list-style: none;
}












.text-editor .title-medium {
    text-align: center;
    margin: 0 0 40px;
}
.bike__status {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--red);
    margin-top: 5px;
}
.newbike h1.title-medium {
    font-size: 36px;
}
.home .section__title h2:before, 
.home  .section__title h2:after {
  display: none;
}

html, body, #page {
  height: 100%;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: var(--font-regular);
  color: var(--color-black);
}
#page {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}




.page-inner {
  padding-top: 166px;
}


a {
  transition: .23s;
}
a:hover {
  text-decoration: none;
}

.btn.focus, 
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  border-radius: 2px;
  padding: 20px 32px;
  text-transform: uppercase;
  font-family: var(--font-bold);
  line-height: 1;
}
.btn-white {
  border: 1px solid var(--color-dark-grey);
  color: var(--color-dark-grey);
  transition: .23s;
}

.btn-white:hover {
  color: var(--color-dark-grey);
}

.btn-red:after,
.btn-red:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .23s;
}
.btn-red:before {
  background: #de0000;
  z-index: 1;
  opacity: 1!important;
}
.btn-red:after {
  background: linear-gradient(180deg, #de0000 0%, #b50000 100%);
  z-index: 2;
  opacity: 1;
}
.btn-red {
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  transition: .23s;
  position: relative;
}

.btn-red span {
  position: relative;
  z-index: 3;
}

.btn-red:hover:after {
  opacity: 0;
}


.btn-red:focus,
.btn-red:hover,
.btn-red:hover span,
.btn-red:focus span {
  color: #fff;
}

.hidden {
  display: none;
}

.section {
  margin-bottom: var(--section-margin);
}

.container {
  max-width: var(--container);
  padding: 0 48px;
  margin: 0 auto;
}

.title-medium {
  font-size: 32px;
  color: var(--color-dark-grey);
  font-family: var(--font-bold);
  margin: 0;
}

.section__title h2 {
  display: flex;
  position: relative;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.section__title {
  margin: 0 0 60px;
  text-align: center;
}

.section__title h2:before, 
.section__title h2:after {
  content: '';
  display: block;
  width: auto;
  height: 1px;
  background: var(--color-grey);
  flex: 1 0 auto;
  max-width: 200px;
}






.site-header {
  position: fixed;
  z-index: 4;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: .15s;
  max-width: 1320px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
}

.admin-bar .site-header {
  top: 56px;
}

.site-header.scrolled {
  top: 0;
}

.admin-bar .site-header.scrolled {
  top: 32px;
}

.logo img {
  max-width: 30px;
}

.site-header__inner {
  padding: 15px 108px;
  display: flex;
  /*justify-content: center;*/
}




.logo {
  margin: 0 50px;
}

.dropdown-toggle::after {
  display: none;
}



#main-menu > ul {
  flex-direction: row;
  gap: 18px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.navbar {
  padding: 0;
}



li.dropdown,
nav.navbar {
  position: inherit;
}


@media (min-width: 1200px) {

  body.sub-menu-open {
    overflow: hidden;
  }

  body.sub-menu-open header {
    z-index: 4;
  }
  

  body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: .23s;
    visibility: hidden;
  }

  body.sub-menu-open:before {   
    z-index: 2;
    opacity: .5;
    visibility: visible;
  }


  #main-menu > ul > li.menu-item-has-children.sub-current > a:before {
    transform: rotate(0deg);
    top: 2px;
    opacity: 1;
  }
  
  .sub-menu-open #main-menu > ul > .sub-wrap {
    max-height: calc((var(--vh, 1vh)* 100) - 300px)!important;
    overflow-y: scroll!important;
  }

  .sub-menu-open #main-menu > ul > .sub-wrap::-webkit-scrollbar {
    width: 6px;               
  }
  
  .sub-menu-open #main-menu > ul > .sub-wrap::-webkit-scrollbar-track {
    background: #fff;        
  }
  
  .sub-menu-open #main-menu > ul > .sub-wrap::-webkit-scrollbar-thumb {
    background-color: var(--color-red);    
    border-radius: 20px;    
    border: 0px solid orange;
  }

  .sub-menu-open .site-header__inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #BCBCBC;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mega-menu:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #BCBCBC;
  position: absolute;
  left: 0;
  top: 1;
  z-index: 1;
}

  #main-menu > ul > li > a {
    text-transform: uppercase;
  }
  #main-menu a {
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: var(--color-black);
  }

  #main-menu > ul > .sub-wrap, .mega-menu {
    height: 0;         
    overflow: hidden;  
    transition: height 0.23s ease;
  }

/*
  div#menu-item-133 {
    background: grey !important;
  }

  div#menu-item-132 {
    background: green !important;
  }
*/
  .btn-mega + .sub-wrap {
    display: none;
  }

  /* submenu */

  .sub-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sub-wrap > span {
    display: none;
  }

  #main-menu > ul > .sub-wrap > ul {
    padding: 30px 68px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
  }

  .menu-column + .sub-wrap > ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
  }
  /*#main-menu > ul > .sub-wrap {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 96px;
  }*/

  #main-menu > ul > .sub-wrap {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
   /* bottom: 0;
    transform: translate(0, calc(100% - 1px));*/
  }



  .menu-column + .sub-wrap > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
  }

  .menu-column + .sub-wrap > ul > li > a {
    pointer-events: none;
    margin: 0 0 25px;
    display: block;
    text-transform: uppercase;
    font-family: var(--font-bold);
    color: #BCBCBC !important;
  }

  .menu-column + .sub-wrap > ul > li ul li:last-child a {
    margin: 0;
  }
  .menu-column + .sub-wrap > ul > li ul a {
    margin: 0 0 25px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
  }

  .sub-menu-open #main-menu > ul > li.sub-current > a {
    color: var(--color-black);
  }
  .sub-menu-open #main-menu > ul > li > a {
      color: #BCBCBC;
  }


  /* END submenu */

}
/*
.menu-modal.menu-modal--content {
  display: none;
}

.active-box .menu-modal.menu-modal--content {
  display: flex;
}

.active-box .menu-modal.menu-modal--top {
  display: none;
}

*/


.site-header .btn-mega .dropdown-menu {
  display: none;
}
/*
.mega-menu.show-mega {
  height: 496px;
}
.mega-menu.show-mega.full {
  height: 600px;
}*/
.mega-menu {
  border-top: 0px solid #BCBCBC;
  position: relative;
  /*background: blue;*/
}

.moto .tab-content {
  grid-template-columns: 1fr 1fr 216px;
  gap: 80px;
  width: 100%;
}

.tab-content > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.moto__name {
  font-size: 24px;
}

.moto__option {
  font-size: 18px;
}

.moto__option span {
  display: block;
  font-size: 12px;
}

.moto__option p {
  line-height: 1.2;
}

.moto__option {
  display: flex;
  align-items: center;
  gap: 36px;
}

.moto__meta {
  display: flex;
  flex-direction: column;
}

.moto__meta {
  gap: 20px;
}

.moto__status {
  font-size: 18px;
  color: var(--color-red);
}
.moto__link {
  gap: 15px;
}

.btn-models {
  width: 165px;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.btn-models span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1;
  font-family: var(--font-regular);
}

.active-box .btn-models span {
  font-size: 12px;
}

.active-box .btn-models img {
  max-height: 52px;
}

.active-box .btn-models {
  width: 86px;
}


.btn-models.active-btn {
  width: 165px;
}

.btn-models.active-btn img {
  max-height: 102px;
  
}

.btn-models img {
  max-height: 102px;
  width: auto;
  height: 100%;
}


.active-box .menu-modal__item {
  height: 130px;
  display: flex;
  align-items: center;
}


.active-soft .btn-models,
.active-soft .btn-models img {
  transition: .23s;
}


/*
.models-active.soft .btn-models {
  opacity: 1;
 
}
.models-active .btn-models {
  opacity: 0;
}


.active-btn.btn-models ~ .menu-modal__posts {
  opacity: 1;
}*/


/* открытый и закрытый grid */

.active-box .menu-modal {
  column-gap: 16px;
  row-gap: 26px;
}
.menu-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 36px;
  row-gap: 45px;
  align-items: center;
  /* transition: .23s; */
}

/* END открытый и закрытый grid */

.menu-modal-tabs__item {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}



.models-wrap {
  position: relative;
  padding-top: 30px;
 /* height: 495px;*/
}

.models-wrap.models-active {
 /* height: 600px; */
}

.models-wrap > .btn-red {
  margin: 70px auto 30px;
  width: 275px;
  text-align: center;
  display: flex;
}

.models-wrap.active-box > .btn-red {
  display: none;
}

.active-soft .menu-modal__posts {
  transition: .23s;
}

.menu-modal__posts {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.menu-modal__posts.active-btn {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  position: absolute;
  z-index: 1;
}


.menu-modal-tabs {
  height: 405px;
  position: relative;
  display: none;
}

.active-box .menu-modal-tabs {
  display: block;
}
.active-box .btn-models.active-btn .btn-models__img img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.active-box .btn-models__img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}



/* tabs */

.tab-content {
  position: absolute;
  top: 55px;
  left: 0;
  opacity: 0;
  transition: .23s;
  display: grid!important;
}

.tab-button.active ~ .tab-content {
  opacity: 1;
  z-index: 1;
}


.tab-button {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-balck);
  cursor: pointer;
}

.tab-button.active {
  position: relative;
}

.tab-button.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-red);
  position: absolute;
  bottom: -1px;
  left: 0;
}


/* END tabs */


.modal.show .form-box .field--accept,
.modal.show .form-box .field--submit,
.field--accept,
.field--submit {
  animation-name: formShow;   
  animation-duration: 1s;      
}

@keyframes formShow {
  0% { 
    opacity: 0;
   }
  50% { 
    opacity: 0;
   }
  100% { 
    opacity: 1;
   }
}

.modal.show {
  animation-name: modalShow;   
  animation-duration: 0.75s;  
}

@keyframes modalShow {
  0% { 
    opacity: 0;
   }
  50% { 
    opacity: 0;
   }
  100% { 
    opacity: 1;
   }
}
/*.active-soft .tab-button.active ~ .tab-content {
  animation-name: tabShow;   
  animation-duration: 0.75s; 
}

@keyframes tabShow {
  0% { 
    opacity: 0;
   }
  50% { 
    opacity: 0;
   }
  100% { 
    opacity: 1;
   }
}*/



.wpcf7-acceptance label span {
  position: relative;
  padding-left: 44px;
  display: block;
}

.wpcf7-acceptance label {
  margin: 0;
}

.wpcf7-acceptance label span:before,  .wpcf7-acceptance label span:after {
  content: '';
  display: block;
  position: absolute;
}

.wpcf7-acceptance label span:before {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-dark-grey);
  left: 0;
  top: 1px;
}

.unaccepted .wpcf7-acceptance label span:before {
  border: 1px solid var(--color-red)
}
.wpcf7-acceptance label span:after {
  width: 14px;
  height: 14px;
  background: var(--color-red);
  top: 4px;
  left: 3px;
  opacity: 0;
  transition: .15s;
}

.wpcf7-acceptance label input:checked ~ span:after {
  opacity: 1;
}

.wpcf7-acceptance > span {
  margin: 0;
}

.wpcf7-acceptance input {
  display: none;
}



.wpcf7-acceptance label span {
  position: relative;
  padding-left: 44px;
  display: block;
  overflow: hidden;
  transition: 0.25s;
}

.form__title {
  line-height: 1;
  margin: 0 0 24px;
  font-size: 32px;
  text-align: center;
  font-family: var(--font-bold);
}
.service-form form {
  max-width: 624px;
  margin: 0 auto;
}

input.wpcf7-email.wpcf7-not-valid {
  color: var(--color-red);
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: var(--color-red);
}
.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: 0;
  font-size: 14px;
  text-align: center;
  font-family: var(--font-bold);
  max-width: 340px;
  margin: 15px auto;
}

.fields {
  display: grid;
  gap: 24px;
}

.fields textarea {
  padding: 10px;
  border: 1px solid var( --color-dark-grey);
  max-height: 100px;
}

input:focus, 
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid var(--color-dark-grey);
}

textarea.form-control:focus {
  border-color: var(--color-dark-grey);
}

.fields input {
  border-bottom: 1px solid var(--color-dark-grey);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 0;
}

.fields input, 
.fields textarea {
  border-radius: 0;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.fields input::placeholder, 
.fields textarea::placeholder {
  color: var(--color-dark-grey);
}

.fields input.wpcf7-not-valid::placeholder, 
.fields textarea.wpcf7-not-valid::placeholder {
  color: var(--color-red);
}

.wpcf7-not-valid-tip {
  display: none;
}


.field--accept .form-more span:before,
.field--accept .form-more span:after {
  display: none;
}
.field--accept .form-more {
  margin: 15px auto 0;
}

.field--accept .form-more span {
  padding: 0;
}

.wpcf7-acceptance label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-red);
  cursor: pointer;
  margin-top: 15px;
}

.form-more svg {
  fill: var(--color-red);
}

.form-more svg {
  transform: rotate(180deg);
  transition: .15s;
}

.form-more:focus {
  outline: none;
  box-shadow: none;
}

.open-more ~ .form-more svg,
.open-hide-option ~ .form-more svg {
  transform: rotate(0deg);
}

.form-more:hover {
  color: var(--color-red);
}

.field.field--accept p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.field--submit p, .field--submit {
  text-align: center;
}

.field.field--accept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

button.close {
  position: absolute;
  top: 40px;
  right: 36px;
  opacity: 1;
}
.modal-dialog {
  max-width: 624px;
}

.modal-content {
  border: 0;
  border-radius: 0;
  padding: 80px 36px 40px;
}

.form-box .fields {
  gap: 20px;
}
.form-box .fields input, 
.form-box .fields textarea,
.form-more {
  font-size: 16px;
}

.service-content {
  margin: 0 0 60px;
}
.service-form {
  margin-bottom: 100px;
}
.service-gallery {
  margin-bottom: 120px;
}
.service-faq {
  margin: 0 0 80px;
}

.faq__content.one-col {
  display: block;
}
.faq__item:last-child .faq__answer {
  padding-bottom: 0;
  border-bottom: 0;
}
span.faq__item-arrow svg {
  transform: rotate(180deg);
  transition: .25s;
}

span.faq__question-text {
  font-size: 18px;
  line-height: 167%;
  letter-spacing: 0.05em;
  font-family: var(--font-bold);
}

.faq__question > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__question {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-dark-grey);
  cursor: pointer;
}


.faq__item .faq__answer {
  padding: 20px 0 35px;
  border-bottom: 1px solid var(--color-dark-grey);
}

.faq__answer .post__content, 
.faq__answer .post__content p:last-child {
  margin: 0;
}


.faq__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: flex-start;
}

.faq__img {
  position: relative;
  padding-top: 56.25%;
}

.faq__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__item.open-item .faq__question {
  color: var(--color-red);
  border-color: var(--color-red);
}

.faq__item.open-item .faq__question svg {
  fill: var(--color-red);
  transform: rotate(0deg);
}










.slide {
  position: relative;
}



.slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  opacity: .75;
}

.slide .container {
  z-index: 2;
}


.slide {
  width: 100%;
  overflow: hidden;
}

.slide img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen {
  /*height: 100vh;
  height: var(--app-height);*/

  /*height: 100vh; */
  min-height: 600px;
  height: calc(var(--vh, 1vh) * 100);
  transition: .25s;
}

.slide .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.slide__title {
  font-family: var(--font-bold);
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 15px;
}

.slide__desc {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px;
}

.slide__link {
  text-align: right;
}

.slide__meta {
  padding-bottom: 95px;
}

.swiper-main .swiper-pagination span.swiper-pagination-bullet-active {
  background: #DF0000;
}
.swiper-main .swiper-pagination span {
  width: 15px;
  height: 15px;
  background: #D9D9D9;
  border: 2px solid #DF0000;
  opacity: 1;
  margin: 0 !important;
}

.home .swiper-main .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 50px;
  gap: 30px;
}


.preview {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: .23s;
}

.preview:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}

.preview__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  gap: 23px;
}

.preview__title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin: 0;
  color: var(--color-black);
  max-height: 81px;
  overflow: hidden;
  height: 81px;
}

.preview__bottom {
  margin-top: auto;
}

.preview__bottom a {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-red);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.preview__bottom span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-dark-grey );
}

.preview__bottom {
  display: flex;
  justify-content: space-between;
}

.preview__img {
  position: relative;
  padding-top: 56.25%;
}

.preview__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.poster__title {
  margin: 0;
  font-size: 24px;
  font-family: var(--font-bold);
  color: #fff;
  line-height: 150%;
}

.poster__wrap {
  position: relative;
  padding-top: 56.25%;
}

.poster__title, .poster__wrap img, .poster__wrap button {
  position: absolute;
}

.poster__wrap img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.poster__title,
.poster__wrap button {
  left: 110px;
}
.poster__title {
  top: 86px;
  z-index: 1;
  max-width: 420px;
}

.poster__wrap button {
  bottom: 86px;
}

.events-items {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}

.footer {
  background: var(--color-black);
  color: var(--color-dark-grey);
  text-align: center;
  padding: 80px 0 20px;
}
.footer .container {
  display: grid;
  row-gap: 40px;
}

.footer__social {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer__content p, .footer__content a {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-dark-grey);
}

.footer__content a {
  text-decoration: underline;
  margin-left: 4px;
}

.footer__powerby, .footer__powerby a {
  font-size: 10px;
  color: var(--color-dark-grey);
  line-height: 150%;
  letter-spacing: 0.05em;
}
.footer svg {
  max-height: 21px;
  max-width: 21px;
}

.footer__content br {
  display: none;
}
.newbike {
  overflow: hidden;
}


.swiper-bikes.swiper-container-free-mode {
  width: 100%;
  overflow: visible;
  padding-bottom: 46px;
}

.swiper-bikes .swiper-slide {
  width: calc(100%/3 - 36px); 
  flex-shrink: 0;
}

.swiper-bikes .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0%;
  width: 100%;
  height: 6px;
  background: var(--color-grey);
  margin: 10px 0px;
}
.swiper-bikes .swiper-scrollbar-drag {
  
  border-radius: 50px !important;
  cursor: grab;
  height: 6px;
  margin-top: 0px;
  transition: .25s;
}

.swiper-bikes .swiper-scrollbar-drag:hover {
  height: 14px;
  margin-top: -4px;
}

.swiper-bikes .swiper-scrollbar-drag:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-bikes .swiper-scrollbar-drag:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translate(0px, -50%);
  background: var(--color-red);
  border-radius: 50px;
  transition: .23s;
}
.swiper-bikes .swiper-scrollbar-drag:hover:before {
  height: 14px;
}
.bike {
  position: relative;
}
.bike__title {
  text-align: center;
  line-height: 1;
  margin: 0;
}
.bike__title a {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.link-full:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}


.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu a {
  color: var(--color-black);
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}



.mobile-menu .mobile-sub-wrap > .scroll-wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: nowrap;
  padding: 101px 46px 40px;
 /* height: 100%;
  overflow-y: scroll;*/
}

.mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 24px;
}

.btn-menu {
  padding: 0;
  border: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 16px;
  top: 0;
  transform: translate(0px, 74%);
}

.btn-menu span {
  width: 100%;
  height: 3px;
  background: var(--color-black);
  top: 50%;
  transform: translate(0px, -50%);
  position: absolute;
}

.btn-menu span,
.btn-menu:before, 
.btn-menu:after {
  transition: .25s;
}

.btn-menu:before, 
.btn-menu:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-black);
  position: absolute;
  top: 50%;
}

.btn-menu:before {
  transform: translate(0px, calc(-50% - 7px)) rotate(0deg);
}

.btn-menu:after {
  transform: translate(0px, calc(-50% + 7px)) rotate(0deg);
}

.btn-menu.open-mobile span {
  opacity: 0;
}

.btn-menu.open-mobile:before {
  transform: translate(0px, calc(-50% - 0px)) rotate(45deg);
}

.btn-menu.open-mobile:after {
  transform: translate(0px, calc(-50% + 0px)) rotate(-45deg);
}

.mobile-sub-wrap > span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #BCBCBC;
  margin: 0 0 0px;
  display: block;
  line-height: 150%;
  padding: 40px 46px;
}

.mobile-menu li {
  line-height: 1;
}
.mobile-menu a {
  display: inline-block;
}



/* article */
article.post {
  margin: 0 0 140px;
}
.post__content {
  margin: 0 0 90px;
}
.post__title {
  margin: 0 0 30px;
  font-size: 48px;
  text-align: center;
  color: var(--color-black);
}
.post__date {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--color-dark-grey);
  text-align: center;
  margin: 0 0 30px;
}

.post__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 30px;
}
.post__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.post__content p, 
.post__content li {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.post__content h2, 
.post__content h3, 
.post__content h4, 
.post__content h5, 
.post__content h6 {
  font-family: var(--font-bold);
  margin: 0 0 15px;
}

.post__content p {
  margin: 0 0 15px;
}

.post__content h2 {
  font-size: 32px;
}

.post__content h3 {
  font-size: 24px;
}

.post__content h4, .post__content h5, .post__content h6 {
  font-size: 18px;
}

.post__content a {
  color: var(--color-red);
}
.swiper-gallery {
  padding-left: 36px;
}
.swiper-gallery .swiper-slide {
  width: 51.808%;
}




.gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: auto;
  height: 6px;
  background: var(--color-grey);
  margin: 10px 0px;
  bottom: 0px;
  left: 48px;
  right: 48px;
  z-index: 3;
}
.gallery  .swiper-scrollbar-drag {
  border-radius: 50px !important;
  cursor: grab;
  height: 6px;
  margin-top: 0px;
  transition: .25s;
}

.gallery  .swiper-scrollbar-drag:hover {
  height: 14px;
  margin-top: -4px;
}

.gallery .swiper-scrollbar-drag:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .swiper-scrollbar-drag:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translate(0px, -50%);
  background: var(--color-red);
  border-radius: 50px;
  transition: .23s;
}
.gallery .swiper-scrollbar-drag:hover:before {
  height: 14px;
}
.gallery .container {
  position: relative;
  margin-top: 15px;
}
.swiper-gallery {
  padding-left: 50px!important;
  padding-bottom: 15px!important;
}

.gallery-item img {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.swiper-gallery .swiper-slide {
  padding: 15px 0px 25px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  outline: none;
}

.gallery-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery {
  margin-top: -15px;
}



/* END article */

.page__title {
  text-align: center;
  font-family: var(--font-bold);
  margin: 0 0 60px;
  font-size: 48px;
}


.editor .post__content {
  margin: 0;
}

.editor .post__content p:last-child {
  margin: 0;
}

.modal-form > div {
  display: flex;
  justify-content: center;
}



.contact {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;

}
.contact__phn a {
  color: var(--color-red);
}

.contact__info h2 {
  font-size: 32px;
  font-family: var(--font-bold);
  margin: 0;
}

.contact__info p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.contact__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 45px 20px 24px;
}

.contact__info button {
  margin-top: 20px;
}

.map {
  position: relative;
  min-height: 360px;
}

.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.archive main {
  padding-bottom: 80px;
}

.archive-title {
  font-size: 48px;
  margin: 0 0 60px;
  text-align: center;
  font-family: var(--font-bold);
}
li.next_link img {
  transform: rotate(180deg);
}

nav.paginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  align-items: center;
  line-height: 1;
}

nav.paginator ul a {
  color: var(--color-black);
}

nav.paginator ul .active a {
  font-family: var(--font-bold);
}

nav.paginator {
  margin-top: 60px;
}




.model-banner {
  position: relative;
}

.model-banner img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  opacity: .75;
}

.model-banner .container {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  z-index: 1;
}

.model-slogan {
  font-size: 20px;
  margin: 0 0 15px;
}

.model-title {
  font-size: 48px;
  font-family: var(--font-bold);
  line-height: 1;
  margin: 0 0 30px;
}
















.double__right > div {
  width: 100%;
}
.double__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.double__right .form-more {
  margin-top: 40px;
}


.model-banner.fullscreen {
  margin: 0 0 120px;
}
.model-main {
  margin: 0 0 120px;
}
.model-main .post__content {
  margin: 0;
}
.double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: flex-start;
  width: 100%;
}

.double__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.double__left {
  position: relative;
  padding-top: 62%;
  width: 100%;
}

.double__right .option__name {
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-dark-grey);
}


.double__right  .option__value {
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.05em;
}

.double__right  .option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.double__right  .options {
  display: grid;
  gap: 20px;
}


.btn.btn-more-option {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.05em;
  text-transform: none;
  font-family: var(--font);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--color-red);
  margin: 20px auto 0;
}

.btn.btn-more-option svg {
  transform: rotate(180deg);
  fill: var(--color-red);
  transition: .15s;
}

.options-hide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.options-hide > div {
  padding-top: 20px;
}

.options-hide {
  
  overflow: hidden;
  transition: .23s;
}
.model-option {
  margin: 0 0 120px;
}
.model-option .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.poster {
  position: relative;
  margin: 0 0 120px;
}

.poster__link .btn-red {
  transform: translate(0px, -110%);
}

.poster__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 11.668%;
}
.poster__bg {
  height: 67.751%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.poster__main-img {
  flex: 0 0 74%;
}

.poster .container {
  position: relative;
  z-index: 1;
}

.poster__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-motorcycle .gallery {
  margin: 0 0 120px;
}

.seo-text .post__content p:last-child {
  margin: 0;
}
.seo-text .post__content {
  margin: 0 0 120px;
}
.history-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.history-items h3 a {
  color: #fff;
}
.history-items h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 3;
  height: auto;
  left: 0;
  width: 100%;
  transform: translate(0px, 0%);
  transition: .25s cubic-bezier(0.62, -0.07, 0.5, 1.17);
  bottom: 50px;
  max-height: none;
  padding: 0 10px;
    line-height: 1.2;
}


.history-items .preview:hover h3 {
  transform: translate(0px, 50%);
  bottom: 50%;
}


.archive main.page-history.page-inner {
  padding-bottom: 0px;
  background: var(--color-black);
}

.archive main.page-history h1 {
  color: #fff;
  
}

.history-items .preview:before,
.history-items .preview:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: .25s;
}

.history-items .preview:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: .75;
}

.history-items .preview:after {
  opacity: 0;
  background: #000;
}

.history-items .preview:hover:after {
  opacity: .5;
} 

.history-items .preview:hover:before {
  opacity: .0;
} 

.textBlock {
  overflow: hidden;
  transition: .25s;
}


.error404 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 80px;
}

.error404 .container h1 {
  margin: 0;
  line-height: 1;
  font-family: var(--font-bold);
}

.error404 .container > span {
  font-family: var(--font-bold);
  font-size: 120px;
  color: var(--color-red);
  line-height: 1;
}

.tab-button .moto-new {
  color: var(--color-red);
}

.btn-models {
  position: relative;
}
.btn-models span.label-new {
  position: absolute;
  bottom: 0;
  transform: translate(0px, calc(100% + 5px));
  color: var(--color-red);
}
@media (min-width: 1200px) and (max-width: 1348px) {

  .active-box .btn-models span {
    font-size: 11px;
  }
  .btn-models.active-btn {
    width: 145px!important;
  }
  .active-box .btn-models {
    width: 75px;
  }
  .active-box .menu-modal {
    column-gap: 15px;
  }
  .mega-menu .container {
    padding: 0 30px;
  }
}



@media only screen and (min-width: 1200px) {

  .site-header__inner {
   /* align-items: center;*/
  }

  #main-menu > ul > .sub-wrap {
    box-shadow: 0px 7px 15px -3px rgba(0, 0, 0, 0.3);  
  }
  
  #main-menu > ul {
    flex-wrap: wrap;
  }
  #main-menu > ul > li.menu-item-has-children > a {
    padding-right: 22px;
    position: relative;
  }

  #main-menu > ul > li.menu-item-has-children > a:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/menu-child.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -1px;
    transform: rotate(180deg);
    transition: .12s;
    opacity: .4;
  }
  #main-menu > ul > li.menu-item-has-children.sub-open-current > a:before {
    transform: rotate(0deg);
    opacity: 1;
    top: 2px;
  }

  .mega-menu:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    /*border-top: 1px solid #BCBCBC;*/
  }




}





@media only screen and (max-width: 1399px) {
  .poster__title, .poster__wrap button {
    left: 95px;
  }
}

@media only screen and (max-width: 1380px) {
  .site-header {
    max-width: 100%;
    left: 30px;
    right: 30px;
  }
  .swiper-gallery {
    padding-left: 48px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding: 60px 0 20px;
  }
  .swiper-bikes .swiper-slide {
    width: calc(100% / 2.5 - 36px);   
  }
  .preview__bottom a, .preview__bottom span, .preview__title {
    font-size: 16px;
  }
  .preview__title {
    max-height: 72px;
    height: 72px;
  }
}

.btn-menu,
.mobile-block {
  display: none;
}

.moto-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
}

.moto-list > div {
    flex: 0 1 calc((100% - 72px) / 3); /* 72px = 2 промежутка по 36px */
    max-width: calc((100% - 72px) / 3);
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
  .moto-list > div {
      flex: 0 1 calc((100% - 72px) / 2);
      max-width: calc((100% - 72px) / 2);
      box-sizing: border-box;
  }


  .mobile-sub-wrap > .scroll-wrap {
    overflow-y: scroll;
    /*height: calc((var(--vh, 1vh)* 100) - 106px) !important;*/
    height: 100%;
  }

  .mobile-sub-wrap.opened {
    transform: translate(0px, 0px);
    z-index: 1;
   /* height: calc((var(--vh, 1vh)* 100) - 106px) !important;*/
  } 



  body.open-mobile {
    overflow: hidden;
  } 


 

  .site-header__inner {
    justify-content: center;
  }
  .mega-menu {
    display: none;
  }
  .site-header {
    left: 24px;
    right: 24px;
  }

  #main-menu {
    display: none;
  }

  .btn-menu {
    display: flex;
  }

  .mobile-block {
    height: 0px;
    overflow: hidden;
    transition: .25s;
    display: block;
    border-top: 1px solid #BCBCBC;
  }

  .mobile-block.open-mobile {
    max-height: calc((var(--vh, 1vh)* 100) - 106px) !important;
    overflow-y: scroll;
  }

  .mobile-block.open-mobile.lock {
    overflow-y: hidden;
  }

  .mobile-sub-wrap-one ul li:last-child {
    margin: 0;
  }
  .mobile-sub-wrap-one ul li {
      margin: 0 0 30px;
  }
  .mobile-sub-wrap-one ul a {
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.05em;
      text-transform: none;
  }



  .mobile-sub-wrap {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      transform: translate(100%, 0%);
      transition: .25s;
      background: #fff;
     
  }

  .mobile-menu {
    position: relative;
  }

  .mobile-sub-wrap-one {
    display: none;
  }
  .mobile-sub-wrap-one > .scroll-wrap > ul.sub-menu {
    gap: 30px;
    padding-top: 30px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  a.open3 {
    color: #BCBCBC;
  }
  .mobile-sub-wrap > .scroll-wrap > ul > li > a {
    text-transform: uppercase !important;
  }
  .mobile-sub-wrap > .scroll-wrap > ul > li.menu-item-has-children > a:before {
    right: 0;
    background: #BCBCBC;
    height: 2px;
    width: 12px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .mobile-sub-wrap > .scroll-wrap > ul > li.menu-item-has-children > a:after {
      content: '';
      display: block;
      width: 12px;
      background: #BCBCBC;
      height: 2px;
      position: absolute;
      z-index: 2;
      right: 0;
      top: 50%;
      transform: translate(0px, -50%) rotate(90deg);
  }

  .mobile-sub-wrap > .scroll-wrap > ul > li.menu-item-has-children > a.open3:after {
    transform: translate(0px, -50%) rotate(0deg);
  }
  .mobile-sub-wrap > .scroll-wrap > ul > li.menu-item-has-children > a {
      display: block;
      padding-right: 20px;
  }

  .mobile-sub-wrap > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
  }

  .menu-item-has-children > a {
    position: relative;
  }
  .menu-item-has-children > a:before, 
  .mobile-sub-wrap > span:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arrow-menu.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-sub-wrap > span:before {
    left: 19px;
    top: 43px;
    transform: translate(0px, 0%) rotate(180deg);
  }

  .menu-item-has-children > a:before {
    right: -22px;
    top: 4px;
    transform: translate(0px, 0%) rotate(0deg);
  }

}

@media only screen and (max-width: 991px) {

  .events-items {
    grid-template-columns: 1fr;
  }

  .home .swiper-main .swiper-pagination {
    bottom: 34px;
    gap: 25px;
  }
  .slide__meta {
    padding-bottom: 90px;
  }

  .fullscreen {
    min-height: 295px;
  }
  .double {
    grid-template-columns: 1fr;
  }
  .model-main {
    margin: 0 0 60px;
  }
  .model-option .container {
    gap: 35px;
  }
  .btn.btn-more-option {
    margin: 35px auto 0;
  }
  .history-items h3, .history-items .preview:hover h3 {
    font-size: 22px;
    bottom: 50%;
    transform: translate(0px, 50%);
  }

  .history-items .preview:before {
    display: none;
  }
  .history-items .preview:after {
    opacity: .5;
  }
}

@media only screen and (max-width: 991px) {

  .poster__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 

  .poster__link .btn-red {
    transform: translate(0px, 0%);
    margin-top: 30px;
  }

  .poster__content {
    align-items: center;
    justify-content: center;
    padding-top: 37.366%;
  }
  
  .poster__bg {
    height: 70.59%;
  }

  .model-main {
    margin: 0 0 60px;
  }
  .map {
    order: 2;
  }
  .contact {
      margin: 0 0 80px;
      grid-template-columns: 1fr;
  }
  
  .contact__info {
    padding: 20px 45px 30px 24px;
  }
  .swiper-gallery .swiper-slide {
    width: 86%;
  }
  .swiper-gallery {
    padding-left: 42px !important;
  }
  .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 42px;
    right: 42px;
  }

  .models-wrap {
    display: none!important;
  }

  .poster__title, .poster__wrap button {
    left: 60px;
  }
  .poster__wrap button {
    bottom: 50px;
  }
  .poster__title {
    top: 50px;
  }
  .container {
    padding: 0 42px;
  }
  .preview__bottom a, .preview__bottom span, .preview__title {
    font-size: 16px;
  }
  .news-items {
    grid-template-columns: 1fr 1fr;
  }
  .swiper-bikes .swiper-slide {
    width: auto;   
  }
  .swiper-bikes.swiper-container-free-mode {
    /*overflow: hidden;*/
  }


  .slide__desc {
    margin: 0 0 20px;
  }

}
@media only screen and (max-width: 782px) {

    .moto-list > div {
        flex: 0 0 100%;
        max-width: 410px;
        box-sizing: border-box;
    }

    .moto-list {
      flex-direction: column;
      align-items: center;
  }
/*  .mobile-sub-wrap > .scroll-wrap {
    height: calc((var(--vh, 1vh)* 100) - 106px) !important;
  }

  .mobile-sub-wrap.opened {
   height: calc((var(--vh, 1vh)* 100) - 106px) !important;
  } */

  .admin-bar .site-header {
    top: 70px;
  }
  
  .admin-bar .site-header.scrolled {
    top: 0px;
  }

  .faq__content {
    grid-template-columns: 1fr;
  }

  .mobile-sub-wrap > .scroll-wrap {
    overflow-y: scroll;
    flex: 1 0 auto;
    max-height: 100%;
  }

  .mobile-sub-wrap.opened {
    display: flex;
    flex-direction: column;
  }

}



.moto__img {
    position: relative;
}

.moto__img:before {
    content: '';
    display: block;
    padding-top: 61%;
}

.moto__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-flex.text-flex--more.non:before {
  opacity: 0;
}
.text-flex {
    overflow: hidden;
    transition: .5s;
}

.text-editor .read-more {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    letter-spacing: 0.05em;
    color: var(--red);
    display: inline-flex;
    gap: 20px;
    padding-top: 40px;
    margin-left: auto;
}

.text-editor .container {
    display: flex;
    flex-direction: column;
}

.hidden {
  display: none;
}

a.read-more svg {
    transition: .12s;
}
a.read-more.read-close svg {
    transform: rotate(180deg);
}

.text-flex h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    font-family: var(--font-bold);
}

.archive.tax-models main {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
 
  :root {
    --section-margin: 80px;
  }
  .slide:before,
  .model-banner:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 1;
  }

  .text-flex h1 {
    font-size: 26px;
  }

  .text-flex h2 {
      font-size: 22px;
  }
  
  .text-flex h3 {
      font-size: 18px;
  }

  .text-flex h4, .text-flex h5, .text-flex h6 {
    font-size: 16px;
  }

  .text-flex p, .text-flex li {
    font-size: 16px;
  }
  .double__right .form-more {
    margin-top: 30px;
  }
  .history-items {
    grid-template-columns: 1fr;
  }

  .double__right .option__name {
    text-transform: none;
  }

  .double__right .options {
    gap: 15px;
  }
  .double__right .option {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }
  
  .single-motorcycle .gallery {
    margin: 0 0 100px;
  }
  .poster__content {
    padding-top: 25%;
  } 

  .poster__bg {
    height: 57%;
  }

  .model-banner.fullscreen {
    margin: 0 0 60px;
  }

  .model-title {
    font-size: 36px;
  }

  .model-banner .container {
    text-align: center;
    bottom: 80px;
  }

  .archive-title {
    font-size: 42px;
  }

  .contact__info h2 {
    font-size: 22px;
  }

  .contact__info p {
    font-size: 16px;
  }

  .contact__info {
    padding: 30px 24px;
    text-align: center;
    align-items: center;
  }

  .contact {
    margin: 0 0 40px;
  }

  .wpcf7-acceptance label span {
    padding-left: 30px;
  }

  .form__title {
    font-size: 22px;
  }

  .page__title {
    font-size: 32px;
  }

  .page-inner {
    padding-top: 146px;
  }

  .post__title {
    font-size: 28px;
  }
  .post__content p, .post__content li {
    font-size: 16px;
  }

  .post__content h2 {
    font-size: 22px;
  }
  .post__content h3 {
    font-size: 20px;
  }

  .post__content h4, .post__content h5, .post__content h6 {
    font-size: 18px;
  }
  article.post {
    margin: 0 0 60px;
  }
  .post__content {
    margin: 0 0 30px;
  }

  .events-items {
    grid-template-columns: 1fr;
  }

  .preview__title {
    max-height: 72px;
    height: auto;
  }

  .events-items .preview__bottom {
    flex-direction: column;
    gap: 20px;
  }

  .poster__title, .poster__wrap button {
    left: 24px;
    right: 24px;
  }
  .poster__wrap button {
    bottom: 45px;
    max-width: 160px;
  }
  .poster__title {
    top: 45px;
  }
  .poster__wrap {
    position: relative;
    padding-top: initial;
    height: 550px;
  }
  .news-items {
    grid-template-columns: 1fr;
  }
  .section__title {
    margin: 0 0 60px;
  }

  .slide__title {
    font-size: 28px;
  }
  .slide__desc {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .slide__meta {
    padding-bottom: 80px;
  }
  .slide__link, .slide__meta {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {

  .container {
    padding: 0 24px;
  }
  .section__title h2:before, .section__title h2:after {
    display: none;
  }
  .footer__content p, .footer__content a {
    font-size: 14px;
  }
  .footer__content br {
    display: block;
  }
  .footer__content > p:first-child {
    margin: 0 0 15px;
  }
  .swiper-gallery {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 24px;
    right: 24px;
  }

  .gallery {
    margin-top: 0px;
  }
  .swiper-gallery .swiper-slide {
    padding: 0px 0px 0px;
  }
  .swiper-gallery {
    padding-bottom: 30px !important;
  }
  .gallery-item img {
    box-shadow: none;
  }
  
}














article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}
p {
  margin-bottom: 0em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}


.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}


#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}


/*PenSky edites*/

/*Hide detailed specification on motorbike page*/
.double__right .form-more{
    display:none;
}

/* Responsive YouTube Video */
.responsive-video{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
