@font-face {
  font-family: "Evolventa";
  src: url("../assets/fonts/Evolventa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Evolventa";
  src: url("../assets/fonts/Evolventa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
a {
  text-decoration: none;
}

html {

  overflow-x: hidden;

}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
ul,
li span {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Evolventa";
  overflow-x: hidden !important;
}

.hide {
  display: none!important;
}

.form-control:focus::placeholder {opacity: 0; transition: opacity 0.3s ease;}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.form-control {
  padding: 15px;
  background-color: #fafafa;
  outline: none;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.form-control::placeholder {
  color: #000;
  opacity: 0.3;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.30806 5.18306C3.06398 5.42714 3.06398 5.82286 3.30806 6.06694L7.05806 9.81694C7.30214 10.061 7.69786 10.061 7.94194 9.81694L11.6919 6.06694C11.936 5.82286 11.936 5.42714 11.6919 5.18306C11.4479 4.93898 11.0521 4.93898 10.8081 5.18306L7.5 8.49112L4.19194 5.18306C3.94786 4.93898 3.55214 4.93898 3.30806 5.18306Z' fill='%230066CE'/%3e%3c/svg%3e");
  padding: 14px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  appearance: none;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.form-select:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.form-select::placeholder {
  color: #000;
}

.hero-content .form-select {
  min-width: 26ch;
}

.form-select.modal-select {
  opacity: 1;
  border: 1px solid #d3e9ff;
  color: #6b6b6b;
  background-color: #F3F8FF;
  margin-bottom: 10px;
}

.btn {
  border-radius: 10px;
  border: none;
}

.btn-primary {
  background: #0066ce;
}

.btn-primary:hover {
  background: #024990;
}

.btn-success {
  background: #48c95f;
}

.btn-success:hover {
  background: #359346;
}

@media (min-width: 1400px) {
  .modal-xl {
    --bs-modal-width: 1300px;
  }
}
@media (max-width: 768px) {
  .form-control {
    height: 40px;
    font-size: 12px;
  }
  .form-control::placeholder {
    font-size: 12px;
  }
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  background-color: white;
  cursor: pointer;
  user-select: none;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.custom-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #eaeaea;
  background: #fff;
  display: none;
  z-index: 2;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
}

.custom-select-list.open {
  display: block;
}

.custom-select-list a {
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-select-list a:hover {
  background-color: #f0f0f0;
}

.custom-select-list a.selected {
  background-color: #e0e0e0;
}

#quickView .modal-dialog {
  padding: 30px 0;
}

.business-wrap-modal {
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.business-wrap-modal .title-mobile, .business-wrap-modal .business-id-mobile {
  display: none;
}
.business-wrap-modal .business-info {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}
.business-wrap-modal .business-info .img-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.business-wrap-modal .business-info .img-wrap .img {
  width: 282px;
  height: 282px;
}
.business-wrap-modal .business-info .img-wrap .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-wrap-modal .business-info .img-wrap .images {
  display: flex;
  align-items: center;
  gap: 10px;
}
.business-wrap-modal .business-info .img-wrap .images .img {
  width: 88px;
  height: 88px;
  border-radius: 10px;
}
.business-wrap-modal .business-info .img-wrap .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.business-wrap-modal .business-info .img-wrap .images .img.text {
  background: #f3f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #6b6b6b;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.business-wrap-modal .business-info .img-wrap .images .img.text img {
  width: unset;
  height: unset;
  object-fit: unset;
}
.business-wrap-modal .business-info .text-wrap h2 {
  max-width: 309px;
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.business-wrap-modal .business-info .text-wrap .business-id {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.business-wrap-modal .business-info .text-wrap .business-id .id {
  display: flex;
  width: 100px;
  height: 30px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #0066ce;
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-wrap-modal .business-info .text-wrap .business-id a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-wrap-modal .business-info .text-wrap .more-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.business-wrap-modal .business-info .text-wrap .more-info .item {
  border-radius: 10px;
  width: 150px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 12px 0;
}
.business-wrap-modal .business-info .text-wrap .more-info .item span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.business-wrap-modal .business-info .text-wrap .more-info .item h6 {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.business-wrap-modal .business-info .text-wrap .more-info .item.blue {
  background: #f3f8ff;
}
.business-wrap-modal .business-info .text-wrap .more-info .item.blue h6 {
  color: #0066ce;
  text-align: center;
}
.business-wrap-modal .business-info .text-wrap .more-info .item.green {
  background: rgba(72, 201, 95, 0.1);
}
.business-wrap-modal .business-info .text-wrap .more-info .item.green h6 {
  color: #48c95f;
}
.business-wrap-modal .business-info .text-wrap p {
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.business-wrap-modal .business-info .text-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0066ce;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-wrap-modal .owner-info {
  border-radius: 10px;
  background: #f3f8ff;
  padding: 30px 20px;
  width: 100%;
  min-width: 420px;
}
.business-wrap-modal .owner-info h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.business-wrap-modal .owner-info .owners-representative {
  height: 153px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  justify-content: center;
  padding: 10px;
  margin: 20px 0 30px 0;
  gap: 20px;
}
.business-wrap-modal .owner-info .owners-representative .img-wrap img {
    width: 120px;
    height: 130px;
    object-fit: cover;
}
.business-wrap-modal .owner-info .owners-representative .owner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.business-wrap-modal .owner-info .owners-representative .owner h3 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.business-wrap-modal .owner-info .owners-representative .owner p {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-wrap-modal .owner-info .owners-representative .owner a,
.business-wrap-modal .owner-info .owners-representative .owner .item-link{
  gap: 10px;
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.business-wrap-modal .owner-info h2.tel {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.business-wrap-modal .owner-info form .btn {
  width: 100%;
  margin-top: 21px;
  padding: 14px 0;
}
.business-wrap-modal .owner-info form .input {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
.business-wrap-modal .owner-info form .input input {
  height: 100%;
  padding-left: 50px;
  border: none;
  border-radius: 10px;
  background-color: white;
}
.business-wrap-modal .owner-info form .input input::placeholder {
  color: black;
  opacity: 0.7;
}
.business-wrap-modal .owner-info form .input img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.business-wrap-modal .owner-info form .data-processing {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  max-width: max-content;
}
.business-wrap-modal .owner-info form .data-processing p {
  margin: 0;
  font-size: 14px;
  margin-bottom: -3px;
}
.business-wrap-modal .owner-info form .data-processing p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .business-wrap-modal .business-info .text-wrap {
    width: 330px;
  }
  .business-wrap-modal .business-info .text-wrap .more-info {
    flex-direction: column;
  }
  .business-wrap-modal .business-info .text-wrap .more-info .item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .business-wrap-modal {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .vacancy_img {
    display: none;
  }
  .business-wrap-modal {
    gap: 10px;
  }
  .business-wrap-modal .title-mobile, .business-wrap-modal .business-id-mobile {
    display: block;
  }
  .business-wrap-modal .title-mobile {
    max-width: 309px;
    color: #000;
    font-family: Evolventa;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
  }
  .business-wrap-modal .business-id-mobile {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .business-wrap-modal .business-id-mobile .id {
    display: flex;
    width: 100px;
    height: 30px;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #0066ce;
    color: #fff;
    text-align: center;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .business-wrap-modal .business-id-mobile a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .business-wrap-modal .business-info {
    flex-direction: column;
  }
  .business-wrap-modal .business-info .img-wrap {
    width: 100%;
  }
  .business-wrap-modal .business-info .img-wrap .img {
    width: 100%;
  }
  .business-wrap-modal .business-info .img-wrap .images {
    width: 100%;
  }
  .business-wrap-modal .business-info .img-wrap .images .img {
    width: 100%;
  }
  .business-wrap-modal .business-info .text-wrap {
    width: 100%;
  }
  .business-wrap-modal .business-info .text-wrap .more-info .item {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
  }
  .business-wrap-modal .business-info .text-wrap .business-id,
  .business-wrap-modal .business-info .text-wrap h2 {
    display: none;
  }
  .business-wrap-modal .business-info .text-wrap a {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .business-wrap-modal {
    padding: 30px 0;
  }
  .business-wrap-modal .business-id-mobile {
    padding: 0 20px;
  }
  .business-wrap-modal .business-info .img-wrap {
    padding: 0 20px;
  }
  .business-wrap-modal .business-info .img-wrap .img {
    height: 200px;
  }
  .business-wrap-modal .business-info .text-wrap {
    padding: 0 20px;
  }
  .business-wrap-modal .business-info .text-wrap .more-info {
    gap: 10px;
  }
  .business-wrap-modal .business-info .text-wrap .more-info .item {
    height: 40px;
  }
  .business-wrap-modal .business-info .text-wrap .more-info .item span, .business-wrap-modal .business-info .text-wrap .more-info .item h6 {
    font-size: 12px;
  }
  .business-wrap-modal .business-info .text-wrap a {
    margin-bottom: 7px;
  }
  .business-wrap-modal .owner-info {
    min-width: unset;
  }
  .business-wrap-modal .owner-info h2 {
    font-size: 16px;
    text-align: center;
  }
  .business-wrap-modal .owner-info .owners-representative {
    height: 80px;
  }
  .business-wrap-modal .owner-info .owners-representative .img-wrap {
    width: 50px;
    height: 50px;
  }
  .business-wrap-modal .owner-info .owners-representative .img-wrap img {
    width: 50px;
    height: 50px;
  }
  .business-wrap-modal .owner-info .owners-representative .owner {
    gap: 0px;
  }
  .business-wrap-modal .owner-info .owners-representative .owner h3, .business-wrap-modal .owner-info .owners-representative .owner p, 
  .business-wrap-modal .owner-info .owners-representative .owner a, .business-wrap-modal .owner-info .owners-representative .owner .item-link{
    font-size: 12px;
  }
  .business-wrap-modal .owner-info .owners-representative .owner a, .business-wrap-modal .owner-info .owners-representative .owner .item-link {
    margin: 10px 0 0 0;
  }
  .business-wrap-modal .owner-info .owners-representative .owner a img, .business-wrap-modal .owner-info .owners-representative .owner .item-link img {
    width: 20px;
    height: 20px;
  }
  .business-wrap-modal .owner-info h2.tel {
    font-size: 16px;
  }
}

.leave-a-request-modal-1 {
  padding: 40px 110px;
}
.leave-a-request-modal-1 form .input {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .leave-a-request-modal-1 {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .leave-a-request-modal-1 {
    padding: 40px 10px;
  }
}

.leave-a-request-modal-2 {
  padding: 40px 110px;
}

.leave-a-request-modal-2 .d-flex.gap-3.py-4 {
  flex-wrap: wrap;
}
.leave-a-request-modal-2 .week-days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
.leave-a-request-modal-2 .week-days label {
  width: 200px;
}
.leave-a-request-modal-2 .week-days .day {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
.leave-a-request-modal-2 .week-days .day input[type=radio]:checked {
  background: #48c95f;
  color: white;
}
.leave-a-request-modal-2 .week-days input[type=radio] {
  display: none;
}
.leave-a-request-modal-2 .week-days input[type=radio]:checked + .day {
  background: #48c95f;
  color: white;
}
@media (max-width: 992px) {
  .leave-a-request-modal-2 {
    padding: 40px 20px;
  }
  .leave-a-request-modal-2 .week-days {
    grid-template-columns: repeat(2, 1fr);
  }
  .leave-a-request-modal-2 .week-days label {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .leave-a-request-modal-2 {
    padding: 40px 10px;
  }
}

.leave-a-request-modal-4 {
  padding: 40px 110px;
}
.leave-a-request-modal-4 .price-input {
  padding-left: 20px !important;
}
@media (max-width: 992px) {
  .leave-a-request-modal-4 {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .leave-a-request-modal-4 {
    padding: 40px 10px;
  }
}

.custom-modal-styles h2 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.custom-modal-styles p {
  color: #6b6b6b;
  text-align: center;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.custom-modal-styles .input {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
.custom-modal-styles .input input {
  height: 100%;
  padding-left: 50px;
  border: none;
  border-radius: 10px;
  border: 1px solid #d3e9ff;
  background: #f3f8ff;
}
.custom-modal-styles .input img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-modal-styles .data-processing {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  max-width: max-content;
}
.custom-modal-styles .data-processing p {
  color: #000;
  margin: 0;
  font-size: 14px;
  margin-bottom: -3px;
}
.custom-modal-styles .data-processing p a {
  text-decoration: underline;
  font-weight: 400;
  color: #000;
}
.custom-modal-styles .btn {
  padding: 14px 0;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .custom-modal-styles h2 {
    font-size: 16px;
  }
  .custom-modal-styles p {
    font-size: 12px;
  }
  .custom-modal-styles .data-processing p {
    white-space: nowrap;
    font-size: 12px;
  }
  .custom-modal-styles .btn {
    margin-top: 10px;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translate(50%, -50%);
}
@media (max-width: 992px) {
  .modal-close {
    right: 50%;
  }
}

#navbar .navbar-top {
  padding: 35px 0;
  gap: 28px;
}
#navbar .navbar-top .location {
  gap: 6.25px;
}
#navbar .navbar-top .location span {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px dashed #0066ce;
}
#navbar .navbar-top .location-text {
  min-width: 251px;
  color: #000;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#navbar .navbar-top .social-network {
  gap: 15px;
}
#navbar .navbar-top .social-network div {
  gap: 3px;
}
#navbar .navbar-top .social-network h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#navbar .navbar-top .social-network span {
  white-space: nowrap;
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
#navbar .navbar-top .action {
  max-width: max-content;
  gap: 10px;
}
.action-type-like-eye {
  display: none !important;
}
.navbar-middle .action {
  max-width: max-content;
  gap: 10px;
}
#navbar .navbar-top .action .action-circle {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
}
.navbar-middle .action .action-circle {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
}
#navbar .navbar-top .action .action-circle-rgb {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: linear-gradient(225deg, #1db538 0%, #27a6e5 50.5%, #002480 100%);
}
.navbar-middle .action .action-circle-rgb {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: linear-gradient(225deg, #1db538 0%, #27a6e5 50.5%, #002480 100%);
}
#navbar .navbar-top .action h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.navbar-middle .action h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
#navbar .navbar-top .action span {
  color: #9a9a9a;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.navbar-middle .action span {
  color: #9a9a9a;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  #navbar .navbar-top {
    gap: 20px;
  }
  #navbar .navbar-top .location-text {
    min-width: 125px;
  }
}
@media (max-width: 1200px) {
  #navbar .navbar-top .social-network.mb {
    gap: 0;
  }
  #navbar .navbar-top .social-network.mb h6,
  #navbar .navbar-top .social-network.mb span {
    display: none;
  }
}
@media (max-width: 992px) {
  #navbar .navbar-top {
    display: none !important;
  }
  .action-type-like-eye-2 {
    display: none !important;
  }
}
#navbar .navbar-middle {
  padding: 30px 0;
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  position: relative;
  gap: 20px;
}
#navbar .navbar-middle .search-form {
  width: 530px;
  position: relative;
  margin-left: 14px;
}
#navbar .navbar-middle .search-form input {
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 10px;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar .navbar-middle .search-form div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background: transparent;
  border: none;
  pointer-events: none;
}
#navbar .navbar-middle .action-btn {
  padding: 14px 43px;
  white-space: nowrap;
  border-radius: 10px;
}
#navbar .navbar-middle .search-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1098;
  margin-top: 110px;
  border-radius: 0px 0px 10px 10px;
  background: #f3f8ff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 110px;
  height: max-content;
  display: none;
}
#navbar .navbar-middle .search-content.active {
  display: block;
}
#navbar .navbar-middle .search-content .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#navbar .navbar-middle .search-content .titles h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#navbar .navbar-middle .search-content .titles h2:last-child {
  width: 420px;
}
#navbar .navbar-middle .search-content .search-list-wrap {
  display: flex;
  justify-content: space-between;
}
#navbar .navbar-middle .search-content .search-list-wrap .right {
  width: 420px;
}
#navbar .navbar-middle .search-content .items-list {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#navbar .navbar-middle .search-content .items-list.last {
  padding-bottom: 0;
}
#navbar .navbar-middle .search-content .items-list .search-item {
  display: flex;
  gap: 19px;
  align-items: center;
  text-decoration: none;
}
#navbar .navbar-middle .search-content .items-list .search-item .img-wrap {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
}
#navbar .navbar-middle .search-content .items-list .search-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#navbar .navbar-middle .search-content .items-list .search-item .text-wrap {
  max-width: 288px;
}
#navbar .navbar-middle .search-content .items-list .search-item .text-wrap h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
#navbar .navbar-middle .search-content .items-list .search-item .text-wrap span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
#navbar .navbar-middle .search-content .items-list .search-item .text-wrap p {
  color: #000;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
#navbar .navbar-middle .search-content .items-list .search-item .text-wrap .price {
  color: #48c95f;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#navbar .navbar-middle .search-content .items-list a {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
