.single_sales_img {
  width: 30%;
}
.map-navi {
  display: flex;
  margin: 30px auto;
}
.map-nav-wrap {
  border-bottom: 0px !important;
  background: #f9f9f9;
  box-shadow: 0px 0px 46.74px 10.26px rgba(106, 106, 106, 0.1);
  border-radius: 8px;
}
.map-nav-wrap.mobile .map-search-wrap {
  padding: 15px;
  border-radius: 8px;
}

.map-nav-wrap.mobile .map-search-wrap select {
  visibility: visible;
}

.gv-region {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 80%;
  min-height: 1.75rem;
}

.gv-contintents {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  font-family: var(--base-font-family);
  font-weight: 700;
  font-size: max(1vw, 14px);
  z-index: 1;
  flex-grow: 1;

  cursor: pointer;
  color: #363636;
  position: relative;
}

.gv-contintents:hover {
  color: #fff;
}

.gv-contintents.button-primary {
  background: #cd2122;
  color: #fff;
}

.gv-contintents:before {
  content: "";
  opacity: 0;
  position: absolute;
  border-radius: 0;
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #cd2122;
  transform: translateY(-50%);
  transition: height 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}

.gv-contintents:hover:before {
  height: 100%;
  opacity: 1;
}

.map-search-wrap {
  height: 45px;
  background: #fff;
  padding: 0;
  margin: 0;
}
.map-search-wrap select {
  visibility: hidden;
  display: block;
  width: 100%;
  border-color: #f0f0f0;
  padding: 5px;
  font-size: max(0.75vw, 14px);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: none;
}

.gv-container {
  display: flex;
  margin: 2vw 0;
}
.gv-map {
  display: none;
}
.gv-map.wide {
  min-width: 100%;
}
.sales-map {
  width: 100%;
  height: 70vh;
  min-height: 520px;
}
.profiles {
  display: none;
  min-width: 100%;
  overflow-y: auto;
}

.profiles.visible {
  display: block;
}
.profiles-list {
  background: #fff;
  padding: 0;
}
.profile-list__item {
  display: flex;
  padding: 15px 0;
  gap: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  background: #fff;
  flex-direction: column;
  position: relative;

  color: #353535;
}
.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.profiles--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.profile-list__item .name {
  font-family: var(--base-font-family);
  font-weight: 700;
  font-size: 22px;
  color: #363636;
  line-height: 1;
}

.dealer-item .address-content {
  font-size: max(0.75vw, 14px);
}
.profile-list__item:last-child {
  margin-bottom: 0;
}
.profile-list__item.hide {
  display: none;
}
.profile__thumbnail--wrapper {
  position: relative;
  width: 100%;
  display: flex;
  gap: 1rem;
}

.employeer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.profile__thumbnail {
  width: 7.5rem;
}
.profile__thumbnail img {
  height: 100%;
}

.profile-list__item .position {
  font-size: max(0.75vw, 14px);
}

.button.quote-button {
  --button-horizontall-side-padding: 0.5rem;
  --button-vertical-side-padding: 0.4rem;
  max-width: 10rem;
  border-radius: 5px;
}

.button.quote-button:hover {
  background-color: #cd2122;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.profile-list__item .contacts-list a {
  color: #222;
  text-decoration: none;
  word-break: break-all;
  font-size: max(0.75vw, 14px);
}

.profile-list__item .contacts-list a:hover {
  color: #af0000;
}

