@font-face {
  font-family: "Ambit Semibold";
  src: url("fonts/Ambit/Ambit-SemiBold.eot");
  src: local("Ambit"), url("fonts/Ambit/Ambit-SemiBold.woff2") format("woff2"), url("fonts/Ambit/Ambit-SemiBold.woff") format("woff"), url("fonts/Ambit/Ambit-SemiBold.ttf") format("truetype"), url("fonts/Ambit/Ambit-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit Regular";
  src: url("fonts/Ambit/Ambit-Regular.eot");
  src: local("Ambit"), url("fonts/Ambit/Ambit-Regular.woff2") format("woff2"), url("fonts/Ambit/Ambit-Regular.woff") format("woff"), url("fonts/Ambit/Ambit-Regular.ttf") format("truetype"), url("fonts/Ambit/Ambit-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit Italic";
  src: url("fonts/Ambit/Ambit-Italic.eot");
  src: local("Ambit"), url("fonts/Ambit/Ambit-Italic.woff2") format("woff2"), url("fonts/Ambit/Ambit-Italic.woff") format("woff"), url("fonts/Ambit/Ambit-Italic.ttf") format("truetype"), url("fonts/Ambit/Ambit-Italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ambit Bold";
  src: url("fonts/Ambit/Ambit-Bold.eot");
  src: local("Ambit"), url("fonts/Ambit/Ambit-Bold.woff2") format("woff2"), url("fonts/Ambit/Ambit-Bold.woff") format("woff"), url("fonts/Ambit/Ambit-Bold.ttf") format("truetype"), url("fonts/Ambit/Ambit-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
  scroll-behavior: smooth;
}
html.scroll-of {
  overflow: hidden;
}

body {
  font-family: "usual", sans-serif;
  font-size: 1.6rem;
  color: #1b1b21;
  position: relative;
  background-color: #e6eaf4;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #1a3a6e;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/loading.gif") center no-repeat #ffffff;
  background-size: 110px auto;
  text-align: center;
}

.section-wrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .section-wrapper {
    margin-bottom: 42px;
  }
}
.section-wrapper .section-title {
  color: #1b1b21;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-wrapper .section-title {
    font-size: 32px;
  }
}

.section-link {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(26, 58, 110, 0.3);
  background: #ffffff;
  padding: 14px 39px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  transition: 0.3s linear;
}
.section-link:hover {
  border: 1px solid #1a3a6e;
}

.btn-yellow {
  display: inline-block;
  border-radius: 6px;
  background: #f0cd4c;
  padding: 14px 32px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  transition: 0.3s linear;
}
.btn-yellow:hover {
  background: #efbd00;
}

.invalid-feedback .error {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: red;
  margin-bottom: 0;
  font-size: 12px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: 10000;
  display: none;
}
.modal.message-modal .modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.message-modal .modal-wrapper .modal-body .message-alert {
  color: #f0cd4c;
  font-family: "usual", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.modal.message-modal .modal-wrapper .modal-body .modal-form .message-form textarea {
  height: auto !important;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 48px;
  padding: 16px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
}
.modal.message-modal .modal-wrapper .modal-body .modal-form .message-form textarea:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.modal.message-modal .modal-wrapper .modal-body .modal-form .message-form textarea::placeholder {
  color: rgba(27, 27, 33, 0.7);
  opacity: 1;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #ffffff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 16px;
  border: 1px solid #d1d5db;
  padding: 24px;
}
@media (min-width: 1300px) {
  .modal .modal-wrapper .modal-inner {
    padding: 32px;
  }
}
.modal .modal-wrapper .modal-inner .modal-body {
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-wrapper .modal-inner .modal-body h3 {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .modal .modal-wrapper .modal-inner .modal-body h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.modal .modal-wrapper .modal-inner .modal-body h4 {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .modal .modal-wrapper .modal-inner .modal-body h4 {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}
.modal .modal-wrapper .modal-inner .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-wrapper .modal-inner .modal-footer button {
  border: none;
  cursor: pointer;
  border-radius: 6px;
  background: #1a3a6e;
  padding: 14px 24px;
  color: #ffffff;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
  display: block;
  text-align: end;
}
.modal .modal-wrapper .modal-body .warning-icon {
  display: block;
  max-width: 80px;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.modal .modal-wrapper .modal-body .warning-icon .warning circle.animationSvg {
  stroke: #ffba00;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, warningFillSvg 0.6s ease-in 0.4s both;
}
.modal .modal-wrapper .modal-body .warning-icon .warning path,
.modal .modal-wrapper .modal-body .warning-icon .warning line {
  stroke: #ffffff;
}
.modal .modal-wrapper .modal-body .warning-icon .warning path {
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
  animation: drawLine 0.6s ease-in 0.9s both;
}
.modal .modal-wrapper .modal-body .warning-icon .warning line {
  animation: drawDot 0.5s ease-in 0.6s both;
}
.modal .modal-wrapper .modal-body .modal-close {
  padding: 1rem 2rem;
  transition: 0.4s linear;
}
.modal .modal-wrapper .modal-body .modal-close:hover {
  color: #1a3a6e;
}
.modal .modal-wrapper .modal-footer button {
  background-color: #1b1b21;
  color: #ffffff;
}
.modal .thankyou-icon {
  background: #1f4f3c;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon svg.success circle.animationSvg {
  stroke: #1f4f3c;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, successFillSvg 0.6s ease-in 0.4s both;
}
.modal .thankyou-icon svg.success path {
  stroke: #ffffff;
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
  animation: drawLine 0.6s ease-in 0.8s both;
}
.modal .thankyou-icon svg.close circle.animationSvg {
  stroke: red;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 2;
  animation: drawCircle 0.6s ease-in both, dangerFillSvg 0.6s ease-in 0.4s both;
}
.modal .thankyou-icon svg.close line {
  stroke: #ffffff;
}
.modal .thankyou-icon svg.close line {
  stroke-dashoffset: -50px;
  stroke-dasharray: 50px;
}
.modal .thankyou-icon svg.close line.left {
  animation: drawLine 0.6s ease-in 0.5s both;
  stroke-dashoffset: 0;
}
.modal .thankyou-icon svg.close line.right {
  animation: drawLine 0.6s ease-in 0.8s both;
  stroke-dashoffset: 0;
}
.modal .error-icon {
  background-color: red;
}

@keyframes drawCircle {
  from {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
  }
  to {
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
  }
}
@keyframes successFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: #1f4f3c;
  }
}
@keyframes warningFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: #ffba00;
  }
}
@keyframes dangerFillSvg {
  from {
    fill: transparent;
  }
  to {
    fill: red;
  }
}
@keyframes drawLine {
  from {
    stroke-dashoffset: -50px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawDot {
  from {
    stroke-width: 0;
  }
  to {
    stroke-width: 8;
  }
}
.breadcrumb {
  margin-bottom: 32px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex !important;
  align-items: center !important;
}
.breadcrumb li::after {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.breadcrumb .breadcrumb-item.active a,
.breadcrumb .breadcrumb-item.active span {
  font-weight: 400;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  display: flex;
  align-items: center;
  color: rgba(27, 27, 33, 0.7);
  font-family: "usual", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    color: rgba(27, 27, 33, 0.7);
    font-size: 14px;
    line-height: 142.857%;
  }
}

.search-breadcrumbs .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(27, 27, 33, 0.7);
  font-family: "usual", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.search-breadcrumbs .woocommerce-breadcrumb .sep {
  margin: unset !important;
}
@media (min-width: 992px) {
  .search-breadcrumbs .woocommerce-breadcrumb {
    color: rgba(27, 27, 33, 0.7);
    font-size: 14px;
    line-height: 142.857%;
  }
}
.search-breadcrumbs .woocommerce-breadcrumb a {
  font-weight: 600;
  color: rgba(27, 27, 33, 0.7);
}

.woocommerce-breadcrumb a:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .woocommerce-breadcrumb a:first-child {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}

.woocommerce-breadcrumb a:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 15.75V10.2C6.75 9.77996 6.75 9.56994 6.83175 9.40951C6.90365 9.26839 7.01839 9.15365 7.15951 9.08175C7.31994 9 7.52996 9 7.95 9H10.05C10.47 9 10.6801 9 10.8405 9.08175C10.9816 9.15365 11.0964 9.26839 11.1683 9.40951C11.25 9.56994 11.25 9.77996 11.25 10.2V15.75M1.5 7.125L8.28 2.04C8.5382 1.84635 8.66729 1.74953 8.80908 1.71221C8.93423 1.67926 9.06578 1.67926 9.19093 1.71221C9.33271 1.74953 9.46181 1.84635 9.72 2.04L16.5 7.125M3 6V13.35C3 14.1901 3 14.6101 3.16349 14.931C3.3073 15.2132 3.53677 15.4427 3.81902 15.5865C4.13988 15.75 4.55992 15.75 5.4 15.75H12.6C13.4401 15.75 13.8601 15.75 14.181 15.5865C14.4632 15.4427 14.6927 15.2132 14.8365 14.931C15 14.6101 15 14.1901 15 13.35V6L10.44 2.58C9.92362 2.19271 9.66542 1.99906 9.38185 1.92442C9.13155 1.85853 8.86846 1.85853 8.61815 1.92442C8.33459 1.99906 8.07639 2.19271 7.56 2.58L3 6Z' stroke='%231B1B21' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
@media (min-width: 992px) {
  .woocommerce-breadcrumb a:first-child::before {
    background-size: 18px 18px;
  }
}

.woocommerce-breadcrumb .sep {
  display: inline-flex;
  align-items: center;
  margin: 0 8px;
  line-height: 1;
}

.woocommerce-breadcrumb .sep svg {
  display: block;
}

#cropzee-input0-error {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  color: red;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-warning, .btn-dark, .btn-danger, .btn-secondary, .btn-info, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #1a3a6e;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #102445;
  color: #fff !important;
}

.bg-primary {
  background-color: #1a3a6e;
}

.text-primary {
  color: #1a3a6e !important;
}

.btn-info {
  background-color: #e6eaf4;
  color: #000 !important;
}
.btn-info:hover {
  background-color: #c3cce4;
  color: #000 !important;
}

.bg-info {
  background-color: #e6eaf4;
}

.text-info {
  color: #e6eaf4 !important;
}

.btn-secondary {
  background-color: #ffffff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #ffffff;
}

.text-secondary {
  color: #ffffff !important;
}

.btn-danger {
  background-color: #db3000;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #a82500;
  color: #fff !important;
}

.bg-danger {
  background-color: #db3000;
}

.text-danger {
  color: #db3000 !important;
}

.btn-dark {
  background-color: #1b1b21;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: #040405;
  color: #fff !important;
}

.bg-dark {
  background-color: #1b1b21;
}

.text-dark {
  color: #1b1b21 !important;
}

.btn-warning {
  background-color: #f0cd4c;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #ecc01d;
  color: #000 !important;
}

.bg-warning {
  background-color: #f0cd4c;
}

.text-warning {
  color: #f0cd4c !important;
}

.row {
  margin-left: -17px;
  margin-right: -17px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1438px;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
}
.form-group.textarea .form-control {
  height: 100%;
  padding-top: 14px;
  width: 100%;
}
.form-group label {
  display: flex;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .form-group label {
    margin-bottom: 12px;
  }
}
.form-group .form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 48px;
  padding: 0 16px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
  width: 100%;
}
.form-group .form-control:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.form-group .form-control::placeholder {
  color: rgba(27, 27, 33, 0.7);
  opacity: 1;
  font-style: normal !important;
}
.form-group .form-control::placeholder {
  font-style: normal !important;
}
.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:hover,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
  -webkit-text-fill-color: #1b1b21;
  transition: background-color 9999s ease-in-out 0s;
}

.filter-field.filter-price .price-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 0;
}
.filter-field.filter-price .price-fields input {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 40px;
  padding: 0 12px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 1300px) {
  .filter-field.filter-price .price-fields input {
    height: 48px;
  }
}
.filter-field.filter-price .price-fields input:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.filter-field.filter-price .price-fields input::placeholder {
  color: #1b1b21;
  opacity: 1;
  font-style: normal !important;
}
.filter-field.filter-year .year-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 0;
}
.filter-field.search-field .search-button {
  width: 100%;
  border-radius: 6px;
  background: #1a3a6e;
  padding: 14px 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  cursor: pointer;
  transition: 0.3s linear;
}
@media (min-width: 1300px) {
  .filter-field.search-field .search-button {
    padding: 0 16px;
    height: 48px;
  }
}
.filter-field.search-field .search-button span {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.filter-field.search-field .search-button:hover {
  background: #09295D;
}
.filter-field.detailed-search .detailed-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(26, 58, 110, 0.3);
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  cursor: pointer;
  transition: 0.3s linear;
}
.filter-field.detailed-search .detailed-search span {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.filter-field.detailed-search .detailed-search:hover {
  border: 1px solid #1a3a6e;
}
.filter-field.range-fields-wrapper .range-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 0;
}
.filter-field.range-fields-wrapper .range-fields input {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 40px;
  padding: 0 12px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 1300px) {
  .filter-field.range-fields-wrapper .range-fields input {
    height: 48px;
  }
}
.filter-field.range-fields-wrapper .range-fields input:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.filter-field.range-fields-wrapper .range-fields input::placeholder {
  color: #1b1b21;
  opacity: 1;
  font-style: normal !important;
}

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.checkbox-field .checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-field .checkbox-input:checked + .fake-checkbox {
  border: 1px solid transparent;
}
.checkbox-field .checkbox-input:checked + .fake-checkbox::after {
  transform: scale(1);
}
.checkbox-field .fake-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
  position: relative;
}
@media (min-width: 576px) {
  .checkbox-field .fake-checkbox {
    width: 20px;
    height: 20px;
  }
}
.checkbox-field .fake-checkbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/check_box.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}
.checkbox-field .checkbox-text {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
}