#navbar .navbar-middle .menu-wrap {
  display: none;
}
#navbar .navbar-middle .menu-wrap .menu-close {
  display: none;
}
#navbar .navbar-middle .menu-wrap .menu {
  cursor: pointer;
}
@media (max-width: 1200px) {
  #navbar .navbar-middle .action-btn {
    padding: 14px 20px;
  }
}
@media (max-width: 992px) {
  #navbar .navbar-middle {
    padding-top: 0;
    flex-direction: column;
  }
  #navbar .navbar-middle .logo-wrap {
    max-width: 100vw;
    width: 100%;
    padding: 20px;
    left: 0;
    top: 0;
    position: fixed;
    background: white;
    z-index: 102;
  }
  #navbar .navbar-middle .logo-wrap .menu-wrap {
    align-items: center;
    display: flex;
    gap: 20px;
  }
  #navbar .navbar-middle .logo-wrap .menu-wrap .action {
    font-size: 16px;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #navbar .navbar-middle .logo-wrap .menu-wrap .action .action-circle {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 50%;
  }
  #navbar .navbar-middle .search-form {
    margin: 70px 0 0 0;
    width: 100%;
  }
  #navbar .navbar-middle .action-btn-wrap {
    width: 100%;
  }
  #navbar .navbar-middle .action-btn {
    width: 100%;
  }
  #navbar .navbar-middle .search-content {
    padding: 20px 24px;
  }
  #navbar .navbar-middle .search-content .titles {
    align-items: center;
    justify-content: center;
  }
  #navbar .navbar-middle .search-content .titles h2 {
    font-size: 16px;
  }
  #navbar .navbar-middle .search-content .titles h2:nth-child(2) {
    display: none;
  }
  #navbar .navbar-middle .search-content .titles:nth-of-type(2) {
    background-color: yellow !important;
  }
  #navbar .navbar-middle .search-content .search-list-wrap .right {
    display: none;
  }
  #navbar .navbar-middle .search-content .titles:nth-child(even) {
    display: none;
  }
  #navbar .navbar-middle .search-content .search-list-wrap:nth-child(even) {
    display: none;
  }
  #navbar .navbar-middle .search-content hr:nth-child(odd) {
    display: none;
  }
  #navbar .navbar-middle .search-content .items-list {
    padding: 20px 0;
  }
  #navbar .navbar-middle .search-content .items-list .search-item {
    align-items: flex-start;
  }
  #navbar .navbar-middle .search-content .items-list .search-item .img-wrap {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
  #navbar .navbar-middle .search-content .items-list .search-item .text-wrap h3 {
    margin: 0;
  }
  #navbar .navbar-middle .search-content .items-list a {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #navbar .navbar-middle .search-form input {
    height: 40px;
    padding-right: 40px;
  }
  #navbar .navbar-middle .search-form div {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 5px;
    transform: unset;
  }
  #navbar .navbar-middle .action-btn {
    padding: 9.5px 0;
    font-size: 14px;
  }
}
#navbar .navbar-bottom-wrap {
  background-color: #06f;
  width: 100%;
}
#navbar .navbar-bottom-wrap .navbar-bottom {
  height: 60px;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item {
  flex-grow: 1;
  position: relative;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .trigger {
  user-select: none;
  background-color: #06f;
  cursor: pointer;
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 60px;
}

#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .trigger[href$="#"] {
  cursor: default;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .trigger:hover {
  color: #000;
  background-color: #fff;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .trigger.active {
  color: #000;
  background-color: #fff;
}

#navbar .navbar-bottom-wrap .navbar-bottom .nav-item:hover .trigger + .nav-dropdown {
  display: block;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item:first-of-type .nav-dropdown {
  height: 425px;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown {
  position: absolute;
  bottom: 1px;
  transform: translateY(100%);
  left: 0;
  background: #fff;
  z-index: 20000000000;
  display: none;
  flex-direction: column;
  width: 270px;
  padding-left: 30px;
  padding-right: 20px;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown.active {
  display: flex;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item {
  user-select: none;
  padding: 25px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item:hover {
  color: #06f;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu {
  position: relative;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown.active .nav-dropdown-item.with-submenu .nav-dropdown-submenu {
  display: block;
/*   max-height: auto; */
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu {
  cursor: auto;
  display: none;
/*   max-height: 0; */
  position: absolute;
  background: #f3f8ff;
  top: 0px;
  right: -19px;
  transform: translateX(100%);
  width: 100%;
  width: 1025px;
  height: 100%;
  padding: 30px;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: start;
    column-gap: 16px;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a {
  width: max-content;
  display: inline-flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  border-radius: 10px;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.1s ease;
  
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a:hover {
  color: #fff;
  background: #0066ce;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a:hover span {
  color: #fff;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a.active {
  color: #fff;
  background: #0066ce;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a.active span {
  color: #fff;
}
#navbar .navbar-bottom-wrap .navbar-bottom .nav-item .nav-dropdown .nav-dropdown-item.with-submenu .nav-dropdown-submenu .categories-list a span {
  color: #aeaeae;
}
@media (max-width: 992px) {
  #navbar .navbar-bottom-wrap {
    display: none !important;
  }
}
#navbar .navbar-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 65px;
  left: 0;
  z-index: 101;
  background-color: white;
  display: none;
}
#navbar .navbar-menu.active {
  display: block;
}
#navbar .navbar-menu .navbar-menu-content {
  padding: 30px 0;
  height: calc(100dvh - 60px);
  overflow-y: auto;
}
#navbar .navbar-menu .navbar-menu-content::-webkit-scrollbar {
  visibility: hidden;
}
#navbar .navbar-menu .navbar-menu-content h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 20px;
}
#navbar .navbar-menu .navbar-menu-content h3 a {
    color: #000;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
#navbar .navbar-menu .navbar-menu-content .top-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
#navbar .navbar-menu .navbar-menu-content .top-section a,
#navbar .navbar-menu .navbar-menu-content .top-section span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar .navbar-menu .navbar-menu-content .top-section a.active {
  color: #06f;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown {
  width: 100%;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-trigger span.active {
  color: #06f;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-trigger svg {
  transform: rotate(180deg);
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-trigger svg.active {
  transform: rotate(0deg);
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-content {
  padding: 10px 0;
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-content.show {
  display: flex;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-content a {
  display: inline-flex;
  height: 20px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f3f8ff;
  color: #000;
  font-family: Evolventa;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar .navbar-menu .navbar-menu-content .top-section .menu-dropdown .menu-dropdown-content a span {
  color: #aeaeae;
}
#navbar .navbar-menu .navbar-menu-content .middle-section {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}
#navbar .navbar-menu .navbar-menu-content .middle-section a {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar .navbar-menu .navbar-menu-content hr {
  margin: 20px 0;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .social-network {
  gap: 15px;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .social-network div {
  gap: 3px;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .social-network h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .social-network span {
  white-space: nowrap;
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .action {
  max-width: max-content;
  gap: 15px;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .action .action-circle {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .action .action-circle-rgb {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: linear-gradient(225deg, #1db538 0%, #27a6e5 50.5%, #002480 100%);
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .action h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section .action span {
  color: #9a9a9a;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#navbar .navbar-menu .navbar-menu-content .bottom-section p {
  color: #000;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.4;
  line-height: normal;
}

.bg-overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 287px;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  overflow-x: hidden;
}
.bg-overlay.active {
  display: block;
  animation: opacity 3s ease 1s 1 normal both;
}
body.admin-bar header .bg-overlay {
    margin-top: 32px;
}


@keyframes opacity {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}

.breadcrumb {
  padding-top: 30px;
}
.breadcrumb .container.pc {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.breadcrumb .container.pc a {
  color: #6b6b6b;
}
.breadcrumb .container.pc a:last-child,
.breadcrumb .container.pc span:last-child {
  color: #0066ce;
}
.breadcrumb .container.pc span {
  color: #6b6b6b;
}

.breadcrumb .container.mobile {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .breadcrumb .container.pc {
    display: none;
  }
  .breadcrumb .container.mobile {
    display: flex;
    justify-content: center;
  }
  .breadcrumb .container.mobile a {
    color: #0066ce;
    text-align: center;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 31px;
}
.pagination .btn {
  display: flex;
  width: 200px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f3f8ff;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pagination .btn:hover {
  background: #eee;
}
.pagination .business-pagination {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.pagination .business-pagination .pagination-item {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.pagination .business-pagination .pagination-item:active {
  transform: scale(0.95);
}
.pagination .business-pagination .pagination-item:hover {
  border-color: #48c95f;
  background: #48c95f;
  color: white;
}
.pagination .business-pagination .pagination-item.active {
  border-color: #48c95f;
  background: #48c95f;
  color: white;
}
.pagination .business-pagination .pagination-item.no-hover {
  color: #000;
  background: #fff;
  border-color: #eaeaea;
}
.pagination .business-pagination .pagination-item.prev-btn {
  border: 1px solid #0066ce;
  background: #0066ce;
}
.pagination .business-pagination .pagination-item.next-btn {
  border: 1px solid #0066ce;
  background: #0066ce;
}

@media (max-width: 992px) {
  .pagination {
    flex-direction: column;
    gap: 20px;
  }
  
  .pagination .business-pagination {
    display: none !important;
  }
  
  .pagination .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .pagination .business-pagination {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .pagination .business-pagination {
    display: none !important;
  }
}

/* Дополнительные стили для гарантированного скрытия пагинации */
@media screen and (max-width: 992px) {
  .pagination .business-pagination {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* Базовые стили для кнопки "Загрузить еще" */
.load-more {
  display: block !important;
  background: #28a745 !important;
  color: white !important;
  padding: 15px 25px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: background-color 0.3s ease !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 20px auto !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

.load-more:hover {
  background: #218838 !important;
  color: white !important;
  text-decoration: none !important;
}

/* Стили для тестовой кнопки */
.test-load-more {
  display: block !important;
  background: #ffc107 !important;
  color: black !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 9999 !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 10px auto !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* Принудительные стили для отладочного блока */
div[style*="background: red"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 99999 !important;
  background: red !important;
  padding: 20px !important;
  margin: 20px 0 !important;
  border: 3px solid blue !important;
}

/* Скрываем дополнительные ссылки пагинации на мобильных устройствах */
@media (max-width: 992px) {
  .next-page-desktop,
  .prev-page-desktop {
    display: none !important;
  }
  
  /* Показываем кнопку "Загрузить еще" на мобильных устройствах */
  .load-more {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    background: #28a745 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
  }
}

/* Принудительно скрываем ссылки "Следующий страница" и "Предыдущая страница" на всех устройствах */
.next-page-desktop,
.prev-page-desktop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Дополнительные стили для мобильных устройств */
@media (max-width: 768px) {
  .load-more {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 20px auto !important;
    background: #28a745 !important;
    color: white !important;
    padding: 15px 25px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  }
}

.business-card {
  max-width: 420px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #eaeaea;
  transition: all 0.2s ease;
  position: relative;
}
.business-card .business-card-images {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.business-card .business-card-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.business-card .business-card-images .swiper-actions {
  display: none;
}
.business-card .business-card-images .swiper-button-next {
  top: unset;
  bottom: 45%;
  right: 2%;
  z-index: 11;
}
.business-card .business-card-images .swiper-button-prev {
  top: unset;
  bottom: 45%;
  z-index: 11;
  left: 2%;
}
.business-card .business-card-images .swiper-button-next::after,
.business-card .business-card-images .swiper-button-prev::after {
  content: "";
}
.business-card .business-card-images .swiper-pagination {
  margin-bottom: 2px;
}
.business-card .business-card-images .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.business-card .business-card-images .swiper-pagination-bullet-active {
  background-color: #48c95f;
}
.business-card .business-card-content {
  padding: 20px 20px 30px 20px;
}
.business-card .business-card-content a {
  max-width: max-content;
}
.business-card .business-card-content .title {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  height: 42px;
}
.business-card .business-card-content .business-owner {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.business-card .business-card-content .business-owner span {
  margin-bottom: -3px;
}
.business-card .business-card-content hr {
  border-color: #eaeaea;
  opacity: 1;
}
.business-card .business-card-content .info-items {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.business-card .business-card-content .info-items .info-item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.business-card .business-card-content .info-items .info-item span {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.business-card .business-card-content .info-items .info-item h6 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.business-card .business-card-content .price-wrap {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.business-card .business-card-content .price-wrap .price {
  color: #48c95f;
  text-align: center;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.business-card .business-card-content .price-wrap .like {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-card .business-card-content .price-wrap .like:active {
  transform: scale(0.9);
}
.business-card .business-card-content .quick-watch-btn {
  padding: 15px 0;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.business-card .business-card-content .quick-watch-btn img{

  width: 24px;
  height: 24px;

}
.business-card .business-card-badges {
  position: absolute;
  top: 25px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 12;
}
.business-card .business-card-badges .no-visible {
  visibility: hidden;
  opacity: 0;
  display: none !important;
}
.business-card .business-card-badges .badge {
  display: inline-flex;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.business-card .business-card-badges .badge span {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-card .business-card-badges .badge.primary {
  background: #06f;
}
.business-card .business-card-badges .badge.success {
  background: #48c95f;
}
.business-card .business-card-badges .badge.warning {
  background: #ff9a3d;
}
.business-card .business-card-badges .business-id {
  display: flex;
  width: 100px;
  height: 30px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  white-space: nowrap;
}
.business-card .business-card-badges .business-id span {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
.business-card:hover {
  background: #f3f8ff;
}
.business-card:hover .swiper-actions {
  display: block;
}
@media (max-width: 1200px) {
  .business-card {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .business-card .business-card-badges {
    top: 10px;
    left: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .business-card .business-card-badges .business-id span {
    font-size: 12px;
  }
  .business-card .business-card-content .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .business-card .business-card-content .price-wrap {
    padding: 23px 0;
  }
  .business-card .business-card-content .price-wrap .price {
    font-size: 18px;
  }
  .business-card .business-card-content .business-owner {
    margin-bottom: 21px;
  }
  .business-card .business-card-content .business-owner span {
    font-size: 14px;
  }
  .business-card .business-card-content .info-items {
    padding: 10px 0;
  }
  .business-card .business-card-content .info-items .info-item span,
  .business-card .business-card-content .info-items .info-item h6 {
    font-size: 14px;
  }
  .business-card .business-card-content .btn {
    height: 40px;
    font-size: 14px;
  }
}

.businesses-wrap .businesses-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
}
.businesses-wrap .businesses-header .title {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.businesses-wrap .businesses-header .business-swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.businesses-wrap .businesses-header .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
.businesses-wrap .businesses-header .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: #fff;
  pointer-events: none;
}

.business-swiper-buttons .swiper-button-disabled {
  border: 1px solid #eaeaea !important;
  background: #fff !important;
  pointer-events: none !important;
}
.business-swiper-buttons .swiper-button-disabled svg path {
  fill: #eaeaea !important;
}

.businesses-wrap .businesses-header .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
@media (max-width: 992px) {
  .businesses-wrap .businesses-header .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .businesses-wrap {
    position: relative;
    padding-bottom: 60px;
  }
  .businesses-wrap .businesses-header {
    margin-bottom: 20px;
    justify-content: center;
  }
  .businesses-wrap .businesses-header .title {
    font-size: 22px;
    text-align: center;
  }
  .businesses-wrap .businesses-header .business-swiper-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.filter .filter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.filter .filter-form .search-input,
.filter .filter-form .profit-inputs,
.filter .filter-form .type-selects,
.filter .filter-form .category-section {
  flex: 0 0 calc(50% - 10px);
}
.filter .filter-form .profit-inputs,
.filter .filter-form .type-selects,
.filter .filter-form .category-section {
  display: flex;
  gap: 20px;
}
.filter .filter-form .profit-inputs input,
.filter .filter-form .type-selects select {
  flex: 1;
}
.filter .filter-form .search-input {
  position: relative;
  border-radius: 10px;
}
.filter .filter-form .search-input input {
  width: 100%;
  padding: 16px 20px;
  padding-right: 50px;
  background: #fff;
  border-radius: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter .filter-form .search-input .search-btn {
  position: absolute;
  right: 20px;
  top: 13px;
  pointer-events: none;
}
.filter .filter-form .category-section {
  display: flex;
  align-items: center;
}
.filter .filter-form .category-section select {
  width: 50%;
  border-radius: 10px;
  opacity: 1;
  color: #000;
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter .filter-form .category-section .profit-inputs {
  width: 50%;
}
.filter .filter-form .profit-inputs {
  display: flex;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.filter .filter-form .profit-inputs input {
  border: none;
  text-align: center;
  background: #fff;
  border-radius: unset;
  height: 20px;
  padding: 0 20px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.filter .filter-form .profit-inputs input:first-child {
  padding: 0 20px;
}
.filter .filter-form .profit-inputs input::placeholder {
  opacity: 1;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter .filter-form .type-selects {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter .filter-form .type-selects select {
  border-radius: 10px;
  opacity: 1;
  color: #000;
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter .filter-form .left-1 {
  order: 1;
}
.filter .filter-form .right-1 {
  order: 2;
}
.filter .filter-form .left-2 {
  order: 3;
}
.filter .filter-form .right-2 {
  order: 4;
}
.filter .filter-form .left-3 {
  order: 5;
}
.filter .filter-form .right-3 {
  order: 6;
}
@media (max-width: 992px) {
  .filter .filter-form {
    flex-direction: column;
    gap: 10px;
  }
  .filter .filter-form .form-select {
    padding: 0 20px;
    height: 40px;
    font-size: 12px !important;
  }
  .filter .filter-form .profit-inputs {
    overflow: hidden;
    gap: 0;
    height: 40px;
  }
  .filter .filter-form .profit-inputs input {
    padding: 20px;
    font-size: 12px;
    text-align: left;
    justify-content: flex-start;
  }
  .filter .filter-form .profit-inputs input::placeholder {
    font-size: 12px;
  }
  .filter .filter-form .category-section.right-1 {
    flex-direction: column;
    gap: 10px;
  }
  .filter .filter-form .category-section.right-1 select {
    width: 100%;
  }
  .filter .filter-form .category-section.right-1 .profit-inputs {
    width: 100%;
  }
  .filter .filter-form .type-selects.left-3 {
    flex-direction: column;
    gap: 10px;
  }
  .filter .filter-form .type-selects.left-3 select {
    min-height: 40px;
    max-height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
  .filter .filter-form .type-selects.right-3 {
    flex-direction: column;
    gap: 10px;
  }
  .filter .filter-form .type-selects.right-3 select {
    min-height: 40px;
    max-height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
}

.exclusive-offers {
  height: 388px;
  border-radius: 10px;
  background: linear-gradient(265deg, #06f 0%, #002480 100%);
  padding: 10px 42px;
  display: flex;
  align-items: center;
  position: relative;
}
.exclusive-offers .main-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.exclusive-offers .main-content h2 {
  color: #fff;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.exclusive-offers .main-content h2 span {
  color: #48c95f;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.exclusive-offers .main-content p {
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.exclusive-offers .illustrations {
  position: absolute;
  right: 88px;
  bottom: 0;
}
.exclusive-offers .illustrations img {
  width: 350px;
}
.exclusive-offers .illustrations a {
  position: absolute;
  bottom: 38px;
  left: -69px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 50px;
  border-radius: 10px;
  background: linear-gradient(269deg, #06f 0%, #0066ce 100%);
}
.exclusive-offers .illustrations a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1400px) {
  .exclusive-offers .main-content h2 {
    font-size: 40px;
  }
  .exclusive-offers .main-content h2 span {
    font-size: 40px;
  }
  .exclusive-offers .main-content p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .exclusive-offers .main-content h2 {
    font-size: 32px;
  }
  .exclusive-offers .main-content h2 span {
    font-size: 32px;
  }
  .exclusive-offers .main-content p {
    font-size: 16px;
  }
  .exclusive-offers .illustrations {
    right: 0;
  }
}
@media (max-width: 992px) {
  .exclusive-offers {
    flex-direction: column;
    height: auto;
    gap: 40px;
    padding-bottom: 0;
    padding-top: 40px;
  }
  .exclusive-offers .main-content h2 {
    font-size: 32px;
    text-align: center;
  }
  .exclusive-offers .main-content h2 span {
    font-size: 32px;
  }
  .exclusive-offers .main-content p {
    font-size: 16px;
    text-align: center;
  }
  .exclusive-offers .illustrations {
    position: relative;
  }
}
@media (max-width: 768px) {
  .exclusive-offers {
    padding-left: 0px;
    padding-right: 0px;
  }
  .exclusive-offers .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .exclusive-offers .main-content h2 {
    font-size: 24px;
    text-align: center;
  }
  .exclusive-offers .main-content h2 span {
    font-size: 24px;
  }
  .exclusive-offers .main-content p {
    font-size: 16px;
    text-align: center;
  }
  .exclusive-offers .main-content p .hide-in-mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .exclusive-offers h2 {
    max-width: 349px;
    margin: 0 auto;
  }
  .exclusive-offers p {
    max-width: 300px;
    margin: 0 auto;
  }
  .exclusive-offers .illustrations {
    margin-right: -90px;
  }
  .exclusive-offers .illustrations img {
    width: 280px;
    object-fit: contain;
  }
}

.business-cards .filter-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}
.business-cards .filter-buttons .filter-button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 0;
}
.business-cards .filter-buttons .filter-button.text {
  cursor: auto;
}
.business-cards .filter-buttons .filter-button.text:hover span {
  opacity: 0.5;
}
.business-cards .filter-buttons .filter-button:hover span {
  opacity: 1;
}
.business-cards .filter-buttons .filter-button span {
  opacity: 0.5;
}
.business-cards .business-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.business-cards .business-cards.more-cards {
  margin-top: 20px;
  display: none;
}
.business-cards .business-cards.more-cards.show {
  display: grid;
}
.business-cards .business-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  margin-top: 30px;
  margin-bottom: 51px;
}
.business-cards .business-action .btn {
  display: flex;
  width: 200px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f3f8ff;
  color: #000;
}
.business-cards .business-action .btn:hover {
  background: #eee;
}
.business-cards .business-action .business-pagination {
  display: flex;
  align-items: center;
  gap: 30px;
}
.business-cards .business-action .business-pagination .pagination-item {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.business-cards .business-action .business-pagination .pagination-item:active {
  transform: scale(0.95);
}
.business-cards .business-action .business-pagination .pagination-item:hover {
  border-color: #48c95f;
  background: #48c95f;
  color: white;
}
.business-cards .business-action .business-pagination .pagination-item.active {
  border-color: #48c95f;
  background: #48c95f;
  color: white;
}
.business-cards .business-action .business-pagination .pagination-item.no-hover {
  color: #000;
  background: #fff;
  border-color: #eaeaea;
}
.business-cards .business-action .business-pagination .pagination-item.prev-btn {
  border: 1px solid #0066ce;
  background: #0066ce;
}
.business-cards .business-action .business-pagination .pagination-item.next-btn {
  border: 1px solid #0066ce;
  background: #0066ce;
}
.business-cards .mb-swiper-actions {
  display: none;
}
@media (max-width: 1400px) {
  .business-cards .business-cards .business-card .business-card-badges {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 992px) {
  .business-cards .filter-buttons {
    display: none;
  }
  .business-cards .business-action:not(.business-action.mobile-view) {
    display: none;
  }
  .business-cards .business-action.mobile-view .business-pagination {
    gap: 5px;
  }
  .business-cards .mb-swiper-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
    margin-top: 20px;
  }
  .business-cards .mb-swiper-actions .business-swiper-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .business-cards .mb-swiper-actions .swp-btn {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #0066ce;
    background: #0066ce;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .business-cards .mb-swiper-actions .swp-btn.button-disabled {
    border: 1px solid #eaeaea;
    background: #fff;
    pointer-events: none;
  }
  .business-cards .mb-swiper-actions .swp-btn.button-disabled svg path {
    fill: #eaeaea;
  }
  .business-cards .mb-swiper-actions a {
    width: 100%;
    display: flex;
    color: #000;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    background: #f3f8ff;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .business-cards.catalog-page .business-card, .business-cards.category-page .business-card {
    width: calc(100% - 16px);
  }
}

#footer {
  background-color: #06f;
  padding-top: 58px;
}
#footer .container {
  position: relative;
}
#footer .container .chat {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #48c95f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -130px;
  top: -58px;
  transform: translateY(-50%);
  cursor: pointer;
}
#footer .footer-top {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 53px;
}
#footer .footer-top .geo p {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .footer-top .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
#footer .footer-top .buttons .action-btn {
  padding: 14px 43px;
}
#footer .footer-middle hr {
  opacity: 0.1;
  border-color: #fff;
}
#footer .footer-middle p {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0;
}
#footer .footer-middle .footer-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
#footer .footer-middle .footer-lists .title {
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
#footer .footer-middle .footer-lists ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
#footer .footer-middle .footer-lists ul li:hover a {
  text-decoration: underline;
}
#footer .footer-middle .footer-lists ul li a {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
#footer .footer-middle .footer-lists ul .line-h {
  line-height: 22px;
}
#footer .footer-middle .footer-links {
  margin: 35px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#footer .footer-middle .footer-links .a-wrap {
  gap: 89px;
}
#footer .footer-middle .footer-links a {
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
#footer .footer-middle .footer-links a.gap-20 {
  gap: 20px;
}
#footer .footer-middle .footer-links p {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}
#footer .footer-middle .footer-links .ft-wrap {
  display: flex;
  align-items: center;
}
#footer .footer-middle .footer-links .ft-wrap.gap-20 {
  gap: 20px;
}
#footer .footer-middle .footer-links .ft-wrap.gap-30 {
  gap: 30px;
}
#footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #001242;
  display: flex;
  justify-content: center;
}
#footer .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#footer .footer-bottom .container a {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  opacity: 0.5;
}
#footer .footer-bottom .container a:hover {
  opacity: 1;
}
@media (max-width: 1600px) {
  #footer .container .chat {
    right: 0;
  }
}
@media (max-width: 1400px) {
  #footer .footer-top .buttons .action-btn {
    padding: 14px 28px;
    white-space: nowrap;
  }
  #footer .footer-middle .footer-links {
    margin: 35px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  #footer .footer-middle .footer-links .a-wrap {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  #footer .footer-top .geo {
    display: none !important;
  }
  #footer .footer-middle hr {
    display: none;
  }
  #footer .footer-middle .footer-lists {
    gap: 15px;
  }
  #footer .footer-middle .footer-links {
    gap: 30px;
  }
  #footer .footer-middle .footer-links .work-time {
    display: none;
  }
  #footer .footer-middle .footer-links .a-wrap {
    gap: 89px;
  }
  #footer .container .chat {
    display: none;
  }
}
@media (max-width: 992px) {
  #footer .footer-middle .footer-links {
    flex-direction: column;
  }
  #footer .footer-middle .footer-links .a-wrap {
    flex-direction: column;
    gap: 30px;
  }
  #footer .footer-middle .footer-links a:first-child {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  #footer .footer-top {
    flex-direction: column;
  }
  #footer .footer-top .buttons {
    width: 100%;
  }
  #footer .footer-top .buttons .action-btn {
    width: 100%;
  }
  #footer .footer-bottom {
    width: 100%;
  }
  #footer .footer-bottom .container {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  #footer .footer-bottom .container a:nth-child(2) {
    display: block;
  }
  #footer .footer-lists {
    display: none !important;
  }
}
@media (max-width: 576px) {
  #footer .footer-top .buttons {
    width: 100%;
    flex-direction: column;
  }
}

#hero .hero-top {
  padding-top: 70px;
  padding-bottom: 182px;
  background: url("../assets/images/elegant-bg.png") no-repeat center, linear-gradient(88deg, #0030ac 0%, #0066ce 100%);
  background-repeat: repeat;
}
#hero .hero-top h1 {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#hero .hero-top h1 span {
  color: #48c95f;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#hero .hero-top p {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}
#hero .hero-top .show-in-mobile {
  display: none;
}
@media (max-width: 992px) {
  #hero .hero-top {
    padding-bottom: 240px;
  }
}
@media (max-width: 768px) {
  #hero .hero-top {
    padding-top: 20px;
    padding-bottom: 200px;
  }
  #hero .hero-top h1 {
    font-size: 28px;
  }
  #hero .hero-top h1 span {
    font-size: 28px;
  }
  #hero .hero-top .hide-in-mobile {
    display: none;
  }
  #hero .hero-top .show-in-mobile {
    display: block;
  }
  #hero .hero-top p {
    font-size: 18px;
  }
}
#hero .hero-bottom {
  height: 309px;
  background: #f3f8ff;
}
#hero .hero-bottom .container {
  position: relative;
}
#hero .hero-bottom .hero-middle {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 30px 0;
  z-index: 100;
}
#hero .hero-bottom .hero-middle h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#hero .hero-bottom .hero-middle h3 span {
  color: #0066ce;
}
#hero .hero-bottom .hero-middle .consultation-form {
  justify-content: center;
  width: 100%;
  display: flex;
  margin: 30px 0;
  gap: 20px;
  align-items: center;
  z-index: 1;
}
#hero .hero-bottom .hero-middle .consultation-form .input-wrap {
  position: relative;
}
#hero .hero-bottom .hero-middle .consultation-form .input-wrap img {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#hero .hero-bottom .hero-middle .consultation-form .input-wrap input {
  width: 200px;
  padding-left: 40px;
}
#hero .hero-bottom .hero-middle .consultation-form .custom-select {
  width: 200px;
  background-color: #fafafa;
}
#hero .hero-bottom .hero-middle .consultation-form button {
  width: 200px;
  white-space: nowrap;
  padding: 15px 30px;
}
#hero .hero-bottom .hero-middle .data-processing {
  align-self: flex-start;
  max-width: max-content;
}
#hero .hero-bottom .hero-middle .data-processing p {
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#hero .hero-bottom .hero-middle .data-processing p a {
  color: #000;
  text-decoration: underline;
}
#hero .hero-bottom .hero-items {
  padding-top: 159px;
  gap: 20px;
}
#hero .hero-bottom .hero-items .hero-item {
  cursor: default;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.2s ease;
}
#hero .hero-bottom .hero-items .hero-item p {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
#hero .hero-bottom .hero-items .hero-item:hover {
  background: #0066ce;
}
#hero .hero-bottom .hero-items .hero-item:hover p {
  color: white;
}
#hero .hero-bottom .hero-items .hero-item:hover svg path {
  fill: white;
}
@media (max-width: 1400px) {
  #hero .hero-bottom .hero-items .hero-item {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  #hero .hero-bottom {
    height: 380px;
  }
  #hero .hero-bottom .hero-middle {
    padding: 20px;
  }
  #hero .hero-bottom .hero-middle h3 {
    text-align: center;
  }
  #hero .hero-bottom .hero-middle .hero-content {
    width: 100%;
  }
  #hero .hero-bottom .hero-middle .consultation-form {
    flex-direction: column;
  }
  #hero .hero-bottom .hero-middle .consultation-form .input-wrap {
    width: 100%;
  }
  #hero .hero-bottom .hero-middle .consultation-form .input-wrap input {
    width: 100%;
  }
  #hero .hero-bottom .hero-middle .consultation-form .custom-select,
  #hero .hero-bottom .hero-middle .consultation-form button {
    width: 100%;
  }
  #hero .hero-bottom .hero-middle .consultation-form button {
    width: 100%;
  }
  #hero .hero-bottom .hero-items {
    padding-top: 250px;
    width: 100%;
    overflow-x: auto;
  }
  #hero .hero-bottom .hero-items::-webkit-scrollbar {
    visibility: hidden;
  }
  #hero .hero-bottom .hero-items .hero-item {
    padding: 28px;
    min-width: 310px;
  }
}
@media (max-width: 768px) {
  #hero .hero-bottom {
    height: 330px;
  }
  #hero .hero-bottom .hero-middle h3 {
    font-size: 18px;
  }
  #hero .hero-bottom .hero-middle .consultation-form {
    margin: 20px 0;
    gap: 10px;
  }
  #hero .hero-bottom .hero-middle .consultation-form input {
    height: 40px;
    font-size: 14px;
  }
  #hero .hero-bottom .hero-middle .consultation-form .custom-select {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  #hero .hero-bottom .hero-middle .consultation-form button {
    font-size: 16px;
    height: 50px;
    padding: 0;
  }
  #hero .hero-bottom .hero-middle .data-processing p {
    font-size: 12px;
  }
  #hero .hero-bottom .hero-items {
    padding-top: 200px;
  }
}

