/** fonts **/

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter-SemiBold";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Thin";
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff") format("woff"), url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

body {
  margin: 0;
}

html {
  font-size: 62.5%;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 36px !important;
  margin: 0 auto !important;
}

.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.main__inner {
  position: relative;
}

.main *,
.main *:before,
.main *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  margin: 0;
}

.main p {
  margin: 0;
}

.main li {
  list-style: none;
}

.main ul {
  padding-left: 0;
  margin: 0;
}

.main input[type="number"]::-webkit-outer-spin-button,
.main input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main input[type="number"] {
  -moz-appearance: textfield;
}

.main input[type="number"]:hover,
.main input[type="number"]:focus {
  -moz-appearance: number-input;
}

.main input[type=number]::-webkit-inner-spin-button,
.main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main input {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main button {
  background: none;
  border: none;
  cursor: pointer;
}

.main a {
  text-decoration: none;
}

.main textarea {
  resize: none;
  border: none;
}

.filter {
  margin-top: 26px;
  margin-bottom: 26px;
}

.filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.filter__panel span {
  font-family: Inter-SemiBold;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #8C8C8C;
}

.filter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6EBEB;
  border-radius: 42px;
  padding: 2px;
  position: relative;
  z-index: 4;
}

.filter__btn {
  font-family: Inter-Medium;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #8C8C8C;
  padding: 13px 50px;
}

.filter__btn span {
  font-family: Inter-SemiBold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  padding: 6px 10px;
  background-color: #14C4D8;
  border-radius: 50%;
}

.filter__btn--active {
  font-family: Inter-SemiBold;
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
  border-radius: 45px;
  color: #262626;
}

.filter__btn-nav--active {
  font-family: Inter-SemiBold;
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
  border-radius: 45px;
  color: #262626;
}

.filter__nav-map {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6EBEB;
  border-radius: 42px;
  padding: 2px;
  position: relative;
  z-index: 4;
}

.filter__nav-map .filter__btn {
  padding: 13px 44px !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.pagination__btn {
  font-family: Inter-Medium;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #14C4D8;
  border: 1px solid #14C4D8 !important;
  border-radius: 6px;
  padding: 10px 0;
}

.pagination__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.pagination__nav span {
  font-family: Inter-SemiBold;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #8C8C8C;
  margin-right: 12px;
}

.pagination__link {
  font-family: Inter-SemiBold;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #8C8C8C;
  margin-right: 12px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.pagination__link:hover {
  color: #14C4D8;
}

.pagination__link--active {
  color: #14C4D8;
}

.pagination__arrow {
  margin-left: 12px;
  padding-top: 3px;
}

.content {
  margin-bottom: 55px;
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}

.col-3 {
  display: none;
  width: 100%;
  max-width: 315px;
  margin-right: 36px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc( 33.3333% - 18px);
  margin-bottom: 40px;
}

.item__foto {
  position: relative;
}

.item__foto img {
  width: 100%;
}

.item__icon {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
}

.item__icon svg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  width: 16px;
  height: 14px;
}

.item__icon--active svg {
  fill: #FF4438;
  stroke: none;
}

.item__title {
  font-family: Inter-SemiBold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #262626;
  margin-top: 12px;
  margin-bottom: 6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.item__title:hover {
  opacity: .7;
}

.item__subtitle {
  font-family: Inter-SemiBold;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #8C8C8C;
}

.map {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
}

.map__inner {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.map__iframe {
  width: 100%;
  height: 100%;
}

.map .ymaps-2-1-78-balloon__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 18px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  max-width: 312px;
  position: relative;
  overflow: visible;
  top: -40px;
  left: -90px;
}

.map .ymaps-2-1-78-balloon {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.map .ymaps-2-1-78-balloon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 312px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
}

.map .ymaps-2-1-78-balloon__tail {
  display: none;
}

.map .ymaps-2-1-78-balloon__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.map__title {
  display: flex;
  font-family: Inter-SemiBold;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #262626;
  margin-bottom: 24px;
  max-width: 312px
}

.map__hit-title {
  font-family: Inter-SemiBold;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #262626;
}

.map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: visible;
}

.map__item img {
  margin-right: 5px;
}

.map__subtitle {
  font-family: Inter-SemiBold;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #8C8C8C;
  white-space: normal;
  max-width: 262px;
  height: auto;
}

.map__img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #14C4D8;
}

.map__nav {
  position: relative;
  width: 100%;
}

.map__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 38px;
  left: 15px;
  width: 100%;
  z-index: 3;
}

.map__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background-color: #14C4D8 !important;
  border-radius: 50%;
  margin-right: 24px;
}

.map__foto {
  position: absolute;
  left: -95px;
  top: -40px;
  z-index: 6;
}

.nav-panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 315px;
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
  z-index: 6;
}

.nav-panel__inner::-webkit-scrollbar {
  width: 0;
}

.nav-panel__item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
          box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09), 0px 0.77037px 2.86667px rgba(0, 0, 0, 0.0546667), 0px 0.16296px 0.73333px rgba(0, 0, 0, 0.0353333);
  margin-bottom: 24px;
}

.nav-panel__item h3 {
  font-family: Inter-SemiBold;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #262626;
  margin-bottom: 12px;
}

