.price-title {
	font-size: 24px;
	font-family: "RobotoM", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 40px;
    position: relative;
    margin-bottom: 8px;
}
.locations h2 {
	max-width: 20em;
    margin-bottom: 40px;
    font-size: 28px;
    font-family: RobotoM;
    font-weight: 700;
}
.header .main-heading .main-heading__text_strong {
    position: absolute;
    top: 34%;
    width: 100%;
    display: block;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 3px 1px 5px;
}
.header .main-heading .main-heading__text {
    top: 56%;
}
.info img {
    max-width: 100%;
    max-height: 100%;
}
.header__location {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 9px;
}
.header__location-icon {
    width: 16px;
    height: 16px;
    background-image: url(/bitrix/templates/terr_polet_denis2/img/location_black.png);
    background-size: cover;
}
.header__location-title {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.theme_inverted .header__location-icon {
    background-image: url(/bitrix/templates/terr_polet_denis2/img/location_white.png);
}
.theme_inverted .header__location-title {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.popup-city, .popup-city:hover, .popup-city:visited {
    color: #004be3;
    text-decoration: none;
}
.desctop-hidden {
    display: none;
}
@media screen and (max-width: 769px) {
    .header .main-heading .main-heading__text_strong {
        display: none;
    }
    .header .main-heading .main-heading__text {
        top: 50%;
    }
}
@media (max-width: 767px) {
    .nav_container .nav_inner_container nav {
        top: 120px;
    }
    .theme_inverted .header__location-title {
        color: #000;
    }
    .desctop-hidden {
        display: block;
    }
    .theme_inverted .header__location-icon {
        background-image: url(/bitrix/templates/terr_polet_denis2/img/location_black.png);
    }
    .nav_container.theme_inverted .activation-block__link {
        color: #fff;
    }
    .activation-block {
        top: 75px;
    }
    .nav_container .nav_inner_container nav {
        top: 140px;
    }
}
.cookie-popup {
  position: fixed;
  bottom: 3px;
  right: 3px;
  background: #f9f9f9;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  z-index: 999999;
  width: 300px;
  max-width: 50%;
  font-size: 12px;
}
.cookie-popup__title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cookie-popup__bnt {
  width: 100%;
  background-color: #f22a4f;
  color: #fff;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
}