#best-offers {
  padding: 70px 0;
}
@media (max-width: 768px) {
  #best-offers {
    padding: 30px 0 40px 0;
  }
}

#ready-business {
  margin-top: 70px;
  padding: 0 50px;
}
#ready-business .ready-business-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 31px;
}
#ready-business .ready-business-header h2 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#ready-business .ready-business-header .action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
#ready-business .ready-business-header .btn-success {
  padding: 15px 52px;
  border-radius: 10px;
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ready-business .ready-business-header .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#ready-business .ready-business-header .btn-outline span {
  margin-bottom: -3px;
}
#ready-business .ready-business-header form {
  display: none;
}
#ready-business .ready-business {
  border-radius: 20px;
  background: #f1f7ff;
  padding: 34px 0;
  margin-bottom: 37px;
}
#ready-business .ready-business .hide-filters {
  display: none;
}
#ready-business .ready-business .action-buttons {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#ready-business .ready-business .btn-success {
  padding: 15px 52px;
  border-radius: 10px;
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 50px;
}
#ready-business .ready-business .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: white;
  width: 100%;
  height: 50px;
}
#ready-business .ready-business .btn-outline span {
  margin-bottom: -3px;
}
@media (max-width: 1200px) {
  #ready-business .ready-business-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  #ready-business {
    padding: 0;
    margin-top: 0;
  }
  #ready-business .bs-header {
    max-width: unset;
    padding: 0;
  }
  #ready-business .ready-business-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #f1f7ff;
    margin-bottom: 0;
    padding: 30px 20px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #ready-business .ready-business-header h2 {
    font-size: 24px;
    text-align: center;
  }
  #ready-business .ready-business-header .action-buttons {
    display: none;
  }
  #ready-business .ready-business-header form {
    display: block;
    width: 100%;
    max-width: 500px;
  }
  #ready-business .ready-business-header form .search-input {
    position: relative;
    border-radius: 10px;
    width: 100%;
  }
  #ready-business .ready-business-header form .search-input input {
    height: 40px;
    width: 100%;
    padding: 16px 20px;
    padding-right: 50px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #ready-business .ready-business-header form .search-input .search-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 5px;
    pointer-events: none;
  }
  #ready-business .filter .search-input {
    display: none;
  }
  #ready-business .ready-business {
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #ready-business .ready-business .hide-filters {
    width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #06f;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 20px;
  }
  #ready-business .ready-business .hide-filters svg {
    transform: rotate(180deg);
  }
  #ready-business .ready-business .action-buttons {
    margin-top: 20px;
    display: flex;
  }
}

#popular-spheres {
  background: #06f;
  height: 430px;
  padding: 52px 0 49px 0;
}
#popular-spheres .popular-spheres-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 10px;
}
#popular-spheres .popular-spheres-header .title {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#popular-spheres .popular-spheres-header .popular-spheres-swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#popular-spheres .popular-spheres-header .popular-spheres-swiper-buttons .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
#popular-spheres .popular-spheres-header .popular-spheres-swiper-buttons .swp-btn.button-disabled {
  border: 1px solid #fff;
  background: transparent;
  pointer-events: none;
}
#popular-spheres .popular-spheres-header .popular-spheres-swiper-buttons .swp-btn.button-disabled svg path {
  fill: #fff;
}
#popular-spheres .popular-spheres-swiper {
  padding-left: 139px;
}
#popular-spheres .popular-spheres-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  padding-right: 50px;
}
#popular-spheres .popular-spheres-swiper .swiper-slide:hover .circle-wrapper {
  background: white;
}
#popular-spheres .popular-spheres-swiper .swiper-slide .circle-wrapper {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.2s ease;
}
#popular-spheres .popular-spheres-swiper .swiper-slide .circle-wrapper .circle {
  background-color: white;
  border-radius: 50%;
  padding: 20px;
}
#popular-spheres .popular-spheres-swiper .swiper-slide span {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#popular-spheres .scrollbar-wrapper {
  position: relative;
  margin-top: 49px;
}
#popular-spheres .scrollbar-wrapper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
#popular-spheres .scrollbar-wrapper .swiper-scrollbar-drag {
  background: #48c95f;
}
@media (max-width: 992px) {
  #popular-spheres .popular-spheres-header {
    justify-content: center;
  }
  #popular-spheres .popular-spheres-header .title {
    font-size: 24px;
  }
  #popular-spheres .popular-spheres-header .popular-spheres-swiper-buttons {
    display: none;
  }
  #popular-spheres .popular-spheres-swiper {
    padding-left: 89px;
  }
}
@media (max-width: 576px) {
  #popular-spheres {
    padding: 30px 0;
    height: 400px;
  }
  #popular-spheres .popular-spheres-swiper {
    padding-left: 24px;
  }
}

#your-views {
  padding: 70px 0;
}
@media (max-width: 576px) {
  #your-views {
    padding: 40px 0;
  }
}

#cooperation {
  padding: 50px 0;
  background: linear-gradient(88deg, #0030ac 0%, #0066ce 100%);
}
#cooperation .cooperation-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 101px;
}
#cooperation .cooperation-header h2 {
  color: #fff;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#cooperation .cooperation-header .type-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#cooperation .cooperation-header .type-buttons a {
  display: flex;
  width: 210px;
  height: 50px;
  padding: 14px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #fcf4f4;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: #0066ce;
  transition: all 0.2s ease;
}
#cooperation .cooperation-header .type-buttons a:active {
  transform: scale(0.95);
}
#cooperation .cooperation-header .type-buttons a.active {
  background: #fff;
  color: #000;
  font-weight: 700;
}
#cooperation .cooperation-cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 84px;
  position: relative;
}
#cooperation .cooperation-cards .card {
  flex: 1 1 calc(33.33% - 40px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(136, 172, 209, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  align-items: flex-start;
}
#cooperation .cooperation-cards .card:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  border-bottom: 1px dashed white;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  z-index: 200;
}
#cooperation .cooperation-cards .card:nth-child(3):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  border-left: 1px dashed white;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  z-index: 200;
}
#cooperation .cooperation-cards .card:nth-child(4):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 58px;
  border-left: 1px dashed white;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  z-index: 200;
}
#cooperation .cooperation-cards .card:nth-child(3)::after, #cooperation .cooperation-cards .card:nth-child(5)::after, #cooperation .cooperation-cards .card:nth-child(6)::after {
  border-bottom: none;
}
#cooperation .cooperation-cards .card img {
  width: 40px;
  height: 40px;
}
#cooperation .cooperation-cards .card h2 {
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#cooperation .cooperation-cards .card h4 {
  color: #000;
  font-family: Evolventa;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#cooperation .cooperation-cards .card p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#cooperation .cooperation-cards .card .number {
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #48c95f;
  border: 5px solid #fff;
  color: #fff;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cooperation .cooperation-cards .card .number.link {
  border: none;
  cursor: pointer;
}
#cooperation .cooperation-cards .card.link {
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px dashed #fff;
  background: #005dc9;
  transition: all 0.2s ease;
}
#cooperation .cooperation-cards .card.link:hover {
  background: #0259bc;
}
#cooperation .cooperation-cards .dashed-line {
  position: absolute;
  top: 273px;
  width: 67.8%;
  height: 1px;
  border-bottom: 1px dashed white;
  left: 50%;
  transform: translateX(-50%);
}
#cooperation .link-mobile {
  display: none;
}
@media (max-width: 1400px) {
  #cooperation .cooperation-cards .dashed-line {
    top: 297px;
  }
}
@media (max-width: 1200px) {
  #cooperation .cooperation-cards .dashed-line {
    top: 349px;
  }
}
@media (max-width: 992px) {
  #cooperation .cooperation-header {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
  #cooperation .cooperation-header h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #cooperation .cooperation-header .type-buttons {
    flex-direction: column;
    width: 100%;
  }
  #cooperation .cooperation-header .type-buttons a {
    width: 100%;
  }
  #cooperation .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  #cooperation .cooperation-cards .card {
    align-items: center;
    height: 285px;
    justify-content: flex-end;
  }
  #cooperation .cooperation-cards .card::after, #cooperation .cooperation-cards .card::before {
    display: none;
  }
  #cooperation .cooperation-cards .card h2,
  #cooperation .cooperation-cards .card h4 {
    text-align: center;
    white-space: nowrap;
  }
  #cooperation .cooperation-cards .card p {
    text-align: center;
  }
  #cooperation .cooperation-cards .card .number {
    right: 50%;
    top: 0;
    transform: translate(50%, -50%);
  }
  #cooperation .cooperation-cards .dashed-line,
  #cooperation .cooperation-cards .link {
    display: none;
  }
  #cooperation .cooperation-cards .swiper-pagination {
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #cooperation .cooperation-cards .swiper-pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    color: #aeaeae;
  }
  #cooperation .cooperation-cards .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #48c95f;
    color: #fff;
  }
  #cooperation .link-mobile {
    display: flex;
    margin-top: 41px;
    height: 50px;
    border-radius: 10px;
    border: 1px dashed #fff;
    background: #005dc9;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
  }
  #cooperation .link-mobile h2 {
    color: #fff;
    font-family: Evolventa;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

