.homepage-static-content .features-section .feature-icon svg,
.header__middle .icon-buttons li:has(button.js-open-search),
ul li:has(button[data-modal-href$=wishlist]),
.product__box-icon-buttons button.js-products-wishlist,
.product__box-footer button.js-products-wishlist,
section.product .product__info-section .product__inputs button.js-products-wishlist,
.drawer button[data-tabhref="#usermenu"],
.drawer button[data-tabhref="#productmenu"],
.header__top-right .header__links > li:not(.header__language),
.hero__more,
.counter__wrapper .counter__icon {
  display: none !important;
}

*, body, input, select, textarea,
.form-builder-form .form__control[type=file]::file-selector-button,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--single .select2-selection__choice__remove,
.select2-container--default.search-select .select2-results--wrapper h2 .select2-data-total, .select2-container--default.search-select .select2-results--wrapper h2 .select2-view-all,
.menu .menu__dropdown a,
.menu .menu__dropdown a:visited,
.dropdown a,
.dropdown a:visited,
.drawer__title,
.newsletter__title,
.form-builder-form .tooltip-trigger,
.menu__params li {
  font-family: "Questrial", sans-serif;
}

.header {
  background-color: #fff;
  color: #101a26;
}
.header__top {
  background-color: #101a26;
  color: #fff;
}
.header__top .dropdown a {
  color: #969fa9;
}
.header .menu .page-wrapper > ul li a {
  text-transform: uppercase;
}
.header .menu .page-wrapper > ul li.selected a {
  color: inherit;
  font-weight: 700;
}

.articles .page-wrapper--medium {
  margin-bottom: 32px !important;
}
.articles .page-wrapper--medium::before {
  content: attr(data-articles-title);
  font-size: 1.6em;
  color: #000;
  font-weight: 700;
}

.cover--pridruzi-se-tiszatimu ~ .articles, .cover--career ~ .articles, .cover--karrier ~ .articles, .cover--nase-usluge ~ .articles, .cover--our-services ~ .articles, .cover--szolgaltatasaink ~ .articles {
  display: none;
}
.cover__headline video {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
  width: 100%;
  height: 100%;
}
.cover__video {
  position: relative;
}
.cover__video::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover__video-content {
  width: 100%;
  max-width: 90%;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.cover__video-content h2 {
  margin-bottom: 15px;
  font-size: calc(18.07692px + 3.24519vw);
}
@media (min-width: 768px) {
  .cover__video-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .cover__video-content h2 {
    font-size: 22px;
  }
}
.cover__video-content p {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .cover__video-content p {
    font-size: 16px;
  }
}
.cover__video-content p small {
  margin-top: 15px;
  display: inline-block;
  color: #00a79b;
  background: #ddd;
  padding: 5px 10px;
  border-radius: 99px;
}
.cover__video video {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
  width: 100%;
  height: 100%;
}

.homepage-static-content {
  /* Content Showcase Section */
  /* Responsive Design */
}
.homepage-static-content > .page-wrapper {
  max-width: none;
}
.homepage-static-content .features-section {
  padding: 0;
  margin-top: 30px;
}
.homepage-static-content .features-container {
  margin: 0;
}
.homepage-static-content .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
.homepage-static-content .feature-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
  margin: 0 !important;
}
.homepage-static-content .feature-icon {
  width: 80px;
  height: 80px;
  background-color: #00a79b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.homepage-static-content .feature-card-content {
  flex: 1 1 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
.homepage-static-content .feature-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.homepage-static-content .feature-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #101a26;
}
.homepage-static-content .feature-card p {
  font-size: 14px;
  color: #101a26;
  line-height: 1.5;
}
.homepage-static-content .content-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.homepage-static-content .showcase-image {
  width: 100%;
}
.homepage-static-content .showcase-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.homepage-static-content .showcase-content h2 {
  font-size: 48px;
  font-style: italic;
  margin-bottom: 20px;
  color: #101a26;
}
.homepage-static-content .showcase-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #101a26;
}
.homepage-static-content .showcase-content p {
  font-size: 14px;
  color: #101a26;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .homepage-static-content .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .homepage-static-content .content-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .homepage-static-content .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .homepage-static-content .features-section {
    padding: 50px 20px;
  }
  .homepage-static-content .showcase-content h2 {
    font-size: 36px;
  }
}
.homepage-static-content .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.homepage-static-content .tags li {
  font-weight: 600;
  list-style: none;
  border-radius: 99px;
  padding: 6px 16px;
  color: #00a79b;
  background-color: #ddd;
}
.homepage-static-content .tags li::before {
  display: none;
}
.homepage-static-content .sellvio-template--home-main .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .header {
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-image: none !important;
}
.home .header--sticky {
  background-color: white !important;
}
.home .banners__section--3 {
  order: -1;
  padding-bottom: 0;
}
.home .banners__section--1 {
  order: 3;
}
.home .banners__section--1 .block__title-title {
  text-align: center;
}
.home .structured-systems-cont {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/tenancy/assets/manager/files/pozadina-1.jpg");
  background-size: cover;
  padding: 50px 20px;
  order: 2;
}
.home .structured-systems-cont .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .counter__section {
  margin: 0;
  order: 1;
}
.home .counter__suffix {
  display: none;
}
.home .counter__number {
  text-transform: none;
}
.home .green--bg {
  order: 2;
}
.home .green--bg .page-wrapper {
  padding: 30px 20px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .home .green--bg .page-wrapper .col-md-3 .col-card:has(img) {
    justify-content: center;
  }
  .home .green--bg .page-wrapper .col-md-6 {
    margin: 30px 0;
  }
}
.home .green--bg .counter__wrapper {
  padding: 30px 0;
}
.home .green--bg .counter__item--inner {
  flex-direction: row;
  justify-content: center;
}
.home .green--bg .counter__item--inner img {
  width: 100px;
  height: auto;
}
.home .green--bg .counter__label {
  font-size: 30px;
  line-height: 26px;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .hero {
    order: -2;
  }
}
.hero__content {
  background-color: transparent;
}
.hero__description, .hero__title {
  text-shadow: unset;
}
.hero__description {
  font-size: 22px;
  text-shadow: unset;
}
.hero__description:has(small) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__description small {
  display: inline-block;
  margin-top: 15px;
  color: #00a79b;
  background: #ddd;
  padding: 5px 10px;
  border-radius: 99px;
}
@media (min-width: 768px) {
  .hero__description, .hero__title {
    max-width: 100%;
  }
  .hero__title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .hero__description {
    font-size: 16px;
  }
  .hero__title {
    font-size: 24px;
  }
}
.hero figure video {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero figure:has(.hero__content)::after {
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.45);
}
.hero__wrapper {
  max-height: 100vh;
  max-height: 100svh;
}
.hero__wrapper.loading {
  min-height: 90vh;
}
.hero__wrapper:not(.loading) figure::after {
  opacity: 1;
}
.hero__more {
  background-color: #00a79b;
  color: #fff;
}
.hero__more:hover, .hero__more:active {
  background-color: #00746c;
}