.nav-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 18px;
  padding-bottom: 12px;
}

.nav-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.nav-panel__header span {
  font-family: Inter-Medium;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #14C4D8;
}

.nav-panel__btn svg {
  fill: none;
  stroke: #262626;
  stroke-width: 2;
  width: 13px;
  height: 13px;
}

.nav-panel__btn--active svg {
  fill: #FF4438;
  stroke: none;
}

.nav-panel__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

.nav-panel__date span {
  font-family: Inter-Medium;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #262626;
  margin-left: 8px;
}

.nav-panel__address span {
  font-family: Inter-SemiBold;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #8C8C8C;
  margin-left: 6px;
}

.nav-panel__foto img {
  width: 100%;
  border-radius: 0px 0px 18px 18px;
}

.map__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.map__date img {
  margin-right: 6px;
}

.map__date span {
  font-family: Inter-SemiBold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #262626;
}
.about-text__content{
  text-align: justify;
}
@media (max-width: 1100px) {
  .item-active {
    width: calc( 50% - 8px);
    margin-bottom: 20px;
  }

  .panel {
    min-width: 260px;
  }
}

@media (max-width: 991px)  {
  .item {
    width: calc( 50% - 8px);
    margin-bottom: 20px;
  }

  .item__subtitle {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .map__foto--active:hover {
    width: 156px;
    height: 156px;
  }

  .map__foto--active:hover .map__nav {
    display: none !important;
  }

  .map__foto--active:hover .map__img {
    width: 156px;
    height: 156px;
  }
}

@media (max-width: 890px) {
  .item-active {
    width: 100%;
    margin-bottom: 30px;
  }
}


@media (max-width: 720px) {
  .filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .filter__panel {
    margin-bottom: 20px;
  }

  .filter__nav-map {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .filter {
    margin: 16px 0;
  }

  .filter__btn {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 8px 30px;
  }

  .filter__nav-map .filter__btn {
    padding: 8px 30px !important;
  }

  .content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .col-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .panel {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 12px !important;
  }

  .pagination__btn {
    border: none !important;
  }

  .pagination__nav {
    display: none;
  }

  .content {
    margin-bottom: 30px;
  }

  .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .item__title {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .item__subtitle {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .map .ymaps-2-1-78-balloon__layout {
    left: 0;
    max-width: 260px;
  }

  .map .ymaps-2-1-78-balloon__content {
    max-width: 260px;
  }

  .map .ymaps-2-1-78-controls__control {
    display: none;
  }

  .map__img {
    width: 80px;
    height: 80px;
  }

  .nav-panel {
    display: none !important;
  }

  .map__foto {
    left: -75px;
  }

  .map__img {
    width: 260px;
    height: 260px;
  }

  .map {
    height: 430px;
    margin-bottom: 0;
  }

  .map__inner {
    height: 565px;
  }

  .map__title {
    max-width: 260px
  }
}.item{
   position: relative;
 }
.item__title{
  /*position: absolute;*/
  font-family: "Inter-Regular";
  bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding:0 12px;
  margin-top: 5px;
  line-height: 120%;
}
.item__subtitle{
  /*position: absolute;*/
  bottom: 35px;
  padding:0 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  font-family: "Inter-Regular";
}
.item-text-cont{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 6px 6px;
  padding-bottom: 5px;
}
.content-bottom{
  height: 385px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EAEBEB;
  overflow: hidden;
}
.content-bottom h2 {
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #262626;
  margin-bottom: 30px;
}
.content-bottom .item{
  max-width: 315px;
  max-height: 288px;
}
.content-bottom .item__foto a img{
  height: 288px !important;
}
.content-bottom .item__title{
  line-height: 120%;
  padding: 0 12px;
  font-size: 19px;
}
.content-popular{
  height: 340px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 0px;
}
.content-popular .item-text-cont{
  background: none;
  color:#262626;
  position: inherit;
}
.content-popular .item__title{
  line-height: 120%;
  padding: 0;
  color:#262626;
  font-size: 15px;
}
.content-popular .item__subtitle{
  font-size: 13px;
  padding: 0;
  color:#8C8C8C;
}
.content-popular .item{
  max-width: 315px;
  max-height: 288px;
}
.content-popular .item__foto a img{
  height: 210px !important;
}
.about{
  padding-top: 0;
}
.about h1{
  font-family: "Inter-Regular";
  font-size: 48px;
  text-align: center;
  padding-bottom: 30px;
}
.about__content{
  flex-direction: column;
}
.about-text__content{
  text-align: justify;
}
.about__link{
  /*margin-top: 24px;*/
}
.info__banner{
  background-size: cover;
  background-position: center;
  height: 360px;
  color: #fff;
}
.info__banner .container{
  display: flex;
  flex-direction: column;
  padding-top: 24px !important;
  height: 100%;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.about-text__content-btn{
  border: 1px solid #14C4D8;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 36px;
  padding: 0;
}
.about-text__content-btn button{
  margin: 12px;
}
@media(max-width: 480px){
  .about h1{
    font-size: 21px;
  }
}
@media(max-width: 576px) {
  .content-bottom .item {
    max-width: 100%;
  }
  .content-bottom{
    height: auto;
  }
}