#videos {
  padding: 89px 0;
}
#videos .videos-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 51px;
}
#videos .videos-header h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#videos .videos-header h2 span {
  color: #0066ce;
}
#videos .videos-header .videos-swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#videos .videos-header .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
#videos .videos-header .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: #fff;
  pointer-events: none;
}
#videos .videos-header .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
#videos .video-card {
  width: 420px;
}
#videos .video-card .image-wrapper {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#videos .video-card .image-wrapper .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}
#videos .video-card .image-wrapper .overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#videos .video-card .image-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  white-space: nowrap;
}
#videos .video-card .image-wrapper img {
  width: 100%;
  height: 100%;
}
#videos .video-card h3 {
  height: 64px;
  margin-top: 30px;
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
#videos .video-card h3 span {
  color: #0066ce;
}
@media (max-width: 1400px) {
  #videos .video-card {
    width: unset;
  }
}
@media (max-width: 768px) {
  #videos {
    padding-bottom: 110px;
    position: relative;
  }
  #videos .videos-header {
    margin-bottom: 30px;
  }
  #videos .videos-header h2 {
    font-size: 24px;
    text-align: center;
  }
  #videos .videos-header .videos-swiper-buttons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  #videos {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #videos .video-card h3 {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }
}

#reviews {
  padding: 0 50px;
}
#reviews .reviews {
  padding: 50px 0;
  border-radius: 10px;
  background: #fafafa;
}
#reviews .reviews .reviews-header h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
}
#reviews .reviews .reviews-header .reviews-tab-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-primary {
  padding: 15px 71px;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-white {
  padding: 15px 21px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-white:hover {
  background: #eee;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-white span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-white span.red {
  color: #fb003c;
}
#reviews .reviews .reviews-header .reviews-tab-buttons .btn-white span.blue {
  color: #0066ce;
}
#reviews .reviews .reviews-header .reviews-header-content {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 49px;
}
#reviews .reviews .reviews-header .reviews-header-content .reviews-swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#reviews .reviews .reviews-header .reviews-header-content .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
#reviews .reviews .reviews-header .reviews-header-content .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: #fff;
  pointer-events: none;
}
#reviews .reviews .reviews-header .reviews-header-content .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
#reviews .reviews .review-cards {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#reviews .reviews .review-card {
  border-radius: 10px;
  background: #fff;
  min-height: 387px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#reviews .reviews .review-card .review-card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#reviews .reviews .review-card .review-card-header .user {
  display: flex;
  align-items: center;
  gap: 19px;
}
#reviews .reviews .review-card .review-card-header .user .img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
#reviews .reviews .review-card .review-card-header .user .img-wrap.no-photo {
  background: #0066ce;
}
#reviews .reviews .review-card .review-card-header .user .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#reviews .reviews .review-card .review-card-header .user h5 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#reviews .reviews .review-card .review-card-header .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#reviews .reviews .review-card .review-card-header .data span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#reviews .reviews .review-card .review-card-header .data .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
#reviews .reviews .review-card p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  text-overflow: ellipsis;
}
#reviews .reviews .review-card a {
  margin-top: auto;
  color: #002480;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
#reviews .reviews .review-last-card {
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  padding: 46px 95px;
  max-height: 241px;
  position: relative;
}
#reviews .reviews .review-last-card .rating {
  display: flex;
  align-items: center;
  gap: 20px;
}
#reviews .reviews .review-last-card .rating span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
#reviews .reviews .review-last-card .rating .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
#reviews .reviews .review-last-card h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#reviews .reviews .review-last-card .line-illustration {
  position: absolute;
  bottom: 47px;
  right: 40px;
}
@media (max-width: 1200px) {
  #reviews .reviews-header .reviews-swiper-buttons {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #reviews {
    padding: 0;
  }
  #reviews .reviews {
    margin-top: 40px;
  }
  #reviews .reviews .reviews-header h2 {
    font-size: 24px;
    text-align: center;
  }
  #reviews .reviews .reviews-header .reviews-header-content {
    margin-bottom: 30px;
  }
  #reviews .reviews .reviews-header .reviews-tab-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  #reviews .reviews .reviews-header .reviews-tab-buttons a {
    width: 100%;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  #reviews .reviews .reviews-header .reviews-tab-buttons .btn-white {
    justify-content: center;
  }
  #reviews .reviews .review-card {
    align-items: center;
  }
  #reviews .reviews .review-card .review-card-header .data {
    flex-direction: column;
  }
  #reviews .reviews .review-card p {
    text-align: center;
  }
}

#faq {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#faq .faq {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
#faq .faq .faq-left {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: #fafafa;
  padding: 30px 30px 50px 30px;
}
#faq .faq .faq-left .title {
  margin-bottom: 30px;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#faq .faq .faq-left .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#faq .faq .faq-left .accordion .accordion-item {
  border: none;
  border-radius: 10px;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button {
  padding: 20px 30px;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button:after {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background: #fff;
  background-image: url(../assets/svgicons/accordion-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #0066ce;
  background: white;
  font-weight: 700;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  border: 1px solid #0066ce;
  background: #0066ce;
  background-image: url(../assets/svgicons/accordion-icon-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
#faq .faq .faq-left .accordion .accordion-item .accordion-button.collapsed {
  color: inherit;
}
#faq .faq .faq-left .accordion .accordion-item .accordion-body {
  max-width: 640px;
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0 20px 30px;
}
#faq .faq .faq-right {
  padding: 30px 27px;
  width: 420px;
  background: #f3f8ff;
  position: relative;
  min-height: 744px;
}
#faq .faq .faq-right h2 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
#faq .faq .faq-right h2 p {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#faq .faq .faq-right p {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
#faq .faq .faq-right .social-networks {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#faq .faq .faq-right .social-networks .social-network {
  display: flex;
  align-items: center;
  gap: 10px;
}
#faq .faq .faq-right .social-networks .social-network img {
  width: 50px;
  height: 50px;
}
#faq .faq .faq-right .social-networks .social-network div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#faq .faq .faq-right .social-networks .social-network div h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#faq .faq .faq-right .social-networks .social-network div a {
  color: #aeaeae;
  font-family: Evolventa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
#faq .faq .faq-right .faq-bg {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  #faq .faq {
    flex-direction: column;
  }
  #faq .faq .faq-right {
    width: unset;
  }
  #faq .faq .faq-right .faq-bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  #faq .container.exclusive {
    max-width: unset;
    padding: 0;
  }
}
@media (max-width: 576px) {
  #faq {
    padding: 0;
    gap: 0;
  }
  #faq .container.faq-container {
    padding: 0;
  }
  #faq .faq {
    gap: 0;
  }
  #faq .faq .faq-left {
    padding: 20px;
  }
  #faq .faq .faq-left .title {
    font-size: 24px;
    text-align: center;
  }
  #faq .faq .faq-left .accordion .accordion-item .accordion-button {
    align-items: flex-start;
    gap: 10px;
    line-height: 22px;
    padding: 20px;
    padding-right: 10px;
    font-size: 12px;
    transition: padding 0.2s ease;
  }
  #faq .faq .faq-left .accordion .accordion-item .accordion-button br {
    display: none;
  }
  #faq .faq .faq-left .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 10px;
  }
  #faq .faq .faq-left .accordion .accordion-item .accordion-body {
    padding: 0 10px 20px 20px;
    font-size: 12px;
  }
  #faq .faq .faq-right {
    min-height: 700px;
  }
  #faq .faq .faq-right h2 {
    font-size: 24px;
  }
  #faq .faq .faq-right p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
  }
}

#blog {
  background: #f3f8ff;
  padding: 50px 0;
}
#blog .blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 51px;
}
#blog .blog-header h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#blog .blog-header a {
  display: flex;
  width: 200px;
  height: 50px;
  padding: 14px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#blog .blog-header a:hover {
  background: #eee;
}
#blog .blog-content {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
#blog .blog-content .blog-card {
  min-width: 320px;
  max-width: 420px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
#blog .blog-content .blog-card .blog-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#blog .blog-content .blog-card .card-content {
  padding: 20px 20px 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: start;
}
#blog .blog-content .blog-card .card-content .author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
#blog .blog-content .blog-card .card-content .title {
  height: 48px;
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .blog-content .blog-card .card-content p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .blog-content .blog-card .card-content .btn {
  margin-top: auto;
  padding: 14px 44px;
}
#blog .btn-bottom {
  display: flex;
  width: 200px;
  height: 50px;
  padding: 14px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  display: none;
}
#blog .btn-bottom:hover {
  background: #eee;
}
@media (max-width: 1400px) {
  #blog .blog-content .blog-card {
    height: auto;
  }
}
@media (max-width: 1200px) {
  #blog .blog-content {
    overflow-x: auto;
  }
  #blog .blog-content::-webkit-scrollbar {
    visibility: hidden;
  }
  #blog .blog-content .blog-card {
    min-width: 370px;
  }
}
@media (max-width: 992px) {
  #blog .blog-header {
    justify-content: center;
    margin-bottom: 20px;
  }
  #blog .blog-header h2 {
    font-size: 32px;
  }
  #blog .blog-header a {
    display: none;
  }
  #blog .btn-bottom {
    display: flex;
  }
}
@media (max-width: 576px) {
  #blog .blog-content .blog-card {
    min-width: 320px;
  }
  #blog .blog-content .blog-card .blog-img {
    height: 220px;
  }
  #blog .blog-content .blog-card .card-content .title {
    font-size: 16px;
  }
  #blog .blog-content .blog-card .card-content p {
    font-size: 14px;
  }
  #blog .blog-content .blog-card .card-content .btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 34px;
  }
}

#info-br {
  padding: 50px 0;
}
#info-br .info-br {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 30px;
}
#info-br .info-br h6 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
#info-br .info-br p {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#info-br .info-br p span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 576px) {
  #info-br.home-page {
    padding: 0;
  }
  #info-br .info-br {
    border: none;
  }
  #info-br .info-br h6 {
    text-align: center;
    margin-bottom: 20px;
  }
  #info-br .info-br p {
    font-size: 12px;
    text-align: center;
  }
}

.data-processing {
  max-width: max-content;
}
.data-processing .round {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  position: relative;
  background-color: white;
}
.data-processing .round .dot {
  width: 10px;
  height: 10px;
  background: #0066ce;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.data-processing .round input {
  display: none;
}
.data-processing .round input:checked + .dot {
  display: block;
}
.data-processing p {
  user-select: none !important;
}

#filter {
  padding: 0 50px;
}
#filter .categories h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
#filter .categories .categories-list-wrap {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 30px;
}
#filter .categories .categories-list-wrap .categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  flex-wrap: wrap;
}
#filter .categories .categories-list-wrap .categories-list a {
  width: max-content;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #fafafa;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.1s ease;
}
#filter .categories .categories-list-wrap .categories-list a:hover {
  color: #fff;
  background: #0066ce;
}
#filter .categories .categories-list-wrap .categories-list a:hover span {
  color: #fff;
}
#filter .categories .categories-list-wrap .categories-list a span {
  color: #aeaeae;
}
#filter .categories .categories-list-wrap .categories-list:not(.more) a:nth-child(12 + 1n){

  display: none;

}


#filter .categories .categories-list-wrap .load-more {
  display: block;
  color: #0066ce;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 50px;
  text-align: center;
}
#filter .ready-business {
  border-radius: 20px;
  background: #f1f7ff;
  padding: 34px 0;
  margin: 30px 0;
  transition: all 0.2s;
}
#filter .ready-business.form-sending{

  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
  
}
#filter .ready-business .btn {
  padding: 15px 20px;
  margin-top: 20px;
}
#filter .ready-business .btn-white {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  justify-content: center;
}
#filter .ready-business .btn-white:hover {
  background: #eee;
}
#filter .ready-business .hide-filters {
  display: none;
}
#filter .ready-business .search-input.mb {
  display: none;
}
#filter .ready-business .action-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#filter .ready-business .action-buttons a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#filter .ready-business .action-buttons .btn-outline {
  background-color: white;
}
#filter .more-filters {
  overflow-x: auto;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
#filter .more-filters::-webkit-scrollbar {
  visibility: hidden;
}
#filter .more-filters a {
  display: flex;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #0066ce;
  background: #fff;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: auto;
}
@media (max-width: 1200px) {
  #filter .categories .categories-list-wrap .categories-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  #filter {
    padding: 0;
  }
  #filter .more-filters{

    flex-wrap: nowrap;

  }
  #filter .categories .categories-list-wrap .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #filter .ready-business {
    border-radius: 0;
  }
  #filter .ready-business .filter .search-input {
    display: none;
  }
  #filter .ready-business .hide-filters {
    width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #06f;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 20px;
  }
  #filter .ready-business .hide-filters svg {
    transform: rotate(180deg);
  }
  #filter .ready-business .search-input.mb {
    display: block;
    position: relative;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  #filter .ready-business .search-input.mb input {
    height: 40px;
    width: 100%;
    padding: 16px 20px;
    padding-right: 50px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-family: Evolventa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #filter .ready-business .search-input.mb .search-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 5px;
    pointer-events: none;
  }
  #filter .ready-business .action-buttons {
    flex-direction: column;
    gap: 0px;
  }
  #filter .ready-business .action-buttons a {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #filter .ready-business .action-buttons .btn-outline {
    background-color: white;
  }
}
@media (max-width: 768px) {
  #filter .categories h2 {
    text-align: center;
    font-size: 22px;
  }
  #filter .categories .categories-list-wrap .categories-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#business-cards .filter-buttons-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
#business-cards .filter-buttons-wrap h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-cards .filter-buttons-wrap .filter-buttons {
  margin: 0;
}
@media (max-width: 992px) {
  #business-cards .filter-buttons-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }
  #business-cards .filter-buttons-wrap h3 {
    font-size: 22px;
  }
}

#recomendations .businesses-wrap {
  padding: 50px 0;
}
#recomendations hr {
  opacity: 1;
  border-color: #eaeaea;
}
@media (max-width: 768px) {
  #recomendations .businesses-wrap {
    padding-bottom: 70px;
  }
  #recomendations hr {
    display: none;
  }
}

#info-br .info-br {
  margin-top: 70px;
}
#info-br .info-br h4 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#info-br .info-br a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #info-br .info-br a {
    text-align: center;
    justify-content: center;
  }
  #info-br .info-br h4 {
    text-align: center;
  }
  #info-br .info-br.catalog {
    padding: 0;
  }
  #info-br .info-br.category {
    padding: 0;
  }
}

.exclusive-offers.catalog-page,
.exclusive-offers.category-page {
  margin-bottom: 50px;
}

#business-info .business-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
#business-info .business-info h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info p {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#business-info .business-info .full-info {
  width: 67%;
}
#business-info .business-info .full-info .full-info-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
#business-info .business-info .full-info .full-info-header .header-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}
#business-info .business-info .full-info .full-info-header .header-top .title {
  max-width: 590px;
  color: #000;
  font-family: Evolventa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1400px) {
  #business-info .business-info .full-info .full-info-header .header-top .title {
  max-width: 400px;
  color: #000;
  font-family: Evolventa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
}
@media (max-width: 1200px) {
  #business-info .business-info .full-info .full-info-header .header-top .title {
  max-width: 700px;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
}

