.services-list {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  position: relative;
}

.breadcrumbs {
  margin-left: 48px;
}

.map-right__container-items {
  border: 1px solid var(--strokeonwhite);
}

.services-list__title {
  font-family: "Stetica";
  font-weight: 500;
  font-style: Medium;
  font-size: 88px;  
  line-height: 80px;
  letter-spacing: -2%;
  color: var(--black-text);
  margin-top: 40px;
  margin-left: 48px;
}

.services-list__title-info {
  font-family: "Stetica";
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: var(--black-text);
  margin-top: 40px;
  margin-left: 48px;
}

.services-list__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 48px;
  width: 100%;
  margin-top: 64px;
}

.services-list__left-navigation {
  display: flex;
  flex-direction: row;
  column-gap: 72px;
}

.services-list__navigation-search {
  display: flex;
  flex-direction: row;
}

.services-list__input-block {
  width: 411px;
  height: 64px;
  border: 1px solid var( --strokeonwhite);
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  align-items: center;
  padding: 0px 16px;
}

.services-list__input {
  height: 64px;
  border: none;
  background: none;
  font-family: "Stetica";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--black-text);
  width: 100%;
}

.services-list__input::placeholder {
    font-family: "Stetica";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black-text);
    opacity: 64%;
}

.services-list__search-button {
  width: 156px;
  height: 64px;
  border: none;
  background-color: var(--blue);
  font-family: "Stetica";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
}

.services-list__tabs {
  display: flex;
  flex-direction: row;
}

.services-list__tab {
  background: none;
  border: none;
  padding-top: 32px;
  width: 186px;
  font-family: "Stetica";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid var(--strokeonwhite);
  outline: none;
  transition: border-bottom-color 0.5s ease;
}

.services-list__tab.active {
  border-bottom: 3px solid var(--blue);
}

.services-list__toggle-container {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  margin-top: auto;
  align-items: center;
  font-family: Arial, sans-serif;
}


#left-text, #right-text {
  font-family: "Stetica";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--black-text);
  opacity: 64%;
  transition: color 0.3s;
}

#left-text.active {
  opacity: 1;
}

#right-text.active {
  opacity: 1;
}

.switch {
  position: relative;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: var(--blue);
  transition: 0.4s;
  border-radius: 24px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--blue);
}

input:checked + .slider::before {
  transform: translateX(19px);
}

.services-list__catalog {
  padding: 0px 48px;
  display: none;
  flex-direction: column;
  row-gap: 32px;
  margin-top: 64px;
}

.services-list__show {
  width: auto;
  display: flex;
  flex-direction: row;
  column-gap: 18px;
  align-items: center;
  max-width: 224px;
  margin: auto;
  border: none;
  background: none;
  cursor: pointer;
}

.services-list__show-txt {
  font-family: "Stetica";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--black-text);
}

.box {
   transition: opacity 0.5s ease, visibility 0.5s ease;
}

.consultation {
  border: none;
}

.active4 {
  height: 48px;
  position: absolute;
  top: 276px;
  z-index: 100;
  background-color: var(--white);
  right: 100px;
  width: 317px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-list__navigation {
  margin-top: 64px;
}

.marg {
  margin-top: 0px;
  position: relative;
}

.map_tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 452px;
  height: 48px;
  top: 0px;
  left: 683px;
  z-index: 3;
  background-color: var(--white);
}

.map_tab {
  height: 100%;
  padding: 0px;
  color: var(--blue);
}

