.c-text {
  color: #14142B;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Thin.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-ExtraLight.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Light.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Regular.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Medium.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-SemiBold.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Bold.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-ExtraBold.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Black.ttf");
  src: local("Inter"), url("/fonts/Inter/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("/fonts/DMSans-Regular.ttf");
  src: local("DM Sans"), url("/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1, .h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}
@media screen and (max-width: 767.9px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 565.9px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h3, .h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h6, .h6 {
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
}

.text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-tiny {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

.custom-link {
  color: #405FF2;
  font-weight: 500;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #14142B;
}

main {
  flex-grow: 1;
  height: 100%;
}

header, main, footer {
  flex-shrink: 0;
}

ul, ol {
  list-style: inherit;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.loading-bg {
  position: relative;
}
.loading-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  opacity: 0.7;
  backdrop-filter: blur(2px);
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  opacity: 0.7;
  backdrop-filter: blur(2px);
}
.loading:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/theme/spinner.svg") no-repeat center;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  /*       left: 50%; */
  z-index: 3;
}

.flash-notification {
  position: relative;
  top: 66px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .flash-notification .container, .flash-notification .container-lg, .flash-notification .container-md, .flash-notification .container-sm, .flash-notification .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .flash-notification .container, .flash-notification .container-lg, .flash-notification .container-md, .flash-notification .container-sm, .flash-notification .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .flash-notification .container, .flash-notification .container-lg, .flash-notification .container-md, .flash-notification .container-sm, .flash-notification .container-xl, .flash-notification .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  .flash-notification .container, .flash-notification .container-lg, .flash-notification .container-md, .flash-notification .container-sm, .flash-notification .container-xl, .flash-notification .container-xxl {
    max-width: 1408px;
  }
}

.flash-notification {
  padding: 20px 50px;
  background: #FFFFFF;
  color: #3A371B;
  border: 3px solid #DEAE1F;
  border-bottom: none;
  box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px 10px 0 0;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 479.9px) {
  .flash-notification {
    padding: 10px 0;
  }
}

.flash-notification-for-dealer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 479.9px) {
  .flash-notification-for-dealer {
    justify-content: flex-start;
  }
}
.flash-notification-for-dealer svg {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 479.9px) {
  .flash-notification-for-dealer svg {
    display: none;
  }
}
.flash-notification-for-dealer .note-text {
  width: calc(100% - 55px);
}
@media screen and (max-width: 479.9px) {
  .flash-notification-for-dealer .note-text {
    width: 100%;
  }
}
.flash-notification-for-dealer .note-text h3 {
  margin-bottom: 0;
}
.flash-notification-for-dealer .note-text p {
  margin-bottom: 0;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.lg-toolbar .lg-icon {
  color: #FFFFFF;
}

.lg-counter {
  color: #FFFFFF;
}

.lg-outer .lg-thumb-item {
  border: 2px solid #fff;
}

/* class for html text that can be truncated */
.truncated-text > p {
  display: inline;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: initial;
  /*&.btn-dark {
  	background: $dark-grey-2;
  	border-color: $text-grey;
  	color: $text-light;
  	svg {
  		color: inherit;
  	}
  	&:hover {
  		background: $mid-grey-2;
  		border-color: $text-grey;
  		color: $text-light;
  	}
  	&:focus-visible {
  		background: $dark-grey-3;
  		border-color: $text-grey;
  		color: $text-light;
  	}
  	&:active {
  		background: $dark-grey-3;
  		border-color: $text-grey;
  		color: $text-light;
  	}
  	&:disabled {
  		background: $light-grey;
  		border-color: $text-grey;
  		color: $text-light;
  	}
  	&.disabled {
  		background: $light-grey;
  		border-color: $text-grey;
  		color: $text-light;
  	}
  }*/
}
.btn svg {
  color: inherit;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.btn:disabled {
  pointer-events: none;
}
.btn.disabled {
  pointer-events: none;
}
.btn.btn-big {
  min-height: 50px;
  padding: 15px;
}
.btn.btn-small {
  padding: 7px 14px;
  min-height: 34px;
}
.btn.btn-tiny {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 300;
  min-height: 30px;
}
.btn.btn-tiny svg {
  color: inherit;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.btn.btn-primary {
  background: #405FF2;
  border-color: #405FF2;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: #29CE74;
  border-color: #29CE74;
  color: #FFFFFF;
}
.btn.btn-primary:focus-visible {
  background: #149C52;
  border-color: #149C52;
  color: #FFFFFF;
}
.btn.btn-primary:active {
  background: #149C52;
  border-color: #149C52;
  color: #FFFFFF;
}
.btn.btn-primary:disabled {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-primary.disabled {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-outline {
  background: #FFFFFF;
  border-color: #405FF2;
  color: #405FF2;
}
.btn.btn-outline:hover {
  background: #FFFFFF;
  border-color: #29CE74;
  color: #29CE74;
}
.btn.btn-outline:focus-visible {
  background: #FFFFFF;
  border-color: #149C52;
  color: #149C52;
}
.btn.btn-outline:active {
  background: #FFFFFF;
  border-color: #149C52;
  color: #149C52;
}
.btn.btn-outline:disabled {
  background: #FFFFFF;
  border-color: #B2B4BA;
  color: #B2B4BA;
}
.btn.btn-outline.disabled {
  background: #FFFFFF;
  border-color: #B2B4BA;
  color: #B2B4BA;
}
.btn.btn-grey {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-grey svg {
  color: inherit;
}
.btn.btn-grey:hover {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-grey:focus-visible {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-grey:active {
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}
.btn.btn-outline-grey {
  background: #FFFFFF;
  border-color: #14142B;
  color: #14142B;
}
.btn.btn-outline-grey svg {
  color: inherit;
}
.btn.btn-outline-grey:hover {
  background: #FFFFFF;
  border-color: #14142B;
  color: #14142B;
}
.btn.btn-outline-grey:focus-visible {
  background: #FFFFFF;
  border-color: #14142B;
  color: #14142B;
}
.btn.btn-outline-grey:active {
  background: #FFFFFF;
  border-color: #14142B;
  color: #14142B;
}
.btn.btn-disabled {
  cursor: auto;
  background: #B2B4BA;
  border-color: #B2B4BA;
  color: #FFFFFF;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-control {
  width: 100%;
  padding: 8px 15px;
  min-height: 40px;
  border-radius: 4px;
  background: #FEFEFF;
  border: 1px solid #D9DDE7;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3B3F48;
}
.form-control:hover {
  border: 1px solid #9096A3;
}
.form-control::-webkit-input-placeholder {
  color: #A8ADBA;
}
.form-control::-moz-placeholder {
  color: #A8ADBA;
}
.form-control:-ms-input-placeholder {
  color: #A8ADBA;
}
.form-control:-moz-placeholder {
  color: #A8ADBA;
}
.form-control:disabled {
  background: #F3F6FE;
  opacity: 1 !important;
  pointer-events: none;
}
.form-control[readonly] {
  pointer-events: none;
}
.form-control.form-control-lg {
  min-height: 50px;
}

.form-select {
  width: 100%;
  padding: 8px 15px;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9DDE7;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3B3F48;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FEFEFF url("/images/theme/arrow-down.svg") no-repeat center right;
  background-size: 24px 24px;
}
.form-select:hover {
  border: 1px solid #9096A3;
}
.form-select::-webkit-input-placeholder {
  color: #A8ADBA;
}
.form-select::-moz-placeholder {
  color: #A8ADBA;
}
.form-select:-ms-input-placeholder {
  color: #A8ADBA;
}
.form-select:-moz-placeholder {
  color: #A8ADBA;
}
.form-select:disabled {
  background: #F3F6FE;
  opacity: 1 !important;
  pointer-events: none;
}
.form-select[readonly] {
  pointer-events: none;
}
.form-select:focus {
  box-shadow: none;
}
.form-select.form-select-lg {
  min-height: 50px;
}

.v-select {
  padding: 0 !important;
  /*display: flex;
  align-items: center;*/
  cursor: pointer;
}
.v-select .vs__selected-options {
  max-width: 77%;
}
.v-select .vs__dropdown-toggle {
  padding: 12px;
  border: none;
  border-radius: 0;
  cursor: pointer !important;
}
.v-select .vs__search {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}
.v-select .vs__actions {
  padding: 0 !important;
  margin: 0 !important;
}
.v-select .vs__actions .vs__open-indicator {
  display: none;
}
.v-select .vs__selected {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  white-space: nowrap;
  max-width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.v-select .vc__dropdown-menu {
  min-width: 250px !important;
  overflow-x: hidden !important;
}
.v-select .vs__dropdown-option {
  white-space: normal !important;
}

.form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: auto;
}
.form-check .form-check-input {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: -1px;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 0;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #A0A3BD;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check-input:disabled {
  opacity: 1 !important;
}
.form-check .form-check-input:disabled + .form-check-label {
  opacity: 1 !important;
}
.form-check .form-check-input:active {
  filter: brightness(100%);
}
.form-check .form-check-input:focus {
  box-shadow: none !important;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-color: #405FF2;
  border-color: #405FF2;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:indeterminate[type=checkbox] {
  background-color: #405FF2;
  border-color: #405FF2;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check .form-check-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  transition: none;
  color: #14142B;
}
.form-check .form-check-label p {
  line-height: 24px;
  margin: 0;
}

.color-form-check .form-check-input {
  border: 1px solid transparent;
}
.color-form-check .form-check-input[type=checkbox] {
  border-radius: 50%;
}
.color-form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.color-form-check .form-check-input:checked[type=checkbox] {
  border-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input:checked[type=radio] {
  border-color: transparent;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=blue] {
  background-color: #405FF2;
}
.color-form-check .form-check-input[data-color=blue]:checked[type=checkbox] {
  background-color: #405FF2;
}
.color-form-check .form-check-input[data-color=blue]:checked[type=radio] {
  background-color: #405FF2;
}
.color-form-check .form-check-input[data-color=black] {
  background-color: #000000;
}
.color-form-check .form-check-input[data-color=black]:checked[type=checkbox] {
  background-color: #000000;
}
.color-form-check .form-check-input[data-color=black]:checked[type=radio] {
  background-color: #000000;
}
.color-form-check .form-check-input[data-color=brown] {
  background-color: #A1662B;
}
.color-form-check .form-check-input[data-color=brown]:checked[type=checkbox] {
  background-color: #A1662B;
}
.color-form-check .form-check-input[data-color=brown]:checked[type=radio] {
  background-color: #A1662B;
}
.color-form-check .form-check-input[data-color=gold] {
  background-color: #F0CD42;
  border-color: #C3CDD5;
}
.color-form-check .form-check-input[data-color=gold]:checked[type=checkbox] {
  background-color: #F0CD42;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=gold]:checked[type=radio] {
  background-color: #F0CD42;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=grey] {
  background-color: #A0A3BD;
}
.color-form-check .form-check-input[data-color=grey]:checked[type=checkbox] {
  background-color: #A0A3BD;
}
.color-form-check .form-check-input[data-color=grey]:checked[type=radio] {
  background-color: #A0A3BD;
}
.color-form-check .form-check-input[data-color=green] {
  background-color: #00B34A;
}
.color-form-check .form-check-input[data-color=green]:checked[type=checkbox] {
  background-color: #00B34A;
}
.color-form-check .form-check-input[data-color=green]:checked[type=radio] {
  background-color: #00B34A;
}
.color-form-check .form-check-input[data-color=orange] {
  background-color: #FF8400;
}
.color-form-check .form-check-input[data-color=orange]:checked[type=checkbox] {
  background-color: #FF8400;
}
.color-form-check .form-check-input[data-color=orange]:checked[type=radio] {
  background-color: #FF8400;
}
.color-form-check .form-check-input[data-color=red] {
  background-color: #E84747;
}
.color-form-check .form-check-input[data-color=red]:checked[type=checkbox] {
  background-color: #E84747;
}
.color-form-check .form-check-input[data-color=red]:checked[type=radio] {
  background-color: #E84747;
}
.color-form-check .form-check-input[data-color=silver] {
  background-color: silver;
}
.color-form-check .form-check-input[data-color=silver]:checked[type=checkbox] {
  background-color: silver;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=silver]:checked[type=radio] {
  background-color: silver;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=white] {
  background-color: #FFFFFF;
  border-color: #C3CDD5;
}
.color-form-check .form-check-input[data-color=white]:checked[type=checkbox] {
  background-color: #FFFFFF;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=white]:checked[type=radio] {
  background-color: #FFFFFF;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=yellow] {
  background-color: #FAC335;
}
.color-form-check .form-check-input[data-color=yellow]:checked[type=checkbox] {
  background-color: #FAC335;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=yellow]:checked[type=radio] {
  background-color: #FAC335;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=unknown] {
  background-color: #EAEBF2;
  border-color: #C3CDD5;
}
.color-form-check .form-check-input[data-color=unknown]:checked[type=checkbox] {
  background-color: #EAEBF2;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.color-form-check .form-check-input[data-color=unknown]:checked[type=radio] {
  background-color: #EAEBF2;
  border-color: #C3CDD5;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.feature-form-check .form-check-input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid transparent;
  background-color: #FFFFFF;
  background-image: url("/images/theme/icon-clear.svg");
  background-size: 100%;
}
.feature-form-check .form-check-input[type=checkbox] {
  border-radius: 50%;
}
.feature-form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.feature-form-check .form-check-input:checked[type=checkbox] {
  border-color: #405FF2;
  background-color: #405FF2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.feature-form-check .form-check-label {
  margin-bottom: 0;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.form-switch {
  padding-left: 0;
}
.form-switch label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.form-switch .form-check-input {
  width: 53px;
  min-width: 53px;
  height: 28px;
  margin-left: 0;
  border-radius: 16px;
  margin-top: 0;
  float: none;
  cursor: pointer;
  border: 1px solid #D1D5DB;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
  background-color: #D1D5DB;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
  background-color: #D1D5DB;
}
.form-switch .form-check-input:checked[type=checkbox] {
  background-color: #405FF2;
  border-color: #405FF2;
}
.form-switch .form-check-input[type=checkbox] {
  border-radius: 16px;
}
.form-switch .form-check-input:disabled {
  pointer-events: none;
  background-color: #9CA3AF;
  border-color: #9CA3AF;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23D1D5DB'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:disabled:checked {
  opacity: 1;
  background-color: #9CA3AF;
  border-color: #9CA3AF;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23D1D5DB'/%3e%3c/svg%3e");
}

.ts-wrapper {
  padding: 0;
}
.ts-wrapper.has-items .ts-control input {
  /*				display: none !important;  */
}

.ts-control {
  border: none;
  background: transparent !important;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3B3F48;
  cursor: pointer !important;
  outline: none !important;
}
.ts-control:not(.rtl) {
  padding-right: 15px !important;
}
.ts-control input {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3B3F48;
  cursor: pointer !important;
}
.ts-control input::-webkit-input-placeholder {
  color: #A8ADBA;
}
.ts-control input::-moz-placeholder {
  color: #A8ADBA;
}
.ts-control input:-ms-input-placeholder {
  color: #A8ADBA;
}
.ts-control input:-moz-placeholder {
  color: #A8ADBA;
}
.ts-control input:disabled {
  opacity: 1 !important;
  pointer-events: none;
}
.ts-control input[readonly] {
  pointer-events: none;
}

/* classes for disabled labels in search filters in catalog */
label.disabled {
  color: #A0A3BD !important;
}

option:disabled {
  color: #A0A3BD !important;
}

/* flatpickr controls */
.flatpickr-input[readonly] {
  pointer-events: all !important;
}

/*textarea {
	resize: none;
	scrollbar-width: thin;
    scrollbar-color: red black;
    &::-webkit-scrollbar {
        height: 10px;
        width: 6px;
    }
    &::-webkit-scrollbar-track {
        background: black;
    }
    &::-webkit-scrollbar-thumb {
        background-color: red;
        border-radius: 10px;
        cursor: pointer;
    }		
}
input[type=date] {
	background-image: url('/images/calendar.svg');
	background-size: 24px 24px;
	background-position: 95% 4px;
	background-repeat: no-repeat;
}
input[type=date]::-webkit-calendar-picker-indicator {
  	opacity: 0;
}
input[type="time"] {
	text-align: center;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  	display: none;
}
input[type="number"] {

}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="file"] {
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
input[type="search"]::-webkit-search-decoration {
	cursor: pointer !important;
}
input[type="search"]::-webkit-search-cancel-button {
	cursor: pointer !important;
}
input[type="search"]::-webkit-search-results-button {
	cursor: pointer !important;
}
input[type="search"]::-webkit-search-results-decoration {
	cursor: pointer !important;
}*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  header .container, header .container-lg, header .container-md, header .container-sm, header .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  header .container, header .container-lg, header .container-md, header .container-sm, header .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  header .container, header .container-lg, header .container-md, header .container-sm, header .container-xl, header .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  header .container, header .container-lg, header .container-md, header .container-sm, header .container-xl, header .container-xxl {
    max-width: 1408px;
  }
}
header .flag-dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .flag-dropdown .dropdown-toggle {
  width: 26px;
  height: 20px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
}
header .flag-dropdown .dropdown-toggle:after {
  display: none;
}
header .flag-dropdown .dropdown-toggle img {
  width: 24px;
  height: 18px;
}
header .flag-dropdown .dropdown-menu {
  width: 40px;
  --bs-dropdown-min-width: 40px;
  padding: 7px;
}
header .flag-dropdown .dropdown-menu a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .flag-dropdown .dropdown-menu a:not(:last-child) {
  margin-bottom: 10px;
}
header .flag-dropdown .dropdown-menu a img {
  width: 24px;
  height: 18px;
}
header .top-header {
  padding: 7px 0;
  background: #EFF0F6;
  width: 100%;
}
header .top-header .top-menu-block {
  width: 100%;
}
header .top-header .top-menu-block ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
header .top-header .top-menu-block ul li > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
header .top-header .top-menu-block ul li > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1399.9px) {
  header .top-header .top-menu-block ul li > a {
    padding: 0;
  }
}
header .top-header .top-menu-block ul li.item-with-children {
  position: relative;
}
header .top-header .top-menu-block ul li.item-with-children > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: url("/images/theme/menu-arrow.svg") no-repeat center;
}
header .top-header .top-menu-block ul li.item-with-children .sub-menu {
  display: none;
  width: 266px;
  padding: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  margin: 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
  list-style: none;
}
header .top-header .top-menu-block ul li.item-with-children .sub-menu li {
  width: 100%;
}
header .top-header .top-menu-block ul li.item-with-children .sub-menu li a {
  border-radius: 6px;
  justify-content: flex-start;
  text-align: left;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
header .top-header .top-menu-block ul li.item-with-children .sub-menu li a:hover {
  background-color: #F5F4F4;
  opacity: 1;
}
header .top-header .top-menu-block ul li.item-with-children .sub-menu.active {
  display: flex;
}
@media screen and (max-width: 1199.9px) {
  header .top-header {
    position: fixed;
    top: 66px;
    left: -100%;
    width: 100%;
    height: calc(100% - 170px);
    z-index: 101;
    background: #EFF0F6;
    transition: all 0.2s ease-in-out;
  }
  header .top-header .top-menu-block ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  header .top-header .top-menu-block ul li {
    width: 100%;
  }
  header .top-header .top-menu-block ul li > a {
    width: 100%;
    padding: 10px 15px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
  header .top-header .top-menu-block ul li > a:hover {
    opacity: 1;
  }
  header .top-header .top-menu-block ul li.item-with-children > a {
    width: 100%;
    justify-content: space-between;
  }
  header .top-header .top-menu-block ul li.item-with-children > a:after {
    width: 18px;
    height: 18px;
    background: url("/images/theme/menu-mobile-arrow.svg") no-repeat center;
  }
  header .top-header .top-menu-block ul li.item-with-children .sub-menu {
    display: none;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0 13px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-left: 1px solid #D9DBE9;
    position: relative;
    top: auto;
    left: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
  }
  header .top-header .top-menu-block ul li.item-with-children .sub-menu li {
    width: 100%;
  }
  header .top-header .top-menu-block ul li.item-with-children .sub-menu li a {
    width: 100%;
    padding: 2px 6px;
    border-radius: 0;
    justify-content: flex-start;
    text-align: left;
  }
  header .top-header .top-menu-block ul li.item-with-children .sub-menu.active {
    display: flex;
  }
  header .top-header.show-top-menu {
    left: 0;
  }
  header .top-header .flag-dropdown {
    display: none;
  }
}
header .bottom-header {
  padding: 16px 0;
  background: #FFFFFF;
  width: 100%;
}
header .bottom-header .logo-block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .bottom-header .logo-block .toggle-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
header .bottom-header .logo-block .toggle-button span {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #14142B;
}
header .bottom-header .logo-block .toggle-button.button-open span:first-child {
  transform: rotate(45deg) translate(3px, 3px);
  transition: 0.5s;
}
header .bottom-header .logo-block .toggle-button.button-open span:nth-child(2) {
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}
header .bottom-header .logo-block .toggle-button.button-open span:last-child {
  transform: rotate(-45deg) translate(2px, -3px);
  transition: 0.5s;
}
@media screen and (min-width: 1200px) {
  header .bottom-header .logo-block .toggle-button {
    display: none;
  }
}
header .bottom-header .logo-block a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
header .bottom-header .logo-block a img {
  width: 119px;
  height: 34px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 575.9px) {
  header .bottom-header .logo-block a img {
    width: 93px;
    height: 27px;
  }
}
header .bottom-header .menu-block {
  width: 100%;
}
header .bottom-header .menu-block ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
}
header .bottom-header .menu-block ul li > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
header .bottom-header .menu-block ul li > a:hover {
  opacity: 0.8;
}
header .bottom-header .menu-block ul li.item-with-children {
  position: relative;
}
header .bottom-header .menu-block ul li.item-with-children > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: url("/images/theme/menu-arrow.svg") no-repeat center;
}
header .bottom-header .menu-block ul li.item-with-children .sub-menu {
  display: none;
  width: 266px;
  padding: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  margin: 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
  list-style: none;
}
header .bottom-header .menu-block ul li.item-with-children .sub-menu li {
  width: 100%;
}
header .bottom-header .menu-block ul li.item-with-children .sub-menu li a {
  border-radius: 6px;
  justify-content: flex-start;
  text-align: left;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
header .bottom-header .menu-block ul li.item-with-children .sub-menu li a:hover {
  background-color: #F5F4F4;
  opacity: 1;
}
header .bottom-header .menu-block ul li.item-with-children .sub-menu.active {
  display: flex;
}
header .bottom-header .menu-block .flag-dropdown {
  display: none;
}
@media screen and (max-width: 1199.9px) {
  header .bottom-header .menu-block {
    position: fixed;
    top: 66px;
    left: -100%;
    z-index: 100;
    width: 100%;
    height: calc(100% - 66px);
    background: #eff0f6;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    transition: all 0.2s ease-in-out;
  }
  header .bottom-header .menu-block ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 9px 0;
    background: #FFFFFF;
  }
  header .bottom-header .menu-block ul li {
    width: 100%;
  }
  header .bottom-header .menu-block ul li > a {
    width: 100%;
    justify-content: flex-start;
    padding: 6px 15px;
  }
  header .bottom-header .menu-block ul li > a:hover {
    opacity: 1;
    color: #405FF2;
  }
  header .bottom-header .menu-block ul li.item-with-children > a:hover:after {
    background: url("/images/theme/menu-arrow-brand.svg") no-repeat center;
  }
  header .bottom-header .menu-block ul li.item-with-children .sub-menu {
    display: none;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0 13px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-left: 1px solid #D9DBE9;
    position: relative;
    top: auto;
    left: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
  }
  header .bottom-header .menu-block ul li.item-with-children .sub-menu li {
    width: 100%;
  }
  header .bottom-header .menu-block ul li.item-with-children .sub-menu li a {
    width: 100%;
    padding: 2px 6px;
    border-radius: 0;
    justify-content: flex-start;
    text-align: left;
  }
  header .bottom-header .menu-block ul li.item-with-children .sub-menu.active {
    display: flex;
  }
  header .bottom-header .menu-block.show-menu {
    left: 0;
  }
  header .bottom-header .menu-block .flag-dropdown {
    display: flex;
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 101;
    padding: 0 10px;
  }
}
header .bottom-header .profile-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle {
  height: 34px;
  padding: 7px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #14142B;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: url("/images/theme/menu-arrow.svg") no-repeat center;
  border: none;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle svg {
  width: 18px;
  height: 18px;
  color: #14142B;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle.show {
  color: #405FF2;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle.show:after {
  background: url("/images/theme/menu-arrow-brand.svg") no-repeat center;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle.show svg {
  color: #405FF2;
}
@media screen and (max-width: 1199.9px) {
  header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle {
    width: 46px;
    border-radius: 8px;
    border: 1px solid #405FF2;
    font-size: 0;
    line-height: 0;
    gap: 0;
  }
  header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle:after {
    display: none;
  }
  header .bottom-header .profile-block .user-block .btn-group .dropdown-toggle svg {
    color: #405FF2;
  }
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu {
  min-width: 276px;
  width: 276px;
  padding: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  list-style: none;
  margin-bottom: 0;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li {
  padding: 0;
  width: 100%;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  padding: 2px 6px;
  color: #14142B;
  display: block;
  border-radius: 6px;
  text-align: left;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li a:hover {
  background-color: #F5F4F4;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li h6 {
  padding: 0 6px;
  margin-bottom: 0;
  color: #14142B;
}
header .bottom-header .profile-block .user-block .btn-group .dropdown-menu li hr {
  margin: 0;
  opacity: 1;
  background: #D9DBE9;
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-toggle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-toggle:after {
  display: none;
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-toggle svg {
  width: 18px;
  height: 18px;
  color: #14142B;
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-toggle.show svg {
  color: #405FF2;
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-menu {
  min-width: 276px;
  width: 276px;
  padding: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
}
header .bottom-header .profile-block .notification-block .dropdown .dropdown-menu p {
  color: #B2B4BA;
  margin-bottom: 0;
}
header .bottom-header .profile-block .wishlist-block {
  margin-left: -12px;
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-toggle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-toggle:after {
  display: none;
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-toggle svg {
  width: 18px;
  height: 18px;
  color: #14142B;
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-toggle.show svg {
  color: #405FF2;
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-menu {
  min-width: 276px;
  width: 276px;
  padding: 8px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
}
header .bottom-header .profile-block .wishlist-block .dropdown .dropdown-menu p {
  color: #B2B4BA;
  margin-bottom: 0;
}
header.header-auth .toggle-button {
  display: none !important;
}
header.header-auth .bottom-header {
  background: rgba(255, 255, 255, 0.2);
}
header.header-admin .toggle-button {
  display: none !important;
}
header.header-admin .bottom-header {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #D9DBE9;
}
header .mobile-top-menu-button {
  display: none;
}
header .mobile-top-menu-button a {
  color: #14142B;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 11px;
}
header .mobile-top-menu-button a svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1199.9px) {
  header .mobile-top-menu-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 15px;
    background: #EFF0F6;
  }
}
header .mobile-top-menu-close-button {
  display: none;
}
header .mobile-top-menu-close-button a {
  color: #14142B;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 11px;
}
header .mobile-top-menu-close-button a svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1199.9px) {
  header .mobile-top-menu-close-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 15px;
    background: #EFF0F6;
  }
}

.page-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 66px 0 0;
  height: 100vh;
}

footer {
  width: 100%;
  /*@media (min-width: 1200px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl {
          max-width: 1180px;
      }
  }
  @media (min-width: 1300px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl {
          max-width: 1280px;
      }
  }
  @media (min-width: 1400px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1380px;
      }
  }
  @media (min-width: 1440px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 1408px;
      }
  }*/
}
footer.footer-client {
  background: #FFFFFF;
  padding: 20px 0;
  border-top: 1px solid #EFF0F6;
  text-align: center;
}
footer.footer-dealer {
  background: #FFFFFF;
  padding: 20px 0;
  border-top: 1px solid #EFF0F6;
}
footer.footer-dealer .copyright-block p {
  color: #6E7191;
}
@media screen and (max-width: 1199.9px) {
  footer.footer-dealer .copyright-block {
    text-align: center;
    margin-bottom: 20px;
  }
  footer.footer-dealer .copyright-block p {
    text-align: center;
  }
}
footer.footer-dealer .footer-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1199.9px) {
  footer.footer-dealer .footer-widget {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
footer.footer-dealer .footer-widget .footer-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.footer-dealer .footer-widget .footer-menu li {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer-dealer .footer-widget .footer-menu li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #14142B;
  display: block;
}
footer.footer-dealer .footer-widget .footer-menu li a {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
footer.footer-dealer .footer-widget .footer-menu li a:hover {
  color: #405FF2;
}
footer.footer-dealer .footer-widget .footer-menu li:last-child:after {
  display: none;
}
@media screen and (max-width: 1199.9px) {
  footer.footer-dealer .footer-widget .footer-menu {
    justify-content: center;
    width: 100%;
  }
}
footer.footer-dealer .footer-widget .flag-dropdown {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-toggle {
  width: 26px;
  height: 20px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-toggle:after {
  display: none;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-toggle img {
  width: 24px;
  height: 18px;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-menu {
  width: 40px;
  --bs-dropdown-min-width: 40px;
  padding: 7px;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-menu a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-menu a:not(:last-child) {
  margin-bottom: 10px;
}
footer.footer-dealer .footer-widget .flag-dropdown .dropdown-menu a img {
  width: 24px;
  height: 18px;
}
@media screen and (max-width: 1199.9px) {
  footer.footer-dealer .footer-widget .flag-dropdown {
    justify-content: center;
  }
}
footer.footer-dealer-notification {
  padding: 20px 0 110px;
}
@media screen and (max-width: 479.9px) {
  footer.footer-dealer-notification {
    padding: 20px 0 140px;
  }
}

.modal .box-wrapper {
  width: 100% !important;
  box-shadow: none !important;
  padding: 0 15px !important;
}
.modal .search-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
  margin-bottom: 24px;
}
.modal .search-tags .search-tag {
  padding: 1px 10px;
  border-radius: 30px;
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
}
.modal .form-group label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 576px) {
  .unsaved-modal .modal-dialog {
    max-width: 454px;
  }
}
.unsaved-modal .modal-content {
  border: none;
  border-radius: 16px;
  background: #FCFCFC;
  box-shadow: 0px 48px 80px -32px rgba(0, 0, 0, 0.0705882353);
}
.unsaved-modal .modal-header {
  padding: 0 20px;
  height: 40px;
  border: none;
  justify-content: flex-end;
  align-items: center;
}
.unsaved-modal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 0;
  color: #14142B;
  opacity: 1;
  outline: none;
  box-shadow: none;
  float: right;
}
.unsaved-modal .modal-body {
  padding: 0 30px 40px;
}
.unsaved-modal h2 {
  margin-bottom: 16px;
}
.unsaved-modal p {
  margin-bottom: 24px;
}
.unsaved-modal .modal-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.unsaved-modal .modal-buttons .btn {
  width: calc(50% - 12px);
}
@media screen and (max-width: 365px) {
  .unsaved-modal .modal-buttons {
    gap: 8px;
  }
  .unsaved-modal .modal-buttons .btn {
    width: calc(50% - 4px);
  }
}

.modal-backdrop {
  background-color: #6E7191;
}
.modal-backdrop.show {
  opacity: 0.3;
}

.dashboard-wrapper {
  width: 300px;
  background: #EFF0F6;
  padding: 20px;
}
.dashboard-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-wrapper ul li {
  width: 100%;
}
.dashboard-wrapper ul li:not(:last-child) {
  margin-bottom: 15px;
}
.dashboard-wrapper ul li a {
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  color: #14142B;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease-in-out;
}
.dashboard-wrapper ul li a:hover {
  color: #6E7191;
}
.dashboard-wrapper ul li.active a {
  color: #405FF2;
}

.main-content-block {
  width: calc(100% - 300px);
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.main-content-block .page-top-part {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  background: #FFFFFF;
  position: sticky;
  top: -20px;
  left: 0;
  z-index: 10;
}
.main-content-block .filters-block {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.main-content-block .filters-block .single-filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.main-content-block .filters-block .single-filter label {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
.main-content-block .filters-block .single-filter input[type=date] {
  width: 150px;
}
.main-content-block .filters-block .single-filter .form-select {
  min-width: 150px;
}
.main-content-block .filters-block .single-filter .input-group {
  max-width: 150px;
}

.table-wrapper span.dt-column-order:before {
  color: #14142B;
  opacity: 0.3;
}
.table-wrapper span.dt-column-order:after {
  color: #14142B;
  opacity: 0.3;
}

.dt-layout-table {
  overflow-x: auto;
}

.dt-container .dt-length select {
  margin-right: 16px !important;
  min-width: 60px !important;
}

table thead tr th {
  border-bottom: 1px solid #D9DBE9 !important;
  color: #A0A3BD;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  outline: none !important;
}
table tbody tr td {
  box-shadow: none !important;
  font-size: 14px;
  text-align: left !important;
  color: #14142B;
  border-bottom: 1px solid #D9DBE9 !important;
}
table tbody tr td a {
  color: #405FF2;
}
table tbody tr td .btn {
  width: 100%;
}

.dt-paging .pagination li {
  padding: 0 5px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.dt-paging .pagination li button {
  border-radius: 50% !important;
}

.dt-processing {
  border: none;
  background: transparent;
}

.page-authorization {
  width: 100%;
  height: 100%;
  min-height: 1028px;
  background: url("/images/theme/auth-bg-2.jpg") no-repeat center;
  background-size: cover;
  padding: 115px 20px 40px;
}
@media screen and (max-width: 1199.9px) {
  .page-authorization {
    min-height: 100vh;
  }
}
.page-authorization.page-registration {
  background: url("/images/theme/reg-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 100vh;
}
.page-authorization .authorization-main-block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 40px 30px 40px 30px;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.9);
  box-shadow: 0px 48px 80px -32px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 575.9px) {
  .page-authorization .authorization-main-block {
    padding: 20px 15px;
  }
}
.page-authorization .authorization-main-block h1 {
  margin-bottom: 24px;
}
.page-authorization .authorization-main-block .login-tabs {
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.page-authorization .authorization-main-block .login-tabs span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.page-authorization .authorization-main-block .login-tabs span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #14142B;
  margin-top: 5px;
}
.page-authorization .authorization-main-block .login-tabs a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #14142B;
}
.page-authorization .authorization-main-block .login-tabs a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  margin-top: 5px;
  transition: all 0.2s ease-in-out;
}
.page-authorization .authorization-main-block .login-tabs a.active:after {
  background: #14142B;
}
@media screen and (max-width: 575.9px) {
  .page-authorization .authorization-main-block .login-tabs span {
    font-size: 14px;
  }
  .page-authorization .authorization-main-block .login-tabs a {
    font-size: 14px;
  }
}
.page-authorization .authorization-main-block .authorization-box {
  width: 100%;
}
.page-authorization .authorization-main-block .authorization-box form {
  width: 100%;
}
.page-authorization .authorization-main-block .authorization-box .form-group {
  margin-bottom: 24px;
}
.page-authorization .authorization-main-block .authorization-box .form-group label {
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #14142B;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-control {
  width: 100%;
  height: 48px;
  padding: 12px 6px 12px 8px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid transparent;
  color: #14142B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
  outline: none;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-control::-webkit-input-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-control::-moz-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-control:-ms-input-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-control:-moz-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .ts-control input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-select {
  width: 100%;
  height: 48px;
  padding: 0;
  border-radius: 8px;
  background-color: #F6F7F9;
  border: 1px solid transparent;
  color: #14142B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-select::-webkit-input-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-select::-moz-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-select:-ms-input-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .form-group .form-select:-moz-placeholder {
  color: #A0A3BD;
}
.page-authorization .authorization-main-block .authorization-box .inline-form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.page-authorization .authorization-main-block .authorization-box .inline-form-group .form-group {
  margin-bottom: 0;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767.9px) {
  .page-authorization .authorization-main-block .authorization-box .inline-form-group .form-group {
    width: 100%;
  }
}
.page-authorization .authorization-main-block .form-footer {
  width: 100%;
}
.page-authorization .authorization-main-block .form-footer p a {
  color: #405FF2;
  text-decoration: underline;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper {
  width: 100%;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
  color: #A0A3BD;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  margin-bottom: 24px;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9DBE9;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9DBE9;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper .authorization-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper .authorization-buttons .btn {
  width: calc(50% - 12px);
}
@media screen and (max-width: 575.9px) {
  .page-authorization .authorization-main-block .form-footer .authorization-buttons-wrapper .authorization-buttons .btn {
    width: 100%;
  }
}
.page-authorization .authorization-main-block .authorization-footer {
  width: 100%;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #D9DBE9;
}
.page-authorization .authorization-main-block .authorization-footer p a {
  color: #405FF2;
  font-weight: 500;
}
.page-authorization .dealer-block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.2);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 48px 80px -32px rgba(0, 0, 0, 0.5);
}
.page-authorization .dealer-block .dealer-info {
  width: calc(100% - 154px);
}
@media screen and (max-width: 575.9px) {
  .page-authorization .dealer-block .dealer-info {
    width: 100%;
  }
}
.page-authorization .dealer-block .dealer-info h3 {
  color: #FFFFFF;
}
.page-authorization .dealer-block .dealer-info p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}
.page-authorization .dealer-block .btn {
  width: 130px;
}
@media screen and (max-width: 575.9px) {
  .page-authorization .dealer-block .btn {
    width: 100%;
  }
}
.page-authorization .form-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 60px 0 24px;
}
.page-authorization .form-title h3 {
  color: #14142B;
  margin-bottom: 0;
  white-space: nowrap;
}
.page-authorization .form-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9DBE9;
  display: block;
}

.page-dealer-authorization {
  background: #fff;
}
.page-dealer-authorization .authorization-main-block {
  background: rgba(252, 252, 252, 0.2);
}
.page-dealer-authorization .authorization-main-block > p {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .page-dealer-authorization .authorization-main-block .form-footer > p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-dealer-authorization .dealer-block .dealer-info {
  width: calc(100% - 115px);
}
@media screen and (max-width: 575.9px) {
  .page-dealer-authorization .dealer-block .dealer-info {
    width: 100%;
  }
}
.page-dealer-authorization .dealer-block .dealer-info h3 {
  color: #14142B;
}
.page-dealer-authorization .dealer-block .dealer-info p {
  color: #14142B;
}
.page-dealer-authorization .dealer-block .btn {
  width: 80px;
}
@media screen and (max-width: 575.9px) {
  .page-dealer-authorization .dealer-block .btn {
    width: 100%;
  }
}

/*footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: $white;
	padding: 10px 16px;
	display: none;
}*/
.catalog-page {
  padding: 150px 0 40px;
}
@media (min-width: 1400px) {
  .catalog-page .container, .catalog-page .container-lg, .catalog-page .container-md, .catalog-page .container-sm, .catalog-page .container-xl, .catalog-page .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  .catalog-page .container, .catalog-page .container-lg, .catalog-page .container-md, .catalog-page .container-sm, .catalog-page .container-xl, .catalog-page .container-xxl {
    max-width: 1408px;
  }
}
@media screen and (max-width: 1199.9px) {
  .catalog-page {
    padding: 70px 0 40px;
  }
}

.filter-block {
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .filter-block {
    padding: 0 15px 15px;
    position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: #FFFFFF;
    transition: all 0.2s ease-in-out;
  }
  .filter-block.filters-show {
    left: 0;
  }
}
.filter-block .filters-title {
  width: 100%;
  padding: 10px 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-block .filters-title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0A0A0A;
  margin: 0;
}
.filter-block .filters-title h3 svg {
  color: #405FF2;
  cursor: pointer;
}
.filter-block .filters-title h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #14142B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.filter-block .all-filters {
  background-color: #FFFFFF;
  border: 1px solid #EFF0F6;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1399.9px) {
  .filter-block .all-filters {
    padding: 24px 10px;
  }
}
@media screen and (max-width: 991.9px) {
  .filter-block .all-filters {
    padding: 15px 24px;
    height: calc(100% - 58px);
    overflow-y: auto;
  }
}
.filter-block .main-filters {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.9px) {
  .filter-block .main-filters {
    padding: 0;
    margin: 0;
    /*position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: $white;
    transition: all .2s ease-in-out;
    &.filters-show {
    	left: 0;
    }*/
  }
}
.filter-block .main-filters .filter-part {
  width: 100%;
}
.filter-block .main-filters .by-car-block {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DBE9;
}
.filter-block .main-filters .by-car-block .add-car {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #405FF2;
  font-weight: 500;
}
.filter-block .main-filters .inline-form-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.filter-block .main-filters .inline-form-group .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}
.filter-block .main-filters .inline-form-group .form-select {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background-color: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}
.filter-block .main-filters .inline-form-group.by-car .form-control {
  width: calc(50% - 5px);
}
.filter-block .main-filters .inline-form-group.by-car .form-select {
  width: calc(50% - 5px);
}
.filter-block .main-filters .inline-form-group.by-car-row .form-control:first-child {
  width: calc(50% - 5px);
}
.filter-block .main-filters .inline-form-group.by-car-row .form-control:nth-child(2) {
  width: calc(50% - 35px);
}
.filter-block .main-filters .inline-form-group.by-car-row .form-select:first-child {
  width: calc(50% - 5px);
}
.filter-block .main-filters .inline-form-group.by-car-row .form-select:nth-child(2) {
  width: calc(50% - 35px);
}
.filter-block .main-filters .inline-form-group.by-price {
  align-items: center;
  gap: 16px;
}
.filter-block .main-filters .inline-form-group.by-price .form-control {
  width: calc(50% - 24px);
}
.filter-block .main-filters .inline-form-group.by-price .form-select {
  width: calc(50% - 24px);
}
.filter-block .main-filters .inline-form-group.by-price span {
  width: 16px;
  color: #14142B;
}
.filter-block .main-filters .inline-form-group .delete-button {
  color: #A0A3BD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .inline-form-group .delete-button svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #A0A3BD;
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .inline-form-group .delete-button:hover svg {
  color: #E84747;
}
.filter-block .main-filters .body-style-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
.filter-block .main-filters .body-style-list .form-check {
  width: 50%;
  height: 104px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.filter-block .main-filters .body-style-list .form-check .body-style-label {
  padding: 23px 10px 10px;
  width: 100%;
  height: 100%;
  color: #14142B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .body-style-list .form-check .body-style-label svg {
  color: #D4D2CF;
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .body-style-list .form-check .body-style-label:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: url("/images/theme/icon-check.svg") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .body-style-list .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-block .main-filters .body-style-list .form-check .btn-check:checked + label {
  color: #405FF2;
}
.filter-block .main-filters .body-style-list .form-check .btn-check:checked + label svg {
  color: #405FF2;
}
.filter-block .main-filters .body-style-list .form-check .btn-check:checked + label:before {
  opacity: 1;
}
.filter-block .main-filters .distance-block {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.filter-block .main-filters .distance-block label {
  min-width: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
  color: #A0A3BD;
  white-space: nowrap;
}
.filter-block .main-filters .distance-block input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.filter-block .main-filters .distance-block .form-select {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.filter-block .main-filters .distance-block .ts-wrapper {
  display: flex;
  align-items: center;
}
.filter-block .main-filters .distance-block .ts-control:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("/images/theme/arrow-down-2.svg") no-repeat center right !important;
  background-size: 100% !important;
  position: absolute;
  top: 17px;
  right: 8px;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.filter-block .main-filters .postcode-block {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.filter-block .main-filters .postcode-block label {
  min-width: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
  color: #A0A3BD;
}
.filter-block .main-filters .postcode-block input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 150px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.filter-block .main-filters .postcode-block select {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: calc(100% - 150px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.filter-block .main-filters .postcode-block .geo-location {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0A3BD;
  width: 20px;
  height: 20px;
}
.filter-block .main-filters .postcode-block .geo-location svg {
  width: 20px;
  height: 20px;
}
.filter-block .secondary-filters {
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .filter-block .secondary-filters {
    padding: 0;
    margin: 0;
    /*position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: $white;
    transition: all .2s ease-in-out;
    &.filters-show {
    	left: 0;
    }*/
  }
}
.filter-block .secondary-filters .all-secondary-filters {
  width: 100%;
  padding: 0;
}
.filter-block .secondary-filters .single-filter-collapse:not(:last-child) {
  margin-bottom: 20px;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-top {
  width: 100%;
  padding: 9px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid #D9DBE9;
  margin-bottom: 0px;
  position: relative;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-top a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-btn {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  outline: none;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-btn span {
  display: flex;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-btn svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #A0A3BD;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-btn.collapsed {
  margin-bottom: 0;
}
.filter-block .secondary-filters .single-filter-collapse .collapse-btn.collapsed svg {
  transform: rotate(180deg);
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body {
  padding: 20px 0 0;
  border: none;
  border-radius: 0;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-car .form-control {
  width: calc(50% - 10px);
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price {
  align-items: center;
  gap: 16px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price .form-control {
  width: calc(50% - 24px);
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price span {
  width: 16px;
  color: #14142B;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year {
  align-items: center;
  gap: 16px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-group {
  width: calc(50% - 24px);
  margin-bottom: 0;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year label {
  width: 100%;
  min-height: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #0A0A0A;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-select {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F6F7F9 url("/images/theme/arrow-down.png") no-repeat center right;
  background-size: 24px 24px;
  border: 1px solid #F6F7F9;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  width: 100%;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year span {
  width: 16px;
  color: #14142B;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check:not(:last-child) {
  margin-bottom: 12px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check .form-check-label {
  width: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check .form-check-label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #A0A3BD;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .sub-form-checks {
  padding-left: 40px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check {
  width: 50%;
  height: 104px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label {
  padding: 23px 10px 10px;
  width: 100%;
  height: 100%;
  color: #14142B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label svg {
  color: #D4D2CF;
  transition: all 0.2s ease-in-out;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: url("/images/theme/icon-check.svg") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label {
  color: #405FF2;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label svg {
  color: #405FF2;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label:before {
  opacity: 1;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check {
  width: 33.33%;
  height: 44px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .condition-label {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #405FF2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #405FF2;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .btn-check:checked + label {
  background: #405FF2;
  color: #FCFCFC;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check:first-child .condition-label {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check:last-child .condition-label {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes + .inline-form-group {
  margin-top: 20px;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check {
  width: 25%;
  height: 44px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .condition-label {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #405FF2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #405FF2;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .btn-check:checked + label {
  background: #405FF2;
  color: #FCFCFC;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:first-child .condition-label {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:nth-child(2) .condition-label {
  border-right: none;
}
.filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:last-child .condition-label {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.filter-block .secondary-filters .single-filter-collapse .inline-switch-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.filter-block .secondary-filters .single-filter-collapse .inline-switch-group label {
  color: #0A0A0A;
  margin: 0;
}
.filter-block .secondary-filters .single-filter-collapse .inline-switch-group .form-check-input {
  margin: 0;
}
.filter-block .dealer-title-filter {
  width: 100%;
}
.filter-block .dealer-title-filter .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}

.catalog-block {
  width: 100%;
}
.catalog-block h1 {
  width: 100%;
  margin-bottom: 12px;
  color: #14142B;
}
@media screen and (max-width: 991.9px) {
  .catalog-block h1 {
    margin-bottom: 20px;
  }
}
.catalog-block .sort-block {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 991.9px) {
  .catalog-block .sort-block {
    margin-bottom: 20px;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.catalog-block .sort-block .left-part {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991.9px) {
  .catalog-block .sort-block .left-part {
    width: 100%;
    height: 50px;
    justify-content: space-between;
  }
}
.catalog-block .sort-block .sort-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  /*min-width: 150px;
  width: 220px;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
  padding: 0 20px 0 0;
  cursor: pointer !important;
}
@media screen and (max-width: 360px) {
  .catalog-block .sort-block .sort-select {
    width: 200px;
  }
}
.catalog-block .sort-block .sort-select .ts-control {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 20px 0 0 !important;
  cursor: pointer !important;
}
.catalog-block .sort-block .sort-select .ts-control:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("/images/theme/arrow-down-2.svg") no-repeat center right !important;
  background-size: 100% !important;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.catalog-block .sort-block .sort-select .ts-control .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
  cursor: pointer !important;
}
.catalog-block .sort-block .sort-select .ts-control input {
  display: none !important;
}
.catalog-block .sort-block .sort-select.dropdown-active .ts-control:after {
  transform: rotate(180deg);
}
.catalog-block .sort-block .sort-select .ts-dropdown {
  min-width: 210px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 8px;
  background: #FFFFFF;
}
.catalog-block .sort-block .sort-select .ts-dropdown .optgroup-header {
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
  color: #14142B;
  margin-bottom: 9px;
  padding: 0 6px;
}
.catalog-block .sort-block .sort-select .ts-dropdown .option {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #14142B;
  padding: 2px 6px;
  border-radius: 6px;
  background: transparent;
}
.catalog-block .sort-block .sort-select .ts-dropdown .option:not(:last-child) {
  margin-bottom: 9px;
}
.catalog-block .sort-block .sort-select .ts-dropdown .option.selected {
  background: #F5F4F4;
}
.catalog-block .sort-block .results-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #A0A3BD;
}
.catalog-block .sort-block .results-count span {
  white-space: no-wrap;
}
.catalog-block .sort-block .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  background: #FFFFFF;
}
@media screen and (max-width: 991.9px) {
  .catalog-block .sort-block .right-part {
    width: 100%;
    justify-content: space-between;
  }
  .catalog-block .sort-block .right-part.stick {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    z-index: 98;
    padding: 0 12px 12px;
  }
}
.catalog-block .sort-block .right-part .mobile-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.catalog-block .sort-block .right-part .main-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  gap: 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.catalog-block .sort-block .right-part .main-filter-button svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.catalog-block .sort-block .right-part .secondary-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  gap: 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.catalog-block .sort-block .right-part .secondary-filter-button svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.catalog-block .sort-block .right-part .secondary-filter-button span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #405FF2;
}
.catalog-block .sort-block .right-part .secondary-filter-button.hasfilters {
  border: 1px solid #405FF2;
}
.catalog-block .sort-block .right-part .right-part-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.catalog-block .sort-block .right-part .right-part-block:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 991.9px) {
  .catalog-block .sort-block .right-part .right-part-block {
    width: 100%;
    justify-content: space-between;
  }
  .catalog-block .sort-block .right-part .right-part-block:first-child {
    margin-right: 0px;
  }
}
.catalog-block .sort-block .btn {
  gap: 4px;
}
.catalog-block .sort-block .btn svg {
  color: inherit;
}
.catalog-block .filters-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.catalog-block .filters-list .single-filter {
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
  border-radius: 30px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
}
.catalog-block .filters-list .single-filter a {
  display: flex;
  align-items: center;
  color: #6E7191;
}
.catalog-block .filters-list .single-filter a svg {
  color: #6E7191;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.catalog-block .filters-list .clear-all-filters-button {
  color: #405FF2;
  font-weight: 500;
}
.catalog-block .card-items-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199.9px) {
  .catalog-block .card-items-list {
    gap: 20px;
  }
}
.catalog-block .card-items-list .single-card {
  width: calc(33.33% - 14px);
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
}
@media screen and (max-width: 1199.9px) {
  .catalog-block .card-items-list .single-card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.9px) {
  .catalog-block .card-items-list .single-card {
    width: 100%;
  }
}
.catalog-block .card-items-list .single-card > a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.catalog-block .card-items-list .single-card .image-wrapper {
  width: 100%;
  height: 218px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}
.catalog-block .card-items-list .single-card .main-info {
  width: 100%;
  height: calc(100% - 218px);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.catalog-block .card-items-list .single-card .main-info h3 {
  color: #14142B;
  margin-bottom: 18px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.catalog-block .card-items-list .single-card .main-info .center-block {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.catalog-block .card-items-list .single-card .main-info .tags-list {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 50px;
  overflow: hidden;
}
.catalog-block .card-items-list .single-card .main-info .tags-list span {
  display: block;
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
  padding: 1px 9px 1px 9px;
  height: 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #14142B;
}
.catalog-block .card-items-list .single-card .main-info .tags-list .see-more {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.catalog-block .card-items-list .single-card .main-info .main-chars {
  width: 100%;
  padding: 9px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 18px;
}
.catalog-block .card-items-list .single-card .main-info .main-chars .single-char {
  width: calc(33.33% - 6px);
  text-align: center;
}
.catalog-block .card-items-list .single-card .main-info .main-chars .single-char svg {
  width: 18px;
  height: 18px;
  color: #14142B;
  margin-bottom: 15px;
}
.catalog-block .card-items-list .single-card .main-info .main-chars .single-char span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #14142B;
}
.catalog-block .card-items-list .single-card .main-info .price-block {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #D9DBE9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.catalog-block .card-items-list .single-card .main-info .price-block span {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #A0A3BD;
  min-height: 16px;
}
.catalog-block .card-items-list .single-card .main-info .price-block h3 {
  width: calc(100% - 130px);
  margin: 0;
  color: #14142B;
}
.catalog-block .card-items-list .single-card .main-info .price-block .link {
  width: 123px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #405FF2;
}
.catalog-block .card-items-list .single-card .main-info .price-block .link svg {
  width: 18px;
  height: 18px;
  color: #405FF2;
}
.catalog-block .card-items-list .single-card .add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.catalog-block .card-items-list .single-card .add-to-wishlist svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
.catalog-block .card-items-list .single-card .add-to-wishlist svg path {
  transition: all 0.2s ease-in-out;
  fill: transparent;
  stroke: #14142B;
}
.catalog-block .card-items-list .single-card .add-to-wishlist:hover {
  background: #FFFFFF;
}
.catalog-block .card-items-list .single-card .add-to-wishlist:hover svg {
  color: #FB4A4A;
}
.catalog-block .card-items-list .single-card .add-to-wishlist:hover svg path {
  fill: #FFFFFF;
  stroke: #FB4A4A;
}
.catalog-block .card-items-list .single-card .add-to-wishlist.active {
  background: #FFFFFF;
}
.catalog-block .card-items-list .single-card .add-to-wishlist.active svg {
  color: #FB4A4A;
}
.catalog-block .card-items-list .single-card .add-to-wishlist.active svg path {
  fill: #FB4A4A;
  stroke: #FB4A4A;
}
.catalog-block .card-items-list .no-items {
  color: #14142B;
}
.catalog-block .single-small-banner {
  width: calc(33.33% - 14px);
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
  background: #D9DBE9;
}
@media screen and (max-width: 1199.9px) {
  .catalog-block .single-small-banner {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.9px) {
  .catalog-block .single-small-banner {
    width: 100%;
  }
}
.catalog-block .single-small-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  margin: 0;
  color: #14142B;
}
.catalog-block .single-big-banner {
  width: 100%;
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
  background: #D9DBE9;
  min-height: 200px;
}
.catalog-block .single-big-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  margin: 0;
  color: #14142B;
}
.catalog-block .catalog-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.catalog-block .catalog-pagination a {
  min-width: 60px;
  /*height: 40px;
  border-radius: 30px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #E9E9E9;
  background: $white;*/
  color: #050B20;
}
.catalog-block .catalog-pagination a svg {
  width: 12px;
  height: 12px;
  color: #050B20;
}
.catalog-block .catalog-pagination a img {
  padding: 14px 24px;
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
}
.catalog-block .catalog-pagination span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #0A0A0A;
}

.dealer-block-wrapper {
  width: 100%;
  padding: 0 0 60px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFC 100%);
}
.dealer-block-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33px;
  border-radius: 80px 80px 0 0;
  background: #FFFFFF;
  box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.03);
}
.dealer-block-wrapper .dealer-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.dealer-block-wrapper .dealer-block .left-part {
  width: calc(50% - 10px);
}
@media screen and (max-width: 991.9px) {
  .dealer-block-wrapper .dealer-block .left-part {
    width: 100%;
  }
}
.dealer-block-wrapper .dealer-block .left-part .dealer-logo-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 8px;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-logo {
  max-height: 30px;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-logo img {
  max-height: 30px;
  width: auto;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-badge {
  padding: 1px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(90deg, #405FF2 0%, #287EFF 100%);
  color: #FFFFFF;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-badge svg {
  min-width: 12px;
  width: 12px;
  height: 12px;
  color: #FFFFFF;
}
.dealer-block-wrapper .dealer-block .left-part h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #14142B;
}
@media screen and (max-width: 767.9px) {
  .dealer-block-wrapper .dealer-block .left-part h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 565.9px) {
  .dealer-block-wrapper .dealer-block .left-part h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1199.9px) {
  .dealer-block-wrapper .dealer-block .left-part .dealer-info {
    gap: 12px;
  }
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info .rating img {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info .rating h3 {
  margin: 0;
  color: #14142B;
  font-weight: 600;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info .rating a {
  color: #405FF2;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #405FF2;
}
.dealer-block-wrapper .dealer-block .left-part .dealer-info > a svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
  color: #405FF2;
}
.dealer-block-wrapper .dealer-block .right-part {
  width: calc(50% - 10px);
}
@media screen and (max-width: 991.9px) {
  .dealer-block-wrapper .dealer-block .right-part {
    width: 100%;
  }
}
.dealer-block-wrapper .dealer-block .right-part .rewards-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 991.9px) {
  .dealer-block-wrapper .dealer-block .right-part .rewards-images {
    justify-content: flex-start;
  }
}
.dealer-block-wrapper .dealer-block .right-part .rewards-images img {
  width: auto;
  height: auto;
  max-height: 74px;
}
.dealer-block-wrapper .dealer-block .right-part .socials-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 991.9px) {
  .dealer-block-wrapper .dealer-block .right-part .socials-links {
    justify-content: flex-start;
  }
}
.dealer-block-wrapper .dealer-block .right-part .socials-links a {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
.dealer-block-wrapper .dealer-block .right-part .socials-links a:hover {
  color: #405FF2;
}

.no-items {
  width: 100%;
}

.card-page {
  padding: 150px 0 40px;
}
@media (min-width: 1400px) {
  .card-page .container, .card-page .container-lg, .card-page .container-md, .card-page .container-sm, .card-page .container-xl, .card-page .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  .card-page .container, .card-page .container-lg, .card-page .container-md, .card-page .container-sm, .card-page .container-xl, .card-page .container-xxl {
    max-width: 1408px;
  }
}
@media screen and (max-width: 1199.9px) {
  .card-page {
    padding: 70px 0 40px;
  }
}
.card-page .card-page-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.card-page .card-page-navigation .back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #405FF2;
  font-weight: 500;
}
.card-page .card-page-navigation .back-button svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.card-page .card-page-navigation .prev-next-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.card-page .card-page-navigation .prev-next-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #405FF2;
  font-weight: 500;
}
.card-page .card-page-navigation .prev-next-buttons a svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.card-page .card-page-navigation .prev-next-buttons a.prev-button svg {
  transform: rotate(180deg);
}
.card-page .card-top-part .card-badges {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.card-page .card-top-part .card-badges .single-badge {
  padding: 1px 15px 1px 15px;
  border-radius: 30px;
  min-width: 100px;
}
.card-page .card-top-part .card-badges .green-badge {
  color: #FFFFFF;
  background: linear-gradient(90deg, #3D923A 0%, #16BD10 100%);
}
.card-page .card-top-part .card-badges .grey-badge {
  background-color: #FCFCFC;
  border: 1px solid #D9DBE9;
}
.card-page .card-top-part .card-title {
  margin-bottom: 10px;
}
.card-page .card-top-part .car-fax-button {
  margin-bottom: 22px;
}
.card-page .card-top-part .car-fax-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #405FF2;
  font-weight: 500;
}
.card-page .card-top-part .car-fax-button a svg {
  vertical-align: middle;
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.card-page .card-top-part .card-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 22px;
}
.card-page .card-top-part .card-rating .add-to-wishlist {
  width: 48px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #405FF2;
  background-color: #FFFFFF;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.card-page .card-top-part .card-rating .add-to-wishlist svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #14142B;
  transition: all 0.2s ease-in-out;
  background-color: #FFFFFF;
}
.card-page .card-top-part .card-rating .add-to-wishlist svg path {
  transition: all 0.2s ease-in-out;
  fill: #FFFFFF;
  stroke: #14142B;
}
.card-page .card-top-part .card-rating .add-to-wishlist:hover svg {
  color: #FB4A4A;
}
.card-page .card-top-part .card-rating .add-to-wishlist:hover svg path {
  fill: #FB4A4A;
  stroke: #FB4A4A;
}
.card-page .card-top-part .card-rating .add-to-wishlist.active svg {
  color: #FB4A4A;
}
.card-page .card-top-part .card-rating .add-to-wishlist.active svg path {
  fill: #FB4A4A;
  stroke: #FB4A4A;
}
@media screen and (max-width: 1199.9px) {
  .card-page .card-top-part .card-rating .add-to-wishlist {
    width: auto;
    padding: 7px 16px;
    gap: 4px;
    color: #405FF2;
  }
}
.card-page .rate-block {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #A0A3BD;
}
.card-page .rate-block span {
  display: block;
  min-width: 26px;
  width: 26px;
  height: 26px;
}
.card-page .rate-block span.full {
  background: url("/images/theme/full-star.svg") no-repeat center;
  background-size: 100% 100%;
}
.card-page .rate-block span.empty {
  background: url("/images/theme/empty-star.svg") no-repeat center;
  background-size: 100% 100%;
}
.card-page .price-block {
  margin-bottom: 22px;
}
.card-page .price-block .h1 {
  margin-bottom: 5px;
  color: #1A202C;
}
.card-page .price-block .old-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
  color: #90A3BF;
}
.card-page .dealer-link {
  margin-bottom: 40px;
}
.card-page .dealer-link > span {
  display: block;
  margin-bottom: 8px;
  color: #A0A3BD;
}
.card-page .dealer-link .dealer-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1199.9px) {
  .card-page .dealer-link .dealer-row {
    flex-direction: column-reverse;
  }
}
.card-page .dealer-link .dealer-row .dealer-name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.card-page .dealer-link .dealer-row .dealer-name span {
  font-weight: 500;
  display: block;
}
.card-page .dealer-link .dealer-row .dealer-name span span {
  font-weight: 400;
  display: block;
  color: #A0A3BD;
}
.card-page .dealer-link .dealer-row .dealer-name span a {
  font-weight: 400;
  display: block;
}
.card-page .dealer-link .dealer-row .dealer-name a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #405FF2;
  font-weight: 500;
  white-space: nowrap;
}
.card-page .dealer-link .dealer-row .dealer-name a svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1199.9px) {
  .card-page .dealer-link .dealer-row .dealer-name {
    width: 100%;
  }
}
@media screen and (max-width: 1199.9px) {
  .card-page .dealer-link .dealer-row .dealer-logo {
    width: 100%;
  }
}
.card-page .dealer-link .dealer-row .dealer-logo img {
  max-width: 100%;
  height: auto;
  max-height: 30px;
}
.card-page .request-form {
  padding: 20px;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.2);
  border: 1px solid #EFF0F6;
  box-shadow: 0px 48px 80px -32px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
.card-page .request-form .request-form-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9DBE9;
}
.card-page .request-form .request-form-title h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-page .request-form .request-form-title h3 svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.card-page .request-form .request-form-title p {
  margin-bottom: 0;
}
.card-page .request-form .main-label {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}
.card-page .request-form .inline-form-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}
.card-page .request-form .inline-form-group .form-group {
  width: calc(50% - 7px);
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .card-page .request-form .inline-form-group .form-group {
    width: 100%;
  }
}
.card-page .request-form .inline-form-group .form-group label {
  margin-bottom: 12px;
}
.card-page .request-form .inline-form-group .form-group .form-control {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
.card-page .request-form .inline-form-group .form-group .form-select {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
.card-page .request-form .inline-form-group.inline-form-group-2 {
  gap: 24px;
  margin-bottom: 24px;
}
.card-page .request-form .inline-form-group.inline-form-group-2 .form-group {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 767.9px) {
  .card-page .request-form .inline-form-group.inline-form-group-2 .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 1199.9px) {
  .card-page .request-form {
    padding: 0 15px 15px;
    width: 100%;
    position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: #FFFFFF;
    overflow-y: auto;
    transition: all 0.2s ease-in-out;
  }
  .card-page .request-form.request-form-show {
    left: 0;
  }
}
.card-page .small-banner {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #D9DBE9;
  overflow: hidden;
}
.card-page .small-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: -webkit-baseline-middle;
}
.card-page .image-carousel-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.card-page .image-carousel-wrapper .image-carousel-block {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .card-page .image-carousel-wrapper .image-carousel-block {
    height: 595px;
  }
}
@media screen and (max-width: 1199.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block {
    margin-bottom: 80px;
    overflow: visible;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel {
  height: 100%;
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-inner {
  height: 100%;
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-inner .carousel-item .lg-item {
  display: block;
  width: 100%;
  height: 100%;
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-inner .carousel-item img {
    border-radius: 16px;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 90px;
  width: 60px;
  height: 40px;
  color: #405FF2;
  background: #FCFCFC;
  border: 1px solid #405FF2;
  border-radius: 30px;
  opacity: 1;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev {
    bottom: -60px;
    left: 0;
    right: auto;
    color: #E9E9E9;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #405FF2;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev .carousel-control-prev-icon {
    color: #050B20;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev .carousel-control-prev-icon svg {
  width: 12px;
  height: 12px;
  color: #405FF2;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-prev .carousel-control-prev-icon svg {
    color: #050B20;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 60px;
  height: 40px;
  color: #405FF2;
  background: #FCFCFC;
  border: 1px solid #405FF2;
  border-radius: 30px;
  opacity: 1;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next {
    bottom: -60px;
    left: auto;
    right: 0;
    color: #E9E9E9;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next .carousel-control-next-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #405FF2;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next .carousel-control-next-icon {
    color: #050B20;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next .carousel-control-next-icon svg {
  width: 12px;
  height: 12px;
  color: #405FF2;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-next .carousel-control-next-icon svg {
    color: #050B20;
  }
}
.card-page .image-carousel-wrapper .image-carousel-block .carousel .carousel-control-count {
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 60px;
  right: 60px;
  width: calc(100% - 120px);
  height: 40px;
  color: #0A0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card-page .image-carousel-wrapper .image-thumbnails-block {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
@media screen and (max-width: 991.9px) {
  .card-page .image-carousel-wrapper .image-thumbnails-block {
    display: none;
  }
}
.card-page .image-carousel-wrapper .image-thumbnails-block .carousel-indicators {
  width: calc(75% - 6px);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.card-page .image-carousel-wrapper .image-thumbnails-block .carousel-indicators button {
  box-sizing: border-box;
  width: calc(33.33% - 8px);
  height: 163px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
  border: none;
  border: 2.62px solid transparent;
  margin: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.card-page .image-carousel-wrapper .image-thumbnails-block .carousel-indicators button img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-page .image-carousel-wrapper .image-thumbnails-block .carousel-indicators button.active {
  padding: 10px;
  border: 2.62px solid rgb(160, 163, 189);
}
.card-page .image-carousel-wrapper .image-thumbnails-block .show-more-images {
  width: calc(25% - 6px);
}
.card-page .image-carousel-wrapper .image-thumbnails-block .show-more-images button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-page .image-carousel-wrapper .image-thumbnails-block .show-more-images button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(20, 20, 43, 0.4);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.card-page .image-carousel-wrapper .image-thumbnails-block .show-more-images span {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.card-page .image-carousel-wrapper .image-thumbnails-block .show-more-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-page .vehicle-characteristics-block .main-vehicle-characteristics {
  margin-bottom: 32px;
  row-gap: 20px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-page .vehicle-characteristics-block .main-vehicle-characteristics .single-main-characteristics {
  background-color: #F7F7FC;
  width: calc(33.33% - 20px);
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .card-page .vehicle-characteristics-block .main-vehicle-characteristics .single-main-characteristics {
    width: 100%;
  }
}
.card-page .vehicle-characteristics-block .main-vehicle-characteristics .single-main-characteristics .single-main-vehicle {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}
.card-page .vehicle-characteristics-block .main-vehicle-characteristics .single-main-characteristics .single-main-vehicle svg {
  height: 18px;
  width: 18px;
  color: #14142B;
}
.card-page .vehicle-characteristics-block .main-vehicle-characteristics .single-main-characteristics .single-main-vehicle p {
  color: #6E7191;
}
.card-page .vehicle-characteristics-block .secondary-vehicle-characteristics {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9DBE9;
  row-gap: 26px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.card-page .vehicle-characteristics-block .secondary-vehicle-characteristics .secondary-main-characteristics {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767.9px) {
  .card-page .vehicle-characteristics-block .secondary-vehicle-characteristics .secondary-main-characteristics {
    width: 100%;
  }
}
.card-page .vehicle-characteristics-block .secondary-vehicle-characteristics .secondary-main-characteristics p {
  color: #6E7191;
  margin-bottom: 5px;
}
.card-page .vehicle-characteristics-block .overview-block h3 {
  margin-bottom: 32px;
}
.card-page .vehicle-characteristics-block .overview-block p {
  margin-bottom: 12px;
}
.card-page .vehicle-characteristics-block .overview-block .full-description-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9DBE9;
}
.card-page .vehicle-characteristics-block .overview-block .full-description-block .main-detailed-description {
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .card-page .vehicle-characteristics-block .overview-block .full-description-block .main-detailed-description {
    width: 100%;
  }
}
.card-page .vehicle-characteristics-block .overview-block .full-description-block .main-detailed-description p:not(:last-child) {
  margin-bottom: 6px;
}
.card-page .vehicle-characteristics-block .overview-block .full-description-block .main-detailed-description p span {
  margin-right: 5px;
  color: #6E7191;
}
.card-page .vehicle-characteristics-block .features-block {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9DBE9;
}
.card-page .vehicle-characteristics-block .features-block h3 {
  margin-bottom: 20px;
}
.card-page .vehicle-characteristics-block .features-block .all-features-block {
  display: flex;
  flex-wrap: wrap;
}
.card-page .vehicle-characteristics-block .features-block .all-features-block:not(:last-child) {
  margin-bottom: 14px;
}
.card-page .vehicle-characteristics-block .features-block .all-features-block .main-features-block {
  width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .card-page .vehicle-characteristics-block .features-block .all-features-block .main-features-block {
    width: 100%;
    margin-right: 0px;
  }
  .card-page .vehicle-characteristics-block .features-block .all-features-block .main-features-block:not(:last-child) {
    margin-bottom: 14px;
  }
}
.card-page .vehicle-characteristics-block .features-block .all-features-block .main-features-block .single-main-features {
  gap: 9px;
  display: flex;
  align-items: center;
}
.card-page .flying-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-page .flying-button .btn {
  width: 100%;
  max-width: 300px;
}

.preview-mode {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 20px 50px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  border: 3px solid #DEAE1F;
  border-bottom: none;
  box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 991.9px) {
  .preview-mode {
    gap: 20px;
    padding: 15px;
  }
}
.preview-mode .left-part {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: calc(100% - 605px);
}
@media screen and (max-width: 991.9px) {
  .preview-mode .left-part {
    max-width: 100%;
    width: 100%;
  }
}
.preview-mode .left-part svg {
  min-width: 37px;
  width: 37px;
  height: 37px;
}
.preview-mode .left-part .preview-mode-text h3 {
  color: #14142B;
  margin-bottom: 0;
}
.preview-mode .left-part .preview-mode-text span {
  color: #3A371B;
  display: block;
}
.preview-mode .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;
}
@media screen and (max-width: 991.9px) {
  .preview-mode .right-part {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.preview-mode .right-part .btn {
  min-width: 171px;
}
@media screen and (max-width: 991.9px) {
  .preview-mode .right-part .btn {
    min-width: calc(33.33% - 14px);
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 575.9px) {
  .preview-mode .right-part .btn {
    min-width: 100%;
    width: 100%;
  }
}

.dealer-card-title {
  width: 100%;
}
.dealer-card-title h2 {
  margin-bottom: 30px;
}

.error-page {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}
@media screen and (max-width: 991.9px) {
  .error-page {
    text-align: center;
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 991.9px) {
  .error-page .error-info {
    margin-bottom: 25px;
  }
}
.error-page .error-info h1 {
  font-size: 76px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: #14142B;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.9px) {
  .error-page .error-info h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .error-page .error-info h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.error-page .error-info p {
  color: #14142B;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.9px) {
  .error-page .error-info p {
    text-align: center;
  }
}
.error-page .error-info .btn {
  width: 100%;
  max-width: 300px;
}
.error-page .error-image {
  width: 100%;
  text-align: center;
}
.error-page .error-image img {
  max-width: 100%;
  height: auto;
}

.add-car-page-wrapper {
  width: 100%;
  padding: 90px 0;
}
@media (min-width: 1200px) {
  .add-car-page-wrapper .container, .add-car-page-wrapper .container-lg, .add-car-page-wrapper .container-md, .add-car-page-wrapper .container-sm, .add-car-page-wrapper .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .add-car-page-wrapper .container, .add-car-page-wrapper .container-lg, .add-car-page-wrapper .container-md, .add-car-page-wrapper .container-sm, .add-car-page-wrapper .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .add-car-page-wrapper .container, .add-car-page-wrapper .container-lg, .add-car-page-wrapper .container-md, .add-car-page-wrapper .container-sm, .add-car-page-wrapper .container-xl, .add-car-page-wrapper .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  .add-car-page-wrapper .container, .add-car-page-wrapper .container-lg, .add-car-page-wrapper .container-md, .add-car-page-wrapper .container-sm, .add-car-page-wrapper .container-xl, .add-car-page-wrapper .container-xxl {
    max-width: 1408px;
  }
}
.add-car-page-wrapper .cancel-button-block {
  width: 100%;
}
.add-car-page-wrapper .cancel-button-block a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #405FF2;
}
.add-car-page-wrapper .cancel-button-block a svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.add-car-page-wrapper .box-wrapper {
  padding: 40px 30px;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.2);
  box-shadow: 0px 48px 80px -32px rgba(0, 0, 0, 0.07);
}
.add-car-page-wrapper .box-wrapper h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199.9px) {
  .add-car-page-wrapper .box-wrapper h1 {
    margin-bottom: 20px;
  }
}
.add-car-page-wrapper .box-wrapper .form-wrapper form {
  width: 100%;
  margin: 0;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group {
  margin-bottom: 0;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group .form-select {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group .form-control {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:first-child {
  width: 194px;
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:nth-child(2) {
  width: calc(100% - 391px);
}
.add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:last-child {
  width: 149px;
}
@media screen and (max-width: 1199.9px) {
  .add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group {
    gap: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:first-child {
    width: 100%;
  }
  .add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:nth-child(2) {
    width: 100%;
  }
  .add-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:last-child {
    width: 100%;
  }
}
.add-car-page-wrapper .box-wrapper .custom-link {
  margin-top: 24px;
  padding: 15px 0;
  background: transparent;
  color: #405FF2;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .add-car-page-wrapper .box-wrapper .custom-link {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 1199.9px) {
  .add-car-page-wrapper .box-wrapper {
    padding: 12px;
    background: #FCFCFC;
  }
}

@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .form-buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-top: 30px;
  }
  .eddit-car-page-wrapper .form-buttons .btn {
    width: calc(33.33% - 6px);
    margin-top: 0px;
  }
}
.eddit-car-page-wrapper .edit-items-list {
  margin: 34px 0;
}
.eddit-car-page-wrapper .edit-items-list .edit-items-list-close-button {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #405FF2;
  text-decoration: none;
}
.eddit-car-page-wrapper .edit-items-list .edit-items-list-close-button svg {
  color: #14142B;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .edit-items-list .edit-items-list-close-button {
    display: flex;
  }
}
.eddit-car-page-wrapper .edit-items-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.eddit-car-page-wrapper .edit-items-list ul li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eddit-car-page-wrapper .edit-items-list ul li svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #1FDE32;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.eddit-car-page-wrapper .edit-items-list ul li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #14142B;
}
.eddit-car-page-wrapper .edit-items-list ul li.finished svg {
  opacity: 1;
}
.eddit-car-page-wrapper .edit-items-list .clear-button {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin-left: 34px;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #6E7191;
}
.eddit-car-page-wrapper .edit-items-list .clear-button svg {
  min-width: 13px;
  width: 13px;
  height: 13px;
}
.eddit-car-page-wrapper .edit-items-list .form-buttons .btn {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .edit-items-list .form-buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-top: 20px;
  }
  .eddit-car-page-wrapper .edit-items-list .form-buttons .btn {
    width: calc(33.33% - 6px);
    margin-top: 0px;
  }
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .edit-items-list {
    position: fixed;
    top: 66px;
    left: -100%;
    width: 100%;
    height: calc(100% - 66px);
    z-index: 101;
    transition: all 0.2s ease-in-out;
    margin: 0;
    padding: 10px;
    background: #FFFFFF;
  }
  .eddit-car-page-wrapper .edit-items-list.edit-items-list-show {
    left: 0;
  }
}
.eddit-car-page-wrapper .cancel-button-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .cancel-button-block {
    margin-top: 20px;
  }
}
.eddit-car-page-wrapper .body-style-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .body-style-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.eddit-car-page-wrapper .body-style-list .form-check {
  width: 25%;
  height: 104px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .body-style-list .form-check {
    width: 181px;
    min-width: 181px;
  }
}
.eddit-car-page-wrapper .body-style-list .form-check .body-style-label {
  padding: 23px 10px 10px;
  width: 100%;
  height: 100%;
  color: #14142B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.eddit-car-page-wrapper .body-style-list .form-check .body-style-label svg {
  color: #D4D2CF;
  transition: all 0.2s ease-in-out;
}
.eddit-car-page-wrapper .body-style-list .form-check .body-style-label:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: url("/images/theme/icon-check.svg") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.eddit-car-page-wrapper .body-style-list .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.eddit-car-page-wrapper .body-style-list .form-check .btn-check:checked + label {
  color: #405FF2;
}
.eddit-car-page-wrapper .body-style-list .form-check .btn-check:checked + label svg {
  color: #405FF2;
}
.eddit-car-page-wrapper .body-style-list .form-check .btn-check:checked + label:before {
  opacity: 1;
}
.eddit-car-page-wrapper .box-wrapper {
  box-shadow: 0px 48px 80px 32px rgba(0, 0, 0, 0.07);
}
.eddit-car-page-wrapper .box-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.eddit-car-page-wrapper .box-wrapper h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .box-wrapper h2 {
    margin-bottom: 20px;
    font-weight: 600;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper h3 {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 36px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9DBE9;
  display: block;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper h3 {
    margin-top: 0;
    font-weight: 600;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper h3:after {
    display: none;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .all-colors {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .all-colors .color-form-check {
  width: 25%;
  height: 46px;
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .all-colors .color-form-check {
    width: 100%;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .all-features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .all-features .form-check {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .all-features .form-check {
    width: 100%;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group {
  width: 100%;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group {
  width: calc(50% - 12px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:first-child {
  width: calc(50% - 12px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:last-child {
  width: calc(50% - 12px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:nth-child(2) {
  width: calc(50% - 12px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group textarea {
  width: 100%;
  height: 161px;
  background-color: #F7F7FC;
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:first-child {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:last-child {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group .form-group:nth-child(2) {
    width: 100%;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group > .form-switch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-first .form-group {
  /*@media screen and (max-width: 479.9px) {
  	width: 100%;	
  	&:first-child {
  		width: 100%;	
  	}				
  	&:last-child {
  		width: 100%;	
  	}
  	&:nth-child(2) {
  		width: 100%;	
  	}	
  }*/
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-first .form-group:first-child {
  width: calc(100% - 74px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-first .form-group:last-child {
  width: 50px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-first .form-group:nth-child(2) {
  width: 50px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group {
  width: calc(33% - 16px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:first-child {
  width: calc(33% - 16px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:last-child {
  width: calc(33% - 16px);
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:nth-child(2) {
  width: calc(33% - 16px);
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:first-child {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:last-child {
    width: 100%;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .inline-form-group-3 .form-group:nth-child(2) {
    width: 100%;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .form-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .form-buttons .btn {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .form-buttons .btn {
    width: 100%;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 21px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo {
  width: calc(33.33% - 14px);
  text-align: center;
  position: relative;
  padding: 4px 4px 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  height: 168px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo .img-wrapper {
    height: auto;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo span {
  color: #849CA8;
  font-weight: 500;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo a {
  color: #405FF2;
  font-weight: 500;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  z-index: 4;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo button svg {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1199.9px) {
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo {
    width: 237px;
    min-width: 237px;
  }
  .eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .uploaded-photos .single-uploaded-photo button svg {
    width: 10px;
    height: 10px;
  }
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .upload-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 24px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .upload-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  background-color: #F7F7FC;
  border-radius: 6px;
}
.eddit-car-page-wrapper .box-wrapper .form-wrapper .upload-wrapper .upload-link input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.mobile-flying-panel {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1199.9px) {
  .mobile-flying-panel {
    display: block;
  }
}
.mobile-flying-panel .panel-top-part {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 0;
  margin-bottom: 10px;
}
.mobile-flying-panel .panel-top-part a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #405FF2;
  font-weight: 500;
  text-decoration: none;
}
.mobile-flying-panel .panel-top-part a svg {
  width: 24px;
  height: 24px;
}
.mobile-flying-panel .panel-top-part .step-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #A0A3BD;
}
.mobile-flying-panel .panel-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mobile-flying-panel .panel-buttons .btn {
  width: 100%;
  min-width: calc(50% - 10px);
}

.admin-page {
  width: 100%;
}
.admin-page .input-group .form-control {
  line-height: 22px;
  box-shadow: none !important;
}
.admin-page .clear-filter-button {
  width: 30px;
  border: 1px solid #D9DDE7;
  background: #eff0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.admin-page .ts-control {
  min-height: 40px;
}
.admin-page .box-wrapper {
  padding: 40px 30px;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.2);
  box-shadow: 0px 48px 80px 32px rgba(0, 0, 0, 0.07);
}
.admin-page .box-wrapper .form-wrapper form {
  width: 100%;
  margin: 0;
}
.admin-page .box-wrapper .form-wrapper .inline-form-group {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.admin-page .box-wrapper .form-wrapper .inline-form-group .form-group {
  margin-bottom: 0;
  width: calc(50% - 12px);
}
.admin-page .box-wrapper .form-wrapper .inline-form-group .form-group label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.admin-page .box-wrapper .form-wrapper .inline-form-group .form-group .form-select {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
.admin-page .box-wrapper .form-wrapper .inline-form-group .form-group .form-control {
  width: 100%;
  background-color: #F6F7F9;
  border-color: #F6F7F9;
}
@media screen and (max-width: 991.9px) {
  .admin-page .box-wrapper .form-wrapper .inline-form-group .form-group {
    width: 100%;
  }
}
.admin-page .box-wrapper .form-wrapper h3 {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 36px;
}
.admin-page .box-wrapper .form-wrapper h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9DBE9;
  display: block;
}
.admin-page .box-wrapper .custom-link {
  margin-top: 24px;
  padding: 15px 0;
  background: transparent;
  color: #405FF2;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .admin-page .box-wrapper .custom-link {
    margin: 24px auto 0;
  }
}
.admin-page .box-wrapper .upload-block {
  width: 100%;
  margin: 24px 0;
  position: relative;
}
.admin-page .box-wrapper .upload-block .upload-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  background-color: #F7F7FC;
  border-radius: 6px;
}
.admin-page .box-wrapper .upload-block input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.admin-page .box-wrapper .upload-block .uploaded-photo {
  width: calc(33.33% - 14px);
  text-align: center;
  position: relative;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .admin-page .box-wrapper .upload-block .uploaded-photo {
    width: 100%;
  }
}
.admin-page .box-wrapper .upload-block .uploaded-photo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.admin-page .box-wrapper .upload-block .uploaded-photo .delete-image {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  z-index: 4;
}
.admin-page .box-wrapper .upload-block .uploaded-photo .delete-image svg {
  width: 14px;
  height: 14px;
}
.admin-page .form-footer .btn {
  min-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .admin-page .form-footer {
    min-width: 100%;
    width: 100%;
  }
}
.admin-page table .btn {
  max-width: 160px;
  white-space: nowrap;
}

.wishlist-page {
  padding: 150px 0 40px;
}
@media (min-width: 1400px) {
  .wishlist-page .container, .wishlist-page .container-lg, .wishlist-page .container-md, .wishlist-page .container-sm, .wishlist-page .container-xl, .wishlist-page .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1440px) {
  .wishlist-page .container, .wishlist-page .container-lg, .wishlist-page .container-md, .wishlist-page .container-sm, .wishlist-page .container-xl, .wishlist-page .container-xxl {
    max-width: 1408px;
  }
}
@media screen and (max-width: 1199.9px) {
  .wishlist-page {
    padding: 70px 0 40px;
  }
}
.wishlist-page .filter-block {
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .filter-block {
    padding: 0 15px 15px;
    position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: #FFFFFF;
    transition: all 0.2s ease-in-out;
  }
  .wishlist-page .filter-block.filters-show {
    left: 0;
  }
}
.wishlist-page .filter-block .filters-title {
  width: 100%;
  padding: 10px 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist-page .filter-block .filters-title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0A0A0A;
  margin: 0;
}
.wishlist-page .filter-block .filters-title h3 svg {
  color: #405FF2;
  cursor: pointer;
}
.wishlist-page .filter-block .filters-title h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #14142B;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.wishlist-page .filter-block .all-filters {
  background-color: #FFFFFF;
  border: 1px solid #EFF0F6;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1399.9px) {
  .wishlist-page .filter-block .all-filters {
    padding: 24px 10px;
  }
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .filter-block .all-filters {
    padding: 15px 24px;
    height: calc(100% - 58px);
    overflow-y: auto;
  }
}
.wishlist-page .filter-block .main-filters {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .filter-block .main-filters {
    padding: 0;
    margin: 0;
    /*position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: $white;
    transition: all .2s ease-in-out;
    &.filters-show {
    	left: 0;
    }*/
  }
}
.wishlist-page .filter-block .main-filters .filter-part {
  width: 100%;
}
.wishlist-page .filter-block .main-filters .by-car-block {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DBE9;
}
.wishlist-page .filter-block .main-filters .by-car-block .add-car {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #405FF2;
  font-weight: 500;
}
.wishlist-page .filter-block .main-filters .inline-form-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.wishlist-page .filter-block .main-filters .inline-form-group .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}
.wishlist-page .filter-block .main-filters .inline-form-group .form-select {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background-color: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car .form-control {
  width: calc(50% - 5px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car .form-select {
  width: calc(50% - 5px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car-row .form-control:first-child {
  width: calc(50% - 5px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car-row .form-control:nth-child(2) {
  width: calc(50% - 35px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car-row .form-select:first-child {
  width: calc(50% - 5px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-car-row .form-select:nth-child(2) {
  width: calc(50% - 35px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-price {
  align-items: center;
  gap: 16px;
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-price .form-control {
  width: calc(50% - 24px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-price .form-select {
  width: calc(50% - 24px);
}
.wishlist-page .filter-block .main-filters .inline-form-group.by-price span {
  width: 16px;
  color: #14142B;
}
.wishlist-page .filter-block .main-filters .inline-form-group .delete-button {
  color: #A0A3BD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .main-filters .inline-form-group .delete-button svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #A0A3BD;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .main-filters .inline-form-group .delete-button:hover svg {
  color: #E84747;
}
.wishlist-page .filter-block .main-filters .body-style-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check {
  width: 50%;
  height: 104px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .body-style-label {
  padding: 23px 10px 10px;
  width: 100%;
  height: 100%;
  color: #14142B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .body-style-label svg {
  color: #D4D2CF;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .body-style-label:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: url("/images/theme/icon-check.svg") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .btn-check:checked + label {
  color: #405FF2;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .btn-check:checked + label svg {
  color: #405FF2;
}
.wishlist-page .filter-block .main-filters .body-style-list .form-check .btn-check:checked + label:before {
  opacity: 1;
}
.wishlist-page .filter-block .main-filters .postcode-block {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wishlist-page .filter-block .main-filters .postcode-block label {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
  color: #A0A3BD;
}
.wishlist-page .filter-block .main-filters .postcode-block input {
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.wishlist-page .filter-block .main-filters .postcode-block select {
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.wishlist-page .filter-block .main-filters .postcode-block .geo-location {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0A3BD;
  width: 20px;
  height: 20px;
}
.wishlist-page .filter-block .main-filters .postcode-block .geo-location svg {
  width: 20px;
  height: 20px;
}
.wishlist-page .filter-block .main-filters .distance-block {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wishlist-page .filter-block .main-filters .distance-block label {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
  color: #A0A3BD;
  white-space: nowrap;
}
.wishlist-page .filter-block .main-filters .distance-block input {
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.wishlist-page .filter-block .main-filters .distance-block .form-select {
  width: calc(100% - 135px);
  min-height: 48px;
  border-radius: 8px;
  background-color: #F6F7F9;
  border: 1px solid #F6F7F9;
}
.wishlist-page .filter-block .main-filters .distance-block .ts-wrapper {
  display: flex;
  align-items: center;
}
.wishlist-page .filter-block .secondary-filters {
  width: 100%;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .filter-block .secondary-filters {
    padding: 0;
    margin: 0;
    /*position: fixed;
    top: 66px;
    left: -100%;
    z-index: 99;
    height: calc(100% - 66px);
    background: $white;
    transition: all .2s ease-in-out;
    &.filters-show {
    	left: 0;
    }*/
  }
}
.wishlist-page .filter-block .secondary-filters .all-secondary-filters {
  width: 100%;
  padding: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse:not(:last-child) {
  margin-bottom: 20px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-top {
  width: 100%;
  padding: 9px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-bottom: 1px solid #D9DBE9;
  margin-bottom: 0px;
  position: relative;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-top a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-btn {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  outline: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-btn span {
  display: flex;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-btn svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #A0A3BD;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-btn.collapsed {
  margin-bottom: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .collapse-btn.collapsed svg {
  transform: rotate(180deg);
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body {
  padding: 20px 0 0;
  border: none;
  border-radius: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-car .form-control {
  width: calc(50% - 10px);
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price {
  align-items: center;
  gap: 16px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price .form-control {
  width: calc(50% - 24px);
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-price span {
  width: 16px;
  color: #14142B;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year {
  align-items: center;
  gap: 16px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-group {
  width: calc(50% - 24px);
  margin-bottom: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year label {
  width: 100%;
  min-height: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #0A0A0A;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-select {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F6F7F9 url("/images/theme/arrow-down.png") no-repeat center right;
  background-size: 24px 24px;
  border: 1px solid #F6F7F9;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  width: 100%;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .inline-form-group.by-year span {
  width: 16px;
  color: #14142B;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check:not(:last-child) {
  margin-bottom: 12px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check .form-check-label {
  width: calc(100% - 45px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .form-check .form-check-label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #A0A3BD;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .sub-form-checks {
  padding-left: 40px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check {
  width: 50%;
  height: 104px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label {
  padding: 23px 10px 10px;
  width: 100%;
  height: 100%;
  color: #14142B;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label svg {
  color: #D4D2CF;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .body-style-label:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: url("/images/theme/icon-check.svg") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label {
  color: #405FF2;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label svg {
  color: #405FF2;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .body-style-list .form-check .btn-check:checked + label:before {
  opacity: 1;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check {
  width: 33.33%;
  height: 44px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .condition-label {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #405FF2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #405FF2;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check .btn-check:checked + label {
  background: #405FF2;
  color: #FCFCFC;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check:first-child .condition-label {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes .form-check:last-child .condition-label {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .condition-checkboxes + .inline-form-group {
  margin-top: 20px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check {
  width: 25%;
  height: 44px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .condition-label {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #405FF2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #405FF2;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .btn-check {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check .btn-check:checked + label {
  background: #405FF2;
  color: #FCFCFC;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:first-child .condition-label {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:nth-child(2) .condition-label {
  border-right: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .filter-collapse .card-body .fuel-checkboxes .form-check:last-child .condition-label {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .inline-switch-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .inline-switch-group label {
  color: #0A0A0A;
  margin: 0;
}
.wishlist-page .filter-block .secondary-filters .single-filter-collapse .inline-switch-group .form-check-input {
  margin: 0;
}
.wishlist-page .filter-block .dealer-title-filter {
  width: 100%;
}
.wishlist-page .filter-block .dealer-title-filter .form-control {
  min-height: 50px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 6px;
}
.wishlist-page .catalog-block {
  width: 100%;
}
.wishlist-page .catalog-block h1 {
  width: 100%;
  margin-bottom: 12px;
  color: #14142B;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .catalog-block h1 {
    margin-bottom: 20px;
  }
}
.wishlist-page .catalog-block .sort-block {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .catalog-block .sort-block {
    margin-bottom: 20px;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wishlist-page .catalog-block .sort-block .left-part {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wishlist-page .catalog-block .sort-block .left-part .nav-tabs {
  border: none;
  gap: 20px;
}
.wishlist-page .catalog-block .sort-block .left-part .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #14142B;
}
.wishlist-page .catalog-block .sort-block .left-part .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #14142B;
  background: transparent;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .catalog-block .sort-block .left-part {
    width: 100%;
    height: 50px;
    justify-content: space-between;
  }
}
.wishlist-page .catalog-block .sort-block .sort-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  /*min-width: 150px;
  width: 220px;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
  padding: 0 20px 0 0;
  cursor: pointer !important;
}
@media screen and (max-width: 360px) {
  .wishlist-page .catalog-block .sort-block .sort-select {
    width: 200px;
  }
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-control {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 20px 0 0 !important;
  cursor: pointer !important;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-control:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("/images/theme/arrow-down-2.svg") no-repeat center right !important;
  background-size: 100% !important;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-control .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
  cursor: pointer !important;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-control input {
  display: none !important;
}
.wishlist-page .catalog-block .sort-block .sort-select.dropdown-active .ts-control:after {
  transform: rotate(180deg);
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-dropdown {
  min-width: 210px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 8px;
  background: #FFFFFF;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-dropdown .optgroup-header {
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
  color: #14142B;
  margin-bottom: 9px;
  padding: 0 6px;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-dropdown .option {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #14142B;
  padding: 2px 6px;
  border-radius: 6px;
  background: transparent;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-dropdown .option:not(:last-child) {
  margin-bottom: 9px;
}
.wishlist-page .catalog-block .sort-block .sort-select .ts-dropdown .option.selected {
  background: #F5F4F4;
}
.wishlist-page .catalog-block .sort-block .results-count {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #A0A3BD;
}
.wishlist-page .catalog-block .sort-block .results-count span {
  white-space: no-wrap;
}
.wishlist-page .catalog-block .sort-block .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  background: #FFFFFF;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .catalog-block .sort-block .right-part {
    width: 100%;
    justify-content: space-between;
  }
  .wishlist-page .catalog-block .sort-block .right-part.stick {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    z-index: 98;
    padding: 0 12px 12px;
  }
}
.wishlist-page .catalog-block .sort-block .right-part .mobile-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.wishlist-page .catalog-block .sort-block .right-part .main-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  gap: 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .catalog-block .sort-block .right-part .main-filter-button svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.wishlist-page .catalog-block .sort-block .right-part .secondary-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  gap: 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .catalog-block .sort-block .right-part .secondary-filter-button svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #405FF2;
}
.wishlist-page .catalog-block .sort-block .right-part .secondary-filter-button span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #405FF2;
}
.wishlist-page .catalog-block .sort-block .right-part .secondary-filter-button.hasfilters {
  border: 1px solid #405FF2;
}
.wishlist-page .catalog-block .sort-block .right-part .right-part-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.wishlist-page .catalog-block .sort-block .right-part .right-part-block:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .catalog-block .sort-block .right-part .right-part-block {
    width: 100%;
    justify-content: space-between;
  }
  .wishlist-page .catalog-block .sort-block .right-part .right-part-block:first-child {
    margin-right: 0px;
  }
}
.wishlist-page .catalog-block .sort-block .btn {
  gap: 4px;
}
.wishlist-page .catalog-block .sort-block .btn svg {
  color: inherit;
}
.wishlist-page .catalog-block .saved-searches-block {
  max-width: 100%;
  width: 1051px;
}
.wishlist-page .catalog-block .saved-searches-block .search-container {
  background-color: #F7F7FC;
  padding: 17px 12px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-title {
  color: #6E7191;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  justify-content: space-between;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-title a {
  width: 20px;
  height: 20px;
  background: #EFF0F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E7191;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-title a svg {
  width: 20px;
  height: 20px;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-title-tags {
  gap: 10px;
  color: #0A0A0A;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 14px;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .search-tags .search-tag {
  padding: 1px 10px;
  border-radius: 30px;
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
}
.wishlist-page .catalog-block .saved-searches-block .search-container .view-link {
  color: #405FF2;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wishlist-page .catalog-block .deleted-item-block {
  max-width: 100%;
  width: 1051px;
}
.wishlist-page .catalog-block .deleted-item-block .search-container {
  background-color: #F7F7FC;
  padding: 37px 22px;
  border-radius: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-width: 0px, 1px, 1px, 1px;
  border-style: solid;
  border-color: #EFF0F6;
}
@media screen and (max-width: 479.9px) {
  .wishlist-page .catalog-block .deleted-item-block .search-container {
    padding: 20px;
  }
}
.wishlist-page .catalog-block .deleted-item-block .search-container .deleted-img img {
  min-width: 85px;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 479.9px) {
  .wishlist-page .catalog-block .deleted-item-block .search-container .deleted-img img {
    min-width: 45px;
    width: 45px;
  }
}
.wishlist-page .catalog-block .deleted-item-block .search-container .deleted-title {
  width: calc(100% - 103px);
}
@media screen and (max-width: 479.9px) {
  .wishlist-page .catalog-block .deleted-item-block .search-container .deleted-title {
    width: calc(100% - 63px);
  }
}
.wishlist-page .catalog-block .deleted-item-block .search-container .deleted-title .deleted-title-tags {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6E7191;
}
.wishlist-page .catalog-block .deleted-item-block .search-container .deleted-title .deleted-title-tags a {
  color: #405FF2;
  font-weight: 500;
}
.wishlist-page .catalog-block .filters-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.wishlist-page .catalog-block .filters-list .single-filter {
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
  border-radius: 30px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #14142B;
}
.wishlist-page .catalog-block .filters-list .single-filter a {
  display: flex;
  align-items: center;
  color: #6E7191;
}
.wishlist-page .catalog-block .filters-list .single-filter a svg {
  color: #6E7191;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.wishlist-page .catalog-block .filters-list .clear-all-filters-button {
  color: #405FF2;
  font-weight: 500;
}
.wishlist-page .catalog-block .card-items-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199.9px) {
  .wishlist-page .catalog-block .card-items-list {
    gap: 20px;
  }
}
.wishlist-page .catalog-block .card-items-list .single-card {
  width: calc(33.33% - 14px);
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
}
@media screen and (max-width: 1199.9px) {
  .wishlist-page .catalog-block .card-items-list .single-card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.9px) {
  .wishlist-page .catalog-block .card-items-list .single-card {
    width: 100%;
  }
}
.wishlist-page .catalog-block .card-items-list .single-card > a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.wishlist-page .catalog-block .card-items-list .single-card .image-wrapper {
  width: 100%;
  height: 218px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info {
  width: 100%;
  height: calc(100% - 218px);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info h3 {
  color: #14142B;
  margin-bottom: 18px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .center-block {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .tags-list {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 50px;
  overflow: hidden;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .tags-list span {
  display: block;
  background: #FCFCFC;
  border: 1px solid #D9DBE9;
  padding: 1px 9px 1px 9px;
  height: 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #14142B;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .tags-list .see-more {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .main-chars {
  width: 100%;
  padding: 9px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 18px;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .main-chars .single-char {
  width: calc(33.33% - 6px);
  text-align: center;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .main-chars .single-char svg {
  width: 18px;
  height: 18px;
  color: #14142B;
  margin-bottom: 15px;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .main-chars .single-char span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #14142B;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .price-block {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #D9DBE9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .price-block span {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #A0A3BD;
  min-height: 16px;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .price-block h3 {
  width: calc(100% - 130px);
  margin: 0;
  color: #14142B;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .price-block .link {
  width: 123px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #405FF2;
}
.wishlist-page .catalog-block .card-items-list .single-card .main-info .price-block .link svg {
  width: 18px;
  height: 18px;
  color: #405FF2;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist svg path {
  transition: all 0.2s ease-in-out;
  fill: #FFFFFF;
  stroke: #14142B;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist:hover svg {
  color: #FB4A4A;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist:hover svg path {
  fill: #FFFFFF;
  stroke: #FB4A4A;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist.active svg {
  color: #FB4A4A;
}
.wishlist-page .catalog-block .card-items-list .single-card .add-to-wishlist.active svg path {
  fill: #FB4A4A;
  stroke: #FB4A4A;
}
.wishlist-page .catalog-block .card-items-list .no-items {
  color: #14142B;
}
.wishlist-page .catalog-block .single-small-banner {
  width: calc(33.33% - 14px);
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
  background: #D9DBE9;
}
@media screen and (max-width: 1199.9px) {
  .wishlist-page .catalog-block .single-small-banner {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575.9px) {
  .wishlist-page .catalog-block .single-small-banner {
    width: 100%;
  }
}
.wishlist-page .catalog-block .single-small-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  margin: 0;
  color: #14142B;
}
.wishlist-page .catalog-block .single-big-banner {
  width: 100%;
  position: relative;
  border-radius: 16px;
  border: 1px solid #EFF0F6;
  background: #D9DBE9;
  min-height: 200px;
}
.wishlist-page .catalog-block .single-big-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  margin: 0;
  color: #14142B;
}
.wishlist-page .dealer-block-wrapper {
  width: 100%;
  padding: 0 0 60px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFC 100%);
}
.wishlist-page .dealer-block-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33px;
  border-radius: 80px 80px 0 0;
  background: #FFFFFF;
  box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.03);
}
.wishlist-page .dealer-block-wrapper .dealer-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part {
  width: calc(50% - 10px);
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .left-part {
    width: 100%;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-logo-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 8px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-logo {
  max-height: 30px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-logo img {
  max-height: 30px;
  width: auto;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-badge {
  padding: 1px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(90deg, #405FF2 0%, #287EFF 100%);
  color: #FFFFFF;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-logo-block .dealer-badge svg {
  min-width: 12px;
  width: 12px;
  height: 12px;
  color: #FFFFFF;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #14142B;
}
@media screen and (max-width: 767.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .left-part h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 565.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .left-part h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1199.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info {
    gap: 12px;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info .rating img {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info .rating h3 {
  margin: 0;
  color: #14142B;
  font-weight: 600;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info .rating a {
  color: #405FF2;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #405FF2;
}
.wishlist-page .dealer-block-wrapper .dealer-block .left-part .dealer-info > a svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
  color: #405FF2;
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part {
  width: calc(50% - 10px);
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .right-part {
    width: 100%;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part .rewards-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .right-part .rewards-images {
    justify-content: flex-start;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part .rewards-images img {
  width: auto;
  height: auto;
  max-height: 74px;
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part .socials-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 991.9px) {
  .wishlist-page .dealer-block-wrapper .dealer-block .right-part .socials-links {
    justify-content: flex-start;
  }
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part .socials-links a {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14142B;
  transition: all 0.2s ease-in-out;
}
.wishlist-page .dealer-block-wrapper .dealer-block .right-part .socials-links a:hover {
  color: #405FF2;
}
.wishlist-page .catalog-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.wishlist-page .catalog-pagination a {
  min-width: 60px;
  /*height: 40px;
  border-radius: 30px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #E9E9E9;
  background: $white;*/
  color: #050B20;
}
.wishlist-page .catalog-pagination a svg {
  width: 12px;
  height: 12px;
  color: #050B20;
}
.wishlist-page .catalog-pagination a img {
  padding: 14px 24px;
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
}
.wishlist-page .catalog-pagination span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #0A0A0A;
}

/*# sourceMappingURL=site.css.map */