#business-info .business-info .full-info .full-info-header .header-top .location-item {
  display: none;
}
#business-info .business-info .full-info .full-info-header .header-top .price {
  padding: 19px 15px;
  border-radius: 10px;
  background: rgba(72, 201, 95, 0.1);
}
#business-info .business-info .full-info .full-info-header .header-top .price h3 {
  color: #48c95f;
  text-align: center;
  font-family: Evolventa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info .full-info .full-info-header .header-top .price span {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#business-info .business-info .full-info .full-info-header .header-bottom {
  display: flex;
  gap: 30px;
}
#business-info .business-info .full-info .full-info-header .header-bottom .bottom-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#business-info .business-info .full-info .single-business-swiper-wrap {
  padding: 30px 0;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper {
  max-width: 860px;
  height: 400px;
  border-radius: 10px;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header .id {
  border-radius: 100px;
  background: #fff;
  padding: 5px 16px;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header .id span {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header .like {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header .like:active {
  transform: scale(0.95);
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-bottom {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-button-next {
  margin: 0;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-button-prev {
  margin: 0;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-button-next::after,
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-button-prev::after {
  content: "";
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-pagination {
  position: absolute;
  width: max-content;
  height: max-content;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .swiper-pagination-bullet-active {
  background-color: #48c95f;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-images {
  overflow-x: auto;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-images::-webkit-scrollbar {
  visibility: hidden;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-images img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease;
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-images img:hover {
  filter: brightness(80%);
}
#business-info .business-info .full-info .single-business-swiper-wrap .single-business-images img.active {
  filter: brightness(80%);
}
#business-info .business-info .full-info .payback {
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  height: 100px;
  width: 100%;
  gap: 10px;
}
#business-info .business-info .full-info .payback .icon-wrap {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#business-info .business-info .full-info .payback span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#business-info .business-info .full-info .payback h4 {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
#business-info .business-info .full-info .net-profit {
  border-radius: 10px;
  background: #f3f8ff;
  max-width: 420px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#business-info .business-info .full-info .net-profit .icon-wrap {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#business-info .business-info .full-info .net-profit span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: block;
}
#business-info .business-info .full-info .net-profit h4 {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#business-info .business-info .full-info .business-description {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}
#business-info .business-info .full-info .business-description h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info .full-info .business-description p {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#business-info .business-info .full-info .business-description a {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
#business-info .business-info .full-info .reason-for-sale {
  padding: 30px;
  border-radius: 10px;
  background: #f3f8ff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
#business-info .business-info .full-info .info-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
#business-info .business-info .full-info .info-card span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#business-info .business-info .full-info .info-card .btn {
  padding: 14px 16px;
  border-radius: 100px;
}
#business-info .business-info .full-info .info-card div.d-flex {
  column-gap: 100px;
  row-gap: 20px;
}
#business-info .business-info .full-info .info-card div.d-flex div {
  min-width: 150px;
}
#business-info .business-info .full-info .location div.d-flex {
  justify-content: space-between;
}
#business-info .business-info .full-info .location div.d-flex div {
  min-width: unset;
}
#business-info .business-info .full-info .financial-indicators div.d-flex div {
  width: 20%;
}
#business-info .business-info .full-info .financial-indicators div.d-flex div span {
  white-space: nowrap;
}
#business-info .business-info .full-info .main-info {
  padding-top: 10px;
}
#business-info .business-info .full-info .main-info .price {
  width: 280px;
  display: flex;
  border-radius: 10px;
  background: rgba(72, 201, 95, 0.1);
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#business-info .business-info .full-info .main-info .price .icon-wrap {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#business-info .business-info .full-info .main-info .price span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#business-info .business-info .full-info .main-info .price h4 {
  color: #48c95f;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#business-info .business-info .full-info .main-info .payback {
  width: 205px;
}
#business-info .business-info .full-info .main-info .net-profit {
  width: 280px;
}
#business-info .business-info .full-info .meet {
  margin-top: 30px;
  border-radius: 10px;
  background: #fafafa;
  padding: 37px 30px 31px 30px;
}
#business-info .business-info .full-info .meet p {
  margin-top: 10px;
  margin-bottom: 25px;
}
#business-info .business-info .full-info .meet .week-days {
  display: flex;
  gap: 10px;
}
#business-info .business-info .full-info .meet .week-days label {
  width: 125px;
}
#business-info .business-info .full-info .meet .week-days .day {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
#business-info .business-info .full-info .meet .week-days .day input[type=radio]:checked {
  background: #48c95f;
  color: white;
}
#business-info .business-info .full-info .meet .week-days input[type=radio] {
  display: none;
}
#business-info .business-info .full-info .meet .week-days input[type=radio]:checked + .day {
  background: #48c95f;
  color: white;
}
#business-info .business-info .full-info .meet form {
  display: flex;
  flex-direction: column;
}
#business-info .business-info .full-info .meet form .form-content {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#business-info .business-info .full-info .meet form .form-content .data-processing.mobile-b {
  display: none !important;
}
#business-info .business-info .full-info .meet form .form-content input {
  border-radius: 100px;
  padding-left: 20px;
  background-color: white;
}
#business-info .business-info .full-info .meet form .form-content input::placeholder {
  color: #6b6b6b;
}
#business-info .business-info .full-info .meet form .form-content button {
  border-radius: 10px;
  padding: 14px 24px;
  white-space: nowrap;
}
#business-info .business-info .full-info .meet .data-processing {
  max-width: max-content;
  margin-top: 10px;
}
#business-info .business-info .full-info .meet .data-processing p {
  margin: 0;
  margin-bottom: -1px;
}
#business-info .business-info .full-info .meet .data-processing a {
  color: black;
  text-decoration: underline;
}
#business-info .business-info .find-out-more {
  min-width: 420px;
  padding: 20px;
  border-radius: 10px;
  background: #f3f8ff;
  position: sticky;
}
#business-info .business-info .find-out-more h2 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info .find-out-more .owners-representative {
  height: 153px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  justify-content: center;
  padding: 10px;
  margin: 20px 0 10px 0;
  gap: 20px;
}
#business-info .business-info .find-out-more .owners-representative .img-wrap img {
  width: 120px;
  height: 130px;
  object-fit: cover;
}
#business-info .business-info .find-out-more .owners-representative .owner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#business-info .business-info .find-out-more .owners-representative .owner-info h3 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info .find-out-more .owners-representative .owner-info p {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#business-info .business-info .find-out-more .owners-representative .owner-info a {
  gap: 10px;
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#business-info .business-info .find-out-more .owners-representative .owner-info .link-item {
  gap: 10px;
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#business-info .business-info .find-out-more .social-media {
  display: flex;
  align-items: center;
  padding: 20px 43px;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
}
#business-info .business-info .find-out-more .social-media a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#business-info .business-info .find-out-more .income {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  margin: 10px 0 30px 0;
}
#business-info .business-info .find-out-more .income .income-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#business-info .business-info .find-out-more .income .income-item h5 {
  color: #000;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#business-info .business-info .find-out-more .income .income-item span {
  color: #000;
  text-align: right;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#business-info .business-info .find-out-more .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#business-info .business-info .find-out-more .buttons a {
  width: 100%;
  padding: 14px 0;
}
#business-info .business-info .find-out-more .buttons a.btn-white {
  background: #fff;
  border: 1px solid #0066ce;
}
#business-info .business-info .find-out-more .buttons a.btn-white:hover {
  background: #eee;
  border-color: #eee;
}
#business-info .business-info .find-out-more.mobile-view {
  display: none;
}
@media (max-width: 1400px) {
  #business-info .business-info .full-info {
    width: 60%;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap {
    padding-bottom: 0;
  }
  #business-info .business-info .full-info .main-info span {
    font-size: 12px !important;
  }
  #business-info .business-info .full-info .main-info h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 1200px) {
  #business-info .business-info {
    flex-direction: column;
  }
  #business-info .business-info .find-out-more:not(.find-out-more.mobile-view) {
    display: none;
  }
  #business-info .business-info .find-out-more.mobile-view {
    display: block;
    position: unset;
  }
  #business-info .business-info .find-out-more.mobile-view .buttons {
    margin-top: 20px;
  }
  #business-info .business-info .full-info {
    width: 100%;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap {
    margin-bottom: 20px;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper {
    max-width: unset;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap .single-business-images img {
    width: 25%;
  }
  #business-info .business-info .full-info .pay-info {
    justify-content: space-between;
  }
  #business-info .business-info .full-info .pay-info div {
    max-width: unset;
  }
  #business-info .business-info .full-info .main-info {
    margin-bottom: 20px;
    justify-content: center;
  }
  #business-info .business-info .full-info .main-info .price,
  #business-info .business-info .full-info .main-info .payback,
  #business-info .business-info .full-info .main-info .net-profit {
    width: 100%;
  }
  #business-info .business-info .full-info .main-info .icon-wrap {
    width: 55px !important;
  }
}
@media (max-width: 768px) {
  #business-info .business-info .full-info .full-info-header .header-top {
    flex-direction: column;
    align-items: center;
  }
  #business-info .business-info .full-info .full-info-header .header-top .title {
    font-size: 22px;
    text-align: center;
  }
  #business-info .business-info .full-info .full-info-header .header-top .location-item {
    margin: 11px 0 23px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
  }
  #business-info .business-info .full-info .full-info-header .header-top .price {
    width: 100%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #business-info .business-info .full-info .full-info-header .header-top .price h3 {
    font-size: 24px;
  }
  #business-info .business-info .full-info .full-info-header .header-top .price span {
    font-size: 12px;
    text-align: center;
  }
  #business-info .business-info .full-info .full-info-header .header-bottom {
    display: none;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-header {
    width: calc(100% - 40px);
    justify-content: space-between;
  }
  #business-info .business-info .full-info .single-business-swiper-wrap .single-business-swiper .actions-bottom {
    right: 50%;
    transform: translateX(50%);
  }
  #business-info .business-info .full-info .single-business-swiper-wrap .single-business-images {
    display: none;
  }
  #business-info .business-info .full-info .payback,
  #business-info .business-info .full-info .net-profit {
    gap: 10px;
    height: 50px;
  }
  #business-info .business-info .full-info .payback .icon-wrap,
  #business-info .business-info .full-info .net-profit .icon-wrap {
    width: 24px;
    height: 24px;
  }
  #business-info .business-info .full-info .payback .icon-wrap img,
  #business-info .business-info .full-info .net-profit .icon-wrap img {
    width: 12px !important;
    height: 12px;
    object-fit: cover;
  }
  #business-info .business-info .full-info .payback div,
  #business-info .business-info .full-info .net-profit div {
    gap: 0;
  }
  #business-info .business-info .full-info .payback div span,
  #business-info .business-info .full-info .net-profit div span {
    font-size: 12px;
    line-height: normal;
  }
  #business-info .business-info .full-info .payback div h4,
  #business-info .business-info .full-info .net-profit div h4 {
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }
  #business-info .business-info .full-info .business-description {
    align-items: center;
    gap: 10px;
    padding: 20px;
  }
  #business-info .business-info .full-info .business-description h3 {
    font-size: 16px;
  }
  #business-info .business-info .full-info .business-description p {
    text-align: center;
    font-size: 12px;
  }
  #business-info .business-info .full-info .business-description a {
    font-size: 12px;
  }
  #business-info .business-info .full-info .reason-for-sale {
    padding: 9px;
    gap: 0px;
    justify-content: center;
    align-items: center;
  }
  #business-info .business-info .full-info .reason-for-sale h3 {
    font-size: 16px;
    line-height: normal;
  }
  #business-info .business-info .full-info .reason-for-sale p {
    font-size: 12px;
    line-height: normal;
  }
  #business-info .business-info .full-info .info-card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
  }
  #business-info .business-info .full-info .info-card h3 {
    font-size: 16px;
  }
  #business-info .business-info .full-info .info-card .btn {
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
    padding: 11px 0;
    height: 40px;
  }
  #business-info .business-info .full-info .info-card div.d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #business-info .business-info .full-info .info-card div.d-flex div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #business-info .business-info .full-info .info-card div.d-flex div span,
  #business-info .business-info .full-info .info-card div.d-flex div p {
    font-size: 12px;
  }
  #business-info .business-info .full-info .main-info {
    flex-wrap: wrap;
  }
  #business-info .business-info .full-info .main-info .payback,
  #business-info .business-info .full-info .main-info .net-profit,
  #business-info .business-info .full-info .main-info .price {
    max-width: unset;
    gap: 10px;
    height: 50px;
  }
  #business-info .business-info .full-info .main-info .payback .icon-wrap,
  #business-info .business-info .full-info .main-info .net-profit .icon-wrap,
  #business-info .business-info .full-info .main-info .price .icon-wrap {
    width: 24px !important;
    height: 24px !important;
  }
  #business-info .business-info .full-info .main-info .payback .icon-wrap img,
  #business-info .business-info .full-info .main-info .net-profit .icon-wrap img,
  #business-info .business-info .full-info .main-info .price .icon-wrap img {
    width: 12px !important;
    height: 12px;
    object-fit: cover;
  }
  #business-info .business-info .full-info .main-info .payback div,
  #business-info .business-info .full-info .main-info .net-profit div,
  #business-info .business-info .full-info .main-info .price div {
    gap: 0;
  }
  #business-info .business-info .full-info .main-info .payback div span,
  #business-info .business-info .full-info .main-info .net-profit div span,
  #business-info .business-info .full-info .main-info .price div span {
    font-size: 12px;
    line-height: normal;
  }
  #business-info .business-info .full-info .main-info .payback div h4,
  #business-info .business-info .full-info .main-info .net-profit div h4,
  #business-info .business-info .full-info .main-info .price div h4 {
    font-size: 12px !important;
    line-height: normal;
    text-align: left;
  }
  #business-info .business-info .full-info .main-info .price {
    width: 100%;
  }
  #business-info .business-info .full-info .main-info .price .icon-wrap {
    display: none;
  }
  #business-info .business-info .full-info .main-info .price div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #business-info .business-info .full-info .main-info .net-profit,
  #business-info .business-info .full-info .main-info .payback {
    width: calc(50% - 10px);
  }
  #business-info .business-info .full-info .meet {
    margin-bottom: 0;
    padding: 10px;
  }
  #business-info .business-info .full-info .meet h3 {
    font-size: 16px;
    text-align: center;
  }
  #business-info .business-info .full-info .meet p {
    font-size: 12px;
    text-align: center;
  }
  #business-info .business-info .full-info .meet .week-days {
    flex-wrap: wrap;
  }
  #business-info .business-info .full-info .meet .week-days label {
    width: calc(50% - 10px);
  }
  #business-info .business-info .full-info .meet .week-days .day b,
  #business-info .business-info .full-info .meet .week-days .day span {
    font-size: 12px;
  }
  #business-info .business-info .full-info .meet form .form-content {
    flex-direction: column;
  }
  #business-info .business-info .full-info .meet form .form-content .btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 0;
  }
  #business-info .business-info .full-info .meet form .form-content .data-processing.mobile-b {
    display: flex !important;
    justify-content: flex-start;
    width: 100%;
    max-width: unset;
    gap: 0;
    white-space: nowrap;
  }
  #business-info .business-info .full-info .meet form .form-content .data-processing.mobile-b .round {
    min-width: 20px;
  }
  #business-info .business-info .full-info .meet .data-processing.pc-b {
    display: none !important;
  }
}
@media (max-width: 576px) {
  #business-info .business-info .find-out-more.mobile-view {
    display: block;
    width: 100%;
    min-width: unset !important;
  }
  #business-info .business-info .find-out-more.mobile-view h2 {
    font-size: 16px;
  }
  #business-info .business-info .find-out-more.mobile-view h2 br {
    display: none;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative {
    height: 160px;
    padding: 9px 0 11px 0;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative .img-wrap {
    min-width: 50px;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info {
    gap: 0;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info h3,
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info p,
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info a,
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info .link-item {
    font-size: 12px;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info a,
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info .link-item {
    margin-top: 12px;
  }
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info a img,
  #business-info .business-info .find-out-more.mobile-view .owners-representative .owner-info .link-item img {
    width: 20px;
    height: 20px;
  }
  #business-info .business-info .find-out-more.mobile-view .social-media {
    height: 40px;
    padding: 0 38px;
  }
  #business-info .business-info .find-out-more.mobile-view .social-media a {
    font-size: 12px;
  }
  #business-info .business-info .find-out-more.mobile-view .social-media a img {
    width: 20px;
    height: 20px;
  }
  #business-info .business-info .find-out-more.mobile-view .income {
    display: none !important;
  }
  #business-info .business-info .find-out-more.mobile-view .buttons {
    margin-top: 20px;
  }
  #business-info .business-info .find-out-more.mobile-view .buttons a {
    height: 40px;
    font-size: 12px;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  #recomendations {
    padding-bottom: 30px;
  }
  #recomendations .businesses-wrap.business-page {
    padding-top: 20px;
  }
}

#sold-this-year h2 {
  margin: 50px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#sold-this-year .filter-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 26px;
}
#sold-this-year .filter-buttons-wrap h3 {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#sold-this-year .filter-buttons-wrap .filter-buttons {
  margin: 0;
}
@media (max-width: 768px) {
  #sold-this-year h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
  }
  #sold-this-year .filter-buttons-wrap {
    justify-content: center;
  }
  #sold-this-year .filter-buttons-wrap h3 {
    font-size: 16px;
    text-align: center;
  }
}

#exclusive {
  padding: 20px 0 95px 0;
}
@media (max-width: 768px) {
  #exclusive {
    padding: 40px 0;
  }
  #exclusive .container {
    padding: 0;
  }
}

#article {
  background: #f3f8ff;
  padding-bottom: 30px;
}
#article h1 {
  margin: 0 0 30px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#article .categories {
  margin-bottom: 50px;
  overflow-x: auto;
}
#article .categories::-webkit-scrollbar {
  visibility: hidden;
}
#article .categories a {
  min-width: 200px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 18px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article .categories a.active {
  color: #fff;
  background: #0066ce;
}
#article .article {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}
#article .article .article-content {
  max-width: 530px;
}
#article .article .article-content h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#article .article .article-content p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0 50px 0;
}
#article .article .article-content a {
  display: flex;
  width: 200px;
  height: 50px;
  padding: 14px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
}
#article .article .article-image {
  width: 640px;
  height: 371px;
}
#article .article .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  #article .article .article-content {
    max-width: 430px;
  }
}
@media (max-width: 992px) {
  #article .article {
    flex-direction: column-reverse;
    align-items: center;
  }
  #article .article .article-content {
    max-width: 100%;
  }
  #article .article .article-image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #article {
    padding: 20px 0;
  }
  #article h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #article .article {
    gap: 20px;
  }
  #article .article .article-content h2,
  #article .article .article-content p {
    font-size: 16px;
    text-align: center;
  }
  #article .article .article-content p {
    margin: 10px 0 20px 0;
  }
  #article .article .article-content a {
    width: 100%;
    height: 40px;
  }
  #article .article .article-image {
    height: 300px;
  }
  #article .categories {
    margin-bottom: 10px;
  }
}

#articles {
  padding: 50px 0;
}
#articles .filter {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#articles .filter form .search-input {
  width: 530px;
  position: relative;
}
#articles .filter form .search-input input {
  border-radius: 100px;
  border: 1px solid #eaeaea;
  height: 50px;
  padding: 15px 55px 14px 20px;
}
#articles .filter form .search-input .search-btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#articles .filter .filter-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
#articles .filter .filter-actions div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#articles .filter .filter-actions div a {
  display: flex;
  width: 200px;
  height: 50px;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f3f8ff;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#articles .filter .filter-actions div a.active {
  color: #fff;
  background: #0066ce;
}
#articles .filter .filter-actions div a.active svg path {
  fill: white;
}
#articles .filter .filter-actions div .circle {
  cursor: pointer;
  background: #f3f8ff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#articles .filter .filter-actions div .circle.active {
  background: #0066ce;
}
#articles .filter .filter-actions div .circle.active svg path {
  fill: white;
}
#articles .articles-list {
  margin: 30px 0 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#articles .articles-list .article-card {
  height: 560px;
  border-radius: 10px;
  background: #fafafa;
  overflow: hidden;
  position: relative;
}
#articles .articles-list .article-card:nth-child(1) {
  grid-column: span 2;
}
#articles .articles-list .article-card .img-wrap {
  width: 100%;
  height: 250px;
}
#articles .articles-list .article-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#articles .articles-list .article-card .article-content {
  padding: 20px 20px 30px 20px;
}
#articles .articles-list .article-card .article-content .author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#articles .articles-list .article-card .article-content h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 25px 0 10px 0;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#articles .articles-list .article-card .article-content p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#articles .articles-list .article-card .article-content .btn {
  margin-top: 50px;
  display: flex;
  max-width: max-content;
  height: 50px;
  padding: 14px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
}
#blog .blog-content .blog-card .date,
#articles .articles-list .article-card .date {
  display: inline-flex;
  height: 30px;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #6b6b6b;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#articles .articles-list-line {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0 50px 0;
}
#articles .articles-list-line .article-card {
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
}
#articles .articles-list-line .article-card .img-wrap {
  min-width: 510px;
  height: 280px;
  position: relative;
}
#articles .articles-list-line .article-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#articles .articles-list-line .article-card .img-wrap .date {
  display: inline-flex;
  height: 30px;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #6b6b6b;
  text-align: center;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#articles .articles-list-line .article-card .article-content {
  padding: 20px 30px 20px 0;
}
#articles .articles-list-line .article-card .article-content h3 {
  height: 48px;
  max-width: 370px;
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#articles .articles-list-line .article-card .article-content p {
  margin: 10px 0 50px 0;
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 78px;
}
#articles .articles-list-line .article-card .article-content .content-bottom {
  display: flex;
  align-items: center;
  gap: 74px;
}
#articles .articles-list-line .article-card .article-content .content-bottom .author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#articles .articles-list-line .article-card .article-content .content-bottom .author .img-wrap {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#articles .articles-list-line .article-card .article-content .content-bottom .btn {
  padding: 14px 44px;
  border-radius: 100px;
}
#articles .next-page {
  display: none;
}
@media (max-width: 1200px) {
  #articles .filter .filter-actions {
    gap: 0;
    justify-content: space-between;
    align-items: flex-end;
  }
  #articles .filter .filter-actions div .circle {
    display: none;
  }
  #articles .filter .filter-actions div a {
    width: 170px;
  }
}
@media (max-width: 992px) {
  #articles .filter form {
    width: 100%;
  }
  #articles .filter form .search-input {
    width: 100%;
  }
  #articles .filter form .search-input input {
    width: 100%;
  }
  #articles .filter .filter-actions {
    display: none;
  }
  #articles .articles-list {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #articles {
    padding-bottom: 0;
  }
  #articles .articles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: 20px;
  }
  #articles .articles-list .article-card {
    height: auto;
  }
  #articles .articles-list .article-card:nth-child(1) {
    grid-column: unset;
  }
  #articles .articles-list .article-card:nth-child(4), #articles .articles-list .article-card:nth-child(5), #articles .articles-list .article-card:nth-child(6), #articles .articles-list .article-card:nth-child(7), #articles .articles-list .article-card:nth-child(8) {
    display: none;
  }
  #articles .articles-list .article-card .img-wrap {
    height: 200px;
  }
  #articles .articles-list .article-card .article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #articles .articles-list .article-card .article-content h3 {
    text-align: center;
  }
  #articles .articles-list .article-card .article-content p {
    text-align: center;
  }
  #articles .articles-list .article-card .article-content .btn {
    margin-top: 20px;
    width: 100%;
    max-width: unset;
  }
  #articles .articles-list .article-card .date {
    left: 50%;
    transform: translateX(-50%);
  }
  #articles .pagination {
    display: none;
  }
  #articles .next-page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px auto 34px auto;
    width: max-content;
  }
  #articles .next-page div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #0066ce;
    background: #0066ce;
  }
}

