@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700");

@font-face {
  font-family: "DINPro-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/DINPro-Black.otf") format("opentype"), url("../fonts/DINPro-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DINPro-CondensedBold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DINPro-CondBold.otf") format("opentype"), url("../fonts/DINPro-CondBold.woff") format("woff");
  font-display: swap;
}

html { -webkit-text-size-adjust: none; }

* {
  box-sizing: border-box;
}

a,
button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul a {
  display: inline-block;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1274px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 92%;
  }
}

section {
    padding: 50px 0 50px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DINPro-Black", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 30px;
}

p,
span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 56px;
  line-height: 1;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

p {
  line-height: 1.2;
  font-size: 20px;
}

span {
  font-weight: 600
}

.s3 {
  color: #231f20;
  background: #f4f4f4;
  overflow-x: hidden;
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 92%;
  }
}

.s2__box, .s5__box {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}


.s2__text, .s5__text {
  max-width: 930px;
  text-align: center;
  margin: 15px 0;
}

img.stitle__sign {
  vertical-align: baseline;
  margin: 0 0.27em 0 0;
  width: 0.8em;
}

.map {
  width: 100%;
  max-height: 736px;
  height: 100vw;
}


.s4__box {
  margin: 0 auto;
  max-width: 880px;
  text-align: left;
}

.s4__box p {
  margin-top: 30px;
}

.transition,
ul li i:before,
.map-legend {
  transition: all 0.25s ease-in-out;
}

.flipIn,
ul li,
.map-legend {
  animation: flipdown 0.5s ease both;
}


ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 18px;
}
.s5__box, ul li:first-of-type  {display: none;}
ul li i {
  position: absolute;
  transform: translate(-20px, 0px);
  margin-top: 0;
  right: 0px;
}

ul li i:before {
  content: "\25BC";
  position: absolute;
  font-size: 1.6rem;
}

ul li i:before {
  transform: rotate(0deg);
}

ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

ul li input[type=checkbox]:checked~p,
ul li input[type=checkbox]:checked~.map-legend {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

ul li input[type=checkbox]:checked~i:before {
  transform: rotate(180deg);
}


@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    transform: rotateX(8deg);
  }

  83% {
    transform: rotateX(6deg);
  }

  92% {
    transform: rotateX(-3deg);
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.s4__box h3 {
  border-bottom: 3px solid #FBDD00;
  padding-bottom: 17px;
  margin: 0;
}


.col-sm div {
  align-items: center;
  display: flex;
}

.col-sm label {
  font-size: 16px;
  font-family: 'DINPro-CondensedBold';
  text-align: left;
  line-height: 1;
}

.map-legend {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}


.map-legend h4 {
  margin: 0;
  margin-top: 13px;
  text-transform: uppercase;
}


.map-legend h4::before {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
}
.map-legend h4#poi_ua::before {
  content: url("../img/ua_icon.svg");
}
.map-legend h4#poi_pn::before {
  content: url("../img/pn_icon.svg");
}
.map-legend h4#poi_bs::before {
  content: url("../img/bs_icon.svg");
}

.map-legend .flex-row-2 {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0px 30px;
  margin-bottom: 20px;
}

.map-legend label {
  font-size: 16px;
  font-family: 'DINPro-CondensedBold';
  line-height: 1.2;
  text-align: center;
  max-width: 120px;
  text-transform: uppercase;
}

.map-legend .poi {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 115px;
}

svg.icon {
  height: 64px;
  width: 64px;
}

img#kmu {
height: auto;
width: 230px;
margin: 5px 0 0px 30px;
}

#creds {display: flex;}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 264px;
  max-width: 100%;
  height: 50px;
  border: 3px solid #000000;
  border-radius: 37px;
  font: 16px/1.2 "DINPro-CondensedBold", sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:hover {
 

}
.btns__group {display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
  max-width: 500px;}
.btn.become-host {
  background: #FBDD00;
  color: #000000;
}

