@font-face {
  font-family: tokanweb;
  src:url(../fonts/fa-num-vf.woff2) format('woff2-variations'),
  url(../fonts/fa-num-vf.woff2) format('woff2');
  font-weight:100 900;
  font-display:swap;
}
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
input,
select,
textarea,
button {
    outline: 0
}

a,
a:active,
input,
input:active,
button,
button:active,
select,
select:active {
    outline: 0
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    transition: all 0.5s;
}
a:hover{
  color: #8a8d8f;
}

*:active,
*:hover,
*:focus {
    outline: 0 dotted
}

html {
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 dotted
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold;
    font-variation-settings: "wght" 700
}

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
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 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"] {
    -webkit-box-sizing: border-box;
    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-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img[data-src] {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    will-change: opacity
}

img[data-src][src] {
    opacity: 1
}

body {
    font-family: tokanweb, Tahoma;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    line-height: 32px;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}
ul {
    list-style-type: none;
}

.container {
  max-width: 1200px;
  width: 100% ;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.mt-50{
  margin-top: 50px;
}
.am-btn{
  padding: 8px 40px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background: #0650a3;
  border: 1px solid transparent;
  color: #fff;
  -webkit-transition: background 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,color 0.3s ease-out;
  border-radius: 16px;
}
.am-btn:hover {
  background: #fff;
  color: #0650a3;
  border: 1px solid #0650a3;
}
.hide-desktop{
  display: none
}
.hide-mobile{
  display: block;
}
@media only screen and (max-width: 992px) {
  .hide-desktop{
    display: unset
  }
  .hide-mobile{
    display: none
  }
}


/*== header =============*/
body{
    padding-top: 75px;
}
header{
  position: fixed;
  width: 100%;
  top: 0 !important;
  z-index: 99;
  background: rgb(0,0,0);
  background: linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
.admin-bar header{
  margin-top: 32px;
}
.am-topheader-holder{
  transition: top 0.4s ease-in-out;
  background: rgb(255 255 255);
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.am-topheader-holder-tp{
  transition: top 0.4s ease-in-out;
  /*background: rgb(0,0,0);
  background: linear-gradient(0deg, #0000 0%, #000 100%);*/
}
.header-body-tp{
  padding-top: 0;
}
.am-h-back-dark{
  background: #0650a3;
  border-bottom: 1px solid #0e453d;
}
.am-topheader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  padding: 12px 0;
}
.am-th_left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.am-th_product{
  color: #0650a3;
  border: 1px solid #FFF;
  padding: 4px 24px;
  border-radius: 16px;
  background: #FFF;
  display: none;
}
.header-tp .am-th_product:hover{
  color: white;
  border: 1px solid #5B656B;
  background: transparent;
}
.am-h-back-dark .am-th_product:hover{
  background: white;
  color: black;
}
.am-th_search {
  height: 32px;
  width: 32px;
}
.am-th_search button{
  padding: 0;
  margin-left: 2px;
}
.am-th_search .icon-search{
  font-size: 20px;
  color: white;
}
.am-th_call {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background: black;
}
.am-th_call a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.call-icon {
display: block;
padding: 0;
margin: 0;
width: 24px;
height: 24px;
}


.openBtn{
  background: none;
  border: none;
}
.openBtn svg:hover{
  fill: #8a8d8f;
}
.overlay {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: -81px;
  right: 0;
  background-color: #fff;
  display: flex;
  border-bottom: 1px solid #eee;
  transition: all 500ms cubic-bezier(1,0,0,1);
}
.search-active{
  top: 0 !important;
}

/* The content */
.overlay-content {
  width: 100%;
  text-align: center;
  margin-right: 15px;
}
.am-seacharea{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
}


/* Close button */
.overlay .closebtn {
  cursor: pointer;
  color: white;
  height: 24px;
  width: 24px;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  font-size: 15px;
  border: none;
  float: right;
  width: calc(100% - 48px);
  background: #f4f4f4;
  height: 40px;
  border-radius: 0 8px 8px 0;
  padding: 0 15px;
}


/* Style the submit button */
.overlay button {
  float: left;
  width: 48px;
  border: none;
  cursor: pointer;
  height: 40px;
  background: #f4f4f4;
  border-radius: 8px 0 0 8px;
}
.searchArea__button svg{
  margin-top: 4px;
}



.am-nav-main{
  background: #326b50;
}
.sf-menu{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
.menu-item-compare{
  position: relative;
}
.menu-item-compare span{
  position: absolute;
  left: 0px;
  top: -9px;
  background: #8a8d8f;
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #686868;
}
.menu-item a{
   font-size: 14px;
   transition: all .4s;
   padding: 10px 16px;
   font-weight: 600;
}
.menu-item a:hover{
   color: #8a8d8f;
}

.menu-item-price{
  padding: 3px 15px;
  border: 2px solid #6d9075;
  border-radius: 7px;
}
.dropbtn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all .4s;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dropbtn svg{
  margin-right: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #0650a3;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  border-radius: 8px;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 8px;
}
.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover {
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  color: black;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {
  color: #8a8d8f;
}
.dropdown:hover .dropbtn path{
  fill: #8a8d8f;
}
.am-nav{
  display: flex;
  justify-content: space-between;
}
.header .menu .drawer {
  display: flex;
}
.drawer-search{
  background: #0650a3;;
  padding: 16px 0;
}
.drawer-search form{
  padding: 0 16px;
}
.drawer-search input{
  float: right;
  width: 80%;
  height: 40px;
  border: none;
  padding: 8px;
  border-radius: 0 8px 8px 0;
}
.drawer-search button{
  float: left;
  width: 20%;
  border: none;
  cursor: pointer;
  height: 40px;
  background: #f4f4f4;
  border-radius: 8px 0 0 8px;
}
.header .menu .drawer a {
  text-transform: capitalize;
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #585b63;
  font-size: 14px;
}
.header .menu .drawer .menu-item-b::after {
  content: '';
  background: url(../img/left-menu.svg);
  width: 20px;
  height: 20px;
  margin-right: auto;
}

.menu-btn,
.close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.close-btn {
  fill: black !important;
  text-align: left;
  width: 100%;
  padding-left: 10px;
}
.close-btn svg{
  border: 1px solid #53535352;
  border-radius: 10px;
  padding: 2px;
}
.menu{
  display: none;
}
.menu-btn, .am-th_humburger{
  display: none
}
.am-th_humburger{
  width: 40px;
  height: 40px;
}
.am-th_humburger button{
  padding: 0;
}



@media only screen and (max-width: 1100px) {
  body{
      padding-top: 65px;
  }
  .am-seacharea{
    height: 70px;
  }
  .overlay {
    height: 70px;
  }
  .header .menu ul{
    padding: 14px;
  }
  .menu-btn, .am-th_humburger{
    display: block;
  }
  .am-th_logo{
    margin-left: auto;
    padding-right: 12px;
    max-width: 64px;
  }
  .menu{
    display: block;
  }
 .am-nav_menu{
   display: none;
 }
 .am-th_banner{
   display: none;
 }

 .header .menu {
   top: 0px;
   display: flex;
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 300;
   right: -1100px;
   transition: all 0s;
 }
 .header .menu .drawer {
     height: 100%;
     width: 240px;
     background: #fff;
     flex-direction: column;
     position: relative;
     right: -240px;
     transition: all 500ms cubic-bezier(1,0,0,1);
     overflow: auto;
   }
   .header .menu .drawer a {
     padding: 8px;
   }
   .header .menu .drawer .border-b {
     border-bottom: 1px solid #0650a330;
     margin-bottom: 4px;
     padding-bottom: 20px;
   }
   .header .menu .drawer li:last-child a{
     border-bottom: none;
   }
   .menu-btn, .am-th_humburger{
     display: block;
   }
   .close-btn {
     display: none;
   }
   .header .logo {
     margin-left: 17px;
   }
   .drawer-visible {
     right: 0 !important;
   }
   .blur {
     background-color: #0650a3B2;
     backdrop-filter: blur(5px);
     right: 0 !important;
   }
   .header .menu .blank {
   height: 100%;
   flex: 1;
 }
 .header .menu .blank svg{
   float: left;
  margin: 14px;
 }
 .am-th_search .icon-search {
   padding: 10px;
 }
 .am-th_left{
position: relative;
 }
 .am-th_search{
   display: none;
 }
 .am-th_product{
   display: block;
 }
}


/* footer ================== */
.am-footer{
	background-color: #0650a3;
	color: #EFF6FF;
}
.am-ftop-holder{
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 12px;
}
.am-ftop {
    background: #0650a30A;
    padding: 24px 16px 24px;
    margin-top: 96px;
    border-radius: 24px 24px 0 0;
}
.am-ft-holder{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  align-items: center;
}
.am-textin_box{
	width: 40%;
}
.am-textin-left {
  text-align: left;
  width: 60%;
}
.am-textin-left a{
  background: #0650a3;
  padding: 14px;
  border-radius: 16px;
  display: inline-flex;
  color: white;
  gap: 8px;
}
.am-textin-left a:hover{
  background: #fff;
  color: #0650a3;
}
.am-textin-left a:hover svg{
  fill: #0650a3;
}
.am-textin-left a:hover path{
  fill: #0650a3;
}
.am-textin_box h3{
	font-size: 20px;
	color: #0650a3;

}

.am-fmid{
  display: inline-block;
  width: 100%;
  padding-bottom: 24px;
}
.am-fm-holder{
  width: 100%;
  padding-top: 32px;
  display: inline-block;
}



.am-sli{
 margin-left: 16px;
}
.am-fotleft{
	float: left;
}
.am-fbot{
	border-bottom: 1px solid #48485C;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	font-size: 18px;
}
.am-fabouttext img{
	max-width: 150px;
  margin-bottom: 12px;
}
.am-fa-holder{
	display: flex;
	justify-content: center;
}
.am-fa-item{
	flex-direction: column;
	justify-content: center;
	display: flex;
	margin: 0 15px;
}
.am-fa-item a {
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  border: 2px solid #48485c;
}
.am-fa-itema {
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  border: 2px solid #48485c;
}
.am-footer_lists{
  padding: 0;
}
.am-footer_lists a{
	color: #bcd1e9;
	margin-top: 15px;
	display: block;
}
.am-footer_lists a:hover{
	color: #fff;
}

.am-w20{
	width: 20%;
	float: right;
}
.am-w40{
	width: 40%;
	float: right;
}
.am-w20 ul li{
  text-align: center;
}

.am-footer-logo {
    padding-bottom: 16px;
}
.am-footer-text{
  font-size: 14px;
}
.am-footer-num {
  color: rgb(6, 80, 163);
      background: #fff;
      padding: 4px 12px;
      border-radius: 8px;
      font-size: 22px;
      font-weight: 700;
      margin: 8px 0;
      display: inline-flex;
}

.am-fcopyright {
    background: #094589;
}
.am-fcopyright p{
	font-size: 14px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0;
	display: block;
}
.am-fc-holder{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.am-fc-left {
  color: #bcd1e9;
  font-weight: 300;
}
.am-fc-left a{
  color: #bcd1e9;
  font-weight: 700;
  padding-right: 4px;
}

.am-accordion {
  margin: 2rem auto;
	display: none;
}

.am-accordion-item {
	border: 2px solid #bcd1e9;
	border-radius: 12px;
	margin-bottom: 15px;
}

.am-accordion-item-header {
	padding: 0.5rem 1rem 0.5rem 3rem;
	min-height: 3rem;
	line-height: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.am-accordion-item-header::after {
  content: "\002B";
  font-size: 1rem;
  position: absolute;
  left: 1rem;
}

.am-accordion-item-header.active::after {
  content: "\2212";
}

.am-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.am-accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #bcd1e9, transparent) 1;
}
@media only screen and (max-width: 1100px) {
  .am-fm-address {
    flex-wrap: wrap;
    gap: 16px;
  }
  .am-fma-clmn {
    width: calc(50% - 8px);
}
}
@media only screen and (max-width: 768px) {

  .am-fma-clmn {
    width: 100%;
}

  .am-textin_box-left, .am-textin_box, .am-w40, .am-w60{
		width: 100%;
	}
  .am-textin-left {
  text-align: center;
  width: 100%;
  margin-top: 32px;
}
  .am-fc-holder{
    flex-wrap: wrap;
    justify-content: center;
  }
  .am-fc-right{
    padding-bottom: 8px !important;
  }
  .am-fc-left{
    padding-top: 0 !important;
  }
	.am-w20{
		width: 33.33333%;
	}
  .am-textin-left a {
  padding: 12px;
}
.am-textin-left svg {
width: 21px;
height: 21px;
}
  .am-sli {
  margin-left: 8px;
}
	.am-textin_box-left, .am-textin_box{
		text-align: center;
	}
	.am-textin_box h3 {
    font-size: 20px;
  }
	.am-textin_box p {
    font-size: 15px;
  }
  .am-hidemobile{
    display: none;
  }
	.am-accordion{
    display: inline-block;
    width: 100%;
	}
}

/*== index =============*/
.am-heroslider{
    position: relative;
}
.am-heroslider::after {
  content: '';
      bottom: 0;
      width: 100%;
      background: linear-gradient(180deg, #0000 0%, #000 100%);
      height: 24px;
      position: absolute;
      z-index: 2;
}
.am-heroslider .swiper-slide img{
    width: 100%;
    height: auto;
}

.am-index-feature-car{
 background: #000;
 padding-top: 32px;
 padding-bottom: 96px;
}
.container-feature-car{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 12px;
}
.am-index-feature-car-title{
  text-align: center;
  margin: 24px 0;
  color: white;
}
.am-ifc-item{
  position: relative;
}
.am-ifc-item img{
    width: 100%;
    height: auto;
}
.am-ifci-data{
  position: absolute;
  padding: 16px;
  bottom: 0;
  width: 100%;
  color: white;
  -webkit-font-feature-settings: "ss00";
  font-feature-settings: "ss00";
}
.am-ifci-data-link{
  display: flex;
  align-items: center;
  gap: 8px;
}
.am-ifci-data-link a{
  margin-top: 16px;
      padding: 4px 8px;
      border: 1px solid white;
      border-radius: 8px;
      color: white;
      display: inline-block;
      width: 50%;
      text-align: center;
      font-size: 14px;
}
.am-ifci-data-link a:hover{
  background: white;
  color: black;
}


.am-index-video{
  margin-top: 96px;
}
.am-iv-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.am-ivh-right {
  width: 45%;
}
.am-ivh-right img{
  border-radius: 16px;
}

.am-ivh-left {
  width: 55%;
  padding-right: 32px;
}
.am-ivh-left h2{
  padding-bottom: 24px;
}
.am-ivh-left p{
  padding-bottom: 8px;
  line-height: 26px;
  font-size: 14px;
}
.am-ivh-left ul{
  padding-right: 16px;
}
.am-ivh-left li{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
.am-ivh-left li svg{
  padding: 4px;
  border-radius: 50%;
  background: #0650a326;
}
.am-ichl-readmore{
  margin-top: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 13px 23px 10px;
  border-radius: 12px;
  background: #0650a3;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 768px) {
  .am-ivh-right {
    width: 100%;
    margin-top: 32px;
    order: 2;
  }
  .am-ivh-left {
    width: 100%;
    padding-right: 0;
  }
}

.am-index-news-swiper{
  margin-top: 96px;
  background: #0650a30A;
  padding: 40px 0;
}
.am-editor-maxholder {
  overflow: hidden;
  position: relative;
}
.am-site-title-more {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.swiper-button-prev, .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .20) !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 15px !important;
  color: #cfd1d4;
}
.swiper-button-prev{
  right: 12px !important;
}
.swiper-button-next{
  left: 12px !important;
}
.swiper-button-next::after, .am-car-gallery .swiper-button-prev::after{
  color: #fff;
}
.card__picture {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.card__picture img {
  border-radius: 16px;
}
.card__bottom {
  padding: 5px;
}
.card__overload--title {
  font-size: 17px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #0650a3;
}
.card__overload--info {
  margin: 8px 0;
}
.card__overload--date {
  font-size: 14px;
  line-height: 18px;
  color: #0650a3;
  display: flex;
  align-items: center;
}


.am-index-cars{
  padding-top: 96px;
  position: relative;
  background: #0650a30a;
  padding-bottom: 96px;
}
.am-ic-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.am-index-cars::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0650a3;
  height: 40%;
  background-image: url('../img/index/index-damavand.webp');
  background-position: center;
  background-size: cover;
}
.am-index-cars::after {
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, #0000 0%, #000 100%);
    height: 24px;
    position: absolute;
    z-index: 2;
}
.am-index-cars .am-index-center-title{
  color: white;
}
.am-index-center-title{
  text-align: center;
  margin-bottom: 24px;
}

.swiper-container-car {
  padding-bottom: 32px;
    position: relative;
    width: 100%;
    height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
    overflow: hidden;
}

.swiper-container-car .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  filter: brightness(0.5);
  transform: scale(.84);
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}

.swiper-container-car .swiper-slide {
  transform: scale(.5) translateZ(0) !important;
}

.swiper-container-car .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  filter: brightness(1);
}

.swiper-container-car .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.am-ic-slide-car img{
  width: 700px;
}

.am-ic-spec {
  overflow: hidden;
  padding: 0 12px;
}
.am-ic-spec .swiper-slide{
  opacity: 0 !important;
}
.am-ic-spec .swiper-slide-active{
  opacity: 1 !important;
}
.am-ics-box {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.am-icsb-enname {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
}
.am-icsb-data {
  display: flex;
  align-items: center;
  gap: 32px;
}
.am-icsbd-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.am-icsbd-spec-item {
  border-left: 1px solid #eee;
  padding-left: 16px;
  margin-left: 16px;
}
.am-icsbd-spec-item:last-child {
  border-left: none;
}
.am-icsbdsi-lable {
  display: block;
  padding-bottom: 8px;
  color: #7c7c7c;
  font-size: 14px;
}
.am-icsbdsi-valiue {
  font-weight: 700;
}
.am-icsbd-spec-link{
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 230px;
}

.am-icsbd-spec-link a {
    margin-top: 16px;
    padding: 4px 8px;
    border: 1px solid #0650a3;
    border-radius: 8px;
    color: #0650a3;
    display: inline-block;
    width: 50%;
    text-align: center;
    width: 100%;
}
.am-icsbd-spec-link a:hover {
    color: white;
    background: #0650a3;
}

@media only screen and (max-width: 768px) {
  .am-icsbd-spec-link{
    width: 100%;
    max-width: 768px;
  }
  .am-index-cars::before {
    height: 40%;
    background-image: url('../img/index/index-damavand-mobile.webp');
  }
  .swiper-container-car {
    padding-bottom: 0;
  }
  .am-index-cars .am-index-center-title {
    margin-bottom: 0;
  }
  .swiper-container-car .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
  .am-icsb-data {
    flex-wrap: wrap;
  }
  .am-icsbd-show{
    width: 100%;
  justify-content: center;
  }
}

.am-index-faq{
  margin-top: 96px;
}
.am-index-faq-holder{
  display: flex;
  flex-wrap: wrap;
}
.am-ifh-right{
  width: 60%;
  padding-left: 32px;
}
.am-ifh-left{
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .am-ifh-right{
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
    order: 1;
  }
  .am-ifh-left{
    width: 100%;
  }
}

/*== faq ==============*/

.am-faq-accordion-content {
  width: 100%;
}
.am-faq-accordion-item {
	cursor: pointer;
  margin-bottom: 20px;
  transition: all .3s;
  position: relative;
  text-align: right;
	font-size: 16px;
}
.am-faq-item-header {
  display: flex;
  justify-content: space-between;
  column-gap: 0.2em;
	transition: all 300ms ease;
}
.am-faq-item-icon .faq-svg {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.am-faq-item-question {
	font-weight: 500;
  padding-right: 32px;
  padding-left: 10px;
	line-height: 32px;
}

.am-faq-item-question::before {
	content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGZpbGw9IiM0YzVjODQiIGQ9Ik0xMS4yOSAxNS4yOWExLjU4IDEuNTggMCAwMC0uMTIuMTUuNzYuNzYgMCAwMC0uMDkuMTguNjQuNjQgMCAwMC0uMDYuMTggMS4zNiAxLjM2IDAgMDAwIC4yLjg0Ljg0IDAgMDAuMDguMzguOS45IDAgMDAuNTQuNTQuOTQuOTQgMCAwMC43NiAwIC45LjkgMCAwMC41NC0uNTQgMS4wMDkgMS4wMDkgMCAwMC0xLjY1LTEuMDl6TTEyIDJhMTAgMTAgMCAxMDEwIDEwQTEwIDEwIDAgMDAxMiAyem0wIDE4YTggOCAwIDExOC04IDggOCAwIDAxLTggOHptMC0xM2EzIDMgMCAwMC0yLjYgMS41IDEgMSAwIDEwMS43MyAxQTEgMSAwIDExMTIgMTFhMSAxIDAgMDAtMSAxdjFhMSAxIDAgMDAyIDB2LS4xOEEzIDMgMCAwMDEyIDd6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 50%;
}
.am-faq-active{
	border-bottom: 2px dashed #d5d9e2;
	  padding-bottom: 10px;
	  margin-bottom: 20px;
}

.am-faq-active .am-faq-item-icon .faq-svg {
  transform: rotate(180deg);
}

.am-faq-active .am-faq-item-question {
  font-weight: 500;
}

.am-faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.am-faq-item-answer {
  line-height: 28px;
  color: #727586;
	margin: 0;
}

.am-faq-accordion-more{
	text-align: center;
	padding: 20px 0;
}
.am-faq-accordion-more a{
	background-color: rgba(35,67,163,.08);
  color: #1e2741;
  padding: 15px 25px;
  border-radius: 20px;
  font-weight: 700;
  display: flex;
  max-width: 240px;
  margin: 0 auto;
  justify-content: space-between;
}
.am-faq-accordion-more svg{
	width: 17px;
}
/*===  delers ======== */
.am-archive-hero {
  position: relative;
  margin-bottom: 40px;
}
.am-archive-hero h1{
  position: absolute;
  top: 50%;
  z-index: 2;
  color: white;
  left: 50%;
  transform: translate(-50%, 0);
  text-shadow: 2px 2px 10px black;
}
.am-archive-hero-color {
  position: relative;
  min-height: 200px;
  background: #0650a30A;
  margin-bottom: 40px;
}
.am-archive-hero-color h1{
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 12px;
}


.am-dealers-archive{
  display: inline-block;
  width: 100%;
}
.am-dealer-item {
  width: 33.33333%;
  float: right;
  padding: 8px;
}
.am-dealer-item a {
  padding: 8px;
  border: 1px solid #e6e6e6;
  display: block;
  border-radius: 16px;
}
.am-dealer-item a img {
  border-radius: 8px;
}
.am-dealer-item h2{
  margin: 16px 0;
  color: black;
}
.am-dealer-item-data{
  margin-top: 16px;
  color: #777;
}
.am-did-l{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.am-did-l:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.am-dealer-item-link {
  padding: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #0650a3;
  border: 1px solid #0650a3;
  -webkit-transition: background 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,color 0.3s ease-out;
  width: 100%;
  margin-top: 16px;
  justify-content: center;
  border-radius: 8px;
}
.am-dealer-item a:hover .am-dealer-item-link  {
  background: #0650a3;
  border: 1px solid transparent;
  color: #fff;
}
@media only screen and (max-width:992px) {
  .am-dealer-item {
  width: 50%;
}
}
@media only screen and (max-width:768px) {
  .am-dealer-item {
  width: 100%;
}
}

/* single dealer ================ */
.am-dealer-page{
  margin-top: 32px;
}
.am-dealer-page h1{
  margin-top: 96px;
}
.am-dealer-box{
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  align-items: start;
}
.am-cb-right{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.am-dealer-slider{
  margin-bottom: 16px;
  border-radius: 8px;
}
.swiper-slide-dealer img{
  border-radius: 8px;
}
.am-cbr-item-box{
  background: #0650a30A;
border-radius: 8px;
padding: 16px;
    width: 100%;
}
.am-cbr-item {
    width: 100%;
    border-bottom: 1px solid #e6e8f5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.am-cbr-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.am-cbr-item-holder{
  padding-bottom: 8px;
  display: flex;
  gap: 8px;
}
.am-cbr-item-holder-call {
  display: flex;
justify-content: space-between;
margin-bottom: 10px;
padding: 4px 10px;
border-radius: 8px;
background: #ffffff;
}
.am-cbr-item-holder-call-t {
  font-size: 14px;
}
.am-cbr-item-holder-call a {
  font-weight: 600;
}
.am-cbr-item-insta{
  background: #833ab4;
      background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
      width: 100%;
      display: flex;
      max-width: 220px;
      margin: 0 auto;
      padding: 8px;
      border-radius: 8px;
      align-items: center;
      gap: 8px;
      justify-content: center;
      color: white;
      direction: ltr;
}
.am-cbr-item-holder span{
  margin: 16px 0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0650a3;
}
.am-cbr-item-holder a{
  display: block;
  color: #212121;
}
.am-cbr-item-holder p{
  display: block;
  color: #212121
}

.am-cb-left{
  width: 50%;
  padding-right: 24px;
}
.am-cbl-map{
  background: #0650a30A;
  padding: 16px;
  border-radius: 8px;
}
.am-cbl-direction{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
}
.am-cbl-direction a{
  width: 33.3333%;
font-weight: 700;
padding: 12px;
text-align: center;
font-size: 14px;
color: #0650a3;
border-radius: 8px;
border: 3px solid #0650a3;
}
.am-cbl-direction img{
  display: block;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media only screen and (max-width:768px) {
  .am-cb-left{
    width: 100%;
    padding-right: 0;
  }
  .am-cb-right{
    width: 100%;
    margin-bottom: 24px;
  }
}
/*== page =============*/
.am-page-title h1{
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}
.am-page-content {
  max-width: 800px;
  margin: 0 auto;
}

/*== about us =============*/
.am-about-top {
  background: url(../img/aboutus/auh-desktop.jpg) no-repeat 50%;
  background-size: cover !important;
  padding: 48px 0;
  background-color: #0650a3 !important;
}
.am-at-holder{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.am-ath-right{
  color: white;
  width: 40%;
  padding-left: 32px;
}
.am-ath-right h1{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.am-ath-right h2{
  font-size: 30px;
  letter-spacing: -1px;
}
.am-ath-left{
  width: 60%;
}
.am-ath-left img{
  border-radius: 16px;
}

.am-about-box{
  margin-top: 96px;
}
.am-ab-top{
  text-align: center;
  margin-bottom: 96px;
}
.am-ab-top p{
  margin-top: 16px;
  text-align: justify;
}

.am-ab-greybox{
  background: #0650a30A;
  padding: 96px 0;
}
.am-ab-holder{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.am-abh-right{
  width: 40%;
  padding-right: 32px;
}
.am-abh-right ul{
   list-style-type: circle;
   margin-top: 16px;
   text-align: justify
}
.am-abh-right p, .am-abh-left p{
  margin-top: 16px;
  text-align: justify;
}
.am-abh-left{
  width: 60%;
background: #0650A5;
color: white;
border: 2px solid #eee;
border-radius: 16px;
padding: 24px;
}
.am-abh-left h3{
  color: #fff !important;
}


.am-ab-boxs-holder {
  display: flex;
  margin-top: 40px;
  gap: 16px;
}
.am-ab-box-item {
  width: 33.3333%;
  border: 2px solid #eee;
  border-radius: 16px;
  padding: 16px;
  background: white;
}
.am-about-box h2,
.am-about-box h3,
.am-about-box h4{
  color: #0650a3;
}

.am-aj-box{
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}
.am-aj-right img{
  max-width: 130px;
}

@media (max-width: 768px) {
  .am-about-top {
    background: url(../img/aboutus/auh-mobile.jpg) no-repeat 50%;
  }
  .am-ath-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 32px;
    text-align: center;
  }
  .am-ath-right h2 {
    font-size: 24px;
  }
  .am-ath-left {
    width: 100%;
  }
  .am-about-mid {
    background: url(../img/aboutus/clouds-mobile.webp) no-repeat 50%;
  }
  .am-abh-right {
    width: 100%;
    padding-right: 0;
    padding-top: 32px;
  }
  .am-abh-left {
    width: 100%;
  }
  .am-ab-boxs-holder {
    flex-wrap: wrap;
  }
  .am-ab-box-item {
    width: 100%;
  }
}
/*== 404 =============*/
.am-page404{
  text-align: center;
  padding: 30px 0;
}
.am-page404 img{
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.am-page404 h1{
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 30px;
  margin-top: 40px;
}
.am-page404 p{
  max-width: 600px;
  margin: 0 auto;
}
.am-page404-back a{
  margin-top: 24px;
}
.am-page404-back span{
  padding-right: 10px;
}
.am-nosearch {
  text-align: center;
}
.am-nosearch p{
  color: #ff5353;
  border: 1px solid #ffe4e4;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fffbfb;
  font-weight: 700;
  line-height: 26px;
}
.am-search-lable{
  display: flex;
  color: #535353cf;
  padding-bottom: 5px;
  font-size: 12px;
  align-items: center;
}
.am-slbale{
  background: #535353cf;
  padding: 2px 7px;
  border-radius: 3px;
  color: white;
  margin-right: 5px;
}
.am-search-items-all .image{
  position: relative;
  display: block;
}
.am-search-items-all .am-evt-details-item {
  font-size: 12px;
}
.am-search-items-all .am-evt-details-item .item {
  display: block;
}
.am-search-items-all .am-cssg-holder {
  margin: 10px 0;
}
.am-search-items-all {
  border: 1px solid #cadae1;
  border-radius: 10px;
  padding: 7px;
}
.am-search-items-all .am-tsg-info {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .am-search-items-all .am-cssg-holder {
    display: none;
  }
}
/*== comments ===============*/
.postComments {
  margin-bottom: 80px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.comments {
    list-style: none;
    padding: 0
}

.comments .comment {
    position: relative;
    min-height: 96px;
}

.comments .comment~.comment {
    border-top: 1px solid #e0e4e9;
    padding-top: 24px;
    margin-top: 24px
}
.comments .comment~.comment .comment__likes {
    top: 24px;
}

.comments .comment~.comment img {
    top: 24px
}
.comments li{
  list-style: none;
}
.comment-reply-link{
  font-family: tokanweb;
  padding: 1px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.comments .children .comment__likes {
  display: none
}
.comments .children .comment-body {
  background: #F8F8F8;
  padding: 5px 10px;
}
.parent .comment-body {
  margin-bottom: 8px;
}

.comments .comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.comment-respond .am-site-title{
  margin-bottom: 24px;
}
.comment-respond .form-submit{
  text-align: left;
}
.comment-respond .form-submit .submit{
  transition: all,0.3s;
  font-size: 14px;
  padding: 8px 35px;
  color: #fff;
  background-color: #535353;
  border: 0;
  margin-top: 15px !important;
  font-weight: 700;
  border-radius: 10px;
}
.comment-respond textarea{
  min-height: 110px;
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c8c8ca;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 100px;
    min-width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}
.am-com-holder{
  margin: -10px;
}
.am-half-fields{
  width: 50%;
  float: right;
  padding: 10px;
}
.am-input input{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #c8c8ca;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.section-comment {
  margin-top: 40px;
}
.section-comment .am-site-title{
  margin-bottom: 24px;
}
.comments .comment__likes {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6a7196;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: bold;
    font-variation-settings: "wght" 600
}

.comments .comment__likes:before {
    margin-left: 7px;
    font-size: 12px
}

.comments .comment__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.comments .comment__info {
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 32px;
    color: #aaa8b7;
}
.comments .comment__info .fn{
  font-weight: 700;
  font-style: normal;
  color: #535353;
}

.comments .comment__info span {
    display: inline-block
}

.comments .comment__info a {
    color: #535353
}

.comments .comment__text {
    color: #535353;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 16px;
    word-break: break-word
}

.comments .comment__operations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments .comment__operations--reply {
    margin-left: 36px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #a0a4bc
}

.comments .comment__operations--reply:before {
    margin-left: 7px;
    font-size: 8px;
    vertical-align: middle
}

.comments .comment__operations--like {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #a0a4bc;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.comments .comment__operations--like.active {
    color: #f44336 !important
}

.comments .comment__operations--like:before {
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle
}

.comments .comment~ul {
    list-style: none;
    padding: 0;
    padding-right: 56px
}

.comments .comment~ul .comment {
    margin-top: 26px;
    min-height: 40px;
    padding-right: 56px;
    border-bottom: 0;
    padding-bottom: 0
}

.comments .comment~ul .comment .comment__avatar {
    width: 40px;
    height: 40px
}

.commentForm {
    border-radius: 16px;
    margin-bottom: 48px;
    border: 2px solid #e1eaf9;
    background: #fff;
    padding-left: 16px;
    padding-right: 16px
}

.commentForm textarea::-webkit-scrollbar {
    width: 5px
}

.commentForm textarea::-webkit-scrollbar-track {
    background: transparent
}

.commentForm textarea::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.commentForm textarea::-webkit-scrollbar-thumb:hover {
    background: #555
}

.commentForm textarea {
    border: 0;
    resize: none;
    height: 96px;
    padding: 24px 0;
    color: #b3b6c9;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    font-variation-settings: "wght" 500;
    border-bottom: 1px solid #f0f4fc;
    background: transparent;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    width: 100%
}

.commentForm textarea::-webkit-input-placeholder {
    color: #b3b6c9
}

.commentForm textarea::-moz-placeholder {
    color: #b3b6c9
}

.commentForm textarea:-ms-input-placeholder {
    color: #b3b6c9
}

.commentForm textarea::-ms-input-placeholder {
    color: #b3b6c9
}

.commentForm textarea::placeholder {
    color: #b3b6c9
}

.commentForm textarea:focus {
    border-color: #124a3f
}

.commentForm__foot,
.commentForm .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 16px
}

.commentForm__foot .icon-user,
.commentForm__foot .head__profile,
.commentForm .form-submit .icon-user,
.commentForm .form-submit .head__profile {
    font-size: 14px;
    color: #b3b6c9;
    margin-left: 20px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.commentForm__foot--input,
.commentForm .form-submit--input {
    border: 0;
    background: transparent;
    color: #b3b6c9;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    font-variation-settings: "wght" 500;
    margin-left: auto
}

.commentForm__foot--input::-webkit-input-placeholder,
.commentForm .form-submit--input::-webkit-input-placeholder {
    color: #b3b6c9
}

.commentForm__foot--input::-moz-placeholder,
.commentForm .form-submit--input::-moz-placeholder {
    color: #b3b6c9
}

.commentForm__foot--input:-ms-input-placeholder,
.commentForm .form-submit--input:-ms-input-placeholder {
    color: #b3b6c9
}

.commentForm__foot--input::-ms-input-placeholder,
.commentForm .form-submit--input::-ms-input-placeholder {
    color: #b3b6c9
}

.commentForm__foot--input::placeholder,
.commentForm .form-submit--input::placeholder {
    color: #b3b6c9
}

.commentForm__foot--send,
.commentForm .form-submit--send {
    background-color: #124a3f;
    color: #fff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    font-variation-settings: "wght" 500;
    margin-right: auto
}

.commentsCount {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: bold;
    font-variation-settings: "wght" 600;
    color: #16205b;
    margin-top: 40px
}

.comments__more {
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    font-variation-settings: "wght" 600;
    color: #0085b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-top: 40px
}

.comments__more:before {
    margin-left: 10px;
    font-size: 4px
}

#respond {
  position: relative;
  margin-top: 25px;
  background: #0650a30A;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
}

#respond>small {
    position: absolute;
    left: 125px;
    bottom: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

#respond>small a {
    color: #2d2e31
}

.commentAuthor {
    position: absolute;
    bottom: 19px;
    right: 18px
}

.commentAuthor img {
    width: 40px;
    border-radius: 50%;
    margin-left: 16px;
    float: right
}

.commentAuthor span {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-variation-settings: "wght" 700;
    color: #6a7196;
    margin: 4px 0;
    display: inline-block
}




@media only screen and (max-width:767px) {
.postComments {
    margin-bottom: 40px
}
.comments .comment {
    min-height: 56px;
    padding-left: 0
}
.section-comment{
  padding-top: 20px;
}
.comments .comment__likes {
    top: 4px;
    font-weight: normal;
    font-variation-settings: "wght" 400;
    font-size: 12px;
    line-height: 24px
}
.comments .comment__likes:before {
    margin-left: 5px
}
.comments .comment__avatar {
    width: 40px;
    height: 40px
}
.comments .comment__info {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 8px
}
.comments .comment__text {
    line-height: 24px;
    margin-bottom: 8px
}
.comments .comment~ul {
    padding-right: 20px
}
.comments .comment~ul .comment {
    margin-top: 16px;
    padding-right: 50px
}
.commentForm {
    margin-bottom: 44px
}
.commentForm textarea {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    font-variation-settings: "wght" 400
}
.commentForm__foot .icon-user,
.commentForm__foot .head__profile,
.commentForm .form-submit .icon-user,
.commentForm .form-submit .head__profile {
    margin-left: 12px
}
.commentForm__foot--input,
.commentForm .form-submit--input {
    font-weight: normal;
    font-variation-settings: "wght" 400
}
.commentsCount {
    font-size: 14px;
    line-height: 24px
}
.comments__more {
    margin-top: 36px;
    height: 32px;
    font-weight: normal;
    font-variation-settings: "wght" 400
}
}

/*price page*/
.am-archive-hero-price{
  position: relative;
  padding: 56px 0;
  background: #0650a30A;
  margin-bottom: 40px;
  text-align: center;
}
.am-archive-hero-price h1{
  padding: 12px;
}
.am-price-title-update{
  color: #aaa;
      background: #ffffff;
      border-radius: 16px;
      font-size: 13px;
      display: inline-block;
      padding: 6px 12px;
}
.am-car-price{
  margin-bottom: 56px;
}
.am-price-gold-dollar {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
        padding: 0 12px;
}
.am-price-gd-item {
    background: white;
    padding: 8px 16px;
    border-radius: 16px;
}
.am-price-gdii-label {
    font-size: 14px;
}
.am-price-gdii-value {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #efefef;
    padding-top: 4px;
    margin-top: 4px;
}


.am-pc-inner table{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.am-pc-inner thead {
  background: #0650a30A;
}
.am-pc-inner th {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-left: 2px solid #e7e7e7;
  padding: 5px;
  width: 33.333333%;
}
.am-pc-inner th:last-child {
  border-left: none;
}
.am-pc-inner td {
  font-size: 14px;
  border-left: 2px solid #e7e7e7;
  padding: 10px 2px;
}
.am-pc-inner td:last-child{
  border-left: none;
}
.am-pc-inner tr{
  border-bottom: 2px solid #e7e7e7;
}
.am-pc-inner tr:last-child{
  border-bottom: 1px solid #eee;
}
.npc-price {
  display: flex;
  justify-content: center;
}
.npc-in-inde {
  font-size: 10px;
  padding-left: 4px;
}
.npc-p-de {
  color: red;
}
.npc-p-in {
  color: green;
}
.npc-diff {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.npc-diff-value {
    direction: ltr;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
  .am-pbl-item{
    width: 50%;
  }
}
/* --- price ---------- */
.am-sale-top{
  padding-bottom: 100px !important;
}
.am-sale-price-top{
  display: flex;
      gap: 4px;
      align-items: center;
      font-size: 18px;
      font-weight: 700;
      margin-top: 16px;
}
.am-sale-price-top-smbl {
    font-size: 14px;
    font-weight: 400;
}
.am-sale-box-holder {
    max-width: 750px;
    margin: 0 auto;
    margin-top: -90px;
    margin-bottom: 96px;
}
.am-sale-box {
    background: white;
    border-radius: 16px;
    margin: 12px;
}
.am-sale-content{
  max-width: 950px;
  margin: 0 auto;
  padding: 0 12px;
}


.am-success-from{
  text-align: center;
      background: green;
      padding: 16px;
      border-radius: 16px;
      color: white;
}
.am-sale-installment-calculator {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin: 20px 0;
  border: 1px solid rgb(232, 232, 233);
}

.am-sale-calculator-header {
  text-align: center;
  margin-bottom: 32px;
}


.am-sale-calculator-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
  border-bottom: 2px dashed #eff2f4;
  padding-bottom: 32px;
}

.am-sale-input-group:first-child {
  margin-top: 0;
}

.am-sale-input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.am-sale-input-group label {
  font-size: 14px;
}

.am-sale-label-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.am-sale-label-container span {
  font-weight: 600;
  color: #0650a3;
  font-size: 16px;
}

.am-sale-price-display {
  background: #0650a30A;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  color: #0650a3;
  text-align: center;
}

.am-sale-slider-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.am-sale-slider {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: #eff2f4;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.3s ease;
}

.am-sale-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0650a3;
  cursor: pointer;
  margin-top: -7px;
}

.am-sale-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0650a3;
  cursor: pointer;
  border: none;
}

/* برای iPhone و Safari */
.am-sale-slider::-webkit-slider-track {
  background: transparent;
  height: 4px;
  border-radius: 3px;
}

.am-sale-slider::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
  border-radius: 3px;
}

.am-sale-slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(148, 151, 155, 1);
}

.am-sale-fixed-value {
  background: #0650a30A;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  color: #0650a3;
  text-align: center;
}

.am-sale-results-section {
  background: #0650a30A;
  padding: 8px 16px;
  border-radius: 12px;
}

.am-sale-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 2px solid #fff;
}

.am-sale-result-item:last-child {
  border-bottom: none;
}

.am-sale-result-item label {
  color: #666;
  font-size: 14px;
}

.am-sale-result-item span {
  color: #333;
}

.am-sale-disclaimers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px dashed #eff2f4;
}

.am-sale-disclaimer-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.am-sale-warning-icon {
  color: #dc3545;
  font-size: 14px;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .am-sale-calculator-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .am-sale-installment-calculator {
    padding: 20px;
  }

  .am-sale-slider {
    height: 4px;
  }

  .am-sale-slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    margin-top: -8px;
  }

  .am-sale-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }

  .am-sale-label-container {
    margin-bottom: 15px;
  }

  .am-sale-label-container label,
  .am-sale-label-container span {
    font-size: 14px;
  }
}

.am-sale-installment-calculator #gform_7 #field_7_7 .ginput_container_radio .gfield_radio{
  display:flex !important;
  flex-direction:row !important;
  gap:32px !important;
}
.am-sale-installment-calculator #gform_7 #field_7_7 .gchoice{
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
}
.am-sale-installment-calculator #gform_7 .ginput_container.ginput_container_radio {
        padding: 0 8px;
    border-radius: 8px !important;
    border: 1px solid #CED1E3 !important;
    box-shadow: none !important;
    background: #CED1E31A !important;
    height: 48px !important;
    line-height: 48px !important;
}
.am-sale-installment-calculator .gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-right: 4px;
}
.am-sale-installment-calculator .gform-theme--foundation .gform_fields{
  row-gap: 15px !important;
}
.am-sale-installment-calculator form{
  max-width: 400px;
  margin: 0 auto;
}
.gfield_visibility_hidden,
.admin-hidden-markup {
  display: none !important;
}


/*------ term of service list ----*/
.am-car-list-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  justify-content: center;
      flex-wrap: wrap;
}
.am-car-list-tab {
  padding: 4px 8px;
  border: 1px solid #0650a321;
  background: #0650a30A;
  cursor: pointer;
  border-radius: 6px;
  font-size: 12px;
}
.am-car-list-tab.active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.am-car-lists {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.am-cl-item {
    width: calc(25% - 16px);
    border: 1px solid rgba(232,232,233,1);
    border-radius: 8px;
    padding: 8px;
}
.am-cl-item a{
 display: block;
}
.am-cl-item img{
  max-width: 200px;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}
.am-cli-tilte {
    width: 100%;
    border-bottom: 1px solid rgba(232,232,233,1);
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.am-cli-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width:767px) {
  .am-cl-item {
      width: calc(50% - 16px);
  }
}

/*== single =============*/
.am-single-main{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.am-s-meta{
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
      margin-top: 16px;
  gap: 0.7rem;
  font-size: 12px;
  line-height: 18px;
  color: rgb(107, 114, 128);
}
.am-s-meta-flex{
  justify-content: center;
}
.am-s-categorys{
  margin-bottom: 15px;
}
.am-s-categorys a{
  color: #0650a3;
  background-color: #0650a31C;
  border-radius: 7px;
  font-size: 14px;
  padding: 4px 12px;
}
.am-s-meta .author a{
  color: #0650a3;
}
.am-s-meta .author img{
  border-radius: 10px;
  margin-left: 4px;
  border: 2px solid #0650a3;
  padding: 2px;
}

.am-sc-image img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: transparent !important;
}

.am-single-top-holder {
    background: #0650a30A;
    margin-bottom: 32px;
}
.am-single-top{
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 40px 12px;
  max-width: 1200px;
  margin: 0 auto;
}
.am-st-right {
    width: 40%;
}
.am-sc-image {
    width: 60%;
}

.am-single-content {
    width: 70%;
    float: right;
    padding-left: 40px;
}
.am-content p{
  margin: 0 0 16px;
  text-align: justify;
  line-height: 32px
}
.am-content ul{
  list-style: disc;
  margin-right: 00;
  padding-bottom: 16px;
}
.am-content h2, .am-content h3, .am-content h4, .am-content h5 ,.am-content h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 16px;
}
.am-content a{
  color: #0650a3;
}
.am-content .wp-caption{
  width: 100% !important;
}
.am-gallery{
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.am-gallery .am-g-item img{
  border-radius: 8px;
}
.am-gallery-notice{
  padding-bottom: 8px;
  color: #7c7c7c;
  display: block;
  font-size: 14px;
}
.am-g-item{
  padding: 4px;
  width: 33.333333%;
}

.am-social-share-box{
  margin-top: 10px;
  justify-content: center;
  display: flex;
}
.am-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.am-social-share-title {
    font-size: 14px;
    color: grey;
}
.am-social-share a {
  padding: 4px;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 10px;
}
.am-social-share svg {
  display: block;
}
.am-single-relatedposts {
  margin-bottom: 32px;
  margin-top: 32px;
}
.am-single-relatedposts .am-site-title{
  margin-bottom: 24px;
}
.am-single-rp-holder{
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.am-single-rp-item {
  width: 50%;
  padding: 8px;
}
.am-single-rp-item a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.am-single-rp-item .right{
  width: 120px;
}
.am-single-rp-item .right img{
  border-radius: 8px;
}
.am-single-rp-item .item:hover > .left{
  color: #0650a3;
}
.am-single-rp-item .left{
  width: calc(100% - 120px);
  font-weight: 500;
  color: #666;
}
.am-single-rp-item .post-time{
  color: #aaa;
  font-weight: 400;
  padding-top: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.am-single-rp-item .post-time svg{
  margin-left: 5px;
}

.am-single-sidebar {
    width: 30%;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.am-side-related {
    padding-right: 0;
    margin-right: 0;
}
.am-side-related .item {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: .8rem;
    list-style-type: none;
    margin-top: 1rem;
}
.am-side-related .right {
    width: 120px;
    position: relative;
}
.am-side-related .right img {
    border-radius: 8px;
}
.am-side-related .left {
    width: calc(100% - 120px);
}

@media only screen and (max-width:767px) {
  .am-single-top {
    flex-wrap: wrap;
}
  .am-sc-image, .am-st-right {
      width: 100%;
  }
  .am-single-rp-item {
    width: 100%;
  }
  .am-g-item{
    width: 50%;
  }
  .am-single-content {
      width: 100%;
      padding-left: 0;
  }
  .am-single-sidebar {
    width: 100%;
 }
}
/* brands ===================== */
.am-brands-car {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
  padding-top: 96px;
}
.am-bc-item {
  width: 50%;
  padding: 16px;
}
.am-bc-item a{
  border: 2px solid #eee;
  display: block;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  color: black;
}
.am-bc-item a img{
  margin-top: -66px;
  background: white;
  border: 2px solid #eee;
  padding: 16px;
  max-width: 100px;
  margin-bottom: 16px;
  border-radius: 16px;
}
.am-bc-item span{
  margin-top: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 13px 23px 10px;
  border-radius: 12px;
  background: #0650a3;
  color: white;
  display: inline-block;
  border: 1px solid #0650a3;
}
.am-bc-item a:hover span{
  background: white;
  color: #0650a3;
}
.am-brand-top {
  padding: 70px 0;
  position: relative;
  margin-bottom: 32px;
}
.am-brand-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0650a30A;
}
.am-btc-right {
  text-align: center;
}
.am-bt-logo {
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid #eee;
}
.am-bt-logo img {
  max-width: 100px;
}
.am-bt-desc h2 {
  font-size: 15px;
  color: #8a8d8f;
}
.am-bt-desc h1 {
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (max-width:768px) {
  .am-bc-item {
    width: 100%;
  }
  .am-bc-item:first-child {
    margin-bottom: 56px;
  }

}

/* models =-=================== */
.am-model-car{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.am-mc-item{
  padding: 16px;
  width: 33.33333%;
}
.am-mc-item a{
  display: block;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 16px;
}
.am-mc-item a img{
  border-radius: 8px;
}
.am-mci-spec{
  display: flex;
  width: 100%;
  background: #0650a30F;
  padding: 8px;
  border-radius: 8px;
  margin-top: 16px;
}
.am-mci-spec-item{
  width: 33.33333%;
  border-left: 2px solid #ffffff;
  font-size: 14px;
  padding-left: 8px;
  margin-left: 8px;
  text-align: center;
}
.am-mci-spec-item:last-child{
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.am-mci-bot{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  align-items: center;
}
.am-mci-show{
  padding: 8px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #0650a3;
  background: #fff;
  border: 1px solid #0650a3;
  -webkit-transition: background 0.3s ease-out,color 0.3s ease-out;
  transition: background 0.3s ease-out,color 0.3s ease-out;
  justify-content: center;
  border-radius: 8px;
  width: 50%;
}
.am-mc-item a:hover .am-mci-show {
  background: #0650a3;
  border: 1px solid transparent;
  color: #fff;
}
.am-mcisi-lable {
  display: block;
  color: #7c7c7c;
}
.am-mcisi-valiue {
  font-weight: 700;
  color: black;
  font-size: 14px;
}
@media only screen and (max-width:992px) {
  .am-mc-item{
    width: 50%;
  }
}
@media only screen and (max-width:500px) {
  .am-mc-item{
    width: 100%;
  }
}
/* == archive ================ */

.am-archive-top{
  text-align: center;
  padding: 80px 0;
  position: relative;
  margin-bottom: 32px;
}
.am-archive-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0650a30A;
}

.am-index-ln-holder {
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.am-index-ln-holder article{
  margin-bottom: 24px;
}
.am-index-ln-holder article a{
  border: 2px solid #f5f5f5;
  background: #fff;
  padding: 8px;
  display: block;
  border-radius: 16px;
}
.am-index-ln-item {
    display: flex;
    gap: 8px;
    align-items: center;
}
.am-index-ln-holder .am-ilni-img-holder img{
  border-radius: 8px;
}
.am-ilni-img {
    width: 45%;
}
.am-ilni-details {
    width: 55%;
}

.am-ilni-details h3{
  font-size: 16px;
  margin: 8px 0;
  height: 60px;
  overflow: hidden;
}
.am-data{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #aaa;
}
@media only screen and (max-width:768px) {
  .am-index-ln-holder article {
    margin-bottom: 16px;
  }
  .am-index-ln-holder article a {
    border: none;
    padding: 0;
}
  .am-ilni-details h3 {
    font-size: 14px;
    height: 50px;
    line-height: 24px;
}
}

.am-top-position{
  margin-top: -20px;
}
@media only screen and (max-width:1100px) {
  .am-top-position{
    margin-top: -30px;
  }
}
.am-archive-top h1{
  color: #535353;
  position: relative;
}

.am-pagination{
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.am-pagination .am-navigation{
	display: inline-block;
}
.am-pagination .am-navigation li a,
.am-pagination .am-navigation li a:hover,
.am-pagination .am-navigation li.active a,
.am-pagination .am-navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
.am-navigation ul{
  padding: 0

}
.am-pagination .am-navigation li {
	display: inline-block;
}

.am-pagination .am-navigation li a,
.am-pagination .am-navigation li a:hover,
.am-pagination .am-navigation li.active a,
.am-pagination .am-navigation li.disabled {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 15px;
	border: 1px solid #e6ecef;
	color: #535353;
	text-align: center;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
  border-radius: 10px;
}
.am-pagination .am-navigation li a:hover{
	background-color: #535353 !important;
  border: 1px solid #535353 !important;
	color: #fff !important;
}
.am-pagination .am-navigation li.active a {
	background-color: #535353 !important;
  border: 1px solid #535353 !important;
	color: #fff !important;
}

@media only screen and (max-width:767px) {
  .am-lastnews-item .am-lead {
    display: none;
  }
  .am-lastnews-item .am-data {
    display: none;
  }
  .am-lastnews-item .am-main-title {
    font-size: 15px;
  }
  .am-lastnews-item .title {
    width: 60%;
  }
  .am-lastnews-item .image {
    width: 40%;
  }
}



/* spec ===================================================== */
.am-car-top {
  padding: 16px 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.am-car-top-left {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #0650a30a;
  padding: 16px;
  border-radius: 12px;
}
.am-ct-price span {
    font-size: 14px;
    color: grey;
}
.am-ct-price-item{
  display: flex;
      gap: 4px;
      align-items: center;
      font-size: 18px;
      font-weight: 700;
}
.am-ct-price-smbl {
    font-size: 14px;
    font-weight: 400;
}
.am-ct-sale-link{
  text-align: center;
  background: #0650a3;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  line-height: 26px;
  padding: 16px 23px 16px;
  border-radius: 12px;
    width: 100%;
}

.am-best-spec {
  display: flex;
      flex-wrap: wrap;
      padding: 24px;
      background: #0650a30a;
}
.am-bs-item {
    width: 16.6666%;
    text-align: center;
}
.am-bs-item img {
    border-radius: 8px;
    padding: 8px;
    background: #0650a30a;
}
.am-bs-item span {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    color: #939491;
}
.am-bsi-value {
    font-size: 14px;
}

.am-car-hero{
  position: relative;
  background: #0650a3;
}
.am-car-hero img{
  width: 100%;
}

.am-car-slogan{
  margin-top: 96px;
}
.am-car-slogan h2{
  text-align: center;
  margin-bottom: 16px;
}
.am-car-slogan p{
  text-align: justify;
}

.cloudimage-360-view-360-icon {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background-color: #9495982e !important;
  box-shadow: none !important;
  color: white !important;
}
.am-car-360{
  margin-bottom: 96px;
}

.am-cp-360-image .am-360-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/bg-360.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.am-cp-360-image .cloudimage-360{
  width: 100%;
  aspect-ratio: 408 / 217;
  display: block;
}

.am-cp-360-image .am-360-title {
  position: absolute;
      top: 20px;
      left: 20px;
      color: #fff;
      background: #0000009c;
      z-index: 2;
      padding: 10px 16px;
      line-height: 16px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
}

@media (max-width: 768px) {
  .am-cp-360-image .am-360-title {
    top: -36px;
    left: 0;
    color: #414141;
    background: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  .cloudimage-360-view-360-icon {
    width: 60px !important;
    height: 60px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}


.am-car-sale-inner{
  margin: 96px auto;
  max-width: 800px;
}

.am-car-gallery {
  margin-top: 96px;
  color: #fff;
}
.am-car-gallery-holder {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 12px;
}
.am-car-gallery h2 {
  margin-bottom: 32px;
  color: black;
}
.am-car-gallery .container{
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.am-car-button-np {
    position: relative;
    width: 80px;
}
.am-car-button-np .car-swiper-button-next{
  left: 0 !important;
  right: auto !important;
  transform: rotate(180deg);
}
.am-car-button-np .car-swiper-button-prev{
  left: auto !important;
    right: 0 !important;
    transform: rotate(180deg);
}

.am-car-container {
  display: flex;
  align-items: flex-start;
}
.am-car-silder {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
/* بندانگشتی‌ها - دسکتاپ */
.car-slider-thumbnail {
  width: 20%;
  aspect-ratio: 16 / 9; /* نسبت 16:9 */
  overflow: hidden;
}
.car-slider-thumbnail{
  overflow: auto; /* یا scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE و Edge */
}

/* Chrome, Safari, Opera */
.car-slider-thumbnail::-webkit-scrollbar {
  display: none;
}
.car-slider-thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.3s;
}
.car-slider-thumbnail .swiper-slide-thumb-active img,
.car-slider-thumbnail .swiper-slide img:hover {
  filter: grayscale(0);
  opacity: 1;
}
/* اسلایدر اصلی */
.car-slider {
  width: calc(80% - 8px);
  aspect-ratio: 16 / 9; /* نسبت 16:9 */
  overflow: hidden;
  margin-right: 8px;
}
.car-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s;
}
/* دکمه‌ها */
.car-swiper-button-next,
.car-swiper-button-prev {
  cursor: pointer;
  font-size: 14px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-swiper-button-next:after,
.car-swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .am-car-gallery-holder {
    padding: 0;
  }
  .car-slider {
    width: 100%;
    margin-top: 8px;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }
  /* تامنیل‌ها موبایل: اسکرول افقی، نسبت 16:9 حفظ شود */
  .car-slider-thumbnail {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    aspect-ratio: unset; /* حذف aspect-ratio از کانتینر */
  }
  .car-slider-thumbnail .swiper-slide {
    flex: 0 0 auto; /* جلوگیری از کشیده شدن */
    width: 120px; /* عرض هر تامنیل */
    height: 67.5px; /* ارتفاع محاسبه شده بر اساس نسبت 16:9 (120/16*9) */
    aspect-ratio: 16 / 9; /* نسبت 16:9 */
    overflow: hidden; /* جلوگیری از سرریز تصویر */
  }
  .car-slider-thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .car-swiper-button-next,
  .car-swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}





.am-cp-holder{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 96px;
}
.am-cp-right{
  width: 70%;
}
.am-cp-left{
  width: 30%;
  padding-right: 32px;
}
.am-cp-left a{
  padding: 16px 32px;
  width: 100%;
  display: block;
  text-align: center;
  background: #0650a3;
  color: white;
      border-radius: 12px;
}
.am-cpl-num {
  display: flex;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.am-cpl-num span{
  line-height: 40px;
  padding-right: 8px;
}
.am-cpl-num p{
  display: block;
  width: 100%;
  color: #6b6d70;
}
.am-cpl-num-big {
  font-size: 48px;
  font-weight: 700;
}

.am-cp-download {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  width: 100%;
}
.am-cp-download a{
  width: 100%;
  border: 1px solid gray;
  padding: 16px 32px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
      border-radius: 12px;
}
.am-cp-download a.disable {
    pointer-events: none;
    border: 1px solid #dcdbdb;
    color: #b5b5b5;
}
@media (max-width: 768px) {
  .am-car-top{
    padding: 40px 0;
  }
  .am-car-top-right, .am-car-top-left {
      width: 100%
  }
  .am-bs-item {
      width: 33.3333%;
  }
  .am-bsi-mb{
    margin-bottom: 16px;
  }
  .am-cp-download {
    flex-wrap: wrap;
    gap: 0;
  }
}


.am-car-feature{
  padding-top: 96px;
}
.am-cf-img{
  position: relative;
}
.am-cf-img img{
  width: 100%;
}
.am-cf-img::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top,#0650a3,#0650a3fc 3.4%,#0650a3f3 7.9%,#0650a3e4 13.4%,#0650a3d2 19.7%,#0650a3bd 26.6%,#0650a3a5 34%,#0650a38c 41.9%,#0650a373 49.9%,#0650a35a,#0650a342 66.1%,#0650a32d 73.9%,#0650a31b 81.3%,#0650a30c 88.3%,#0650a303 94.5%,#0650a300);
}
.am-cf-slider{
  position: relative;
}
.am-cf-slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0650a3;
  height: 65%;
}
.am-cf-slider-inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
.am-cf-slider-inner h2{
  text-align: center;
  padding-top: 32px;
  color: white;
}
.am-cfsi-p{
  color: white;
  padding-top: 16px;
  padding-bottom: 32px;
  max-width: 700px;
  margin: 0 auto;
}
.am-cf-slider-inner .swiper{
  overflow: visible;
}

.am-cf-slider .swiper-slide {
  width: auto;
}
.am-cf-slider .swiper-slide picture img{
  height: 500px;
  width: auto;
  border-radius: 16px;
}
.am-cfs-item{
  position: relative;
}
.am-cfs-item-data{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  color: white;
}

.am-car-form{
  background: #0650a30A;
  padding: 96px 0;
  margin-top: 96px;
  margin-bottom: -96px;
  border-bottom: 1px solid #d9d9d9;
}
.gform_required_legend{
  display: none;
}
.am-cf-holder{
  display: flex;
  flex-wrap: wrap;
}
.am-cfh-right {
  width: 50%;
  padding-left: 32px;
}
.am-cfh-right h3{
  padding-bottom: 16px;
  color: #0650a3;
}
.am-cfh-right p{
  color: #0650a3;
}
.am-cfh-left {
  width: 50%;
}
@media (max-width: 768px) {
  .am-cfh-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 32px;
  }
  .am-cfh-left {
    width: 100%;
  }
}

.gform-body input.gform_next_button{
  background: #0650a3 !important;
  border-color: #0650a3 !important;
  min-width: 150px !important;
      color: white;
    padding: 8px;
    font-weight: 700;
    border-radius: 8px;
}
.gform-page-footer .gform_previous_button {
    padding: 8px;
    border-radius: 8px;
}
.gform-body input.gform_button{
  background: #0650a3 !important;
  border-color: #0650a3 !important;
}
.gf_step_completed .gf_step_number::after{
  background: #0650a3 !important;
  border-color: #0650a3 !important;
}

/* modal spec */
body.modal-open {
  overflow-y: hidden;
}

.am-car-spec-modal {
  position: fixed;
  top: -100%;
  right: 25%;
  width: 100%;
  height: calc(100% - 64px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 500ms
cubic-bezier(1, 0, 0, 1);
  z-index: 1000;
}

.am-car-spec-modal.active {
  top: 32px;
}

.am-csm-inner {
  background-color: white;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  transition: all 500ms cubic-bezier(1,0,0,1);
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .am-csm-inner {
    width: 100%;
    border-radius: 0;
  }
  .am-car-spec-modal.active {
    top: 0;
  }
  .am-car-spec-modal {
    right: 0;
    height: 100%;
   }
}

.am-csm-header {
  background-color: #fff;
  box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);
  border-bottom: 1px solid hsla(228,9%,89%,.5);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
}
.am-csmh-r h4{
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.am-csmh-r span{
  font-weight: 700;
    font-size: 20px;
    padding-top: 8px;
    display: block;
}
.am-csmh-l button{
  border: none;
  background: #f0f0f0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}


.am-csm-body {
  padding: 16px;
  padding-bottom: 56px;
  max-height: calc(100% - 50px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.am-csm-body::-webkit-scrollbar {
    display: none;
}

.am-csm-body .img-dimen{
  background: #f1f1f1;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 32px
}
.am-csm-brochure {
  border: 1px solid gray;
  padding: 16px 32px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.am-csm-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0650a3B2;
  backdrop-filter: blur(15px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease-in-out;
}

.am-csm-blur.active {
  opacity: 1;
  visibility: visible;
}

.am-spec-accordion {
    overflow: hidden;
}

.am-spec-accordion-item {
    border-bottom: 1px solid #eee;
}
.am-spec-accordion-item:last-child {
    border-bottom: none;
}

.am-sa-q {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
}
.am-sa-q:hover{
    background: #eee;
}

.am-saq-title {
  font-size: 18px;
font-weight: 600;
}

.am-saq-icon {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.am-sa-a {
    height: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(1,0,0,1);
}

.am-sa-a ul, .am-sa-a p{
    padding: 16px;
}
.am-sa-a li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
.am-saa-value {
  font-weight: 600;
  color: black;
}
.am-saa-label {
  color: #535457;
}

.am-sa-q.active .am-saq-icon {
    transform: rotate(45deg);
}




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

  .am-cp-right{
    width: 100%;
  }
  .am-cp-left{
    width: 100%;
    padding-right: 0;
    padding-top: 32px;
  }
}


.am-car-color {
  margin: 96px 0;
}
.am-cc-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.am-cc-right {
  width: 70%;
}
.am-cc-left {
  width: 30%;
  padding-right: 40px;
}
.am-car-color-select{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.am-car-color-select span {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.am-car-color-select span.active {
  border-color: #000;
}

.am-cc-img-wrapper img {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.am-cc-img-wrapper img.loading {
  opacity: 0;
}
@media only screen and (max-width:768px) {
  .am-cc-right {
    width: 100%;
    order: 2;
  }
  .am-cc-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 32px;
  }
}





.am-car-spec{
  margin-top: 50px;
}
.am-car-table tbody{
  margin-right: -8px;
  display: block;
  margin-left: -8px;
}
.am-car-table tr{
  float: right;
  display: flex;
  width: calc(50% - 16px);
  margin: 8px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
}
.am-car-table td {
  padding: 8px;
  float: right;
  width: 50%;
}
.am-car-table .am-t-lable{
  color: #000;
  font-weight: 700;
}
.am-car-table .am-t-lable img{
  margin-left: 5px;
}
.am-car-table .am-t-value{
  color: #888;
  font-weight: 400;
}

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

  .am-car-table tr{
    width: calc(100% - 8px);
  }
}

/* contact us ============= */
.am-cus{
  max-width: 910px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(88, 102, 126, .12), 1px 1px 40px 0 rgba(88, 102, 126, .12);
  margin: 56px auto;
  padding: 20px;
  text-align: center;
}
.am-contact-top {
  position: relative;
      margin-bottom: 25px;
      margin-top: -48px;
      margin-left: -10px;
      margin-right: -10px;
}
.am-contact-logo {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(70, 72, 77, .1);
    display: flex;
    height: 90px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 90px;
    z-index: 2;
    overflow: hidden;
}
.am-contact-num{
  color: white;
      background: rgb(6, 80, 163);
      padding: 14px;
      border-radius: 16px;
      font-size: 22px;
      font-weight: 700;
      margin: 16px 0;
      display: inline-flex;
}
.am-contact-form{
  padding-top: 24px;
  margin: 0 auto;
  max-width: 600px;
}
.am-cus-inner{
  text-align: center;
  margin: 0 auto;
  padding: 24px;
  background: #0650a3;
  color: white;
  margin-bottom: 32px;
  border-radius: 16px;
  max-width: 700px;
}
.am-cus-inner h2{
  margin-top: -45px;
  background: #0650a3;
  padding: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  border-radius: 16px;
  border: 2px solid #0650a3;
  color: white;
}
.am-cus-inner a{
  font-weight: 700;
  line-height: 26px;
  padding: 13px 23px 10px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.am-cu-top-box-holder{
    margin: -16px;
}
.am-cu-top-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}
.am-cutb-item{
  width: 33.33333%;
  padding: 16px;
  color: #0650a3;
}
.am-cutb-item-inner{
  border: 2px solid #eee;
  padding: 8px;
  border-radius: 16px;
}
.am-cutb-item-inner img{
  border-radius: 8px;
}
.am-cutb-ii-img img{
  width: 100%;
}
.am-cutb-item-inner h3{
  margin: 16px 0;
  font-size: 18px;
  color: black;
}
.am-cutb-item-inner svg{
  width: 22px;
  float: right;
  margin-left: 8px;
  margin-top: 4px;
}
.am-cutb-time, .am-cutb-call, .am-cutb-adress{
  display: block;
      margin-bottom: 8px;
      padding: 8px;
      border-radius: 8px;
      border: 1px solid #eee;
          color: #8a94a6
}
.am-cutb-item-social{
  background: #0650a3;
  border: 2px solid #0650a3;
  color: white;
}
.am-cutb-direction{
  display: flex;
  gap: 8px;
}
.am-cutb-direction a{
  width: 100%;
      border-radius: 8px;
      padding: 8px;
      text-align: center;
      font-weight: 500;
      background: #0650a30F;
      display: flex;
      gap: 8px;
      justify-content: center;
          color: #0650a3;
}
.am-cutb-direction a:hover{
      background: #0650a329;
}
@media only screen and (max-width:768px) {
  .am-cutb-item{
    width: 100%;
  }
  .am-cus-right {
    width: 100%;
  }
  .am-cus-left {
    width: 100%;
    padding-right: 0;
    padding-top: 32px;
  }
}


/* form gravity ========= */
.am-content-form form{
  max-width: 450px;
  margin: 0 auto;
  padding-top: 32px;
}
.gfield_required.gfield_required_text{
  color: #b5b5b5 !important;
}
.gform_confirmation_message{
  text-align: center;
  background: green;
  padding: 16px 32px;
  color: white;
  border-radius: 16px;
}
.gform-body .large{
  border-radius: 8px !important;
  border: 1px solid #CED1E3 !important;
  box-shadow: none !important;
  background: #CED1E31A !important;
  height: 48px;
  line-height: 48px !important;
}
.gform-body textarea{
  border-radius: 8px !important;
  border: 1px solid #CED1E3 !important;
  box-shadow: none !important;
  height: 86px !important;
  background: #CED1E31A !important;
  line-height: 24px !important;
}
.gform_footer .gform_button{
  font-weight: 700 !important;
  line-height: 26px !important;
  padding: 13px 23px 10px !important;
  border-radius: 12px !important;
  background: #0650a3 !important;
  color: white !important;
  width: 100% !important;
      border: none !important;
}
.gform_validation_errors{
  display: none !important;
}
.gform_wrapper.gravity-theme .gf_step{
    margin: 8px 0px 8px 24px !important;
}
.gform_wrapper.gravity-theme .gf_step_label {
    padding-left: 0 !important;
    padding-right: 4px !important;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0);
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  height: 4px;
  width: 20px;
  background: #e8e8e8;
  border-radius: 6px;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
  background: #0650a3 !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}



/* ======= landing page  */

.am-landing-wrapper{
    background:#0650a30A;
    padding:24px 0 48px;
}
.am-landing-container{
    max-width:900px;
    margin:0 auto;
    padding:0 16px;
    font-family:inherit;
}

.am-landing-hero{
    background:linear-gradient(135deg,#0650a3,#0d6bc9);
    border-radius:18px;
    padding:24px;
    color:#fff;
    margin-bottom:20px;
}
.am-landing-hero-content{
    text-align:center;
    margin-bottom:16px;
}
.am-landing-label{
    display:inline-block;
    background:rgba(255,255,255,.2);
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    margin-bottom:10px;
}
.am-landing-title{
    font-size:22px;
    line-height:1.4;
}
.am-landing-hero-image img{
    width:100%;
    border-radius:12px;
    border:2px solid #fff;
}

.am-landing-features{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:24px;
}
.am-landing-feature-card{
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 4px 16px rgba(0,0,0,.06);
    text-align:center;
}

.am-landing-feature-icon{
    width:48px;
    height:48px;
    margin:0 auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(6,80,163,.1);
}

.am-landing-feature-title{
    font-size:14px;
    margin-bottom:6px;
}
.am-landing-feature-value{
    font-size:15px;
    font-weight:700;
}

.am-landing-cta{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
    margin-bottom:24px;
}
.am-landing-cta-title{
    font-size:20px;
    text-align:center;
    margin-bottom:8px;
    color:#0650a3;
}
.am-landing-cta-text{
    font-size:14px;
    text-align:center;
    color:#555;
    margin-bottom:16px;
}
.am-landing-form-placeholder{
    border:2px dashed rgba(6,80,163,.25);
    border-radius:14px;
    padding:24px 16px;
    background: rgb(6 80 163 / 3%);
}
.am-landing-form-placeholder input{
  background: white !important;
  height: 50px;
}

.am-landing-specs{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 4px 16px rgba(0,0,0,.06);
}
.am-landing-specs-title{
    font-size:18px;
    margin-bottom:14px;
    text-align:center;
}
.am-landing-specs-content{
    font-size:14px;
    line-height:1.8;
    color:#444;
}

@media (min-width:768px){
    .am-landing-features{
        grid-template-columns:repeat(3,1fr);
    }
    .am-landing-title{
        font-size:26px;
    }
}