.breadcrumb.articles-page {
  background: #f3f8ff;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .breadcrumb.articles-page {
    background-color: white;
    padding-bottom: 20px;
  }
}

#single-article h1 {
  margin: 50px 0 30px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#single-article .categories {
  overflow-x: auto;
  margin-bottom: 50px;
}
#single-article .categories::-webkit-scrollbar {
  visibility: hidden;
}
#single-article .categories a {
  min-width: 200px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 18px;
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-article .categories a.active {
  color: #fff;
  background: #0066ce;
}
#single-article .article {
  padding-bottom: 95px;
}
#single-article .article .article-header {
  display: flex;
  align-items: center;
  gap: 59px;
}
#single-article .article .article-header .author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#single-article .article .article-header .author .img-wrap {
  width: 30px;
  height: 30px;
}
#single-article .article .article-header .author .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-article .article .article-header .date {
  display: inline-flex;
  height: 30px;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fafafa;
}
#single-article .article .title {
  margin: 20px 0 26px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#single-article .article .article-main-image {
  margin: 30px 0;
  text-align: left;
}
#single-article .article .article-main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
#single-article .article .main-content {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 0;
}
#single-article .article .main-content p {
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#single-article .article .main-content h1,
#single-article .article .main-content h2,
#single-article .article .main-content h3,
#single-article .article .main-content h4,
#single-article .article .main-content h5,
#single-article .article .main-content h6 {
  color: #000;
  font-family: Evolventa;
  font-weight: 700;
  margin: 30px 0 15px 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#single-article .article .main-content h2 {
  font-size: 28px;
  line-height: 1.3;
}
#single-article .article .main-content h3 {
  font-size: 24px;
  line-height: 1.3;
}
#single-article .article .main-content h4 {
  font-size: 20px;
  line-height: 1.3;
}
#single-article .article .main-content ul,
#single-article .article .main-content ol {
  margin: 20px 0;
  padding-left: 25px;
}
#single-article .article .main-content ul li,
#single-article .article .main-content ol li {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#single-article .article .main-content strong,
#single-article .article .main-content b {
  font-weight: 700;
  color: #000;
}
#single-article .article .main-content a {
  color: #0066ce;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}
#single-article .article .main-content a:hover {
  color: #004494;
  text-decoration: none;
}
#single-article .article .main-content a:visited {
  color: #5533cc;
}
#single-article .article .main-content img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
}
#single-article .article-mobile-view {
  display: none;
}
@media (max-width: 992px) {
  #single-article .article {
    display: none;
  }
  #single-article .article-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  #single-article .article-header .author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #single-article .article-header .author .img-wrap {
    width: 30px;
    height: 30px;
  }
  #single-article .article-header .author .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #single-article .categories {
    margin-bottom: 20px;
  }
  #single-article .article-mobile-view {
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #single-article .article-mobile-view .article-img-wrap {
    width: 100%;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  #single-article .article-mobile-view .article-img-wrap span {
    top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    height: 30px;
    padding: 5px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #fff;
    color: #6b6b6b;
    text-align: center;
    font-family: Evolventa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #single-article .article-mobile-view .article-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #single-article .article-mobile-view .title {
    margin: 20px 0 10px 0;
    color: #000;
    text-align: center;
    font-family: Evolventa;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  #single-article .article-mobile-view .main-content {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
  }
  #single-article .article-mobile-view .main-content p {
    color: #000;
    text-align: left;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  #single-article .article-mobile-view .main-content h1,
  #single-article .article-mobile-view .main-content h2,
  #single-article .article-mobile-view .main-content h3,
  #single-article .article-mobile-view .main-content h4,
  #single-article .article-mobile-view .main-content h5,
  #single-article .article-mobile-view .main-content h6 {
    color: #000;
    font-family: Evolventa;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-align: left;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  #single-article .article-mobile-view .main-content h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  #single-article .article-mobile-view .main-content h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  #single-article .article-mobile-view .main-content h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  #single-article .article-mobile-view .main-content ul,
  #single-article .article-mobile-view .main-content ol {
    margin: 15px 0;
    padding-left: 20px;
  }
  #single-article .article-mobile-view .main-content ul li,
  #single-article .article-mobile-view .main-content ol li {
    color: #000;
    font-family: Evolventa;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #single-article .article-mobile-view .main-content strong,
  #single-article .article-mobile-view .main-content b {
    font-weight: 700;
    color: #000;
  }
  #single-article .article-mobile-view .main-content a {
    color: #0066ce;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  #single-article .article-mobile-view .main-content a:hover {
    color: #004494;
    text-decoration: none;
  }
  #single-article .article-mobile-view .main-content a:visited {
    color: #5533cc;
  }
  #single-article .article-mobile-view .main-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 15px auto;
  }
}
@media (max-width: 768px) {
  #single-article h1 {
    font-size: 28px;
    text-align: center;
    margin: 40px 0 20px 0;
  }
}

#contacts h1 {
  margin: 50px 0 30px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#contacts .categories {
  margin-bottom: 50px;
}
#contacts .categories a {
  width: 200px;
  color: #000;
  font-family: Evolventa;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 18px;
  border-radius: 10px;
  background: #f3f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#contacts .categories a.active {
  color: #fff;
  background: #0066ce;
}
#contacts .contacts {
  margin: 50px 0;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
#contacts .contacts .contacts-info {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  border-radius: 10px;
  background: #f3f8ff;
  width: calc(50% - 20px);
}
#contacts .contacts .contacts-info hr {
  border-color: #deecff;
}
#contacts .contacts .contacts-info .info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
}
#contacts .contacts .contacts-info .info-item h4 {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 50px;
}
#contacts .contacts .contacts-info .info-item .right-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#contacts .contacts .contacts-info .info-item .right-content .social-network {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#contacts .contacts .contacts-info .info-item .right-content .social-network div {
  display: flex;
  gap: 3;
  flex-direction: column;
}
#contacts .contacts .contacts-info .info-item .right-content .social-network div b {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#contacts .contacts .contacts-info .info-item .right-content .social-network div span {
  color: #000;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#contacts .contacts .contacts-info .info-item .info-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
#contacts .contacts .contacts-info .info-item .info-bottom .icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contacts .contacts .contacts-info .info-item .info-bottom .icon.last {
  background: transparent;
}
#contacts .contacts .contacts-info .info-item .info-bottom h3 {
  display: none;
}
#contacts .contacts .contacts-info .info-item .info-bottom p {
  max-width: 420px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#contacts .contacts .map {
  width: 640px;
}
@media (max-width: 1200px) {
  #contacts .contacts {
    flex-direction: column;
    gap: 0;
  }
  #contacts .contacts .contacts-info {
    width: 100%;
  }
  #contacts .contacts .map {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  #contacts h1 {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #contacts .categories {
    justify-content: center;
    padding: 0 20px;
  }
  #contacts .categories a {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #contacts .container {
    padding: 0;
  }
  #contacts .contacts .contacts-info .info-item {
    flex-direction: column;
    padding: 15px 0;
  }
  #contacts .contacts .contacts-info .info-item h4 {
    display: none;
  }
  #contacts .contacts .contacts-info .info-item .icon.last {
    display: none;
  }
  #contacts .contacts .contacts-info .info-item .info-bottom {
    gap: 10px;
    flex-direction: column;
  }
  #contacts .contacts .contacts-info .info-item .info-bottom h3 {
    display: block;
    color: #000;
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #contacts .contacts .contacts-info .info-item .info-bottom p {
    text-align: center;
    margin: 0 auto;
  }
  #contacts .contacts .contacts-info .info-item.social-networks .info-bottom .right-content {
    flex-wrap: wrap;
    gap: 10px;
  }
  #contacts .contacts .contacts-info .info-item.social-networks .info-bottom .right-content p {
    width: 100%;
  }
  #contacts .contacts .contacts-info .info-item.social-networks .info-bottom .right-content .social-network {
    width: calc(50% - 5px);
  }
  #contacts .contacts .contacts-info .info-item.social-networks .info-bottom .right-content .social-network div span {
    font-size: 12px;
    opacity: 0.4;
  }
}

#address {
  padding-bottom: 105px;
}
#address h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
#address .how-to-get-to-us {
  display: flex;
  gap: 20px;
}
#address .how-to-get-to-us .video-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
#address .how-to-get-to-us .video-card .info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#address .how-to-get-to-us .video-card .video {
  max-width: 640px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#address .how-to-get-to-us .video-card .video .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#address .how-to-get-to-us .video-card .video .overlay img {
  cursor: pointer;
}
@media (max-width: 1400px) {
  #address .how-to-get-to-us .video-card .video {
    max-width: 550px;
  }
}
@media (max-width: 1200px) {
  #address .how-to-get-to-us .video-card .video {
    max-width: 460px;
  }
}
@media (max-width: 992px) {
  #address {
    display: none;
  }
}

#any-questions .any-questions {
  margin-bottom: 105px;
  padding: 50px 109px;
  border-radius: 10px;
  background: url("../assets/images/bg-logo.png"), linear-gradient(88deg, #0030ac 0%, #0066ce 100%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#any-questions .any-questions h3 {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#any-questions .any-questions p {
  margin: 10px 0 30px 0;
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#any-questions .any-questions p a {
  color: #fff;
  font-weight: 700;
}
#any-questions .any-questions form {
  display: flex;
  align-items: center;
  gap: 20px;
}
#any-questions .any-questions form .input {
  width: 420px;
  height: 60px;
  position: relative;
}
#any-questions .any-questions form .input input {
  height: 100%;
  padding-left: 50px;
  border: none;
  border-radius: 10px;
}
#any-questions .any-questions form .input img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#any-questions .any-questions form button {
  padding: 14px 34px;
  height: 60px;
  white-space: nowrap;
}
#any-questions .any-questions .data-processing {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  max-width: max-content;
}
#any-questions .any-questions .data-processing p {
  margin: 0;
}
#any-questions .any-questions .data-processing p a {
  text-decoration: underline;
  font-weight: 400;
}
#any-questions .any-questions .data-processing.mobile-view {
  display: none !important;
}
@media (max-width: 1400px) {
  #any-questions .any-questions form .input {
    width: 330px;
  }
  #any-questions .any-questions form .input input {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #any-questions .any-questions form {
    flex-direction: column;
    width: 100%;
  }
  #any-questions .any-questions form .input {
    width: 100%;
  }
  #any-questions .any-questions form .input input {
    width: 100%;
  }
  #any-questions .any-questions form button {
    width: 100%;
  }
  #any-questions .any-questions .data-processing.mobile-view {
    display: flex !important;
    margin-top: 0;
  }
  #any-questions .any-questions .data-processing.pc-view {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #any-questions .any-questions {
    margin: 20px 0;
    padding: 20px;
  }
  #any-questions .any-questions h3 {
    font-size: 24px;
  }
  #any-questions .any-questions p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #any-questions .container {
    padding: 0;
  }
  #any-questions .any-questions form .input {
    height: 40px;
  }
  #any-questions .any-questions form .input input {
    height: 40px;
    font-size: 12px;
  }
  #any-questions .any-questions form button {
    padding: 0;
    height: 40px;
  }
}

#all-reviews h1 {
  margin: 50px 0 21px 0;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all-reviews .categories {
  margin-bottom: 50px;
}
#all-reviews .categories a {
  width: 310px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 21px;
  border-radius: 100px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#all-reviews .categories a.active {
  color: #fff;
  background: #0066ce;
}
#all-reviews .categories .yandex {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all-reviews .categories .yandex span {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all-reviews .categories .yandex span.red {
  color: #fb003c;
}
#all-reviews .categories .yandex span.blue {
  color: #0066ce;
}
#all-reviews .review-cards {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#all-reviews .review-cards .review-card {
  border-radius: 10px;
  background: #fafafa;
  min-height: 387px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all-reviews .review-cards .review-card .review-card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#all-reviews .review-cards .review-card .review-card-header .user {
  display: flex;
  align-items: center;
  gap: 19px;
}
#all-reviews .review-cards .review-card .review-card-header .user .img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
#all-reviews .review-cards .review-card .review-card-header .user .img-wrap.no-photo {
  background: #0066ce;
}
#all-reviews .review-cards .review-card .review-card-header .user .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all-reviews .review-cards .review-card .review-card-header .user h5 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all-reviews .review-cards .review-card .review-card-header .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#all-reviews .review-cards .review-card .review-card-header .data span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#all-reviews .review-cards .review-card .review-card-header .data .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
#all-reviews .review-cards .review-card p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all-reviews .pagination {
  margin: 50px 0 70px 0;
}
#all-reviews .next-page {
  display: none;
}
@media (max-width: 768px) {
  #all-reviews h1 {
    font-size: 24px;
    text-align: center;
  }
  #all-reviews .categories {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px !important;
  }
  #all-reviews .categories a {
    width: 100%;
  }
  #all-reviews .review-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  #all-reviews .review-cards .review-card {
    align-items: center;
  }
  #all-reviews .review-cards .review-card .review-card-header .data {
    flex-direction: column;
  }
  #all-reviews .review-cards .review-card p {
    text-align: center;
  }
  #all-reviews .pagination {
    display: flex;
  }
  #all-reviews .next-page {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px auto 34px auto;
    width: max-content;
  }
  #all-reviews .next-page div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #0066ce;
    background: #0066ce;
  }
}

#review {
  margin-bottom: 50px;
}
#review .review {
  padding: 50px 110px;
  border-radius: 10px;
  background: linear-gradient(88deg, #0030ac 0%, #0066ce 100%);
}
#review .review h2 {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
#review .review form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#review .review form .rating {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
#review .review form .rating span {
  color: #fff;
  text-align: center;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#review .review form .rating .stars {
  display: flex;
  align-items: center;
  gap: 30px;
}
#review .review form .rating .stars svg {
  cursor: pointer;
}
#review .review form .rating .stars svg.filled path {
  fill: #ffec3d;
}
#review .review form .rating .stars svg:hover path {
  fill: #ffec3d;
}
#review .review form .inputs {
  display: flex;
  align-items: center;
  gap: 20px;
}
#review .review form .inputs .input {
  width: 530px;
  height: 60px;
  position: relative;
}
#review .review form .inputs .input input {
  height: 100%;
  padding-left: 50px;
  border: none;
  border-radius: 10px;
}
#review .review form .inputs .input input::placeholder {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
#review .review form .inputs .input img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#review .review form textarea {
  height: 173px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}
#review .review form .form-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#review .review form .form-actions .data-processing {
  max-width: max-content;
}
#review .review form .form-actions .data-processing p {
  color: white;
}
#review .review form .form-actions .data-processing a {
  color: #fff;
  text-decoration-line: underline;
}
#review .review form .form-actions button {
  padding: 15px 34px;
}
@media (max-width: 1400px) {
  #review .review form .inputs {
    width: 100%;
  }
  #review .review form .inputs .input {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #review .review {
    padding: 20px;
  }
  #review .review form .form-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #review .review form .form-actions .btn {
    width: 100%;
    height: 40px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  #review .container {
    padding: 0;
  }
  #review .review h2 {
    font-size: 24px;
  }
  #review .review form .rating {
    display: none;
  }
  #review .review form .inputs {
    flex-direction: column;
  }
  #review .review form .inputs .input {
    height: 40px;
  }
  #review .review form .inputs .input input::placeholder {
    font-size: 12px;
  }
  #review .review form textarea {
    margin-bottom: 0;
    height: 100px;
  }
  #review .review .data-processing p {
    font-size: 12px;
  }
}

#team-header {
  background: #f3f8ff;
  padding-bottom: 30px;
}
#team-header .title-section {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 61px 0 29px 0;
}
#team-header .title-section .title {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#team-header .title-section .title span {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#team-header .title-section .line {
  width: 1px;
  height: 94px;
  background: #d8e8ff;
  transform: rotate(20deg);
}
#team-header .title-section .info {
  color: #9a9a9a;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#team-header .title-section .info span {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#team-header .categories {
  overflow-x: auto;
}
#team-header .categories::-webkit-scrollbar {
  visibility: hidden;
}
#team-header .categories a {
  min-width: 200px;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 18px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#team-header .categories a img{

  display: none;

}

#team-header .categories a.active {
  color: #fff;
  background: #0066ce;
}
#team-header .categories a.active img{

  display: block;

}

@media (max-width: 768px) {
  #team-header {
    background-color: white;
    padding-bottom: 0;
  }
  #team-header .title-section {
    margin-top: 0;
    justify-content: center;
  }
  #team-header .title-section .line,
  #team-header .title-section .info {
    display: none;
  }
  #team-header .title-section .title {
    font-size: 24px;
    text-align: center;
  }
  #team-header .title-section .title span {
    font-size: 36px;
  }
}