.services-list__navigation {
  margin-top: 0px;
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .about-company__list-gradient {
    display: none;
  }

  .map_tabs {
    left: 583px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .about-company__card-list {
    width: 400px;
  }

    .about-company__card-find-list {
        height: 350px;
    }

  .map_tabs {
    left: calc(50% - 206px);
  }

  .active4 {
    top: 274px;
    right: 20px;
  }

  .active6 {
    right: 0px;
  }

  .services-list__navigation {
    flex-direction: column;
    row-gap: 20px;
    padding: 0px 24px;
  }

  .services-list__left-navigation {
    width: 100%;
    justify-content: space-between;
    row-gap: 0px;
  }

  .map_tabs {
    width: 352px;
    left: 400px;
  }

  .services-list__toggle-container {
    margin-left: auto;
    margin-right: 90px;
  }

  .active6 {
        margin-left: 0px;
    margin-right: 0px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
  .map {
    margin-top: -100px;
    height: auto;
  }
  .services-list__navigation {
    flex-direction: column;
    row-gap: 20px;
    padding: 0px 24px;
    align-items: center;
  }

  .about-company__card-title {
    margin-top: 120px;
  }

  .services-list__toggle-container,
  .services-list__tabs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .active6 {
    top: 279px;
    right: 0px;
  }

  .map_tabs {
    left: 0px;
    top: 120px;
  }

  .about-company__card-list {
    margin-top: 120px;
  }

  .services-list__left-navigation {
    width: 100%;
    justify-content: space-between;
    row-gap: 0px;
    flex-direction: column;
    row-gap: 0px;
  }

  .services-list__search-button {
    min-width: 156px;
  }

  .services-list__input-block {
    width: 1000px;
  }

  .about-company__card-input-block {
    width: 1000px;
  }

  .services-list__title {
    font-size: 68px;
  }

  .services-list__title-info {
    font-size: 18px;
  }
}


@media screen and (min-width: 440px) and (max-width: 767px) {
    .about-company__card-input-block {
    width: 1000px;
  }

  .breadcrumbs,
  .services-list__title,
  .services-list__title-info {
    margin-left: 12px;
  }

  .services-list__title {
    font-size: 40px;
    line-height: 40px;
  }

  .services-list__title-info {
    font-size: 20px
}

  .about-company__card-button-find {
    min-width: 156px;
  }
  .services-list__navigation {
    flex-direction: column;
    row-gap: 20px;
    padding: 0px 24px;
    align-items: center;
  }

    .map-right__container-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .map-right__container-items_col-row {
    display: none;
  }

  .services-list__toggle-container,
  .services-list__tabs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .active6 {
    top: 323px;
    right: 0px;
  }

  .map_tabs {
    left: 0px;
  }

  .about-company__card-list {
    margin-top: 0px;
  }

  .services-list__left-navigation {
    width: 100%;
    justify-content: space-between;
    row-gap: 0px;
    flex-direction: column;
    row-gap: 0px;
  }

  .services-list__search-button {
    min-width: 156px;
  }

  .services-list__input-block {
    width: 1000px;
  }

  
  .services-list__catalog {
    padding: 0px 24px;
  }

    .button-adapt {
        display: flex;
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 12px;
        background-color: var(--blue);
        align-items: center;
        justify-content: center;
        flex-direction: row;
        column-gap: 12px;
    }

    .button-adapt-txt {
        font-family: "Stetica";
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: var(--white);
    }
}


@media screen and (max-width: 439px) {
  .services-list__navigation {
    flex-direction: column;
    row-gap: 20px;
    padding: 0px 24px;
    align-items: center;
  }

  .active6 {
    width: 100%;
    top: 261px;
    right: 0px;
    left: 0px;
  }

    .breadcrumbs,
  .services-list__title,
  .services-list__title-info {
    margin-left: 12px;
    margin-top: 10px;
  }

  .services-list__title {
    width: 300px;
  }

  .services-list__title {
    font-size: 40px;
    line-height: 40px;
  }

  .services-list__title-info {
    font-size: 14px;
    line-height: 14px;
  }

    .services-list__toggle-container,
  .services-list__tabs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .services-list__toggle-container {
    width: auto;
  }


  .active4 {
    top: 110px;
    width: 100%;
    right: 0px;
  }

  .map_tabs {
    left: 0px;
  }

  .about-company__card-list {
    margin-top: 0px;
  }

  .services-list__catalog {
    padding: 0px 24px;
  }

  .services-list__toggle-container,
  .services-list__tabs {
    margin-left: auto;
    margin-right: auto;
  }

  .services-list__left-navigation {
    width: 100%;
    justify-content: space-between;
    row-gap: 0px;
    flex-direction: column;
    row-gap: 0px;
  }

  .services-list__search-button {
    min-width: 156px;
  }

  .services-list__input-block {
    width: 1000px;
  }
}
