@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQ.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background: radial-gradient(159.39% 141.42% at 100% 0%, #1e1e1e 48%, #171717 100%);
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #fff;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Inter", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1224px;
  }
}
body {
  padding-top: 167px;
}
.header {
  padding: 47px 0 54px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.header.top {
  background: #1c1c1c;
  padding: 20px 0;
}
.header.top:after {
  display: none;
}
.header.nobg:after {
  display: none;
}
.header:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url('/img/header.svg');
  bottom: -45px;
  left: calc(50% - 165px);
}
.header ul {
  margin-top: 13px;
  margin-left: 40px;
}
.header ul li {
  display: inline-block;
  position: relative;
}
.header ul li:not(:last-child) {
  margin-right: 15px;
}
.header ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 23px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.header ul li a.opened {
  background: #363636;
  color: #727070;
}
.header ul li a.opened .arrow {
  background: url('/img/arrowh.svg');
}
.header ul li a.active {
  color: #727070;
  text-decoration: underline;
}
.header ul li a .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 7px;
  background: url('/img/arrow.svg');
  margin-left: 4px;
}
.header ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #363636;
  border-radius: 0 0 12px 12px;
  padding: 10px 23px 12px 23px;
  margin: -10px 0 0 0;
  z-index: 3;
  display: none;
}
.header ul li ul li {
  display: block;
  margin: 0!important;
}
.header ul li ul li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #d6c58f;
  padding: 0;
}
.header .contacts {
  margin-top: 25px;
  margin-left: 40px;
}
.header .contacts a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.header .contacts a.tg {
  width: 21px;
  height: 18px;
  margin-right: 15px;
  background: url('/img/mess1.svg');
}
.header .contacts a.whatsapp {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: url('/img/mess2.svg');
}
.header .contacts a.phone {
  font-weight: 700;
  line-height: 17px;
}
.header button {
  margin-top: 8px;
  width: 184px;
  height: 58px;
  background: none;
  border: 1px solid #d6c58f;
  border-radius: 200px;
  color: #d6c58f;
  font-size: 13px;
  font-weight: 700;
}
.header button:hover {
  background: #d6c58f;
  color: #000;
}
.header .menu-button {
  width: 30px;
  height: 22px;
  background: url('/img/menu-button.svg');
  margin-top: 25px;
  display: none;
}
.header .mob-links {
  padding-right: 50px;
  margin-top: 6px;
  display: none;
}
.header .mob-links a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.header .mob-links a:nth-child(1) {
  width: 22px;
  height: 22px;
  background: url('/img/mob-header-link1.svg');
}
.header .mob-links a:nth-child(2) {
  width: 24px;
  height: 22px;
  background: url('/img/mob-header-link2.svg');
}
.header .mob-links a:nth-child(3) {
  width: 23px;
  height: 23px;
  background: url('/img/mob-header-link3.svg');
  margin-right: 0;
}
.index-first-block .content {
  width: calc(50vw + 50%);
  position: relative;
}
.index-first-block .content:before {
  content: "";
  position: absolute;
  background: url('/img/before.svg');
  width: 417px;
  height: 549px;
  top: 12px;
  left: -16px;
  pointer-events: none;
}
.index-first-block .content .text {
  display: inline-block;
  padding: 73px 0 191px;
  max-width: 428px;
}
.index-first-block .content .text .id {
  color: #a5a4a4;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 25px;
  margin-top: 3px;
}
.index-first-block .content .text .ul li {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0 0 0 20px;
  line-height: 20px;
}
.index-first-block .content .text .ul li:nth-child(1) {
  background: url('/img/item-icon1.svg') no-repeat left;
}
.index-first-block .content .text .ul li:nth-child(2) {
  background: url('/img/item-icon2.svg') no-repeat left;
}
.index-first-block .content .text .ul li:nth-child(3) {
  background: url('/img/item-icon3.svg') no-repeat left;
}
.index-first-block .content .text h2 {
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 48px;
  font-weight: 600;
  line-height: 49px;
  z-index: 3;
}
.index-first-block .content .text h2.small {
  font-size: 32px;
  line-height: 43px;
}
.index-first-block .content .text h2 .play {
  position: absolute;
  width: 55px;
  height: 55px;
  background: url('/img/play.svg') center / cover;
  top: -24px;
  right: -24px;
}
.index-first-block .content .text h2 .play.other {
  right: 90px;
}
.index-first-block .content .text .top-text {
  margin: -5px 0 24px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 24px;
  line-height: 49px;
  position: relative;
  z-index: 3;
}
.index-first-block .content .text .top-text.other {
  margin: 0 0 10px 0;
}
.index-first-block .content .text ul {
  padding-bottom: 18px;
  position: relative;
  z-index: 3;
}
.index-first-block .content .text ul li {
  margin-bottom: 22px;
  padding-left: 36px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}