#team .team {
  padding-top: 50px;
}
#team .team .swiper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #48c95f;
}
#team .team .swiper-header .title {
  width: 377px;
  height: 71px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: #fff;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0px 10px 0px 0px;
  background: #48c95f;
}
#team .team .swiper-header .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#team .team .swiper-header .swiper-buttons .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
#team .team .swiper-header .swiper-buttons .swp-btn svg path {
  fill: white;
}
#team .team .swiper-header .swiper-buttons .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: transparent;
  pointer-events: none;
}
#team .team .swiper-header .swiper-buttons .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
#team .team .team-swiper {
  padding-top: 50px;
}
#team .team .team-swiper .swiper-slide {
  border-radius: 10px;
  border: 1px solid #aeaeae;
  background: #fff;
  height: 250px;
  position: relative;
  padding: 30px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#team .team .team-swiper .swiper-slide:hover {
  background: #0066ce;
}
#team .team .team-swiper .swiper-slide:hover .name {
  color: #fff;
}
#team .team .team-swiper .swiper-slide:hover .role {
  color: #fff;
}
#team .team .team-swiper .swiper-slide.open-slide {
  position: relative;
  z-index: 100;
  width: 100% !important;
  height: 450px !important;
  cursor: pointer;
}
#team .team .team-swiper .swiper-slide.open-slide:hover {
  cursor: pointer;
}
#team .team .team-swiper .swiper-slide.open-slide > *  {
  cursor: pointer;
}
#team .team .team-swiper .swiper-slide.open-slide > .btn {
  padding: .7em 2em;
}

#team .team .team-swiper .swiper-slide .name {
  color: #000;
  font-family: Evolventa;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#team .team .team-swiper .swiper-slide .role {
  max-width: 250px;
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}
#team .team .team-swiper .swiper-slide .info {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-width: 840px;
  opacity: 0;
  transition: all 0.6s ease;
}
@media (max-width: 768px) {
#team .team .team-swiper .swiper-slide .info {
  display: none;
} }
#team .team .team-swiper .swiper-slide .full-info {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  display: none;
}
#team .team .team-swiper .swiper-slide .team-member {
  position: absolute;
  bottom: 0;
  right: -8%;
  /* max-width: 266px; */
  /* width: 266px; */
  width: 60%;
  max-height: 120%;
  object-fit: contain;
}
#team .team .team-swiper .swiper-slide .close-btn {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
#team .team .team-swiper.swiper-open {
  overflow: unset;
}
#team .team .team-swiper.swiper-open .swiper-slide {
  cursor: auto;
}
#team .team .team-swiper.swiper-open .swiper-slide:hover {
  background: white;
}
#team .team .team-swiper.swiper-open .swiper-slide:hover .name {
  color: #000;
}
#team .team .team-swiper.swiper-open .swiper-slide:hover .role {
  color: #000;
}
#team .team .team-swiper.swiper-open .close-btn,
#team .team .team-swiper.swiper-open .full-info {
  display: block;
}
#team .team .team-swiper.swiper-open .name {
  background-color: white;
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 41px;
  left: -33px;
}
#team .team .team-swiper.swiper-open .role {
  max-width: unset;
  margin-top: 80px;
}
#team .team .team-swiper.swiper-open .info {
  height: 182px;
  max-width: 840px;
  margin: 30px 0;
  opacity: 1;
}
#team .team .team-swiper.swiper-open .team-member {
  width: 266px;
  right: 64px;
}
#team .team .team-swiper.swiper-open .full-info {
  display: block;
  margin-top: auto;
}
@media (max-width: 768px) {
  #team .team {
    padding-top: 30px;
    padding-bottom: 70px;
    position: relative;
  }
  #team .team:last-child {
    padding-bottom: 70px;
  }
  #team .team .team-swiper {
    padding-top: 10px;
  }
  #team .team .swiper-header {
    border-bottom: 0;
  }
  #team .team .swiper-header .title {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    justify-content: center;
  }
  #team .team .swiper-header .swiper-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  #team .team .team-swiper .swiper-slide .team-member {
    width: 200px;
  }
}

#info-br.team-page {
  padding: 0;
}

#member {
  padding: 43px 0 50px 0;
}
#member .member {
  padding: 30px;
  border-radius: 10px;
  background: #f3f8ff;
  display: flex;
  gap: 30px;
}
#member .member .img-wrap {
  border-radius: 10px;
  border: 10px solid #fff;
}
#member .member .img-wrap img {
  width: 400px;
  height: 357px;
  object-fit: cover;
}
#member .member .member-info {
  width: 100%;
}
#member .member .member-info .info-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
#member .member .member-info .info-header .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#member .member .member-info .info-header .left h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#member .member .member-info .info-header .left span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#member .member .member-info .info-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#member .member .member-info .info-header .right .btn {
  margin-left: 10px;
  padding: 13px 42px;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 100px;
}
#member .member .member-info .info-content {
  display: flex;
  flex-direction: column;
}
#member .member .member-info .info-content .info-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

#member .member .member-info .info-content .info-item.experience > .value{
  text-transform: lowercase;
}

#member .member .member-info .info-content .info-item:last-child {
  border: none;
}
#member .member .member-info .info-content .info-item span {
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#member .member .member-info .info-content .info-item .key {
  color: #000;
}
#member .member .member-info .info-content .info-item .value {
  color: #6b6b6b;
}
@media (max-width: 1200px) {
  #member .member .img-wrap img {
    height: 100%;
  }
  #member .member .member-info .info-header .right .btn {
    white-space: nowrap;
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #member .member {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #member {
    padding-top: 0;
  }
  #member .member {
    gap: 20px;
  }
  #member .member .member-info .info-header {
    flex-direction: column;
    align-items: center;
  }
  #member .member .member-info .info-header .left {
    align-items: center;
  }
  #member .member .member-info .info-header .right {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  #member .member {
    padding: 0;
  }
  #member .member .img-wrap {
    width: 100%;
    border: unset;
    border-radius: unset;
  }
  #member .member .img-wrap img {
    border: unset;
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
    object-position: top;
  }
  #member .member .member-info {
    padding: 0 20px;
  }
  #member .member .member-info .info-header .right {
    align-items: center;
    justify-content: center;
  }
  #member .member .member-info .info-header .right .btn {
    width: 100%;
    padding: 13px 50px;
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    justify-content: center;
  }
  #member .member .member-info .info-content .info-item span {
    font-size: 12px !important;
  }
  #member .member .member-info .info-content .info-item .value {
    text-align: right;
    line-height: normal;
  }
}

#some-reviews {
  margin-bottom: 50px;
}
#some-reviews .swiper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
}
#some-reviews .swiper-header h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#some-reviews .swiper-header .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#some-reviews .swiper-header .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
#some-reviews .swiper-header .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: #fff;
  pointer-events: none;
}
#some-reviews .swiper-header .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
#some-reviews .swiper .review-card {
  border-radius: 10px;
  background: #fafafa;
  min-height: 387px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#some-reviews .swiper .review-card .review-card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#some-reviews .swiper .review-card .review-card-header .user {
  display: flex;
  align-items: center;
  gap: 19px;
}
#some-reviews .swiper .review-card .review-card-header .user .img-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
#some-reviews .swiper .review-card .review-card-header .user .img-wrap.no-photo {
  background: #0066ce;
}
#some-reviews .swiper .review-card .review-card-header .user .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#some-reviews .swiper .review-card .review-card-header .user h5 {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#some-reviews .swiper .review-card .review-card-header .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#some-reviews .swiper .review-card .review-card-header .data span {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#some-reviews .swiper .review-card .review-card-header .data .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
#some-reviews .swiper .review-card p {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  text-overflow: ellipsis;
}
#some-reviews .swiper .review-card a {
  margin-top: auto;
  color: #002480;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
@media (max-width: 992px) {
  #some-reviews {
    padding-bottom: 70px;
    position: relative;
  }
  #some-reviews .swiper-header {
    margin-bottom: 20px;
  }
  #some-reviews .swiper-header h2 {
    text-align: center;
  }
  #some-reviews .swiper-header .swiper-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  #some-reviews .swiper-header h2 {
    font-size: 16px;
  }
  #some-reviews .review-card {
    align-items: center;
  }
  #some-reviews .review-card .review-card-header .data {
    flex-direction: column;
  }
  #some-reviews .review-card p {
    text-align: center;
  }
}

#broker-objects .filter-buttons-wrap {
  display: flex;
  justify-content: space-between;
}
#broker-objects .filter-buttons-wrap h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#broker-objects .filter-buttons-wrap .filter-buttons {
  gap: 20px;
}
#broker-objects .filter-buttons-wrap .filter-buttons .circle {
  background: #f3f8ff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#broker-objects .filter-buttons-wrap .filter-buttons .circle.active {
  background: #0066ce;
}
#broker-objects .filter-buttons-wrap .filter-buttons .circle.active svg path {
  fill: white;
}
#broker-objects .business-cards.column-view {
  display: flex;
  flex-direction: column;
}
#broker-objects .business-cards.column-view .business-card {
  max-width: unset;
  width: 100%;
  display: flex;
  padding: 20px;
  position: unset;
}
#broker-objects .business-cards.column-view .business-card .business-card-images {
  min-width: 400px;
  max-width: 400px;
  position: relative;
}
#broker-objects .business-cards.column-view .business-card hr {
  max-width: 380px;
}
#broker-objects .business-cards.column-view .business-card .business-card-content {
  width: 100%;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-top .title {
  max-width: 380px;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-top .price-wrap {
  gap: 30px;
  padding: 0 0;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-bottom .info-items {
  width: 100%;
  max-width: 380px;
}
#broker-objects .business-cards.column-view .business-card .business-card-content .content-bottom .btn {
  min-width: unset;
  padding: 13px 63px;
  border-radius: 100px;
}
#broker-objects .business-cards.column-view .business-card .business-card-badges {
  top: 20px;
}
#broker-objects .business-action {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #broker-objects .filter-buttons-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }
  #broker-objects .filter-buttons-wrap h3 {
    font-size: 23px;
  }
}

#info-br {
  margin-bottom: 135px;
  padding-top: 20px;
}
#info-br .info-br {
  margin-top: 0;
}

@media (max-width: 768px) {
  #info-br.team-member-page {
    margin: 0;
    padding: 40px 0 30px 0;
  }
}

#mission {
  margin: 44px 0 50px 0;
}
#mission .mission {
  background: url(../assets/images/mission.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 50px 30px;
}
#mission .mission span {
  color: #fff;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#mission .mission h1 {
  color: #fff;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
  max-width: 772px;
}
#mission .mission h1 span {
  color: #48c95f;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#mission .mission p {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 699px;
}
#mission .mission p a {
  color: #fff;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #mission {
    align-items: center;
  }
  #mission .mission {
    padding: 30px 20px;
  }
  #mission .mission span {
    text-align: center;
    font-size: 18px;
  }
  #mission .mission h1 {
    text-align: center;
    font-size: 24px;
  }
  #mission .mission h1 span {
    font-size: 24px;
  }
  #mission .mission p {
    text-align: center;
    font-size: 16px;
  }
  #mission .container {
    padding: 0;
  }
}

#history {
  margin-bottom: 30px;
}
#history h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#history .history {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 50px;
  margin-top: 50px;
}
#history .history .history-card {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
#history .history .history-card h3 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #1a54f1;
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#history .history .history-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
#history .history .history-card .card-content p {
  max-width: 530px;
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#history .history .history-card .card-content .img-wrap {
  width: 530px;
  height: 315px;
  border-radius: 20px;
  background: #e8e8e8;
}
#history .history .history-card .card-content .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#history .history-swiper-buttons {
  display: none;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
#history .swp-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #0066ce;
  background: #0066ce;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
#history .swp-btn.button-disabled {
  border: 1px solid #eaeaea;
  background: #fff;
  pointer-events: none;
}
#history .swp-btn.button-disabled svg path {
  fill: #eaeaea;
}
@media (max-width: 1400px) {
  #history .history .history-card .card-content .img-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #history {
    margin-bottom: 0;
  }
  #history h2 {
    text-align: center;
    font-size: 24px;
  }
  #history .history {
    display: flex;
    margin-top: 20px;
  }
  #history .history .history-card {
    flex-direction: column;
    align-items: center;
  }
  #history .history .history-card h3 {
    writing-mode: unset;
    transform: unset;
    font-size: 50px;
    text-align: center;
  }
  #history .history .history-card .card-content {
    gap: 20px;
  }
  #history .history .history-card .card-content p {
    font-size: 18px;
    text-align: center;
  }
  #history .history-swiper-buttons {
    display: flex;
  }
}

#our-achievements {
  margin-bottom: 125px;
}
#our-achievements .our-achievements {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
#our-achievements .our-achievements h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#our-achievements .our-achievements p {
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
#our-achievements .our-achievements .images {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
}
#our-achievements .our-achievements .images::-webkit-scrollbar {
  visibility: hidden;
}
#our-achievements .our-achievements .images .img-wrap {
  min-width: 310px;
  height: 200px;
  border-radius: 20px;
  background: #e4e4e4;
}
#our-achievements .our-achievements .images .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #our-achievements {
    margin: 0;
    padding: 40px 0 50px 0;
  }
  #our-achievements .our-achievements {
    align-items: center;
  }
  #our-achievements .our-achievements h2 {
    text-align: center;
    font-size: 24px;
  }
  #our-achievements .our-achievements p {
    font-size: 16px;
    text-align: center;
  }
}

#services {
  padding: 40px 0 70px 0;
}
#services h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#services .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
#services .services .service {
  border-radius: 10px;
  background: #f3f8ff;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#services .services .service .service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#services .services .service .service-header h3 {
  max-width: 248px;
  color: #000;
  font-family: Evolventa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#services .services .service p {
  color: #0c0c0c;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#services .services .service a {
  display: flex;
  align-items: center;
  color: #F15642;
  gap: 9px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  #services .services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #services {
    padding: 0 0 30px 0;
  }
  #services h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
  }
  #services .services {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  #services .services .service {
    gap: 10px;
  }
  #services .services .service .service-header {
    flex-direction: column-reverse;
  }
  #services .services .service .service-header h3 {
    text-align: center;
    font-size: 16px;
  }
  #services .services .service p {
    text-align: center;
    font-size: 12px;
  }
  #services .services .service a {
    justify-content: center;
  }
}

#any-questions {
  margin: 0;
}
#any-questions .any-questions.services-page {
  margin: 0;
}

#info-br {
  margin: 0;
  padding: 70px 0;
}

#vacancy {
  padding-top: 40px;
}
#vacancy h2 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
#vacancy .vacancy {
  border-radius: 10px;
  background: #f3f8ff;
  position: relative;
}
#vacancy .vacancy .content {
  padding: 50px 33px;

}
#vacancy .vacancy .vacancy_img{
  height: 50%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 2em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#vacancy .input-file {
  position: relative;
  display: flex;
}
#vacancy_popup .input-file {
  position: relative;
  display: flex;
  width: unset;
  height: unset;
  margin-bottom: unset;
}

#vacancy .vacancy .content form .input-file input[type=file] {
	position: absolute;
	/* z-index: -1; */
	opacity: 0;
	display: block;
 	width: 90%;
  cursor: pointer;
	/*height: 0; */
}
#vacancy_popup form .input-file input[type=file] {
	position: absolute;
	/* z-index: -1; */
	opacity: 0;
	display: block;
 	width: 90%;
  cursor: pointer;
	/*height: 0; */
}

#vacancy .input-file .file-name {
  display: inline-block;
  margin-left: 55px;
  /* pointer-events: none; */
  cursor: pointer;
  max-width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#vacancy_popup .input-file .file-name {
  display: inline-block;
  /* pointer-events: none; */
  cursor: pointer;
  max-width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#vacancy .input-file .file-clear {
  margin-left: 1.5em;
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#vacancy_popup .input-file .file-clear {
  margin-left: 1.5em;
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#vacancy .input-file.file-loaded .file-clear {
  display: inline;
}
#vacancy_popup .input-file.file-loaded .file-clear {
  display: inline;
}

@media (min-width: 1200px) {
  #vacancy .vacancy .content {
    max-width: 50%;
  }
  #vacancy .vacancy .vacancy_img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 48%;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}

#vacancy .vacancy .content h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
#vacancy .vacancy .content .for-whom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
#vacancy .vacancy .content .for-whom .for-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#vacancy .vacancy .content .for-whom span {
  color: #000;
  font-family: Evolventa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#vacancy .vacancy .content .main-content-wrap {
  flex-direction: column;
}
#vacancy .vacancy .content form {
  width: 100%;
  max-width: 608px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#vacancy .vacancy .content form .inputs {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
#vacancy .vacancy .content form .inputs .input {
  width: 100%;
}
#vacancy .vacancy .content form .inputs input {
  width: 100%;
  background-color: white;
}
#vacancy .vacancy .content form .input {
  position: relative;
}
#vacancy .vacancy .content form .input input {
  padding-left: 50px;
  border: none;
}
#vacancy .vacancy .content form .input input::placeholder {
  color: #6b6b6b;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
#vacancy .vacancy .content form .input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#vacancy .vacancy .content form button {
  padding: 14px 34px;
  width: 100%;
  height: 60px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  #vacancy .vacancy .content form {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  #vacancy .vacancy .content .main-content-wrap {
    flex-direction: column;
  }
  #vacancy .vacancy .content form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #vacancy {
    padding: 0;
  }
  #vacancy h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
  }
  #vacancy .vacancy .content {
    padding: 27px 20px;
  }
  #vacancy .vacancy h3 {
    font-size: 24px;
    text-align: center;
  }
  #vacancy .vacancy h3 br {
    display: none;
  }
/*   #vacancy .vacancy .content {
    padding: 0;
  } */
  #vacancy .vacancy .content .main-content-wrap {
    flex-direction: column;
  }
  #vacancy .vacancy .content form .inputs {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  #vacancy .vacancy .content form .inputs input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #vacancy .vacancy {
    border-radius: 0;
  }
  #vacancy .vacancy .content h3 {
    margin-bottom: 20px;
  }
  #vacancy .vacancy .content .for-whom span {
    font-size: 12px;
  }
  #vacancy .vacancy .content form button {
    height: 40px;
    padding: 0;
    font-size: 16px;
  }
  #vacancy .container {
    padding: 0;
  }
}

#our-vacancies {
  padding: 50px 0 100px 0;
}
#our-vacancies h3 {
  color: #000;
  font-family: Evolventa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
#our-vacancies .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#our-vacancies .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button strong {
  color: #000;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button span {
  color: #0066ce;
  font-family: Evolventa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button:after {
  content: unset;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #f3f8ff;
  border: none;
  border-radius: unset;
}
#our-vacancies .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
}
#our-vacancies .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #f3f8ff;
}
#our-vacancies .accordion .accordion-item .btn {
  padding: 19px 94px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #our-vacancies h3 {
    font-size: 22px;
    text-align: center;
  }
  #our-vacancies .accordion .accordion-item .accordion-header .accordion-button {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  #our-vacancies .accordion .accordion-item .accordion-header .accordion-button strong, #our-vacancies .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 16px;
  }
  #our-vacancies .accordion .accordion-item .accordion-collapse .accordion-body p {
    text-align: center;
    font-size: 12px;
  }
  #our-vacancies .accordion .accordion-item .accordion-collapse .accordion-body a {
    display: block;
    height: 40px;
    font-size: 16px;
    padding: 9px 0;
  }
}

.adphone {
    position: absolute;
    bottom: 100%;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.adphone.active {
  bottom: 0;
  height: 45%;
  opacity: 1;
  pointer-events: all;
}

#adPhone {transition: all .3s ease;cursor: pointer;}
#adPhone.active {
  transform: rotate(180deg);
}