#join__nezlamnist {
  max-width: none;
  display: inline-flex;
  min-width: 500px;
  width: unset;
}

.btn.ver-mapa {
  background: #000000;
  color: #FBDD00;
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 120px;
}
.btn.viber-bot {
  background: #000000;
  color: #FBDD00;
  position: fixed;
  bottom: 90px;
  right: 40px;
  width: 120px;
}
a.btn.become-host {
    flex-direction: column;
    width: calc(50% - 12px);
    flex: 1;
}

a.btn.become-host:nth-of-type(1) {border-top-right-radius: 0;border-bottom-right-radius: 0;}

a.btn.become-host:nth-of-type(2n)   {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -3px;
}
section.s4 {
    padding-bottom: 0;
}

section:last-of-type{
    padding-top: 0;
}
.s5 .btn  {
    display: inline-flex;
    background: #ffffff;
}

.s5 p {margin-bottom: 30px;}


.nav {
  height: 76px;
  width: 100%;
  color: #000000;
  background: #FBDD00;
  position: relative;
  z-index: 99999;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  padding-left: 30px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  margin-right: 10px;
}


.nav > .nav-header > .nav-title > a  {border-bottom: 3px solid #000;}
.nav > .nav-links > a, .nav > .nav-header > .nav-title > a {
  padding: 18px 10px 0 10px;
  font: 20px "DINPro-CondensedBold", sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.7;
}

.nav > .nav-links > a:hover {
  border-bottom: 3px solid #000;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:760px) {
  .nav > .nav-btn {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 22px;
  }
  .nav > .nav-btn > label {
  display: inline-block;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
  }
  .nav > .nav-btn > label > span {
  display: block;
  width: 30px;
  height: 10px;
  border-top: 3px solid #000;
  }
  .nav > .nav-links {
  display: block;
  width: 100%;
  background-color: #fbdd00;
  height: 0px;
  transition: all 0.1s ease-in;
  overflow-y: hidden;
  }
  .nav > .nav-links > a {
  display: block;
  width: 100%;
  margin: 0 auto;
  }
  .nav > .nav-links > a:hover {border: none;}
  .nav > #nav-check:not(:checked) ~ .nav-links {
  height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
  height: calc(100vh - 50px);
  overflow-y: auto;
  margin-right: 0;
  }
}

footer {
  padding: 0;
  color: #000000;
  background: #FBDD00;
}

footer .footer__inner {
  bottom: 0;
  left: 0;
  padding: 60px;
  width: 100%;
}


footer nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

footer img {
  width: 180px;
}

.footer__copyright {
  margin: 25px 0 0 0;
}

.footer__partners {
  margin-bottom: 5px;
}

.has-scroll {
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.has-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.has-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.has-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.has-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pn {
  padding: 43px 0 25px;
  min-height: 100vh;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #231f20;
  background: #f4f4f4;
  overflow-x: hidden;
}

.pn img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.pn__container {
  margin: 0 auto;
  max-width: 1165px;
}


.pn__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 584px;
  border-radius: 7px;
  background: #fff;
}

.pn__main > * {
  height: 100%;
  overflow: hidden;
}

.pn__main > *:nth-child(1) {
  width: 286px;
  border-right: 3px solid #f4f4f4;
}

.pn__main > *:nth-child(2) {
  padding: 0 34px;
  width: calc(100% - 286px);
}

.pn__main._unactive {
  pointer-events: none;
}

.pn__main._unactive:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../img/pn/loader.gif") center/64px auto no-repeat;
}

.pn-regions {
  height: 100%;
}

.pn-regions__heading {
  padding: 35px 0 12px 45px;
  margin: 0;
  height: 71px;
  font-size: 19px;
  font-family: "Roboto";
  font-weight: 700;
}

