:root {
  --animate-delay: 1.2s;
  --fontSizeBase: 16px;
  --bs-gutter-x:	10px;
}

.roww {
  --bs-gutter-x: 10px;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
}
@media (min-width: 992px) {
  .roww {
    display: flex;
    flex-wrap: wrap;
  }
}
.roww > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}

.custom-scroll, .theme-block__dropdown-inner {
  scrollbar-color: #c4c4c4 transparent;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 transparent;
  /* Add a thumb */
}
.custom-scroll::-webkit-scrollbar-thumb, .theme-block__dropdown-inner::-webkit-scrollbar-thumb {
  opacity: 1;
  display: block;
}
.custom-scroll::-webkit-scrollbar-track, .theme-block__dropdown-inner::-webkit-scrollbar-track {
  border: none;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
}
.custom-scroll::-webkit-scrollbar, .theme-block__dropdown-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  /* or add it to the track */
  border-color: transparent;
  opacity: 0;
  -webkit-box-shadow: none;
}
.custom-scroll::-webkit-scrollbar-thumb, .theme-block__dropdown-inner::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 3px;
}
.custom-scroll::-webkit-scrollbar-button, .theme-block__dropdown-inner::-webkit-scrollbar-button {
  display: none;
}

.roww > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.coll {
  flex: 1 0 0%;
}

