@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;
}
.logo img {
    max-width: 130px;
	height:100px;
}

/* 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-weight: 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;
  resize: none;
  font-feature-settings: "ss01";
  /* 2 */
}


/**
   * 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__________ */
.select2-container {
  margin: 0 auto !important;
}

.select2-container--open .select2-dropdown {
  width: 352px;
  height: 304px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow-y: scroll;
}

.select2-container--open {
  left: 4px;
}


* {
  letter-spacing: -0.03em;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #F0F0F1;
  border-radius: 13px;
}

::-webkit-scrollbar-thumb {
  background: #ABAFB5;
  border-radius: 13px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9D9E;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9D9E;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9D9E;
}

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 {
  font-size: 16px;
  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: flex;
  direction: rtl;
  height: 108px;
  align-items: center;
  justify-content: flex-start;
  background-color: #333333;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.06);
}

.mobileHeader {
  display: none;
}

.logo {
  width: 140px;
  height: 80px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 166px;
  margin-left: 139px;
}

/* ________Nav________ */
.nav {
  margin-left: 139px;
}

.nav__menu {
  display: flex;
  list-style: none;
}

.nav__menuItem {
  padding-left: 42px;
  padding-right: 21px;
  position: relative;
  cursor: pointer;
}

.nav__menuItem:first-child {
  padding-left: 21px;
  padding-right: 0;
}

.nav__menuItem:last-child {
  padding-left: 0;
  padding-right: 0;
}

.nav__subMenuItem:last-child {
  margin-bottom: 42px;
  width: 241px;
  margin-bottom: 0;
}

.nav__link {
  color: #fff;
  font-size: 17px;
  font-variation-settings: "wght"600;
  line-height: 26px;
  padding-bottom: 30px;
}

.nav__link_gold {
  color: #FFB200;
}

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

.nav__subMenu {
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 52px 42px 50px 42px;
  list-style: none;
  position: absolute;
  border-radius: 20px;
  width: fit-content;
  height: fit-content;
  top: 46px;
  right: -42px;
  display: none;
}

.nav__subMenu_2col {
  width: 566px;
  height: 316px;
}

.nav__menuItem:hover>.nav__subMenu {
  display: flex;
  flex-wrap: wrap;
  z-index: 111;
}

.nav__subMenuItem {
  margin-bottom: 42px;
  width: 241px;
}

.nav__subMenu_2col .nav__subMenuItem {
  width: 50%;
}

.nav__subMenuIcon {
  margin-left: 16px;
}

.nav__subMenuLink {
  color: #666666;
  display: flex;
  align-items: center;
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}