.regions-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 6px 32px 6px 45px;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.639' height='13.532' viewBox='0 0 7.639 13.532'%3E%3Cpath d='M11291.287,1077.081l5.587,5.568-5.584,5.56' transform='translate(-11290.085 -1075.879)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3C/svg%3E");
  background-position: calc(100% - 29px) center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
  font-size: 18px;
  font-family: 'Roboto';
}

.regions-list li._active {
  font-family: "Roboto";
  font-weight: 700;
  border-top-color: #fbdd00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.639' height='13.532' viewBox='0 0 7.639 13.532'%3E%3Cpath d='M11291.287,1077.081l5.587,5.568-5.584,5.56' transform='translate(-11290.085 -1075.879)' fill='none' stroke='%23fbdd00' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3C/svg%3E");
}

.regions-list li._active + li {
  border-top-color: #fbdd00;
}

.regions-list li._active:last-child {
  border-bottom-color: #fbdd00;
}

.pn-regions__list {
  margin: 0;
  padding: 0;
  height: calc(100% - 71px);
  list-style: none;
}

.regions-list_2 {
  display: none;
  position: relative;
  height: calc(100% - 122px);
  margin: 49px 0 0;
  padding: 0;
  list-style: none;
}

.regions-list_2 li {
  padding: 7px 45px 5px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.846' height='14.947' viewBox='0 0 8.846 14.947'%3E%3Cpath d='M11291.287,1077.081l5.587,5.568-5.584,5.56' transform='translate(-11289.378 -1075.172)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.7'/%3E%3C/svg%3E");
  background-position: calc(100% - 34px) center;
}

.regions-list_2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}

.regions-list_2._unactive {
  pointer-events: none;
}

.regions-list_2._unactive:after {
  opacity: 1;
}

.pn__selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 0 0;
  height: 73px;
}

.pn-select {
  position: relative;
}

.pn-select._active {
  pointer-events: none;
}

.pn-select._unactive {
  pointer-events: none;
}

.pn-select._opened .pn-select__current {
  border-radius: 25px 25px 0 0;
  box-shadow: none;
  z-index: 2;
}

.pn-select._opened .pn-select__current:before {
  transform: translate(0, -50%) rotate(180deg);
}

.pn-select._opened .pn-select__current:after {
  display: block;
}

.pn-select._opened .pn-select__list {
  display: block;
}

.pn-select._active .pn-select__current {
  background: #fbdd00;
}

.pn__selects-arrow {
  position: relative;
  width: 47px;
  height: 50px;
}

.pn__selects-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.846' height='14.947' viewBox='0 0 8.846 14.947'%3E%3Cpath d='M11291.287,1077.081l5.587,5.568-5.584,5.56' transform='translate(-11289.378 -1075.172)' fill='none' stroke='%23fbdd00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pn-select__current {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 54px 0 27px;
  height: 46px;
  border: 2px solid #fbdd00;
  border-radius: 25px;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.pn-select__current:before, .pn-select__current:after {
  content: "";
  position: absolute;
}

.pn-select__current:before {
  right: 26px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.947' height='8.846' viewBox='0 0 14.947 8.846'%3E%3Cpath d='M0,0,5.587,5.568,0,11.128' transform='translate(13.037 1.909) rotate(90)' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pn-select__current:after {
  display: none;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
}

.pn-select__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  width: 100%;
  max-height: 300px;
  font-size: 16px;
  border: 2px solid #fbdd00;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.pn-select__list li {
  padding: 5px 22px;
  cursor: pointer;
}

.pn-select__list:before, .pn-select__list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 2px;
  width: calc(100% - 28px);
  background: #fbdd00;
}

.pn__info {
  position: relative;
  margin: 41px 48px 0 65px;
}

.pn__info:before {
  content: "*";
  position: absolute;
  left: -21px;
  top: -3px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
}

.pn__info-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-item {
  position: relative;
  display: flex;
  align-items: center;
}

.info-item__icon {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  width: 57px;
  border-radius: 50%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}