.index-first-block .content .text ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  text-align: center;
}
.index-first-block .content .text .bottom-link {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 251px;
  height: 58px;
  line-height: 58px;
  border-radius: 200px;
  background: #9c7451;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
.index-first-block .content .text p {
  margin-bottom: 30px;
  color: #a5a4a4;
  line-height: 21px;
}
.index-first-block .content .text .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
.index-first-block .content .text .metro {
  margin-top: 4px;
  padding: 0 0 1px 37px;
  background: url('/img/metro2.svg') no-repeat 0 0;
  color: #727070;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
  text-align: left;
}
.index-first-block .content .text .metro span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.index-first-block .content .text .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 475px;
}
.index-first-block .content .text .slider .list {
  margin-bottom: 25px;
}
.index-first-block .content .text .slider .list .item {
  width: 727px;
  margin: 0 40px 0 0;
}
.index-first-block .content .text .slider .list .item img {
  border-radius: 30px;
}
.index-first-block .content .text .slider .slider-nav {
  position: absolute;
  bottom: 0px;
  width: 38px;
  height: 38px;
}
.index-first-block .content .text .slider .slider-nav.prev {
  left: 475px;
  background: url('/img/prev.svg');
}
.index-first-block .content .text .slider .slider-nav.prev:hover {
  background: url('/img/prevh.svg');
}
.index-first-block .content .text .slider .slider-nav.next {
  left: 520px;
  background: url('/img/next.svg');
}
.index-first-block .content .text .slider .slider-nav.next:hover {
  background: url('/img/nexth.svg');
}
.index-first-block .content .text .slider .bottom-text {
  width: 727px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.index-first-block .content .text .slider .bottom-text span {
  vertical-align: middle;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  background: #9C7451;
  margin: 0 10px;
}
.index-first-block .content .text .slider .bottom-text .link {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  background: url('/img/link.svg');
  margin: -2px 0 0 18px;
}
.index-first-block .content .text .slider .bottom-text .down {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url('/img/down.svg');
}
.popular-items-block {
  padding-bottom: 124px;
}
.popular-items-block h2 {
  display: inline-block;
  margin-bottom: 13px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 24px;
  font-weight: 700;
  line-height: 49px;
}
.popular-items-block .list {
  width: calc(50vw + 50%);
  overflow: hidden;
}
.popular-items-block .list .item {
  width: 274px;
  margin: 0 20px 0 0;
  position: relative;
}
.popular-items-block .list .item img {
  border-radius: 20px;
}
.popular-items-block .list .item p {
  position: absolute;
  top: 21px;
  left: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.popular-items-block .list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.indexbg {
  border-radius: 60px 60px 0px 0px;
  background: #222222;
  padding: 64px 0 0 0;
  position: relative;
}
.indexbg.other_star:before {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: -22px;
  left: 130px;
  width: 45px;
  height: 45px;
  background: url('/img/star5.svg');
}
.indexbg:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -31px;
  width: 62px;
  height: 62px;
  background: url('/img/star.svg');
}
.index-catalog-block {
  padding-bottom: 90px;
}
.index-catalog-block .container {
  position: relative;
}
.index-catalog-block h2 {
  margin-bottom: 40px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 24px;
  font-weight: 700;
  line-height: 49px;
}
.index-catalog-block .map-link {
  position: absolute;
  right: 15px;
  top: 0;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 212px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #d6c58f;
  border-radius: 200px;
  text-decoration: none;
}
.index-catalog-block .map-link span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  background: url('/img/map.svg');
  margin: -2px 6px 0 0;
}
.index-catalog-block .menu {
  margin-bottom: 35px;
}
.index-catalog-block .menu li {
  display: inline-block;
  vertical-align: middle;
}
.index-catalog-block .menu li:not(:last-child) {
  margin-right: 15px;
}
.index-catalog-block .menu li a {
  display: block;
  text-decoration: none;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 14px 38px;
  border: 1px solid #363636;
  border-radius: 200px;
  transition: none;
}
.index-catalog-block .menu li a.selected {
  color: #fff;
  padding: 21px 41px;
  background: #9c7451;
  border: 1px solid #9c7451;
}
.index-catalog-block .top-link {
  position: absolute;
  right: 15px;
  top: 0;
  text-decoration: none;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 21px 40px;
  border: 1px solid #363636;
  border-radius: 200px;
}
.index-catalog-block .top-link:hover {
  background: #363636;
}
.index-catalog-block .list {
  overflow: hidden;
  display: none;
}
.index-catalog-block .hidden {
  display: none;
}
.index-catalog-block .item {
  background: #fff;
  color: #000;
  margin-bottom: 45px;
  padding: 28px 28px 38px 28px;
  border-radius: 30px;
}
.index-catalog-block .item .photos {
  padding-bottom: 11px;
  margin-left: -4px;
  margin-right: -4px;
}
.index-catalog-block .item .photos .col-6 {
  padding: 0 4px;
}
.index-catalog-block .item .photos .photo {
  height: 338px;
  margin-bottom: 7px;
  border-radius: 15px;
}
.index-catalog-block .item .photos .small-photo {
  height: 165px;
  margin-bottom: 7px;
  border-radius: 15px;
}
.index-catalog-block .item .id {
  margin-top: 5px;
  color: #a5a4a4;
  font-weight: 700;
  line-height: 17px;
}
.index-catalog-block .item .metro {
  margin-bottom: 8px;
  padding: 0 0 1px 37px;
  background: url('/img/metro.svg') no-repeat 0 0;
  color: #727070;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
  text-align: left;
}
.index-catalog-block .item .metro span {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.index-catalog-block .item h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  height: 60px;
}
.index-catalog-block .item ul li {
  display: inline-block;
  margin: 0 14px 8px 0;
  padding: 0 0 0 20px;
  line-height: 20px;
}
.index-catalog-block .item ul li:nth-child(1) {
  background: url('/img/item-icon1.svg') no-repeat left;
}
.index-catalog-block .item ul li:nth-child(2) {
  background: url('/img/item-icon2.svg') no-repeat left;
}
.index-catalog-block .item p {
  margin-bottom: 30px;
  color: #848484;
  font-weight: 300;
  line-height: 20px;
}
.index-catalog-block .item .link {
  padding-left: 217px;
  position: relative;
}
.index-catalog-block .item .desc {
  height: 180px;
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.index-catalog-block .item .link a {
  display: block;
  text-decoration: none;
  text-align: center;
  height: 58px;
  line-height: 58px;
  border-radius: 200px;
  background: #9c7451;
  font-weight: 700;
  color: #fff;
}
.index-catalog-block .item .link a:hover {
  background: #222222;
}
.index-catalog-block .item .link .price {
  position: absolute;
  left: 0;
  top: 0;
  width: 204px;
  text-align: center;
  height: 58px;
  line-height: 54px;
  color: #9c7451;
  font-weight: 700;
  border: 2px solid #9c7451;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-catalog-block .bottom-button {
  display: none;
  width: 100%;
  height: 58px;
  background: none;
  border: 1px solid #363636;
  border-radius: 200px;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
}
.index-catalog-block .more-button {
  width: 100%;
  height: 58px;
  background: none;
  border: 1px solid #363636;
  border-radius: 200px;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
}
.index-catalog-block .more-button:hover {
  border: 1px solid #d6c58f;
}
.index-catalog-block .filter {
  margin-bottom: 38px;
  border-radius: 50px;
  background: #1f1f1f;
  padding: 28px 36px;
}
.index-catalog-block .filter .select-block {
  position: relative;
}
.index-catalog-block .filter .select-block .link {
  display: inline-block;
  text-decoration: none;
  padding: 0 100px 0 24px;
  border-radius: 200px;
  background: #363636 url('/img/arrow2.svg') no-repeat right 22px top 50%;
  color: #727070;
  font-size: 12px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}
.index-catalog-block .filter .select-block .window {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px 10px 15px;
  border-radius: 24px;
  background: #363636;
  z-index: 5;
  display: none;
}
.index-catalog-block .filter .select-block .window .checkbox {
  display: none;
}
.index-catalog-block .filter .select-block .window .checkbox + label {
  display: inline-block;
  cursor: pointer;
  display: block;
  margin: 0 0 10px 0;
  line-height: 22px;
  padding: 0 0 0 31px;
  color: #727070;
  font-size: 12px;
  font-weight: 500;
  background: url('/img/checkbox.svg') no-repeat left;
}
.index-catalog-block .filter .select-block .window .checkbox:checked + label {
  background: url('/img/checkbox2.svg') no-repeat left;
}
.index-catalog-block .filter .price-select {
  margin-top: 22px;
  color: #727070;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-catalog-block .filter .price-select input[type='text'] {
  width: 100px;
  height: 11px;
  padding: 0;
  margin-left: 20px;
  background: none;
  color: #727070;
  font-size: 12px;
  font-weight: 500;
}
.index-catalog-block .filter .price-select input[type='text']:last-child {
  text-align: right;
}
.index-catalog-block .filter .price-select .ui-widget.ui-widget-content {
  display: inline-block;
  width: 228px;
  height: 7px;
  vertical-align: middle;
  margin: 2px 0;
  border: 0;
}
.index-catalog-block .filter .price-select .ui-widget-content {
  background: #363636;
}
.index-catalog-block .filter .price-select .ui-widget-header {
  background: #d6c58f;
}
.index-catalog-block .filter .price-select .ui-state-default,
.index-catalog-block .filter .price-select .ui-widget-content .ui-state-default,
.index-catalog-block .filter .price-select .ui-widget-header .ui-state-default,
.index-catalog-block .filter .price-select .ui-button,
.index-catalog-block .filter .price-select html .ui-button.ui-state-disabled:hover,
.index-catalog-block .filter .price-select html .ui-button.ui-state-disabled:active {
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #d6c58f;
  margin: -4px 0 0 -11px;
}
.index-catalog-block .filter .buyed {
  line-height: 52px;
}
.index-catalog-block .filter .buyed .checkbox {
  display: none;
}
.index-catalog-block .filter .buyed .checkbox + label {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 31px;
  color: #727070;
  font-size: 12px;
  font-weight: 500;
  background: url('/img/checkbox.svg') no-repeat left;
}
.index-catalog-block .filter .buyed .checkbox:checked + label {
  background: url('/img/checkbox2.svg') no-repeat left;
}
.index-catalog-block .filter button {
  width: 159px;
  height: 52px;
  border-radius: 200px;
  background: #9c7451;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
#map {
  width: 500px;
}
.feedback-banner {
  padding-bottom: 116px;
}
.feedback-banner .banner {
  border: 1px solid #434242;
  border-radius: 60px;
  padding: 24px 27px 26px 132px;
  position: relative;
}
.feedback-banner .banner:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41px;
  width: 57px;
  height: 57px;
  background: url('/img/star2.svg');
}
.feedback-banner .banner .text {
  margin-top: 8px;
}
.feedback-banner .banner .text h2 {
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 30px;
  font-weight: 700;
}
.feedback-banner .banner .text p {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 18px;
  font-weight: 500;
}
.feedback-banner .banner .links {
  width: 402px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.feedback-banner .banner .links.other {
  width: 224px;
}
.feedback-banner .banner .links.other button {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
}
.feedback-banner .banner .links a {
  display: inline-block;
  width: 76px;
  height: 76px;
  line-height: 74px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #d6c58f;
  text-align: center;
}
.feedback-banner .banner .links a img {
  vertical-align: middle;
}
.feedback-banner .banner .links button {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 178px);
  height: 76px;
  border-radius: 200px;
  background: #d6c58f;
  border: 1px solid #d6c58f;
  font-weight: 700;
}
.feedback-banner .banner .links button:hover {
  background: none;
  color: #d6c58f;
}
.index-objects-block {
  padding-bottom: 163px;
}
.index-objects-block .container {
  position: relative;
}
.index-objects-block .top-link {
  position: absolute;
  right: 15px;
  top: -4px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 21px 40px;
  border-radius: 200px;
  background: #d6c58f;
  text-decoration: none;
}
.index-objects-block h2 {
  margin-bottom: 33px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 24px;
  font-weight: 700;
  line-height: 49px;
}
.index-objects-block .list {
  overflow: hidden;
}
.index-objects-block .list .item {
  background: #fff;
  color: #000;
  border-radius: 30px;
  padding: 16px 16px 20px 16px;
}
.index-objects-block .list .item .image {
  margin-bottom: 15px;
  position: relative;
}
.index-objects-block .list .item .image img {
  width: 100%;
  border-radius: 20px;
}
.index-objects-block .list .item .image .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/img/play2.svg') no-repeat center;
}
.index-objects-block .list .item h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.index-objects-block .list .item p {
  color: #a5a4a4;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.index-objects-block .bottom-button {
  display: none;
  width: 100%;
  height: 58px;
  background: none;
  border: 1px solid #363636;
  border-radius: 200px;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
}
.footer {
  border-radius: 60px 60px 0px 0px;
  background: #1e1e1e;
  padding: 38px 0 35px;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  top: -22px;
  width: 44px;
  height: 44px;
  background: url('/img/star3.svg');
  left: calc(50% + 300px);
}
.footer .copy p {
  margin-bottom: 12px;
  color: #a5a4a4;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.footer .copy p a {
  text-decoration: none;
  color: #a5a4a4;
}
.footer .copy .social {
  padding-top: 12px;
}
.footer .copy .social a {
  display: inline-block;
}
.footer .copy .social a:not(:last-child) {
  margin-right: 10px;
}
.footer nav {
  width: 312px;
}
.footer nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 27px;
  color: #a5a4a4;
}
.footer nav ul li a.active {
  color: #fff;
}
.footer nav ul li a:hover {
  color: #d6c58f;
  text-decoration: underline;
}
.footer .contacts {
  text-align: right;
  width: 270px;
}
.footer .contacts .mess {
  margin-bottom: 8px;
}
.footer .contacts .mess a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.footer .contacts .mess a.tg {
  width: 21px;
  height: 18px;
  margin-right: 15px;
  background: url('/img/mess1.svg');
}
.footer .contacts .mess a.whatsapp {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: url('/img/mess2.svg');
}
.footer .contacts .mess a.phone {
  font-weight: 700;
  line-height: 17px;
}
.footer .contacts .mail {
  display: block;
  margin-bottom: 13px;
  color: #a5a4a4;
  font-size: 13px;
  line-height: 21px;
}
.footer .contacts .adress {
  color: #a5a4a4;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.footer .contacts .adress:not(:last-child) {
  margin-bottom: 18px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  overflow-y: scroll;
  background: radial-gradient(159.39% 141.42% at 100% 0%, #1e1e1e 48%, #171717 100%);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  opacity: 0;
  z-index: -10;
  pointer-events: none;
}
.mobile-menu .close {
  position: absolute;
  right: 30px;
  top: 35px;
  background: url('/img/close.svg');
  width: 24px;
  height: 24px;
}
.mobile-menu .logo {
  padding: 24px 28px 40px 28px;
}
.mobile-menu .logo img {
  max-width: 125px;
}
.mobile-menu ul {
  margin-bottom: 65px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 0 30px;
  font-family: Comfortaa;
  font-weight: 600;
  line-height: 52px;
  color: #d6c58f;
}
.mobile-menu ul li a.active {
  color: #000;
  background: linear-gradient(90deg, #d6c58f, #70674b 100%);
}
.mobile-menu ul li ul {
  margin: 0;
  display: none;
}
.mobile-menu .soc {
  margin: 0 30px 45px 30px;
  position: relative;
}
.mobile-menu .soc a {
  display: inline-block;
  text-decoration: none;
  width: 57px;
  height: 57px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d6c58f;
  margin-right: 8px;
}
.mobile-menu .soc a img {
  vertical-align: middle;
}
.mobile-menu .soc button {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 210px);
  height: 57px;
  background: none;
  border: 1px solid #d6c58f;
  border-radius: 200px;
  font-weight: 700;
  color: #d6c58f;
  font-size: 13px;
}
.mobile-menu .copy {
  padding: 0 30px 25px 30px;
  color: #a5a4a4;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}
.mobile-menu .social {
  padding: 0 30px 25px 30px;
}
.mobile-menu .social a {
  display: inline-block;
  width: 29px;
  margin-right: 8px;
}
.popup {
  width: 600px;
  max-width: 100%;
  padding: 24px 30px 40px 30px!important;
  background: radial-gradient(139.52% 141.42% at 100% 0%, #1e1e1e 48%, #171717 100%);
}
.popup .logo {
  margin-bottom: 64px;
}
.popup .logo img {
  max-width: 125px;
}
.popup h2 {
  margin-bottom: 27px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}
.popup .field {
  position: relative;
  margin-bottom: 20px;
}
.popup .field.phone input[type='text'] {
  padding-left: 52px;
}
.popup .field.phone p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  margin-top: -1px;
  color: #a5a4a4;
}
.popup .field.phone .flag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.popup .field input[type='text'] {
  width: 100%;
  height: 46px;
  background: none;
  border-bottom: 1px solid #727070;
  /*color: #fff;*/
}
.popup .button {
  margin-top: 25px;
  width: 100%;
  height: 76px;
  color: #fff;
  font-weight: 700;
  border-radius: 200px;
  background: #9c7451;
  font-size: 16px;
}
.counts-block {
  padding-bottom: 80px;
  background: url('/img/counts-block.svg') no-repeat right 68px bottom 48px;
}
.counts-block.bn {
  background: none;
}
.counts-block .item {
  text-align: center;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  margin-bottom: 15px;
  border: 1px solid #434242;
  border-radius: 60px;
  padding: 32px 20px 25px 20px;
  color: #595858;
  font-family: Comfortaa;
  font-weight: 500;
  line-height: 21px;
}
.counts-block .item:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #d6c58f;
}
.counts-block .item p {
  color: #d6c58f;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}
.plans-block {
  padding-bottom: 125px;
}
.plans-block .menu {
  margin-bottom: 88px;
}
.plans-block .menu li {
  display: inline-block;
  vertical-align: middle;
}
.plans-block .menu li:not(:last-child) {
  margin-right: 15px;
}
.plans-block .menu li a {
  display: block;
  text-decoration: none;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 14px 38px;
  border: 1px solid #363636;
  border-radius: 200px;
  transition: none;
}
.plans-block .menu li a.selected {
  color: #fff;
  padding: 21px 41px;
  background: #9c7451;
  border: 1px solid #9c7451;
}
.plans-block .plan div {
  display: table-cell;
  vertical-align: middle;
  color: #a5a4a4;
  line-height: 23px;
}
.plans-block .plan div img {
  max-width: 480px;
  margin-right: 80px;
}
.object-pre-image-block {
  text-align: center;
}
.object-pre-image-block h2 {
  max-width: 735px;
  margin: 0 auto 21px auto;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
  position: relative;
  z-index: 3;
}
.object-pre-image-block a {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url('/img/down2.svg');
  position: relative;
  z-index: 3;
}
.object-image {
  height: 864px;
  background: url('/img/about.jpg') center / cover;
  background-attachment: fixed;
  position: relative;
  margin-top: -100px;
}
.object-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #222222 8.475%, rgba(27, 27, 27, 0.4) 72%, rgba(0, 0, 0, 0) 100%);
}
.about-block {
  padding: 110px 0 102px;
  min-height: 450px;
}
.about-block .container {
  position: relative;
}
.about-block .round {
  position: absolute;
  right: 15px;
  top: 0;
  width: 246px;
  height: 246px;
  line-height: 242px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #434242;
}
.about-block .round img {
  vertical-align: middle;
}
.about-block .top-text {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  font-weight: 400;
}
.about-block h2 {
  display: inline-block;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}
.about-block p {
  margin-bottom: 28px;
  color: #a5a4a4;
  line-height: 23px;
  width: 75%;
}
.about-block .blocks {
  width: 584px;
}
.about-block .blocks .block {
  margin-bottom: 22px;
  padding-left: 33px;
  position: relative;
  color: #a5a4a4;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.about-block .blocks .block span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  text-align: center;
}
.gallery-block {
  padding-bottom: 138px;
}
.gallery-block .top-block {
  margin-bottom: 46px;
}
.gallery-block .top-block p {
  color: #a5a4a4;
  line-height: 23px;
}
.gallery-block .top-block .block-name {
  text-align: right;
}
.gallery-block .top-block .block-name h2 {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 4px;
}
.gallery-block .top-block .block-name p {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 21px;
}
.gallery-block .list {
  overflow: hidden;
}
.gallery-block .list.mob {
  display: none;
}
.gallery-block .list .slider-wrapper {
  display: flex;
}
.gallery-block .list .item {
  height: auto;
  position: relative;
  margin-bottom: 3px;
}
.gallery-block .list .item img {
  height: 100%;
  object-fit: cover;
}
.gallery-block .bottom-item {
  position: relative;
}
.gallery-block img {
  width: 100%;
}
.gallery-block a {
  display: block;
  height: 100%;
  position: relative;
}
.gallery-block a:hover:after {
  opacity: 1;
}
.gallery-block a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/img/zoom.svg') no-repeat center;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  opacity: 0;
}
.prices-block {
  text-align: center;
  padding-bottom: 110px;
}
.prices-block h2 {
  padding-top: 31px;
  margin-bottom: 10px;
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
  position: relative;
}
.prices-block h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 31px;
  background: url('/img/arrow3.svg') no-repeat top center;
}
.prices-block .top-text {
  max-width: 611px;
  margin: 0 auto 54px auto;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 16px;
  line-height: 26px;
}
.prices-block .item {
  margin-bottom: 24px;
  border-radius: 25px;
  background: #1e1e1e;
  padding: 57px 20px 34px 20px;
}
.prices-block .item .icon {
  margin-bottom: 40px;
}
.prices-block .item h3 {
  display: inline-block;
  margin-bottom: 4px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 32px;
}
.prices-block .item p {
  margin-bottom: 20px;
  color: #a5a4a4;
  line-height: 23px;
  padding: 0 10px;
}
.prices-block .item .price {
  display: inline-block;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 26px;
  font-weight: 600;
  line-height: 43px;
}
.prices-block .item button {
  width: 100%;
  height: 58px;
  border-radius: 200px;
  background: #9c7451;
  color: #fff;
  font-weight: 700;
}
.works-block {
  border-radius: 60px;
  background: #1e1e1e url('/img/star4.svg') no-repeat top 52px right 167px;
  padding: 63px 0 10px;
  margin-bottom: 126px;
}
.works-block .top-text {
  display: inline-block;
  margin-bottom: 7px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
}
.works-block h2 {
  display: inline-block;
  margin-bottom: 86px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
}
.works-block .item {
  margin-bottom: 55px;
}
.works-block .item .number {
  margin-bottom: 1px;
  color: #d6c58f;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
}
.works-block .item h3 {
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 26px;
}
.works-block .item p {
  color: #a5a4a4;
  line-height: 21px;
}
.works-block .list {
  overflow: hidden;
  text-align: left;
  margin-right: -28px;
  display: none;
}
.works-block .list .item {
  width: 255px;
  margin: 0 20px 0 0;
}
.works-block .list .swiper-pagination {
  margin: 50px 28px 0 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  height: 9px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #333333;
}
.works-block .list .swiper-pagination .swiper-pagination-progressbar-fill {
  -webkit-border-radius: 36px !important;
  -moz-border-radius: 36px !important;
  border-radius: 36px !important;
  background: #d6c58f;
}
.about-page {
  padding-bottom: 75px;
}
.about-page .text {
  display: table-cell;
  vertical-align: middle;
}
.about-page .text .top-text {
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  margin-bottom: 8px;
}
.about-page .text h1 {
  margin-bottom: 8px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 48px;
  font-weight: 600;
}
.about-page .text p {
  color: #a5a4a4;
  line-height: 23px;
}
.about-page .image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.about-page .image .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/img/play3.svg') no-repeat center;
}
.about-page .image img {
  max-width: 727px;
  margin-left: 40px;
}
.team-page {
  padding-bottom: 86px;
}
.team-page h2 {
  display: inline-block;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}