.radio-field {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.radio-field .radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-field .radio-input:checked + .radio-checkbox {
  border: 1px solid transparent;
}
.radio-field .radio-input:checked + .fake-radio::after {
  transform: scale(1);
}
.radio-field .fake-radio {
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
  position: relative;
}
@media (min-width: 576px) {
  .radio-field .fake-radio {
    width: 20px;
    height: 20px;
  }
}
.radio-field .fake-radio::after {
  content: "";
  width: 80%;
  height: 80%;
  background-color: #1a3a6e;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}
.radio-field .radio-text {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
}

.filter-verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}
.filter-verified .checkbox-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}
.filter-verified .fake-switch {
  position: relative;
  width: 36px;
  height: 20px;
  border-radius: 40px;
  background: #1a3a6e;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.filter-verified .fake-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.2s ease;
}
.filter-verified .checkbox-text {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.286%;
}
.filter-verified .checkbox-input:checked + .fake-switch::after {
  transform: translateX(16px);
}
.filter-verified .checkbox-input:not(:checked) + .fake-switch {
  background: #e5e7eb;
}
.filter-verified .checkbox-input:focus-visible + .fake-switch {
  outline: 1px solid #1a3a6e;
  outline-offset: 2px;
}

.selectize-control {
  height: 40px;
}
@media (min-width: 1300px) {
  .selectize-control {
    height: 48px;
  }
}

.selectize-input > input::placeholder {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  opacity: 1;
}

.selectize-input .item {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "usual", sans-serif;
  font-weight: 400;
  color: #1b1b21;
  font-size: 14px;
  line-height: 143%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 14px !important;
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-weight: 400;
}

.selectize-dropdown {
  font-family: "usual", sans-serif;
  font-weight: 400;
  position: absolute;
}

.selectize-input {
  font-size: 14px !important;
  line-height: 143% !important;
  box-shadow: none !important;
  color: #1b1b21 !important;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  overflow: hidden;
  height: 40px;
  padding: 0 12px;
}
@media (min-width: 1300px) {
  .selectize-input {
    height: 48px;
  }
}
.selectize-input input {
  width: 100% !important;
  padding: 0;
  border: none;
  height: 100%;
  background: #f9fafb;
}
.selectize-input input:focus-visible {
  outline: none;
}

.selectize-input.focus {
  border: 1px solid #1a3a6e;
}

.selectize-control.single .selectize-input::after {
  display: block !important;
  border: none !important;
  background-image: url("../img/icons/arrow.png") !important;
  width: 12px !important;
  height: 7px !important;
  background-size: 12px auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: 0.2s linear !important;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  transform: rotate(180deg) !important;
}

.selectize-dropdown {
  color: rgba(27, 27, 33, 0.7) !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
  padding: 8px !important;
  z-index: 99 !important;
}

.selectize-dropdown .option {
  padding: 6px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: flex !important;
}

.selectize-dropdown .active:not(.selected) {
  background-color: #f3f4f6 !important;
  color: #1b1b21 !important;
}

.selectize-dropdown .selected {
  background-color: #1a3a6e !important;
  color: #ffffff !important;
}

.filter-field label {
  display: block;
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.077%;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .filter-field label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.filter-field .form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 48px;
  padding: 0 16px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
  width: 100%;
}
.filter-field .form-control:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.filter-field .form-control::placeholder {
  color: rgba(27, 27, 33, 0.7);
  opacity: 1;
  font-style: normal !important;
}