.info-item__icon img {
  display: block;
  width: 100%;
}

.info-item__text {
  font: 16px/1.25 "DINPro-CondensedBold";
  text-transform: uppercase;
}

.pn-results-wrap {
  display: none;
  margin: 40px 0 0;
  width: 100%;
  height: calc(100% - 113px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pn-results {
  width: 100%;
  min-width: 600px;
  font-size: 14px;
  color: #292929;
}

.pn-results td {
  padding: 5px 0;
}

.pn-results thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #959595;
  background: #fff;
  z-index: 2;
}

.pn-results thead tr {
  height: 36px;
}

.pn-results thead td {
  cursor: default;
}

.pn-results tbody tr {
  height: 71px;
  border-top: 3px solid #f4f4f4;
}

.type-icon {
  width: 47px;
  height: 47px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.type-icon_1 {
  background-image: url("../img/pn/6.png");
}

.type-icon_2 {
  background-image: url("../img/pn/7.png");
}

.eq-icons {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eq-icon {
  flex-shrink: 0;
  margin: 0 4px 0 0;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.eq-icon:last-child {
  margin: 0;
}

.eq-icon_1 {
  background-image: url("../img/pn/1.svg");
}

.eq-icon_2 {
  background-image: url("../img/pn/2.svg");
}

.eq-icon_3 {
  background-image: url("../img/pn/3.svg");
}

.eq-icon_4 {
  background-image: url("../img/pn/4.svg");
}

.eq-icon_5 {
  background-image: url("../img/pn/5.svg");
}

.pnm {

  margin: 0 auto;
}

.pnm__top {
  padding: 21px 0 25px;
  background: #fbdd00;
}

.pnm__container {
  margin: 0 auto;
  padding: 0 30px;
}

.pnm-add {
  position: relative;
  display: flex;
  height: 66px;
  border-radius: 33px;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.pnm-add:before, .pnm-add:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}

.pnm-add:before {
  left: 0;
  width: 100%;
  border: 4px solid #000;
  border-radius: 33px;
}

.pnm-add:after {
  left: 50%;
  transform: translate(-50%);
  width: 4px;
  background: #000;
  pointer-events: none;
}

.pnm-add__btn {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 50%;
  height: 100%;
  font-size: 19px;
  font-family: "DINPro-CondensedBold";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000;
  transition: 0.1s;
}

.pnm-add__btn:hover {
  color: #fbdd00;
  background: #000;
}

.pnm-add__btn:nth-child(1) {
  left: 0;
}

.pnm-add__btn:nth-child(2) {
  right: 0;
}

.pnm__watch-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 23px auto 0;
  padding: 0;
  width: 273px;
  max-width: 100%;
  height: 66px;
  border: 4px solid #000;
  border-radius: 33px;
  font-size: 19px;
  font-family: "DINPro-CondensedBold";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fbdd00;
  background: #000;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  transition: 0.1s;
}

.pnm__watch-map:hover {
  color: #000;
  background: #fbdd00;
}

.pnm__main {
  padding: 14px 0 34px;
  background: #f4f4f4;
}

.pnm__main .pnm__container {
  padding: 0 20px;
}

.pnm-tabswitcher {
  display: flex;
  margin: 0 0 27px;
}

.pnm-tabswitcher__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  border-bottom: 5px solid #dedede;
  font-size: 18px;
  color: #231f20;
  transition: 0.1s;
  cursor: pointer;
  font-weight: 700;
}

.pnm-tabswitcher__btn._active {
  border-bottom-color: #fbdd00;
}

.pnm-tabs {
  position: relative;
}

.pnm-tabs._unactive {
  pointer-events: none;
}

.pnm-tabs._unactive:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pn/loader.gif") center/64px auto no-repeat;
}

.pnm-tabs__item {
  display: none;
}

.pnm-tabs__item._active {
  display: block;
}

.pn__selects_mob {
  display: block;
  margin: 0 0 33px;
  padding: 33px 10px !important;
  height: auto;
  border-radius: 7px;
  background: #fff;
}

.pn__selects_mob .has-scroll {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.pn__selects_mob .has-scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.pn__selects_mob .has-scroll::-webkit-scrollbar-track {
  background: #f4efef;
  border-radius: 3px;
}

.pn__selects_mob .has-scroll::-webkit-scrollbar-thumb {
  background: #fbdd00;
  border-radius: 3px;
}

.pn__selects_mob .has-scroll::-webkit-scrollbar-thumb:hover {
  background: #fbdd00;
}

.pn__selects_mob .pn-select__current {
  height: 50px;
  border-width: 3px;
  font-size: 16px;
}

.pn__selects_mob .pn-select__current:after {
  bottom: -3px;
  height: 3px;
}

.pn__selects_mob .pn-select__list {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 0 10px;
  padding: 0 0 10px;
  max-height: 270px;
  border-width: 3px;
}

.pn__selects_mob .pn-select__list:before, .pn__selects_mob .pn-select__list:after {
  display: none;
}

.pn__selects_mob .pn-select__list li {
  padding: 5px 28px;
}

.pn__selects_mob .pn-select {
  margin: 25px 0 0;
}

.pn__selects_mob .pn-select:first-child {
  margin: 0;
}

.pn__selects_mob .pn-select._unactive {
  display: none;
}

.pn__selects_mob .pn-select._active {
  pointer-events: auto;
}

.pnmlist {
  position: relative;
  margin: 0;
  padding: 0 0 0 13px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.pnmlist li {
  flex: 1;
  min-width: 80px;
}

.pnmlist-item {
  font-size: 14px;
  font-family: "DINPro-CondensedBold";
  text-align: center;
  text-transform: uppercase;
}

.pnmlist-item__icon {
  margin: 0 0 -3px;
}

.pnm__help {
  padding: 15px 0;
  background: #fff;
}

.pnm-help {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pnm-help__item {
  border-bottom: 3px solid #fbdd00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pnm-help__item._active .pnm-help__question:before {
  transform: rotate(180deg);
}

.pnm-help__item:last-child {
  border-bottom: 0;
}

.pnm-help__question {
  position: relative;
  margin: 0;
  padding: 20px 120px 20px 0;
  font: 17px/19px "DINPro-CondensedBold";
  text-transform: uppercase;
  cursor: pointer;
}

.pnm-help__question:before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 15px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'%3E%3Cpath d='M5.8,2.714a2,2,0,0,1,3.392,0L13.088,8.94a2,2,0,0,1-1.7,3.06H3.608a2,2,0,0,1-1.7-3.06Z' transform='translate(15 12) rotate(180)' fill='%23231f20'/%3E%3C/svg%3E") 0 0/100% auto no-repeat;
  transition: 0.2s;
}

.pnm-help__answer {
  display: none;
  margin: 0 0 10px;
  font-size: 15px;
}

.pnm-results {
  position: relative;
  display: none;
  margin: -37px 0 33px;
  padding: 0 0 15px;
  background: #fff;
  list-style: none;
}

.pnm-results._active {
  display: block;
}

.pnm-results__item {
  padding: 17px 28px;
  border-bottom: 2px solid #f4f4f4;
}

.pnm-results__item:last-child {
  border-bottom: 0;
}

.pnm-results__address {
  margin: 0 0 10px;
  font-size: 16px;
  color: #292929;
}

.pnm-results__location {
  margin: 0 0 10px;
  font-size: 14px;
  color: #959595;
}

.pnm-results__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin: 17px -9px -5px 0; */
  padding: 0;
  list-style: none;
}

.pnm-results__icon {
  flex-shrink: 0;
  /* margin: 0 13px 5px 0; */
  width: 63px;
  height: 63px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pnm-results__icon_1 {
  background-image: url("../img/icon_heater.svg");
}

.pnm-results__icon_2 {
  background-image: url("../img/icon_light.svg");
}

.pnm-results__icon_3 {
  background-image: url("../img/icon_internet.svg");
}
.mobile__hidden {display: none}
.chtbt{
    text-align: center;
   padding: 30px 70px 0 70px !important;
   font-size: 50px;
}
.chtbt > a   {text-decoration:underline;}

@media (max-width: 1200px) {
  .pn__main > *:nth-child(1) {
    width: 200px;
    border-right-width: 1px;
  }
  .pn__main > *:nth-child(2) {
    padding: 0 10px;
    width: calc(100% - 200px);
  }
  .pn-regions__heading {
    padding-left: 10px;
  }
  .regions-list li {
    padding: 6px 20px 6px 10px;
    background-position: calc(100% - 5px) center;
  }
  .pn__info {
    margin: 30px 10px 0 30px;
  }
  .pn-results-wrap {
    width: calc(100% + 10px);
  }
}

@media (max-width: 991px) {
  .mobile__hidden {display: block}
  .s3 .container {max-width: 1200px;}
  .display__visible {display: none}
  
  .pn__main {
    height: auto;
  }
  .pn__main > *:nth-child(1) {
    width: 100%;
  }
  .pn__main > *:nth-child(2) {
    width: 100%;
  }
  .pn {
    padding: 0;
  }
  .pn-regions__heading {
    padding-top: 12px;
    height: auto;
  }
  .regions-list_2 {
    height: auto;
    max-height: 100vh;
    margin: 20px 0 0;
  }
  .pn-regions__list {
    height: auto;
  }
  .pn-results-wrap {
    margin: 20px 0 0;
    height: auto;
    max-height: 100vh;
  }
  .pn__info-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .pn__info-list li {
    margin: 0 0 10px;
    width: 33.33%;
  }
  .pn__info-list li:last-child {
    width: 66.66%;
  }
  .pnm {
    display: block;
  }
  .pn__container {
    display: none;
  }
}

@media (max-width: 767px) {
  .pn__selects {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
  }
  .pn__selects-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 575px) {
  .pn__info {
    margin: 30px 0 0 10px;
  }
  .pn__info-list li {
    margin: 0 20px 10px 0;
    width: auto !important;
  }
  .pn__info:before {
    left: 0;
    top: -23px;
  }
  .info-item__icon {
    margin: 0 10px 0 0;
  }
  .pn {
    font-size: 16px;
  }
  .regions-list li {
    min-height: 40px;
  }
}

@media (max-width: 400px) {
  .pnm__container {
    padding: 0 10px !important;
  }
  .pnm-results__item {
    padding: 17px 10px;
  }
  .pnmlist {
    padding: 0;
  }
  .pnmlist:before {
    left: 0;
  }
  .pnm-results__icon {
    margin: 0 5px 5px 0;
  }
  .pn__selects_mob .pn-select__current {
    padding-left: 15px;
  }
  .pn__selects_mob .pn-select__list li {
    padding: 5px 15px;
  }
  .pnm-help__question {
    padding-right: 30px;
  }
}


@media (max-width: 991px) {
  .mobile__hidden {display: block}
  .s3 .container {max-width: 1200px;}
  .display__visible {display: none}
  .pn__main {
    height: auto;
  }
  .pn__main > *:nth-child(1) {
    width: 100%;
  }
  .pn__main > *:nth-child(2) {
    width: 100%;
  }
  .pn {
    padding: 20px 0;
  }
  .pn-regions__heading {
    padding-top: 12px;
    height: auto;
  }
  .regions-list_2 {
    height: auto;
    max-height: 100vh;
    margin: 20px 0 0;
  }
  .pn-regions__list {
    height: auto;
  }
  .pn-results-wrap {
    margin: 20px 0 0;
    height: auto;
    max-height: 100vh;
  }
  .pn__info-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .pn__info-list li {
    margin: 0 0 10px;
    width: 33.33%;
  }
  .pn__info-list li:last-child {
    width: 66.66%;
  }
}

@media (max-width: 767px) {
  .pn__selects {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
  }
  .pn__selects-arrow {
    transform: rotate(90deg);
  }
}



@media only screen and (min-device-width: 480px) and (max-width: 768px) {
.btn.ver-mapa, .btn.viber-bot {display: none}

  footer nav{
    flex-direction: column-reverse !important;
    align-items: center;
  }

  footer nav div {
    padding-bottom: 25px;
  }

  section.s2 {
    padding: 0 0 15px;
  }

  .s2__box, .s5__box {
    text-align: left;
  }

  h1 {
    font-size: 40px;
    text-align: center;
    line-height: 1;
  }

  p.s2__text {
    text-align: left;
  }

  .row {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

  .col-sm img {
    width: 6rem;
  }

  .col-sm label {
    font-size: 23px;
  }

  .col-sm div {
    height: 80px;
  }

 .s3 {
      margin-top: 0;
  }
  .s3 .container {
      padding: 0 !important;
  }
  .map-legend .flex-row-2 {
    margin-top: 20px;
    gap: 10px 0;
  }
  .map-legend .poi {
      width: 110px;
  }
  .btns__group {
  padding-left: 10px;
  padding-right: 10px;
  }
  #join__nezlamnist {
    min-width: unset;
  width: 100%;
}
  footer #become-host {
      display: none;
  }
  footer nav div {
    padding-bottom: 0;
  }
  .pn__info {
    display: none;
    margin: 30px 0 0 10px;
  }
  .pn__info-list li {
    margin: 0 20px 10px 0;
    width: auto !important;
  }
  .pn__info:before {
    left: 0;
    top: -23px;
  }
  .info-item__icon {
    margin: 0 10px 0 0;
  }
  .pn {
    font-size: 16px;
  }
  .regions-list li {
    min-height: 40px;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
.btn.ver-mapa, .btn.viber-bot {display: none}
  footer nav{
    flex-direction: column-reverse !important;
    align-items: center;
  }

  footer nav div{
    padding-bottom: 25px;
  }
 

  section.s2 {
    padding: 0 0 15px;
  }

  .s2__box {
    text-align: left;
    margin: 0 auto;
  }

  h1 {
        font-size: 30px;
        line-height: 1;
    }
  
  p {
        text-align: left !important;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    
  h3 {
font-size: 1.3rem;
  letter-spacing: -0.03em;   
  text-align: left; 
  }

  .row {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

  .col-sm img {
    width: 5rem;
  }

  .col-sm label {
 font-size: 20px;
  }

  .col-sm div {
    height: 75px;
  }

 .s3 {
      margin-top: 0;
  }
  .s3 .container {
      padding: 0 !important;
  }
  .map {
      max-height: 736px;
      height: 85vh;
  }
  .map-legend .flex-row-2 {
        margin-top: 20px;
        gap: 10px 0px;
        margin-left: -10px;
        margin-right: -10px;
    }
  .map-legend .poi {
        width: 120px;
    }
    #join__nezlamnist {
        min-width: unset;
      width: 100%;
    }
    .btns__group {
    padding-left: 10px;
    padding-right: 10px;
    }
  .s5 {padding: 0 0 40px;}
  footer #become-host {
      display: none;
  }
  footer nav div {
    padding-bottom: 0;
  }
  .pn__info {
    display: none;
    margin: 30px 0 0 10px;
  }
  .pn__info-list li {
    margin: 0 20px 10px 0;
    width: auto !important;
  }
  .pn__info:before {
    left: 0;
    top: -23px;
  }
  .info-item__icon {
    margin: 0 10px 0 0;
  }
  .pn {
    font-size: 16px;
  }
  .regions-list li {
    min-height: 40px;
  }
}
