.map {
  background-color: #eeedf3;
  text-align: center;
  padding: 50px 0;
  flex: 1;
}
.map__block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;

}
.pin {
  cursor: pointer;
}
.map__svg{
	z-index: 2;
	position: relative;
}
.map__block svg {
  width: 100% !important;
  height: auto !important;
}
.map .active {
  cursor: pointer;
}
.map .active * {
  transition: 0.2s linear !important;
}
.karabakh-label {
  transform: translate(469px, 481px) !important;
}
.map .active rect {
  transition: 0.3s linear !important;
}
.map .active .pins g text {
  font-family: 'Gilroy' !important;
}
.map .active:hover .region-path {
  fill: #ff595a !important;
}
.map .active:hover rect {
  fill: #ff595a !important;
}
.map .active .pins g text {
  stroke: #ff595a !important;
}
.map .active:hover .pin-title .cls-6 {
  fill: #5f259f !important;
}
.map .active:hover .pin .cls-6 {
  fill: #5f259f !important;
}
.map .selected .pins g text {
  stroke: white !important;
}
.map .active:hover .pins g text {
  stroke: #ffff!important;
}

/* .map .active:hover .pins g path {
  fill: white !important;
} */
/* .map .active:hover .pin path {
  fill: white;
}
.map .active:hover .pin tspan {
  fill: white;
} */
.map .selected {
  cursor: pointer;
}
.map .selected * {
  transition: 0.3s linear;
}
.region-path {
  cursor: pointer;
}
.map .selected .region-path {
  fill: #ff595a !important;
}
.map  .selected .region-path .pin .cls-8 {
  fill: #5f259f !important;
}
.map .selected .pin-title .cls-6 {
  fill: #5f259f !important;
}
/* .map .selected path {
  fill: #ff595a;
}
.map .selected .pin path {
  fill: white;
} */
/* .map .selected .pin tspan {
  fill: white;
} */
.map__tooltip, .region__tooltip {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 244px;
  text-align: left;
  transition: 0.3s linear;
  background-color: white;
  font-size: 14px;
  border-radius: 8px;
  padding: 24px 12px 12px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.map__tooltip__close, .region__tooltip__close {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 10px;
}
.map__tooltip img {
  width: 100%;
  margin-bottom: 10px;
}
.map__tooltip h3 {
  margin: 0 0 8px;
  font-size: 25px;
}
.map__tooltip ul {
  margin-bottom: 0;
}
.map__tooltip ul li {
  padding: 0;
}
.map__tooltip ul li:before {
  display: none;
}
.map__tooltip.open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .map {
    position: relative;
  }
  .map__tooltip {
    left: 0 !important;
    right: 0 !important;
    top: 20px !important;
    bottom: 20px !important;
    width: 90%;
    margin: 0 auto;
    overflow-y: auto;
  }
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.border-0 {
  border: none !important;
}

.hiking .row {
  display: flex;
  align-items: center;
}
.hiking .row .aside {
  width: 50%;
}
.hiking .section-heading {
  padding-bottom: 0;
}
.hiking .section-heading h2 {
  font-size: 32px;
}
.hiking h3 img {
  width: 15px;
  height: 23px;
  margin-top: 3px;
  margin-left: 1px;
}
.hiking .download-btn {
  background-color: #4CABC4;
  color: white;
  border-radius: 25px;
  padding: 12px 17px;
  text-decoration: none;
  border: 0;
  margin-top: 30px;
  display: inline-block;
}
.hiking .download-btn svg {
  margin-left: 5px;
}
.hiking .hiking-slider .slick-arrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.hiking .hiking-slider .slick-arrow:before {
  font-size: 30px;
}
.hiking .hiking-slider .slick-arrow path {
  stroke: white;
}
.hiking .hiking-slider .slick-arrow.slick-prev {
  left: 0;
}
.hiking .hiking-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.hiking .hiking-slider .zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 15px;
  pointer-events: none;
}
.hiking .hiking-slider .zoom-icon path {
  fill: rgba(255, 255, 255, 0.5);
}
.hiking__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #371650;
  margin: 0 17px;
}
.hiking__info__image {
  width: 300px;
  height: 300px;
}
.hiking__info__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hiking__info ul {
  color: #371650;
  margin-bottom: 0;
}
.hiking__info ul li {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.hiking__info ul li:last-child {
  margin-bottom: 0;
}
.hiking__info ul li:before {
  display: none;
}
.hiking__info ul li span {
  font-size: 22px;
  font-weight: bold;
}
.hiking__info__icon {
  width: 60px;
  display: flex;
  align-items: center;
}
.hiking__info__icon img {
  width: 30px;
  object-fit: contain;
}
.hiking__content {
  margin: 60px 17px 0;
  border-bottom: 2px solid #371650;
}
.hiking__content p {
  margin-bottom: 40px;
}
.hiking__content h4 {
  margin-bottom: 20px;
  color: #371650;
}
.hiking__rote-map img {
  width: 100%;
}
@media (max-width: 780px) {
  .hiking .row {
    flex-direction: column;
  }
  .hiking .aside {
    width: 100% !important;
    padding: 0;
  }
  .hiking .aside img {
    width: 100%;
    max-width: unset;
    height: 350px;
    object-fit: cover;
  }
  .hiking .content-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .hiking__info {
    flex-direction: column;
    margin: 0;
  }
  .hiking__info ul {
    margin-bottom: 20px;
  }
  .hiking__content {
    margin: 60px 0 0;
  }
}

.hiking-filter .filter-panel > div {
  border-bottom: none;
}
.hiking-filter .filter-panel .fields-grid .row {
  justify-content: unset;
  flex-wrap: nowrap;
}
.hiking-filter__item {
  width: 20%;
  margin-right: 40px;
}
.hiking-filter__item label {
  margin-bottom: 16px;
  display: block;
}
.hiking-filter__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .hiking-filter__item {
    padding: 0 30px;
    margin-bottom: 16px;
    width: 100%;
  }
  .hiking-filter__item label {
    margin-bottom: 8px;
  }
}