header {
  background-color: #1a3a6e;
  padding: 16px 0;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .navbar-toggler {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-toggler {
    display: none;
  }
}
header .header-wrapper .navbar-toggler span {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.25s ease;
  margin: 2.5px 0;
}
header .header-wrapper .navbar-toggler.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
header .header-wrapper .navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}
header .header-wrapper .navbar-toggler.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
header .header-wrapper .header-logo,
header .header-wrapper .custom-logo-link {
  display: block;
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
}
@media (min-width: 992px) {
  header .header-wrapper .header-logo,
  header .header-wrapper .custom-logo-link {
    flex: 0 0 206px;
    width: 206px;
    max-width: 206px;
    margin-right: 20px;
  }
}
@media (min-width: 1300px) {
  header .header-wrapper .header-logo,
  header .header-wrapper .custom-logo-link {
    margin-right: 80px;
  }
}
header .header-wrapper .navbar-nav {
  width: 100%;
  position: absolute;
  top: 77.55px;
  left: -200vw;
  height: 100vh;
  overflow-y: auto;
  transition: 0.2s linear;
  z-index: 100000;
  background-color: #ffffff;
}
header .header-wrapper .navbar-nav.menu-on {
  left: 0;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav {
    position: static;
    overflow: unset;
    flex: 1;
    width: 100%;
    top: unset;
    left: unset;
    min-height: unset;
    height: unset;
    background-color: transparent;
    margin-right: 20px;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper {
  background-color: #ffffff;
  max-width: 100%;
  padding: 24px 18px 150px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper {
    padding: 0;
    max-width: 100%;
    background-color: transparent;
    height: auto;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 16px;
  }
}
@media (min-width: 1300px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu {
    gap: 32px;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item {
  padding: 20px 0;
  border-bottom: 1px solid #e6eaf4;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item {
    border-bottom: none;
    position: relative;
    padding: 0;
    border-bottom: none;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.open .submenu {
    display: block;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu.open .submenu {
    display: flex;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu {
    min-width: 560px;
    padding: 32px 0;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item {
    padding-inline: 32px;
    flex: 0 0 50%;
    width: 50%;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.subtitle .submenu-link {
    margin-bottom: 24px;
    color: #1a3a6e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item:not(:last-of-type) {
    margin-bottom: 0;
    border-right: 1px solid #e6eaf4;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible {
    display: block;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible .submenu-link {
    display: none;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible .submenu-third {
    height: 100%;
    width: 100%;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible .submenu-third .submenu-third-item {
    width: 100%;
    height: 100%;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item.invisible .submenu-third .submenu-third-item .submenu-third-link {
    background: #1a3a6e;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 16px 24px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item .submenu-third .submenu-third-item {
    padding: 0;
    border-bottom: none;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item.big-menu .submenu .submenu-item .submenu-third .submenu-third-item:not(:last-of-type) {
    margin-bottom: 16px;
    border-bottom: none;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a3a6e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 198%;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link {
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    line-height: 143%;
    font-weight: 600;
  }
}
@media (min-width: 1300px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link {
    font-size: 15px;
    line-height: 18px;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link .submenu-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link .submenu-chevron {
    margin-left: 8px;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link .submenu-chevron svg {
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link .submenu-chevron svg path {
    stroke: #ffffff;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .nav-link .submenu-chevron.active-submenu svg {
  transform: rotate(180deg);
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu {
  display: none;
  padding-left: 20px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(27, 27, 33, 0.1);
    padding: 32px;
    top: calc(100% + 20px);
    min-width: 288px;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item {
  padding: 16px 0;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item {
    padding: 0;
    border-bottom: none;
  }
  header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item:not(:last-of-type) {
    margin-bottom: 16px;
    border-bottom: none;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item.subtitle .submenu-link {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-link {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-third {
  display: block;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-third .submenu-third-item {
  padding: 16px 0;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-third .submenu-third-item:not(:last-of-type) {
  border-bottom: 1px solid #e6eaf4;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-third .submenu-third-item:last-of-type {
  padding-bottom: 0;
}
header .header-wrapper .navbar-nav .menu-wrapper .main-menu .nav-item .submenu .submenu-item .submenu-third .submenu-third-item .submenu-third-link {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .new-ad-wrapper {
    display: none;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .new-ad-wrapper .new-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-color: #1a3a6e;
  padding: 14px 16px;
  border-radius: 6px;
  gap: 12px;
}
header .header-wrapper .navbar-nav .menu-wrapper .new-ad-wrapper .new-ad .new-ad-text {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-right: 0;
  letter-spacing: normal;
  font-family: "usual", sans-serif;
}
header .header-wrapper .navbar-nav .menu-wrapper .new-ad-wrapper .new-ad .new-ad-icon {
  display: flex;
  align-items: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper {
  padding-top: 16px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper {
    display: none;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-in,
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-in .profile-link,
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-out .profile-link {
  display: block;
  text-align: center;
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  border-radius: 8px;
  border: 1px solid #d1d5db;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.8;
  line-height: 142.857%;
  padding: 14px 8px;
  transition: 0.3s linear;
}
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-in .profile-link:hover,
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-out .profile-link:hover {
  opacity: 1;
  border: 1px solid #faca15;
}
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-in .profile-link.active,
header .header-wrapper .navbar-nav .menu-wrapper .profile-wrapper .profile-menu-logged-out .profile-link.active {
  opacity: 1;
}
header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile {
    display: none;
  }
}
header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile .profile-menu-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile .profile-menu-item .profile-menu-item-icon {
  display: flex;
  align-items: center;
  margin-right: 14px;
  flex: 0 0 24px;
  width: 24px;
  height: auto;
}
header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile .profile-menu-item .profile-menu-item-icon img {
  width: 100%;
}
header .header-wrapper .navbar-nav .menu-wrapper .header-action-mobile .profile-menu-item .profile-menu-item-text {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
header .header-wrapper .navbar-nav .search-wrapper {
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 992px) {
  header .header-wrapper .navbar-nav .search-wrapper {
    margin-bottom: 0;
    display: none;
  }
}
header .header-wrapper .header-action-buttons {
  display: none;
}
@media (min-width: 992px) {
  header .header-wrapper .header-action-buttons {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    gap: 8px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  header .header-wrapper .header-action-buttons {
    gap: 24px;
  }
}
header .header-wrapper .header-action-buttons .favorite-ads,
header .header-wrapper .header-action-buttons .user-profile,
header .header-wrapper .header-action-buttons .toggle-search,
header .header-wrapper .header-action-buttons .messages {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-wrapper .header-action-buttons .favorite-ads svg path,
header .header-wrapper .header-action-buttons .user-profile svg path,
header .header-wrapper .header-action-buttons .toggle-search svg path,
header .header-wrapper .header-action-buttons .messages svg path {
  transition: 0.3s linear;
}
header .header-wrapper .header-action-buttons .favorite-ads:hover svg path,
header .header-wrapper .header-action-buttons .user-profile:hover svg path,
header .header-wrapper .header-action-buttons .toggle-search:hover svg path,
header .header-wrapper .header-action-buttons .messages:hover svg path {
  stroke: #ffffff;
  stroke-opacity: 1;
}
header .header-wrapper .header-action-buttons .messages {
  position: relative;
}
header .header-wrapper .header-action-buttons .messages span {
  position: absolute;
  width: 21px;
  height: 21px;
  top: -12px;
  right: -12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3a6e;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background-color: #f0cd4c;
}
header .header-wrapper .new-ad {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 992px) {
  header .header-wrapper .new-ad {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 12px;
    margin-left: 8px;
    transition: 0.3s linear;
  }
}
@media (min-width: 1300px) {
  header .header-wrapper .new-ad {
    padding: 12px 24px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .new-ad:hover {
    border: 1px solid #ffffff;
  }
}
header .header-wrapper .new-ad .new-ad-text {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
header .header-wrapper .new-ad .new-ad-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  header .header-wrapper .new-ad .new-ad-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }
}
header .header-wrapper .profile-menu {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 300px;
  z-index: 20;
  top: calc(100% + 5px);
  right: 0;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
}
header .header-wrapper .profile-menu .profile-menu-logged-out .btn-transparent {
  display: block;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 14px 8px;
  text-align: center;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  opacity: 0.8;
  line-height: 142.857%;
  transition: 0.3s linear;
}
header .header-wrapper .profile-menu .profile-menu-logged-out .btn-transparent:not(:last-of-type) {
  margin-bottom: 8px;
}
header .header-wrapper .profile-menu .profile-menu-logged-out .btn-transparent:hover {
  border: 1px solid #faca15;
  opacity: 1;
}
header .header-wrapper .profile-menu .profile-menu-logged-in .profile-name {
  color: #1b1b21;
  font-family: "usual", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}
header .header-wrapper .profile-menu .profile-menu-logged-in .profile-email {
  color: rgba(27, 27, 33, 0.8);
  font-family: "usual", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 22px;
}
header .header-wrapper .profile-menu .profile-menu-logged-in .logout-link {
  display: block;
  color: #1a3a6e;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  text-decoration: underline;
}
header .header-wrapper .profile-menu .profile-menu-items {
  padding-top: 22px;
}
header .header-wrapper .profile-menu .profile-menu-items ul {
  list-style: none;
  padding-left: 0;
}
header .header-wrapper .profile-menu .profile-menu-items ul li:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6eaf4;
}
header .header-wrapper .profile-menu .profile-menu-items ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
header .header-wrapper .profile-menu .profile-menu-items ul li a:hover {
  color: #1a3a6e;
}

.search-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 80px 0;
  }
}
.search-wrapper .title {
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper .title {
    display: block;
    color: #1b1b21;
    text-align: center;
    font-family: "usual", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.64px;
    margin-bottom: 32px;
  }
}
.search-wrapper .form-group {
  position: relative;
}
@media (min-width: 690px) {
  .search-wrapper .form-group {
    max-width: 690px;
    margin-inline: auto;
  }
}
.search-wrapper .form-group .form-control {
  border-radius: 6px;
  border: 1px solid #1a3a6e;
  background: #ffffff;
  height: 48px;
  padding: 0 12px 0 16px;
  color: #6b7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.search-wrapper .form-group .form-control:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.search-wrapper .form-group .btn-search {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  border: none;
  border-radius: 6px;
  background: #f0cd4c;
  padding: 0;
}
.search-wrapper .form-group .btn-search img {
  width: 16px;
  height: 16px;
  display: block;
}

.easy-lang-dropdown {
  padding: 14px 0;
}
.easy-lang-dropdown .lang-current {
  padding: 0;
  background: transparent;
  border: none;
  gap: 14px !important;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-current {
    gap: 6px !important;
  }
}
.easy-lang-dropdown .lang-current .lang-flag {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1d5db;
}
.easy-lang-dropdown .lang-current .lang-flag img {
  object-fit: cover;
}
.easy-lang-dropdown .lang-current .lang-current-code {
  color: rgba(0, 0, 0, 0.7);
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-current .lang-current-code {
    display: none;
  }
}
.easy-lang-dropdown .lang-current .lang-arrow {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-current .lang-arrow svg path {
    stroke: #ffffff;
  }
}
.easy-lang-dropdown .lang-list {
  list-style: none;
  padding: 0;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 8px 0 rgba(27, 27, 33, 0.1);
    max-width: 220px;
    padding: 12px;
    z-index: 19;
  }
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-list li {
    padding: 8px;
  }
}
.easy-lang-dropdown .lang-list li:not(:last-of-type) {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-list li:not(:last-of-type) {
    margin-bottom: 2px;
  }
}
.easy-lang-dropdown .lang-list li a {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  gap: 14px !important;
}
@media (min-width: 992px) {
  .easy-lang-dropdown .lang-list li a {
    gap: 12px !important;
  }
}
.easy-lang-dropdown .lang-list li a .lang-flag {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1d5db;
}
.easy-lang-dropdown .lang-list li a .lang-flag img {
  object-fit: cover;
}

.ad-item .ad-item-img {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .ad-item .ad-item-img {
    margin-bottom: 18px;
  }
}
.ad-item .ad-item-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ad-item .ad-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.ad-item .ad-item-data .ad-item-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
.ad-item .ad-item-data .ad-item-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ad-item .ad-item-data .ad-item-prices .current-price {
  font-family: "Ambit Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices .current-price {
    font-size: 24px;
    line-height: 24px;
  }
}
.ad-item .ad-item-data .ad-item-prices .current-price span {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices .current-price span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item .ad-item-data .ad-item-prices .old-price {
  font-family: "Ambit Regular";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices .old-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item .ad-item-data .ad-item-prices ins {
  order: -1;
  text-decoration: none;
}
.ad-item .ad-item-data .ad-item-prices bdi {
  text-decoration: none;
  font-family: "Ambit Bold";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.2px;
  display: block;
}
@media (min-width: 768px) {
  .ad-item .ad-item-data .ad-item-prices bdi {
    margin-right: 15px;
  }
}
.ad-item .ad-item-data .ad-item-prices bdi span {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices bdi span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item .ad-item-data .ad-item-prices del {
  order: -1;
}
.ad-item .ad-item-data .ad-item-prices del bdi {
  font-family: "Ambit Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices del bdi {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item .ad-item-data .ad-item-prices del bdi span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item .ad-item-data .ad-item-prices del bdi span {
    font-size: 11px;
    line-height: 12px;
  }
}

.ad-item-showroom .ad-item-img-data {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d0d6cd;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1300px) {
  .ad-item-showroom .ad-item-img-data {
    padding: 18px;
    margin-bottom: 20px;
  }
}
.ad-item-showroom .ad-item-img-data .label-wrapper {
  display: flex;
}
.ad-item-showroom .ad-item-img-data .label-wrapper .item-label {
  display: block;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: -0.32px;
  line-height: 13px;
  font-family: "Ambit Regular";
  color: #ffffff;
  background-color: #1a3a6e;
  border-radius: 4px;
  margin-right: 10px;
}
@media (min-width: 1300px) {
  .ad-item-showroom .ad-item-img-data .label-wrapper .item-label {
    padding: 5px 13px;
    font-size: 14px;
    line-height: 16px;
  }
}
.ad-item-showroom .ad-item-img-data .favorite-item {
  display: block;
  margin-left: auto;
}
.ad-item-showroom .ad-item-img-data .ad-item-img {
  display: block;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  max-width: 105px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-img-data .ad-item-img {
    max-width: 140px;
  }
}
@media (min-width: 1300px) {
  .ad-item-showroom .ad-item-img-data .ad-item-img {
    max-width: 240px;
  }
}
.ad-item-showroom .ad-item-img-data .ad-item-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ad-item-showroom .ad-item-img-data .ad-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.ad-item-showroom .ad-item-img-data .ad-item-showroom-logo {
  height: 18px;
  display: block;
  margin-left: auto;
}
@media (min-width: 1300px) {
  .ad-item-showroom .ad-item-img-data .ad-item-showroom-logo {
    height: 26px;
  }
}
.ad-item-showroom .ad-item-img-data .ad-item-showroom-logo img {
  height: 18px;
  width: auto;
}
@media (min-width: 1300px) {
  .ad-item-showroom .ad-item-img-data .ad-item-showroom-logo img {
    height: 26px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ad-item-showroom .ad-item-data .ad-item-prices .current-price {
  font-family: "Ambit Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices .current-price {
    font-size: 24px;
    line-height: 24px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices .current-price span {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices .current-price span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices .old-price {
  font-family: "Ambit Regular";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices .old-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices ins {
  order: -1;
  text-decoration: none;
}
.ad-item-showroom .ad-item-data .ad-item-prices bdi {
  text-decoration: none;
  font-family: "Ambit Bold";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.2px;
  display: block;
}
@media (min-width: 768px) {
  .ad-item-showroom .ad-item-data .ad-item-prices bdi {
    margin-right: 15px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices bdi span {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices bdi span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices del bdi {
  font-family: "Ambit Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices del bdi {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item-showroom .ad-item-data .ad-item-prices del bdi span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item-showroom .ad-item-data .ad-item-prices del bdi span {
    font-size: 11px;
    line-height: 12px;
  }
}

.ad-item-default.vrh-oglas {
  position: relative;
}
.ad-item-default.vrh-oglas .top-ad-label {
  display: inline-block;
}
.ad-item-default.vrh-oglas .ad-item-img {
  border: 3px solid #1a3a6e;
}
.ad-item-default.izdvojeni-oglas .ad-item-img {
  border: 3px solid #1a3a6e;
}
.ad-item-default .label-wrapper {
  display: flex;
  margin-left: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media (min-width: 992px) {
  .ad-item-default .label-wrapper {
    right: 15px;
    top: 15px;
  }
}
.ad-item-default .label-wrapper .item-label {
  display: block;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: -0.32px;
  line-height: 13px;
  font-family: "Ambit Regular";
  color: #ffffff;
  background-color: #1a3a6e;
  border-radius: 4px;
  margin-right: 10px;
}
.ad-item-default .label-wrapper .item-label:last-of-type {
  margin-right: 0;
}
@media (min-width: 1300px) {
  .ad-item-default .label-wrapper .item-label {
    padding: 5px 13px;
    font-size: 14px;
    line-height: 16px;
  }
}
.ad-item-default .top-ad-label {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.32px;
  background-color: #1a3a6e;
  border-radius: 4px 0 8px 0;
  z-index: 3;
}
.ad-item-default .ad-item-img {
  display: block;
  position: relative;
  border: 1px solid #d0d6cd;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}
.ad-item-default .ad-item-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ad-item-default .ad-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.ad-item-default .ad-item-showroom-logo {
  height: 18px;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 1300px) {
  .ad-item-default .ad-item-showroom-logo {
    height: 26px;
    bottom: 18px;
    right: 18px;
  }
}
.ad-item-default .ad-item-showroom-logo img {
  height: 18px;
  width: auto;
  position: static;
  border-radius: 0;
}
@media (min-width: 1300px) {
  .ad-item-default .ad-item-showroom-logo img {
    height: 26px;
  }
}
.ad-item-default .ad-item-data {
  position: relative;
}
.ad-item-default .ad-item-data .ad-item-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
  max-width: 90%;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.ad-item-default .ad-item-data .localtion-favorite {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ad-item-default .ad-item-data .localtion-favorite .item-location {
  margin-bottom: 10px;
  display: flex;
}
.ad-item-default .ad-item-data .localtion-favorite .item-location .location-icon {
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  height: 14px;
}
.ad-item-default .ad-item-data .localtion-favorite .item-location .location-icon svg {
  fill: #1a3a6e;
}
.ad-item-default .ad-item-data .localtion-favorite .item-location .location-name {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
}
.ad-item-default .ad-item-data .localtion-favorite .favorite-item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 22px;
  height: 24px;
}
.ad-item-default .ad-item-data .ad-item-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices {
    margin-bottom: 20px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices .current-price {
  font-family: "Ambit Bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices .current-price {
    font-size: 24px;
    line-height: 24px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices .current-price span {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices .current-price span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices .old-price {
  font-family: "Ambit Regular";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices .old-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices ins {
  order: -1;
  text-decoration: none;
}
.ad-item-default .ad-item-data .ad-item-prices bdi {
  text-decoration: none;
  font-family: "Ambit Bold";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.2px;
  display: block;
}
@media (min-width: 768px) {
  .ad-item-default .ad-item-data .ad-item-prices bdi {
    margin-right: 15px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices bdi span {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices bdi span {
    font-size: 14px;
    line-height: 17px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices del {
  order: -1;
  flex: 0 0 100%;
  width: 100%;
}
.ad-item-default .ad-item-data .ad-item-prices del bdi {
  font-family: "Ambit Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.12px;
  text-decoration: line-through;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices del bdi {
    font-size: 14px;
    line-height: 19px;
  }
}
.ad-item-default .ad-item-data .ad-item-prices del bdi span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Ambit Bold";
}
@media (min-width: 992px) {
  .ad-item-default .ad-item-data .ad-item-prices del bdi span {
    font-size: 11px;
    line-height: 12px;
  }
}
.ad-item-default .ad-item-data .ad-item-status {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.28px;
  font-family: "Ambit Regular";
  border-radius: 4px;
  padding: 5px 9px;
  margin-bottom: 0;
  display: inline-block;
}
.ad-item-default .ad-item-data .ad-item-status.used-item {
  background-color: #f3fcf4;
}
.ad-item-default .ad-item-data .ad-item-status.new-item {
  background-color: #1a3a6e;
}

.search-page-header {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .search-page-header {
    padding: 30px 0;
  }
}
.search-ads .search-page-header {
  padding-top: 0;
}
@media (min-width: 768px) {
  .search-ads .search-page-header {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .search-ads .search-page-header {
    padding: 30px 0 20px;
  }
}
.search-page-header .site-main {
  display: flex;
  flex-direction: column;
}
.search-page-header .breadcrumbs,
.search-page-header .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.3px;
  font-family: "Ambit Bold";
  color: #1a3a6e;
}
@media (min-width: 768px) {
  .search-page-header .breadcrumbs,
  .search-page-header .woocommerce-breadcrumb {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .search-page-header .breadcrumbs,
  .search-page-header .woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 16px;
  }
}
.search-page-header .breadcrumbs a,
.search-page-header .woocommerce-breadcrumb a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.3px;
  font-family: "Ambit Regular";
}
@media (min-width: 992px) {
  .search-page-header .breadcrumbs a,
  .search-page-header .woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 16px;
  }
}
.search-page-header .breadcrumbs a.active,
.search-page-header .woocommerce-breadcrumb a.active {
  font-family: "Ambit Bold";
  color: #1a3a6e;
}
.search-page-header .section-title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .search-page-header .section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.search-page-header .ad-number {
  text-align: center;
  font-family: "Ambit Regular";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.3px;
}
@media (min-width: 992px) {
  .search-page-header .ad-number {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-page-header .search-header-buttons {
  order: -1;
  background-color: #faf7ed;
  margin-inline: -17px;
  padding: 0 17px 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons {
    order: 3;
    margin-inline: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    padding-top: 26px;
  }
}
.search-page-header .search-header-buttons .transparent-btn {
  cursor: pointer;
  color: #1a3a6e;
  border-color: #1a3a6e;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 16px;
  flex: 0 0 calc(50% - 4.5px);
  width: calc(50% - 4.5px);
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .transparent-btn {
    display: none;
  }
}
.search-page-header .search-header-buttons .select-wrapper {
  flex: 0 0 calc(50% - 4.5px);
  width: calc(50% - 4.5px);
  position: relative;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .select-wrapper {
    flex: 0 1 auto;
    width: auto;
    display: flex;
    align-items: center;
  }
}
.search-page-header .search-header-buttons .select-wrapper .select-label {
  display: none;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .select-wrapper .select-label {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.25px;
    font-family: "Ambit Regular";
    margin-right: 8px;
  }
}
.search-page-header .search-header-buttons .select-wrapper .woocommerce-result-count {
  display: none;
}
.search-page-header .search-header-buttons .select-wrapper .selectize-input.full {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .select-wrapper .selectize-input.full {
    background-color: #fff;
  }
}
.search-page-header .search-header-buttons .select-wrapper input {
  display: none !important;
}
.search-page-header .search-header-buttons .select-wrapper .selectize-control {
  width: 100%;
}
.search-page-header .search-header-buttons .select-wrapper .selectize-input {
  border: 1px solid #1a3a6e;
  padding: 12px 10px;
  border-radius: 4px;
  font-family: "Ambit Bold";
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .select-wrapper .selectize-input {
    min-width: 170px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
  }
}
.search-page-header .search-header-buttons .select-wrapper .selectize-control.single .selectize-input.dropdown-active::after {
  transform: rotate(180deg);
}
.search-page-header .search-header-buttons .select-wrapper .selectize-dropdown .option {
  padding: 16px;
}
@media (min-width: 768px) {
  .search-page-header .search-header-buttons .select-wrapper .selectize-dropdown .option {
    padding: 8px 10px 5px;
  }
}

.search-filters-main {
  padding: 0;
  position: fixed;
  left: -200vw;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 10000;
  transition: 0.3s linear;
  width: 100%;
}
.search-filters-main.filter-on {
  left: 0;
}
@media (min-width: 768px) {
  .search-filters-main {
    position: static;
    overflow: visible;
    height: auto;
    background-color: transparent;
    min-height: 1px;
    z-index: 0;
  }
}
.search-filters-main .search-filters-wrapper {
  padding: 26px 0 35px;
  min-height: 100vh;
  height: 100vh;
}
@media (min-width: 768px) {
  .search-filters-main .search-filters-wrapper {
    min-height: 1px;
    height: auto;
    background-color: #1a3a6e;
    border-radius: 8px;
    padding: 26px 17px 35px;
  }
}
@media (min-width: 1300px) {
  .search-filters-main .search-filters-wrapper {
    padding: 25px 24px 38px 24px;
  }
}
.search-filters-main .search-filters-wrapper .filters-title-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.search-filters-main .search-filters-wrapper .filters-title-wrapper .filters-close-icon {
  display: block;
  cursor: pointer;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .search-filters-main .search-filters-wrapper .filters-title-wrapper .filters-close-icon {
    display: none;
  }
}
.search-filters-main .search-filters-wrapper .filters-title-wrapper .filters-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.search-filters-main .search-filters-wrapper .filter-form .form-group .form-control {
  font-size: 16px;
  line-height: 19px;
  padding: 11px 16px;
}
.search-filters-main .search-filters-wrapper .filter-form .form-group .form-control::placeholder {
  font-size: 16px;
  line-height: 19px;
}
.search-filters-main .search-filters-wrapper input[type=checkbox]:checked ~ .checkbox-text,
.search-filters-main .search-filters-wrapper input[type=radio]:checked ~ .radio-text {
  font-family: "Ambit Bold";
}
.search-filters-main .search-filters-wrapper input[type=radio]:checked + .fake-radio {
  border: none;
}
.search-filters-main .search-filters-wrapper input[type=radio]:checked + .fake-radio:after {
  background-image: url("../img/icons/check_box.png");
  background-color: transparent;
}
.search-filters-main .search-filters-wrapper .fake-radio,
.search-filters-main .search-filters-wrapper .fake-checkbox {
  border-color: #1a3a6e;
}
.search-filters-main .search-filters-wrapper ul {
  list-style: none;
}
.search-filters-main .search-filters-wrapper .location-options .selectize-input {
  border: 1px solid rgba(1, 44, 44, 0.24);
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  padding: 11px 16px;
}
.search-filters-main .search-filters-wrapper .location-options .selectize-input::after {
  display: none;
}
.search-filters-main .search-filters-wrapper .filters-menu {
  padding-left: 0;
  margin-bottom: 37px;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item {
  padding-top: 20px;
  border-top: 1px solid rgba(1, 44, 44, 0.21);
  margin-bottom: 20px;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  font-family: "Ambit Bold";
  cursor: pointer;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name.open-submenu .submenu-arrow svg {
  transform: rotate(180deg);
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name .submenu-arrow svg {
  fill: #1a3a6e;
  transition: 0.2s linear;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name .selectize-input.full {
  background-color: transparent;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name .select-currency {
  min-width: 60px;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name .selectize-input {
  border: none;
  color: #1a3a6e;
  padding: 0 8px;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-name .selectize-control.single .selectize-input::after {
  border-color: #1a3a6e;
  top: 7px;
  right: 3px;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-submenu {
  padding-left: 0;
  display: none;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-submenu .filter-submenu-item .filter-submenu-link {
  padding: 8px 0;
  font-size: 16px;
  line-height: 18px;
  font-family: "Ambit Semibold";
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .filter-submenu .filter-submenu-item .filter-submenu-link .filter-submenu-item-number {
  font-size: 14px;
  line-height: 16px;
  font-family: "Ambit Regular";
  display: block;
  margin-left: auto;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .price-range {
  display: flex;
  justify-content: space-between;
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .price-range .form-group {
  margin-bottom: 0;
  flex: 0 0 calc(50% - 17.5px);
  width: calc(50% - 17.5px);
}
.search-filters-main .search-filters-wrapper .filters-menu .filter-menu-item .price-range .separator {
  line-height: 44px;
}
.search-filters-main .search-filters-wrapper .filter-buttons {
  display: flex;
}
.search-filters-main .search-filters-wrapper .filter-buttons .btn {
  flex: 0 0 calc(50% - 6px);
  width: calc(50% - 6px);
  min-width: auto;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 0;
}
.search-filters-main .search-filters-wrapper .filter-buttons .transparent-btn {
  color: #1a3a6e;
  border-color: #1a3a6e;
}
.search-filters-main .search-filters-wrapper .woocommerce-product-search {
  padding-bottom: 170px;
}
@media (min-width: 768px) {
  .search-filters-main .search-filters-wrapper .woocommerce-product-search {
    padding-bottom: 0;
  }
}

.rooms-list {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .rooms-list {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .rooms-list {
    padding: 30px 0;
  }
}
.rooms-list .single-room {
  flex: 0 0 calc(50% - 9px);
  width: calc(50% - 9px);
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .rooms-list .single-room {
    flex: 0 0 calc(33.3333333333% - 26.6666666667px);
    width: calc(33.3333333333% - 26.6666666667px);
    margin-right: 40px;
  }
  .rooms-list .single-room:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .rooms-list .single-room {
    flex: 0 0 calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 40px;
  }
  .rooms-list .single-room:nth-of-type(3n) {
    margin-right: 40px;
  }
  .rooms-list .single-room:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .rooms-list .single-room {
    flex: 0 0 calc(20% - 40px);
    width: calc(20% - 40px);
    margin-right: 50px;
    margin-bottom: 45px;
  }
  .rooms-list .single-room:nth-of-type(3n) {
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(4n) {
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(5n) {
    margin-right: 0px;
  }
}
@media (min-width: 1300px) {
  .rooms-list .single-room {
    flex: 0 0 calc(16.6666666667% - 41.6666666667px);
    width: calc(16.6666666667% - 41.6666666667px);
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(3n) {
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(4n) {
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(5n) {
    margin-right: 50px;
  }
  .rooms-list .single-room:nth-of-type(6n) {
    margin-right: 0px;
  }
}
@media (min-width: 1600px) {
  .rooms-list .single-room {
    flex: 0 0 calc(16.6666666667% - 54.1666666667px);
    width: calc(16.6666666667% - 54.1666666667px);
    margin-right: 65px;
    margin-bottom: 58px;
  }
  .rooms-list .single-room:nth-of-type(3n) {
    margin-right: 65px;
  }
  .rooms-list .single-room:nth-of-type(4n) {
    margin-right: 65px;
  }
  .rooms-list .single-room:nth-of-type(5n) {
    margin-right: 65px;
  }
  .rooms-list .single-room:nth-of-type(6n) {
    margin-right: 0px;
  }
}
.rooms-list .single-room .room-img {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .rooms-list .single-room .room-img {
    margin-bottom: 24px;
  }
}
.rooms-list .single-room .room-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.rooms-list .single-room .room-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.rooms-list .single-room .room-name {
  font-size: 16px;
  line-height: 18px;
  font-family: "Ambit Bold";
  color: #1a3a6e;
  display: block;
}
@media (min-width: 1300px) {
  .rooms-list .single-room .room-name {
    font-size: 20px;
    line-height: 22px;
  }
}

.two-questions-box {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .two-questions-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}
.two-questions-box .single-question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 46px 22px;
  margin-bottom: 27px;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .two-questions-box .single-question {
    padding: 50px 60px;
  }
}
@media (min-width: 768px) {
  .two-questions-box .single-question {
    flex: 0 0 calc(50% - 17px);
    width: calc(50% - 17px);
    margin-bottom: 0;
    padding: 46px 22px;
  }
}
@media (min-width: 992px) {
  .two-questions-box .single-question {
    padding: 50px 60px;
  }
}
.two-questions-box .single-question:first-of-type {
  background-color: #faf7ed;
}
.two-questions-box .single-question:last-of-type {
  background-color: #f3fcf4;
}
.two-questions-box .single-question .question-icon {
  flex: 0 0 60px;
  width: 60px;
  margin-bottom: 22px;
}
@media (min-width: 1300px) {
  .two-questions-box .single-question .question-icon {
    margin-bottom: 36px;
    flex: 0 0 70px;
    width: 70px;
  }
}
.two-questions-box .single-question .question-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #1a3a6e;
  text-align: center;
}
@media (min-width: 576px) {
  .two-questions-box .single-question .question-title {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .two-questions-box .single-question .question-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1300px) {
  .two-questions-box .single-question .question-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 26px;
    max-width: 450px;
  }
}
.two-questions-box .single-question .question-subtitle {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.52px;
  font-family: "Ambit Regular";
  color: #1a3a6e;
  margin-bottom: 26px;
  text-align: center;
}
@media (min-width: 576px) {
  .two-questions-box .single-question .question-subtitle {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .two-questions-box .single-question .question-subtitle {
    max-width: 380px;
  }
}
@media (min-width: 1300px) {
  .two-questions-box .single-question .question-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}
.two-questions-box .single-question .transparent-btn {
  border-color: #1a3a6e;
  color: #1a3a6e;
  min-width: 170px;
}

.virtual-tours-wrapper {
  margin-bottom: 39px;
}
@media (min-width: 992px) {
  .virtual-tours-wrapper {
    margin-bottom: 67px;
  }
}
.virtual-tours-wrapper .virtual-tours-box {
  background-color: #FBFBFF;
  padding: 46px 22px;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .virtual-tours-wrapper .virtual-tours-box {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .virtual-tours-wrapper .virtual-tours-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .virtual-tours-wrapper .virtual-tours-box {
    padding: 60px 50px;
    align-items: flex-start;
  }
}
@media (min-width: 1300px) {
  .virtual-tours-wrapper .virtual-tours-box {
    padding: 75px 120px;
  }
}
.virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data {
    margin-bottom: 0;
    display: block;
    flex: 0 0 calc(50% - 17px);
    width: calc(50% - 17px);
  }
}
.virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-title {
    font-size: 35px;
    line-height: 40px;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1300px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-title {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (min-width: 1600px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 42px;
  }
}
.virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.52px;
  font-weight: 400;
  color: #1a3a6e;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-text {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-text {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-text {
    max-width: 350px;
  }
}
@media (min-width: 1300px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .virtual-tours-box-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
    max-width: 400px;
  }
}
.virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-data .green-btn {
  min-width: 170px;
}
@media (min-width: 768px) {
  .virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-img {
    flex: 0 0 calc(50% - 17px);
    width: calc(50% - 17px);
  }
}
.virtual-tours-wrapper .virtual-tours-box .virtual-tours-box-img img {
  border-radius: 12px;
  overflow: hidden;
}

.blog-home .section-wrapper .section-link,
.blog-related .section-wrapper .section-link {
  display: none;
}
@media (min-width: 992px) {
  .blog-home .section-wrapper .section-link,
  .blog-related .section-wrapper .section-link {
    display: block;
  }
}
.blog-home .blog-box,
.blog-related .blog-box {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog-home .blog-box,
  .blog-related .blog-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}
@media (min-width: 992px) {
  .blog-home .blog-box,
  .blog-related .blog-box {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .blog-home .blog-box,
  .blog-related .blog-box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
}
@media (min-width: 1600px) {
  .blog-home .blog-box,
  .blog-related .blog-box {
    grid-gap: 24px;
  }
}
.blog-home .blog-box .blog-item,
.blog-related .blog-box .blog-item {
  padding: 12px 12px 24px 12px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: 0.3s linear;
}
.blog-home .blog-box .blog-item:hover,
.blog-related .blog-box .blog-item:hover {
  border: 1px solid #1a3a6e;
}
.blog-home .blog-box .blog-item:hover .blog-item-img img,
.blog-related .blog-box .blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}
.blog-home .blog-box .blog-item:not(:last-of-type),
.blog-related .blog-box .blog-item:not(:last-of-type) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-home .blog-box .blog-item:not(:last-of-type),
  .blog-related .blog-box .blog-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.blog-home .blog-box .blog-item .blog-item-img,
.blog-related .blog-box .blog-item .blog-item-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .blog-home .blog-box .blog-item .blog-item-img,
  .blog-related .blog-box .blog-item .blog-item-img {
    margin-bottom: 24px;
  }
}
.blog-home .blog-box .blog-item .blog-item-img:after,
.blog-related .blog-box .blog-item .blog-item-img:after {
  content: "";
  display: block;
  padding-top: 61%;
}
@media (min-width: 1300px) {
  .blog-home .blog-box .blog-item .blog-item-img:after,
  .blog-related .blog-box .blog-item .blog-item-img:after {
    padding-top: 66.6%;
  }
}
.blog-home .blog-box .blog-item .blog-item-img img,
.blog-related .blog-box .blog-item .blog-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s linear;
}
.blog-home .blog-box .blog-item .blog-item-data,
.blog-related .blog-box .blog-item .blog-item-data {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.blog-home .blog-box .blog-item .blog-item-data .blog-item-title,
.blog-related .blog-box .blog-item .blog-item-data .blog-item-title {
  margin-bottom: 14px;
}
.blog-home .blog-box .blog-item .blog-item-data .blog-item-title a,
.blog-related .blog-box .blog-item .blog-item-data .blog-item-title a {
  display: block;
  color: #1b1b21;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.blog-home .blog-box .blog-item .blog-item-data .blog-item-description,
.blog-related .blog-box .blog-item .blog-item-data .blog-item-description {
  display: none;
}
.blog-home .blog-box .blog-item .blog-item-data .blog-item-link,
.blog-related .blog-box .blog-item .blog-item-data .blog-item-link {
  display: flex;
  align-items: center;
  color: #1a3a6e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-top: auto;
}
.blog-home .blog-box .blog-item .blog-item-data .blog-item-link span,
.blog-related .blog-box .blog-item .blog-item-data .blog-item-link span {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
@media (min-width: 992px) {
  .blog-home .section-link,
  .blog-related .section-link {
    display: none;
  }
}

.blog-home {
  background-color: #F3F4F6;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .blog-home {
    padding: 56px 0;
  }
}

.newsletter-wrapper {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .newsletter-wrapper {
    padding: 35px 0;
  }
}
.newsletter-wrapper .newsletter-box {
  background-color: #1a3a6e;
  border-radius: 12px;
  padding: 42px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-wrapper .newsletter-box {
    padding: 50px 70px;
  }
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 30px;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box {
    padding: 45px 86px;
  }
}
.newsletter-wrapper .newsletter-box .newsletter-img {
  flex: 0 0 110px;
  width: 110px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box .newsletter-img {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box .newsletter-img {
    flex: 0 0 127px;
    width: 127px;
  }
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box .newsletter-box-data {
    flex: 1;
    padding: 0 50px;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box .newsletter-box-data {
    padding: 0 76px;
  }
}
.newsletter-wrapper .newsletter-box .newsletter-box-data .newsletter-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box .newsletter-box-data .newsletter-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.newsletter-wrapper .newsletter-box .newsletter-box-data .newsletter-text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.1px;
  font-family: "Ambit Regular";
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box .newsletter-box-data .newsletter-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box .newsletter-box-data .newsletter-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .newsletter-wrapper .newsletter-box .newsletter-form,
  .newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box .newsletter-form,
  .newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields {
    flex: 0 0 400px;
    width: 400px;
  }
}
.newsletter-wrapper .newsletter-box .newsletter-form .form-group,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .form-group {
  margin-bottom: 0;
}
.newsletter-wrapper .newsletter-box .newsletter-form .form-group .input-btn,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .form-group .input-btn {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.newsletter-wrapper .newsletter-box .newsletter-form .form-group .form-control,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .form-group .form-control {
  flex: 1;
  border: 1px solid rgba(1, 44, 44, 0.24);
  border-radius: 4px 0 0 4px;
  background-color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  padding: 17px 20px;
  font-family: "Ambit Semibold";
}
.newsletter-wrapper .newsletter-box .newsletter-form .form-group .form-control::placeholder,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .form-group .form-control::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #919191;
  font-family: "Ambit Italic";
}
.newsletter-wrapper .newsletter-box .newsletter-form .form-group .invalid-feedback,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .form-group .invalid-feedback {
  flex: 0 0 100%;
  width: 100%;
}
.newsletter-wrapper .newsletter-box .newsletter-form .green-btn,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .green-btn {
  border-radius: 0;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1300px) {
  .newsletter-wrapper .newsletter-box .newsletter-form .green-btn,
  .newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .green-btn {
    min-width: auto;
  }
}
.newsletter-wrapper .newsletter-box .newsletter-form .green-btn svg,
.newsletter-wrapper .newsletter-box .mc4wp-form .mc4wp-form-fields .green-btn svg {
  fill: #ffffff;
}
.newsletter-wrapper .newsletter-box .mc4wp-response {
  max-width: 490px;
  margin-inline: auto;
}
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-notice,
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-success {
  padding: 10px;
}
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-notice p,
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-success p {
  text-align: center;
  margin-bottom: 0;
}
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-success {
  background-color: #F3FCF4;
}
.newsletter-wrapper .newsletter-box .mc4wp-response .mc4wp-notice {
  background-color: #FAF7ED;
}

.marquee {
  overflow: hidden;
  padding: 50px 0;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .marquee {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .marquee {
    padding: 60px 0;
  }
}
@media (min-width: 1265px) {
  .marquee {
    padding: 60px 0;
  }
}
.marquee .marquee-content {
  display: flex;
  align-items: center;
  width: auto;
  animation: scrolling 30s linear infinite;
  flex-shrink: 0;
}
.marquee .marquee-content .marquee-item {
  display: block;
  height: 30px;
  width: auto;
  flex-shrink: 0;
  margin-right: 40px;
}
@media (min-width: 768px) {
  .marquee .marquee-content .marquee-item {
    height: 40px;
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .marquee .marquee-content .marquee-item {
    height: 50px;
    margin-right: 80px;
  }
}
.marquee .marquee-content .marquee-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.marquee .marquee-content .marquee-item img {
  display: block;
  width: auto;
  height: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: 0.2s linear;
}
@media (min-width: 768px) {
  .marquee .marquee-content .marquee-item img {
    height: 40px;
  }
}

@keyframes scrolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.ads-box-wrapper {
  padding: 22.5px 0;
}
@media (min-width: 992px) {
  .ads-box-wrapper {
    padding: 45px 0;
  }
}
.ads-box-wrapper .ads-box-main {
  border-radius: 12px;
  overflow: hidden;
  padding: 24px 24px 133px 24px;
  background-repeat: no-repeat;
  background-size: cover, 0 0;
  max-width: 1166px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .ads-box-wrapper .ads-box-main {
    background-size: 0 0, cover;
    background-position: bottom right;
  }
}
@media (min-width: 992px) {
  .ads-box-wrapper .ads-box-main {
    background-size: 0 0, cover;
  }
}
@media (min-width: 1300px) {
  .ads-box-wrapper .ads-box-main {
    background-size: 0 0, cover;
    padding: 48px 0 48px 64px;
  }
}
@media (min-width: 992px) {
  .ads-box-wrapper .ads-box-main .ads-box-data {
    max-width: 48%;
  }
}
.ads-box-wrapper .ads-box-main .ads-box-data .ads-box-title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .ads-box-wrapper .ads-box-main .ads-box-data .ads-box-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 120%;
  }
}
@media (min-width: 1300px) {
  .ads-box-wrapper .ads-box-main .ads-box-data .ads-box-title {
    margin-bottom: 42px;
  }
}

.modal-main-wrapper.login .modal-wrapper, .modal-main-wrapper.register .modal-wrapper {
  padding: 23px 14px 25px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper, .modal-main-wrapper.register .modal-wrapper {
    padding: 50px 0 82px;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body, .modal-main-wrapper.register .modal-wrapper .modal-body {
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  padding: 48px 16px 6px;
  max-width: 1404px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body, .modal-main-wrapper.register .modal-wrapper .modal-body {
    padding: 32px 32px 42px;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form {
  padding: 0;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form {
    justify-content: flex-start;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .login-form-wrapper, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .login-form-wrapper {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .login-form-wrapper, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .login-form-wrapper {
    margin-bottom: 0;
    order: 2;
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (min-width: 1300px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .login-form-wrapper, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .login-form-wrapper {
    flex: 0 0 410px;
    width: 410px;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .login-form-wrapper .login-form .modal-header .modal-title, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .login-form-wrapper .login-form .modal-header .modal-title {
  color: #1b1b21;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .login-form-wrapper .login-form .modal-header .modal-title, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .login-form-wrapper .login-form .modal-header .modal-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 48px;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .register-form, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .register-form, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form {
    margin-bottom: 0;
    order: 2;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .register-form .modal-header .modal-title, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .modal-header .modal-title {
  color: #1b1b21;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .register-form .modal-header .modal-title, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .modal-header .modal-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info {
    order: 1;
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (min-width: 1300px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info {
    flex: 0 0 658px;
    width: 658px;
    margin-right: 148px;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info .modal-image, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info .modal-image {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info .modal-image, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info .modal-image {
    margin-bottom: 0;
  }
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info .modal-image:after, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info .modal-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-main-wrapper.login .modal-wrapper .modal-body .modal-form .modal-info .modal-image img, .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .modal-info .modal-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .modal-main-wrapper.register .modal-wrapper .modal-body {
    padding: 82px 32px 42px;
  }
}
.modal-main-wrapper.register .modal-wrapper .modal-body .modal-form {
  display: block;
  max-width: 668px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
  }
}
.modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .form-group-wrapper .form-group {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .form-group-wrapper .form-group {
    margin-bottom: 0;
  }
}
.modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .form-group .register-user-type {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .modal-main-wrapper.register .modal-wrapper .modal-body .modal-form .register-form .form-group .register-user-type {
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .form-group-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-group-wrapper .form-group {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}

.form-group.textarea .form-control {
  height: 100%;
  padding-top: 14px;
  width: 100%;
}
.form-group label {
  display: flex;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-bottom: 8px;
}
.form-group .form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 48px;
  padding: 0 16px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
  width: 100%;
}
.form-group .form-control:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.form-group .form-control::placeholder {
  color: rgba(27, 27, 33, 0.7);
  opacity: 1;
  font-style: normal !important;
}
.form-group .form-control::placeholder {
  font-style: normal !important;
}
.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:hover,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
  -webkit-text-fill-color: #1b1b21;
  transition: background-color 9999s ease-in-out 0s;
}

.checkbox {
  margin-bottom: 0 !important;
}

.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.form-options .checkbox {
  margin-bottom: 0;
}
.form-options .checkbox .fake-checkbox {
  margin-right: 0;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #1a3a6e;
}
.form-options .checkbox input[type=checkbox]:checked ~ .checkbox-text {
  color: #1b1b21 !important;
}
.form-options .checkbox input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url("../img/icons/check_box.png");
}
.form-options .checkbox .checkbox-text {
  display: block;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-left: 8px;
}
.form-options .modal-link {
  display: block;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}

.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  background: #1a3a6e;
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  text-align: center;
  border: none;
  width: 100%;
}
.btn-blue span {
  display: flex;
  align-items: center;
}

.modal-new-user {
  margin-bottom: 0;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #d1d5db;
  display: flex;
  justify-content: center;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.modal-new-user a {
  color: #1a3a6e;
  text-decoration: underline;
  font-weight: 600;
}

@media (min-width: 992px) {
  .bottom-info.bottom-info-other {
    flex: 0 0 100%;
    width: 100%;
    order: 3;
    padding-top: 42px;
  }
}
.bottom-info.bottom-info-other .container {
  padding: 0;
  margin: unset;
}
@media (min-width: 992px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper {
    padding: 0 24px;
  }
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item:not(:last-of-type) {
  border-bottom: 1px solid #d1d5db;
}
@media (min-width: 992px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item {
    padding: 0;
    flex: 0 0 calc(33.3333333333% - 6.6666666667px);
    width: calc(33.3333333333% - 6.6666666667px);
    padding-right: 10px;
  }
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item:not(:last-of-type) {
    border-bottom: none;
    margin-right: 10px;
    border-right: 1px solid #d1d5db;
  }
}
@media (min-width: 1300px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item {
    flex: 0 0 calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    padding-right: 24px;
  }
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item:not(:last-of-type) {
    margin-right: 24px;
  }
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-image {
  flex: 0 0 72px;
  width: 72px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-image {
    flex: 0 0 96px;
    width: 96px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-image {
    flex: 0 0 72px;
    width: 72px;
    margin-right: 16px;
  }
}
@media (min-width: 1300px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-image {
    flex: 0 0 96px;
    width: 96px;
    margin-right: 24px;
  }
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data {
  flex: 1;
  width: 100%;
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data .bottom-info-title {
  color: #1b1b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data .bottom-info-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data .bottom-info-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 1300px) {
  .bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data .bottom-info-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.bottom-info.bottom-info-other .container .bottom-info-wrapper .bottom-info-item .bottom-info-data .bottom-info-desc {
  color: #1b1b21;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.forgot-form-wrapper {
  margin-top: 48px;
}
.forgot-form-wrapper .page-name {
  color: #1b1b21;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.forgot-form-wrapper .forgotpassword-form .form-group label {
  display: flex;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .forgot-form-wrapper .forgotpassword-form .form-group label {
    margin-bottom: 12px;
  }
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  height: 48px;
  padding: 0 16px;
  color: #1b1b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  font-family: "usual", sans-serif;
  font-weight: 400;
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control:focus-visible {
  outline: none;
  border: 1px solid #1a3a6e;
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control::placeholder {
  color: rgba(27, 27, 33, 0.7);
  opacity: 1;
}
.forgot-form-wrapper .forgotpassword-form .form-group .form-control:-webkit-autofill,
.forgot-form-wrapper .forgotpassword-form .form-group .form-control:-webkit-autofill:hover,
.forgot-form-wrapper .forgotpassword-form .form-group .form-control:-webkit-autofill:focus,
.forgot-form-wrapper .forgotpassword-form .form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
  -webkit-text-fill-color: #1b1b21;
  transition: background-color 9999s ease-in-out 0s;
}
.forgot-form-wrapper .forgotpassword-form .modal-btn-wrapper .btn-modal {
  display: block;
  border-radius: 6px;
  background: #1a3a6e;
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  text-align: center;
  border: none;
  width: 100%;
}

button {
  cursor: pointer;
}

.form-group {
  margin-bottom: 14px;
}

.info {
  font-family: "usual", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1a3a6e;
  margin-bottom: 24px;
}

footer {
  background-image: url(../img/bg-m.jpg), url(../img/bg-d.jpg);
  background-repeat: no-repeat;
  background-size: cover, 0 0;
}
@media (min-width: 992px) {
  footer {
    background-size: 0 0, 100% 100%;
  }
}
footer .footer-top {
  padding: 32px 0;
}
@media (min-width: 1300px) {
  footer .footer-top {
    padding: 72px 0;
  }
}
@media (min-width: 992px) {
  footer .footer-top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
footer .footer-top .footer-info-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  footer .footer-top .footer-info-wrapper {
    margin-bottom: 0;
    flex: 0 0 333px;
    width: 333px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-info-wrapper {
    flex: 0 0 572px;
    width: 572px;
  }
}
footer .footer-top .footer-info-wrapper .footer-logo {
  display: block;
  max-width: 172px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  footer .footer-top .footer-info-wrapper .footer-logo {
    max-width: 216px;
  }
}
footer .footer-top .footer-info-wrapper .footer-info {
  font-family: "usual", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 157.143%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  footer .footer-top .footer-info-wrapper .footer-info {
    margin-bottom: 32px;
    max-width: 333px;
  }
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu-wrapper {
    flex: 1;
  }
}
footer .footer-top .footer-menu-wrapper .footer-menu {
  column-count: 2;
  column-gap: 14px;
}
@media (min-width: 576px) {
  footer .footer-top .footer-menu-wrapper .footer-menu {
    column-count: 3;
    column-gap: 24px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-menu-wrapper .footer-menu {
    column-count: unset;
    column-gap: unset;
    display: flex;
    gap: 24px;
  }
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item {
    flex: 1;
  }
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .nav-link {
  font-family: "usual", sans-serif;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  transition: 0.3s linear;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .nav-link:hover {
  color: #f0cd4c;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .nav-link.active {
  color: #f0cd4c;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .submenu {
  padding-top: 22px;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .submenu .footer-submenu-item:not(:last-of-type) {
  margin-bottom: 12px;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .submenu .footer-submenu-item .footer-submenu-link {
  font-family: "usual", sans-serif;
  font-weight: 600;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  line-height: 142.857%;
  transition: 0.3s linear;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .submenu .footer-submenu-item .footer-submenu-link:hover {
  color: #f0cd4c;
}
footer .footer-top .footer-menu-wrapper .footer-menu .footer-menu-item .submenu .footer-submenu-item .footer-submenu-link.active {
  color: #f0cd4c;
}
footer .footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  footer .footer-bottom {
    padding: 32px 0;
  }
}
footer .footer-bottom .static-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  footer .footer-bottom .static-menu {
    margin-bottom: 0;
  }
}
footer .footer-bottom .static-menu .static-menu-item a {
  font-family: "usual", sans-serif;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  transition: 0.3s linear;
}
footer .footer-bottom .static-menu .static-menu-item a:hover {
  color: #f0cd4c;
}
footer .footer-bottom p {
  font-family: "usual", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
footer .footer-bottom p a {
  color: #ffffff;
  text-decoration: underline;
}

.social-menu .social-box {
  display: flex;
  gap: 12px;
}
.social-menu .social-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
.social-menu .social-box a svg {
  fill: #ffffff;
  transition: 0.3s linear;
}
.social-menu .social-box a:hover svg {
  fill: #f0cd4c;
}

/*# sourceMappingURL=search-rooms.css.map */