.contacts-list > div {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.contacts-list .fa,
.address-title .fa {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: #cd2122;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.fa-phone {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23cd2122'%3E%3Cpath d='M17.167,16.155a2.5,2.5,0,0,0-3.535,0l-.385.384A46.692,46.692,0,0,1,7.458,10.75l.385-.385a2.5,2.5,0,0,0,0-3.536L5.721,4.708a2.5,2.5,0,0,0-3.535,0L1.022,5.872a3.51,3.51,0,0,0-.442,4.4A46.932,46.932,0,0,0,13.722,23.417a3.542,3.542,0,0,0,4.4-.442l1.165-1.164a2.5,2.5,0,0,0,0-3.535Z'/%3E%3Cpath d='M11.5,0a1,1,0,0,0,0,2A10.512,10.512,0,0,1,22,12.5a1,1,0,1,0,2,0A12.515,12.515,0,0,0,11.5,0Z'/%3E%3Cpath d='M11.5,6A6.508,6.508,0,0,1,18,12.5a1,1,0,0,0,2,0A8.51,8.51,0,0,0,11.5,4a1,1,0,1,0,0,2Z'/%3E%3Cpath d='M11.5,10A2.5,2.5,0,0,1,14,12.5a1,1,0,0,0,2,0A4.505,4.505,0,0,0,11.5,8a1,1,0,1,0,0,2Z'/%3E%3C/svg%3E");
}
.contacts-list .fa-phone:before{
	content: "";
}
.fa-envelope-o {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M12.69,12.06a1,1,0,0,1-1.34,0L2.87,4.35A2,2,0,0,1,4,4H20a2,2,0,0,1,1.13.35Z' fill='%23cd2122'/%3E%3Cpath d='M22,6.26V17a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V6.26l8.68,7.92a2,2,0,0,0,1.32.49,2,2,0,0,0,1.33-.51Z' fill='%23cd2122'/%3E%3C/svg%3E");
}
.fa-skype {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23cd2122' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eskype%3C/title%3E%3Cpath d='M29.87 18.491l-0.036 0.169-0.055-0.3c0.019 0.056 0.055 0.092 0.074 0.15 0.144-0.771 0.226-1.658 0.226-2.564v-0c0-0 0-0 0-0.001 0-3.913-1.588-7.455-4.155-10.016l-0-0c-1.258-1.254-2.748-2.276-4.4-2.996l-0.093-0.036c-1.544-0.734-3.355-1.163-5.267-1.163-0.050 0-0.1 0-0.149 0.001l0.008-0c-0.948 0.001-1.873 0.093-2.769 0.27l0.091-0.015 0.149 0.075-0.299-0.041 0.149-0.031c-1.136-0.613-2.485-0.973-3.919-0.973-4.628 0-8.38 3.752-8.38 8.38 0 1.494 0.391 2.897 1.076 4.112l-0.022-0.042 0.025-0.155 0.051 0.299-0.075-0.144c-0.137 0.734-0.215 1.58-0.215 2.443v0c0 0.005 0 0.010 0 0.015 0 1.986 0.406 3.878 1.14 5.596l-0.035-0.093c0.737 1.758 1.762 3.256 3.031 4.509l0.002 0.002c1.255 1.265 2.746 2.295 4.401 3.016l0.091 0.035c1.618 0.709 3.503 1.122 5.485 1.122 0.88 0 1.741-0.081 2.576-0.237l-0.086 0.013-0.149-0.077 0.3 0.057-0.169 0.037c1.184 0.682 2.604 1.084 4.118 1.084 4.62 0 8.365-3.745 8.365-8.365 0-0.006 0-0.013-0-0.019v0.001c-0.006-1.499-0.4-2.905-1.088-4.124l0.022 0.042zM16.086 24.59c-5.027 0-7.273-2.473-7.273-4.329-0-0.013-0.001-0.027-0.001-0.042 0-0.872 0.707-1.58 1.58-1.58 0.031 0 0.061 0.001 0.091 0.003l-0.004-0c2.153 0 1.591 3.095 5.607 3.095 2.051 0 3.187-1.118 3.187-2.263 0-0.689-0.336-1.45-1.692-1.786l-4.469-1.118c-3.599-0.905-4.253-2.857-4.253-4.687 0-3.808 3.575-5.237 6.934-5.237 3.088 0 6.739 1.716 6.739 3.998-0.048 0.871-0.765 1.559-1.644 1.559-0.061 0-0.12-0.003-0.179-0.010l0.007 0.001c-1.836 0-1.497-2.546-5.204-2.546-1.836 0-2.864 0.83-2.864 2.021s1.441 1.572 2.695 1.858l3.295 0.734c3.613 0.811 4.529 2.932 4.529 4.929 0 3.094-2.377 5.403-7.15 5.403z'%3E%3C/path%3E%3C/svg%3E");
}
.fa-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23cd2122' height='800px' width='800px' version='1.1' id='Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M17,0C8.7,0,2,6.7,2,15c0,3.4,1.1,6.6,3.2,9.2l-2.1,6.4c-0.1,0.4,0,0.8,0.3,1.1C3.5,31.9,3.8,32,4,32c0.1,0,0.3,0,0.4-0.1 l6.9-3.1C13.1,29.6,15,30,17,30c8.3,0,15-6.7,15-15S25.3,0,17,0z M25.7,20.5c-0.4,1.2-1.9,2.2-3.2,2.4C22.2,23,21.9,23,21.5,23 c-0.8,0-2-0.2-4.1-1.1c-2.4-1-4.8-3.1-6.7-5.8L10.7,16C10.1,15.1,9,13.4,9,11.6c0-2.2,1.1-3.3,1.5-3.8c0.5-0.5,1.2-0.8,2-0.8 c0.2,0,0.3,0,0.5,0c0.7,0,1.2,0.2,1.7,1.2l0.4,0.8c0.3,0.8,0.7,1.7,0.8,1.8c0.3,0.6,0.3,1.1,0,1.6c-0.1,0.3-0.3,0.5-0.5,0.7 c-0.1,0.2-0.2,0.3-0.3,0.3c-0.1,0.1-0.1,0.1-0.2,0.2c0.3,0.5,0.9,1.4,1.7,2.1c1.2,1.1,2.1,1.4,2.6,1.6l0,0c0.2-0.2,0.4-0.6,0.7-0.9 l0.1-0.2c0.5-0.7,1.3-0.9,2.1-0.6c0.4,0.2,2.6,1.2,2.6,1.2l0.2,0.1c0.3,0.2,0.7,0.3,0.9,0.7C26.2,18.5,25.9,19.8,25.7,20.5z'/%3E%3C/svg%3E");
}
.fa-map-marker {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23cd2122;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='10-location' id='_10-location'%3E%3Cpath class='cls-1' d='M27,12A11,11,0,0,0,5,12C5,22,16,31,16,31S27,22,27,12Z'/%3E%3Ccircle class='cls-1' cx='16' cy='12' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.fa-globe {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.29168 6C3.86656 7.59227 3 9.69494 3 12C3 12.6874 3.07706 13.3568 3.22302 14M5.29168 6C6.93964 4.15875 9.3345 3 12 3C16.2832 3 19.8675 5.99202 20.777 10M5.29168 6H12M20.777 10C20.9229 10.6432 21 11.3126 21 12C21 16.9706 16.9706 21 12 21C9.3345 21 6.93964 19.8412 5.29168 18M20.777 10H15M3.22302 14H13M3.22302 14C3.5665 15.5137 4.29154 16.8826 5.29168 18M5.29168 18H11M12 10H10' stroke='%23cd2122' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M7.00073 10.0007L7.00003 10' stroke='%23cd2122' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M16.0007 14.0007L16 14' stroke='%23cd2122' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.profile-content {
  min-width: 100%;
  position: relative;
}

.profile-content .more-info {
  position: absolute;
  bottom: -15px;
  right: 0;
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: max(0.75vw, 14px);
  cursor: pointer;
  gap: 0.25rem;
}

.CIT-term__container:before,
.profile-content .more-info:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cg display='none'%3E%3Cpath display='inline' d='M20.01,36.5c-0.277,0-0.537-0.137-0.693-0.368L9.468,21.529c-1.171-1.861-1.79-3.993-1.79-6.162 C7.678,8.824,13.206,3.5,20,3.5c6.795,0,12.322,5.324,12.322,11.867c0,2.164-0.612,4.284-1.77,6.129l-9.851,14.636 C20.547,36.363,20.287,36.5,20.01,36.5L20.01,36.5z M20,5.17c-5.873,0-10.652,4.574-10.652,10.197c0,1.854,0.525,3.669,1.52,5.251 l9.14,13.55l9.146-13.581c0.981-1.566,1.499-3.371,1.499-5.22C30.652,9.744,25.873,5.17,20,5.17L20,5.17z'/%3E%3Cpath display='inline' d='M20,20.857c-3.159,0-5.728-2.482-5.728-5.535c0-3.051,2.569-5.534,5.728-5.534s5.729,2.483,5.729,5.534 C25.729,18.375,23.158,20.857,20,20.857L20,20.857z M20,11.458c-2.237,0-4.057,1.734-4.057,3.864c0,2.13,1.82,3.865,4.057,3.865 s4.058-1.734,4.058-3.865C24.058,13.192,22.236,11.458,20,11.458L20,11.458z'/%3E%3C/g%3E%3Cpath display='none' d='M36.705,34.289L26.059,23.615c3.918-4.69,3.688-11.708-0.707-16.114C23.1,5.243,20.104,4,16.919,4 S10.74,5.243,8.488,7.501c-4.647,4.66-4.647,12.241,0,16.899c2.253,2.257,5.248,3.5,8.431,3.5c2.866,0,5.573-1.015,7.728-2.86 l10.639,10.665C35.479,35.902,35.738,36,35.994,36s0.514-0.098,0.709-0.293C37.096,35.316,37.097,34.68,36.705,34.289z M9.766,23.126c-3.945-3.958-3.945-10.395,0-14.351c1.912-1.914,4.452-2.97,7.153-2.97s5.243,1.056,7.153,2.97 c3.946,3.956,3.946,10.394,0,14.351c-1.91,1.914-4.452,2.969-7.153,2.969S11.678,25.04,9.766,23.126z'/%3E%3Cpath display='none' d='M25.38,34.848c-0.066,0-0.136-0.009-0.206-0.024l-10.498-2.561l-10.61,2.561 c-0.069,0.016-0.139,0.024-0.205,0.024c-0.191,0-0.38-0.064-0.532-0.184C3.12,34.5,3,34.252,3,33.986V8.635 c0-0.397,0.27-0.741,0.657-0.836l10.76-2.623l0.407,0.003l10.504,2.558l10.607-2.561c0.065-0.016,0.135-0.023,0.203-0.023 c0.195,0,0.38,0.063,0.533,0.183C36.881,5.499,37,5.746,37,6.012v25.352c0,0.397-0.27,0.741-0.656,0.837l-10.759,2.622 C25.516,34.839,25.446,34.848,25.38,34.848L25.38,34.848z M15.481,30.688l9.039,2.203V9.311l-9.039-2.203V30.688z M26.24,9.311 v23.58l9.039-2.202V7.108L26.24,9.311z M4.721,9.311v23.58l9.039-2.202V7.108L4.721,9.311z'/%3E%3Cg display='none'%3E%3Cpath display='inline' d='M9.708,35C7.112,35,5,32.893,5,30.303c0-2.592,2.112-4.699,4.708-4.699c2.595,0,4.707,2.107,4.707,4.699 C14.415,32.893,12.303,35,9.708,35L9.708,35z M9.708,27.445c-1.578,0-2.863,1.281-2.863,2.857c0,1.574,1.285,2.855,2.863,2.855 c1.578,0,2.861-1.281,2.861-2.855C12.568,28.727,11.285,27.445,9.708,27.445L9.708,27.445z'/%3E%3Cpath display='inline' d='M24.574,35c-0.621,0-1.125-0.505-1.125-1.126c0-9.552-7.771-17.324-17.323-17.324 C5.505,16.55,5,16.045,5,15.425s0.505-1.126,1.126-1.126c10.792,0,19.573,8.781,19.573,19.575C25.699,34.495,25.193,35,24.574,35 L24.574,35z'/%3E%3Cpath display='inline' d='M33.916,35c-0.597,0-1.082-0.486-1.082-1.084c0-14.75-12-26.751-26.751-26.751 C5.486,7.165,5,6.68,5,6.083C5,5.486,5.486,5,6.083,5C22.027,5,35,17.972,35,33.916C35,34.514,34.514,35,33.916,35L33.916,35z'/%3E%3C/g%3E%3Cg display='none'%3E%3Cpath display='inline' fill-rule='evenodd' clip-rule='evenodd' d='M20,29.616c-6.911,0-13.412-3.681-17-9.615 c3.588-5.935,10.089-9.617,17-9.617c6.91,0,13.412,3.682,17,9.617C33.412,25.936,26.91,29.616,20,29.616L20,29.616z M19.998,12.254 c-5.817,0-11.309,2.848-14.687,7.618l-0.088,0.125l0.088,0.124c3.378,4.77,8.87,7.618,14.687,7.618 c5.82,0,11.311-2.849,14.687-7.618l0.089-0.124l-0.089-0.125C31.309,15.103,25.818,12.254,19.998,12.254L19.998,12.254z'/%3E%3Cpath display='inline' fill-rule='evenodd' clip-rule='evenodd' d='M19.987,13.521c-3.574,0-6.478,2.9-6.478,6.479 c0,3.579,2.904,6.478,6.478,6.478c3.581,0,6.478-2.898,6.478-6.478C26.465,16.42,23.568,13.521,19.987,13.521z M19.987,24.857 c-2.68,0-4.858-2.175-4.858-4.858s2.178-4.859,4.858-4.859c2.686,0,4.858,2.175,4.858,4.859S22.673,24.857,19.987,24.857z'/%3E%3C/g%3E%3Cpath display='none' d='M7.336,35.5c-0.399,0-0.725-0.325-0.725-0.726v-7.599c0-0.4,0.326-0.725,0.725-0.725h3.181v-6.336 c0-0.342,0.276-0.619,0.619-0.619h8.247v-5.949h-3.181c-0.398,0-0.725-0.325-0.725-0.726V5.223c0-0.399,0.326-0.723,0.725-0.723 h7.598c0.398,0,0.725,0.324,0.725,0.723v7.599c0,0.401-0.326,0.726-0.725,0.726H20.62v5.949h8.245c0.341,0,0.618,0.277,0.618,0.619 v6.336h3.182c0.397,0,0.724,0.324,0.724,0.725v7.599c0,0.399-0.326,0.725-0.724,0.725h-7.599c-0.4,0-0.726-0.325-0.726-0.725v-7.599 c0-0.4,0.325-0.725,0.726-0.725h3.179v-5.717H11.754v5.717h3.18c0.399,0,0.725,0.324,0.725,0.725v7.599 c0,0.4-0.325,0.726-0.725,0.726H7.336z M8.061,34.051h6.149V27.9H8.061V34.051z M25.79,34.051h6.149V27.9H25.79V34.051z M16.927,12.099h6.146V5.949h-6.146V12.099z'/%3E%3Cg display='none'%3E%3Cpath display='inline' d='M11.018,35.01c-0.402,0-0.736-0.314-0.759-0.717L8.879,9.946H5.75c-0.419,0-0.76-0.342-0.76-0.76 c0-0.419,0.341-0.761,0.76-0.761h3.59L9.495,8.45L9.6,8.426h5.171V5.75c0-0.419,0.34-0.76,0.76-0.76h8.939 c0.419,0,0.76,0.341,0.76,0.76v2.676h5.174l0.175,0.028l0.118-0.028h3.554c0.419,0,0.76,0.342,0.76,0.761 c0,0.418-0.341,0.76-0.76,0.76h-3.128l-1.36,24.346c-0.023,0.402-0.356,0.718-0.759,0.718H11.018z M11.735,33.49h16.549L29.6,9.946 H10.4L11.735,33.49z M16.29,8.426h7.42V6.51h-7.42V8.426z'/%3E%3Cpath display='inline' d='M14.302,12.201c-0.249,0.012-0.435,0.102-0.57,0.252c-0.135,0.152-0.203,0.348-0.192,0.551l0.998,17.608 c0.024,0.401,0.357,0.716,0.759,0.716v0.19l0.045-0.19c0.417-0.024,0.737-0.385,0.715-0.804l-0.999-17.606 C15.034,12.516,14.702,12.201,14.302,12.201L14.302,12.201z'/%3E%3Cpath display='inline' d='M25.709,12.202c-0.445,0-0.776,0.314-0.8,0.716l-1,17.606c-0.022,0.419,0.298,0.779,0.717,0.804 l0.044,0.19v-0.19c0.402,0,0.735-0.314,0.757-0.716l1.001-17.608c0.011-0.203-0.058-0.398-0.192-0.551 c-0.136-0.15-0.321-0.24-0.523-0.251C25.711,12.202,25.71,12.202,25.709,12.202L25.709,12.202z'/%3E%3Cpath display='inline' d='M20,12.201c-0.419,0-0.76,0.341-0.76,0.76v17.607c0,0.419,0.341,0.76,0.76,0.76s0.76-0.341,0.76-0.76 V12.961C20.76,12.542,20.419,12.201,20,12.201L20,12.201z'/%3E%3C/g%3E%3Cg display='none'%3E%3Cpath display='inline' d='M8.236,15.765C5.901,15.765,4,17.665,4,20c0,2.336,1.901,4.234,4.236,4.234 c2.336,0,4.235-1.898,4.235-4.234C12.472,17.665,10.572,15.765,8.236,15.765z M8.236,22.824c-1.557,0-2.823-1.268-2.823-2.824 c0-1.557,1.267-2.824,2.823-2.824c1.558,0,2.822,1.267,2.822,2.824C11.059,21.557,9.794,22.824,8.236,22.824z'/%3E%3Cpath display='inline' d='M20,15.765c-2.334,0-4.236,1.899-4.236,4.235c0,2.336,1.902,4.234,4.236,4.234 c2.337,0,4.236-1.898,4.236-4.234C24.236,17.665,22.337,15.765,20,15.765z M20,22.824c-1.557,0-2.822-1.268-2.822-2.824 c0-1.557,1.266-2.824,2.822-2.824c1.559,0,2.822,1.267,2.822,2.824C22.822,21.557,21.559,22.824,20,22.824z'/%3E%3Cpath display='inline' d='M31.764,15.765c-2.334,0-4.235,1.899-4.235,4.235c0,2.336,1.901,4.234,4.235,4.234 C34.101,24.234,36,22.336,36,20C36,17.665,34.101,15.765,31.764,15.765z M31.764,22.824c-1.556,0-2.822-1.268-2.822-2.824 c0-1.557,1.267-2.824,2.822-2.824c1.559,0,2.823,1.267,2.823,2.824C34.587,21.557,33.322,22.824,31.764,22.824z'/%3E%3C/g%3E%3Cpath display='none' d='M33.125,19.125H8.98L20.841,7.5c0.345-0.338,0.351-0.892,0.013-1.237s-0.892-0.35-1.237-0.012L6.262,19.339 C6.095,19.503,6,19.729,6,19.965c0,0.005,0,0.011,0,0.017C6,19.989,6,19.994,6,20c0,0.319,0.171,0.598,0.427,0.751L19.69,33.75 c0.17,0.167,0.392,0.25,0.613,0.25c0.227,0,0.453-0.088,0.625-0.262c0.338-0.346,0.332-0.9-0.013-1.238L9.055,20.875h24.07 C33.607,20.875,34,20.483,34,20S33.607,19.125,33.125,19.125z'/%3E%3Cpath display='none' d='M34,20c0-0.32-0.172-0.599-0.428-0.751L20.31,6.25c-0.345-0.338-0.899-0.333-1.237,0.012 S18.738,7.161,19.084,7.5l11.861,11.625H6.875C6.393,19.125,6,19.517,6,20s0.393,0.875,0.875,0.875H31.02L19.158,32.5 c-0.344,0.339-0.35,0.893-0.012,1.238C19.318,33.912,19.545,34,19.771,34c0.221,0,0.442-0.083,0.612-0.25l13.353-13.089 C33.904,20.497,34,20.271,34,20.035c0-0.005-0.001-0.011-0.001-0.017C33.999,20.011,34,20.006,34,20z'/%3E%3Cpath display='none' d='M33.75,19.616L20.66,6.262C20.496,6.095,20.271,6,20.037,6c-0.007,0-0.014,0.001-0.02,0.001S20.006,6,20,6 c-0.32,0-0.598,0.172-0.751,0.428L6.25,19.69c-0.338,0.345-0.332,0.899,0.013,1.237c0.171,0.167,0.391,0.25,0.612,0.25 c0.227-0.001,0.454-0.088,0.625-0.263l11.625-11.86v24.07C19.125,33.607,19.518,34,20,34c0.483,0,0.875-0.393,0.875-0.875V8.981 L32.5,20.841c0.338,0.345,0.893,0.35,1.237,0.013C34.082,20.515,34.088,19.96,33.75,19.616z'/%3E%3Cpath display='none' d='M33.737,19.071c-0.345-0.337-0.899-0.332-1.237,0.014l-11.625,11.86V6.875C20.875,6.392,20.483,6,20,6 c-0.482,0-0.875,0.392-0.875,0.875V31.02L7.5,19.159c-0.338-0.345-0.892-0.351-1.237-0.013c-0.345,0.338-0.351,0.892-0.013,1.237 l13.09,13.354C19.504,33.905,19.729,34,19.965,34c0.005,0,0.012-0.001,0.018-0.001C19.989,33.999,19.994,34,20,34 c0.32,0,0.599-0.172,0.752-0.428L33.75,20.31C34.088,19.965,34.082,19.41,33.737,19.071z'/%3E%3Cpath display='none' d='M26.714,34c-0.222,0-0.442-0.083-0.612-0.251l-13.429-13.16c-0.167-0.164-0.262-0.39-0.262-0.624 c0-0.236,0.095-0.462,0.262-0.626L26.027,6.251c0.344-0.339,0.898-0.334,1.237,0.011c0.338,0.346,0.331,0.899-0.013,1.237 L14.536,19.965l12.79,12.536c0.345,0.337,0.351,0.892,0.013,1.237C27.168,33.912,26.939,34,26.714,34z'/%3E%3Cpath display='none' d='M13.36,34c-0.225,0-0.453-0.088-0.624-0.262c-0.339-0.346-0.333-0.899,0.01-1.237l12.717-12.466 L12.673,7.499c-0.345-0.339-0.35-0.893-0.013-1.237c0.34-0.344,0.894-0.35,1.238-0.012l13.429,13.161 c0.167,0.164,0.262,0.39,0.262,0.624c0,0.236-0.094,0.461-0.262,0.625L13.974,33.75C13.803,33.917,13.581,34,13.36,34z'/%3E%3Cpath display='none' d='M5.938,28.131c-0.236,0-0.474-0.089-0.657-0.269c-0.368-0.362-0.375-0.956-0.012-1.325L19.37,12.149 c0.176-0.179,0.417-0.28,0.669-0.28s0.493,0.101,0.669,0.28l14.023,14.308c0.363,0.369,0.356,0.963-0.012,1.326 c-0.37,0.361-0.965,0.356-1.326-0.014L20.039,14.146L6.608,27.85C6.423,28.037,6.182,28.13,5.938,28.131z'/%3E%3Cpath d='M19.962,28.131c-0.253,0-0.493-0.102-0.67-0.281L5.27,13.542c-0.364-0.37-0.357-0.963,0.011-1.326 c0.372-0.362,0.965-0.356,1.326,0.013l13.354,13.625l13.433-13.704c0.361-0.37,0.954-0.376,1.326-0.015 c0.368,0.363,0.375,0.957,0.013,1.327L20.632,27.85C20.454,28.029,20.214,28.131,19.962,28.131z'/%3E%3C/svg%3E%0A");
}