@media (min-width: 768px) {
  .coll-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.lib-block li {
  padding: 0;
  margin: 0;
}
.lib-block li::before {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  border-width: 4px 4px 0 4px !important;
}

.search-block {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .search-block--year {
    width: 248px;
  }
}
.search-block__group {
  display: flex;
}
.search-block__title {
  width: 100%;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 1.125rem;
}
.search-block .form-control {
  border: 1px solid  var(--primary) ;
  font-size: 18px;
  padding: 6px 10px;
}
@media (min-width: 992px) {
  .search-block .form-control {
    padding: 7px 20px;
  }
}
.search-block__input {
  flex-grow: 1;
  border-radius: 0 2px 2px 0;
}

.search-block__select-wrap {
  min-width: 115px;
  max-width: 115px;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .search-block__select-wrap {
    min-width: 123px;
    max-width: 123px;
  }
}
@media (min-width: 992px) {
  .search-block__select-wrap--where {
    min-width: 174px;
    max-width: 174px;
  }
}

.search-block__select {
  border-radius: 2px 0 0 2px;
}

.select2-dropdown {
  margin-top: 1.25rem;
  z-index: 150;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
  padding-bottom: 10px;
}

.select-wrap .select2-container--default .select2-selection--single {
  border: 1px solid  var(--primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 16px !important;
  border-radius: 2px 0 0 2px;
  height: auto;
}
@media (min-width: 992px) {
  .select2-container--default .select2-selection--single {
    padding: 6px 20px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-search--dropdown {
  display: none !important;
}

.select2 li {
  list-style: none;
}

.select2-results__options {
  overflow-x: hidden;
}
.select2-results__options li {
  margin-left: 0;
  padding: 5px 17px;
  font-size: 16px;
  margin-top: 0;
  white-space: nowrap;
  margin-bottom: 0;
  background-color: transparent !important;
  color: #2f3338;
}
.select2-results__options li::before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color:  var(--primary) ;
}

.select2-dropdown {
  width: auto !important;
  background: #ffffff;
  border: none;
  border-top: 1px solid #EBEBEB !important;
  box-shadow: none;
  border-radius: 2px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.theme-block {
  border-radius: 2px;
  margin-bottom: 15px;
}
.theme-block.active {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.theme-block__toggle {
  height: 54px;
  cursor: pointer;
  background-image: url(../img/toggle.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  display: flex;
  align-items: center;
  background-position: 0 center;
  padding-left: 24px;
  color:  var(--primary) ;
  border-bottom: 1px solid transparent;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .theme-block__toggle {
    background-position: 10px center;
    padding-left: 34px;
  }
}
.theme-block__toggle-inner {
  position: relative;
}
.theme-block__toggle .checked {
  border: 0;
  width: 6px;
  height: 6px;
  background-color:  var(--primary) ;
  border-radius: 50%;
  top: 0.125rem;
  left: -0.625rem;
  display: inline-block;
  position: absolute;
  left: 100%;
}
.theme-block__toggle.active {
  border-bottom: 1px solid #e5e5e5;
}
.theme-block__toggle.active::after {
  opacity: 1;
}
.theme-block__toggle.active::before {
  opacity: 0;
}
.theme-block__toggle::before {
  content: "";
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid  var(--primary) ;
  margin-left: 10px;
  order: 2;
  position: relative;
  top: -0.1875rem;
}
.theme-block__toggle::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 20px;
  content: url(../img/close.svg);
  opacity: 0;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.theme-block__dropdown {
  display: none;
}
.theme-block__dropdown-inner {
  max-height: 336px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.875rem 3.125rem;
}
.theme-block__dropdown-inner ul {
  columns: 2;
  color: #000000;
}
@media (min-width: 768px) {
  .theme-block__dropdown-inner ul {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .theme-block__dropdown-inner ul {
    columns: 4;
  }
}
.theme-block__dropdown-inner li {
  display: inline-block;
  width: 100%;
}
.theme-block__dropdown-inner .title {
  padding-left: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.theme-block__dropdown-footer {
  color: #f50000;
  font-size: 14px;
  cursor: pointer;
  padding: 15px 17px;
  text-align: right;
}

.theme-input {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.theme-input__input {
  position: absolute;
  opacity: 0;
}
.theme-input__text {
  font-size: 18px;
  padding: 2px 8px;
  border: 1px solid transparent;
  display: block;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.theme-input__text:hover {
  border-color:  var(--primary) ;
}
.theme-input__input:checked ~ .theme-input__text {
  background-color:  var(--primary) ;
  color: #ffffff;
}

.catalog-block__head {
  border-bottom: 1px solid #eff1f5;
}
.catalog-block .select2-container--default {
  max-width: 180px;
}
.catalog-block .select2-container--default .select2-selection--single {
  border: none;
}

.catalog-block {
  font-size: 18px;
  padding-bottom: 40px;
}
.catalog-block__head {
  margin-bottom: 3.125rem;
}
.catalog-block table {
  width: 100%;
}
.catalog-block th {
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c4c4c4;
}
.catalog-block__caption {
  display: flex;
}
.catalog-block__img-wrap {
  width: 45px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.catalog-block td {
  color: rgba(0, 0, 0, 0.7);
  vertical-align: top;
}
.catalog-block th,
.catalog-block td {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .catalog-block th,
.catalog-block td {
    padding-top: 10px;
  }
  .catalog-block th:first-child,
.catalog-block td:first-child {
    max-width: 250px;
  }
  .catalog-block th:nth-last-child(1), .catalog-block th:nth-last-child(2),
.catalog-block td:nth-last-child(1),
.catalog-block td:nth-last-child(2) {
    text-align: center;
  }
}
.catalog-block__title a {
  color: rgba(0, 0, 0, 0.7);
}
.catalog-block__label {
  font-size: 13px;
  border-radius: 6px;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  display: inline-block;
  padding: 1px 0.3125rem;
  margin-right: 5px;
  line-height: 1.4;
}
.catalog-block__label.active {
  background: rgba(150, 191, 49, 0.15);
  color:  var(--primary) ;
}
.catalog-block .btn-outline-primary {
  width: 100%;
}
@media (max-width: 991.98px) {
  .catalog-block table {
    display: block;
  }
  .catalog-block thead {
    display: none;
  }
  .catalog-block tbody,
.catalog-block tr {
    display: block;
  }
  .catalog-block tr {
    padding-bottom: 30px;
  }
  .catalog-block tr:not(:last-child) {
    border-bottom: 1px solid #eff1f5;
    margin-bottom: 20px;
  }
  .catalog-block td {
    display: flex;
    padding-bottom: 0;
    align-items: center;
  }
  .catalog-block td::before {
    content: attr(data-title);
    font-size: 11px;
    line-height: 1.4545454545;
    /* identical to box height */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c4c4c4;
    width: 110px;
    margin-right: 20px;
  }
  .catalog-block td:first-child {
    padding-bottom: 10px;
    align-items: flex-start;
  }
  .catalog-block td:first-child::before {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .catalog-block td:first-child {
    display: block;
  }
}

.btn-outline-primary {
  border-color:  var(--primary) ;
  color:  var(--primary) ;
  background: transparent;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  margin-top: 60px;
  margin-bottom: 20px;
}
.btn-outline-primary:hover {
  background-color:  var(--primary) ;
}

.catalog-block-pagination {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.catalog-block-pagination__item {
  padding: 10px;
  color: #c4c4c4;
}
.catalog-block-pagination__item--current {
  color: #000000;
}

.screen {
  pointer-events: none;
  background-position: top center;
  left: 0;
  position: absolute;
  height: 4000px;
  width: 100%;
  top: -1017px;
  z-index: 100;
  opacity: 0.7;
  opacity: 0;
}

.section {
  padding: 25px 0;
}
@media (max-width: 600px) {
  .section {
    padding: 15px 0 !important;
  }
}

.description__title {
  font-size: 30px;
}
@media (max-width: 600px) {
  .description__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.description__content {
  font-size: 20px;
}
@media (max-width: 600px) {
  .description__content {
    margin: 15px 0;
    font-size: 18px;
  }
}

.pages {
  padding-bottom: 55px;
}
@media (max-width: 600px) {
  .pages__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.pages__item {
  display: block;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  margin-bottom: 25px;
}
.pages__item img {
  width: 100%;
}

.past-years {
  padding: 40px 0;
  background-color: #f8f9fb;
}
.past-years .slick-arrow {
  --arow-position: 5px;
  --size: 36px;
  position: absolute;
  width: var(--size);
  height: var(--size);
  background-color:  var(--primary) ;
  border-radius: 3px;
  border: none;
  z-index: 5;
  top: calc(50% - var(--size) / 2 - 28.5px);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1530px) {
  .past-years .slick-arrow {
    --arow-position: -75px;
  }
}
@media (min-width: 600px) {
  .past-years .slick-arrow {
    --size: 42px;
  }
}
.past-years .slick-prev {
  left: var(--arow-position);
  background-image: url(../img/slick-left.svg);
}
.past-years .slick-next {
  right: var(--arow-position);
  background-image: url(../img/slick-right.svg);
}
.past-years .slick-disabled {
  display: none !important;
}
@media (max-width: 600px) {
  .past-years__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.past-years__img {
  width: 100%;
}
.past-years__slide {
  padding: 15px;
}
.past-years__items {
  margin: 0 -15px;
}
.past-years__item {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}
.past-years__link {
  display: block;
}
.past-years__caption {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
}
@media (max-width: 600px) {
  .past-years__caption {
    margin-top: 15px;
  }
}

.place {
  padding-bottom: 0 !important;
}
@media (max-width: 600px) {
  .place__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.place__item {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 770px) {
  .place__item {
    margin-bottom: 5px;
  }
}
.place__item img {
  width: 100%;
}
.place__item::before {
  content: "";
  background-image: url(../img/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21%;
  height: 31%;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(-50%, -50%, 0);
}
.place__item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.place__item:hover::after {
  background: none;
}
.place__subtitle {
  margin: 0 0 5px 0;
}
@media (max-width: 600px) {
  .place__subtitle {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.place__link {
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .place__link {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.description2 {
  z-index: 2;
  position: relative;
  margin: 82px 0;
  padding: 0;
}
.description2__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #F8F9FB;
  overflow: hidden;
}
.description2__image {
  position: absolute;
  right: 50px;
  top: -50px;
  max-width: 100%;
  max-height: 125%;
  transform: rotate(15deg);
  opacity: 0.15;
  filter: grayscale(1);
}
@media (max-width: 812px) {
  .description2__image {
    top: 0;
  }
}
@media (max-width: 600px) {
  .description2__image {
    right: 20px;
  }
}
@media (max-width: 812px) {
  .description2 {
    margin: 30px 0;
  }
}
@media (max-width: 600px) {
  .description2 {
    margin: 0;
  }
}
.description2__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 40px;
}
@media (max-width: 1031px) {
  .description2__content {
    padding-left: 0;
    justify-content: center;
  }
}
.description2__text {
  max-width: 630px;
  padding-left: 35px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1031px) {
  .description2__text {
    max-width: 460px;
  }
}
@media (max-width: 812px) {
  .description2__text {
    padding-left: 0;
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .description2__text {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .description2__text p {
    margin: 15px 0;
  }
}
.description2__img {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  margin-top: -52px;
  margin-bottom: -52px;
}
@media (max-width: 812px) {
  .description2__img {
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  .description2__img {
    margin: 15px 0;
  }
}

@media (max-width: 600px) {
  .objects__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.objects__items {
  box-sizing: border-box;
}
.objects__item {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  cursor: pointer;
  border: 1px solid #F1F2F6;
}
.objects__item .objects__header.active:before {
  background-image: url(../img/shevron-up.svg);
  height: 8px;
  width: 16px;
}
.objects__item:not(.active):hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.objects__item:not(.active):hover h6 {
  color:  var(--primary) ;
}
.objects__header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 25px 50px 25px 35px;
}
@media (max-width: 600px) {
  .objects__header {
    padding: 15px 25px 15px 10px;
  }
}
.objects__header h6 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  color: #333333;
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 600px) {
  .objects__header h6 {
    padding-left: 10px;
    font-size: 15px;
  }
}
.objects__header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin-top: auto;
  margin-bottom: auto;
  height: 8px;
  width: 16px;
  background-image: url(../img/shevron-down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .objects__header::before {
    right: 7px;
  }
}
.objects__head-img {
  margin-top: auto;
  margin-bottom: auto;
  width: 76px;
  height: 50px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .objects__head-img {
    width: 54px;
    height: 35px;
  }
}
.objects__content {
  padding: 0 35px 10px 35px;
}
@media (max-width: 600px) {
  .objects__content {
    padding: 0 10px 10px 10px;
  }
}
.objects__content p {
  color: #333333;
  padding: 0;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .objects__content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.objects__content:not(.active) {
  display: none;
}
.objects__images a {
  display: block;
  height: calc(100% - 25px);
  margin-bottom: 25px;
  display: block;
  position: relative;
  --ratio: 1/1.5285714286;
}
.objects__images a::before {
  content: "";
  position: relative;
  height: 0;
  display: block;
  padding-bottom: calc(var(--ratio) * 100%);
}
.objects__images a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.objects__images .row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 25px;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
}
.objects__images .row::after, .objects__images .row::before {
  display: none;
}
.objects__images .row > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
@media (max-width: 600px) {
  .objects__images .row {
    --bs-gutter-x: 15px;
    margin-left: calc(-1 * var(--bs-gutter-x) / 2);
    margin-right: calc(-1 * var(--bs-gutter-x) / 2);
  }
  .objects__images .row > * {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}

.op-05 {
  opacity: 0.5 !important;
}

.projects_map__head__row {
  --bs-gutter-x: 32px;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
  width: calc(100% + var(--bs-gutter-x));
}
.projects_map__head__row > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.row {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 16px;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
}
.row > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.row::before, .row::after {
  display: none;
}

.projects_map__head__container {
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1440px) {
  .projects_map__head__container .btn-group .btn {
    width: 120px;
  }
}
.projects_map__head__container .btn-group .btn-text {
  margin-left: 10px;
}
@media (min-width: 1160px) {
  .projects_map__head__container .btn-group .btn-text {
    display: none;
  }
}
@media (min-width: 1440px) {
  .projects_map__head__container .btn-group .btn-text {
    display: inline;
  }
}

.projects_map__head__logo {
  text-align: left;
}
@media (min-width: 1160px) {
  .projects_map__head__logo {
    width: auto;
  }
}

.projects_map__head-btn.btn {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.projects_map__head-btn.btn.active {
  background-color:  var(--primary) ;
  border-color:  var(--primary) ;
}
.projects_map__head-btn.btn:not(:hover) {
  color: #fff;
}
.projects_map__head-btn.btn.btn-text {
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-filter .row {
  align-items: center;
}
.tabs-filter .projects_map__filter {
  margin-right: 0;
}
.tabs-filter .select2 {
  width: 100%;
}
@media (min-width: 992px) {
  .tabs-filter .select2 {
    width: 174px !important;
  }
}

.tabs-filter__content .select2-container--default .select2-selection--single {
  border-color: #fff;
  border-right-color: #C4C4C4;
}
.tabs-filter__content:not(.active) {
  display: none;
}

.tabs-filter__btn {
  cursor: pointer;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  color: #fff;
letter-spacing: 1.4px; 
}
.tabs-filter__btn:hover {
  color:  var(--primary) ;
}

.projects_map__head__col2 .row {
  flex-grow: 1;
  height: 80px;
}

.projects_map__head__col2,
.col,
.projects_map__head__col {
  flex: 1 0 0%;
}

.projects_map__search {
  width: 504px;
}
@media (min-width: 1440px) {
  .projects_map__search {
    width: 574px;
  }
}

.select-wrap {
  position: relative;
}

.btn.btn-transparent:not(:hover) {
  border-color:  var(--primary) ;
}

.projects_map_popup__btn {
  border-color:  var(--primary) ;
}
.projects_map_popup__btn:hover {
  background-color:  var(--primary) ;
  border-color:  var(--primary) ;
}

.col-place span {
  margin-left: 10px;
}
@media (min-width: 1160px) {
  .col-place span {
    display: none;
  }
}
@media (max-width: 1160px) {

  .projects_map__head__col2 {
    padding-top: 0;
  }

  .col-mob-100 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }
  .col-mob-100::before {
    content: "";
    width: 120vw;
    left: -10vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
  }
  .col-mob-100 .btn {
    width: 100%;
  }

  .col-cities {
    order: -1;
  }

  .col-place {
    order: 3;
    padding-bottom: 0;
  }
  .col-place::before {
    display: none;
    padding-bottom: 0;
  }
  .col-btns .btn-group {
    display: flex;
  }
  .col-btns .btn-group .btn {
    width: 50%;
  }
  .col-btns .btn-text {
    display: block;
  }

  .tabs-filter__content .col-auto {
    width: 100%;
  }

  .projects_map__search {
    width: 100%;
    display: block;
  }

  .projects_map__search {
    margin-bottom: 0;
  }

  .projects_map__head__col {
    position: relative;
  }

  .col-tab-btns {
    padding-bottom: 0;
  }
  .col-tab-btns::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .projects_map__head__col::before {
    content: "";
    width: 120vw;
    left: -10vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
  }
}
.btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  z-index: 5;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.btn-more:not(:hover) {
  background: #2F3338;
}

.projects_map_popup__content {
  overflow-y: auto;
  position: relative;
  padding-bottom: 45px;
}

.projects_map_popup {
  overflow: hidden;
}

.projects_map_popup__content::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.projects_map_popup__content::-webkit-scrollbar-track {
  background-color: #ecedee;
}

.projects_map_popup__content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color:  var(--primary) ;
}

.projects_map_popup__content::-webkit-scrollbar-thumb:hover {
  background-color:  var(--primary) ;
}

.projects_map_popup__content::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

.projects_map_popup__content::-webkit-scrollbar {
  width: 4px;
}

.list-view-section {
  padding-top: 80px;
  max-width: 1037px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.list-view-section .tabs_type_filter__item {
  text-align: center;
  width: calc(50% - 6px);
  padding-left: 2px;
  padding-right: 2px;
}

.list-view-section-group {
  margin-bottom: 23px;
}
.list-view-section-group__title {
  display: flex;
  align-items: center;
  font-size: 38px;
  color: #2F3338;
  font-weight: bold;
  margin-bottom: 21px;
}
.list-view-section-group__title img {
  margin-right: 19px;
}

.list-view-section-item {
  margin-bottom: 30px;
}
.list-view-section-item__img-wrap {
  display: block;
  position: relative;
  --ratio: 300/490;
  margin-bottom: 20px;
}
.list-view-section-item__img-wrap::before {
  content: "";
  position: relative;
  height: 0;
  display: block;
  padding-bottom: calc(var(--ratio) * 100%);
}
.list-view-section-item__img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-view-section-item a.d-block:not(:hover) {
  color: #2F3338;
}
.list-view-section-item a.d-block:hover {
  color:  var(--primary) ;
}
.list-view-section-item .projects_map_popup__info__item__pic__text {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.list-view-section-item .projects_map_popup__info__item__val:hover .projects_map_popup__info__item__pic__text {
  color:  var(--primary)  !important;
}
.list-view-section-item__title {
  font-size: 26px;
  margin-bottom: 4px;
}
.list-view-section-item__title--lg {
  font-weight: bold;
}
.list-view-section-item .projects_map_popup__address {
  color: #2F3338;
  margin-bottom: 20px;
  display: block;
}
.list-view-section-item .projects_map_popup__info__item__pic__text {
  color: #2F3338;
}

.row--persons {
  --bs-gutter-x: 0;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
}
.row--persons > * {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.row--persons .list-view-section-item {
  padding: 20px 20px;
  margin-bottom: 0;
  min-height: 100%;
  margin-top: -1px;
  margin-right: -1px;
  border: 1px solid #E5E5E5;
}
@media (min-width: 992px) {
  .row--persons .list-view-section-item {
    padding: 20px 30px;
    padding-right: 40px;
  }
}
.row--persons .list-view-section-item:hover {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  z-index: 4;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.row--persons .list-view-section-item:hover .projects_map_popup__info__item__pic__text {
  color:  var(--primary) ;
}
.row--persons .projects_map_popup__info__item__pic__text {
  max-width: 300px;
}
.row--persons .projects_map_popup__info__item__pic {
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .row--persons .projects_map_popup__info__item__pic {
    width: 100px;
    height: 100px;
  }
}
.row--persons .projects_map_popup__info__item__val {
  align-items: center;
  font-weight: bold;
  font-size: 22px;
}

.projects_map__detail__pre_head {
  position: relative;
}

@media (min-width: 1160px) {
  .page-top--icon-wrap {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.video-block {
  display: block;
  position: relative;
  --ratio: 600/1000;
  display: block;
  margin-bottom: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.video-block::before {
  content: "";
  position: relative;
  height: 0;
  display: block;
  padding-bottom: calc(var(--ratio) * 100%);
}
.video-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.video-block::after {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='47' stroke='white' stroke-width='2'/%3E%3Cpath d='M70 48L37 67.0526L37 28.9474L70 48Z' fill='white'/%3E%3C/svg%3E%0A");
}

.projects_map__detail__text .projects_map__detail__slider__wrap {
  margin-bottom: 60px;
}
.projects_map__detail__text .projects_map__detail__slider {
  margin-bottom: 25px;
}
.projects_map__detail__text .projects_map__detail__slider__footer {
  padding-left: 0;
  color: #333333;
  background-color: #fff;
}

.projects_map__detail__text .font_upper_md.add_review_icon {
  display: block;
  margin-top: 30px;
}
.projects_map__detail__text .font_upper_md.add_review_icon .animate-load {
  display: block;
}
.projects_map__detail__text .font_upper_md.add_review_icon .animate-load span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
}
.projects_map__detail__text .font_upper_md.add_review_icon .animate-load svg {
  margin-right: 10px;
}
.projects_map__detail__text .btn-wrap {
  --bs-gutter-x: 20px;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
  display: flex;
  justify-content: center;
}
.projects_map__detail__text .btn-wrap > * {
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
}
.projects_map__detail__text .btn-wrap .btn {
  width: 220px;
  padding: 1.25rem 14px;
  height: 62px;
}
.projects_map__detail__text .btn-wrap .btn [stroke] {
  stroke: currentColor !important;
}
.projects_map__detail__text .btn-wrap .btn svg {
  margin-right: 10px;
}
.projects_map__detail__text .btn-wrap .btn:not(:hover) {
  color: #2F3338;
}

.item--fancybox {
  display: block;
  display: block;
  position: relative;
  --ratio: 3/2;
  margin-bottom: var(--bs-gutter-x);
}
.item--fancybox::before {
  content: "";
  position: relative;
  height: 0;
  display: block;
  padding-bottom: calc(var(--ratio) * 100%);
}
.item--fancybox img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.all-gal-link {
  position: relative;
}
.all-gal-link span {
  position: static;
}

.container .maxwidth-theme .projects_map_helper__content {
  padding-left: 0;
  padding-right: 0;
}