/*
	Theme Name: Suzuki Barta
	Author: Impressive.hu
	Version: 1.0
*/
@font-face {
  font-family: SuzukiPROBold;
  font-style: normal;
  font-weight: 400;
  src: url(css/fonts/suzukiprobold.eot);
  src: url(css/fonts/suzukiprobold.eot?#iefix) format("embedded-opentype"), url(css/fonts/suzukiprobold.woff2) format("woff2"), url(css/fonts/suzukiprobold.woff) format("woff"), url(css/fonts/suzukiprobold.ttf) format("truetype"), url(css/fonts/suzukiprobold.svg) format("svg");
}
@font-face {
  font-family: Suzuki HL;
  font-style: normal;
  font-weight: 400;
  src: url(css/fonts/suzukiproheadline.eot);
  src: url(css/fonts/suzukiproheadline.eot?#iefix) format("embedded-opentype"), url(css/fonts/suzukiproheadline.woff2) format("woff2"), url(css/fonts/suzukiproheadline.woff) format("woff"), url(css/fonts/suzukiproheadline.ttf) format("truetype"), url(css/fonts/suzukiproheadline.svg) format("svg");
}
@font-face {
  font-family: Suzuki;
  font-style: normal;
  font-weight: 400;
  src: url(css/fonts/suzukiproregular.eot);
  src: url(css/fonts/suzukiproregular.eot?#iefix) format("embedded-opentype"), url(css/fonts/suzukiproregular.woff2) format("woff2"), url(css/fonts/suzukiproregular.woff) format("woff"), url(css/fonts/suzukiproregular.ttf) format("truetype"), url(css/fonts/suzukiproregular.svg) format("svg");
}
* {
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
  max-width: 100%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  padding-left: 1px;
}

sub {
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
  padding-left: 1px;
}

u {
  text-underline-position: under;
}

ul > li {
  list-style-type: none;
}

.center {
  text-align: center;
}

.clear {
  display: block;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both;
}

.clear.divider10 {
  height: 10px;
}

.clear.divider20 {
  height: 20px;
}

.clear.divider30 {
  height: 30px;
}

.img {
  font-size: 0px;
  line-height: 0px;
}

*:focus {
  /* because of iPhone browsers */
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
  outline: none !important;
}

input {
  border-radius: 0px; /* disable iOS browsers auto border radius */
  background: none; /* disable Firefox default grey background */
  outline: none;
}

/* disable arrows for input number */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  background: none; /* disable Firefox default grey background */
  resize: none;
  outline: none;
  overflow: auto; /* disable scrollbar in IE */
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px; /* disable default radius in iOS browsers */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

select {
  background: none; /* disable default grey background */
  outline: none; /* for Chrome */
  -moz-appearance: none; /* hide arrow */
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}

option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}

table {
  border-collapse: collapse;
  /* kis kijelzon hosszu szavak tordelesehez */
  table-layout: fixed;
}

table td {
  /* kis kijelzon hosszu szavak tordelesehez */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* BX slidernel a Chrome legujabb verziojaban (2021. februar) ha lapozunk, akkor egy elmosas (blur) kerul a slider elemeire, kepre, szovegre egyarant, ezt hidalja at ez a beallitas */
.bx-viewport, .bx-viewport * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* ezt kulon ki kell irni, mert mobil Chrome-ban csak igy mukodik, ha az elozo melle irom vesszovel, akkor nem */
  opacity: 1;
}

::selection {
  color: #ffffff;
  background: #111111;
}

::-moz-selection {
  color: #ffffff;
  background: #111111;
}

/* */
html {
  /* ez iOS eszkozoknek kell, iPhone-nak biztos, mert van, hogy nem jol jelenitik meg az oldalt */
  -webkit-text-size-adjust: 100%;
}

body.touchScreen * {
  /* mobiloknak, ha kattintunk, akkor ne valtozzon az elem szine/hatterszine, pl. mobil Chrome-ban kekre */
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* mobile menu */
/*

.mobileMenu{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:100px;
	display:none;
	z-index:100000;
}

.mobileMenu > div{
	text-align:center;
	vertical-align:middle;
	opacity:0;
}

.mobileMenu.absolute > div{
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.mobileMenu > div > a.close{
	font-size:28px;
}

.mobileMenu > div > div > ul{
	font-size:0px;
	padding-top:30px;
}

.mobileMenu > div > div > ul > li{
	line-height:20px;
	padding-bottom:10px;
	list-style-type:none;
}

.mobileMenu > div > div > ul > li:last-child{
	padding-bottom:0px;
}

.mobileMenu > div > div > ul > li > a{
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

.mobileMenu > div > div > ul > li > ul{
	display:none;
}

.mobileMenu > div > .languages > ul{
	display:inline-block;
}

.mobileMenu > div > .languages > ul > li{
	float:left;
	margin-right:20px;
}

.mobileMenu > div > .languages > ul > li:last-child{
	margin-right:0px;
}

.mobileMenu > div > .languages > ul > li.active > a{
	font-weight:700;
}

*/
/* popup */
/*

.popupBg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
}

.popup{
	position:fixed;
	top:100px;
	left:0px;
	width:100%;
	text-align:center;
	display:none;
}

.popup > div{
	display:inline-block;
	background-color:#ffffff;
}

.popup > div > div{
	position:relative;
	padding:50px;
	text-align:left;
}

.popup > div > div > a{
	display:inline-block;
	position:absolute;
	top:20px;
	right:20px;
	font-size:18px;
	color:@colorBlack2;
}

.popup > div > div > div{
}

.popup > div > div > div > h2{
	font-weight:600;
	font-size:70px;
	line-height:70px;
	padding-bottom:18px;
}

.popup > div > div > div > h3{
	font-weight:500;
	font-size:36px;
	line-height:36px;
	padding-bottom:22px;
}

.popup > div > div > div > p{
	max-width:360px;
	font-weight:300;
	font-size:18px;
	line-height:22px;
	padding-bottom:25px;
	text-align:justify;
}

*/
.btn {
  display: inline-block;
  font-family: "Suzuki HL";
  font-size: 20px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  border: 1px solid transparent;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 1299px) {
  .btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 1299px) {
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn.arrow:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  font-weight: 900;
  margin-left: 15px;
  content: "\f054";
}
@media screen and (max-width: 1299px) {
  .btn.arrow:after {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .btn.arrow:after {
    margin-left: 10px;
  }
}
.btn.sm {
  font-size: 18px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.btn.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white:after {
  color: #ffffff;
}
.btn.black {
  color: #111111;
  border-color: #111111;
}
.btn.black:after {
  color: #111111;
}

/* .btn */
.btn2 {
  display: inline-block;
  font-family: "Suzuki HL";
  font-size: 18px;
  line-height: 1em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  border: 1px solid transparent;
  background-color: #df003a;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}
@media screen and (max-width: 1299px) {
  .btn2 {
    font-size: 15.3px;
  }
}
.btn2.block {
  display: block;
}
.btn2.center {
  text-align: center;
}

/* .btn2 */
input.btn, button.btn {
  cursor: pointer;
}

body {
  font-size: 0px;
  line-height: 0px;
}

header, section, footer {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
header > .wrap, section > .wrap, footer > .wrap {
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  header > .wrap, section > .wrap, footer > .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

body:not(.home).noHero > header {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media screen and (max-width: 1299px) {
  body:not(.home).noHero > header {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 499px) {
  body:not(.home).noHero > header {
    margin-bottom: 40px;
  }
}

header > .wrap > .content {
  padding-top: 20px;
  padding-bottom: 20px;
  /* ul */
}
header > .wrap > .content > ul {
  display: table;
  width: 100%;
}
header > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: middle;
  /* :nth-child( 2 ) */
}
header > .wrap > .content > ul > li:first-child {
  width: 220px;
}
@media screen and (max-width: 1299px) {
  header > .wrap > .content > ul > li:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header > .wrap > .content > ul > li:first-child {
    width: 180px;
  }
}
@media screen and (max-width: 399px) {
  header > .wrap > .content > ul > li:first-child {
    width: 160px;
  }
}
header > .wrap > .content > ul > li:first-child img {
  width: 100%;
}
header > .wrap > .content > ul > li:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  header > .wrap > .content > ul > li:nth-child(2) > nav {
    display: none;
  }
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul {
  display: inline-block;
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li {
  float: left;
  padding-right: 50px;
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li:last-child {
  padding-right: 0px;
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li > a {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  transition: color 0.3s;
}
@media screen and (max-width: 1299px) {
  header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li > a {
    font-size: 15.3px;
  }
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li > a:hover {
  color: #df003a;
}
header > .wrap > .content > ul > li:nth-child(2) > nav > ul > li.current-menu-item > a {
  color: #df003a;
}
header > .wrap > .content > ul > li:nth-child(2) > a {
  display: none;
  font-size: 24px;
  line-height: 1em;
  color: #111111;
}
@media screen and (max-width: 1023px) {
  header > .wrap > .content > ul > li:nth-child(2) > a {
    display: inline-block;
  }
}

/* header */
section {
  /* .headerTop */
  /* .homeHero */
  /* .innerHero */
  /* .homeHero */
  /* .cta */
  /* .page */
  /* .models */
  /* .team */
  /* .contact */
}
section.headerTop {
  background-color: #111111;
}
@media screen and (max-width: 1023px) {
  section.headerTop {
    display: none;
  }
}
section.headerTop > .wrap > .content {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.headerTop > .wrap > .content > ul {
  display: inline-block;
  text-align: left;
}
section.headerTop > .wrap > .content > ul > li {
  float: left;
  border-right: 1px solid #555555;
  padding-right: 25px;
  padding-left: 25px;
}
section.headerTop > .wrap > .content > ul > li:last-child {
  border: none;
  padding-right: 0px;
}
section.headerTop > .wrap > .content > ul > li > a {
  display: inline-block;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color 0.3s;
}
@media screen and (max-width: 1299px) {
  section.headerTop > .wrap > .content > ul > li > a {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1299px) {
  section.headerTop > .wrap > .content > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
section.headerTop > .wrap > .content > ul > li > a:hover {
  color: #df003a;
}
section.headerTop > .wrap > .content > ul > li > a > i {
  margin-right: 12px;
}
section.homeHero {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  section.homeHero {
    margin-bottom: 40px;
  }
}
section.homeHero > .wrap {
  max-width: 100%;
  padding: 0px;
}
section.homeHero > .wrap > .content {
  position: relative;
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper {
  position: relative;
  /* nav */
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(0%, -50%);
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media screen and (max-width: 1299px) {
  section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1299px) {
  section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span {
    width: 40px;
    height: 40px;
  }
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span.prev {
  left: 30px;
}
@media screen and (max-width: 1299px) {
  section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span.prev {
    left: 20px;
  }
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span.next {
  right: 30px;
}
@media screen and (max-width: 1299px) {
  section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span.next {
    right: 20px;
  }
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.homeHero > .wrap > .content > .swiperWrap > .swiper > .nav > div > span:hover {
  color: #ffffff;
  background-color: #df003a;
}
section.homeHero > .wrap > .content > a > img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  section.homeHero > .wrap > .content > a > img {
    width: 150px;
  }
}
@media screen and (max-width: 399px) {
  section.homeHero > .wrap > .content > a > img {
    width: 100px;
  }
}
section.innerHero {
  margin-bottom: 80px;
}
@media screen and (max-width: 1299px) {
  section.innerHero {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 499px) {
  section.innerHero {
    margin-bottom: 40px;
  }
}
section.innerHero > .wrap {
  max-width: 100%;
  padding: 0px;
}
section.homeBenefits {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  section.homeBenefits {
    margin-bottom: 40px;
  }
}
section.homeBenefits > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1299px) {
  section.homeBenefits > .wrap > .content > ul {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  section.homeBenefits > .wrap > .content > ul {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
section.homeBenefits > .wrap > .content > ul > li {
  background-color: #f1f1f1;
}
section.homeBenefits > .wrap > .content > ul > li > .txt {
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1299px) {
  section.homeBenefits > .wrap > .content > ul > li > .txt {
    padding: 20px;
  }
}
section.homeBenefits > .wrap > .content > ul > li > .txt > .titleWrap {
  margin-bottom: 20px;
}
section.homeBenefits > .wrap > .content > ul > li > .txt > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.8em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1299px) {
  section.homeBenefits > .wrap > .content > ul > li > .txt > p {
    font-size: 15.3px;
    line-height: 1.62em;
  }
}
@media screen and (max-width: 767px) {
  section.homeBenefits > .wrap > .content > ul > li > .txt > p {
    line-height: 1.53em;
  }
}
section.homeBenefits > .wrap > .content > ul > li > .txt > .more {
  padding-left: 20px;
}
section.cta {
  padding-bottom: 30px;
  /* .double */
}
@media screen and (max-width: 1299px) {
  section.cta {
    padding-bottom: 20px;
  }
}
section.cta > .wrap {
  max-width: 100%;
}
section.cta > .wrap > .content {
  position: relative;
}
section.cta > .wrap > .content > .txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  section.cta > .wrap > .content > .txt {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    background-color: #111111;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.cta > .wrap > .content > .txt > div {
  max-width: 500px;
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1299px) {
  section.cta > .wrap > .content > .txt > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  section.cta > .wrap > .content > .txt > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.cta > .wrap > .content > .txt > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.cta > .wrap > .content > .txt > div > .titleWrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  section.cta > .wrap > .content > .txt > div > .titleWrap {
    margin-bottom: 20px;
  }
}
section.cta > .wrap > .content > .txt > div > .titleWrap > h2 {
  color: #ffffff;
}
section.cta > .wrap > .content > .txt > div > .titleWrap > span {
  color: #ffffff;
}
section.cta > .wrap > .content > .txt > div > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 1299px) {
  section.cta > .wrap > .content > .txt > div > p {
    font-size: 15.3px;
    line-height: 1.44em;
  }
}
@media screen and (max-width: 767px) {
  section.cta > .wrap > .content > .txt > div > p {
    line-height: 1.36em;
  }
}
@media screen and (max-width: 1299px) {
  section.cta > .wrap > .content > .txt > div > p {
    padding-bottom: 20px;
  }
}
section.cta > .wrap > .content > .txt > div > .more {
  padding-left: 20px;
}
section.cta.double > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1299px) {
  section.cta.double > .wrap > .content > ul {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  section.cta.double > .wrap > .content > ul {
    grid-template-columns: 1fr;
  }
}
section.cta.double > .wrap > .content > ul > li {
  position: relative;
}
section.cta.double > .wrap > .content > ul > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}
section.cta.double > .wrap > .content > ul > li > a > .img > img {
  transition: transform 0.3s;
}
section.cta.double > .wrap > .content > ul > li > a:hover > .img > img {
  transform: scale(1.1);
}
section.cta.double > .wrap > .content > ul > li > a > .txt, section.cta.double > .wrap > .content > ul > li > .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
section.cta.double > .wrap > .content > ul > li > a > .txt > div, section.cta.double > .wrap > .content > ul > li > .txt > div {
  padding: 30px 50px;
}
@media screen and (max-width: 1299px) {
  section.cta.double > .wrap > .content > ul > li > a > .txt > div, section.cta.double > .wrap > .content > ul > li > .txt > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.cta.double > .wrap > .content > ul > li > a > .txt > div, section.cta.double > .wrap > .content > ul > li > .txt > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.cta.double > .wrap > .content > ul > li > a > .txt > div > .titleWrap > h2, section.cta.double > .wrap > .content > ul > li > .txt > div > .titleWrap > h2 {
  color: #ffffff;
}
section.cta.double > .wrap > .content > ul > li > a > .txt > div > .titleWrap > span, section.cta.double > .wrap > .content > ul > li > .txt > div > .titleWrap > span {
  color: #ffffff;
}
section.cta.double > .wrap > .content > ul > li > a > .txt > div > p, section.cta.double > .wrap > .content > ul > li > .txt > div > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 30px;
  padding-left: 20px;
  display: none;
}
@media screen and (max-width: 1299px) {
  section.cta.double > .wrap > .content > ul > li > a > .txt > div > p, section.cta.double > .wrap > .content > ul > li > .txt > div > p {
    font-size: 15.3px;
    line-height: 1.44em;
  }
}
@media screen and (max-width: 767px) {
  section.cta.double > .wrap > .content > ul > li > a > .txt > div > p, section.cta.double > .wrap > .content > ul > li > .txt > div > p {
    line-height: 1.36em;
  }
}
section.page > .wrap > .content {
  padding-bottom: 80px;
}
section.page > .wrap > .content > .titleWrap {
  margin-bottom: 50px;
}
section.page > .wrap > .content > .pageContent {
  /* ul */
}
section.page > .wrap > .content > .pageContent > h2 {
  font-family: "Suzuki HL";
  font-size: 32px;
  line-height: 1em;
  color: #df003a;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > h2 {
    font-size: 27.2px;
  }
}
section.page > .wrap > .content > .pageContent > h3 {
  font-family: "Suzuki HL";
  font-size: 26px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > h3 {
    font-size: 22.1px;
  }
}
section.page > .wrap > .content > .pageContent > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.7em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 1em;
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > p {
    font-size: 15.3px;
    line-height: 1.53em;
  }
}
@media screen and (max-width: 767px) {
  section.page > .wrap > .content > .pageContent > p {
    line-height: 1.445em;
  }
}
section.page > .wrap > .content > .pageContent > p > a {
  color: #df003a;
  transition: color 0.3s;
}
section.page > .wrap > .content > .pageContent > p > a:hover {
  color: #111111;
}
section.page > .wrap > .content > .pageContent > ul {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.7em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 1.5em;
  padding-left: 25px;
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > ul {
    font-size: 15.3px;
    line-height: 1.53em;
  }
}
@media screen and (max-width: 767px) {
  section.page > .wrap > .content > .pageContent > ul {
    line-height: 1.445em;
  }
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > ul {
    padding-left: 15px;
  }
}
section.page > .wrap > .content > .pageContent > ul > li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > ul > li {
    padding-left: 20px;
  }
}
section.page > .wrap > .content > .pageContent > ul > li:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  content: "";
}
@media screen and (max-width: 1299px) {
  section.page > .wrap > .content > .pageContent > ul > li:before {
    top: 8px;
  }
}
section.page > .wrap > .content > .pageContent > ul > li > a {
  color: red;
  transition: color 0.3s;
}
section.page > .wrap > .content > .pageContent > ul > li > a:hover {
  color: #111111;
}
section.page > .wrap > .content > .pageContent img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
section.page > .wrap > .content > .pageContent img.aligncenter {
  display: block;
  margin: auto;
}
section.models > .wrap > .content {
  padding-bottom: 80px;
}
section.models > .wrap > .content > .modelsList > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  /* li */
}
@media screen and (max-width: 1023px) {
  section.models > .wrap > .content > .modelsList > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.models > .wrap > .content > .modelsList > ul {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
section.models > .wrap > .content > .modelsList > ul > li {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  section.models > .wrap > .content > .modelsList > ul > li {
    padding-top: 120px;
  }
}
section.models > .wrap > .content > .modelsList > ul > li > div {
  position: relative;
  border: 1px solid rgba(130, 130, 130, 0.5);
  padding-top: 85px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
section.models > .wrap > .content > .modelsList > ul > li > div > .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: translate(0%, -58%);
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > h2 {
  font-family: "Suzuki HL";
  font-size: 32px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1299px) {
  section.models > .wrap > .content > .modelsList > ul > li > div > .txt > h2 {
    font-size: 27.2px;
  }
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 15px;
}
@media screen and (max-width: 1299px) {
  section.models > .wrap > .content > .modelsList > ul > li > div > .txt > p {
    font-size: 15.3px;
  }
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > p > span {
  font-weight: 700;
  color: #df003a;
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > .more > p {
  font-family: "Suzuki";
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  section.models > .wrap > .content > .modelsList > ul > li > div > .txt > .more > p {
    font-size: 13.6px;
    line-height: 1.35em;
  }
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > .more > ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > .more > ul > li {
  float: left;
}
section.models > .wrap > .content > .modelsList > ul > li > div > .txt > .more > ul > li:last-child {
  float: right;
}
section.team > .wrap > .content {
  padding-bottom: 80px;
}
section.team > .wrap > .content > .teamList > h2 {
  font-family: "Suzuki HL";
  font-size: 30px;
  line-height: 1em;
  color: #df003a;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 40px;
}
@media screen and (max-width: 1299px) {
  section.team > .wrap > .content > .teamList > h2 {
    font-size: 25.5px;
  }
}
section.team > .wrap > .content > .teamList > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 70px;
  /* li */
}
@media screen and (max-width: 1023px) {
  section.team > .wrap > .content > .teamList > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.team > .wrap > .content > .teamList > ul {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
section.team > .wrap > .content > .teamList > ul:last-of-type {
  margin-bottom: 0px;
}
section.team > .wrap > .content > .teamList > ul > li > div {
  display: grid;
  grid-template-columns: 0.8fr 2.2fr;
  align-items: center;
}
section.team > .wrap > .content > .teamList > ul > li > div > .txt > h2 {
  font-family: "Suzuki HL";
  font-size: 24px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 1299px) {
  section.team > .wrap > .content > .teamList > ul > li > div > .txt > h2 {
    font-size: 20.4px;
  }
}
section.team > .wrap > .content > .teamList > ul > li > div > .txt > p {
  font-family: "Suzuki";
  font-size: 16px;
  line-height: 1.5em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  section.team > .wrap > .content > .teamList > ul > li > div > .txt > p {
    font-size: 13.6px;
    line-height: 1.35em;
  }
}
section.team > .wrap > .content > .teamList > ul > li > div > .txt > p > a {
  color: #df003a;
}
section.contact > .wrap > .content > .shopsList > h2 {
  font-family: "Suzuki HL";
  font-size: 30px;
  line-height: 1em;
  color: #df003a;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  section.contact > .wrap > .content > .shopsList > h2 {
    font-size: 25.5px;
  }
}
section.contact > .wrap > .content > .shopsList > .mapWrap {
  height: 400px;
  margin-bottom: 30px;
}
section.contact > .wrap > .content > .shopsList > .mapContacts {
  margin-bottom: 70px;
}
section.contact > .wrap > .content > .shopsList > .mapContacts > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.5em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
}
@media screen and (max-width: 1299px) {
  section.contact > .wrap > .content > .shopsList > .mapContacts > p {
    font-size: 15.3px;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 767px) {
  section.contact > .wrap > .content > .shopsList > .mapContacts > p {
    line-height: 1.275em;
  }
}
section.copyright > .wrap > .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1299px) {
  section.copyright > .wrap > .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section.copyright > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  section.copyright > .wrap > .content > ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1023px) {
  section.copyright > .wrap > .content > ul > li {
    text-align: center !important;
  }
}
section.copyright > .wrap > .content > ul > li:last-child {
  text-align: right;
}
section.copyright > .wrap > .content > ul > li > p {
  font-family: "Suzuki";
  font-size: 16px;
  line-height: 1.6em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
}
@media screen and (max-width: 767px) {
  section.copyright > .wrap > .content > ul > li > p {
    font-size: 13.6px;
    line-height: 1.44em;
  }
}
section.copyright > .wrap > .content > ul > li > p > a {
  color: #111111;
  transition: color 0.3s;
}
section.copyright > .wrap > .content > ul > li > p > a:hover {
  color: #df003a;
}

/* section */
footer {
  background-color: #111111;
}
footer > .wrap > .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li {
    text-align: center !important;
  }
}
footer > .wrap > .content > ul > li:first-child img {
  width: 100px;
}
footer > .wrap > .content > ul > li:nth-child(2) > p {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
}
@media screen and (max-width: 1299px) {
  footer > .wrap > .content > ul > li:nth-child(2) > p {
    font-size: 15.3px;
    line-height: 1.44em;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li:nth-child(2) > p {
    line-height: 1.36em;
  }
}
footer > .wrap > .content > ul > li:nth-child(2) > p > a {
  color: #ffffff;
  transition: color 0.3s;
}
footer > .wrap > .content > ul > li:nth-child(2) > p > a:hover {
  color: #df003a;
}
footer > .wrap > .content > ul > li:last-child {
  text-align: right;
}
footer > .wrap > .content > ul > li:last-child > div > ul > li {
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1299px) {
  footer > .wrap > .content > ul > li:last-child > div > ul > li {
    font-size: 15.3px;
    line-height: 1.44em;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li:last-child > div > ul > li {
    line-height: 1.36em;
  }
}
footer > .wrap > .content > ul > li:last-child > div > ul > li > a {
  color: #ffffff;
  transition: color 0.3s;
}
footer > .wrap > .content > ul > li:last-child > div > ul > li > a:hover {
  color: #df003a;
}

/* footer */
.titleWrap {
  position: relative;
  padding-left: 20px;
}
.titleWrap:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 3px;
  height: 90%;
  background-color: #df003a;
  content: "";
}
.titleWrap > h1, .titleWrap > h2 {
  font-family: "Suzuki HL";
  font-size: 36px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .titleWrap > h1, .titleWrap > h2 {
    font-size: 27px;
  }
}
.titleWrap > span {
  display: block;
  font-family: "Suzuki HL";
  font-size: 18px;
  line-height: 1.4em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 10px;
}
@media screen and (max-width: 1299px) {
  .titleWrap > span {
    font-size: 15.3px;
    line-height: 1.26em;
  }
}
@media screen and (max-width: 767px) {
  .titleWrap > span {
    line-height: 1.19em;
  }
}
.titleWrap.xl > h1, .titleWrap.xl > h2 {
  font-family: "Suzuki HL";
  font-size: 48px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
}
@media screen and (max-width: 767px) {
  .titleWrap.xl > h1, .titleWrap.xl > h2 {
    font-size: 31.2px;
  }
}

/* mobile menu */
.mobileMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
  display: none;
  overflow-x: hidden;
  z-index: 100000;
}
.mobileMenu > div {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 300px;
  text-align: left;
  opacity: 0;
}
.mobileMenu > div > div.menu > ul {
  font-size: 0px;
  line-height: 0px;
  background-color: #ffffff;
}
.mobileMenu > div > div.menu > ul > li {
  border-left: 5px solid #df003a;
  list-style-type: none;
  opacity: 0;
}
.mobileMenu > div > div.menu > ul > li.close {
  background-color: #df003a;
}
.mobileMenu > div > div.menu > ul > li:last-child {
  padding-bottom: none;
}
.mobileMenu > div > div.menu > ul > li > a {
  display: block;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  border-bottom: 1px solid #aaaaaa;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 1299px) {
  .mobileMenu > div > div.menu > ul > li > a {
    font-size: 15.3px;
  }
}
.mobileMenu > div > div.menu > ul > li > a > i {
  margin-right: 8px;
}
.mobileMenu > div > div.menu > ul > li.close > a {
  position: relative;
  color: #ffffff;
  border-bottom: none;
  padding-left: 45px;
}
.mobileMenu > div > div.menu > ul > li.close > a:before {
  position: absolute;
  top: 15px;
  left: 25px;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d";
}

/* .mobileMenu */
/* */
.backTop {
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 50px;
  color: #df003a;
  z-index: 1000;
  transition: color 0.3s, right 0.3s;
}
@media screen and (max-width: 1023px) {
  .backTop {
    bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  .backTop {
    font-size: 30px;
  }
}
.backTop.in {
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .backTop.in {
    right: 20px;
  }
}

/* skeleton */
.img.skeleton {
  position: relative;
}

.img.skeleton:after {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
/* */
.cookiebar {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  border-top: 2px solid red;
  background-color: #111111;
  padding: 15px 25px 15px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 10000;
}
.cookiebar > ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .cookiebar > ul {
    display: block;
  }
}
.cookiebar > ul > li {
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .cookiebar > ul > li {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
}
.cookiebar > ul > li:first-child {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .cookiebar > ul > li:first-child {
    padding-bottom: 10px;
  }
}
.cookiebar > ul > li:last-child {
  width: 25%;
  text-align: right;
}
.cookiebar > ul > li > p > a {
  color: red;
  transition: color 0.3s;
}
.cookiebar > ul > li > p > a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .cookiebar > ul > li > p > a {
    display: block;
  }
}

.wpcf7 {
  font-size: 0px;
  line-height: 0px;
  padding-top: 40px;
  margin: auto;
  /* form */
}
.wpcf7 > .screen-reader-response {
  display: none;
}
.wpcf7 > form {
  display: inline-block;
  width: 100%;
}
.wpcf7 > form > div {
  float: left;
  width: 100%;
  padding-bottom: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*
  & > label, & > p > label{
  	display:block;
  	padding-bottom:5px;
  	padding-left:30px;
  }
  */
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div {
    padding-bottom: 10px;
  }
}
.wpcf7 > form > div.left {
  width: 50%;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div.left {
    width: 100%;
    padding-right: 0px;
  }
}
.wpcf7 > form > div.right {
  width: 50%;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div.right {
    width: 100%;
    padding-left: 0px;
  }
}
.wpcf7 > form > div > p {
  padding: 0px !important;
  margin: 0px !important;
}
.wpcf7 > form > div > span, .wpcf7 > form > div > p > span {
  display: block;
  position: relative;
}
.wpcf7 > form > div > label, .wpcf7 > form > div > p > label {
  display: block;
  position: relative;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-bottom: 12px;
  padding-left: 25px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > label, .wpcf7 > form > div > p > label {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > label, .wpcf7 > form > div > p > label {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div > label, .wpcf7 > form > div > p > label {
    padding-bottom: 6px;
    padding-left: 20px;
  }
}
.wpcf7 > form > div > p > br {
  display: none;
}
.wpcf7 > form > div > input[type=text], .wpcf7 > form > div > p > input[type=text], .wpcf7 > form > div > input[type=email], .wpcf7 > form > div > p > input[type=email], .wpcf7 > form > div > input[type=file], .wpcf7 > form > div > p > input[type=file], .wpcf7 > form > div > span > input[type=text], .wpcf7 > form > div > p > span > input[type=text], .wpcf7 > form > div > span > input[type=email], .wpcf7 > form > div > p > span > input[type=email], .wpcf7 > form > div > span > input[type=file], .wpcf7 > form > div > p > span > input[type=file] {
  width: 100%;
  height: 60px;
  border: 0px;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  line-height: 60px;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding-right: 25px;
  padding-left: 25px;
  transition: border 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > input[type=text], .wpcf7 > form > div > p > input[type=text], .wpcf7 > form > div > input[type=email], .wpcf7 > form > div > p > input[type=email], .wpcf7 > form > div > input[type=file], .wpcf7 > form > div > p > input[type=file], .wpcf7 > form > div > span > input[type=text], .wpcf7 > form > div > p > span > input[type=text], .wpcf7 > form > div > span > input[type=email], .wpcf7 > form > div > p > span > input[type=email], .wpcf7 > form > div > span > input[type=file], .wpcf7 > form > div > p > span > input[type=file] {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > input[type=text], .wpcf7 > form > div > p > input[type=text], .wpcf7 > form > div > input[type=email], .wpcf7 > form > div > p > input[type=email], .wpcf7 > form > div > input[type=file], .wpcf7 > form > div > p > input[type=file], .wpcf7 > form > div > span > input[type=text], .wpcf7 > form > div > p > span > input[type=text], .wpcf7 > form > div > span > input[type=email], .wpcf7 > form > div > p > span > input[type=email], .wpcf7 > form > div > span > input[type=file], .wpcf7 > form > div > p > span > input[type=file] {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div > input[type=text], .wpcf7 > form > div > p > input[type=text], .wpcf7 > form > div > input[type=email], .wpcf7 > form > div > p > input[type=email], .wpcf7 > form > div > input[type=file], .wpcf7 > form > div > p > input[type=file], .wpcf7 > form > div > span > input[type=text], .wpcf7 > form > div > p > span > input[type=text], .wpcf7 > form > div > span > input[type=email], .wpcf7 > form > div > p > span > input[type=email], .wpcf7 > form > div > span > input[type=file], .wpcf7 > form > div > p > span > input[type=file] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.wpcf7 > form > div > input[type=text]::placeholder, .wpcf7 > form > div > p > input[type=text]::placeholder, .wpcf7 > form > div > input[type=email]::placeholder, .wpcf7 > form > div > p > input[type=email]::placeholder, .wpcf7 > form > div > input[type=file]::placeholder, .wpcf7 > form > div > p > input[type=file]::placeholder, .wpcf7 > form > div > span > input[type=text]::placeholder, .wpcf7 > form > div > p > span > input[type=text]::placeholder, .wpcf7 > form > div > span > input[type=email]::placeholder, .wpcf7 > form > div > p > span > input[type=email]::placeholder, .wpcf7 > form > div > span > input[type=file]::placeholder, .wpcf7 > form > div > p > span > input[type=file]::placeholder {
  color: #555555;
}
.wpcf7 > form > div > input[type=text]:focus, .wpcf7 > form > div > p > input[type=text]:focus, .wpcf7 > form > div > input[type=email]:focus, .wpcf7 > form > div > p > input[type=email]:focus, .wpcf7 > form > div > input[type=file]:focus, .wpcf7 > form > div > p > input[type=file]:focus, .wpcf7 > form > div > span > input[type=text]:focus, .wpcf7 > form > div > p > span > input[type=text]:focus, .wpcf7 > form > div > span > input[type=email]:focus, .wpcf7 > form > div > p > span > input[type=email]:focus, .wpcf7 > form > div > span > input[type=file]:focus, .wpcf7 > form > div > p > span > input[type=file]:focus {
  border-color: #111111;
}
.wpcf7 > form > div > input[type=text].wpcf7-not-valid, .wpcf7 > form > div > p > input[type=text].wpcf7-not-valid, .wpcf7 > form > div > input[type=email].wpcf7-not-valid, .wpcf7 > form > div > p > input[type=email].wpcf7-not-valid, .wpcf7 > form > div > input[type=file].wpcf7-not-valid, .wpcf7 > form > div > p > input[type=file].wpcf7-not-valid, .wpcf7 > form > div > span > input[type=text].wpcf7-not-valid, .wpcf7 > form > div > p > span > input[type=text].wpcf7-not-valid, .wpcf7 > form > div > span > input[type=email].wpcf7-not-valid, .wpcf7 > form > div > p > span > input[type=email].wpcf7-not-valid, .wpcf7 > form > div > span > input[type=file].wpcf7-not-valid, .wpcf7 > form > div > p > span > input[type=file].wpcf7-not-valid {
  border-color: #df003a;
}
.wpcf7 > form > div > textarea, .wpcf7 > form > div > p > textarea, .wpcf7 > form > div > span > textarea, .wpcf7 > form > div > p > span > textarea {
  width: 100%;
  height: 200px;
  border: 0px;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  transition: border 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > textarea, .wpcf7 > form > div > p > textarea, .wpcf7 > form > div > span > textarea, .wpcf7 > form > div > p > span > textarea {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div > textarea, .wpcf7 > form > div > p > textarea, .wpcf7 > form > div > span > textarea, .wpcf7 > form > div > p > span > textarea {
    padding: 20px;
  }
}
.wpcf7 > form > div > textarea:focus, .wpcf7 > form > div > p > textarea:focus, .wpcf7 > form > div > span > textarea:focus, .wpcf7 > form > div > p > span > textarea:focus {
  border-color: #111111;
}
.wpcf7 > form > div > textarea.wpcf7-not-valid, .wpcf7 > form > div > p > textarea.wpcf7-not-valid, .wpcf7 > form > div > span > textarea.wpcf7-not-valid, .wpcf7 > form > div > p > span > textarea.wpcf7-not-valid {
  border-color: #df003a;
}
.wpcf7 > form > div > select, .wpcf7 > form > div > p > select, .wpcf7 > form > div > span > select, .wpcf7 > form > div > p > span > select {
  width: 100%;
  height: 60px;
  border: 0px;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1em;
  color: #555555;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  line-height: 60px;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  background-image: url("../img/icon-select-arrow.svg");
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding-right: 25px;
  padding-left: 25px;
  transition: border 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > select, .wpcf7 > form > div > p > select, .wpcf7 > form > div > span > select, .wpcf7 > form > div > p > span > select {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1299px) {
  .wpcf7 > form > div > select, .wpcf7 > form > div > p > select, .wpcf7 > form > div > span > select, .wpcf7 > form > div > p > span > select {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div > select, .wpcf7 > form > div > p > select, .wpcf7 > form > div > span > select, .wpcf7 > form > div > p > span > select {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.wpcf7 > form > div > select:focus, .wpcf7 > form > div > p > select:focus, .wpcf7 > form > div > span > select:focus, .wpcf7 > form > div > p > span > select:focus {
  border-color: #111111;
}
.wpcf7 > form > div > p > span > .wpcf7-not-valid-tip {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "Suzuki";
  font-size: 16px;
  line-height: 1em;
  color: #df003a;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
}
@media screen and (max-width: 767px) {
  .wpcf7 > form > div > p > span > .wpcf7-not-valid-tip {
    font-size: 13.6px;
  }
}
.wpcf7 .wpcf7-acceptance {
  display: block;
  margin-bottom: 24px;
}
.wpcf7 .wpcf7-acceptance > span {
  display: block;
}
.wpcf7 .wpcf7-acceptance label {
  display: block;
}
.wpcf7 .wpcf7-acceptance label > input {
  display: none;
}
.wpcf7 .wpcf7-acceptance label > span {
  display: block;
  position: relative;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.5em;
  color: #111111;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 8px;
  padding-left: 60px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 .wpcf7-acceptance label > span {
    font-size: 15.3px;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance label > span {
    line-height: 1.275em;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance label > span {
    padding-left: 45px;
  }
}
.wpcf7 .wpcf7-acceptance label > span > a {
  color: #111111;
  border-bottom: 1px dotted #111111;
}
.wpcf7 .wpcf7-acceptance label > span > a:hover {
  border-bottom-color: transparent;
  transition: border 0.3s;
}
.wpcf7 .wpcf7-acceptance label > span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  color: transparent;
  content: "\f00c";
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance label > span:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.wpcf7 .wpcf7-acceptance label > input:checked + span:before {
  color: #111111;
  background-color: #f1f1f1;
}
.wpcf7 > form.init > .wpcf7-response-output, .wpcf7 > form.resetting > .wpcf7-response-output, .wpcf7 > form.submitting > .wpcf7-response-output {
  display: none;
}
.wpcf7 > form.sent > .wpcf7-response-output {
  background-color: #008000;
}
.wpcf7 > form.sent > .wpcf7-response-output:before {
  content: "\f058";
}
.wpcf7 > form.invalid > .wpcf7-response-output {
  background-color: #df003a;
}
.wpcf7 > form.invalid > .wpcf7-response-output:before {
  content: "\f071";
}
.wpcf7 > form.submitting .wpcf7-submit {
  opacity: 0.3;
}
.wpcf7 > .formMsg, .wpcf7 > form > .wpcf7-response-output {
  position: relative;
  font-family: "Suzuki";
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  /* 16, 18, 20, 24, 30, 32, 36, 48 */
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 65px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 1299px) {
  .wpcf7 > .formMsg, .wpcf7 > form > .wpcf7-response-output {
    font-size: 15.3px;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > .formMsg, .wpcf7 > form > .wpcf7-response-output {
    line-height: 1.275em;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 > .formMsg, .wpcf7 > form > .wpcf7-response-output {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 55px;
  }
}
.wpcf7 > .formMsg:before, .wpcf7 > form > .wpcf7-response-output:before {
  position: absolute;
  top: 24px;
  left: 30px;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wpcf7 > .formMsg:before, .wpcf7 > form > .wpcf7-response-output:before {
    top: 18px;
    left: 25px;
  }
}