.brands {
  background-color: #fff;
}
.brands__item {
  background-color: #fff;
}
.brands__item img {
  filter: unset;
}

.contacts-notification {
  transition: right 0.7s ease;
  position: fixed;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 35px 15px 0 35px;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  background-color: #fff;
  box-shadow: 0 1px 24px rgba(16, 26, 38, 0.3);
  z-index: 400;
}
.contacts-notification-trigger {
  height: 140px;
  width: 45px;
  z-index: 99;
  position: fixed;
  right: 0;
  top: calc(50% - 90px);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  transform: translateY(calc(-50% - 140px));
  background-color: #fff;
  box-shadow: 0 1px 24px rgba(16, 26, 38, 0.3);
  z-index: 400;
}
@media (min-width: 768px) {
  .contacts-notification-trigger {
    width: 140px;
    height: 60px;
  }
}
.contacts-notification-trigger img {
  width: 35px;
  height: 35px;
}
@media (max-width: 767.98px) {
  .contacts-notification-trigger img {
    display: block;
    margin: 15px auto 0;
  }
}
.contacts-notification-trigger img:first-child {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .contacts-notification-trigger img:first-child {
    margin: 8px auto;
  }
}
.contacts-notification h3 {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 22px;
}
.contacts-notification h4 {
  font-size: 20px;
  font-weight: 400;
}
.contacts-notification.open {
  right: 0;
}
.contacts-notification .icon {
  width: 24px;
  height: 24px;
}
.contacts-notification .page-wrapper {
  padding: 0;
  max-width: 360px;
}
@media (max-width: 440px) {
  .contacts-notification .page-wrapper {
    max-width: 280px;
  }
}
.contacts-notification .button {
  position: absolute;
  top: 9px;
  left: 12px;
  padding: 4px;
}
.contacts-notification .button .icon {
  width: 16px;
  height: 16px;
  margin: auto;
}