.profile-content .more-info.active:before {
  transform: rotate(180deg);
}

.profile-content .more-content {
  display: none;
  width: 100%;
  font-size: max(0.75vw, 14px);
  padding-bottom: 1rem;
}

.profile-content .more-content p {
  font-size: max(0.75vw, 14px);
  text-align: justify;
}

.more_cit_info {
  border-left: 2px solid #cd2122;
  padding: 10px 30px 10px 15px;
  background: #f0f0f0;
  font-size: max(0.75vw, 14px);
}

.labor_banner_text .banner_title_img,
.labor_banner_text .banner_title {
  width: 100%;
  text-align: right;
}
.labor_banner_text .banner_title {
  padding-top: 15px;
}
.labor_banner_text .banner_title_img img {
  width: 230px;
  float: right;
}
.labor_banner_text {
  padding-top: 50px;
  padding-bottom: 100px;
  height: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #848484;
}
.labor_title {
  font-size: 88px;
  font-weight: bold;
  line-height: 82px;
  text-transform: uppercase;
}
.labor_title span.happy {
  font-size: 98px;
  color: #cd2122;
}
.labor_descr {
  font-size: 36px;
  font-weight: bold;
  margin-top: 25px;
  color: #848484;
}

.tab_sales {
  display: flex;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 98;
}
.tab {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  margin: 0;
  width: 50%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
  font-family: var(--base-font-family);
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  background: #fffffff6;
  color: #cd2122;
  border-bottom: 3px solid #cd2122;
}
.panels {
  background: #fffffff6;
  /* max-height: 500px; */
  width: 100%;
  padding: 20px;
  position: relative;
  /* overflow-y: auto; */
}
.panel {
  display: none;
  animation: fadein 0.8s;
}

