body {
 
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body a {
  transition: 0.3s ease all;
  text-decoration: none;
}
body img {
  transition: 0.3s ease all;
}
body input {
  transition: 0.3s ease all;
}
body button {
  transition: 0.3s ease all;
}

main {

  flex: 1 0 auto;
}

.header {
  padding: 10px 0;
}
.header .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  .header-logo {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 150px;
  }
}
.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.header .dropdown:hover .dropdown-content {
  display: block;
}
.header .dropdown-icon {
  cursor: pointer;
}
.header__searchForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ececec;
  padding: 5px 10px;

  border-radius: 5px;
  font-size: 16px;
  width: 400px;
}
@media (max-width: 992px) {
  .header__searchForm {
    width: 100%;
  }
}
.header__searchForm input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}
.header__searchForm button {
  border: 0;
  outline: 0;
  background: transparent;
}
.header__searchForm button:hover {
  transform: scale(1.1);
}
.header__call a {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.header__call .call {
  color: blue;
}
.header__down a {
  font-size: 14px;

  color: black;
  font-weight: 600;
}
@media (max-width: 992px) {
  .header__down a {
    margin-bottom: 10px;
  }
}
.header__down a:hover {
  color: #91c84c;
}
.header__down .call {
  color: white;
  border-radius: 4px;
  padding: 6px 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #91c84c;
}
.header__down .call:hover {
  color: white;
  transform: scale(1.05);
}

.section__mainBanner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__mainBanner__block {
  min-height: 450px;
  height: 100%;
  display: flex;
  align-items: center;
}
.section__mainBanner__block-title {
  font-weight: 400;
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
}
.section__mainBanner__block-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.section__mainBanner__block a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 152px;
  border-radius: 2px;
  padding: 8px 0;
}
@media (max-width: 576px) {
  .section__mainBanner__block a {
    width: 132px;
    font-size: clamp(13px, 1.5vw, 16px);
  }
}
.section__mainBanner__block .white {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  color: black;
}
.section__mainBanner__block .white:hover {
  transform: scale(1.1);
}
.section__mainBanner__block .green {
  color: white;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #35cd60;
}
.section__mainBanner__block .green:hover {
  transform: scale(1.1);
}

.section__mainBanner__block-links {display: flex; align-items: center;gap:20px;}

.section__address {
  margin: 50px 0;
}
.section__address-border {
    border: 1px solid #d3d3d3;
    border-right: unset;
    max-height: 400px;
    overflow-y: scroll !important;
overflow-x: hidden;
}

.section__address-border::-webkit-scrollbar {
  width: 4px !important;            
}
.section__address-border::-webkit-scrollbar-track {
  background: grey !important;      
}
.section__address-border::-webkit-scrollbar-thumb {
    background-color: #35cd60 !important;
border-radius:2px;

}
.section__address #map {
  width: 100%;
  height: 400px;
}
@media (max-width: 576px) {
  .section__address #map {
    height: 300px !important;
  }
}
.section__address__block {
  padding: 6px 15px 6px 7px;
  border-bottom: 1px solid #d3d3d3;
  min-height: 120px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.section__address__block-title {
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 16px);
  color: #000;
}
.section__address__block-time {
  font-weight: 400;
  font-size: clamp(13px, 1.5vw, 16px);
  color: #000;
}
.section__address__block-btn {
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 16px);
  text-align: center;
  color: #fff;
  background: #91c84c;
  padding: 6px 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.section__address__block-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}
.section__priceList {
  background: #f6f6f6;
  padding: 20px 0;
}
.section__priceList h2 {
  padding: 0 0 10px;
  font-weight: 600;
  font-size: clamp(24px, 1.5vw, 32px);
  color: #000;
  border-bottom: 1px solid #aaa;
}
.section__advantage {
  padding: 20px 0;
}
.section__advantage h2 {
  padding: 0 0 10px;
  font-weight: 600;
  font-size: clamp(24px, 1.5vw, 32px);
  color: #000;
  border-bottom: 1px solid #aaa;
}
.section__advantage__block-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 40px;
}
.section__advantage__block-title span {
  color: #91c84c;
}
.section__advantage__block-text {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.section__steps {
  margin: 75px 0;
}
.section__steps-list {
  margin: 0 0 100px;
}
@media (max-width: 992px) {
  .section__steps-list svg {
    display: none;
  }
  .section__steps-list .section__steps__block {
    margin-bottom: 100px;
  }
}
.section__steps h2 {
  border-bottom: 1px solid #aaa;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align:center;
}
.section__steps h2 span {
  color: #91c84c;
}
.section__steps__block {
  border: 2px solid #91c84c;
  border-radius: 2px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 64px;
  text-align: center;
  color: #000;
  position: relative;
}
.section__steps__block-text {
  position: absolute;
  bottom: -80px;
  left: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: start;
  width: 250px;
  height: 70px;
  display: flex;
  align-items: start;
}
@media (max-width: 992px) {
  .section__steps__block-text {
    text-align: center;
    left: -50px;
  }
}
.section__steps__blockInfo {
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 10px 12px;
}
.section__steps__blockInfo-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.section__steps__blockInfo-title span {
  color: #91c84c;
}
.section__steps__blockInfo ul {
  font-weight: 400;
  font-size: 16px;
}
.section__steps__blockInfo ul li::marker {
  color: #91c84c;
}
.section__request {
  background: #f6f6f6;
  padding: 50px 0;
}
.section__request h2 {
  border-bottom: 1px solid #aaa;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.section__request h2 span {
  color: #91c84c;
}
.section__request__whiteBlock {
  border: 1px solid #d7d7d7;
  background: white;
  padding: 20px 50px;
}
.section__request .btnSend {
  border-radius: 2px;
  width: 350px;
  height: 50px;
  background: #91c84c;
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 16px);
  text-align: center;
  color: #fff;
}
.section__request .btnSend:hover {
  transform: scale(1.05);
}