.footer {
  color: #fff;
}
.footer__title {
  white-space: nowrap;
}
.footer__title-flag {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 6px;
}
@media (min-width: 540px) {
  .footer__col {
    max-width: 25%;
  }
}
.footer__col:is(:first-child, :nth-child(2)) .footer__params-item {
  padding-left: 0;
}
.footer__col:is(:first-child, :nth-child(2)) .footer__params .icon {
  display: none;
}
.footer__col:nth-child(3) .footer__params {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__col:nth-child(3) .footer__params li {
  margin: 0;
}
.footer__col:nth-child(3) .footer__params .icon {
  width: 30px;
  height: 30px;
  position: static;
}
.footer__bottom .footer__share {
  display: none;
}

.locations-section {
  padding: 60px 30px;
  background: #111d27;
  color: #fff;
}
.locations-section .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .locations-section .col-md-4:first-child {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .locations-section .col-md-4 {
    text-align: center;
  }
}
.locations-section .col-md-4:has(img) {
  align-items: center;
}
.locations-section .col-md-4 img {
  width: 100%;
  height: auto;
}
.locations-section .col-md-4 > *:not(:last-child) {
  margin-bottom: 1em;
}

.plain-text {
  font-size: 16px;
}
.plain-text .full-width-wrapper {
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.plain-text .full-width-wrapper > div {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 1260px;
  position: relative;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .plain-text .full-width-wrapper > div {
    padding: 0 30px;
  }
}
.plain-text h1, .plain-text h2, .plain-text h3, .plain-text h4, .plain-text h5, .plain-text h6 {
  text-transform: uppercase;
}
.plain-text .js-video-main-title,
.plain-text .js-video-lead-text,
.plain-text .js-video-small-text,
.plain-text .locations-section {
  display: none;
}
@media (min-width: 768px) {
  .plain-text .our-services-cards .col-md-6 {
    margin-bottom: 0 !important;
  }
}
.plain-text .our-services-cards .col-card {
  overflow: hidden;
  position: relative;
  padding: 0 0 24px;
}
.plain-text .our-services-cards .col-card p:has(img) {
  display: flex;
  position: relative;
}
.plain-text .our-services-cards .col-card p:has(img) img {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.plain-text .our-services-cards .col-card p:has(img)::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plain-text .our-services-cards .col-card .col-card-title {
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 15px;
  text-align: left;
  color: #fff;
  margin: 0;
  z-index: 1;
}
.plain-text .our-services-cards .col-card p:not(:has(img)) {
  padding: 0 24px;
}
.plain-text .our-services-cards .card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  pointer-events: none;
  z-index: 1;
  background-color: #000;
  color: #fff;
  border-radius: 99px;
  padding: 2px 10px;
}
.plain-text .journey-section {
  max-width: 1200px;
  margin: 80px auto 60px;
  padding: 0 20px;
  text-align: center;
}
.plain-text .journey-section h2 {
  font-size: 32px;
  font-weight: bold;
  color: #101a26;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.plain-text .tabs .page-wrapper {
  margin-bottom: 0;
}
.plain-text .tabs__header {
  border-bottom: none;
}
.plain-text .tabs__header ul {
  gap: 15px;
}
.plain-text .tabs__header li {
  margin: 0;
}
.plain-text .tabs__header li::before {
  display: none;
}
.plain-text .tabs__content {
  padding: 24px;
}
.plain-text .tabs__link {
  padding: 11px 47px !important;
  border: 3px solid #00a79b;
  color: #00a79b;
  background-color: #fff;
}
.plain-text .tabs__link.tab-selected {
  background-color: #00a79b;
  color: #fff;
}
.plain-text .timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .plain-text .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .plain-text .timeline-grid {
    grid-template-columns: 1fr;
  }
}
.plain-text .timeline-card {
  box-shadow: 0px 0px 14px #bdbdbd;
  background-color: #e8e8e8;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  color: #101a26;
  line-height: 1.6;
  margin: 0;
}
.plain-text .timeline-card:last-child {
  background-color: #bbb;
}
.plain-text .timeline-card p {
  flex-grow: 1;
  margin: 0;
}
.plain-text .timeline-card h3 {
  font-size: 48px;
  font-weight: bold;
  color: #00a79b;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #d0d0d0;
  position: relative;
}
.plain-text .timeline-card h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
}
.plain-text .history-section {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.plain-text .history-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .plain-text .history-content {
    grid-template-columns: 1fr;
  }
}
.plain-text .history-content--timeline {
  gap: 0;
  grid-template-columns: 1fr;
}
.plain-text .history-content--timeline strong {
  display: block;
  margin: 20px 0 5px;
}
.plain-text .history-content--timeline p {
  margin-bottom: 0 !important;
  padding-left: 30px;
  border-left: 3px solid #00a79b;
  position: relative;
}
.plain-text .history-content--timeline p::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00a79b;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.plain-text .history-text p {
  font-size: 16px;
  color: #101a26;
  line-height: 1.8;
  margin: 0 0 25px 0;
}
.plain-text .history-image {
  background-color: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #101a26;
}
.plain-text .history-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.plain-text .history-image p {
  font-size: 16px;
  color: #101a26;
  line-height: 1.8;
  margin: 0 0 25px 0;
}
.plain-text .read-more-btn {
  background-color: #00a79b;
  color: #ffffff;
  padding: 12px 35px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.plain-text .read-more-btn:hover {
  background-color: #008d82;
}
.plain-text .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
@media (max-width: 1230px) {
  .plain-text .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .plain-text .locations-grid {
    grid-template-columns: 1fr;
  }
}
.plain-text .location-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.plain-text .location-map {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.plain-text .location-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.plain-text .location-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.plain-text .location-info h3, .plain-text .location-info p {
  margin: 0;
}
.plain-text .sellvio-template--home-static .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plain-text .sellvio-template--how-we-work .col-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plain-text .sellvio-template--how-we-work .col-card-title span {
  color: #fff;
  background-color: #00a79b;
  border-radius: 50%;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plain-text .sellvio-template--what-we-offer {
  padding: 40px 0;
  background-image: url("/tenancy/assets/manager/files/nase usluge/pozadina.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.plain-text .sellvio-template--what-we-offer .col-md-6 {
  color: #fff;
}
.plain-text .sellvio-template--location {
  padding: 40px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/tenancy/assets/manager/files/pozadina-1.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .plain-text .sellvio-template--location .col-md-6:first-child {
    margin-bottom: 0 !important;
  }
}
.plain-text .sellvio-template--location .col-card-body:has(img) {
  background-color: #101a26;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .plain-text .sellvio-template--location .col-card-body:has(img) {
    padding: 40px 0;
  }
}
.plain-text .sellvio-template--location .col-card-body:has(img) img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  max-width: 500px;
  max-width: 250px;
  display: block;
  margin: auto;
}
.plain-text .sellvio-template--location .white-box .col-card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.plain-text .mini-faq {
  padding: 40px 20px;
  background-color: #101a26;
}
.plain-text .mini-faq .accordion-content {
  color: #fff;
}

@media (min-width: 768px) {
  [class*=col-md-] {
    margin-bottom: 0 !important;
  }
}
section.contact {
  display: none;
}

.white-box {
  height: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.gray-box {
  height: 100%;
  background-color: #b6b6b6;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

main:has(.cover--contact) .contact__title {
  text-transform: uppercase;
}
main:has(.cover--contact) .contact__title--center {
  text-align: center;
}
main:has(.cover--contact) .contact__title--center h1, main:has(.cover--contact) .contact__title--center h2, main:has(.cover--contact) .contact__title--center h3, main:has(.cover--contact) .contact__title--center h4 {
  text-align: center;
}
main:has(.cover--contact) .contact__params {
  padding: 0 0 0 4px;
  flex-direction: column;
}
main:has(.cover--contact) .contact__params:has(+ .footer__title) {
  margin-bottom: 45px;
}
main:has(.cover--contact) .contact__params-item::before {
  display: none;
}
main:has(.cover--contact) .contact__params-item span {
  margin-left: 10px;
}
main:has(.cover--contact) .contact__params-item img {
  width: 24px;
}
main:has(.cover--contact) .contact__params-item svg {
  width: 24px;
  height: 24px;
  fill: #00a79b;
}
main:has(.cover--contact) .col-sm-12 .form__item--submit {
  align-self: flex-end;
  margin-top: 0;
}
@media (min-width: 768px) {
  main:has(.cover--contact) .col-md-6:first-child {
    margin-bottom: 0 !important;
  }
}
main:has(.cover--contact) .working-hours {
  margin-top: 35px;
  font-size: 19px;
}
main:has(.cover--contact) .form-builder-form .form__item--submit {
  justify-content: space-between;
  align-items: center;
}

.locations-map {
  width: 100%;
  height: 450px;
  position: relative;
}

.network__info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #00a79b;
  width: 20em;
  z-index: 2;
  border-radius: 5px;
  padding: 0.75em 1em;
  font-size: 13px;
  z-index: 1001;
}
@media (max-width: 539px) {
  .network__info {
    bottom: auto;
    top: 12px;
    left: 12px;
  }
}
.network__info-text {
  color: #fff;
}
.network__info-title {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media (min-width: 1920px) {
  .network__info-title {
    font-size: 16px;
  }
}
.network__info-link {
  display: inline-block;
  margin-top: 0.8em;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.network__info-link:hover {
  color: #101a26;
}
.network__info-direction {
  color: #fff !important;
  margin-left: auto;
  margin-right: 0;
}
.network__info-direction:hover {
  color: #101a26;
}

.accordion-header {
  padding: 10px;
  background-color: #00a79b;
  color: #fff;
  margin-bottom: 0 !important;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.accordion-header .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.accordion-header * {
  color: #fff;
  margin-bottom: 0 !important;
}
.accordion-header * strong {
  color: #fff;
}
.accordion-header.open .icon {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-wrapper {
  border-radius: 10px;
}
.accordion-content {
  padding: 10px;
  display: none;
  margin-bottom: 0 !important;
}