,

/* CHOOSEN */

/* .map-search-wrap .chosen-container-single {
  width: 100% !important;
}
.map-search-wrap .chosen-container-single .chosen-single {
  border: none !important;
  height: 45px;
  color: #000;
  font-size: 15px;
  background: #fff;
}

.map-search-wrap
  .chosen-container-single
  .chosen-single.chosen-default
  span:before {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(/wp-content/themes/anatol/images/svg-icons/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}
.map-search-wrap .chosen-container-single .chosen-single > span {
  height: 45px;
  line-height: 45px;
  padding-left: 1.5rem;
}
.map-search-wrap .chosen-container-single .chosen-single > div {
  width: 16px;
}
.map-search-wrap .chosen-container-single .chosen-drop {
  border: none !important;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 1px 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 12px;
} */

.chosen-container {
  font-size: max(0.65vw, 12px);
}

.chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  box-shadow: none;
  background: transparent;
  height: auto;
}

.chosen-container-single .chosen-single span {
  margin: 0;
}

.chosen-container-single .chosen-single:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 1rem;
  width: 1rem;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23cdcddd' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='30px' height='30px'%3E%3Cpath d='M 20.5 6 C 12.509634 6 6 12.50964 6 20.5 C 6 28.49036 12.509634 35 20.5 35 C 23.956359 35 27.133709 33.779044 29.628906 31.75 L 39.439453 41.560547 A 1.50015 1.50015 0 1 0 41.560547 39.439453 L 31.75 29.628906 C 33.779044 27.133709 35 23.956357 35 20.5 C 35 12.50964 28.490366 6 20.5 6 z M 20.5 9 C 26.869047 9 32 14.130957 32 20.5 C 32 23.602612 30.776198 26.405717 28.791016 28.470703 A 1.50015 1.50015 0 0 0 28.470703 28.791016 C 26.405717 30.776199 23.602614 32 20.5 32 C 14.130953 32 9 26.869043 9 20.5 C 9 14.130957 14.130953 9 20.5 9 z'/%3E%3C/svg%3E");
}