.adphone2 {
    position: absolute;
    bottom: 100%;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.adphone2.active {
  bottom: 0;
  height: 45%;
  opacity: 1;
  pointer-events: all;
}

#adPhone2 {transition: all .3s ease;cursor: pointer;}
#adPhone2.active {
  transform: rotate(180deg);
}

[data-filter-view] > svg {
  pointer-events: none;
}
.fixed-navbar {
  position: fixed !important;
  justify-content: center !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.fixed-navbar .search-content.active {
 width: 80% !important;
 left: unset !important;
 margin-top: 115px !important;
}
#cooperation .cooperation-cards {
  margin-top: 50px;
}
.modal {
  z-index: 1111111;
}
@media all and (max-width: 1023px) {
  .fixed-navbar .d-flex.search-form, .fixed-navbar .d-flex.action-btn-wrap, .fixed-navbar .search-content {
    display: none !important; 
  }
  #navbar .navbar-middle .search-content {
    margin-top: 136px;
  }
  #cooperation .cooperation-cards {
    flex-direction: column;
  }
}
.tax-blog_category #filter-form-categ {
  display: none;
}

#articles .filter {
  justify-content: flex-end;
}

.choices .choices__inner {
  position: relative;               /* для псевдоэлемента */
  background-color: #ffffff;        /* фон поля */
  border: 1px solid #E3E8F1;        /* цвет рамки */
  border-radius: 8px;               /* скругление */
  padding: 0.75rem 1rem;            /* внутренняя подушка */
  padding-right: 3rem;              /* место под стрелку */
  font-size: 0.875rem;              /* ваш размер текста */
  color: #333333;                   /* цвет текста */
  box-sizing: border-box;
}


.choices .choices__inner .choices__arrow {
  display: none;
}


.choices .choices__inner::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;                      /* отступ от правого края */
  width: 16px;                      /* размеры иконки */
  height: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.30806 5.18306C3.06398 5.42714 3.06398 5.82286 3.30806 6.06694L7.05806 9.81694C7.30214 10.061 7.69786 10.061 7.94194 9.81694L11.6919 6.06694C11.936 5.82286 11.936 5.42714 11.6919 5.18306C11.4479 4.93898 11.0521 4.93898 10.8081 5.18306L7.5 8.49112L4.19194 5.18306C3.94786 4.93898 3.55214 4.93898 3.30806 5.18306Z' fill='%230066CE'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;            
}


.choices .choices__list--dropdown {
  margin-top: 4px;
  border: 1px solid #E3E8F1;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  background: #ffffff;
}


.choices .choices__list--dropdown .choices__item--choice {
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333333;
}

.choices[data-type*=select-one]::after {
  display: none;
}
.choices__placeholder {
    opacity: 1; 
}
.filter-form .category-section .custom-select-wrapper .custom-select {
  display: none;
}
.filter-form .type-selects .custom-select-wrapper .custom-select {
  display: none;
}
.choices__list--multiple {
  display: block;
  max-height: 50px;
  overflow: hidden;
}
.choices__input {
  background-color: rgba(0, 0, 0, 0);
}
.choices {
  margin-bottom: 0;
  width: 100%;
}
.choices[data-type*=select-one] .choices__button {
  display: none;
}
.hidden {
  display: none !important;
}
.filter-button img { transform: rotate(180deg); }
.filter-button.desc img { transform: rotate(180deg); }
.filter-button.asc  img { transform: rotate(0deg); }
#articles .filter .filter-actions div a.asc svg { transform: rotate(0deg); }
#articles .filter .filter-actions div a.desc svg { transform: rotate(180deg); }

.hero-content form .custom-select-wrapper .custom-select {
  display: none !important;
}
.hero-content form .custom-select-wrapper select {
  display: block !important;
  background-color: #fafafa;
}
.input-file .file-clear {
  display: none;
}
.input-file.file-loaded .file-clear {
  display: inline-block;
}

#articles .articles-list.list {
  grid-template-columns: repeat(1, 1fr);
}
#articles .articles-list.list .article-card.list:nth-child(1) {
  grid-column: span 1;
}
#articles .articles-list.list .article-card.list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 330px;
}
#articles .articles-list.list .article-card.list .img-wrap.list {
  width: 510px;
  height: 280px;
}
#articles .articles-list.list .article-card.list.list .article-content.list {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}
#articles .articles-list.list .article-card.list .article-content.list a.list {
  max-width: 368px;
}
#articles .articles-list.list .article-card.list .article-content.list .content-bottom.list {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}
#articles .articles-list.list .article-card.list .article-content.list .btn.list {
  margin-top: 0;
}
#articles .articles-list.list .article-card.list .img-wrap.list img {
  border-radius: 10px;
}
#articles .articles-list.list .article-card.list .article-content.list p.list {
  max-width: 750px;
}
#blog .blog-content .blog-card .date, #articles .articles-list.list .article-card.list .date.list {
  top: 40px;
}


/* Кнопка-триггер */
.btn-group .multiselect.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  font-family: Evolventa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 10px;
  color: #000;
  cursor: pointer;
}

/* Скрываем caret оригинальный, вставим свой ниже */
.btn-group .multiselect.dropdown-toggle .caret {
  margin-left: .5rem;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

/* Дропдаун-контейнер */
.multiselect-container.dropdown-menu {
  width: 100%!important;
  max-height: 250px;
  overflow-y: auto;
  padding: .5rem 0;
  border: 1px solid #eaeaea;
  border-radius: .375rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

/* Фильтр-инпут */
.multiselect-container .multiselect-search {
  width: calc(100% - 1rem);
  margin: 0.25rem .5rem;
  padding: .375rem .75rem;
  font-size: .875rem;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}

/* Элементы списка */
.multiselect-container li a {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #212529;
}

.multiselect-container li a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

/* Чекбоксы */
.multiselect-container li .form-check-input {
  margin-right: .5rem;
}
.multiselect-container li a {
  display: none;
}
.multiselect-item.multiselect-all {
  display: none;
}
.loading {
  transition: 0.2s ease all;
}
#businesses-container {
  transition: 0.2s ease all;
}
.category-section.right-1 .custom-select-wrapper .multiselect-native-select div button {
  margin-top: 0 !important;
}
.multiselect-native-select {
  width: 100%;
}
.type-selects.right-3 .custom-select-wrapper .multiselect-native-select div button {
  margin-top: 0 !important;
}
.type-selects.left-3 .custom-select-wrapper .multiselect-native-select div button {
  margin-top: 0 !important;
}
/* Полноэкранный оверлей */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111111111 !important;
}

/* Контейнер для изображения + кнопок */
.fullscreen-overlay .lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

/* Само изображение */
.fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Кнопки навигации */
.fullscreen-overlay .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Стрелка «влево» */
.fullscreen-overlay .lightbox-prev {
  left: -60px; /* немного влево от контейнера */
}

/* Стрелка «вправо» */
.fullscreen-overlay .lightbox-next {
  right: -60px; /* немного вправо от контейнера */
}

/* Иконки внутри (можно заменить SVG) */
.fullscreen-overlay .lightbox-arrow {
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Затенение кнопки при наведении */
.fullscreen-overlay .lightbox-nav:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Иконка «влево» (можно подменить на ваш SVG) */
.fullscreen-overlay .lightbox-prev .lightbox-arrow {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

/* Иконка «вправо» */
.fullscreen-overlay .lightbox-next .lightbox-arrow {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="M8.59 16.59 10 18l6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
}

/* Кнопка закрытия (иконка X) */
.fullscreen-overlay .lightbox-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  font-size: 12px;
}

.fullscreen-overlay .lightbox-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.fullscreen-overlay .lightbox-close .lightbox-arrow {
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="m18 6-6 6 6 6-2 2-6-6-6 6-2-2 6-6-6-6 2-2 6 6 6-6z"/></svg>');
  background-size: contain;
}
/* Полноэкранный оверлей */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Поверх всего */
}

/* Контейнер для изображения + кнопок */
.fullscreen-overlay .lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

/* Само изображение */
.fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Кнопки навигации */
.fullscreen-overlay .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Стрелка «влево» */
.fullscreen-overlay .lightbox-prev {
  left: -60px; /* немного влево от контейнера */
}

/* Стрелка «вправо» */
.fullscreen-overlay .lightbox-next {
  right: -60px; /* немного вправо от контейнера */
}

.fullscreen-overlay .lightbox-arrow {
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Затенение кнопки при наведении */
.fullscreen-overlay .lightbox-nav:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.fullscreen-overlay .lightbox-prev .lightbox-arrow {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

/* Иконка «вправо» */
.fullscreen-overlay .lightbox-next .lightbox-arrow {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="M8.59 16.59 10 18l6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
}

/* Кнопка закрытия (иконка X) */
.fullscreen-overlay .lightbox-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.fullscreen-overlay .lightbox-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.fullscreen-overlay .lightbox-close .lightbox-arrow {
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path d="m18 6-6 6 6 6-2 2-6-6-6 6-2-2 6-6-6-6 2-2 6 6 6-6z"/></svg>');
  background-size: contain;
}
#ready-business .business-cards .container #businesses-container .business-card .business-card-content a h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничение на 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Обрезка текста с многоточием, если он длиннее */
}
#business-info .container .business-info .full-info .full-info-header .header-top h1 {
      display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничение на 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Обрезка текста с многоточием, если он длиннее */
}
#business-cards h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничение на 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Обрезка текста с многоточием, если он длиннее */
}
.business-card-content h3 {
      display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничение на 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Обрезка текста с многоточием, если он длиннее */
}
/* 1) Сначала убедимся, что сам контейнер с изображениями позиционируется относительно */
.business-card-images {
  position: relative;
}

/* 2) Переключатели (стрелки) ставим поверх, по центру левой и правой стороны */
.business-card-images .swiper-button-prev,
.business-card-images .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;    /* Ширина SVG-кнопки */
  height: 30px;   /* Высота SVG-кнопки */
  margin-top: -15px; /* чтобы по вертикали выровнять по центру (половина height) */
  cursor: pointer;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4); /* затемнённый полупрозрачный фон (можно убрать/подправить) */
  border-radius: 50%; /* скруглённая подложка вокруг стрелки */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 2.1) Левая стрелка */
.business-card-images .swiper-button-prev {
  left: 5px;    /* отступ от левого края контейнера (подкорректируйте на своё усмотрение) */
}

/* 2.2) Правая стрелка */
.business-card-images .swiper-button-next {
  right: 5px;   /* отступ от правого края контейнера */
}

/* 3) Сама SVG-иконка внутри кнопки может быть чуть меньше, чем общий блок */
.business-card-images .swiper-button-prev svg,
.business-card-images .swiper-button-next svg {
  width: 18px;
  height: 18px;
  fill: white;       /* цвет иконки */
}

/* 4) Отодвинем пагинацию (точки) чуть ниже, чтобы не налезала на стрелки */
.business-card-images .swiper-pagination {
  position: absolute;
  bottom: 8px;  /* можно скорректировать, чтобы точки были чуть выше */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

/* 5) Убираем из-под .swiper-actions ненужные отступы, чтобы стрелки не «проваливались» под карусель */
.business-card-images .swiper-actions {
  top: 0;          /* прижмём весь блок действий в верхнюю грань контейнера */
  left: 0;         /* чтобы перекрытие шло от края */
  right: 0;
  bottom: 0;       /* занимаем всю высоту, чтобы позиционирование 100% отрабатывало относительно .business-card-images */
  position: absolute;
  z-index: 5;      /* ниже стрелок и пагинации */
  pointer-events: none; /* чтобы клики проходили «сквозь» пустые зоны */ 
}

/* 6) Делаем сами кнопки «кликабельными» (внутри .swiper-actions) */
.business-card-images .swiper-actions .swiper-button-prev,
.business-card-images .swiper-actions .swiper-button-next {
  pointer-events: auto;
}
#business-info .business-info .find-out-more .owners-representative .owner-info a {
  margin-top: 0;
}
.admin-info {
  margin: 10px 10px 10px 10px ;
}
.admin-info .admin_broker-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.admin-info .admin_broker-image img {
  width: 100px;
  height: 100px;
}
.admin-info .admin_broker-image img:first-child {
  border-radius: 50%;
  object-fit: cover;
}
.business-card:has(.admin-info) .business-card-badges {
  top: 26%;
}
.admin-info-bar {
  margin: 10px 10px 10px 10px ;
  width: 100%;
}
.admin_broker-info p {
  margin-top: 5px;
  color: #717171 !important;
}
.admin-info-bar .admin_broker-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.admin-info-bar .admin_broker-image img {
  width: 100px;
  height: 100px;
}
.admin-info-bar .admin_broker-image img:first-child {
  border-radius: 50%;
  object-fit: cover;
}
.leave-a-request-modal-6 {
  padding: 40px 110px;
}

.leave-a-request-modal-6 .d-flex.gap-3.py-4 {
  flex-wrap: wrap;
}
.leave-a-request-modal-6 .week-days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
.leave-a-request-modal-6 .week-days label {
  width: 200px;
}
.leave-a-request-modal-6 .week-days .day {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
.leave-a-request-modal-6 .week-days .day input[type=radio]:checked {
  background: #48c95f;
  color: white;
}
.leave-a-request-modal-6 .week-days input[type=radio] {
  display: none;
}
.leave-a-request-modal-6 .week-days input[type=radio]:checked + .day {
  background: #48c95f;
  color: white;
}
@media (max-width: 992px) {
  .leave-a-request-modal-6 {
    padding: 40px 20px;
  }
  .leave-a-request-modal-6 .week-days {
    grid-template-columns: repeat(2, 1fr);
  }
  .leave-a-request-modal-6 .week-days label {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .leave-a-request-modal-6 {
    padding: 40px 10px;
  }
}
.admin_broker-info .owner-contact {
  display: flex;
  gap: 40px;
  margin-bottom: .5em;
}

/* зелёные строки */
.admin_broker-info .line--green {
  color: #717171 !important;
}

/* красные строки */
.admin_broker-info .line--red {
  color: #717171 !important;
}

/* золотые строки */
.admin_broker-info .line--gold {
  color: #717171 !important;
}

/* общие отступы */
.admin_broker-info .line {
  margin: 0 0 .25em;
  font-weight: 500;
}
#business-info .business-info .full-info .info-card div.d-flex {
    display: grid !important ;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
@media (max-width: 768px) {
  #business-info .business-info .full-info .info-card div.d-flex {
    display: flex !important;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
}
#footer .footer-top .buttons .btn-primary {
  background: blue ;
}
#footer .footer-top .buttons .btn-primary:hover {
  opacity: 0.7;
}

/* Контейнер для позиционирования дочерних элементов */
.single-business-swiper-wrap {
  position: relative;
}

/* Кнопки навигации */
.single-business-swiper-wrap .swiper-button-prev,
.single-business-swiper-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;      
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}

/* Левая кнопка */
.single-business-swiper-wrap .swiper-button-prev {
  left: 0;
}

/* Правая кнопка */
.single-business-swiper-wrap .swiper-button-next {
  right: 0;
}

/* Пагинация */
.single-business-swiper-wrap .swiper-pagination {
  position: absolute;
  bottom: 10px;     
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  width: auto;     
}
.fullscreen-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.8); z-index: 10000;
  display: flex; justify-content: center; align-items: center;
}
.lightbox-box {
  position: relative; max-width: 90%; max-height: 90%;
}
.lightbox-img {
  max-width: 100%; max-height: 100%;
}
.lightbox-nav,
.lightbox-close {
  position: absolute; background: none; border: none;
  color: #fff; font-size: 2rem; cursor: pointer;
}
.lightbox-close { top: -1.5rem; right: -1.5rem; }
.lightbox-nav.prev { left: -2rem; top: 50%; transform: translateY(-50%); }
.lightbox-nav.next { right: -2rem; top: 50%; transform: translateY(-50%); }

.lightbox-img {
  width: 100%; 
  height: 100%; 
  object-fit: contain;
}
  .error { border-color: #e00 !important; }
  .error-message {
    color: #e00;
    font-size: 0.875em;
    margin-top: 4px;
  }

.error-message-vacancy {
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #e00;
  font-size: 0.875em;
  margin-top: 4px;
}

.error-message-vacancy.visible {
  opacity: 1;
}

input.error {
  border-color: #e00 !important;
}
.business-info {
  position: relative;
}

.business-info .find-out-more {
  position: relative !important;
  will-change: transform;
}
.multiselect-container.dropdown-menu .multiselect-option {
  pointer-events: none;
}
.multiselect-container.dropdown-menu .multiselect-option .form-check-input,
.multiselect-container.dropdown-menu .multiselect-option .form-check-label {
  pointer-events: auto;
}
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.video-modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
}
.video-modal__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video-modal__wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.video-modal__close,
.video-modal__prev,
.video-modal__next {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.video-modal__close { top: 10px; right: 10px; }
.video-modal__prev { top: 50%; left: 10px; transform: translateY(-50%); }
.video-modal__next { top: 50%; right: 10px; transform: translateY(-50%); }

.multiselect.dropdown-toggle.btn.btn-light.w-100.text-start.text-center {
  margin-top: 0 !important;
}

.prev.page-numbers {
  display: flex;
  align-items: center;
  gap: 30px;
}
#pagination-container {
  display: flex;
  gap: 30px;
}
.page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Evolventa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-numbers.current {
transform: scale(0.95);
    border-color: #48c95f;
  background: #48c95f;
  color: white;
}
.page-numbers.next {
  border: 1px solid #0066ce;
  background: #0066ce;
  color: white;
}

@media (max-width: 768px) {
  #pagination-container {
    gap: 5px;
  }
}

#scrollToTop.visible {
  z-index: 99999999999999;
}
.business-action.mobile-view {

}
.not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}
.pagination-container {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.single-business-swiper .swiper-slide {
  position: relative;
  z-index: 2;
}

.single-business-swiper .swiper-actions .actions-bottom {
  pointer-events: none;
}

.single-business-swiper .swiper-actions .swiper-button-prev,
.single-business-swiper .swiper-actions .swiper-button-next,
.single-business-swiper .swiper-actions .swiper-pagination {
  pointer-events: auto;
}
.swiper.business-card-images-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper .swiper-slide a {
  height: 100%;
  display: block;
}
.swiper.business-card-images-swiper .swiper-wrapper .swiper-slide a {
    height: 100%;
  display: block;
}
.business-pagination {
  margin-bottom: 30px;
}
#sold-this-year .business-cards .business-action:not(.business-action.mobile-view) {
  display: flex !important;
}
#business-info .business-info .full-info .meet form .form-content input::placeholder, textarea::placeholder {
  color: black;
  opacity: 0.7;
}
.qf-active{
  background:#0d6efd !important; 
  color:#fff !important;
  border-color:#0d6efd !important;
}
.num-mask {
  height: 100% !important;
  border-radius: 10px !important;
}
.filter-button img { 
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.2s ease;
}

.filter-button.active img { 
  filter: none;
}
#sold-this-year .business-cards .container .mb-swiper-actions a{
  display: none;
}
}