.nav__subMenuLink_arrow::after {
  content: url("../img/arrow_black.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
}

.nav__subMenuLink_hover {
  color: #212121;
}

.nav__subMenu2 {
  position: absolute;
  right: 548px;
  background-color: #F1F8FF;
  list-style: none;
  height: 100%;
  top: 0;
  width: 224px;
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  padding: 55px 34px 0 0;
  border-radius: 20px 0 0 20px;
  display: none;
  z-index: 100000;
  box-shadow: -34px 6px 50px rgb(0 0 0 / 9%);
}

.nav__subMenu2Link {
  color: #666666;
  font-size: 12px;
}

.nav__subMenu2Item {
  margin-bottom: 19px;
}

.topButtons {
  width: 432px;
  height: 44px;
  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-size: 15px;
  font-variation-settings: "wght"450;
  line-height: 23px;
}

.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 Icons________ */
.navIcon__shop::before {
  content: url("../img/icon/shop.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__verify::before {
  content: url("../img/icon/verify.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__shieldTick::before {
  content: url("../img/icon/shield-tick.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__search::before {
  content: url("../img/icon/search.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__receiptEdit::before {
  content: url("../img/icon/receipt-edit.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__receipt::before {
  content: url("../img/icon/receipt.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__messages::before {
  content: url("../img/icon/messages.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__contact::before {
  content: url("../img/icon/contact.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__dislike::before {
  content: url("../img/icon/dislike.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__cart::before {
  content: url("../img/icon/cart.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__bookSaved::before {
  content: url("../img/icon/book-saved.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__shop::before {
  content: url("../img/icon/shop_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__verify::before {
  content: url("../img/icon/verify_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__shieldTick::before {
  content: url("../img/icon/shield-tick_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__search::before {
  content: url("../img/icon/search_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__receiptEdit::before {
  content: url("../img/icon/receipt-edit_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__receipt::before {
  content: url("../img/icon/receipt_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__messages::before {
  content: url("../img/icon/messages_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__contact::before {
  content: url("../img/icon/contact_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__dislike::before {
  content: url("../img/icon/dislike_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__cart::before {
  content: url("../img/icon/cart_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

.navIcon__hover.navIcon__bookSaved::before {
  content: url("../img/icon/book-saved_hover.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin-left: 16px;
}

/* ________Hero________ */
.hero {
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  /* height: 651px; */
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero__content {
  width: 881px;
  direction: rtl;
  padding: 90px 0 0 0;
}

.hero__title {
  color: #fff;
  font-size: 30px;
  font-variation-settings: "wght"725;
  line-height: 46px;
}

.hero__subtitle {
  color: #ddd;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero__text {
  margin: 52px 0 20px 0;
  font-size: 17px;
  line-height: 26px;
  font-variation-settings: "wght"325;
	color: #ddd;
}

.hero__btn {
  width: 230px;
  height: 52px;
  background-color: #208FC8;
  font-size: 15px;
  line-height: 23px;
  font-variation-settings: "wght"600;
  border-radius: 8px;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: space-around;
}

.hero__btn_green {
  background-color: #119F5E;
  margin-bottom: 161px;
}

/* ________Brands________ */
.brands {
  background-image: url(../img/brands.svg);
  height: 559px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.brandsMobile {
  display: none;
}

.brands_title {
  margin: 103px 0 73px;
  font-variation-settings: "wght"600;
  font-size: 24px;
  line-height: 37px;
  color: #333333;
}

.brands__content {
  display: flex;
}

.brands__logo {
  width: 180px;
  height: 180px;
  margin-left: 98px;
}

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

/* ________Parts________ */
/*
.parts {
  height: 744px;
  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 -10px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 310px 0 156px;
}
*/

.parts {
  height: 744px;
  background: #eee
	box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 310px 0 156px;
}

.parts__content {
  margin: 160px 0 0 0;
  direction: rtl;
}

.parts__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 16px;
  color: #333333;
}

.parts__image {
  padding: 12px 0 12px 0;
}

.parts__subtitle {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 34px;
  color: #212121;
  margin-bottom: 200px;
}

.parts__btn {
  background-color: #253A56;
  width: 230px;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-variation-settings: "wght"600;
  font-size: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 63px 0 16px;
}

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

/* ________Partner________ */
.partner {
  background-color: #F1F8FF;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 160px 170px 0 493px;
}

.partner__image {
  margin: 0 0 0 180px;
}

@keyframes rotateZ {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(12deg);
  }
}

.animation__rotateZ {
  animation-name: rotateZ;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateZ_rev {
  from {
    transform: rotateZ(12deg);
  }

  to {
    transform: rotateZ(0deg);
  }
}

.animation__rotateZ_rev {
  animation-name: rotateZ_rev;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}


.partner__content {
  direction: rtl;
}

.partner__title {
  width: 382px;
  height: 94px;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin-bottom: 16px;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

.partner__subtitle {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 220px;
}

.partner__btn {
  background-color: #253A56;
  width: 262px;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-variation-settings: "wght"600;
  font-size: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 16px;
  margin-bottom: 150px;
}

.partner__btn::after {
  content: url("../img/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;
}

.partnerMotion__blur {
  background-color: #f0f8ff;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 626px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.partnerMotion__desc {
  font-variation-settings: "wght"600;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin: 50px 0 78px;
}

.partnerMotion__video {
  z-index: 1000;
}

/* ________Footer________ */

  .pricetbl{
      border-collapse: collapse;
      width: 90%;
      direction: rtl;
      margin: 0 5%;
   }
   .pricetbl table th, td {
      border: 1px solid black;
      padding: 8px;
      text-align: center;
    }
   .pricetbl table th {
      background-color: #f2f2f2;
    }

/* ________Footer________ */
.footer {
  background-color: #142740;
}

.footer__goToTop {
  height: 52px;
  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;
}

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

/* .footer__middle {
  display: flex;
  justify-content: flex-start;
  direction: rtl;
  padding: 52px 0 22px;
} */

.footer__middle {
  display: flex;
  justify-content: space-around;
  direction: rtl;
  padding: 52px 0 22px;
}

/* .footer__firstColumn {
  margin: 0 130px 0 256px;
} */

.footer__centerColFirst {
  margin-left: 50px;
  margin-right: -28px;
}

.footer__logo {
  width: 164px;
  height: 90px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.footer__text {
  color: #F6F6F6;
  font-variation-settings: "wght"325;
  font-size: 13px;
  line-height: 29px;
  width: 415px;
}

.footer__centerColumn {
  display: flex;
  /* margin: 0 0 0 225px; */
}

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

.footer__list {
  font-variation-settings: "wght"325;
  list-style: none;
  padding: 0;
  width: 166px;
}

.footer__listItem {
  color: #F0F0F0;
  margin-bottom: 10px;
  font-weight: 325;
  font-size: 11px;
  line-height: 17px;
}

.footer__link {
  color: #fff;
}

/* .footer__centerColFirst {
  margin-left: 50px;
} */

.footer__contact {
  width: 100%;
}

.footer_bottom {
  font-variation-settings: "wght"150;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: center;
  direction: rtl;
  padding: 16px 0;
  border-top: 1px solid #9C9D9E;
}

.footerContact {
  display: flex;
  margin-top: 25px;
}

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

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

.footerContact__Content {
  font-variation-settings: "wght"600;
  font-size: 12px;
  line-height: 19px;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  color: #ffffff;
  margin-bottom: 8px;
}

/* ________Hero Repair________ */
.heroRepair {
  background-image: url(../img/hero-repair.svg);
  height: 918px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.heroRepair__content {
  width: 1207px;
  direction: rtl;
  padding: 0 72px 0 0;
}

.heroRepair__title {
  color: #333333;
  font-size: 30px;
  font-variation-settings: "wght"725;
  line-height: 46px;
  margin-bottom: 16px;
  margin-top: 94px;
}

.heroRepair__subtitle {
  color: #212121;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 34px;
}

.heroRepair__title2 {
  font-variation-settings: "wght"600;
  font-size: 24px;
  line-height: 46px;
  margin-top: 48px;
}

.heroRepair__text {
  margin: 0;
  font-size: 18px;
  line-height: 46px;
  font-variation-settings: "wght"325;
}

.heroRepair__formBox {
  width: 704px;
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  align-items: flex-end;
}

/* ________Repair Form________ */
.repairForm__wrapper {
  width: 464px;
  height: 698px;
  background: #FFFFFF;
  border: 1px solid #00BFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.repairForm__steps {
  display: flex;
  padding: 27px 58px 22px;
  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__stepTitle_gray {
  color: #333333;
}

.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: 22px;
  line-height: 34px;
  margin-bottom: 32px;
}

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

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

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

.repairForm__label {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0 68px 4px 0;
  width: 360px;
}

.repairForm__select {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"425;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  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 {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.repairForm__textarea {
  display: block;
  width: 360px;
  height: 160px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  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: 320px;
  margin: 24px auto 12px;
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 24px;
  color: #FF334B;
  text-align: center;
}

.repairForm__timeDelayCount {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FF334B;
}

.repairForm__timer {
  display: block;
  margin: 8px 0 0 62px;
  text-align: left;
  font-variation-settings: "wght"700;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: 74px;
  left: 0;
}

.repairForm__resend {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  text-align: right;
  color: #208FC8;
  cursor: pointer;
  position: absolute;
  top: 74px;
  left: 0;
  margin: 8px 0 0 62px;
  align-items: center;
  display: none;
}

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

.repairForm__link {
  font-variation-settings: "wght"500;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 42px;
  color: #208FC8;
  cursor: pointer;
}

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

.repairForm__next {
  color: #ffffff;
  width: 230px;
  height: 52px;
  background: #208FC8;
  border-radius: 6px;
  border: none;
  margin: 18px auto 32px;
  display: block;
  cursor: pointer;
}

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

.repairForm__new {
  border: 1px solid #208FC8;
  border-radius: 6px;
  font-variation-settings: "wght"450;
  font-size: 15px;
  line-height: 23px;
  width: 230px;
  height: 52px;
  margin: 18px auto 32px;
  display: flex;
  color: #208FC8;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

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

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


select.error {
  border-color: #FF334B;
}

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

.repairForm__errorText {
  font-size: 11px;
  line-height: 20px;
  font-variation-settings: "wght"325;
  text-align: right;
  color: #FF334B;
  width: 360px;
  margin: 4px 62px 9px;
  height: 16px;
}

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

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

/* ________Hero Repair infoBox________ */
.heroRepair__infoBox {
  width: 424px;
  height: 76px;
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 22px 20px;
  text-align: center;
  padding: 12px 0 8px;
}

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

.heroRepair__infoBoxTel {
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 28px;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

/* ________Repair Desc________ */
.repairDesc {
  height: 591px;
  display: flex;
}

.repairDesc__content {
  width: 882px;
  direction: rtl;
  padding: 118px 0 136px;
}

.repairDesc__title {
  font-style: normal;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
}

.repairDesc__text {
  font-variation-settings: "wght"400;
  margin-top: 16px;
  width: 422px;
  height: 200px;
  font-size: 22px;
  line-height: 50px;
}

.repairDesc__subtitle {
  width: 402px;
  height: 50px;
  font-variation-settings: "wght"725;
  font-size: 26px;
  line-height: 50px;
  margin-top: 24px;
  font-size: 22px;
}

.repairDesc__images {
  width: 1020px;
  position: relative;
}

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

.repairDesc__original {
  top: 135px;
  right: 221px;
  position: absolute;
}

.repairDesc__time {
  top: 94px;
  right: 428px;
  position: absolute;
}

.repairDesc__quality {
  top: 202px;
  right: 636px;
  position: absolute;
}

.repairDesc__delivery {
  top: 365px;
  right: 477px;
  position: absolute;
}

.repairDesc__guaranty {
  top: 330px;
  right: 285px;
  position: absolute;
}

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

/* ________FAQ________ */
.faq {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  direction: rtl;
  padding-bottom: 68px;
  text-align: right;
}

.faq_pb0 {
  padding-bottom: 0;
}

.faq__title {
  color: #333333;
  margin-bottom: 42px;
  margin-top: 52px;
  font-variation-settings: "wght"600;
  font-size: 24px;
  line-height: 37px;
}

.faq__title_mt0 {
  margin-top: 0;
}

.faq__list {
  width: 834px;
}

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

.faq__q {
  display: flex;
  justify-content: space-between;
  background-color: #F1F8FF;
  color: #212121;
  border-radius: 10px;
  font-variation-settings: "wght"325;
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px;
  cursor: pointer;
  height: 56px;
  align-items: center;
}

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

.faq__qArrow_mobile {
  display: none;
}

.faq__qArrow_desktop {
  display: block;
}

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

.faq__qArrowUp path {
  fill: #9C9D9E;
}

.faq__a {
  padding: 16px 32px;
  color: #ffffff;
  display: none;
  background-color: #196EC0;
  border-radius: 0 0 8px 8px;
  font-variation-settings: "wght"450;
  font-size: 13px;
  line-height: 20px;
}

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

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

.faq__a_green {
  background: #009B5B;
}

/* ________Page Desc________ */
.pageDesc {
  margin: 0 210px 78px;
  padding: 42px 0 0 0;
  direction: rtl;
  font-variation-settings: "wght"325;
  font-size: 15px;
  line-height: 32px;
  border-top: 1px solid #CED0D0;
  color: #666666;
}

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

.pageDesc__more {
  font-weight: 450;
  font-size: 18px;
  line-height: 28px;
  color: #196EC0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

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

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

/* ________Hero Guarantee________ */
.heroGuarantee {
  background-image: url(../img/hero_guarantee.svg);
  height: 1009px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  background-position: center;
}

.heroGuarantee__content {
  width: 1207px;
  direction: rtl;
  padding: 0 72px 0 0;
}

.heroGuarantee__title {
  color: #333333;
  font-size: 30px;
  font-variation-settings: "wght"725;
  line-height: 46px;
  margin-bottom: 16px;
  margin-top: 94px;
}

.heroGuarantee__subtitle {
  color: #212121;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 49px;
  width: 633px;
  height: 147px;
}

.heroGuarantee__title2 {
  font-variation-settings: "wght"600;
  line-height: 46px;
  margin-top: 48px;
  margin-bottom: 19px;
  font-size: 24px;
}

.heroGuarantee__text {
  margin: 0;
  line-height: 46px;
  font-variation-settings: "wght"325;
  width: 610px;
  font-size: 18px;
  height: 92px;
}

.heroGuarantee__formBox {
  width: 704px;
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  align-items: flex-end;
}

/* ________Guarantee Form________ */
.guaranteeForm__wrapper {
  width: 464px;
  height: 810px;
  background: #FFFFFF;
  border: 1px solid #25BF78;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

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

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

.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: 65px;
  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: 22px;
  line-height: 34px;
  margin-bottom: 33px;
}

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

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

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

.guaranteeForm__label {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0 68px 4px 0;
  width: 360px;
  position: relative;
}

.guaranteeForm__select {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  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 {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.guaranteeForm__problem {
  display: block;
  width: 360px;
  height: 160px;
  margin: 0 52px 0 0;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.guaranteeForm__priceUnit {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  color: #B0882C;
  position: absolute;
  left: 32px;
  top: 43px;
}

.guaranteeForm__priceUnit_error {
  left: 64px;
}

.guaranteeForm__resend {
  color: #119F5E;
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 19px;
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 74px;
  left: 0;
  margin: 8px 0 0 62px;
  align-items: center;
  display: none;
}

.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: 320px;
  margin: 24px auto 12px;
  font-variation-settings: "wght"325;
  font-size: 12px;
  line-height: 24px;
  color: #FF334B;
  text-align: center;
}

.guaranteeForm__timeDelayCount {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FF334B;
}

.guaranteeForm__timer {
  display: block;
  margin: 8px 0 0 62px;
  text-align: left;
  font-variation-settings: "wght"700;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: 74px;
  left: 0;
}

.guaranteeForm__link {
  font-variation-settings: "wght"500;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 42px;
  color: #119F5E;
  cursor: pointer;
}

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

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

.guaranteeForm__result {
  background: #F6F6F6;
  border-radius: 8px;
  width: 268px;
  height: 56px;
  display: flex;
  margin: 4px auto 0;
  justify-content: center;
  align-items: center;
}

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

.guaranteeForm__next {
  color: #ffffff;
  width: 230px;
  height: 52px;
  background: #119F5E;
  border-radius: 6px;
  border: none;
  margin: 42px auto 32px;
  display: block;
  cursor: pointer;
}

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

.guaranteeForm__new {
  border: 1px solid #119F5E;
  border-radius: 6px;
  font-variation-settings: "wght"450;
  font-size: 15px;
  line-height: 23px;
  width: 230px;
  height: 52px;
  margin: 18px auto 32px;
  display: flex;
  color: #119F5E;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.guaranteeForm__new::after {
  content: url(../img/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-size: 11px;
  line-height: 17px;
  font-variation-settings: "wght"325;
  text-align: right;
  color: #FF737C;
  width: 360px;
  margin: 4px 68px 9px;
  height: 16px;
}

.guaranteeForm__infoText {
  font-size: 11px;
  line-height: 17px;
  font-variation-settings: "wght"325;
  text-align: right;
  color: #333333;
  width: 360px;
  margin: 4px 68px 9px;
  height: 16px;
}

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

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

.heroGuarantee__goToConditions {
  width: 318px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-weight: 450;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 73px;
  position: relative;
}

.heroGuarantee__goToConditions::before {
  content: url("../img/arrow_down_black.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
}

.guaranteeDesc__contents {
  padding: 0 288px 0 234px;
  direction: rtl;
}

.guaranteeDesc__top {
  text-align: center;
  padding: 78px 0 115px;
  direction: rtl;
}

.guaranteeDesc__title {
  font-style: normal;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
}

.guaranteeDesc__row {
  display: flex;
  align-items: center;
  width: 1388px;
  justify-content: space-between;
  margin-bottom: 92px;
}

.guaranteeDesc__row_even {
  flex-direction: row-reverse;
}

.guaranteeDesc__content {
  width: 684px;
}

.guaranteeDesc__imageWrapper {
  width: 684px;
}

.guaranteeDesc__subtitle {
  font-variation-settings: "wght"400;
  margin-top: 16px;
  font-size: 22px;
  line-height: 46px;
}

.guaranteeDesc__text {
  width: 606px;
  font-variation-settings: "wght"325;
  font-size: 20px;
  line-height: 40px;
  color: #666666;
}

.guaranteeDesc__content {
  display: flex;
}

.guaranteeDesc__image {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.guaranteeDesc__image_shadeless {
  box-shadow: none;
}

#guaranteeDesc {
  position: absolute;
  top: 1050px;
}


.heroPages {
  background: linear-gradient(90deg, #D9F9F9 0%, #EAFEFE 47.88%, #D9F9F9 100%);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroPages__title {
  font-size: 50px;
  font-variation-settings: "wght"600;
}



.content {
  padding: 48px 96px;
  direction: rtl;
  text-align: right;
  line-height: 36px;
  min-height: 500px;
}





.charterHero {
  height: 400px;
  background: #dfb638;
  display: flex;
  direction: rtl;
}

.charterHero__content {
  padding: 0 56px 76px 172px;
}

.charterHero__title {
  margin: 120px 0 42px 0;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
}

.charterHero__text {
  font-variation-settings: "wght"400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}


img.charterHero__image {
    max-height: 400px;
}


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

.guaranteeTerms__title {
  margin: 120px 0 70px 0;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
}

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

.guaranteeTerms__subtitle {
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  direction: rtl;
  margin-bottom: 42px;
  margin-top: -40px;
}

.guaranteeTerms__divider {
  width: 100%;
  margin: 0 180px;
  border: 1px solid #D7DEE0;
}

.guaranteeTerms__poster {
  margin-bottom: 70px;
}

.termsNot {
  display: flex;
  margin-top: 74px;
  flex-direction: column;
  align-items: center;
}

.termsNot__item {
  width: 834px;
  height: 46px;
  background: #FFFBFA;
  border: 1px solid #FF737C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-variation-settings: "wght"325;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 24px;
}

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

.guaranteeTerms__bottomText {
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  direction: rtl;
  margin-bottom: 78px;
  margin-top: 36px;
}




.heroSend {
  direction: rtl;
  padding: 100px 52px 0;
}

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

.heroSend__content {
  padding: 20px 52px 0 0;
}

.heroSend__title {
  margin-bottom: 42px;
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
}

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

.heroSend__listItem {
  margin-bottom: 32px;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 42px;
  padding: 0 24px 0 0;
}

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

.heroSend__image {
  filter: drop-shadow(0px 6px 84px rgba(0, 0, 0, 0.09));
  border-radius: 20px;
}

.heroSend__linkWrapper {
  text-align: center;
  margin: 40px 0 -92px;
}

.heroSend__link {
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 28px;
  color: #196EC0;
}

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

.heroSend__divider {
  width: 100%;
  padding: 0 180px;
  border: 1px solid #D7DEE0;
  margin: 136px auto 100px;
}



.contentSend {
  direction: rtl;
  padding: 0 180px 100px;
}

.contentSend__row {
  display: flex;
}

.contentSend__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin: 20px 0 42px;
}

.contentSend__text {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 52px;
  color: #212121;
  margin-left: 79px;
}

.contentSend__image {
  background: #FFFFFF;
  box-shadow: 0px 6px 84px rgb(0 0 0 / 9%);
  border-radius: 20px;
}

.contentSend__address {
  min-width: 812px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contentSend__addressImage {
  margin-bottom: 40px;
}

.contentSend__addressTitle {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  display: flex;
  color: #333333;
  margin-bottom: 32px;
}

.contentSend__addressText {
  font-weight: 400;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  color: #212121;
  width: 586px;
}

.contentSend__bottom {
  display: flex;
  width: 100%;
}





.about__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  text-align: center;
  margin: 62px 0 24px;
}

.about__content {
  margin: 0 234px;
  direction: rtl;
  text-align: right;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 52px;
}

.about__contentBottom {
  text-align: center;
  margin: 32px 0 78px;
}







.contact {
  display: flex;
  direction: rtl;
  padding: 80px 180px 76px;
}

.contact__info {
  display: flex;
}

.contact__title {
  margin-bottom: 42px;
}

.contact__right {
  width: 208px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #212121;
}

.contact__banner {
  margin-left: 94px;
}

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

.contact__addressTitle {
  margin-bottom: 56px;
}

.contact__addressTitle::before {
  content: url("../img/location.svg");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}


.contact__timeTitle {
  margin-bottom: 56px;
}

.contact__timeTitle::before {
  content: url("../img/time.svg");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

.contact__telTitle {
  margin-bottom: 56px;
}

.contact__telTitle::before {
  content: url("../img/tel.svg");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}


.contact__emailTitle {
  margin-bottom: 56px;
}

.contact__emailTitle::before {
  content: url("../img/email.svg");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}

.contact__left {
  width: 377px;
}

.contact__address {
  font-variation-settings: "wght"325;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 25px;
}

.contact__time {
  font-variation-settings: "wght"325;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 28px;
}

.contact__tel {
  font-variation-settings: "wght"325;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 22px;
}

.contact__email {
  font-variation-settings: "wght"325;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

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

.contactForm {
  direction: rtl;
}

.contactForm__wrapper {
  background: #FFFFFF;
  border: 2px solid #42A5DC;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 32px 42px 14px 0;
  width: fit-content;
  margin: 0 auto;
}

.contactForm__form {
  display: flex;
}

.contactForm__right_top {
  display: flex;
}

.contactForm__right_bottom {
  display: flex;
}

.contactForm__left {
  display: flex;
  align-items: flex-end;
}

.contactForm {
  direction: rtl;
  padding: 0 0 78px;
}

.contactForm__select {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 0 0 42px;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"425;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  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;
  position: relative;
}



.contactForm__label {
  font-variation-settings: "wght"450;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0 17px 4px 0;
}

.contactForm__label_ltr {
  direction: ltr;
  margin: 0 0 4px 59px;
}

.contactForm__text {
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 0 0 42px;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.contactForm__required {
  color: #FF334B;
}

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

.contactForm__textarea {
  display: block;
  width: 422px;
  height: 164px;
  margin: 0 0 0 42px;
  padding: 18px 23px 19px;
  font-variation-settings: "wght"600;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  caret-color: #196EC0;
}

.contactForm__left {
  display: flex;
  align-items: flex-end;
}

.contactForm__submit {
  width: 208px;
  height: 42px;
  background: #196EC0;
  border-radius: 6px;
  border: none;
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  margin-left: 42px;
}

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

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


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

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

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


::-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: 15px;
}

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

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

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


.wholesaleHero {
  padding: 80px 180px 0;
}

.wholesaleHero__wrapper {
  background-image: url('../img/hero_wholesale.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wholesaleHero__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin-left: 46px;
}

.wholesaleHero__online {
  width: 200px;
  height: 52px;
  background: #253A56;
  border-radius: 8px;
  font-variation-settings: "wght"600;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  justify-content: center;
}

.wholesaleHero__top {
  display: flex;
  margin-bottom: 38px;
}

.wholesaleHero__text {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 39px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 24px;
}

#info {
  position: absolute;
  height: 20px;
  width: 200px;
  top: 490px;
}

.wholesaleHero__link {
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 39px;
  display: flex;
  align-items: center;
  color: #196EC0;
}

.wholesaleHero__link::after {
  content: url("../img/arrow_down_wholesale.svg");
  width: 32px;
  height: 32px;
  margin: -4px 4px 0 0;
}

.wholesaleHero__info {
  background: #FFFFFF;
  box-shadow: 0px 6px 60px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  direction: rtl;
  margin: 62px 0 0;
}

.wholesaleHero__admin {
  width: 314px;
  margin: 22px 0;
  border-left: 1px solid #D7DEE0;
}

.wholesaleHero__admin_last {
  border-left: none;
}

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

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


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

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

.wholesaleHero__divider {
  width: calc(100% - 360px);
  border: 1px solid #F0F0F0;
  margin: 62px auto;
}




.wholesaleContent {
  padding: 0 180px 46px;
  direction: rtl;
}

.wholesaleContent__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 58px 0 80px;
}

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

.wholesaleContent__banner {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}

.wholesaleContent__topText {
  width: 771px;
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 52px;
  color: #333333;
  padding: 0 0 0 32px;
}

.wholesaleContent__subtitle {
  font-variation-settings: "wght"725;
  font-size: 26px;
  line-height: 37px;
  color: #333333;
  margin: 80px 0 42px;
}

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

.wholesaleContent__image {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  margin-top: 48px;
  width: 100%;
}

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

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




.branchHero {
  display: flex;
  direction: rtl;
  padding: 120px 180px 100px 160px;
  justify-content: space-between;
}

.branchHero__wrapper {
  min-width: 561px;
  margin-left: 170px;
}

.branchHero__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  margin: 10px 0 32px;
}

.branchHero__subtitle {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 39px;
  color: #212121;
  margin-bottom: 52px;
}

.branchHero__states {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}

.branchHero__state {
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 190px;
  height: 54px;
  font-variation-settings: "wght"400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  color: #666666;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 20px;
  cursor: pointer;
}

.branchHero__state:hover {
  background: #196EC0;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
}

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

.branch {
  padding: 0 180px 54px;
}

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

.branch__title {
  font-variation-settings: "wght"400;
  font-size: 18px;
  line-height: 24px;
  color: #196EC0;
  margin: 0 0 32px 0;
}

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

.branch__infoCol {
  width: 324px;
  border-left: 1px solid #F0F0F0;
  padding: 0 32px 0;
}

.branch__infoCol {
  padding-left: 26px;
  width: 292px;
}

.branch__infoCol:last-child {
  width: fit-content;
  border-left: none;
}

.branch__infoCol:first-child {
  padding: 0 0 0 32px;
}

.branch__infoItem:last-child .branch__infoTitle {
  margin-bottom: 0;
}

.branch__infoItem {
  position: relative;
  display: flex;
}

.branch__info {
  display: flex;
}



.branch__call_disable {
  height: 15px;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

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

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

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


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

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

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


.branch__infoTitle {
  font-variation-settings: "wght"400;
  font-size: 14px;
  line-height: 20px;
  color: #9C9D9E;
  margin-left: 12px;
  margin-bottom: 18px;
  display: inline-block;
}


.branch__infoContent {
  font-variation-settings: "wght"450;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  position: relative;
  overflow: hidden;
  height: 22px;
  display: inline-block;
}

/* 
span[tooltip]:hover::after {
  content: attr(tooltip);
  position: absolute;
  top: -37px;
  right: -12px;
  background: #212121;
  border-radius: 4px;
  color: #fff;
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 18px;
  padding: 7px 16px;
  background-image: url('../img/polygon.svg');
  width: max-content;
}

span[tooltip]:hover::before {
  content: url('../img/polygon.svg');
  position: absolute;
  top: -13px;
  right: 0px;
  width: 14px;
  height: 14px;
} */

.branch__tooltip {
  position: absolute;
  top: -37px;
  right: 87px;
  background: #212121;
  border-radius: 4px;
  color: #fff;
  font-variation-settings: "wght"325;
  font-size: 11px;
  line-height: 18px;
  padding: 7px 16px;
  width: max-content;
  display: none;
}

.branch__tooltip::before {
  content: url('../img/polygon.svg');
  position: absolute;
  bottom: -7px;
  right: 12px;
  width: 14px;
  height: 14px;
}

.branch__call_disable:hover::after {
  letter-spacing: 0;
}

.branch__call {
  display: none;
}

.page {
  padding: 0 180px 46px;
  direction: rtl;
}

.page h1 {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 58px 0 80px;
}

.page h2 {
  font-variation-settings: "wght"725;
  font-size: 24px;
  line-height: 37px;
  color: #333333;
  margin: 80px 0 42px;
}

.page h3 {
  font-variation-settings: "wght"725;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin: 80px 0 42px;
}

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

.page img {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  margin: 48px auto 0;
  display: block;
}

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

.page li {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 52px;
  color: #333333;
}

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




.blogCat {
  padding: 0 180px 46px;
  direction: rtl;
}

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

.blogCat__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 58px 0 80px;
}

.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: 30%;
  margin: 0 48px 48px 0;
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
}

.blogList__author {
  display: flex;
  align-items: center;
  margin-top: -40px;
  margin-right: 25px;
  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 24px 12px 0;
  font-size: 14px;
  font-variation-settings: "wght"500;
  line-height: 24px;
}






.pagination,
.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,
.pagination-wrapper {
  width: fit-content;
  margin: 0 auto;
}

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

.prev img,
.next img {
  width: 6px;
  height: 14px;
  display: block;
  margin: 5px auto;
}

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






.post {
  padding: 0 180px 46px;
  direction: rtl;
}

.post__top {
  width: 1200px;
  margin: 0 auto;
}

.post__author {
  display: flex;
  align-items: center;
  margin-top: -40px;
  margin-right: 25px;
  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: 16px;
  font-variation-settings: "wght"500;
  color: #574D4D;
  margin-top: 10px;

}

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


.post__title {
  font-variation-settings: "wght"725;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  display: flex;
  justify-content: center;
  margin: 58px 0 80px;
}

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

.post__container h2 {
  font-variation-settings: "wght"725;
  font-size: 24px;
  line-height: 37px;
  color: #333333;
  margin: 80px 0 42px;
}

.post__container h3 {
  font-variation-settings: "wght"725;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin: 80px 0 42px;
}

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

.post__container img {
  filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  margin: 48px auto 0;
  display: block;
}

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

.post__container li {
  font-variation-settings: "wght"400;
  font-size: 22px;
  line-height: 52px;
  color: #333333;
}

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



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

.fabUp_show {
  display: flex;
}


.is__desktopFlex {
  display: flex;
}

.is__desktopBlock {
  display: block;
}

.is__mobileFlex {
  display: none;
}

.is__mobileBlock {
  display: none;
}

.csat__wrapper {
  font-family: 'IRANYekanXVF';
  width: 524px;
  height: 760px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  margin: 42px auto 100px;
  position: relative;
  direction: rtl;
  padding: 24px 0 0 10px;
}

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

.csat__step1 {
  padding: 100px 0 0;
}

.csat__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-variation-settings: 'dots'4;
  text-align: center;
  margin: 24px 0 16px 0;
}

.csat__subtitle {
  width: 348px;
  height: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-variation-settings: 'dots'4;
  margin: 0 auto;
}

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

.csat__button {
  width: 492px;
  height: 44px;
  background: #119F5E;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.csat__button_disable {
  background: #D7DEE0;
}

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

.csat__step2 {
  padding: 22px 42px 0;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.csat__step2::-webkit-scrollbar {
  width: 8px;
}

.csat__step2::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
}

.csat__step2::-webkit-scrollbar-thumb {
  background: #38A0D9;
  border-radius: 10px;
}

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

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

.csat__subDesc_gold {
  color: #B0882C;
  font-weight: 600;
}

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

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

.csat__q {
  font-weight: 500;
  font-size: 14px;
  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-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-variation-settings: 'dots'4;
  margin: 32px auto 8px;
  text-align: center;
}

.csat__bottomSubtitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #9C9D9E;
  font-variation-settings: 'dots'4;
}

.csat__comment {
  width: 440px;
  height: 141px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  padding: 16px 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #212121;
  font-variation-settings: 'dots'4;
  outline: 0;
}

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


.csat__contact {
  width: 440px;
  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__contactStep3 {
  position: absolute;
  bottom: 96px;
}

.csat__contactText {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #333333;
}

.csat__contactPhone {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  direction: ltr;
  margin-top: 12px;
}

.csat__label {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  color: #333333;
  margin: 4px 18px 6px;
  display: block;
  visibility: hidden;
}


.csat__step3 {
  padding: 32px 42px;
  display: none;
}

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

.csat__textInput {
  height: 56px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 19px 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #212121;
  font-variation-settings: 'dots'4;
  margin-bottom: 22px;
  outline: 0;
}

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

.csat__step4 {
  padding: 100px 0 0;
  display: none;
}

.csat__contactStep4 {
  position: absolute;
  bottom: 42px;
  right: 42px;
  margin: 0 auto;
}






.csatClient__wrapper {
  font-family: 'IRANYekanXVF';
  width: 524px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  margin: 42px auto 100px;
  position: relative;
  direction: rtl;
  padding: 24px 0 0 10px;
}

.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: 100px 0 0;
  height: 760px;
}

.csatClient__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-variation-settings: 'dots'4;
  text-align: center;
  margin: 24px 0 16px 0;
}

.csatClient__subtitle {
  width: 348px;
  height: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-variation-settings: 'dots'4;
  margin: 0 auto;
}

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

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

.csatClient__button {
  width: 492px;
  height: 44px;
  background: #119F5E;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.csatClient__button_disable {
  background: #D7DEE0;
}

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

.csatClient__step2 {
  padding: 22px 42px 0;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.csatClient__step2::-webkit-scrollbar {
  width: 8px;
}

.csatClient__step2::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
}

.csatClient__step2::-webkit-scrollbar-thumb {
  background: #38A0D9;
  border-radius: 10px;
}

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

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

.csatClient__subDesc_gold {
  color: #B0882C;
  font-weight: 600;
}

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

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

.csatClient__q {
  font-weight: 500;
  font-size: 14px;
  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;
}


.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-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-variation-settings: 'dots'4;
  margin: 32px auto 8px;
  text-align: center;
}

.csatClient__bottomSubtitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #9C9D9E;
  font-variation-settings: 'dots'4;
}

.csatClient__comment {
  width: 440px;
  height: 141px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  padding: 16px 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #212121;
  font-variation-settings: 'dots'4;
  outline: 0;
}

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

.csatClient__contact {
  width: 440px;
  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__contactStep3 {
  position: absolute;
  bottom: 96px;
}

.csatClient__contactText {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #333333;
}

.csatClient__contactPhone {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  direction: ltr;
  margin-top: 12px;
}

.csatClient__label {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  color: #333333;
  margin: 4px 18px 6px;
  display: block;
  visibility: hidden;
}


.csatClient__step3 {
  padding: 32px 42px;
  display: none;
  height: 760px;
}

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

.csatClient__textInput {
  height: 56px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 19px 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #212121;
  font-variation-settings: 'dots'4;
  margin-bottom: 22px;
  outline: 0;
}

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

.csatClient__step4 {
  padding: 100px 0 0;
  height: 760px;
  display: none;
}

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

.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: 42px;
  right: 42px;
  margin: 0 auto;
}

.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: 1090px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  direction: rtl;
  margin: 52px auto 100px;
}

.mbti__header {
  height: 94px;
  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__logo {
  width: 182px;
  height: 58px;
}

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

.mbti__top {
  padding: 42px 33px 38px;
}

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

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

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

.mbti__option:nth-child(2) {
  margin-bottom: 24px;
}

.mbti__option {
  position: relative;
  width: 940px;
}

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

.mbti__number {
  width: 24px;
  height: 24px;
  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: 16px;
  line-height: 12px;
  color: #FFFFFF;
  margin: 0 39px;
}

.mbti__number_error {
  margin: 42px 39px 0;
  background: #FF334B;
}

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

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

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

.mbti__text {
  display: inline-block;
  width: 90%;
  line-height: 32px;
}

.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: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #196EC0;
}

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

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

.mbti__form {
  position: relative;
  padding-bottom: 42px;
}

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

.mbti__errorWrapper {
  font-variation-settings: "wght"600;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #FF334B;
  margin-bottom: 16px;
  display: none;
}

.mbti__error::before {
  content: url("../img/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 - 112px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: none;
  margin: 0;
}

.display_flex {
  display: flex;
}

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

.mbti__step2>.mbti__form {
  border-top: 0;
  border-bottom: 0;
  width: 440px;
  margin: 0 auto;
}

.mbti__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #333333;
  margin: 4px 18px 6px;
  display: block;
  visibility: hidden;
}

.mbti__textInput {
  height: 56px;
  border: 1px solid #CED0D0;
  border-radius: 8px;
  width: 100%;
  padding: 19px 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #212121;
  font-variation-settings: 'dots'4;
  margin-bottom: 22px;
  outline: 0;
}

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

.mbti__errorText {
  font-variation-settings: "wght"400;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #FF334B;
  width: 300px;
  margin: -14px 16px 8px;
  height: 16px;
}

.mbti__q_red {
  color: #FF334B;
}

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

.mbti__error_active {
  display: block;
}

@media (min-width:768px) and (max-width:960px) {
  .mbti__wrapper {
    width: 760px;
  }
}

@media (min-width:1441px) and (max-width:1601px) {
  .header {
    padding: 0 32px;
    justify-content: space-between;
  }

  .logo {
    margin-right: 68px;
    margin-left: 68px;
  }

  .nav {
    margin-left: 115px;
  }

  .hero__content {
    width: 730px;
  }

  .parts {
    padding: 0 170px 0 100px;
  }

  .partner {
    padding: 160px 170px 0 180px;
  }
}



@media (min-width:1365px) and (max-width:1440px) {
  .logo {
    margin-right: 0;
    margin-left: 80px;
  }

  .header {
    padding: 0 32px;
    justify-content: space-between;
  }

  .nav {
    margin-left: 70px;
  }

  .topButtons {
    width: 360px;
  }

  .topButtons__right {
    width: 180px;
  }

  .topButtons__left {
    width: 180px;
  }

  .hero {
    background-position: bottom;
  }

  .hero__content {
    width: 730px;
  }


  .repairDesc__content {
    width: 563px;
  }

  .parts {
    padding: 0px 68px 0 68px;
  }

  .partner {
    padding: 160px 80px 0 80px;
  }

  .partner__image {
    margin: 0 0 0 125px;
  }

  .branchHero__wrapper {
    margin-left: 42px;
  }

  .branchHero {
    padding: 120px 68px 100px 68px;
  }

  .branch {
    padding: 0 42px 54px;
  }

  .contact {
    padding: 80px 32px 76px;
  }

  .contactForm {
    padding: 0 32px 78px;
  }

  .contactForm__text {
    width: 320px;
    margin: 0 0 0 32px;
  }

  .contactForm__select {
    width: 320px;
    margin: 0 0 0 32px;
  }

  .contactForm__submit {
    width: 140px;
    margin-left: 32px;
  }

  .contactForm__textarea {
    width: 360px;
    margin: 0 0 0 32px;
  }

  .contactForm__wrapper {
    padding: 32px 32px 14px 0;
  }

  .wholesaleContent {
    padding: 0 80px 46px;
  }

  .charterHero__content {
    padding: 0 56px 76px 56px;
  }

  .charterHero__title {
    margin: 42px 0 24px 0;
  }

  .charterHero__text {
    font-size: 18px;
  }

  .wholesaleContent p {
    font-size: 18px;
    line-height: 44px;
  }

  .wholesaleContent__topText {
    font-size: 18px;
  }

  .wholesaleContent__subtitle {
    font-size: 24px;
    margin: 60px 0 32px;
  }

  .wholesaleContent__listItem {
    font-size: 18px;
    line-height: 46px;
  }

  .wholesaleHero {
    padding: 80px 110px 0;
  }

  .heroSend__listItem {
    font-size: 18px;
    line-height: 36px;

  }

  .heroSend__image {
    width: 530px;
  }

  .contentSend__row {
    align-items: center;
  }

  .contentSend__image {
    width: 530px;
  }

  .contentSend__text {
    font-size: 18px;
    line-height: 36px;
    margin-left: 42px;
  }

  .contentSend__title {
    font-size: 28px;
    line-height: 38px;
    margin: 20px 0 32px;
  }

  .contentSend__address {
    min-width: 530px;
  }

  .contentSend {
    padding: 0 52px 100px;
  }

  .guaranteeDesc__contents {
    padding: 0 32px 0 32px;
  }
}
.downloadFile{
	margin: 70px 0;
}
.downloadFile a{
	border: 1px solid #009B5B;
    padding: 15px 50px;
    background: #FBFFFB;
    color: #333333;
    border-radius: 9px;	
}

