@font-face {
  font-family: 'IRANBakhVF';
  src: url("../font/YekanBakh-VF.ttf");
  font-weight: 100 1000;
}

@font-face {
  font-family: 'IRANYekanXVF';
  src: url('../font/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('../font/IRANYekanXVF.woff') format('woff');
  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: fallback;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  box-sizing: border-box;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-variation-settings: "wght"bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  resize: none;
  font-feature-settings: "ss01";
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}



/* __________Start Code__________ */
* {
  letter-spacing: -0.03em;
}

a,
button, input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}

ul {
  list-style: none;
  padding: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9D9E;
  opacity: 1;
  /* Firefox */
  font-variation-settings: "wght"600;
  font-size: 12px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9D9E;
  font-variation-settings: "wght"600;
  font-size: 12px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9D9E;
  font-variation-settings: "wght"600;
  font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "IRANBakhVF";
  background-color: #FCFEFF;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

/* ________Header________ */
.header {
  display: none;
}

.header {
  background-color: #333333;
  height: 120px;
  padding: 12px 16px 16px;
  display: block;
}

.logo {
  width: 100px;
  height: 32px;
  margin: 0 auto;
}

.header__top {
  direction: rtl;
  position: relative;
  display: flex;
  align-items: center;
}

.header__hamburger {
  display: flex;
  position: absolute;
}

.topButtons {
  width: 328px;
  height: 36px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
  margin: 24px auto 0;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-variation-settings: "wght"450;
  direction: rtl;
}

.topButtons__right {
  display: flex;
  align-items: center;
  color: #196EC0;
  width: 216px;
  justify-content: center;
  height: 100%;
}

.topButtons__right::after {
  content: url("../img/plus_blue.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
}

.topButtons__left {
  display: flex;
  align-items: center;
  color: #2D6F0E;
  width: 216px;
  justify-content: center;
  height: 100%;
}

.topButtons__left::after {
  content: url("../img/plus_green.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
}

.topButtons__divider {
  background-color: #D7DEE0;
  width: 1px;
  height: 24px;
}

/* ________Nav________ */
.nav {
  width: 295px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -295px;
  background: #142740;
  z-index: 999999;
}

.nav__bodyScrollDisable {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.nav__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.21);
  cursor: pointer;
  transition: .4s ease;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.nav__top {
  padding: 16px 16px 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.nav__menu {
  padding: 0;
  direction: rtl;
  list-style: none;
  margin: 0;
}

.nav__link {
  color: #fff;
  font-variation-settings: "wght"450;
  font-size: 13px;
  line-height: 20px;
  padding: 22px 16px 0;
  display: flex;
  justify-content: space-between;
}

.nav__subMenuLink {
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 19px;
}

.nav__subMenu {
  background-color: #253A56;
  padding-bottom: 21px;
  margin-top: 22px;
  display: none;
}

.nav__subMenuItem {
  padding: 21px 24px 0 0;
}

.nav__subMenu2Link {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  line-height: 16px;
}

.nav__subMenu2Item {
  padding-bottom: 13px;
}

.nav__subMenu2 {
  border-right: 1px solid #9C9D9E;
  padding: 4px 16px 0 0;
  margin-top: 17px;
  display: none;
}

.nav__link_gold {
  color: #FFB200;
}

.nav__link_arrow::after {
  content: url("../img/mobile/arrow_down_white.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.nav__link_arrowUp::after {
  content: url("../img/mobile/arrow_up_white.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.nav__subMenuLink_arrow::after {
  content: url("../img/mobile/sub_menu_arrow.svg");
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.nav__subMenuLink_arrowUp::after {
  content: url("../img/mobile/arrow_up_white_small.svg");
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.nav__subMenu_show,
.nav__subMenu2_show {
  display: block;
}

/* ________Hero________ */
.hero {
  display: flex;
  background-image: url(../img/mobile/hero.svg);
  height: 556px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-height: calc(100vw * 556 / 360);
}

.hero__bg {
  width: 100%;
  margin-top: -38px;
  display: block;
}

.hero__content {
  width: 100%;
  direction: rtl;
  padding: 38px 0 0 0;
}

.hero__title {
  font-size: 16px;
  line-height: 25px;
}

.hero__subtitle {
  margin-top: 6px;
  margin-bottom: 43px;
  font-size: 13px;
  line-height: 20px;
}

.hero__btn {
  background-color: #208FC8;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: space-around;
  width: 140px;
  height: 36px;
  font-variation-settings: "wght"450;
  border-radius: 4px;
  font-size: 11px;
  line-height: 17px;
  margin: 0 auto;
}

.hero__text {
  margin: 12px auto 42px;
  font-variation-settings: "wght"500;
  font-size: 12px;
  width: 255px;
  line-height: 19px;
}

.hero__btn_green {
  background-color: #119F5E;
}

/* ________Brands________ */
.brands {
  background-image: url(../img/mobile/brands.svg);
  height: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-size: 100%;
}

.brands__logos {
  position: relative;
  width: 360px;
  margin: 0 auto;
}

.brands__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brands_title {
  margin: 42px auto;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
}

.brands__logo {
  width: 60px;
  height: 60px;
  margin-left: 52px;
}

.brands__top {
  padding: 0 38px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
}

.brands__bottom {
  margin: 19px auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.brands__logo:last-child {
  margin-left: 0;
}

/* ________Parts________ */
.parts {
  height: 522px;
  background: linear-gradient(180deg, rgba(240, 215, 243, 0.8) 0%, rgba(232, 202, 236, 0.8) 28.48%, rgba(227, 183, 233, 0.8) 54.05%, rgba(229, 199, 233, 0.8) 76.23%, rgba(239, 212, 241, 0.8) 100%);
  box-shadow: inset 0px -6px 6px rgba(0, 0, 0, 0.06), inset 0px 6px 6px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.parts__content {
  text-align: center;
}

.parts__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  margin: 34px 0 6px 0;
}

.parts__subtitle {
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 20px;
}

.parts__btn {
  background-color: #253A56;
  width: 140px;
  height: 36px;
  border-radius: 6px;
  color: #fff;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 43px auto 52px;
}

.parts__btn::after {
  content: url("../img/mobile/arrow.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
}

.parts__image {
  text-align: center;
  margin-bottom: 18px;
  display: flex;
  text-align: center;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ________Partner________ */
.partner {
  background-color: #F1F8FF;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner__image {
  display: flex;
  margin: 0 10px 30px 44px;
  justify-content: center;
  width: 306px;
  height: 203px;
}

.partner__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
}

.partner__subtitle {
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 20px;
}

.partner__btn {
  background-color: #253A56;
  width: 174px;
  height: 36px;
  border-radius: 6px;
  color: #fff;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 0 21px 0 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 43px auto 52px;
}

.partner__btn::after {
  content: url("../img/mobile/arrow.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
}

/* ________Partner Motion________ */
.partnerMotion {
  background-color: #F1F8FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.partnerMotion__video {
  z-index: 1000;
  width: 684px;
}

.partnerMotion__desc {
  font-variation-settings: "wght"600;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin: 32px 0 54px;
}

/* ________Footer________ */
.footer {
  background-color: #142740;
  border-radius: 5px 5px 0 0;
}

.footer__goToTop {
  height: 44px;
  background-color: #253A56;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.footer__goToTop:hover {
  background-color: #3E597E;
}

.footer__firstColumn {
  text-align: center;
}

.footer__logo {
  margin: 32px 0 16px;
}

.footer__text {
  width: 311px;
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 22px;
  color: #F6F6F6;
  text-align: center;
  margin: 0 24px 32px;
  direction: rtl;
  border-bottom: 1px solid #253A56;
  padding-bottom: 32px;
}

.footer__centerColumn {
  display: flex;
  direction: rtl;
  border-bottom: 1px solid #253A56;
  width: 312px;
  margin: 0 auto;
}

.footer__title {
  color: #ffffff;
  font-variation-settings: "wght"725;
  font-size: 13px;
  line-height: 20px;
}

.footer__centerColFirst {
  width: 50%;
}

.footer__centerColLast {
  width: 50%;
}

.footer__list {
  color: #F0F0F0;
  list-style: none;
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 16px;
  padding: 0;
  margin: 17px 0 24px;
}

.footer__listItem {
  margin-bottom: 12px;
}

.footer__link {
  color: #fff;
}

.footer__lastColumn {
  text-align: right;
  padding: 33px 24px;
  position: relative;
  width: 360px;
  margin: 0 auto;
}

.footer__contact {
  width: 100%;
}

.footer__firstColumn {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerContact {
  display: flex;
  margin-top: 14px;
  direction: rtl;
}

.footerContact__titles,
.footerContact__Contents {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerContact__title {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 16px;
  color: #F0F0F0;
  margin-bottom: 11px;
}

.footerContact__Content {
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  color: #ffffff;
  margin-bottom: 9px;
  margin-right: 9px;
}

.footer__enamad {
  display: flex;
  position: absolute;
  top: 32px;
  left: 24px;
}

.footer_bottom {
  font-variation-settings: "wght"150;
  color: #FFFFFF;
  direction: rtl;
  border-top: 1px solid #9C9D9E;
  height: 52px;
  font-size: 11px;
  display: flex;
  line-height: 17px;
  align-items: center;
  justify-content: center;
}

/* ________Hero Repair________ */
.heroRepair {
  display: flex;
  background-image: url(../img/mobile/hero-repair.svg);
  height: 1137px;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.heroRepair__content {
  width: 100%;
  direction: rtl;
  padding: 36px 0 0 0;
}

.heroRepair__title {
  font-size: 16px;
  line-height: 25px;
  font-variation-settings: "wght"725;
  margin-bottom: 6px;
}

h3.heroRepair__title2 {
  font-size: 14px;
  line-height: 20px;
  font-variation-settings: "wght"600;
}

.heroRepair__subtitle {
  font-size: 13px;
  line-height: 20px;
  width: 256px;
  margin: 0 auto 32px;
  line-height: 20px;
  font-variation-settings: "wght"400;
}

.heroRepair__text {
  margin: 0 auto 32px;
  font-variation-settings: "wght"325;
  font-size: 11px;
  width: 296px;
  line-height: 25px;
}

/* ________Repair Form________ */
.repairForm__wrapper {
  width: 360px;
  height: 596px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.repairForm__steps {
  display: flex;
  padding: 24px 14px 19px;
  flex-direction: column;
  align-items: center;
}

.repairForm__stepTitle {
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  color: #CED0D0;
}

.repairForm__step {
  display: flex;
  align-items: center;
}

.repairForm__stepsShapes {
  display: flex;
  direction: rtl;
}

.repairForm__stepCheck {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 4px solid #CED0D0;
  margin: 0 10px 10px;
}

.repairForm__step3 .repairForm__stepCheck {
  margin-left: 0;
}

.repairForm__step1 .repairForm__stepCheck {
  margin-right: 0;
}

.repairForm__stepBar {
  width: 88px;
  height: 11px;
  border-top: 1px dashed #CED0D0;
}

.repairForm__stepstitles {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.repairForm__stepTitle2 {
  margin-right: -10px;
}

.repairForm__stepBar_solid {
  border-color: #00ABE4;
  border-top-style: solid;
}

.repairForm__stepBar_blue {
  border-color: #00ABE4;
}

.repairForm__stepCheck_blue {
  border-color: #00ABE4;
}

.repairForm__stepTitle_blue {
  color: #00ABE4;
}

.repairForm__stepCheck_thick {
  background-color: #00ABE4;
  border-color: #00ABE4;
  background-image: url(../img/thick.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.repairForm__header {
  text-align: center;
  font-variation-settings: "wght"725;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.repairForm__form {
  direction: rtl;
  height: 449px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.repairForm__wrapperStep {
  direction: rtl;
  height: 449px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.repairForm__wrapperStep2,
.repairForm__wrapperStep3,
.repairForm__wrapperStep4 {
  display: none;
}

.repairForm__label {
  font-variation-settings: "wght"450;
  font-size: 10px;
  line-height: 16px;
  display: block;
  margin: 0 32px 2px 0;
  width: 360px;
  text-align: right;
  color: #666666;
}

.repairForm__select {
  width: 328px;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.repairForm__select:focus-visible,
.repairForm__text:focus-visible,
.repairForm__textarea:focus-visible {
  outline-color: #196EC0;
}

.repairForm__text {
  width: 328px;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.repairForm__textarea {
  width: 328px;
  height: 142px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.repairForm__required {
  color: #FF334B;
}

.repairForm__body {
  position: relative;
}

.repairForm__timeDelay {
  display: none;
}

.repairForm__timeDelayText {
  width: 269px;
  margin: 16px auto 12px;
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 20px;
  color: #FF334B;
  text-align: center;
}

.repairForm__timeDelayCount {
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FF334B;
}

.repairForm__timer {
  display: block;
  margin: 8px 0 0 26px;
  text-align: left;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  top: 74px;
  left: 0;
}

.repairForm__resend {
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  color: #208FC8;
  display: flex;
  margin: 8px 0 0 26px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
}

.repairForm__resend::after {
  content: url(../img/mobile/rotate-left.svg);
  width: 20px;
  height: 20px;
}

.repairForm__link {
  font-variation-settings: "wght"450;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #208FC8;
  font-size: 12px;
  line-height: 19px;
  align-items: center;
}

.repairForm__link::after {
  content: url(../img/arrow_left_blue.svg);
  width: 24px;
  height: 24px;
}

.repairForm__next {
  background: #208FC8;
  color: #ffffff;
  border-radius: 6px;
  border: none;
  margin: 0 auto 32px;
  display: block;
  width: 140px;
  height: 36px;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  cursor: pointer;
}

.repairForm__disable {
  background: #F0F0F0;
  color: #9C9D9E;
  cursor: auto;
}

.repairForm__new {
  border: 1px solid #208FC8;
  border-radius: 4px;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  width: 140px;
  height: 36px;
  margin: 18px auto 32px;
  display: flex;
  color: #208FC8;
  justify-content: center;
  align-items: center;
}

.repairForm__new::after {
  content: url(../img/mobile/plus_blue.svg);
  width: 24px;
  height: 24px;
}

input.error {
  border: 2px solid #FF334B !important;
  background-image: url(../img/error.svg) !important;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.repairForm__error {
  border-color: #FF334B;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.repairForm__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF334B;
  width: 300px;
  margin: 4px 32px 8px;
  height: 16px;
}

.repairForm__message {
  width: 310px;
  height: 52px;
  font-size: 12px;
  line-height: 26px;
  display: block;
  direction: rtl;
  margin: 122px auto 32px;
  text-align: center;
  color: #333333;
  font-variation-settings: "wght"325;
}

.repairForm__code {
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

/* ________Hero Repair infoBox________ */
.heroRepair__infoBox {
  width: 328px;
  height: 105px;
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 16px auto;
  direction: rtl;
  padding: 12px 20px;
  position: relative;
}

.heroRepair__infoBoxCall {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 14px;
  left: 16px;
}

.heroRepair__infoBoxCallTitle {
  margin-left: 11px;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 28px;
  color: #37A801;
}

.heroRepair__infoBoxDesc {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 28px;
}

.heroRepair__infoBoxTel {
  font-size: 16px;
  font-variation-settings: "wght"600;
  line-height: 28px;
}

.heroRepair__infoBoxContent {
  direction: rtl;
  text-align: right;
}

.repairDesc {
  display: flex;
  flex-direction: column;
  padding: 42px 0;
  direction: rtl;
}

.repairDesc__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  margin-bottom: 6px;
}

.repairDesc__text {
  width: 250px;
  height: 80px;
  font-style: normal;
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin: 0 auto;
}

.repairDesc__subtitle {
  font-variation-settings: "wght"725;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin-top: 16px;
}

.repairDesc__images {
  position: relative;
  width: 100%;
  height: 300px;
}

.repairDesc__image {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 68px;
  height: 68px;
}

.repairDesc__original {
  top: 71px;
  right: 29px;
  position: absolute;
  margin: 0;
}

.repairDesc__time {
  top: 42px;
  right: 150px;
  position: absolute;
  margin: 0;
}

.repairDesc__quality {
  top: 116px;
  right: 263px;
  position: absolute;
  margin: 0;
}

.repairDesc__delivery {
  top: 221px;
  right: 182px;
  position: absolute;
  margin: 0;
}

.repairDesc__guaranty {
  top: 203px;
  right: 61px;
  position: absolute;
  margin: 0;
}

.repairDesc__caption {
  text-align: center;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
}

.faq {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  direction: rtl;
  padding-bottom: 22px;
}

.faq__title {
  color: #333333;
  margin-bottom: 16px;
  margin-top: 32px;
  font-variation-settings: "wght"700;
  font-size: 15px;
  line-height: 23px;
}

.faq__list {
  width: 100%;
  padding: 0 26px;
}

.faq__item {
  margin-bottom: 24px;
  border: 1px solid #196EC0;
  border-radius: 6px;
}

.faq__q {
  display: flex;
  justify-content: space-between;
  background-color: #F1F8FF;
  border-radius: 6px;
  cursor: pointer;
  align-items: center;
}

.faq__qText {
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 18px;
  color: #212121;
  padding: 13px 14px;
}

.faq__qArrow {
  width: 32px;
}

.faq__qArrow_mobile {
  display: block;
  margin-left: 10px;
}

.faq__qArrow_desktop {
  display: none;
}

.faq__q_radius {
  border-radius: 6px 6px 0 0;
}

.faq__qArrowUp {
  transform: rotate(180deg);
}

.faq__qArrowUp path {
  fill: #9C9D9E;
}

.faq__a {
  padding: 12px 14px;
  color: #ffffff;
  display: none;
  background-color: #196EC0;
  border-radius: 0 0 4px 4px;
  font-variation-settings: "wght"450;
  font-size: 10px;
  line-height: 18px;
}

.faq__item_green {
  background: #FBFFFB;
  border: 1px solid #009B5B;
}

.faq__q_green {
  background: #FBFFFB;
  color: #333333;
}

.faq__a_green {
  background: #009B5B;
}

.faq__title_mt0 {
  margin-top: 0;
}

/* ________Hero Guarantee________ */
.heroGuarantee {
  display: flex;
  background-image: url(../img/mobile/hero-guarantee.svg);
  height: 1240px;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.heroGuarantee__content {
  width: 100%;
  direction: rtl;
  padding: 36px 0 0 0;
}

.heroGuarantee__title {
  font-size: 16px;
  line-height: 25px;
  font-variation-settings: "wght"725;
  margin-bottom: 6px;
}

.heroGuarantee__title2 {
  font-size: 14px;
  line-height: 20px;
  font-variation-settings: "wght"600;
  margin-bottom: 6px;
}

.heroGuarantee__subtitle {
  font-size: 11px;
  line-height: 19px;
  width: 256px;
  margin: 0 auto 24px;
  font-variation-settings: "wght"400;
}

.heroGuarantee__text {
  margin: 0 auto 32px;
  font-variation-settings: "wght"325;
  font-size: 11px;
  width: 296px;
  line-height: 19px;
}

.heroGuarantee__infoBox {
  width: 328px;
  height: 105px;
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 16px auto;
  direction: rtl;
  padding: 12px 20px;
  position: relative;
}

.heroGuarantee__infoBoxCall {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 14px;
  left: 16px;
}

.heroGuarantee__infoBoxCallTitle {
  margin-left: 11px;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 28px;
  color: #37A801;
}

.heroGuarantee__infoBoxDesc {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 28px;
}

.heroGuarantee__infoBoxTel {
  font-size: 16px;
  font-variation-settings: "wght"600;
  line-height: 28px;
}

.heroGuarantee__infoBoxContent {
  direction: rtl;
  text-align: right;
}

/* ________Guarantee Form________ */
.guaranteeForm__wrapper {
  width: 360px;
  height: 672px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.guaranteeForm__steps {
  display: flex;
  padding: 24px 0 20px;
  flex-direction: column;
  align-items: center;
}

.guaranteeForm__stepTitle {
  font-variation-settings: "wght"450;
  color: #CED0D0;
  font-size: 10px;
  line-height: 16px;
}

.guaranteeForm__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}

.guaranteeForm__stepsShapes {
  display: flex;
  direction: rtl;
  width: 100%;
}

.guaranteeForm__stepCheck {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 4px solid #CED0D0;
  margin: 0 0 10px;
  position: relative;
}

.guaranteeForm__step4 .guaranteeForm__stepCheck {
  margin-left: 0;
}

.guaranteeForm__step1 .guaranteeForm__stepCheck {
  margin-right: 0;
}

.guaranteeForm__stepBar {
  width: 45px;
  height: 11px;
  border-top: 1px dashed #CED0D0;
  position: absolute;
  top: 8px;
  right: 30px;
}

.guaranteeForm__stepstitles {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.guaranteeForm__stepBar_solid {
  border-color: #25BF78;
  border-top-style: solid;
}

.guaranteeForm__stepBar_green {
  border-color: #25BF78;
}

.guaranteeForm__stepCheck_green {
  border-color: #25BF78;
}

.guaranteeForm__stepTitle_green {
  color: #25BF78;
}

.guaranteeForm__stepTitle_gray {
  color: #333333;
}

.guaranteeForm__stepCheck_thick {
  background-color: #25BF78;
  border-color: #25BF78;
  background-image: url(../img/thick.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.guaranteeForm__header {
  text-align: center;
  font-variation-settings: "wght"725;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

.guaranteeForm__form {
  direction: rtl;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.guaranteeForm__wrapperStep {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 528px;
}

.guaranteeForm__wrapperStep2,
.guaranteeForm__wrapperStep3,
.guaranteeForm__wrapperStep4,
.guaranteeForm__wrapperStep5 {
  display: none;
}

.guaranteeForm__label {
  font-variation-settings: "wght"450;
  font-size: 10px;
  line-height: 16px;
  display: block;
  margin: 0 32px 2px 0;
  width: 360px;
  text-align: right;
  color: #666666;
}

.guaranteeForm__select {
  width: 328px;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.guaranteeForm__input:focus-visible,
.guaranteeForm__select:focus-visible {
  outline-color: #25BF78;
}



.guaranteeForm__input {
  width: 328px;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.guaranteeForm__problem {
  width: 328px;
  height: 142px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.guaranteeForm__resultTitle {
  font-variation-settings: "wght"450;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

.guaranteeForm__result {
  background: #F6F6F6;
  border-radius: 8px;
  display: flex;
  margin: 4px auto 0;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 48px;
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 22px;
}

.guaranteeForm__resultUnit {
  font-variation-settings: "wght"450;
  color: #B0882C;
  padding-right: 4px;
  font-size: 10px;
  line-height: 16px;
}

.guaranteeForm__resend {
  color: #119F5E;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  margin: 8px 0 0 26px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
}

.guaranteeForm__resend::after {
  content: url("../img/icon/rotate-left-green.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.guaranteeForm__required {
  color: #FF334B;
}

.guaranteeForm__body {
  position: relative;
}

.guaranteeForm__timeDelay {
  display: none;
}

.guaranteeForm__timeDelayText {
  width: 269px;
  margin: 16px auto 12px;
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 20px;
  color: #FF334B;
  text-align: center;
}

.guaranteeForm__timeDelayCount {
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FF334B;
}

.guaranteeForm__timer {
  display: block;
  margin: 8px 0 0 26px;
  text-align: left;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  top: 74px;
  left: 0;
}

.guaranteeForm__link {
  font-variation-settings: "wght"450;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #119F5E;
  font-size: 12px;
  line-height: 19px;
  align-items: center;
}

.guaranteeForm__link::after {
  content: url(../img/arrow_left_green.svg);
  width: 24px;
  height: 24px;
}

.guaranteeForm__next {
  background: #119F5E;
  color: #ffffff;
  border-radius: 6px;
  border: none;
  margin: 32px auto 32px;
  display: block;
  width: 140px;
  height: 36px;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
}

.guaranteeForm__disable {
  background: #F0F0F0;
  color: #9C9D9E;
  cursor: auto;
}

.guaranteeForm__new {
  border: 1px solid #119F5E;
  border-radius: 4px;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  width: 140px;
  height: 36px;
  margin: 18px auto 32px;
  display: flex;
  color: #119F5E;
  justify-content: center;
  align-items: center;
}

.guaranteeForm__new::after {
  content: url(../img/mobile/plus_green.svg);
  width: 24px;
  height: 24px;
}

.guaranteeForm__error {
  border-color: #FF334B;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.guaranteeForm__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF737C;
  width: 300px;
  margin: 4px 32px 4px;
  height: 16px;
}

.guaranteeForm__infoText {
  font-size: 10px;
  line-height: 15px;
  font-variation-settings: "wght"325;
  text-align: right;
  color: #9C9D9E;
  width: 360px;
  margin: 4px 32px 4px;
  height: 16px;
}

.guaranteeForm__message {
  width: 310px;
  height: 52px;
  font-size: 12px;
  line-height: 26px;
  display: block;
  direction: rtl;
  margin: 122px auto 32px;
  text-align: center;
  color: #333333;
  font-variation-settings: "wght"325;
}

.guaranteeForm__code {
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.heroGuarantee__goToConditions {
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 28px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px auto 0;
  width: 174px;
  height: 36px;
  padding: 0 54px 0 12px;
  direction: rtl;
}

.heroGuarantee__goToConditions::after {
  content: url(../img/mobile/arrow_down.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
}

.guaranteeDesc {
  display: flex;
  flex-direction: column;
  padding: 42px 0;
  direction: rtl;
}

.guaranteeDesc__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  margin-bottom: 6px;
}

.guaranteeDesc__subtitle {
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  width: 254px;
  margin: 6px auto 0;
}

.guaranteeDesc__text {
  font-style: normal;
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  margin: 0 auto;
  padding: 0 32px;
}

.guaranteeDesc__contents {
  text-align: center;
}

.guaranteeDesc__images {
  position: relative;
  width: 100%;
  height: 300px;
}

.guaranteeDesc__image {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: flex;
  margin: 42px auto 16px;
}

.guaranteeDesc__image_shadeless {
  box-shadow: none;
}

.guaranteeDesc__original {
  top: 71px;
  right: 29px;
  position: absolute;
  margin: 0;
}

.guaranteeDesc__time {
  top: 42px;
  right: 150px;
  position: absolute;
  margin: 0;
}

.guaranteeDesc__quality {
  top: 116px;
  right: 263px;
  position: absolute;
  margin: 0;
}

.guaranteeDesc__delivery {
  top: 221px;
  right: 182px;
  position: absolute;
  margin: 0;
}

.guaranteeDesc__guaranty {
  top: 203px;
  right: 61px;
  position: absolute;
  margin: 0;
}

.guaranteeDesc__caption {
  text-align: center;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
}

/* ________Page Desc________ */
.pageDesc {
  margin: 0 auto;
  padding: 16px 0 54px 0;
  direction: rtl;
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 24px;
  border-top: 1px solid #CED0D0;
  color: #666666;
  width: 322px;
}

.pageDesc__text {
  height: 100px;
  overflow: hidden;
}

.pageDesc__more {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  color: #196EC0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.pageDesc__more::after {
  content: url('../img/mobile/open_more.svg');
  width: 24px;
  height: 24px;
}

.pageDesc__text_open {
  height: auto;
  max-height: fit-content;
}

.pageDesc__arrowUp::after {
  transform: rotate(180deg);
}





.about__image {
  width: 100%;
}

.about__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 32px 0 14px;
}

.about__contentTop,
.about__contentBottom {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  direction: rtl;
  padding: 0 19px 12px;
  text-align: center;
}

.about__contentBottom {
  margin-bottom: 20px;
}




.contact {
  direction: rtl;
  padding-bottom: 32px;
}

.contact__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 0 0 24px;
}

.contact__banner {
  padding: 16px;
}

.contact__image {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #42A5DC;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.06));
  border-radius: 6px;
}

.contact__content {
  text-align: center;
}

.contact__infoTitle {
  font-variation-settings: "wght"400;
  font-size: 12px;
  line-height: 22px;
  color: #212121;
  margin: 0 0 4px;
}

.contact__infoText {
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 22px;
  color: #666666;
}

.contact__divder {
  border: 1px solid #F0F0F0;
  margin: 16px 24px;
}

.contact__info_bold {
  font-variation-settings: "wght"600;
}

.contact__infoTel {
  padding: 0 8px;
}






.heroSend {
  padding: 16px 16px 0;
  direction: rtl;
}

.heroSend__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 32px 10px 14px;
}

.heroSend__list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.heroSend__listItem {
  margin-bottom: 12px;
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  padding: 0 16px 0 0;
}

.heroSend__listItem::before {
  content: url("../img/mobile/sendItemBullet.svg");
  width: 6px;
  height: 6px;
  margin: 0 0 0 10px;
  display: inline-block;
  margin: 0 -16px 0 10px;
}

.heroSend__image {
  width: 100%;
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
}

.contentSend__image {
  width: 100%;
  border: 1px solid #FFFFFF;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
}

.contentSend__bottom {
  width: 100%;
  margin-bottom: -6px;
  z-index: -1;
  position: relative;
}

.heroSend__linkWrapper {
  text-align: center;
}

.heroSend__link {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  color: #196EC0;
}

.heroSend__link::after {
  content: url("../img/mobile/arrow_left_blue_2.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.contentSend {
  padding: 0 16px;
  direction: rtl;
}

.contentSend__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 32px 10px 14px;
}

.contentSend__row {
  display: flex;
  flex-direction: column-reverse;
}

.heroSend__divider {
  border: 1px solid #F0F0F0;
  margin: 24px 0;
}

.contentSend__text {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}

.contentSend__address {
  text-align: center;
  padding: 42px 0 32px;
}

.contentSend__addressTitle {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 24px 0 14px;
}

.contentSend__addressText {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}




.charterHero {
  background: #dfb638;
  direction: rtl;
}

.charterHero__poster {
  padding: 15px 49px;
}

.charterHero__image {
  width: 100%;
}

.charterHero__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  margin: 10px 0 14px;
}

.guaranteeTerms__title {
  font-variation-settings: "wght"725;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #333333;
  margin: 32px 0 16px;
}

.charterHero__text {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 0 16px 42px;
}

.guaranteeTerms__poster {
  padding: 0 51px 32px;
}

.guaranteeTerms__image {
  width: 100%;
}

.guaranteeTerms__subtitle {
  font-variation-settings: "wght"600;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #333333;
}

.guaranteeTerms {
  direction: rtl;
}

.guaranteeTerms__divider {
  border: 1px solid #F0F0F0;
  margin: 24px 16px 32px;
}

.termsNot {
  display: flex;
  flex-direction: column;
  padding: 0 26px;
}

.termsNot__item {
  width: 100%;
  background: #FFFBFA;
  border: 1px solid #FF737C;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-variation-settings: "wght"325;
  color: #333333;
  margin-bottom: 16px;
  padding: 9px 0 9px 16px;
  font-size: 10px;
  line-height: 16px;
}

.termsNot__item::before {
  content: url("../img/mobile/not_include.svg");
  width: 18px;
  height: 18px;
  margin: 0 6px;
}

.guaranteeTerms__bottomText {
  font-variation-settings: "wght"600;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin: 16px 0 32px;
}




.faq_pb0 {
  padding-bottom: 0;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.wholesaleHero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  direction: rtl;
}

.wholesaleHero__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  margin: 24px 0 6px;
}

.wholesaleHero__text {
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #212121;
}

.wholesaleHero__online {
  width: 140px;
  height: 36px;
  background: #253A56;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  color: #FFFFFF;
  margin: 24px 0 42px;
}

.wholesaleHero__link {
  margin: 24px 0;
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 24px;
  color: #196EC0;
}

.wholesaleHero__link::after {
  content: url("../img/mobile/arrow_down_wholesale.svg");
  width: 24px;
  height: 24px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.wholesaleHero__admin {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  position: relative;
}

.wholesaleHero__info {
  direction: rtl;
  padding: 0 16px;
}

.wholesaleHero__adminName {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 12px;
}

.wholesaleHero__adminTel {
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.wholesaleHero__adminName::before {
  content: url('../img/mobile/wholesale_admin.svg');
  width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
  display: inline-block;
  vertical-align: middle;
}

.wholesaleHero__adminTel::before {
  content: url('../img/mobile/wholesale_tel.svg');
  width: 20px;
  height: 20px;
  margin: -3px 0 0 12px;
  display: inline-block;
  vertical-align: middle;
}

.wholesaleHero__call {
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 20px;
  color: #37A801;
  position: absolute;
  left: 18px;
  bottom: 14px;
}

.wholesaleHero__call::before {
  content: url('../img/mobile/wholesale_call.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 6px;
}

.wholesaleHero__divider {
  border: 1px solid #D7DEE0;
  margin: 32px 16px;
}

.wholesaleContent {
  padding: 0 16px 0;
  direction: rtl;
}

.wholesaleContent__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 32px 0 24px;
}

.wholesaleContent__banner {
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  margin: 0 auto 32px;
}

.wholesaleContent__top {
  display: flex;
  direction: rtl;
  flex-direction: column-reverse;
}

.wholesaleContent__topText {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}

.wholesaleContent__subtitle {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 32px 0 14px;
}

.wholesaleContent p {
  font-variation-settings: "wght"325;
  color: #333333;
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 22px;
}

.wholesaleContent__image {
  margin: 0 auto;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  width: 100%;
}

.wholesaleContent__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.wholesaleContent__listItem {
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}












.branchHero__wrapper {
  text-align: center;
  direction: rtl;
}

.branchHero__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-top: 24px;
}

.branchHero__subtitle {
  font-variation-settings: "wght"400;
  font-size: 12px;
  line-height: 22px;
  color: #212121;
  margin-top: 14px;
}

.branchHero__poster {
  margin-top: 24px;
  padding: 0 56px;
}

.branchHero__image {
  width: 100%;
}

.branchHero__state_active {
  background: #FFFFFF;
  border: 2px solid #196EC0;
  color: #196EC0;
  box-shadow: none;
}

.branch__tooltip {
  display: none;
}




.branch__title {
  font-variation-settings: "wght"400;
  font-size: 14px;
  line-height: 20px;
  color: #196EC0;
}

.branch__title::before {
  content: url('../img/icon/branch_map.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.branchHero__states {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  justify-content: center;
  padding: 0 12px 26px 6px;
}

.branchHero__state {
  width: 108px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  color: #666666;
  justify-content: center;
  align-items: center;
  margin: 0 0 6px 6px;
  cursor: pointer;
  font-variation-settings: "wght"450;
  font-size: 10px;
  line-height: 24px;
  color: #666666;
}

.branch__brand::before {
  content: url('../img/icon/branch.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.branch__mobile::before {
  content: url('../img/icon/branch_mobile.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.branch__phone::before {
  content: url('../img/icon/branch_phone.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}


.branch__address::before {
  content: url('../img/icon/branch_address.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.branch__agent::before {
  content: url('../img/icon/branch_agent.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.branch__time::before {
  content: url('../img/icon/branch_time.svg');
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}


.branch {
  direction: rtl;
  padding: 0 12px 36px;
  display: none;
}

.branch__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 18px 16px 24px;
  display: none;
}

.branch__infoTitle {
  font-variation-settings: "wght"400;
  font-size: 12px;
  line-height: 20px;
  color: #9C9D9E;
  flex-grow: 1;
}

.branch__infoContent {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}

.branch__call_disable {
  display: none;
}


.branch__infoCol {
  border-bottom: 1px solid #F0F0F0;
  padding: 18px 0 16px;
}

.branch__brand {
  display: flex;
  justify-content: space-around;
}


.branch__infoItem {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
}

.branch__address {
  position: relative;
  display: block;
  height: 90px;
  margin-bottom: 0;
}

.branch__address>.branch__infoContent {
  width: 257px;
  text-align: left;
  display: block;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 18px;
}

.branch__infoCol:last-child {
  border-bottom: none;
  padding-bottom: 0;
}





.page {
  padding: 0 16px 0;
  direction: rtl;
}

.page h1 {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 32px 0 24px;
}

.page h2 {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 32px 0 14px;
}

.page h3 {
  font-variation-settings: "wght"725;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin: 32px 0 14px;
}

.page p {
  font-variation-settings: "wght"325;
  color: #333333;
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 22px;
}

.page img {
  margin: 0 auto;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.page ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.page li {
  list-style: none;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}

.page a {
  color: #196EC0;
  text-decoration: underline;
}







.blogCat {
  padding: 0 16px 32px;
  direction: rtl;
}

.blogList {
  display: flex;
  flex-wrap: wrap;
}

.blogCat__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 32px 0 24px;
}

.blogList__image {
  border-radius: 6px 6px 0 0;
  box-shadow: 1px 1px 3px #cccccc80;
  margin: 0 auto !important;
  width: 100%;
  height: auto;
}

.blogList__item {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
  margin-bottom: 16px;
}

.blogList__author {
  display: flex;
  align-items: center;
  margin-top: -40px;
  margin-right: 12px;
  position: relative;
  z-index: 10000;
}

.blogList__authorAvatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: linear-gradient(#c13584, #e1306c, #fd1d1d, #f56040, #f77);
  display: inline-block;
  margin-left: 10px;
}

.blogList__authorAvatarImage {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #fff;
}


.blogList__authorInfo {
  margin-top: 10px;
}

.blogList__authorName {
  font-size: 13px;
  font-variation-settings: "wght"500;
  color: #574D4D;
  margin-top: 10px;

}

.blogList__date {
  font-size: 11px;
  color: #EEEEEE;
  background-color: #3333338A;
  padding: 1px 10px;
  border-radius: 3px;
}

.blogList__link {
  display: flex;
}

.blogList__title {
  color: #2b2b2b;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  padding: 12px 12px 12px 0;
  font-size: 13px;
  font-variation-settings: "wght"500;
  line-height: 24px;
}








nav.pagination,
nav.comments-pagination {
  direction: rtl;
  margin: 10px auto;
  padding: 0 0 0 20px;
}

.pagination a,
.pagination span,
.comments-pagination a,
.comments-pagination span,
.page-numbers {
  display: inline-block;
  border: 1px solid #D7DEE0;
  width: 40px;
  color: #333333;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
  font-variation-settings: "wght"400;
  margin: 0 0 0 3px;
}

.pagination a.disabled,
.comments-pagination a.disabled {
  pointer-events: none;
}

.pagination span.current,
.page-numbers.current,
.comments-pagination span.current {
  background-color: #196EC0;
  color: #FFFFFF;
  border-color: #196EC0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}

span.page-numbers.dots {
  border: none;
  font-size: 20px;
  font-variation-settings: "wght"500;
}

a.prev.page-numbers,
a.next.page-numbers {
  border: none;
  font-size: 12px;
  width: 24px;
  margin: 0 10px;
  height: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.22);
}

.nav-links {
  width: fit-content;
  margin: 0 auto;
}

.pagination a img,
.comments-pagination a img {
  width: 6px;
  height: 14px;
  display: block;
  margin: 5px auto;
}

.related-post .main-title {
  margin: 32px 0 18px;
  font-size: 24px;
}

.pagination a.dotted,
.comments-pagination a.dotted {
  border: none;
  font-size: 28px;
}




.post {
  padding: 0 16px 0;
  direction: rtl;
}

.post__top {
  margin: 0 auto;
}

.post__author {
  display: flex;
  align-items: center;
  margin-top: -40px;
  margin-right: 12px;
  position: relative;
  z-index: 10000;
}

.post__authorAvatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: linear-gradient(#c13584, #e1306c, #fd1d1d, #f56040, #f77);
  display: inline-block;
  margin-left: 10px;
}

.post__authorAvatarImage {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #fff;
}


.post__authorInfo {
  margin-top: 10px;
}

.post__authorName {
  font-size: 14px;
  font-variation-settings: "wght"500;
  color: #574D4D;
  margin-top: 10px;

}

.post__date {
  font-size: 12px;
  color: #EEEEEE;
  background-color: #3333338A;
  padding: 2px 8px;
  border-radius: 6px;
}


.post__title {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 32px 0 24px;
}

.post__image {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  margin: 32px auto 0;
  display: block;
  width: 100%;
  height: auto;
}

.post__container h2 {
  font-variation-settings: "wght"725;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin: 32px 0 14px;
}

.post__container h3 {
  font-variation-settings: "wght"725;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin: 32px 0 14px;
}

.post__container p {
  font-variation-settings: "wght"325;
  color: #333333;
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 22px;
}


.post__container img {
  margin: 0 auto;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.post__container ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.post__container li {
  list-style: none;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}

.post__container a {
  color: #196EC0;
  text-decoration: underline;
}







.fabUp {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #253A56;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  bottom: 16px;
  right: 16px;
  display: none;
  cursor: pointer;
  z-index: 100;
}

.fabUp_show {
  display: flex;
}

.fabUp__icon {
  width: 22px;
  height: 22px;
}





.contactForm__form {
  direction: rtl;
}

.contactForm__wrapper {
  padding: 24px 16px 32px;
  background-color: #fff;
  box-shadow: 0px -4px 14px rgb(0 0 0 / 4%), 0px 6px 14px rgb(0 0 0 / 4%);
  border-top: 1px solid #42A5DC;
  border-bottom: 1px solid #42A5DC;
  margin-bottom: 32px;
}

.contactForm__label {
  font-variation-settings: "wght"450;
  font-size: 10px;
  line-height: 16px;
  display: block;
  margin: 8px 16px 2px 0;
  text-align: right;
  color: #666666;
}

.contactForm__label_ltr {
  direction: ltr;
  margin: 8px 0 4px 16px;
  text-align: left;
}

.contactForm__select {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 12px;
}

.contactForm__select:focus-visible,
.contactForm__text:focus-visible,
.contactForm__textarea:focus-visible {
  outline-color: #196EC0;
}

.contactForm__text {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.contactForm__textarea {
  width: 100%;
  height: 142px;
  margin: 0 auto;
  padding: 14px 16px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #9C9D9E;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
  display: flex;
}

.contactForm__required {
  color: #FF334B;
}

.contactForm__submit {
  background: #196EC0;
  border-radius: 4px;
  font-variation-settings: "wght"450;
  font-size: 11px;
  line-height: 17px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  margin: 32px auto 0;
}

.contactForm__loading {
  width: 28px;
  transform: rotateY(180deg);
  display: none;
}

.contactForm__error {
  border-color: #FF334B;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px;
}

.contactForm__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF334B;
  padding: 4px 16px 0;
  height: 16px;
}


.snackbar {
  box-shadow: 0px 6px 14px rgb(0 0 0 / 30%);
  width: 344px;
  height: 48px;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(0.5px);
  border-radius: 8px;
  font-variation-settings: "wght"350;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  direction: rtl;
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  justify-content: space-between;
  display: none;
}

.snackbar::after {
  content: url('../img/mobile/snackbar_icon.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.snackbar_error::after {
  content: url('../img/mobile/snackbar_icon_error.svg');
  height: 24px;
}

::-webkit-input-placeholder {
  /* Edge */
  font-variation-settings: "wght"425;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  font-variation-settings: "wght"425;
}

::placeholder {
  font-variation-settings: "wght"425;
}

#contactForm__email {
  direction: ltr;
  font-size: 14px;
}

#contactForm__email::-webkit-input-placeholder {
  direction: rtl !important;
  text-align: right !important;
}

#contactForm__email::placeholder {
  direction: rtl !important;
  text-align: right !important;
}

#contactForm__email::-ms-input-placeholder {
  direction: rtl !important;
  text-align: right !important;
}








.is__desktopFlex {
  display: none;
}

.is__desktopBlock {
  display: none;
}

.is__mobileFlex {
  display: flex;
}

.is__mobileBlock {
  display: block;
}


/* .csat__wrapper {
  font-family: 'IRANYekanXVF';
  font-variation-settings: 'dots'4;
  width: 100%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  direction: rtl;
  margin: 0 auto;
}

.csat__vector {
  margin: 0 auto;
  display: block;
}

.csat__step1 {
  padding: 90px 0 0;
  height: calc(100vh - 265px);
}

.csat__title {
  font-variation-settings: "wght"600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin: 24px 0 16px 0;
}

.csat__subtitle {
  width: 348px;
  height: 16px;
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}

.csatForm__bottom {
  padding: 16px;
  border-top: 1px solid #CED0D0;
}

.csat__button {
  width: 328px;
  height: 44px;
  background: #119F5E;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-variation-settings: "wght"700;
  font-size: 14px;
  line-height: 22px;
}

.csat__button_disable {
  background: #D7DEE0;
}

.csat__loading {
  width: 32px;
  transform: rotateY(180deg);
  display: none;
}

.csat__step2 {
  padding: 16px 16px 0;
  display: none;
}


.csat__desc {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
}

.csat__subDesc {
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7DEE0;
}

.csat__subDesc_gold {
  color: #B0882C;
  font-variation-settings: "wght"600;
}

.csat__item {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 0 32px;
}

.csat__item:last-child {
  border-bottom: 1px solid #D7DEE0;
}

.csat__q {
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.csat__q_red {
  color: #FF334B;
}

.csat__stars {
  width: 250px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  flex-direction: row-reverse;
}

.csat__star {
  width: 54px;
  height: 33px;
  background-image: url('../img/vector/star.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  cursor: pointer;
}


.csat__star_hover {
  background-image: url('../img/vector/star_hover.svg');
}


.csat__star_active {
  background-image: url('../img/vector/star_active.svg');
}


.csat__bottomTitle {
  font-variation-settings: "wght"500;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  margin: 24px auto 0;
  text-align: center;
}

.csat__bottomSubtitle {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #9C9D9E;
}

.csat__comment {
  width: 328px;
  height: 120px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  color: #212121;
  outline: 0;
}

.csat__comment:focus-visible {
  border: 2px solid #119F5E;
}


.csat__contact {
  width: 328px;
  height: 80px;
  background: #F2FAFF;
  border: 2px solid #38A0D9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 16px 0 13px;
  margin-bottom: 13px;
  margin-top: 18px;
}


.csat__contactText {
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #333333;
}

.csat__contactPhone {
  font-variation-settings: "wght"700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  direction: ltr;
  margin-top: 10px;
}

.csat__label {
  font-variation-settings: "wght"400;
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  color: #333333;
  margin: 4px 16px 4px;
  display: block;
  visibility: hidden;
}


.csat__step3 {
  padding: 16px;
  display: none;
  height: calc(100vh - 210px);
}

.csat__contactStep3 {
  position: absolute;
  bottom: 95px;
}

.csat__step3Title {
  font-variation-settings: "wght"600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin: 0 auto 22px;
}

.csat__textInput {
  height: 48px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #212121;
  margin-bottom: 19px;
  outline: 0;
}

.csat__textInput:focus-visible {
  border: 2px solid #119F5E;
}

.csat__step4 {
  padding: 94px 16px;
  display: none;
  height: calc(100vh - 120px);
}

.csat__link {
  font-variation-settings: "wght"500;
  font-size: 14px;
  line-height: 18px;
  color: #196EC0;
  position: absolute;
  bottom: 130px;
  right: 50%;
  margin-right: -66px;
}

.csat__link::after {
  content: url("../img/mobile/arrow_left_blue_2.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.csat__contactStep4 {
  position: absolute;
  bottom: 32px;
  margin: 0 auto;
} */


/* csat */
.csat__wrapper {
  font-family: 'IRANYekanXVF';
  font-variation-settings: 'dots'4;
  width: 100%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  direction: rtl;
  margin: 0 auto;
}

.csat__header {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 1000;
  top: 0px;
}

.csat__vector {
  margin: 0 auto;
  display: block;
}

.csat__step1 {
  padding: 90px 0 0;
  height: calc(100vh - 197px);
}

.csat__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF334B;
  width: 300px;
  margin: -16px 16px 0;
  height: 16px;
}

.csat__title {
  font-variation-settings: "wght"600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin: 24px 0 16px 0;
}

.csat__subtitle {
  width: 348px;
  height: 16px;
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}

.csatForm__bottom {
  padding: 16px;
  border-top: 1px solid #CED0D0;
  background-color: #ffffff;
}

.csatForm__bottom_sticky {
  position: sticky;
  bottom: 0;
}

.csat__button {
  width: 100%;
  height: 44px;
  background: #119F5E;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-variation-settings: "wght"700;
  font-size: 14px;
  line-height: 22px;
}

.csat__button_disable {
  background: #D7DEE0;
}

.csat__loading {
  width: 32px;
  transform: rotateY(180deg);
  display: none;
}

.csat__step2 {
  padding: 16px 16px 0;
  display: none;
}


.csat__desc {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
}

.csat__subDesc {
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7DEE0;
}

.csat__subDesc_gold {
  color: #B0882C;
  font-variation-settings: "wght"600;
}

.csat__item {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 0 32px;
}

.csat__item:last-child {
  border-bottom: 1px solid #D7DEE0;
}

.csat__q {
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.csat__q_red {
  color: #FF334B;
}

.csat__stars {
  width: 250px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  flex-direction: row-reverse;
}

.csat__star {
  width: 54px;
  height: 33px;
  background-image: url('../img/vector/star.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}


.csat__star_hover {
  background-image: url('../img/vector/star_hover.svg');
}


.csat__star_active {
  background-image: url('../img/vector/star_active.svg');
}


.csat__bottomTitle {
  font-variation-settings: "wght"500;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  margin: 24px auto 0;
  text-align: center;
}

.csat__bottomSubtitle {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #9C9D9E;
}

.csat__comment {
  width: 100%;
  height: 120px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  color: #212121;
  outline: 0;
}

.csat__comment:focus-visible {
  border: 2px solid #119F5E;
}


.csat__contact {
  width: 100%;
  height: 80px;
  background: #F2FAFF;
  border: 2px solid #38A0D9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 16px 0 13px;
  margin-bottom: 13px;
  margin-top: 18px;
}


.csat__contactText {
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #333333;
}

.csat__contactPhone {
  font-variation-settings: "wght"700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  direction: ltr;
  margin-top: 10px;
}

.csat__label {
  font-variation-settings: "wght"400;
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  color: #333333;
  margin: 4px 16px 4px;
  display: block;
  visibility: hidden;
}


.csat__step3 {
  padding: 16px;
  display: none;
  height: calc(100vh - 197px);
}

.csat__contactStep3 {
  position: absolute;
  bottom: 79px;
  left: 50%;
  width: 92%;
  margin-left: -46%;
}

.csat__step3Title {
  font-variation-settings: "wght"600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin: 0 auto 22px;
}

.csat__textInput {
  height: 48px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #212121;
  margin-bottom: 19px;
  outline: 0;
}

.csat__textInput:focus-visible {
  border: 2px solid #119F5E;
}

.csat__step4 {
  padding: 94px 16px 0;
  display: none;
  height: calc(100vh - 120px);
}

.csat__link {
  font-variation-settings: "wght"500;
  font-size: 14px;
  line-height: 18px;
  color: #196EC0;
  position: absolute;
  bottom: 130px;
  right: 50%;
  margin-right: -66px;
}

.csat__link::after {
  content: url("../img/mobile/arrow_left_blue_2.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.csat__contactStep4 {
  position: absolute;
  bottom: 19px;
  left: 50%;
  width: 92%;
  margin-left: -46%;
}

.csat__snakbar {
  box-shadow: 0px 6px 14px rgb(0 0 0 / 30%);
  width: 344px;
  height: 48px;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(0.5px);
  border-radius: 8px;
  font-variation-settings: "wght"350;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  direction: rtl;
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  justify-content: space-between;
  display: none;
}


/* csatClient */
.csatClient__wrapper {
  font-family: 'IRANYekanXVF';
  font-variation-settings: 'dots'4;
  width: 100%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  direction: rtl;
  margin: 0 auto;
}

.csatClient__header {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 1000;
  top: 0px;
}

.csatClient__vector {
  margin: 0 auto;
  display: block;
}

.csatClient__step1 {
  padding: 90px 0 0;
  height: calc(100vh - 133px);
}

.csatClient__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF334B;
  width: 300px;
  margin: -16px 16px 0;
  height: 16px;
}

.csatClient__title {
  font-variation-settings: "wght"600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin: 24px 0 16px 0;
}

.csatClient__subtitle {
  width: 348px;
  height: 16px;
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}

.csatClientForm__bottom {
  padding: 16px;
  border-top: 1px solid #CED0D0;
  background-color: #ffffff;
}

.csatClientForm__bottom_sticky {
  position: sticky;
  bottom: 0;
}

.csatClient__button {
  width: 100%;
  height: 44px;
  background: #119F5E;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-variation-settings: "wght"700;
  font-size: 14px;
  line-height: 22px;
}

.csatClient__button_disable {
  background: #D7DEE0;
}

.csatClient__loading {
  width: 32px;
  transform: rotateY(180deg);
  display: none;
}

.csatClient__step2 {
  padding: 16px 16px 0;
  display: none;
}


.csatClient__desc {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
}

.csatClient__subDesc {
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7DEE0;
}

.csatClient__subDesc_gold {
  color: #B0882C;
  font-variation-settings: "wght"600;
}

.csatClient__item {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 0 32px;
}

.csatClient__item:last-child {
  border-bottom: 1px solid #D7DEE0;
}

.csatClient__q {
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.csatClient__q_red {
  color: #FF334B;
}

.csatClient__stars {
  width: 250px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  flex-direction: row-reverse;
}

.csatClient__star {
  width: 54px;
  height: 33px;
  background-image: url('../img/vector/star.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}


.csatClient__star_hover {
  background-image: url('../img/vector/star_hover.svg');
}


.csatClient__star_active {
  background-image: url('../img/vector/star_active.svg');
}


.csatClient__bottomTitle {
  font-variation-settings: "wght"500;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  margin: 24px auto 0;
  text-align: center;
}

.csatClient__bottomSubtitle {
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #9C9D9E;
}

.csatClient__comment {
  width: 100%;
  height: 120px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  color: #212121;
  outline: 0;
}

.csatClient__comment:focus-visible {
  border: 2px solid #119F5E;
}


.csatClient__contact {
  width: 100%;
  height: 80px;
  background: #F2FAFF;
  border: 2px solid #38A0D9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 16px 0 13px;
  margin-bottom: 13px;
  margin-top: 18px;
}


.csatClient__contactText {
  font-variation-settings: "wght"500;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #333333;
}

.csatClient__contactPhone {
  font-variation-settings: "wght"700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  direction: ltr;
  margin-top: 10px;
}

.csatClient__label {
  font-variation-settings: "wght"400;
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  color: #333333;
  margin: 4px 16px 4px;
  display: block;
  visibility: hidden;
}


.csatClient__step3 {
  padding: 16px;
  display: none;
  height: calc(100vh - 133px);
}

.csatClient__contactStep3 {
  position: absolute;
  bottom: 79px;
  left: 50%;
  width: 92%;
  margin-left: -46%;
}

.csatClient__step3Title {
  font-variation-settings: "wght"600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin: 0 auto 22px;
}

.csatClient__textInput {
  height: 48px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #212121;
  margin-bottom: 19px;
  outline: 0;
}

.csatClient__textInput:focus-visible {
  border: 2px solid #119F5E;
}

.csatClient__step4 {
  padding: 94px 16px 0;
  display: none;
  height: calc(100vh - 56px);
}

.csatClient__link {
  font-variation-settings: "wght"500;
  font-size: 14px;
  line-height: 18px;
  color: #196EC0;
  position: absolute;
  bottom: 130px;
  right: 50%;
  margin-right: -66px;
}

.csatClient__link::after {
  content: url("../img/mobile/arrow_left_blue_2.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.csatClient__contactStep4 {
  position: absolute;
  bottom: 19px;
  left: 50%;
  width: 92%;
  margin-left: -46%;
}

.csatClient__snakbar {
  box-shadow: 0px 6px 14px rgb(0 0 0 / 30%);
  width: 344px;
  height: 48px;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(0.5px);
  border-radius: 8px;
  font-variation-settings: "wght"350;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  direction: rtl;
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  justify-content: space-between;
  display: none;
}




.mbti__wrapper {
  font-family: 'IRANYekanXVF';
  width: 100%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  direction: rtl;
  margin: 0 auto;
}

.mbti__header {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 1000;
  top: 0px;
}

.mbti__subtitle {
  font-variation-settings: "wght"600, 'dots'4;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #333333;
}

.mbti__top {
  padding: 24px 33px 16px;
  border-bottom: 1px solid #D7DEE0;
}

.mbti__item {
  display: flex;
  align-items: center;
  padding: 12px 0 0 24px;
}

.mbti__optionLabel {
  font-variation-settings: "wght"400;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  margin-right: 10px;
}

.mbti__optionLabelChecked {
  font-variation-settings: "wght"600;
}

.mbti__options {
  width: 85%;
}

.mbti__option {
  margin-top: 12px;
  position: relative;
}

.mbti__optionsBorder {
  background-color: #D7DEE0;
  height: 1px;
  margin: 24px 48px 0 24px;
}

.mbti__number {
  width: 18px;
  height: 18px;
  background: #B0882C;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Yekan Bakh FaNum';
  font-style: normal;
  font-variation-settings: "wght"700;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  margin-left: 16px;
  margin-right: 14px;
}

.mbti__row {
  position: absolute;
  width: 26px;
  height: calc(100% - 48px);
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  z-index: -1;
  right: 10px;
  top: 16px;
}

.mbti__optionBtn {
  opacity: 0;
  cursor: pointer;
}

.mbti__checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #196EC0;
}

.mbti__number_error {
  margin-top: 24px;
  background: #FF334B;
}
.mbti__optionBtn:checked~.mbti__checkmark {
  background-color: #fff;
}

.mbti__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mbti__optionBtn:checked~.mbti__checkmark:after {
  display: block;
}

.mbti__checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #196EC0;
}

.mbti__button {
  width: 169px;
  height: 40px;
  background: #196EC0;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  font-variation-settings: "wght" 600;
  font-size: 13px;
  line-height: 24px;
}

.mbti__bottomDesc {
  font-variation-settings: "wght"400;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}

.mbti__form {
  position: relative;
  padding-bottom: 42px;
  border-bottom: 1px solid #D7DEE0;
  border-top: 1px solid #D7DEE0;
  margin-bottom: 2px;
  margin-top: 2px;
}

.mbti__bottom {
  text-align: center;
  border-top: 1px solid #D7DEE0;
  padding: 16px;
}

.mbti__errorWrapper {
  font-variation-settings: "wght"600;
  font-size: 11px;
  line-height: 24px;
  text-align: right;
  color: #FF334B;
}

.mbti__error::before {
  content: url("../img/mobile/arrow_down_error.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.mbti__valid::before {
  display: none;
}

.mbti__step2 {
  display: none;
  padding: 0 16px;
}

.mbti__step3 {
  display: none;
  padding: 0 16px;
  height: calc(100vh - 56px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.display_flex {
  display: flex;
}

.mbti__step2>.mbti__top {
  border-bottom: 0;
}

.mbti__step2>.mbti__form {
  border-top: 0;
  border-bottom: 0;
  height: calc(100vh - 217px);
}

.mbti__label {
  font-variation-settings: "wght"400;
  font-size: 10px;
  line-height: 13px;
  text-align: right;
  color: #333333;
  margin: 4px 16px 4px;
  display: block;
  visibility: hidden;
}

.mbti__text {
  display: inline-block;
  width: 90%;
}

.mbti__textInput {
  height: 48px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  font-variation-settings: "wght"500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #212121;
  margin-bottom: 19px;
  outline: 0;
}

.mbti__textInput:focus-visible {
  border: 2px solid #196EC0;
}

.mbti__errorText {
  font-variation-settings: "wght"325;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  color: #FF334B;
  width: 300px;
  margin: -16px 16px 0;
  height: 16px;
}

.mbti__q_red {
  color: #FF334B;
}

.mbti__bottom_2 {
  text-align: center;
  padding: 16px;
  position: sticky;
  bottom: 0;
}

@media (min-width: 431px) {
  .hero {
    height: 380px;
    background-position: bottom;
    min-height: calc(100vw * 380 / 360);
  }

  .footer__text {
    width: 100%;
    padding: 12px 32px;
  }

  .footer__colWrapper {
    display: flex;
    direction: rtl;
    padding: 0 32px;
  }

  .footerContact__titles {
    width: 75px;
  }

  .footer__lastColumn {
    padding: 0px 24px;
  }

  .footer__enamad {
    top: 9px;
  }

  .heroGuarantee,
  .heroRepair {
    height: 1420px;
    background-position: bottom;
    background-size: cover;
  }

  .repairDesc__images {
    width: 360px;
    margin: 0 auto;
  }
}

.logo__image_mobile {
  width: 120px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.logo_nav_image_mobile {
  width: 140px;
  height: 60px;
  filter: brightness(0) invert(1);
}
.footer__logo img {
  filter: brightness(0) invert(1);
}