.objects .objects-cont a.objects-item {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 3vw;
  color: #fff;
  position: relative;
}
.objects .objects-cont a.objects-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.decision {
  padding-top: 50px;
}

.currency {
  margin-top: 70px;
}
.currency .currency__img-wrap {
  padding-right: 30px;
}
.currency .currency__text-wrap {
  max-width: 52%;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d4ad37;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

.main {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.ctab-cont__right {
  background-color: transparent;
}
.ctab-cont__right iframe {
  height: 23vw;
}

.services .cbp-l-filters-alignRight {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .cbp-l-filters-alignRight .cbp-filter-item {
  margin: 0;
  font-size: 1vw;
  padding: 0.3vw 2vw;
  text-transform: none;
}
.services .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  background-color: #d4ad37;
  border-color: #d4ad37;
}
.services .cbp-l-filters-alignRight .cbp-filter-item:first-child {
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
}
.services .cbp-l-filters-alignRight .cbp-filter-item:last-child {
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
}
.services #js-grid-masonry .cbp-item {
  border-radius: 1vw;
  height: 20vw !important;
}
.services #js-grid-masonry .cbp-item a {
  height: 100%;
}
.services #js-grid-masonry .cbp-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.services #js-grid-masonry .cbp-item a p {
  position: absolute;
  z-index: 992;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  font-size: 1.2vw;
  font-weight: bold;
}
.services #js-grid-masonry .cbp-item a p span.serv-link {
  display: flex;
  margin-top: 20px;
  font-weight: lighter;
  color: #d4ad37;
}
.services #js-grid-masonry .cbp-item a p span.serv-link img {
  width: 15px;
  margin-left: 10px;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #d4ad37;
}

.cbp-filter-counter::after {
  border-top: 4px solid #d4ad37 !important;
}

#nav__wrap {
  transition: 0.3s all ease;
}

.nav__wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s all ease;
  box-shadow: 0 5px 8px 0 rgba(34, 60, 80, 0.2);
}

#menu-item-233.lang-item {
  display: flex;
}
#menu-item-233.lang-item a {
  padding: 0;
  margin: 0 0 0 1vw;
}
#menu-item-233.lang-item a img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.offer__l {
  width: 50%;
}
.page-dev {
    text-align: center;
}
.page-dev a {
    color: #d4ad37;
}
@media (max-width: 567px) {
  .main-feat {
    justify-content: center;
  }
}