.team-page .top-text {
  color: #a5a4a4;
  line-height: 23px;
  padding-right: 50px;
}
.team-page .top-link {
  text-align: right;
  margin-bottom: 70px;
}
.team-page .top-link a {
  display: inline-block;
  text-decoration: none;
  color: #d6c58f;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 21px 40px;
  border: 1px solid #d6c58f;
  border-radius: 200px;
}
.team-page .top-link a span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url('/img/graph.svg');
  margin: -4px 8px 0 0;
}
.team-page .item {
  margin-bottom: 50px;
}
.team-page .item img {
  width: 100%;
  margin-bottom: 14px;
}
.team-page .item p {
  margin-bottom: 2px;
  color: #a5a4a4;
  font-size: 12px;
  line-height: 16px;
}
.team-page .item h3 {
  color: #cdbd89;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.team-page .quote {
  text-align: center;
  margin: 47px 0 105px;
  padding: 36px 136px;
  border: 1px solid #434242;
  border-radius: 200px;
}
.team-page .quote p {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 32px;
}
.investors-page {
  padding-bottom: 120px;
}
.investors-page .top-text {
  padding-left: 324px;
  position: relative;
  margin-bottom: 148px;
}
.investors-page .top-text .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 246px;
  height: 246px;
  line-height: 242px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #434242;
}
.investors-page .top-text .logo img {
  vertical-align: middle;
}
.investors-page .top-text h2 {
  display: inline-block;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 12px;
}
.investors-page .top-text p {
  color: #a5a4a4;
  line-height: 23px;
}
.investors-page .top-text p:not(:last-child) {
  margin-bottom: 30px;
}
.investors-page .bottom-text {
  text-align: center;
  position: relative;
  border-radius: 200px;
  background: #333333;
  padding: 47px 136px 37px 136px;
  color: #d6c58f;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 32px;
}
.investors-page .bottom-text:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  width: 55px;
  height: 55px;
  background: url('/img/star6.svg');
}
.steps-block .content {
  position: relative;
  padding: 48px 70px 70px 70px;
  border-radius: 60px 60px 0 0;
  background: #1e1e1e;
}
.steps-block .top-text {
  margin-bottom: 8px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  display: inline-block;
}
.steps-block h2 {
  display: inline-block;
  margin-bottom: 80px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
}
.steps-block .item {
  margin-bottom: 52px;
  padding-right: 60px;
}
.steps-block .item .number {
  margin-bottom: 1px;
  color: #d6c58f;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
}
.steps-block .item h3 {
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
  line-height: 26px;
}
.steps-block .item p {
  color: #a5a4a4;
  line-height: 21px;
}
.bottom-page-form {
  background: #1b1b1b;
  padding: 100px 0 150px;
  margin-bottom: -50px;
  border-radius: 60px 60px 0 0;
}
.bottom-page-form .top-text {
  display: inline-block;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 21px;
}
.bottom-page-form h2 {
  display: inline-block;
  margin-bottom: 7px;
  background: linear-gradient(90deg, #d6c58f, #70674b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Comfortaa;
  font-size: 38px;
  font-weight: 600;
  line-height: 43px;
}
.bottom-page-form p {
  max-width: 466px;
  margin-bottom: 40px;
  color: #a5a4a4;
  line-height: 23px;
}
.bottom-page-form .links .soc {
  display: inline-block;
  vertical-align: middle;
  padding-right: 32px;
}
.bottom-page-form .links .soc a {
  display: inline-block;
  text-decoration: none;
  width: 76px;
  height: 76px;
  line-height: 74px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d6c58f;
  margin-right: 8px;
}
.bottom-page-form .links .soc a img {
  vertical-align: middle;
}
.bottom-page-form .links .phone {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  padding-left: 25px;
  line-height: 17px;
  background: url('/img/phone.svg') no-repeat left;
}
.bottom-page-form .field {
  position: relative;
  margin-bottom: 20px;
}
.bottom-page-form .field.phone input[type='text'] {
  padding-left: 52px;
}
.bottom-page-form .field.phone p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  margin-top: -1px;
  color: #a5a4a4;
}
.bottom-page-form .field.phone .flag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.bottom-page-form .field input[type='text'] {
  width: 100%;
  height: 46px;
  background: none;
  border-bottom: 1px solid #727070;
  color: #fff;
}
.bottom-page-form button {
  width: 100%;
  height: 76px;
  color: #fff;
  font-weight: 700;
  border-radius: 200px;
  background: #9c7451;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .header ul {
    margin-left: 0;
  }
  .header .contacts {
    margin-left: 0;
  }
  .index-first-block .content .text .slider .list .item {
    width: 560px;
  }
  .index-first-block .content .text .slider .bottom-text {
    width: 560px;
  }
  .feedback-banner .banner .links {
    width: 360px;
  }
  .index-catalog-block .filter .select-block .link {
    padding: 0 80px 0 24px;
  }
  .feedback-banner .banner .links.other {
    width: 194px;
  }
}
@media (max-width: 1199px) {
  .header ul li:not(:last-child) {
    margin-right: 0;
  }
  .header ul li a {
    padding: 15px 10px;
  }
  .header ul li ul {
    padding: 10px 10px 12px 10px;
  }
  .header button {
    width: 150px;
  }
  .index-first-block .content .text .slider {
    padding-left: 400px;
  }
  .index-first-block .content .text .slider .slider-nav.prev {
    left: 400px;
  }
  .index-first-block .content .text .slider .slider-nav.next {
    left: 445px;
  }
  .index-first-block .content .text .slider .list .item {
    width: 540px;
  }
  .index-first-block .content .text .slider .bottom-text {
    width: 540px;
  }
  .index-first-block .content .text {
    padding: 20px 0 120px;
  }
  .index-catalog-block .map-link {
    display: none;
  }
  .index-catalog-block .item {
    padding: 25px;
  }
  .feedback-banner .banner .text {
    margin: 0 0 16px 0;
  }
  .feedback-banner .banner .links {
    width: 100%;
  }
  .index-objects-block {
    padding-bottom: 100px;
  }
  .footer nav {
    width: 260px;
  }
  .footer .contacts {
    width: 220px;
  }
  .footer .copy {
    width: 320px;
  }
  .index-first-block .content .text {
    max-width: 390px;
  }
  .plans-block .plan div img {
    margin-right: 30px;
  }
  .object-image {
    height: 700px;
  }
  .about-block p {
    padding-right: 260px;
    width: 90%;
  }
  .index-catalog-block .filter .select-block .link {
    padding: 0 60px 0 20px;
  }
  .index-catalog-block .filter .price-select .ui-widget.ui-widget-content {
    width: 120px;
  }
  .index-catalog-block .filter button {
    width: 140px;
  }
  .index-first-block .content .text h2 .play.other {
    right: 50px;
  }
  .about-page .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-page .container .image {
    width: 100%;
    order: 0;
    display: block;
  }
  .about-page .container .text {
    width: 100%;
    order: 1;
    display: block;
  }
  .about-page .image img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 36px 0;
  }
  .feedback-banner .banner .links.other {
    width: 100%;
  }
  .steps-block .content {
    padding: 48px 30px 70px 30px;
  }
  .bottom-page-form .links .soc {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .header ul {
    display: none;
  }
  .header button {
    width: 180px;
  }
  .header .menu-button {
    display: block;
  }
  .mobile-menu.opened {
    opacity: 1;
    z-index: 30;
    pointer-events: all;
  }
  .index-first-block {
    overflow: hidden;
  }
  .index-first-block .content .text {
    padding: 30px 0 100px 0;
  }
  .index-first-block .content {
    width: auto;
  }
  .index-first-block .content .text .slider {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin-bottom: 30px;
    width: auto;
    width: 1000px;
  }
  .index-first-block .content .text .slider .slider-nav.prev {
    left: 0;
  }
  .index-first-block .content .text .slider .slider-nav.next {
    left: 45px;
  }
  .index-catalog-block .menu {
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .footer nav {
    display: none;
  }
  .footer .contacts {
    width: 270px;
  }
  .footer .copy {
    width: auto;
  }
  .index-catalog-block .list .col-lg-6 {
    width: 100% !important;
  }
  .index-first-block .content .text {
    max-width: 100%;
  }
  .plans-block .plan div {
    display: block;
  }
  .plans-block .plan div img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 36px 0;
  }
  .object-image {
    height: 614px;
  }
  .about-block .round {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 auto 50px auto;
  }
  .about-block p {
    padding: 0;
    width: 100%;
  }
  .index-catalog-block .filter {
    border-radius: 30px;
  }
  .index-catalog-block .filter button {
    width: 540px;
  }
  .index-catalog-block .filter .select-block {
    margin-bottom: 27px;
  }
  .index-catalog-block .filter .select-block .link {
    padding: 0 70px 0 20px;
  }
  .index-catalog-block .top-link {
    display: none;
  }
  .gallery-block .top-block {
    text-align: center;
  }
  .gallery-block .top-block .col-lg-4 {
    order: 0;
  }
  .gallery-block .top-block .col-lg-8 {
    order: 1;
  }
  .gallery-block .top-block .block-name {
    text-align: center;
    margin-bottom: 14px;
  }
  .gallery-block .top-block .block-name h2 {
    display: block;
  }
  .team-page .top-text {
    padding: 0 0 30px 0;
  }
  .team-page .top-link a {
    display: block;
    text-align: center;
  }
  .team-page .quote {
    padding: 36px;
  }
  .investors-page .top-text {
    padding-left: 0;
  }
  .investors-page .top-text .logo {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 auto 30px auto;
    transform: none;
  }
  .investors-page .bottom-text {
    padding: 40px 30px 30px 30px;
    border-radius: 60px;
  }
  .bottom-page-form p {
    max-width: 100%;
  }
  .bottom-page-form .links {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 90px;
  }
  .header .contacts {
    display: none;
  }
  .header button {
    display: none;
  }
  .header .logo {
    width: 125px;
  }
  .header {
    padding: 24px 0 35px;
    border-bottom: 1px solid #434242;
  }
  .header:after {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header .menu-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    margin-top: 3px;
  }
  .header .mob-links {
    display: block;
  }
  .feedback-banner .banner {
    padding: 30px;
    text-align: center;
  }
  .feedback-banner .banner:before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
  }
  .feedback-banner .banner .links {
    text-align: left;
  }
  .footer {
    text-align: center;
  }
  .footer .copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .contacts {
    width: 100%;
    text-align: center;
  }
  .footer:before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
  }
  .plans-block .menu {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .about-block .blocks {
    width: auto;
  }
  .index-catalog-block .filter button {
    width: 100%;
  }
  .index-catalog-block .filter .select-block {
    width: 49%;
  }
  .index-catalog-block .filter .select-block .link {
    display: block;
  }
  .index-catalog-block .filter .price-select {
    line-height: 130%;
    margin: 0 0 27px 0;
  }
  .index-catalog-block .filter .buyed {
    line-height: 22px;
    margin-top: -3px;
  }
  .index-catalog-block .filter .price-select .ui-widget.ui-widget-content {
    width: 170px;
  }
  .about-page {
    padding-top: 30px;
  }
  .steps-block .item {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 28px;
  }
  .header .menu-button {
    right: 28px;
  }
  .index-first-block .content .text {
    padding: 52px 0 66px;
    width: calc(100% + 28px);
  }
  .index-first-block .content:before {
    display: none;
  }
  .index-first-block .content .text h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .index-first-block .content .text h2 .play {
    width: 45px;
    height: 45px;
    top: -26px;
    right: -30px;
  }
  .index-first-block .content .text .slider {
    width: auto;
  }
  .index-first-block .content .text .slider .list .item {
    width: 343px;
    margin: 0 20px 0 0;
  }
  .index-first-block .content .text .slider .bottom-text {
    width: auto;
  }
  .index-first-block .content .text .top-text {
    margin: -3px 0 18px 0;
    font-size: 18px;
    line-height: 49px;
  }
  .index-first-block .content .text ul li {
    font-size: 12px;
    line-height: 15px;
  }
  .index-first-block .content .text ul {
    padding-bottom: 12px;
  }
  .index-first-block .content .text .slider .bottom-text .link {
    display: none;
  }
  .index-first-block .content .text .slider .bottom-text {
    font-size: 12px;
    line-height: 15px;
    padding-right: 30px;
    padding-left: 90px;
  }
  .index-first-block .content .text .slider .slider-nav {
    bottom: -10px;
  }
  .index-first-block .content .text .slider {
    margin-bottom: 36px;
  }
  .index-first-block .content .text .bottom-link {
    display: block;
    width: calc(100% - 28px);
  }
  .popular-items-block h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .popular-items-block {
    padding-bottom: 96px;
  }
  .indexbg {
    padding-top: 32px;
    border-radius: 40px 40px 0 0;
  }
  .indexbg:before {
    width: 40px;
    height: 40px;
    top: -20px;
    background: url('/img/star.svg') center / cover;
  }
  .index-catalog-block .menu li:not(:last-child) {
    margin-right: 12px;
  }
  .index-catalog-block .menu {
    margin: 0 -28px 16px 0;
  }
  .index-catalog-block .row {
    display: none;
  }
  .index-catalog-block .list {
    display: block;
    margin-bottom: 30px;
  }
  .index-catalog-block .bottom-button {
    display: block;
  }
  .index-catalog-block {
    padding-bottom: 114px;
  }
  .feedback-banner .banner {
    padding: 48px 16px 20px 16px;
  }
  .feedback-banner .banner .text h2 {
    font-size: 24px;
  }
  .feedback-banner .banner .text p {
    font-size: 16px;
  }
  .feedback-banner .banner .text {
    margin: 0 0 35px 0;
  }
  .feedback-banner .banner .links a {
    width: 66px;
    height: 66px;
    line-height: 64px;
  }
  .feedback-banner .banner .links button {
    height: 66px;
    line-height: 18px;
    width: calc(100% - 158px);
  }
  .feedback-banner {
    padding-bottom: 85px;
  }
  .index-objects-block .top-link {
    display: none;
  }
  .index-objects-block h2 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 49px;
  }
  .index-objects-block .list .item {
    width: 286px;
  }
  .index-objects-block .list {
    margin: 0 -28px 25px 0;
  }
  .index-objects-block .bottom-button {
    display: block;
  }
  .index-objects-block {
    padding-bottom: 114px;
  }
  .footer {
    padding: 38px 0 107px;
    position: relative;
    border-radius: 40px 40px 0 0;
  }
  .footer .copy .social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 42px;
  }
  .footer .copy .social a:not(:last-child) {
    margin-right: 8px;
  }
  .footer .copy .social a {
    width: 29px;
  }
  .footer .copy p {
    font-size: 11px;
  }
  .footer .contacts .adress {
    font-size: 11px;
  }
  .footer .contacts .mail {
    font-size: 11px;
  }
  .index-catalog-block .list {
    margin: 0 -28px 0 0;
    display: none;
    overflow: hidden;
  }
  .index-catalog-block .list .item {
    width: 305px;
    margin: 0 30px 0 0;
    padding: 20px 15px;
  }
  .index-catalog-block .list .item .photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-catalog-block .list .item .photos .photo {
    height: 193px;
  }
  .index-catalog-block .list .item .photos .small-photo {
    height: 93px;
  }
  .index-catalog-block .list .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .index-catalog-block .list .item p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .index-catalog-block .list .item .link {
    padding: 0 120px 0 0;
  }
  .index-catalog-block .list .item .link a {
    font-size: 12px;
  }
  .index-catalog-block .list .item .link .price {
    left: auto;
    right: 0;
    border: 0;
    width: 120px;
    font-size: 12px;
  }
  .index-catalog-block .item .photos .photo {
    height: 193px;
  }
  .index-catalog-block .item .photos .small-photo {
    height: 93px;
  }
  .index-catalog-block .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .index-first-block .content .text .slider.object-page .bottom-text {
    display: none;
  }
  .index-first-block .content .text .slider.object-page .slider-nav.prev {
    display: none;
  }
  .index-first-block .content .text .slider.object-page .slider-nav.next {
    display: none;
  }
  .index-first-block .content .text h2.small {
    font-size: 26px;
    line-height: 34px;
  }
  .index-first-block .content .text .top-text.other {
    margin: 7px 0 24px;
    font-size: 16px;
    line-height: 18px;
  }
  .index-first-block .content .text p {
    line-height: 20px;
  }
  .index-first-block .content .text .price {
    font-size: 26px;
    line-height: 31px;
  }
  .index-first-block .content .text .metro {
    margin-top: 2px;
  }
  .header.inner {
    border-bottom: 0;
  }
  .index-first-block .content .text.other {
    padding: 0 0 58px 0;
  }
  .counts-block .item {
    border-radius: 20px;
    padding: 28px 10px;
  }
  .counts-block .item p {
    font-size: 21px;
  }
  .counts-block .row {
    margin: 0 -6px;
  }
  .counts-block .row .col-lg-3 {
    padding: 0 6px;
  }
  .counts-block {
    padding-bottom: 38px;
    background: none;
  }
  .plans-block .menu {
    margin: 0 -28px 44px 0;
  }
  .plans-block {
    padding-bottom: 80px;
  }
  .object-pre-image-block h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .object-image {
    margin-top: -120px;
  }
  .about-block {
    padding: 64px 0 40px;
    text-align: center;
  }
  .about-block .round {
    width: 128px;
    height: 128px;
    line-height: 126px;
  }
  .about-block .round img {
    width: 42px;
  }
  .about-block h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .about-block .blocks {
    text-align: left;
  }
  .about-block .blocks .block {
    margin-bottom: 25px;
  }
  .gallery-block .bottom-item {
    display: none;
  }
  .gallery-block .list .item {
    width: 298px;
  }
  .gallery-block .list .item img {
    width: 100%;
    height: 259px;
  }
  .gallery-block {
    padding-bottom: 106px;
  }
  .feedback-banner .banner {
    border-radius: 35px;
  }
  .index-catalog-block h2 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .index-catalog-block .list {
    display: block;
    margin: 0 -28px 30px 0;
  }
  .index-catalog-block .filter {
    padding: 13px 11px;
    margin-bottom: 36px;
    position: relative;
  }
  .index-catalog-block .filter .price-select {
    width: 100%;
  }
  .index-catalog-block .filter .price-select .ui-widget.ui-widget-content {
    width: calc(100% - 200px);
  }
  .index-catalog-block .filter .select-block .link {
    white-space: nowrap;
    overflow: hidden;
  }
  .index-catalog-block .filter button {
    width: calc(100% - 120px);
  }
  .index-catalog-block .filter .buyed {
    position: absolute;
    right: 15px;
    bottom: 28px;
  }
  .index-catalog-block .row.catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-catalog-block .row.catalog .item {
    margin-bottom: 27px;
  }
  .index-catalog-block .row.catalog .item .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-catalog-block .row.catalog .item .link {
    padding-left: 0;
  }
  .index-catalog-block .row.catalog .item .price {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-bottom: 13px;
  }
  .index-first-block .content .text h2 .play.other {
    right: auto;
    left: 240px;
  }
  .index-first-block .content .text .bottom-link.other {
    width: 100%;
  }
  .gallery-block .top-block {
    margin-bottom: 40px;
  }
  .gallery-block .row.p-0 {
    display: none;
  }
  .gallery-block .list.mob {
    display: block;
  }
  .prices-block .top-text {
    margin-bottom: 30px;
  }
  .prices-block .item .price {
    font-size: 21px;
  }
  .prices-block {
    padding-bottom: 60px;
  }
  .works-block {
    text-align: center;
    padding: 54px 0 26px;
    margin-bottom: 70px;
    position: relative;
    background: #1e1e1e;
  }
  .works-block:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    width: 45px;
    height: 45px;
    background: url('/img/star4.svg') center / cover;
  }
  .works-block .top-text {
    font-size: 16px;
  }
  .works-block h2 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 43px;
  }
  .works-block .item .number {
    font-size: 26px;
  }
  .works-block .item h3 {
    font-size: 18px;
  }
  .works-block .item {
    margin-bottom: 42px;
  }
  .works-block .no_mob {
    display: none;
  }
  .works-block.other {
    padding: 70px 0 45px;
    border-radius: 60px 60px 0 0;
  }
  .works-block .list {
    display: block;
  }
  .about-page {
    padding: 0 0 50px 0;
  }
  .about-page .text .top-text {
    font-size: 16px;
  }
  .about-page .text h1 {
    font-size: 26px;
  }
  .team-page h2 {
    font-size: 26px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
  }
  .team-page .top-text {
    text-align: center;
    padding-bottom: 20px;
  }
  .team-page .top-link {
    margin-bottom: 64px;
  }
  .team-page .item {
    margin-bottom: 35px;
  }
  .team-page .quote {
    margin: 20px 0 60px;
    padding: 42px 30px;
    border-radius: 25px;
  }
  .team-page {
    padding-bottom: 55px;
  }
  .about-page .image .play {
    background-size: 80px;
    height: calc(100% - 36px);
  }
  .investors-page .top-text {
    padding-top: 68px;
    position: relative;
  }
  .investors-page .top-text .logo {
    width: 110px;
    height: 110px;
    line-height: 108px;
    margin-top: -150px;
    background: #222222;
    margin-bottom: 40px;
  }
  .investors-page .top-text .logo img {
    width: 66px;
  }
  .indexbg.other_star:before {
    display: none;
  }
  .counts-block.other {
    padding-bottom: 80px;
  }
  .investors-page .top-text {
    text-align: center;
  }
  .investors-page .top-text h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .investors-page .top-text {
    margin-bottom: 100px;
  }
  .investors-page .bottom-text {
    padding: 48px 20px 36px 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .steps-block .content {
    margin: 0 -28px -50px -28px;
    text-align: center;
    padding: 70px 55px 120px 55px;
  }
  .bottom-page-form {
    position: relative;
  }
  .steps-block .top-text {
    font-size: 18px;
  }
  .steps-block h2 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 43px;
  }
  .steps-block .item .number {
    font-size: 26px;
  }
  .steps-block .item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .steps-block .item {
    margin-bottom: 38px;
  }
  .bottom-page-form {
    padding: 50px 0 174px;
  }
  .bottom-page-form .top-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .bottom-page-form h2 {
    text-align: center;
    font-size: 26px;
    line-height: 43px;
    width: 100%;
  }
  .bottom-page-form p {
    text-align: center;
  }
  .bottom-page-form .links {
    text-align: center;
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .bottom-page-form .links .phone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    top: 0;
  }
  .bottom-page-form .links .soc {
    padding: 0;
  }
  .bottom-page-form .links .soc a {
    margin: 0 6px;
  }
}

.select-block {
    margin-bottom: 28px !important;
  }