.chosen-container .chosen-drop {
  border: none;
}
.chosen-container-single .chosen-single div b {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: transform 0.3s ease-in;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cg display='none'%3E%3Cpath display='inline' d='M20.01,36.5c-0.277,0-0.537-0.137-0.693-0.368L9.468,21.529c-1.171-1.861-1.79-3.993-1.79-6.162 C7.678,8.824,13.206,3.5,20,3.5c6.795,0,12.322,5.324,12.322,11.867c0,2.164-0.612,4.284-1.77,6.129l-9.851,14.636 C20.547,36.363,20.287,36.5,20.01,36.5L20.01,36.5z M20,5.17c-5.873,0-10.652,4.574-10.652,10.197c0,1.854,0.525,3.669,1.52,5.251 l9.14,13.55l9.146-13.581c0.981-1.566,1.499-3.371,1.499-5.22C30.652,9.744,25.873,5.17,20,5.17L20,5.17z'/%3E%3Cpath display='inline' d='M20,20.857c-3.159,0-5.728-2.482-5.728-5.535c0-3.051,2.569-5.534,5.728-5.534s5.729,2.483,5.729,5.534 C25.729,18.375,23.158,20.857,20,20.857L20,20.857z M20,11.458c-2.237,0-4.057,1.734-4.057,3.864c0,2.13,1.82,3.865,4.057,3.865 s4.058-1.734,4.058-3.865C24.058,13.192,22.236,11.458,20,11.458L20,11.458z'/%3E%3C/g%3E%3Cpath display='none' d='M36.705,34.289L26.059,23.615c3.918-4.69,3.688-11.708-0.707-16.114C23.1,5.243,20.104,4,16.919,4 S10.74,5.243,8.488,7.501c-4.647,4.66-4.647,12.241,0,16.899c2.253,2.257,5.248,3.5,8.431,3.5c2.866,0,5.573-1.015,7.728-2.86 l10.639,10.665C35.479,35.902,35.738,36,35.994,36s0.514-0.098,0.709-0.293C37.096,35.316,37.097,34.68,36.705,34.289z M9.766,23.126c-3.945-3.958-3.945-10.395,0-14.351c1.912-1.914,4.452-2.97,7.153-2.97s5.243,1.056,7.153,2.97 c3.946,3.956,3.946,10.394,0,14.351c-1.91,1.914-4.452,2.969-7.153,2.969S11.678,25.04,9.766,23.126z'/%3E%3Cpath display='none' d='M25.38,34.848c-0.066,0-0.136-0.009-0.206-0.024l-10.498-2.561l-10.61,2.561 c-0.069,0.016-0.139,0.024-0.205,0.024c-0.191,0-0.38-0.064-0.532-0.184C3.12,34.5,3,34.252,3,33.986V8.635 c0-0.397,0.27-0.741,0.657-0.836l10.76-2.623l0.407,0.003l10.504,2.558l10.607-2.561c0.065-0.016,0.135-0.023,0.203-0.023 c0.195,0,0.38,0.063,0.533,0.183C36.881,5.499,37,5.746,37,6.012v25.352c0,0.397-0.27,0.741-0.656,0.837l-10.759,2.622 C25.516,34.839,25.446,34.848,25.38,34.848L25.38,34.848z M15.481,30.688l9.039,2.203V9.311l-9.039-2.203V30.688z M26.24,9.311 v23.58l9.039-2.202V7.108L26.24,9.311z M4.721,9.311v23.58l9.039-2.202V7.108L4.721,9.311z'/%3E%3Cg display='none'%3E%3Cpath display='inline' d='M9.708,35C7.112,35,5,32.893,5,30.303c0-2.592,2.112-4.699,4.708-4.699c2.595,0,4.707,2.107,4.707,4.699 C14.415,32.893,12.303,35,9.708,35L9.708,35z M9.708,27.445c-1.578,0-2.863,1.281-2.863,2.857c0,1.574,1.285,2.855,2.863,2.855 c1.578,0,2.861-1.281,2.861-2.855C12.568,28.727,11.285,27.445,9.708,27.445L9.708,27.445z'/%3E%3Cpath display='inline' d='M24.574,35c-0.621,0-1.125-0.505-1.125-1.126c0-9.552-7.771-17.324-17.323-17.324 C5.505,16.55,5,16.045,5,15.425s0.505-1.126,1.126-1.126c10.792,0,19.573,8.781,19.573,19.575C25.699,34.495,25.193,35,24.574,35 L24.574,35z'/%3E%3Cpath display='inline' d='M33.916,35c-0.597,0-1.082-0.486-1.082-1.084c0-14.75-12-26.751-26.751-26.751 C5.486,7.165,5,6.68,5,6.083C5,5.486,5.486,5,6.083,5C22.027,5,35,17.972,35,33.916C35,34.514,34.514,35,33.916,35L33.916,35z'/%3E%3C/g%3E%3Cg display='none'%3E%3Cpath display='inline' fill-rule='evenodd' clip-rule='evenodd' d='M20,29.616c-6.911,0-13.412-3.681-17-9.615 c3.588-5.935,10.089-9.617,17-9.617c6.91,0,13.412,3.682,17,9.617C33.412,25.936,26.91,29.616,20,29.616L20,29.616z M19.998,12.254 c-5.817,0-11.309,2.848-14.687,7.618l-0.088,0.125l0.088,0.124c3.378,4.77,8.87,7.618,14.687,7.618 c5.82,0,11.311-2.849,14.687-7.618l0.089-0.124l-0.089-0.125C31.309,15.103,25.818,12.254,19.998,12.254L19.998,12.254z'/%3E%3Cpath display='inline' fill-rule='evenodd' clip-rule='evenodd' d='M19.987,13.521c-3.574,0-6.478,2.9-6.478,6.479 c0,3.579,2.904,6.478,6.478,6.478c3.581,0,6.478-2.898,6.478-6.478C26.465,16.42,23.568,13.521,19.987,13.521z M19.987,24.857 c-2.68,0-4.858-2.175-4.858-4.858s2.178-4.859,4.858-4.859c2.686,0,4.858,2.175,4.858,4.859S22.673,24.857,19.987,24.857z'/%3E%3C/g%3E%3Cpath display='none' d='M7.336,35.5c-0.399,0-0.725-0.325-0.725-0.726v-7.599c0-0.4,0.326-0.725,0.725-0.725h3.181v-6.336 c0-0.342,0.276-0.619,0.619-0.619h8.247v-5.949h-3.181c-0.398,0-0.725-0.325-0.725-0.726V5.223c0-0.399,0.326-0.723,0.725-0.723 h7.598c0.398,0,0.725,0.324,0.725,0.723v7.599c0,0.401-0.326,0.726-0.725,0.726H20.62v5.949h8.245c0.341,0,0.618,0.277,0.618,0.619 v6.336h3.182c0.397,0,0.724,0.324,0.724,0.725v7.599c0,0.399-0.326,0.725-0.724,0.725h-7.599c-0.4,0-0.726-0.325-0.726-0.725v-7.599 c0-0.4,0.325-0.725,0.726-0.725h3.179v-5.717H11.754v5.717h3.18c0.399,0,0.725,0.324,0.725,0.725v7.599 c0,0.4-0.325,0.726-0.725,0.726H7.336z M8.061,34.051h6.149V27.9H8.061V34.051z M25.79,34.051h6.149V27.9H25.79V34.051z M16.927,12.099h6.146V5.949h-6.146V12.099z'/%3E%3Cg display='none'%3E%3Cpath display='inline' d='M11.018,35.01c-0.402,0-0.736-0.314-0.759-0.717L8.879,9.946H5.75c-0.419,0-0.76-0.342-0.76-0.76 c0-0.419,0.341-0.761,0.76-0.761h3.59L9.495,8.45L9.6,8.426h5.171V5.75c0-0.419,0.34-0.76,0.76-0.76h8.939 c0.419,0,0.76,0.341,0.76,0.76v2.676h5.174l0.175,0.028l0.118-0.028h3.554c0.419,0,0.76,0.342,0.76,0.761 c0,0.418-0.341,0.76-0.76,0.76h-3.128l-1.36,24.346c-0.023,0.402-0.356,0.718-0.759,0.718H11.018z M11.735,33.49h16.549L29.6,9.946 H10.4L11.735,33.49z M16.29,8.426h7.42V6.51h-7.42V8.426z'/%3E%3Cpath display='inline' d='M14.302,12.201c-0.249,0.012-0.435,0.102-0.57,0.252c-0.135,0.152-0.203,0.348-0.192,0.551l0.998,17.608 c0.024,0.401,0.357,0.716,0.759,0.716v0.19l0.045-0.19c0.417-0.024,0.737-0.385,0.715-0.804l-0.999-17.606 C15.034,12.516,14.702,12.201,14.302,12.201L14.302,12.201z'/%3E%3Cpath display='inline' d='M25.709,12.202c-0.445,0-0.776,0.314-0.8,0.716l-1,17.606c-0.022,0.419,0.298,0.779,0.717,0.804 l0.044,0.19v-0.19c0.402,0,0.735-0.314,0.757-0.716l1.001-17.608c0.011-0.203-0.058-0.398-0.192-0.551 c-0.136-0.15-0.321-0.24-0.523-0.251C25.711,12.202,25.71,12.202,25.709,12.202L25.709,12.202z'/%3E%3Cpath display='inline' d='M20,12.201c-0.419,0-0.76,0.341-0.76,0.76v17.607c0,0.419,0.341,0.76,0.76,0.76s0.76-0.341,0.76-0.76 V12.961C20.76,12.542,20.419,12.201,20,12.201L20,12.201z'/%3E%3C/g%3E%3Cg display='none'%3E%3Cpath display='inline' d='M8.236,15.765C5.901,15.765,4,17.665,4,20c0,2.336,1.901,4.234,4.236,4.234 c2.336,0,4.235-1.898,4.235-4.234C12.472,17.665,10.572,15.765,8.236,15.765z M8.236,22.824c-1.557,0-2.823-1.268-2.823-2.824 c0-1.557,1.267-2.824,2.823-2.824c1.558,0,2.822,1.267,2.822,2.824C11.059,21.557,9.794,22.824,8.236,22.824z'/%3E%3Cpath display='inline' d='M20,15.765c-2.334,0-4.236,1.899-4.236,4.235c0,2.336,1.902,4.234,4.236,4.234 c2.337,0,4.236-1.898,4.236-4.234C24.236,17.665,22.337,15.765,20,15.765z M20,22.824c-1.557,0-2.822-1.268-2.822-2.824 c0-1.557,1.266-2.824,2.822-2.824c1.559,0,2.822,1.267,2.822,2.824C22.822,21.557,21.559,22.824,20,22.824z'/%3E%3Cpath display='inline' d='M31.764,15.765c-2.334,0-4.235,1.899-4.235,4.235c0,2.336,1.901,4.234,4.235,4.234 C34.101,24.234,36,22.336,36,20C36,17.665,34.101,15.765,31.764,15.765z M31.764,22.824c-1.556,0-2.822-1.268-2.822-2.824 c0-1.557,1.267-2.824,2.822-2.824c1.559,0,2.823,1.267,2.823,2.824C34.587,21.557,33.322,22.824,31.764,22.824z'/%3E%3C/g%3E%3Cpath display='none' d='M33.125,19.125H8.98L20.841,7.5c0.345-0.338,0.351-0.892,0.013-1.237s-0.892-0.35-1.237-0.012L6.262,19.339 C6.095,19.503,6,19.729,6,19.965c0,0.005,0,0.011,0,0.017C6,19.989,6,19.994,6,20c0,0.319,0.171,0.598,0.427,0.751L19.69,33.75 c0.17,0.167,0.392,0.25,0.613,0.25c0.227,0,0.453-0.088,0.625-0.262c0.338-0.346,0.332-0.9-0.013-1.238L9.055,20.875h24.07 C33.607,20.875,34,20.483,34,20S33.607,19.125,33.125,19.125z'/%3E%3Cpath display='none' d='M34,20c0-0.32-0.172-0.599-0.428-0.751L20.31,6.25c-0.345-0.338-0.899-0.333-1.237,0.012 S18.738,7.161,19.084,7.5l11.861,11.625H6.875C6.393,19.125,6,19.517,6,20s0.393,0.875,0.875,0.875H31.02L19.158,32.5 c-0.344,0.339-0.35,0.893-0.012,1.238C19.318,33.912,19.545,34,19.771,34c0.221,0,0.442-0.083,0.612-0.25l13.353-13.089 C33.904,20.497,34,20.271,34,20.035c0-0.005-0.001-0.011-0.001-0.017C33.999,20.011,34,20.006,34,20z'/%3E%3Cpath display='none' d='M33.75,19.616L20.66,6.262C20.496,6.095,20.271,6,20.037,6c-0.007,0-0.014,0.001-0.02,0.001S20.006,6,20,6 c-0.32,0-0.598,0.172-0.751,0.428L6.25,19.69c-0.338,0.345-0.332,0.899,0.013,1.237c0.171,0.167,0.391,0.25,0.612,0.25 c0.227-0.001,0.454-0.088,0.625-0.263l11.625-11.86v24.07C19.125,33.607,19.518,34,20,34c0.483,0,0.875-0.393,0.875-0.875V8.981 L32.5,20.841c0.338,0.345,0.893,0.35,1.237,0.013C34.082,20.515,34.088,19.96,33.75,19.616z'/%3E%3Cpath display='none' d='M33.737,19.071c-0.345-0.337-0.899-0.332-1.237,0.014l-11.625,11.86V6.875C20.875,6.392,20.483,6,20,6 c-0.482,0-0.875,0.392-0.875,0.875V31.02L7.5,19.159c-0.338-0.345-0.892-0.351-1.237-0.013c-0.345,0.338-0.351,0.892-0.013,1.237 l13.09,13.354C19.504,33.905,19.729,34,19.965,34c0.005,0,0.012-0.001,0.018-0.001C19.989,33.999,19.994,34,20,34 c0.32,0,0.599-0.172,0.752-0.428L33.75,20.31C34.088,19.965,34.082,19.41,33.737,19.071z'/%3E%3Cpath display='none' d='M26.714,34c-0.222,0-0.442-0.083-0.612-0.251l-13.429-13.16c-0.167-0.164-0.262-0.39-0.262-0.624 c0-0.236,0.095-0.462,0.262-0.626L26.027,6.251c0.344-0.339,0.898-0.334,1.237,0.011c0.338,0.346,0.331,0.899-0.013,1.237 L14.536,19.965l12.79,12.536c0.345,0.337,0.351,0.892,0.013,1.237C27.168,33.912,26.939,34,26.714,34z'/%3E%3Cpath display='none' d='M13.36,34c-0.225,0-0.453-0.088-0.624-0.262c-0.339-0.346-0.333-0.899,0.01-1.237l12.717-12.466 L12.673,7.499c-0.345-0.339-0.35-0.893-0.013-1.237c0.34-0.344,0.894-0.35,1.238-0.012l13.429,13.161 c0.167,0.164,0.262,0.39,0.262,0.624c0,0.236-0.094,0.461-0.262,0.625L13.974,33.75C13.803,33.917,13.581,34,13.36,34z'/%3E%3Cpath display='none' d='M5.938,28.131c-0.236,0-0.474-0.089-0.657-0.269c-0.368-0.362-0.375-0.956-0.012-1.325L19.37,12.149 c0.176-0.179,0.417-0.28,0.669-0.28s0.493,0.101,0.669,0.28l14.023,14.308c0.363,0.369,0.356,0.963-0.012,1.326 c-0.37,0.361-0.965,0.356-1.326-0.014L20.039,14.146L6.608,27.85C6.423,28.037,6.182,28.13,5.938,28.131z'/%3E%3Cpath d='M19.962,28.131c-0.253,0-0.493-0.102-0.67-0.281L5.27,13.542c-0.364-0.37-0.357-0.963,0.011-1.326 c0.372-0.362,0.965-0.356,1.326,0.013l13.354,13.625l13.433-13.704c0.361-0.37,0.954-0.376,1.326-0.015 c0.368,0.363,0.375,0.957,0.013,1.327L20.632,27.85C20.454,28.029,20.214,28.131,19.962,28.131z'/%3E%3C/svg%3E%0A");
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
  background-position: center;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  display: none;
  font-weight: bold;
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}
#one:checked ~ .tab_sales #one-tab,
#two:checked ~ .tab_sales #two-tab,
#three:checked ~ .tab_sales #three-tab {
  background: #cd2122;
  color: #fff;
  border-bottom: 3px solid #cd2122;
}

.page-template-page-template-where-to-buy .financing_info_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map_navi_title {
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: max(1.8vw, 14px);
  padding: 0 1rem;
  font-weight: 600;
}
.map-search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-template-where-to-buy .fix-bg {
  position: static !important;
}
@media screen and (max-width: 1200px) {
  .map-navi {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.5vh;
  }
  .gv-region {
    width: 100%;
  }
  .map-search-wrap {
    height: auto;
    min-height: 2.5rem;
    justify-content: flex-start;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .map-nav-wrap.mobile .map-search-wrap {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .gv-map {
    display: block;
    min-width: 50%;
  }
  .profiles {
    min-width: 50%;
  }
  .profiles-list {
    height: 100%;
    max-height: 520px;
  }
}

@media screen and (max-width: 900px) {
  .map_navi_title {
    display: flex;
  }

  .gv-region {
    display: none;
  }
}