.sub-menu {
  position: absolute;
  left: 115px;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0 20px 40px;
  max-width: 1100px;
  border-bottom: 4px solid #4e3681;
  opacity: 0;
  pointer-events: none;
}
.sub-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.sub-menu .row {
  display: flex;
  align-items: flex-start;
}
.sub-menu__item {
  min-width: 250px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.sub-menu__item > img {
  width: 250px;
  transition: 0.3s linear;
}
.sub-menu__item a {
  white-space: nowrap;
  display: block;
  color: #4e3681;
}
.sub-menu__item ul li {
  margin-bottom: 10px;
  padding-left: 0;
}
.sub-menu__item ul li:before {
  display: none;
}
.sub-menu__item ul li a {
  border-bottom: none;
  font-family: "Gilroy Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.sub-menu__item ul li a:before {
  content: "";
  background-image: url("images/right-arrow-angle.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 12px;
  transition: 0.3s linear;
  opacity: 0;
}
.sub-menu__item ul li a:hover {
  color: #ED6560;
}
.sub-menu__item ul li a:hover:before {
  opacity: 1;
}
.sub-menu__item .row ul {
  margin-right: 20px;
}
.sub-menu__item .row ul:last-child {
  margin-right: 0;
}
.sub-menu__main {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4e3681 !important;
}
@media (max-width: 1399px) {
  .sub-menu {
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .sub-menu {
    left: 0;
  }
}

.popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.popup-custom.open {
  opacity: 1;
  visibility: visible;
}
.popup-custom__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.9);
}
.popup-custom__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  color: #3c1053;
  font-size: 16px;
  padding: 37px 38px;
  width: 670px;
  z-index: 5;
}
.popup-custom__title {
  margin: 0 0 20px;
  font-size: 42px;
}
.popup-custom__title--red {
  color: #ed1c24;
}
.popup-custom__title--blue {
  color: #0f75bc;
}
.popup-custom__title--yellow {
  color: #ffc82b;
}
.popup-custom__title--orange {
  color: orange;
}
.popup-custom__title--purple {
  color: purple;
}
.popup-custom__close {
  position: absolute;
  color: white;
  padding: 0;
  right: -13px;
  top: -13px;
  transition: 0.3s linear;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  background: #5f259f;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-custom__desc {
  margin-top: 10px;
}
.popup-custom__desc h5 {
  font-size: 18px;
  font-weight: bold;
  color: #3c1053;
  margin-top: 30px;
}
.popup-custom__desc p:last-child {
  margin-bottom: 0;
}
.popup-custom__desc ul {
  list-style-type: none;
}
.popup-custom__desc ul:last-child {
  margin-bottom: 0;
}
.popup-custom__desc ul li {
  padding-left: 0;
}
.popup-custom__desc ul li:before {
  display: none;
}
@media (max-width: 767px) {
  .popup-custom__body {
    width: 90%;
    padding: 20px;
    font-size: 14px;
  }
  .popup-custom__title {
    font-size: 30px;
  }
}

#tooltip_url2{
	color: #ff595a;
	border-color: transparent;
}

#tooltip_url2:hover{
	border-color: #ff595a;
}

.not_clicklible{
	cursor: default;
	pointer-events: none;
}
@keyframes glowing {
  0% {
    background-color: #5f259f;
    box-shadow: 0 0 5px #5f259f;
  }
  50% {
    background-color: #811deb;
    box-shadow: 0 0 20px #811deb;
  }
  100% {
    background-color: #5f259f;
    box-shadow: 0 0 5px #5f259f;
  }
}

.azal-btn{
  color: #fff;
  border: 1px solid #5f259f;
  border-radius: 16px;
  padding: 4px 14px;
  margin-right: 15px;
  background: #5f259f;
  font-size: 14px;
  font-weight: 400;
  animation: glowing 1300ms infinite;
}

.mobile-only-azal {
	display: none !important;
}
.azal-button-wrapper {
	display: block;
}
/* Media query for mobile screens */
@media (max-width: 767px) {
	.mobile-only-azal {
		display: block !important;
		margin-bottom: 5px !important;
	}
	.azal-button-wrapper {
		display: none !important;
	}
}

.form-box-inputs{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}

.form-submit-box{
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.popup-content{
	text-align: center;
	color: #3c1053;
	font-size: 15px;
}
.response-message{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-top: 20px;
	font-size: 26px;
	font-weight: 500;
	color: #5f259f;
	border-top: 1px dashed;
	padding-top: 25px;
}
/*# sourceMappingURL=new.css.map */

.section-intro .pre-title { 
  font-family: "Gilroy Medium","Arial","Helvetica Neue","Helvetica",sans-serif;
}