.container {
  position: static;
  width: 100%;
  max-width: 1160px;
}

.breadcrumps {
  background-color: #F6F5F0;
  color: #6C6C6C;
  font-family: "Droid Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0;
}

.dealers-section {
  position: relative;
  min-height: calc(100vh - 162px);
}
.dealers-section .categories .category {
  cursor: pointer;
  color: #6C6C6C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.dealers-section .categories .category[data-value=webshop] {
  display: none;
}
.dealers-section .categories img {
  height: 29px;
  width: 29px;
  margin-right: 5px;
}
.dealers-section .categories img:last-child {
  margin-right: 0;
}
.dealers-section .location-results {
  display: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.dealers-section .title {
  color: #6C6C6C;
  margin-bottom: 50px;
}
.dealers-section .title.mobile {
  display: none;
}
.dealers-section .text {
  color: #333333;
  margin-bottom: 44px;
}
.dealers-section .text.mobile {
  display: none;
  margin-bottom: 0;
}
.dealers-section .content-col {
  padding-top: 108px;
  padding-bottom: 108px;
  padding-left: 10px;
  max-width: 43%;
}
.dealers-section .map-col {
  position: fixed;
  height: 100%;
  width: 43%;
  top: 162px;
  right: 0;
}
.dealers-section .map-col > .categories {
  padding: 30px;
  background-color: white;
  z-index: 999;
  position: absolute;
  bottom: 160px;
  left: 0;
}
.dealers-section .radius-search-row {
  margin-bottom: 10px;
}
.dealers-section .button {
  cursor: pointer;
  min-height: 52px;
  padding: 10px 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Droid Sans";
  font-size: 15px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  border-radius: 41px 41px 41px 41px;
  background: var(--e-global-color-37c9884);
  transition: all 0.4s ease-in-out;
}
.dealers-section .button:hover {
  color: #7B7A77 !important;
}
.dealers-section .form {
  margin-bottom: 100px;
  margin-left: 0;
  padding-right: 10%;
}
.dealers-section .form .error {
  display: none;
  color: red;
  margin: 15px 0;
}
.dealers-section .form .error.active {
  display: block;
}
.dealers-section .form .button {
  margin-top: 67px;
}
.dealers-section .form .button.mt-0 {
  margin-top: 0;
}
.dealers-section .form .form-control {
  margin-bottom: 15px;
}
.dealers-section .form .form-control input:not([type=button]):not([type=submit]) {
  min-height: 59px;
  font-size: 15px !important;
  padding: 7px 20px;
  background-color: var(--e-global-color-9334309);
  color: #6C6C6C;
  border: 1px solid #69727d40;
  border-radius: 5px;
}
.dealers-section .form .form-control select {
  min-height: 59px;
  font-size: 15px !important;
  padding: 7px 20px;
  background-color: var(--e-global-color-9334309);
  color: #6C6C6C;
  border: 1px solid #69727d40;
  border-radius: 5px;
}
.dealers-section .form .form-control .types-select {
  min-height: 59px;
  font-size: 15px !important;
  padding: 7px 20px;
  background-color: var(--e-global-color-9334309);
  color: #6C6C6C;
  border: 1px solid #69727d40;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dealers-section .form .form-control .types-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 4px;
  background-image: url("./img/icon-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dealers-section .form .form-control .types-select .types-select-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  padding: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 138, 203, 0.05);
  display: none;
  z-index: 5;
}
.dealers-section .form .form-control .types-select .types-select-dropdown.active {
  display: block;
}
.dealers-section .form .form-control .select2-container .selection .select2-selection {
  min-height: 59px;
  font-size: 15px !important;
  padding: 7px 20px;
  background-color: var(--e-global-color-9334309);
  color: #6C6C6C;
  border: 1px solid #69727d40;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 59px;
}
.dealers-section .form .form-control .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #6C6C6C;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dealers-section .form .form-control .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 4px;
  background-image: url("./img/icon-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dealers-section .form .form-control .select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.dealers-section .form .form-control.types-select-control {
  margin-bottom: 0;
}
.dealers-section .form .form-control.types-select-control.hidden {
  display: none;
}
.dealers-section .map #address-map {
  width: 100%;
  height: calc(100vh - 162px);
}
.dealers-section .show-more {
  display: none;
  margin-top: 50px;
}
.dealers-section .show-more.active {
  display: flex;
}
.dealers-section .dealer-template {
  cursor: pointer;
  display: none;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.dealers-section .dealer-template:hover {
  background: #F7F4F1;
}
.dealers-section .dealer-template:last-child {
  margin-bottom: 0;
}
.dealers-section .dealer-template .title-wrapper {
  border-bottom: 1px solid #01B2FE;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #6C6C6C;
  font-family: "Droid Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dealers-section .dealer-template .title-wrapper .dealer-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin: 0;
}
.dealers-section .dealer-template .title-wrapper .categories {
  display: flex;
}
.dealers-section .dealer-template .title-wrapper .categories .cat {
  height: 29px;
  width: 29px;
  margin-right: 10px;
}
.dealers-section .dealer-template .title-wrapper .categories .cat:last-child {
  margin-right: 0;
}
.dealers-section .dealer-template a {
  color: #01B1FF;
}
.dealers-section .dealer-template b {
  color: #6C6C6C;
  line-height: normal;
}
.dealers-section .dealer-template .address {
  color: #6C6C6C;
  line-height: normal;
  margin-bottom: 16px;
}
.dealers-section .dealer-template .distance {
  color: #6C6C6C;
  line-height: normal;
}
.dealers-section .dealer-template .direction {
  line-height: normal;
}
.dealers-section .dealer-template .btn {
  display: block;
  padding: 0.5rem 1.3125rem;
  border-radius: 3.125rem;
  border: 1px solid #E3D0BB;
  background: #F7F4F1;
  color: #6C6C6C;
  text-align: center;
  white-space: nowrap;
}
.dealers-section .dealer-template.active {
  border: 1px solid #01B2FE;
}
.dealers-section .dealer-template.hidden {
  display: none !important;
}

.dealers-section.search-results-opened-mobile .title.mobile {
  display: none;
}
.dealers-section.search-results-opened-mobile .text.mobile {
  display: none;
}
.dealers-section.search-results-opened-mobile .map #address-map {
  display: block;
}
.dealers-section.search-results-opened-mobile .location-results {
  display: block;
}

.select2-container .select2-dropdown {
  border: none;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
  min-height: 51px;
  color: #6C6C6C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent !important;
  margin-bottom: 5px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #0A87E1 !important;
  color: #FFFFFF !important;
}

@media screen and (max-width: 1440px) {
  .dealers-section .title {
    margin-bottom: 30px;
  }
  .dealers-section .content-col {
    padding-top: 68px;
    padding-bottom: 68px;
    max-width: 53%;
    font-size: 14px;
  }
  .dealers-section .form .button {
    margin-top: 37px;
  }
  .dealers-section .show-more {
    margin-top: 30px;
  }
  .dealers-section .dealer-template {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumps {
    display: none;
  }

  .dealers-section {
    padding: 75px 25px;
    min-height: auto;
  }
  .dealers-section .title:not(.mobile) {
    display: none;
  }
  .dealers-section .title.mobile {
    display: block;
  }
  .dealers-section .text:not(.mobile) {
    display: none;
  }
  .dealers-section .text.mobile {
    display: block;
  }
  .dealers-section .content-col {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-left: auto;
  }
  .dealers-section .map-col {
    position: static;
    width: 100%;
  }
  .dealers-section .map-col > .categories {
    display: none;
  }
  .dealers-section .form {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .dealers-section .form .form-control.radius-form-control {
    width: 100%;
    max-width: 100%;
  }
  .dealers-section .form .form-control.search-form-control {
    width: 100%;
    max-width: 100%;
  }
  .dealers-section .map {
    margin-bottom: 50px;
  }
  .dealers-section .map #address-map {
    height: calc(100vh - 78px);
    height: 388px;
    width: 100%;
    display: none;
  }
  .dealers-section .show-more {
    margin-top: 50px;
  }
  .dealers-section .button {
    width: 100%;
  }
}
.elementor-location-popup.loading {
  opacity: 0.5;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f6f5f0 25%, #f6f5f0 50%, #f6f5f0 75%, #f6f5f0 100%);
  filter: blur(5px);
  animation: waves 1.5s infinite;
}
@keyframes waves {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}