@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  outline: 0;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(/assets/images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.iti-flag.np {
  background-color: transparent;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

@media (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }

  .iti-flag {
    background-image: url(/assets/images/flags@2x.png);
  }
}.sprite-symbol-usage {
  display: block !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

body {
  font-family: var(--font-family-manrope, var(--font-family-manrope, "Stolzl", Arial, sans-serif));
  min-width: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

textarea {
  resize: none;
  -ms-overflow-style: none;
}

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

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

input,
textarea {
  cursor: text;
}

button {
  background: none;
}

button,
input,
textarea,
select {
  font-family: var(--font-family-manrope, "Stolzl", Arial, sans-serif);
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
}

button::-ms-clear,
button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal {
  display: none;
}

button::-moz-focus-inner,
button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer {
  border: 0;
}

ul {
  list-style: none;
}

ul li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

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

picture {
  display: block;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: stroke 0.3s ease, fill 0.3s ease;
}

.page {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.svg-overlap {
  pointer-events: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 2;
  }
}

@keyframes phoneAnimation {
  0% {
    transform: rotateZ(0deg);
  }

  5% {
    transform: rotateZ(-15deg);
  }

  10% {
    transform: rotateZ(15deg);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(15deg);
  }

  25% {
    transform: rotateZ(-15deg);
  }

  30% {
    transform: rotateZ(15deg);
  }

  35% {
    transform: rotateZ(-15deg);
  }

  40% {
    transform: rotateZ(15deg);
  }

  45% {
    transform: rotateZ(-15deg);
  }

  50% {
    transform: rotateZ(15deg);
  }

  55% {
    transform: rotateZ(-15deg);
  }

  60% {
    transform: rotateZ(15deg);
  }

  65% {
    transform: rotateZ(-15deg);
  }

  70% {
    transform: rotateZ(15deg);
  }

  75% {
    transform: rotateZ(-15deg);
  }

  80% {
    transform: rotateZ(15deg);
  }

  85% {
    transform: rotateZ(-15deg);
  }

  90% {
    transform: rotateZ(15deg);
  }

  95% {
    transform: rotateZ(-15deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

.grecaptcha-badge {
  display: none;
}

.jsr {
  position: absolute;
  width: 100%;
  height: 22px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  bottom: -11px;
  overflow: hidden;
}

.jsr_rail {
  position: relative;
  height: 1px;
  background: rgba(136, 136, 136, 0.2);
  z-index: 1;
  top: 10px;
}

.jsr_slider {
  position: absolute;
  top: 1px;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
  outline: 0;
  z-index: 3;
  background-color: var(--calculator-range-color-light, rgba(219, 0, 50, 0.4));
  border-radius: 50%;
}

.jsr_slider::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--calculator-range-color, #db0032);
}

.jsr_slider:hover::before {
  box-shadow: 0 0 5px #e7c069;
}

.jsr_bar {
  position: absolute;
  height: 2px;
  background-color: var(--calculator-range-color, #db0032);
  z-index: 2;
  cursor: move;
}

.jsr_label {
  display: none;
}

.jsr_label--minmax[data-jsr-id='0'] {
  display: none;
}

.jsr_label--minmax[data-jsr-id='1'] {
  display: none;
}

.jsr_label > .jsr_label {
  opacity: 0;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 10px;
  bottom: 0;
  position: absolute;
}

.ps__rail-x::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  top: 50%;
  left: 0;
}

.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 10px;
  right: 0;
  position: absolute;
  z-index: 5;
}

.ps__rail-y::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  left: 50%;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps__thumb-x {
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 10px;
  bottom: 0;
  border: 1px solid #999;
  position: absolute;
}

.ps__thumb-y {
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 10px;
  right: 0;
  border: 1px solid #999;
  position: absolute;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-android .swiper-slide {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 0.625rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-pagination {
  width: 100%;
  height: 0.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  display: -ms-flexbox;
  display: flex;
  width: 0.6875rem;
  height: 0.6875rem;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin-right: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
  cursor: pointer;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet:hover {
  border-color: #316da3;
  background-color: #316da3;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #316da3;
  background-color: #316da3;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.625rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  height: 60px;
  font-family: inherit;
  background: var(--button-background, #db0032);
  font-size: 18px;
  color: #fff;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  position: relative;
  overflow: visible;
  padding: 0 40px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  --button-icon-size: 24px;
}

.btn:active {
  background-color: var(--button-background-active, #c0002c);
}

.btn__text {
  position: relative;
  display: inline-block;
}

.btn__img {
  display: inline-block;
  height: 55px;
  width: 72px;
  object-fit: contain;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

.btn--black {
  border-color: #1a1a1a;
  color: #1a1a1a;
  background-color: #fff;
}

.btn--black:hover {
  border-color: #db0032;
  color: #db0032;
}

.btn--red {
  background-color: var(--button-background, #fff);
  border-color: var(--button-background, #db0032);
  color: var(--button-color, #db0032);
  border-radius: var(--button-border-radius, 0);
}

.btn--red:hover {
  background-color: var(--button-background-hover, #db0032);
  border-color: var(--button-background-hover, #db0032);
  color: #fff;
}

.btn--red:active {
  color: #fff;
  background-color: var(--button-background-active, #c0002c);
  border-color: var(--button-background-active, #c0002c);
}

.btn--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn--white:hover {
  background-color: #db0032;
  color: #fff;
  border-color: #db0032;
}

.btn--white:active {
  color: #fff;
  border-color: #c0002c;
  background-color: #c0002c;
}

.btn--img {
  padding: 0 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.btn--big-img {
  padding-left: 86px;
}

.btn--big-img__img {
  position: absolute;
  height: 75px;
  width: 117px;
  top: -10px;
  left: -35px;
  pointer-events: none;
}

.btn--img-right {
  padding: 0 !important;
}

.btn--img-right img {
  top: 0;
  -ms-flex-order: 2;
  order: 2;
}

.btn--green {
  background-color: #25d366;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.btn--green:hover {
  background-color: #22c45e;
}

.btn--green .btn__img {
  margin: 0;
}

.btn--transparent-with-border,
.btn--outline {
  color: var(--button-background, #db0032);
  background-color: transparent;
  border: 1px solid currentColor;
}

.btn--transparent-with-border:hover,
.btn--outline:hover {
  background-color: var(--button-background, #db0032);
  border-color: var(--button-background, #db0032);
  color: #fff;
}

.btn--transparent-with-border:active,
.btn--outline:active {
  background-color: var(--button-background, #db0032);
  border-color: var(--button-background, #db0032);
  color: #fff;
}

.btn svg {
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  fill: currentColor;
  stroke: currentColor;
  object-fit: contain;
}

.input {
  position: relative;
}

.input .input__field input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  color: #1a1a1a;
  border: 0.0625rem solid var(--about-border, #e0e0e0);
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 1.25rem;
}

.input .input__field input:-ms-input-placeholder {
  color: #c7c7c7;
}

.input .input__field input::placeholder {
  color: #c7c7c7;
}

.input .input__field input:read-only {
  pointer-events: none;
}

.input .input__field input:hover {
  border-color: #999;
}

.input .input__field input:focus {
  border-color: #999;
}

.input .input__field input:disabled {
  border-color: #e0e0e0;
  color: #b3b3b3;
}

.input .input__error-text {
  display: none;
}

.input.input--disabled .input__error-text {
  display: none;
}

.input.input--disabled .input__field input {
  border-color: #e0e0e0;
  color: #b3b3b3;
}

.input.input--error .input__error-text {
  display: block;
}

.input.input--error .input__field input {
  border-color: #db0032;
}

.input-country .input-country__field {
  border: 0.0625rem solid var(--about-border, #e0e0e0);
  transition: border-color 0.3s ease;
  position: relative;
}

.input-country .input-country__field:focus {
  border-color: #999;
}

.input-country .input-country__field:hover {
  border-color: #999;
}

.input-country .input-country__field input {
  border: none;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.125rem;
}

.input-country .input-country__field input:hover {
  cursor: text;
}

.input-country .input-country__field input:hover:-ms-input-placeholder {
  color: #c7c7c7;
}

.input-country .input-country__field input:hover::placeholder {
  color: #c7c7c7;
}

.input-country .input-country__current-code {
  position: absolute;
  font-size: 1.125rem;
  left: 4.3125rem;
  top: 0.75rem;
  z-index: 2;
}

.input-country .intl-tel-input {
  width: 100%;
}

.input-country .intl-tel-input.allow-dropdown input {
  padding-left: 4.3125rem;
}

.input-country .intl-tel-input .selected-flag {
  width: 3.75rem;
  padding: 0 0 0 15px;
  outline: none;
  border-radius: 0.75rem 0 0 0.75rem;
}

.input-country .intl-tel-input .selected-dial-code {
  position: absolute;
  width: 2.5rem;
  right: -2.8125rem;
  font-size: 1.125rem;
  margin-left: 0;
}

.input-country .intl-tel-input .iti-arrow {
  border: none;
  width: 10px;
  height: 6px;
  background: url(/assets/images/arrow-gray.svg) no-repeat 0 0/contain;
}

.input-country .intl-tel-input .iti-arrow.up {
  border: none;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-country .intl-tel-input .country {
  font-size: 1.125rem;
}

.input-country .intl-tel-input .divider {
  height: 0.3125rem;
}

.input-country .intl-tel-input .flag-container {
  padding: 0;
  border-radius: 0.75rem 0 0 0.75rem;
}

.input-country.input--error .input-country__field {
  border-color: #db0032;
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 1101;
  width: 80%;
}

.link {
  font-size: 0.875rem;
  color: var(--link-color, #db0032);
  border-bottom: var(--link-border-bottom, 0.0625rem solid rgba(219, 0, 50, 0.2));
  transition: color 0.3s ease, border-color 0.3s ease;
  font-weight: 600;
}

.link:hover {
  border-color: #c0002c;
  color: var(--link-hover-color, #c0002c);
}

.link.link--gray {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  color: #999;
  border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.2);
  font-weight: 400;
}

.link.link--gray:hover {
  color: #666;
  border-color: #666;
}

.link.link--white {
  color: #fff;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.link.link--white:hover {
  color: #fff;
  border-color: #fff;
}

.cselect {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 0.3125rem;
}

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

.cselect .cselect__li {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  height: 2.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  padding: 0.3125rem 1rem;
  transition: 0.3s ease;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cselect .cselect__li::before {
  content: none;
}

.cselect .cselect__li:hover {
  background-color: #f2f2f2;
}

.cselect .cselect__li.cselect__li--active {
  pointer-events: none;
  color: var(--primary-color, #db0032);
}

.cselect .cselect__li.cselect__li--disabled {
  color: #e0e0e0;
  cursor: default;
}

.cselect .cselect__col-input {
  border: 0;
  padding: 0 0.625rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 100%;
}

.cselect .cselect__inputs-wrp {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.cselect .cselect__input-wrp {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cselect .cselect__input-wrp span {
  display: inline-block;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 1rem;
  color: #999;
  height: 2.5rem;
  line-height: 2.5rem;
}

.cselect .cselect__input {
  display: inline-block;
  padding: 0 0.625rem 0 0.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #1a1a1a;
  width: 100%;
  max-width: 90%;
}

.cselect .cselect__input:-ms-input-placeholder {
  color: #999;
}

.cselect .cselect__input::placeholder {
  color: #999;
}

.cselect .cselect__title {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  width: 100%;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.375rem;
  padding: 0 1.5rem 0 0.75rem;
  border: 1px solid var(--filter-border-color, #e0e0e0);
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #1a1a1a;
}

.cselect .cselect__title::after {
  content: "";
  width: 0.625rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  display: none;
  background: url(/assets/images/arrow-down.png) no-repeat center/contain;
  right: 1.5625rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s;
}

.cselect .cselect__title.cselect__title--open {
  background-color: #fff;
  border-bottom-color: #c7c7c7;
  box-shadow: none;
}

.cselect .cselect__title.cselect__title--open::after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cselect .cselect__title.cselect__title--open .cselect__title-ico {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  stroke: var(--primary-color, #db0032);
}

.cselect .cselect__title-ico {
  height: 0.375rem;
  width: 0.625rem;
  transition: stroke 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  margin-top: -0.1875rem;
  stroke: #c7c7c7;
}

.cselect .cselect__col-title {
  padding: 0 0.75rem;
}

.cselect .cselect__popup {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 30;
  width: 100%;
  background-color: white;
  border-radius: 0.125rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.cselect .cselect__popup::after {
  content: ' ';
  clear: both;
  display: block;
}

.cselect .cselect__popup.cselect__popup--show {
  display: block;
}

.cselect .cselect__col {
  width: 50%;
  float: left;
}

.cselect .cselect__col.cselect__col--max-width {
  width: 100%;
}

.cselect .cselect__col-list-wrp {
  overflow: hidden;
  position: relative;
}

.cselect .cselect__col-list {
  height: 100%;
  position: relative;
  padding: 0;
}

.cselect .cselect__checkbox {
  position: relative;
  width: 100%;
}

.cselect .cselect__checkbox input {
  display: none;
}

.cselect .cselect__checkbox input:checked + span::before {
  background-color: #db0032;
  border-color: #db0032;
}

.cselect .cselect__checkbox input:checked + span::after {
  opacity: 1;
}

.cselect .cselect__checkbox-label {
  position: relative;
  display: block;
  cursor: pointer;
}

.cselect .cselect__checkbox-label span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cselect .cselect__checkbox-label span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.5625rem;
  height: 1rem;
  width: 1rem;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.cselect .cselect__checkbox-label span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.375rem;
  margin-top: -0.25rem;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.5rem;
  width: 0.25rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cselect.cselect--multiple .cselect__col-list-wrp {
  padding: 0.625rem 0;
}

.select {
  position: relative;
  height: 2.5rem;
}

.select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.sliderButtons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.sliderButtons__btn {
  pointer-events: auto;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  color: var(--accent-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sliderButtons__btn svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  fill: currentColor !important;
  stroke: none !important;
  pointer-events: none;
}

.sliderButtons__btn:hover {
  background: var(--accent-color);
  color: #fff;
}

.sliderButtons__btn:active {
  background-color: #bf002c;
}

.sliderButtons__btn.swiper-button-disabled,
.sliderButtons__btn--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0;
  color: var(--secondary-color);
}

.sliderButtons__counter {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sliderButtons--transparent {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sliderButtons--transparent .sliderButtons__btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.sliderButtons--transparent .sliderButtons__counter {
  color: #fff;
  margin-right: 1.25rem;
}

.checkbox {
  text-align: left;
  position: relative;
}

.checkbox .checkbox__label {
  margin-left: 1.9375rem;
  font-family: var(--font-family-manrope, "Proxima Nova", Arial, sans-serif);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #666;
  cursor: pointer;
}

.checkbox .checkbox__box {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #c7c7c7;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.checkbox .checkbox__box::after {
  content: '';
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 0.125rem solid #fff;
  border-right: none;
  border-top: none;
  width: 0.625rem;
  height: 0.375rem;
}

.checkbox .checkbox__input:checked + .checkbox__box {
  background-color: #db0032;
  border: 0.0625rem solid #db0032;
}

.file {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.file .file__ico {
  height: 3.4375rem;
  width: 2.625rem;
  margin-right: 1.5rem;
  margin-top: 0.25rem;
  fill: var(--file-icon-color, #db0032);
}

.file .file__text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--file-text-color, #db0032);
  text-decoration: underline;
}

.file .file__extension {
  color: #999;
  font-size: 0.875rem;
  line-height: normal;
  margin-top: 0.5rem;
}

.file.file--new .file__text {
  font: 400 0.875rem/1.3125rem "Proxima Nova", sans-serif;
}

.file.file--new .file__ico {
  height: 1.75rem;
  width: 1.375rem;
  margin-right: 1rem;
}

.about {
  padding: 48px 0;
}

.about::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.about__excursion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 24px;
}

.about__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.about__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 24px;
}

.about__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.about__experts-slider {
  max-width: 440px;
  margin: 0 auto;
}

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

.baseSlider__button-full {
  width: 44px;
  height: 44px;
  position: absolute;
  padding: 10px;
  right: 16px;
  top: 16px;
  background-color: #fff;
  z-index: 5;
  border-radius: 50%;
}

.baseSlider__button-full svg {
  fill: var(--button-background, #000);
  stroke: transparent;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: fill 0.3s ease;
  pointer-events: none;
}

.baseSlider__button-full:hover svg {
  fill: var(--button-background-hover, #db0032);
  stroke: transparent;
}

.baseSlider__slider-wrp {
  height: 100%;
}

.baseSlider__slider-wrp--video {
  height: 405px;
}

.baseSlider__map {
  padding-top: 0;
}

.baseSlider__slider-btns {
  width: calc(100% - 24px);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 3;
}

.baseSlider__tab-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  top: 16px;
  left: 16px;
  position: absolute;
  z-index: 5;
  width: 206px;
  border-radius: var(--baseSlider-tab-btns-border-radius, 0);
  overflow: var(--baseSlider-tab-btns-overflow, auto);
}

.baseSlider__tab-btns .select {
  width: 100%;
}

.baseSlider__tab-btns--mobile {
  background-color: #fff;
}

.baseSlider__tab-btn input {
  display: none;
}

.baseSlider__tab-btn input:checked + label {
  border-color: var(--accent-color);
  color: #fff;
  background-color: var(--accent-color);
}

.baseSlider__tab-btn label {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  padding: 8px 24px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  display: block;
  background: #fff;
  color: #1a1a1a;
}

.baseSlider__tab {
  display: none;
  animation-play-state: paused;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.baseSlider__tab--active {
  display: block;
  animation-play-state: running;
}

.baseSlider__tab[data-name^="plan"]__main-slide-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.baseSlider__main-slider {
  height: 405px;
  margin-bottom: 6px;
  border-radius: var(--border-radius, 0);
}

.baseSlider__main-slider .swiper-wrapper {
  height: 100%;
}

.baseSlider__main-slide {
  height: 100%;
}

.baseSlider__main-slide:hover {
  cursor: pointer;
}

.baseSlider__main-slide:nth-child(n + 2)__slide-private-sale {
  display: none;
}

.baseSlider__main-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  pointer-events: none;
}

.baseSlider__thumb-slide {
  cursor: pointer;
  height: 40px;
  width: 70px;
  border-color: transparent;
  position: relative;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  overflow: hidden;
  border-radius: var(--button-border-radius, 0);
}

.baseSlider__thumb-slide::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.baseSlider__thumb-slide--active {
  opacity: 1;
}

.baseSlider__thumb-slide--active::after {
  background-color: var(--accent-color);
}

.baseSlider__thumb-slide-img {
  height: 100%;
  width: 100%;
}

.baseSlider__slide-private-sale {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.baseSlider__slide-private-sale img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  object-fit: contain;
}

.baseSlider__slide-private-sale span {
  width: 250px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.brief {
  background-color: var(--body-background-color, #fff);
  padding: 48px 0;
}

.brief__title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.brief__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--accent-color);
  text-transform: uppercase;
}

.brief__container {
  padding-top: 20px;
}

.brief__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.brief__item {
  -ms-flex-preferred-size: 343px;
  flex-basis: 343px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.brief__content {
  display: -ms-flexbox;
  display: flex;
}

.brief__ico {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--accent-color);
}

.brief__ico svg,
.brief__ico img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  fill: currentColor;
  margin: auto;
  display: block;
}

.brief__text {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
  font-weight: 600;
}

.brief__description {
  font-size: 15px;
  line-height: normal;
}

.builder {
  background-color: #fff;
  padding: 56px 0;
}

.builder__title {
  color: #1a1a1a;
  margin-bottom: 48px;
}

.builder__title-main {
  font-family: var(--font-family-manrope, "Playfair Display", Arial, sans-serif);
  font-style: italic;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}

.builder__title-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
}

.builder__title-sub::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #e0e0e0;
  margin-right: 16px;
  position: relative;
  top: 15px;
}

.builder__text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.builder__text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.builder__logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 88px;
  width: 240px;
  border: 1px solid #e0e0e0;
  margin-bottom: 32px;
}

.builder__logo img {
  max-height: 80px;
  max-width: 210px;
}

.builder__files {
  margin-top: 32px;
}

.builder__file:not(:last-of-type) {
  margin-bottom: 32px;
}

.calculator {
  padding: 48px 0;
}

.calculator__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 12px;
}

.calculator__title {
  color: #252525;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.calculator__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 36px;
}

.calculator__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.calculator__filter-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.calculator__filter-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 12px;
}

.calculator__filter-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.calculator__filter-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator__filter-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.calculator__filter-value--max {
  text-align: right;
}

.calculator__radio {
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  margin-bottom: 36px;
}

.calculator__type {
  display: none;
}

.calculator__type-label {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  border-bottom: 2px solid #e5e5e5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 8px 8px;
  cursor: pointer;
}

.calculator__type:checked + label {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.calculator__filter-currency-dropdown {
  position: absolute;
  display: none;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.16);
  top: 75%;
}

.calculator__filter-currency {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.calculator__filter-currency span {
  position: relative;
}

.calculator__filter-currency span::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #db0032;
  border-bottom: 1px solid #db0032;
  top: 5px;
  right: -12px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calculator__filter-currency:hover__filter-currency-dropdown {
  display: -ms-flexbox;
  display: flex;
}

.calculator__filter-currency:hover span::after {
  top: 8px;
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.calculator__currency-item {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #666;
  background-color: #f2f2f2;
}

.calculator__currency-item.active {
  background-color: #db0032;
  color: #fff;
}

.calculator__filter-item-input {
  height: 64px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  border: 1px solid #e5e5e5;
  padding: 0 16px;
  background-color: transparent;
  color: inherit;
}

.calculator__filter-item-range {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.calculator__price-box {
  padding: 24px;
  gap: 24px;
  background-color: #f4f5f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calculator__price-title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 12px;
}

.calculator__price {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}

.calculator__price-button {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.calculator__price-button .btn {
  height: 60px;
  padding: 0 40px;
  width: 100%;
  font-size: 18px;
}

.calculator__price-currency {
  margin-left: 7px;
}

.calculator__banks {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
}

.calculator__banks-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calculator__bank {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 19px;
  border-bottom: 1px solid #c4c4c4;
}

.calculator__bank:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.calculator__bank--only-logo {
  width: 50%;
  border-bottom: none;
}

.calculator__bank--only-logo:last-of-type {
  margin-bottom: 19px;
}

.calculator__bank-logo {
  width: 121px;
}

.calculator__bank-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.calculator__bank-percent {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-right: 55px;
}

.calculator__bank-time {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.calculator__banks-more {
  width: 100%;
  max-width: 320px;
  margin-top: 3px;
}

.calculator .jsr {
  overflow: visible;
}

.card-popup__container {
  background-color: #fff;
  width: 100%;
}

.card-popup__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-popup__count {
  width: 100%;
  background-color: #f2f2f2;
  font: 400 18px/27px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 9px 12px;
  margin-bottom: 24px;
}

.card-popup__count svg {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 12px;
  margin-top: 5px;
}

.card-popup__gallery {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.card-popup__slider-btns {
  display: none;
}

.card-popup__tab-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
}

.card-popup__tab-btns input {
  display: none;
}

.card-popup__tab-btns input:checked + .card-popup__tab-btns input:checked__btn {
  border-color: #db0032;
  color: #db0032;
}

.card-popup__tab-btn {
  width: 50%;
  padding: 10px 0 0;
  text-align: center;
}

.card-popup__btn {
  background-color: #fff;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 12px;
  cursor: pointer;
  display: block;
}

.card-popup__btn + input + label {
  margin-left: 30px;
}

.card-popup__tab {
  display: none;
  animation-play-state: paused;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.card-popup__tab--active {
  display: block;
  animation-play-state: running;
}

.card-popup__main-slider {
  height: 213px;
  margin-bottom: 6px;
}

.card-popup__main-slider .swiper-wrapper {
  height: 100%;
}

.card-popup__main-slide {
  height: 100%;
}

.card-popup__main-slide:hover {
  cursor: pointer;
}

.card-popup__main-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  pointer-events: none;
}

.card-popup__thumb-slider {
  margin: 0 6px;
  padding-left: 8px;
}

.card-popup__thumb-slide {
  cursor: pointer;
  height: 40px;
  width: 70px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.card-popup__thumb-slide--active {
  border-color: #db0032;
  opacity: 1;
}

.card-popup__thumb-slide-img {
  height: 100%;
  width: 100%;
}

.card-popup__info {
  width: 100%;
  padding: 0 12px 40px;
}

.card-popup__button-full {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 23px;
  top: 17px;
  border: 1px solid #fff;
  background-color: transparent;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.card-popup__button-full svg {
  fill: #fff;
  stroke: #fff;
  width: 14px;
  height: 14px;
  margin: auto;
  pointer-events: none;
}

.card-popup__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}

.card-popup__desc {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  color: #666;
}

.card-popup__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px;
}

.card-popup__icon {
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  margin-bottom: 16px;
}

.card-popup__icon img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #c7c7c7;
}

.card-popup__icon--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.card-popup__icon--column {
  width: 100%;
}

.card-popup__text {
  font-size: 14px;
  line-height: 17px;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  color: #666;
}

.card-popup__text b {
  display: block;
  margin-bottom: 10px;
}

.card-popup__sale {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  color: #1a1a1a;
}

.card-popup__price {
  margin-bottom: 47px;
  font-size: 18px;
  line-height: 22px;
  color: #1a1a1a;
}

.card-popup__arrow {
  width: 10px;
  height: 18px;
  margin-left: 8px;
}

.card-popup__form-wrap .form__title {
  font-size: 12px;
  line-height: 17px;
}

.card-popup__form-wrap .form__title > span {
  font-weight: 500;
}

.card-popup__form-wrap .form__select {
  height: 79px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.card-popup__form-wrap .form__radio-label {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-popup__form-wrap .form__radio-ico {
  margin-right: 0;
  margin-bottom: 8px;
}

.card-popup__form-wrap .form__radio-text {
  font-size: 12px;
}

.card-popup__form-wrap .form__input-title {
  color: #1a1a1a;
}

.card-popup__form-wrap .form__button {
  height: 56px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.card-popup__form-wrap .form__button span {
  font-size: 14px;
  -ms-transform: none;
  transform: none;
}

.card-popup__form-wrap .form__button::after {
  display: none;
}

.card-popup__form-wrap .form__agreement {
  font-size: 10px;
  line-height: 13px;
}

.card-popup__text-container {
  display: block;
}

.card-slider {
  position: relative;
}

.card-slider__wrp {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease-in-out;
  height: 100%;
}

.card-slider__wrp--manager {
  box-shadow: 0 4px 20px rgba(219, 0, 50, 0.1);
  border-color: #db0032;
}

.card-slider__wrp--show {
  box-shadow: 0 4px 20px rgba(219, 0, 50, 0.1);
  border-color: #db0032;
}

.card-slider__content {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.card-slider__content--manager {
  padding: 24px 12px 8px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-slider__slider {
  height: 100%;
  width: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-slider__slider .swiper-wrapper {
  height: 100%;
}

.card-slider__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: block;
}

.card-slider__slider-hover {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card-slider__slider-hover-el {
  height: 100%;
  position: relative;
}

.card-slider__slider-hover-el + .card-slider__slider-hover-el__slider-hover-el {
  margin-left: 8px;
}

.card-slider__slider-hover-el::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 4px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.card-slider__slider-hover-el:first-child::after {
  left: 8px;
}

.card-slider__slider-hover-el:last-child::after {
  right: 8px;
}

.card-slider__slider-hover-el--active::after {
  background-color: var(--card-slider-hover-el-active, #db0032);
}

.card-slider__title {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 14px;
  color: #1a1a1a;
  transition: color 0.3s ease;
  display: block;
}

.card-slider__title span {
  display: block;
}

.card-slider__button {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  transition: opacity 0.3s ease;
}

.card-slider__button svg {
  fill: var(--button-background, #000);
  width: 14px;
  height: 14px;
  margin: auto;
  transition: fill 0.3s ease;
}

.card-slider__button:hover svg {
  fill: var(--button-background-hover, #db0032);
  stroke: transparent;
}

.card {
  position: relative;
}

.card__label {
  position: absolute;
  top: 20px;
  z-index: 3;
  color: #fff;
  background: var(--accent-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}

.card__wrp {
  cursor: pointer;
}

.card__wrp--manager {
  box-shadow: 0 4px 20px rgba(219, 0, 50, 0.1);
  border-color: #db0032;
}

.card__wrp--show {
  box-shadow: 0 4px 20px rgba(219, 0, 50, 0.1);
  border-color: #db0032;
}

.card__content {
  background-color: var(--card-background, #fff);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.card__content--manager {
  padding: 24px 12px 8px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__slider {
  height: 190px;
  width: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card__slider .swiper-wrapper {
  height: 100%;
}

.card__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.card__slider-hover {
  display: none;
}

.card__slider-hover-el {
  height: 100%;
  position: relative;
}

.card__slider-hover-el + .card__slider-hover-el__slider-hover-el {
  margin-left: 8px;
}

.card__slider-hover-el::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 4px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.card__slider-hover-el:first-child::after {
  left: 8px;
}

.card__slider-hover-el:last-child::after {
  right: 8px;
}

.card__slider-hover-el--active::after {
  background-color: var(--card-slider-hover-el-active, #db0032);
}

.card__offer {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 5;
  background: #db0032;
  cursor: pointer;
  padding: 7px 22px;
}

.card__offer span {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: normal;
}

.card__offer::after,
.card__offer::before {
  content: '';
  position: absolute;
  right: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.card__offer::after {
  bottom: 0;
  border-bottom: 20px solid #db0032;
}

.card__offer::before {
  top: 0;
  border-top: 20px solid #db0032;
}

.card__info {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  background: #f4f5f6;
  color: #1a1a1a;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  margin-bottom: 12px;
}

.card__title span {
  display: block;
}

.card__address {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 12px;
}

.card__params {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__params > .card__params-item:nth-child(4) + .card__params-item {
  display: none;
}

.card__params-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 12px;
}

.card__params-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.card__params-item svg {
  height: 24px;
  width: 24px;
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card__params-item--column {
  width: 100%;
}

.card__params-item--inline {
  width: 100%;
}

.card__params-item--inline span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
  color: var(--card-color, #666);
}

.card__read-more {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.card__price {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
}

.card__price-meters {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  color: #666;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  width: 100%;
}

.card__nds {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 17px;
  color: #666;
}

.card__decoration-button {
  height: 52px;
  padding: 0 10px;
}

.card__manager {
  margin-top: 16px;
}

.card__contacts {
  cursor: auto;
  margin-top: 46px;
}

.card__contacts-text {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--card-color, #666);
}

.card__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.card__button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.card__button:not(:last-child) {
  margin-right: 24px;
}

.card__button:hover__button-ico {
  fill: var(--primary-color, #db0032);
}

.card__button:hover__button-ico svg {
  fill: var(--primary-color, #db0032);
}

.card__button:hover__button-text {
  color: var(--primary-color, #db0032);
  border-color: var(--primary-color, #db0032);
}

.card__button-ico {
  margin-right: 8px;
  fill: #666;
  max-height: 24px;
  max-width: 24px;
}

.card__button-ico svg {
  fill: #666;
  display: block;
  width: 100%;
  height: 100%;
}

.card__button-text {
  font-size: 14px;
  color: var(--card-color, #1a1a1a);
  border-bottom: 1px dashed rgba(26, 26, 26, 0.3);
  transition: color 0.3s ease;
}

.card__contacts-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__form-wrp {
  padding-bottom: 16px;
}

.card__form {
  width: 100%;
}

.card__form-button {
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  height: 56px;
}

.card__object-id {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 12px;
}

.card__communication {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 8px;
  margin-top: 12px;
}

.card__communication-link {
  -ms-flex: 1;
  flex: 1;
}

.card__communication-link.btn {
  padding-left: 10px;
  padding-right: 10px;
}

.card__slide-private-sale {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.card__slide-private-sale img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  object-fit: contain;
}

.card__slide-private-sale span {
  width: 250px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.card--stock__manager {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card--stock__manager .manager__img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.card--stock__manager .manager__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.card--stock__manager.manager--with-job {
  -ms-flex-align: start;
  align-items: flex-start;
}

.card--catalog__manager {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card--catalog__manager .manager__img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.card--catalog__manager .manager__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.card--catalog__manager.manager--with-job {
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog {
  padding: 48px 0;
}

.catalog::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.catalog__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.catalog__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
  text-align: center;
}

.catalog__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 20px;
  text-align: center;
}

.catalog__filter {
  margin-bottom: 48px;
}

.catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 20px;
  --columns-count: 1;
}

.catalog__card {
  height: auto;
}

.catalog__button-wrp {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.catalog__error {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.catalog__navigation-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-order: 2;
  order: 2;
}

.catalog__sort-wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.catalog__sort-title {
  font-size: 14px;
  color: #666;
}

.catalog__sort {
  position: relative;
  background-color: #fff;
  width: 100px;
}

.catalog__sort select {
  position: relative;
  visibility: hidden;
  height: 0;
  z-index: -1;
  pointer-events: none;
}

.catalog__sort .filter-select__title {
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  padding-right: 5px;
  padding-left: 15px;
  font-size: 14px;
  text-decoration: underline #666;
}

.catalog__sort .filter-select__title::after {
  display: none;
}

.catalog__sort .filter-select li {
  font-size: 14px;
  color: #000;
}

.catalog__sort .filter-select li:not(:last-of-type) {
  margin-bottom: 5px;
}

.catalog__sort .filter-select li:hover {
  color: #666;
}

.catalog__sorting .sorting__title {
  display: none;
}

.catalog__sorting .sorting__elem--mobile {
  display: none;
}

.catalog__result {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.error404 {
  padding: 120px 0;
  text-align: center;
}

.error404__title {
  color: var(--accent-color);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}

.error404__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 48px;
}

.error404__icon {
  height: 200px;
  margin-bottom: 80px;
  color: var(--accent-color);
}

.error404__icon svg {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
}

.experts-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.experts-slider__selected-img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
  width: 87px;
  height: 78px;
  border-radius: var(--border-radius, 0);
}

.experts-slider__content {
  margin-top: 16px;
  padding-bottom: 32px;
}

.experts-slider__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  margin-bottom: 8px;
}

.experts-slider__job {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.experts-slider__list {
  display: -ms-flexbox;
  display: flex;
}

.experts-slider__thumbs {
  padding: 12px 0 0;
}

.experts-slider__pagination {
  margin-top: 12px;
  height: auto;
}

.experts-slider__radio {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
}

.experts-slider__label {
  display: block;
  cursor: pointer;
  position: relative;
  height: 60px;
  width: 56px;
  border-radius: 4px;
  overflow: hidden;
}

.experts-slider__label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
  border-radius: inherit;
}

.experts-slider__thumb-slide--active .experts-slider__label::after {
  border-bottom-color: var(--accent-color);
}

.experts-slider__label-img {
  background-color: #f4f5f6;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.experts-slider__label-img img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}

.facing-section {
  background-color: #252525;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 48px 0;
}

.facing-section::before,
.facing-section::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.facing-section--white {
  color: #1a1a1a;
  background-color: #fff;
}

.facing-section--white .facing-section__subtitle {
  color: var(--accent-color);
}

.facing-section--white .facing-section__tab-btn {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.facing-section--white .facing-section__tab-btn--active {
  color: #fff;
  background: var(--accent-color);
}

.facing-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.facing-section__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.facing-section__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.facing-section__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.facing-section__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 24px;
}

.facing-section__container {
  padding: 24px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.facing-section__tabs {
  position: relative;
}

.facing-section__tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.facing-section__tabs-content {
  overflow: hidden;
}

.facing-section__tab {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-fill-mode: both;
  position: relative;
}

.facing-section__tab--active {
  display: block;
  animation-play-state: running;
}

.facing-section__tab-btn {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #fff;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  color: #fff;
  padding: 0 30px;
  height: 52px;
  cursor: pointer;
}

.facing-section__tab-btn--active {
  color: var(--accent-color);
  background: #fff;
  border-color: #fff;
}

.facing-section__slider-wrp {
  overflow: hidden;
}

.facing-section__button-full {
  width: 32px;
  height: 32px;
  padding: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--accent-color);
  z-index: 5;
}

.facing-section__button-full svg {
  fill: currentColor;
  stroke: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.facing-section__main-slider {
  height: 180px;
  margin-bottom: 6px;
}

.facing-section__main-slider .swiper-wrapper {
  height: 100%;
}

.facing-section__main-slide {
  height: 100%;
}

.facing-section__main-slide:hover {
  cursor: pointer;
}

.facing-section__main-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.facing-section__main-slide-text {
  position: absolute;
  padding: 12px;
  bottom: 0;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #1a1a1a;
  font: 12px/17px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.facing-section__main-slide-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 4px;
}

.facing-section__main-slide-description {
  font-size: 14px;
  line-height: 21px;
}

.facing-section__thumb-slider {
  margin: 0 6px;
}

.facing-section__thumb-slide {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 70px;
  transition: border-color 0.3s ease;
}

.facing-section__thumb-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.facing-section__thumb-slide--active {
  opacity: 1;
}

.facing-section__thumb-slide--active::before {
  border-color: var(--accent-color);
}

.facing-section__thumb-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.facing-section__content {
  margin-top: 24px;
  padding: 24px 16px;
  background-color: #303030;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}

.facing-section__content p:not(:last-child) {
  margin-bottom: 20px;
}

.facing-section .ps__rail-x::before,
.facing-section .ps__rail-y::before {
  visibility: hidden;
}

.facing-section .ps__rail-x {
  width: 100%;
  display: block;
}

.facing-section .ps__thumb-y {
  visibility: hidden;
}

.facing-section .ps__thumb-x {
  opacity: 0;
  height: 15px;
}

.facing-section .sliderButtons__btn {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  --slider-button-position: 16px;
}

.facing-section .sliderButtons__btn--prev {
  left: var(--slider-button-position);
}

.facing-section .sliderButtons__btn--next {
  right: var(--slider-button-position);
}

.facing-section-horizontal {
  padding: 48px 0;
}

.facing-section-horizontal::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.facing-section-horizontal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.facing-section-horizontal__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.facing-section-horizontal__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.facing-section-horizontal__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.facing-section-horizontal__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
}

.facing-section-horizontal__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 24px;
}

.facing-section-horizontal__container {
  display: block;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.facing-section-horizontal__container-slider {
  position: relative;
  padding-bottom: 24px;
}

.facing-section-horizontal__tabs {
  position: relative;
}

.facing-section-horizontal__tabs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.facing-section-horizontal__tabs-content {
  overflow: hidden;
  position: relative;
}

.facing-section-horizontal__tab {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-fill-mode: both;
  position: relative;
}

.facing-section-horizontal__tab--active {
  display: block;
  animation-play-state: running;
}

.facing-section-horizontal__tab-btn {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--accent-color);
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  color: var(--accent-color);
  padding: 0 30px;
  height: 52px;
  cursor: pointer;
}

.facing-section-horizontal__tab-btn--active {
  color: #fff;
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.facing-section-horizontal__tabs-button {
  display: none;
}

.facing-section-horizontal__tabs-button:first-child {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
}

.facing-section-horizontal__button-full {
  display: none;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  border-radius: var(--border-radius, 0);
}

.facing-section-horizontal__button-full svg {
  fill: var(--button-background, #000);
  stroke: transparent;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: fill 0.3s ease;
}

.facing-section-horizontal__button-full:hover svg {
  fill: var(--button-background-hover, #db0032);
  stroke: transparent;
}

.facing-section-horizontal__slider-btns {
  position: static;
}

.facing-section-horizontal__slider-btns::before,
.facing-section-horizontal__slider-btns::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  background: none;
  color: #fff;
}

.facing-section-horizontal__slider-btns::before {
  left: 0;
}

.facing-section-horizontal__slider-btns::after {
  right: 0;
}

.facing-section-horizontal__slider-btns .sliderButtons__btn {
  height: 44px;
  width: 44px;
  padding: 10px;
  background: var(--accent-color);
  color: #fff;
  position: absolute;
  border-radius: 50%;
  pointer-events: auto;
  box-shadow: none;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  --slider-button-position: 16px;
}

.facing-section-horizontal__slider-btns .sliderButtons__btn svg {
  fill: currentColor;
  stroke: currentColor;
}

.facing-section-horizontal__slider-btns .sliderButtons__btn--prev {
  left: var(--slider-button-position);
}

.facing-section-horizontal__slider-btns .sliderButtons__btn--prev svg {
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.facing-section-horizontal__slider-btns .sliderButtons__btn--next {
  right: var(--slider-button-position);
}

.facing-section-horizontal__main-slider {
  height: 405px;
}

.facing-section-horizontal__main-slider .swiper-wrapper {
  height: 100%;
  overflow: visible;
}

.facing-section-horizontal__main-slide {
  height: 100%;
  border-radius: var(--border-radius, 0);
  overflow: hidden;
}

.facing-section-horizontal__main-slide:hover {
  cursor: pointer;
}

.facing-section-horizontal__main-slide:hover__button-full {
  display: block;
}

.facing-section-horizontal__main-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.facing-section-horizontal__main-slide-text {
  position: absolute;
  padding: 12px;
  bottom: 0;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #1a1a1a;
  font: 12px/17px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.facing-section-horizontal__main-slide-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 4px;
}

.facing-section-horizontal__main-slide-description {
  font-size: 14px;
  line-height: 21px;
}

.facing-section-horizontal__thumb-slider {
  margin: 0;
}

.facing-section-horizontal__thumb-slide {
  cursor: pointer;
  height: 40px;
  width: 70px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  border-color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: var(--button-border-radius, 0);
}

.facing-section-horizontal__thumb-slide::after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.facing-section-horizontal__thumb-slide--active {
  border-color: transparent;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}

.facing-section-horizontal__thumb-slide--active::after {
  background-color: var(--primary-color, #db0032);
}

.facing-section-horizontal__thumb-slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.facing-section-horizontal__content {
  margin-top: 24px;
  padding: 24px 16px;
  background-color: #303030;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}

.facing-section-horizontal__content p:not(:last-child) {
  margin-bottom: 20px;
}

.facing-section-horizontal__decor {
  display: none;
}

.facing-section-horizontal .ps__rail-x::before,
.facing-section-horizontal .ps__rail-y::before {
  visibility: hidden;
}

.facing-section-horizontal .ps__rail-x {
  width: 100%;
  display: block;
}

.facing-section-horizontal .ps__thumb-y {
  visibility: hidden;
}

.facing-section-horizontal .ps__thumb-x {
  opacity: 0;
  height: 15px;
}

.facing-section-horizontal .cloud {
  z-index: 8;
  max-width: 50%;
  transition: transform 0.9s linear;
}

.facing-section-horizontal .cloud--right {
  top: 150px;
  bottom: auto;
}

.filter {
  position: relative;
}

.filter__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.filter__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 20px 4px;
  --columns-count: 1;
}

.filter__item {
  position: relative;
}

.filter__label {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 4px;
}

.filter__radio {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.filter__radio input {
  display: none;
}

.filter__radio input:checked + .filter__radio-label {
  color: #fff;
  background: var(--accent-color);
}

.filter__radio-label {
  font-weight: 400;
  font-size: 18px;
  height: 62px;
  line-height: 60px;
  width: 50%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--filter-border-color, #e0e0e0);
}

.filter__radio--min {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.filter__radio--min__radio-label {
  width: 100%;
}

.filter__range {
  border: 1px solid var(--filter-border-color, #e0e0e0);
  height: 62px;
  display: -ms-flexbox;
  display: flex;
}

.filter__range input {
  position: relative;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 30%;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  padding: 16px;
  color: inherit;
}

.filter__range input:first-child {
  -ms-flex-order: 1;
  order: 1;
}

.filter__range input:last-child {
  -ms-flex-order: 3;
  order: 3;
}

.filter__range input:-ms-input-placeholder {
  color: var(--secondary-color);
}

.filter__range input::placeholder {
  color: var(--secondary-color);
}

.filter__range::before {
  content: "-";
  padding: 16px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-order: 2;
  order: 2;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 155%;
  font-weight: 400;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filter__select {
  height: 62px !important;
  border: 1px solid var(--filter-border-color, #e0e0e0);
  padding: 16px;
  position: relative;
}

.filter__select .cselect {
  position: static;
}

.filter__select .cselect__title {
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 155% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  height: auto !important;
  color: inherit;
}

.filter__select .cselect__title--open {
  background: none !important;
  border: none !important;
}

.filter__select .cselect__title-ico {
  width: 12px;
  height: 6px;
  position: static;
  margin: 0;
  object-fit: contain;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
  stroke: currentColor !important;
}

.filter__select--price {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.filter__select--typehose .cselect__title {
  background-color: transparent;
  color: inherit;
}

.filter__select--typehose .cselect__title.cselect__title--open svg {
  stroke: inherit;
}

.filter__select-double {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.filter__radio-none {
  display: none;
}

.filter__popup-button {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  height: 40px;
  border: 1px solid var(--filter-border-color, #e0e0e0);
  background-color: var(--filter-field-background, #fff);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 100%;
  cursor: pointer;
  border-radius: var(--button-border-radius, 0);
  color: var(--filter-text, #1a1a1a);
}

.filter__button-wrp {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-pack: end;
  justify-content: end;
}

.filter__checkbox {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.filter__checkbox-label {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  margin-top: 12px;
}

.filter__checkbox-label::before,
.filter__checkbox-label::after {
  content: '';
  position: absolute;
}

.filter__checkbox-label::before {
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c7c7c7;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.filter__checkbox-label::after {
  left: 3px;
  top: 4px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  width: 10px;
  height: 6px;
}

.filter__checkbox-label--checked::before {
  background-color: #db0032;
  border-color: #db0032;
}

.filter__checkbox-label--checked::after {
  opacity: 1;
}

.filter__price-box {
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  border: 1px solid var(--filter-border-color, #e0e0e0);
}

.filter__price-box .filter__range {
  border: none;
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.filter__price-box .filter__select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: none;
  height: 100% !important;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.filter-popup__wrap.popup__content-wrap.popup__content-wrap--open {
  display: block;
}

.filter-popup__content {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 57px 13px 30px;
  position: relative;
  background-color: #fff;
}

.filter-popup__head {
  margin-bottom: 30px;
}

.filter-popup__tabs {
  border: 1px solid #e0e0e0;
  display: -ms-flexbox;
  display: flex;
}

.filter-popup__tab {
  position: relative;
  border-bottom: 2px solid transparent;
  color: #1a1a1a;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.filter-popup__tab--active {
  color: #db0032;
  border-color: #db0032;
}

.filter-popup__search-wrp {
  margin-top: 18px;
}

.filter-popup__search {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  border: 1px solid #e0e0e0;
  height: 40px;
  font-size: 14px;
  width: 100%;
  padding: 0 16px 0 40px;
  background: url("/icons/search.svg") no-repeat 16px;
}

.filter-popup__search:-ms-input-placeholder {
  color: #c7c7c7;
}

.filter-popup__search::placeholder {
  color: #c7c7c7;
}

.filter-popup__checkboxes {
  position: relative;
}

.filter-popup__checkboxes .ps__rail-x {
  display: none;
}

.filter-popup__checkboxes .ps__rail-y {
  position: absolute;
  right: 0;
  width: 4px;
  background-color: transparent;
}

.filter-popup__checkboxes .ps__rail-y::before {
  display: none;
}

.filter-popup__checkboxes .ps__thumb-y {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 3px;
  background-color: #e0e0e0;
  border: none;
}

.filter-popup__checkboxes-wrp {
  position: relative;
}

.filter-popup__checkbox {
  margin-bottom: 17px;
}

.filter-popup__checkbox-elem {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 17px;
  color: #1a1a1a;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
}

.filter-popup__checkbox-elem::before,
.filter-popup__checkbox-elem::after {
  content: '';
  position: absolute;
}

.filter-popup__checkbox-elem::before {
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c7c7c7;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.filter-popup__checkbox-elem::after {
  left: 3px;
  top: 4px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  width: 10px;
  height: 6px;
}

.filter-popup__checkbox-elem--checked::before {
  background-color: #db0032;
  border-color: #db0032;
}

.filter-popup__checkbox-elem--checked::after {
  opacity: 1;
}

.filter-popup__button-wrp {
  margin-top: 30px;
}

.filter-popup__button {
  width: 100%;
}

.filter-popup__reset-wrp {
  text-align: center;
}

.filter-popup__reset {
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.filter-popup__reset svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.filter-popup__reset span {
  color: #999;
  font-size: 14px;
  line-height: 17px;
}

.first-screen {
  color: #fff;
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
  overflow: hidden;
}

.first-screen__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.first-screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.first-screen__background img,
.first-screen__background video {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.first-screen__background::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.first-screen__image {
  height: 100%;
  width: 100%;
  position: relative;
}

.first-screen__image img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.first-screen__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.first-screen__container {
  position: relative;
  z-index: 2;
}

.first-screen__content {
  margin-top: 150px;
  margin-bottom: 48px;
}

.first-screen__content::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #fff;
  position: relative;
}

.first-screen__bottom {
  padding-top: 24px;
}

.first-screen__bottom .container {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.first-screen__tags {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.first-screen__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 4px 8px;
  border-radius: 20px;
  background: #fff;
  color: #1a1a1a;
}

.first-screen__tag--active {
  background: var(--accent-color);
  color: #fff;
}

.first-screen__title {
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}

.first-screen__address {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.first-screen__address-ico {
  height: 20px;
  width: 20px;
}

.first-screen__address-ico svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  fill: currentColor;
}

.first-screen__address-text {
  text-align: left;
}

.first-screen__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

.first-screen__text {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-top: 48px;
  padding-right: 20px;
}

.first-screen__btn {
  margin-top: 16px;
  pointer-events: auto;
  width: 100%;
}

.first-screen__slider-pagination {
  display: none;
}

.first-screen__slider-bullet {
  outline: none;
  height: 48px;
  width: 48px;
  border: 2px solid transparent;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: border-color 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.first-screen__slider-bullet:not(.first-screen__slider-bullet--active):hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.first-screen__slider-bullet--active {
  border-color: #fff;
}

.first-screen__slider-bullet + .first-screen__slider-bullet__slider-bullet {
  margin-left: 16px;
}

.footer-accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
}

.footer-accordion__head {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-accordion__head span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}

.footer-accordion__head svg {
  display: none;
}

.footer-accordion__links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style-type: none;
}

.footer-accordion__links li {
  margin: 0;
}

.footer-accordion__links li::before {
  display: none;
}

.footer-accordion__link {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: inherit;
}

.footer {
  padding: 48px 0;
}

.footer__wrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 48px;
}

.footer__address {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__address-ico {
  height: 24px;
  width: 24px;
  color: var(--accent-color);
}

.footer__address-ico svg {
  fill: currentColor;
}

.footer__address-text {
  font-size: 18px;
  line-height: 1.55;
}

.footer__bottom {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.footer__bottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.footer__bottom-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 1;
  order: 1;
  gap: 12px;
}

.footer__bottom-text {
  width: 100%;
  color: #1a1a1a;
  display: none;
}

.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: 12px 8px;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-align: center;
  align-items: center;
}

.footer__phone {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-order: 3;
  order: 3;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.footer__phone-icon {
  width: 28px;
  height: 28px;
  padding: 3px;
  fill: var(--accent-color);
}

.footer__privacy {
  -ms-flex-order: 1;
  order: 1;
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 400;
}

.footer__email {
  -ms-flex-order: 2;
  order: 2;
  font-weight: 400;
  color: inherit;
  font-size: 18px;
}

.footer__builder {
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer__builder img {
  max-width: 100%;
  object-fit: contain;
}

.footer__builder span {
  font-size: 16px;
  font-weight: 400;
}

.footer__btn {
  -ms-flex-order: 2;
  order: 2;
  height: 52px;
  padding: 0 30px;
  font-size: 18px;
  max-width: 211px;
  font-weight: 400;
}

.footer__btn::after {
  display: none !important;
}

.footer__links {
  padding-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.footer__down {
  padding-top: 24px;
}

.footer__disclaimer {
  font-size: 15px;
  text-align: left;
}

.footer__social-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-order: 2;
  order: 2;
}

.footer__social {
  width: 28px;
  height: 28px;
  padding: 3px;
  transition: background-color 0.25s linear;
  color: var(--accent-color);
}

.footer__social svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  object-fit: contain;
}

.form {
  position: relative;
}

.form__title {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  margin-bottom: 4px;
}

.form__select {
  gap: 4px;
  position: relative;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  --columns-count: 2;
}

.form__radio input {
  display: none;
}

.form__radio input:checked + .form__radio-label {
  border-color: var(--highlight-color);
}

.form__radio input:checked + .form__radio-label .form__radio-ico svg {
  fill: var(--highlight-color);
}

.form__radio input:checked + .form__radio-label .form__radio-text {
  color: var(--highlight-color);
}

.form__radio-label {
  position: relative;
  transition: border-color 0.3s ease;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  -ms-flex-pack: center;
  justify-content: center;
  --highlight-color: var(--accent-color);
}

.form__radio-label:hover .form__radio-ico {
  color: var(--highlight-color);
}

.form__radio-label:hover .form__radio-text {
  color: var(--highlight-color);
}

.form__radio-label--telegram {
  --highlight-color: #08c;
}

.form__radio-label--viber {
  --highlight-color: #7360f2;
}

.form__radio-label--whatsapp {
  --highlight-color: #25d366;
}

.form__radio-label--botim {
  --highlight-color: #10b7f4;
}

.form__radio-ico {
  height: 24px;
  width: 24px;
}

.form__radio-ico svg {
  fill: currentColor;
}

.form__radio-text {
  position: relative;
}

.form__input {
  width: 100%;
}

.form__input-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 4px;
}

.form__input-field {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: #1a1a1a;
  border: 1px solid #e0e0e0;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 20px;
}

.form__input-field:-ms-input-placeholder {
  color: #c7c7c7;
}

.form__input-field::placeholder {
  color: #c7c7c7;
}

.form__input-field:read-only {
  pointer-events: none;
}

.form__input-field:hover {
  border-color: #999;
}

.form__input-field:focus {
  border-color: #999;
}

.form__input-field:disabled {
  border-color: #e0e0e0;
  color: #b3b3b3;
}

.form__name {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.form__phone {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.form__phone .input-country__field input {
  color: var(--about-color, #1a1a1a);
}

.form__button {
  width: 100%;
}

.form__agreement {
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.form__agreement input {
  width: 18px;
  height: 18px;
  border: 2px solid #b1b5c3;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  line-height: 14px;
}

.form__agreement input::before {
  content: "\2713";
  opacity: 0;
}

.form__agreement input:checked {
  background-color: var(--primary-color, #db0032);
  border-color: var(--primary-color, #db0032);
  color: #fff;
}

.form__agreement input:checked::before {
  opacity: 1;
}

.form__agreement input.input--error {
  border-color: #db0032;
}

.form__agreement .input__error-text {
  color: #ff3535;
  padding-top: 4px;
}

.form__agreement a {
  font-size: inherit;
  line-height: inherit;
  color: var(--accent-color);
}

.form__download {
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.form__download svg {
  display: block;
  width: 22px;
  height: 28px;
  margin-right: 12px;
}

.form__download-text {
  font: 700 18px/27px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.form--white__title {
  color: #fff;
}

.form--white__input-title {
  color: #fff;
}

.form--white__select {
  background-color: #fff;
  border: none;
}

.form--white__phone .input-country__wrp {
  background-color: #fff;
}

.form--white__agreement {
  color: var(--about-color, rgba(255, 255, 255, 0.7));
}

.form--white__agreement a {
  color: rgba(255, 255, 255, 0.7);
}

.form--white__agreement a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.form .input__field input {
  height: 60px !important;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.gallery {
  position: relative;
  padding: 56px 0;
}

.gallery__title {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-family: var(--font-family-manrope, "Playfair Display", Arial, sans-serif);
  color: var(--gallery-color, #1a1a1a);
  font-weight: 600;
  padding: 0 10px;
}

.gallery__title > span {
  font-weight: 400;
  font-style: italic;
}

.gallery__parallax-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100px;
  overflow: hidden;
}

.gallery__subtitle {
  font-size: 16px;
  line-height: 23px;
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  color: var(--gallery-color, #1a1a1a);
  text-align: center;
  margin-top: 16px;
  padding: 0 10px;
}

.gallery__wrp {
  position: relative;
  margin-top: 48px;
}

.gallery__slider-buttons {
  display: none;
}

.gallery__tab-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__tab-btns input {
  display: none;
}

.gallery__tab-btns input:checked + .gallery__tab-btns input:checked__btn {
  border-color: #db0032;
  color: #db0032;
}

.gallery__tab-btn {
  width: auto;
  margin-right: 25px;
}

.gallery__btn {
  background-color: #fff;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 12px;
  cursor: pointer;
  display: block;
}

.gallery__btn + input + label {
  margin-left: 30px;
}

.gallery__tab {
  display: none;
  animation-play-state: paused;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.gallery__tab--active {
  display: block;
  animation-play-state: running;
}

.gallery__main-slider {
  height: 180px;
}

.gallery__main-slider .swiper-wrapper {
  height: 100%;
}

.gallery__main-slide {
  height: 100%;
}

.gallery__main-slide-image {
  height: 100%;
}

.gallery__main-slide-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.gallery__thumb-slider {
  margin-top: 6px;
}

.gallery__thumb-slide {
  border: 2px solid transparent;
  height: 44px;
  width: 74px;
  cursor: pointer;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.gallery__thumb-slide--active {
  border-color: #db0032;
  opacity: 1;
}

.gallery__thumb-slide-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  font-family: 'object-fit: fill;';
  display: block;
}

.gallery__button-full {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.gallery__button-full svg {
  fill: #000;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: fill 0.3s ease;
}

.gallery__button-full:hover svg {
  fill: #db0032;
}

.gallery--new {
  padding: var(--gallery-padding, 56px 12px);
}

.gallery--new__title {
  font: 700 20px/30px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 385px;
}

.gallery--new__subtitle {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  max-width: 385px;
  margin: 0 auto;
}

.gallery--new__slider-buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 12px;
}

.gallery--new .gallery__main-slider {
  height: 405px;
}

.gallery--new .gallery__thumb-slide {
  border-color: transparent;
  position: relative;
}

.gallery--new .gallery__thumb-slide::after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.gallery--new .gallery__thumb-slide.gallery__thumb-slide--active {
  border-color: transparent;
  position: relative;
}

.gallery--new .gallery__thumb-slide.gallery__thumb-slide--active::after {
  background-color: #db0032;
}

.gallery-plate {
  padding: 48px 0;
}

.gallery-plate::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.gallery-plate__head::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.gallery-plate__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  text-align: center;
}

.gallery-plate__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
  text-align: center;
}

.gallery-plate__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  text-align: center;
}

.gallery-plate__plates {
  padding: 24px 0;
}

.gallery-plate__plates-wrp--hidden-images__plate:last-child::before,
.gallery-plate__plates-wrp--hidden-images__plate:last-child::after {
  content: none;
}

.gallery-plate__plate {
  position: relative;
  cursor: pointer;
}

.gallery-plate__plate:nth-child(4n + 2) {
  display: none;
}

.gallery-plate__plate:nth-child(4n + 3) {
  display: none;
}

.gallery-plate__plate:last-child {
  height: 95px;
}

.gallery-plate__plate:last-child::after {
  z-index: 3;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  background-image: var(--gallery-plate-background-svg, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6628 1.76397C19.7253 1.82648 19.7604 1.91127 19.7604 1.99967V2.33301H4.42708V1.99967C4.42708 1.91127 4.4622 1.82648 4.52471 1.76397C4.58723 1.70146 4.67201 1.66634 4.76042 1.66634H19.4271C19.5155 1.66634 19.6003 1.70146 19.6628 1.76397Z' fill='%23B6A383' stroke='%23B6A383' stroke-width='0.666667'/%3E%3Cpath d='M21.4128 4.66667C21.4128 4.48986 21.3425 4.32029 21.2175 4.19526C21.0925 4.07024 20.9229 4 20.7461 4H3.41276C3.23595 4 3.06638 4.07024 2.94136 4.19526C2.81633 4.32029 2.74609 4.48986 2.74609 4.66667V5.33333H21.4128V4.66667Z' fill='%23B6A383'/%3E%3Cpath d='M21.412 6.66699H2.58536C2.25296 6.66699 1.93417 6.79904 1.69912 7.03408C1.46408 7.26913 1.33203 7.58792 1.33203 7.92033V20.0803C1.33203 20.4127 1.46408 20.7315 1.69912 20.9666C1.93417 21.2016 2.25296 21.3337 2.58536 21.3337H21.412C21.7444 21.3337 22.0632 21.2016 22.2983 20.9666C22.5333 20.7315 22.6654 20.4127 22.6654 20.0803V7.92033C22.6654 7.58792 22.5333 7.26913 22.2983 7.03408C22.0632 6.79904 21.7444 6.66699 21.412 6.66699ZM5.70537 8.96699C6.10093 8.96699 6.48761 9.08429 6.8165 9.30405C7.1454 9.52382 7.40175 9.83617 7.55312 10.2016C7.7045 10.5671 7.74411 10.9692 7.66693 11.3572C7.58976 11.7451 7.39928 12.1015 7.11958 12.3812C6.83987 12.6609 6.48351 12.8514 6.09555 12.9286C5.70758 13.0057 5.30545 12.9661 4.94 12.8148C4.57455 12.6634 4.26219 12.407 4.04243 12.0781C3.82266 11.7492 3.70536 11.3626 3.70536 10.967C3.70536 10.4366 3.91608 9.92785 4.29115 9.55278C4.66622 9.17771 5.17493 8.96699 5.70537 8.96699ZM19.9987 18.667H3.9987L8.97203 13.687C9.06069 13.5991 9.1805 13.5497 9.30536 13.5497C9.43023 13.5497 9.55004 13.5991 9.6387 13.687L12.092 16.1403L15.472 12.667C15.5607 12.5791 15.6805 12.5297 15.8054 12.5297C15.9302 12.5297 16.05 12.5791 16.1387 12.667L19.9987 16.527V18.667Z' fill='%23931F2B'/%3E%3C/svg%3E%0A"));
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-plate__plate:last-child::before {
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.gallery-plate__plate:hover__button-full {
  display: block;
}

.gallery-plate__plate:only-child {
  height: auto;
}

.gallery-plate__plate:only-child::after {
  content: none;
}

.gallery-plate__plate:only-child::before {
  content: none;
}

.gallery-plate__plate:last-child:hover__button-full {
  display: none;
}

.gallery-plate__plate:only-child:hover__button-full {
  display: block;
}

.gallery-plate__plate-img {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-plate__button-full {
  display: none;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  border-radius: var(--border-radius, 0);
}

.gallery-plate__button-full svg {
  fill: var(--button-background, #000);
  stroke: transparent;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: fill 0.3s ease;
}

.gallery-plate__button-full:hover svg {
  fill: var(--button-background-hover, #db0032);
  stroke: transparent;
}

.gallery-plate .cloud {
  z-index: 8;
  max-width: 50%;
  transition: transform 0.9s linear;
}

.gallery-plate .cloud--right {
  top: 150px;
  bottom: auto;
}

.header {
  position: relative;
  height: 56px;
  z-index: 1000;
  padding: 16px 0;
  transition: height 0.3s ease;
}

.header__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  max-width: 136px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.header__address {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: var(--header-color, #1a1a1a);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__main {
  display: none;
}

.header__item {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.header__item--hide {
  visibility: hidden;
}

.header__item--absolute {
  position: absolute;
}

.header__item--dropdown {
  cursor: pointer;
  -ms-flex-order: 1;
  order: 1;
}

.header__item--dropdown__link {
  width: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.header__item--dropdown__link span {
  position: relative;
  top: -4px;
}

.header__item--dropdown:hover__link::after {
  opacity: 1;
}

.header__item--dropdown:hover__dropdown {
  display: block;
  animation-play-state: running;
}

.header__link {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
}

.header__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.header__link:hover::after {
  opacity: 1;
}

.header__dropdown {
  display: none;
  animation-name: fadeIn;
  animation-play-state: paused;
  animation-fill-mode: both;
  animation-duration: 0.4s;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: -80px;
  top: calc(100% + 8px);
  min-width: 200px;
}

.header__dropdown::before {
  content: '';
  position: absolute;
  top: -10px;
  height: 10px;
  left: 0;
  right: 0;
}

.header__dropdown-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #1a1a1a;
  font-size: var(--header-link-font, 14px);
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease;
}

.header__dropdown-link:first-child {
  border-radius: 2px 2px 0 0;
}

.header__dropdown-link:last-child {
  border-radius: 0 0 2px 2px;
}

.header__dropdown-link:hover {
  background-color: #f2ece0;
}

.header__callback-wrp {
  display: none;
}

.header__callback-wrp:hover .header__callback-avatar::after {
  animation: none;
}

.header__callback-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
}

.header__callback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header__callback-avatar::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #55a361;
  border-radius: 50%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
}

.header__callback-text span {
  display: block;
  font: 400 18px/27px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--header-color, #1a1a1a);
}

.header__callback-text span:first-child {
  color: var(--primary-color, #db0032);
}

.header__phone-request {
  position: absolute;
  bottom: -20px;
  width: 390px;
  display: none;
}

.header__phone-wrp {
  margin-left: auto;
}

.header__phone-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: inherit;
}

.header__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  display: none;
}

.header__phone-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.header__phone-icon--start {
  animation: headShake 60s 5s infinite;
}

.header__callback {
  display: none;
}

.header__btn {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  cursor: pointer;
}

.header__btn-text {
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__btn-ico {
  height: 24px;
  width: 24px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn-ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
}

.header__social-box {
  display: none;
}

.header__social {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 4px;
  background-color: green;
  transition: background-color 0.25s linear;
}

.header__social svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  pointer-events: none;
}

.header__social--whatsapp {
  background-color: #25d366;
}

.header__social--telegram {
  background-color: #08c;
}

.header--fixed .header__logo span {
  display: none;
}

.header--new .header__address {
  transition: color 0.3s ease;
}

.header--new .header__address:hover {
  color: var(--primary-color, #db0032);
}

.header--new .header__callback-avatar {
  transition: border 0.3s ease;
  border: 2px solid transparent;
}

.header--new .header__callback-avatar:hover {
  border: 2px solid #db0032;
  cursor: pointer;
}

.header--new .header__phone-main__phone {
  transition: color 0.3s ease;
}

.header--new .header__phone-main__phone:hover {
  color: var(--primary-color, #db0032);
}

.header--new .header__link {
  font-size: var(--header-link-font, 14px);
}

.header--overlay {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  0.1% {
    transform: translateX(-4px) rotateY(-9deg);
  }

  0.3% {
    transform: translateX(3px) rotateY(7deg);
  }

  0.52% {
    transform: translateX(-1px) rotateY(-5deg);
  }

  0.72% {
    transform: translateX(1px) rotateY(3deg);
  }

  0.83% {
    transform: translateX(0);
  }

  1% {
    transform: translateX(0);
  }

  1.1% {
    transform: translateX(-4px) rotateY(-9deg);
  }

  1.3% {
    transform: translateX(3px) rotateY(7deg);
  }

  1.52% {
    transform: translateX(-1px) rotateY(-5deg);
  }

  1.72% {
    transform: translateX(1px) rotateY(3deg);
  }

  1.83% {
    transform: translateX(0);
  }

  2% {
    transform: translateX(0);
  }

  2.1% {
    transform: translateX(-4px) rotateY(-9deg);
  }

  2.3% {
    transform: translateX(3px) rotateY(7deg);
  }

  2.52% {
    transform: translateX(-1px) rotateY(-5deg);
  }

  2.72% {
    transform: translateX(1px) rotateY(3deg);
  }

  2.83% {
    transform: translateX(0);
  }
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 0.4s;
  animation-play-state: paused;
  background-color: rgba(26, 26, 26, 0.5);
  z-index: 1001;
}

.header-menu__wrp {
  background-color: #fff;
  color: #1a1a1a;
  padding: 40px 16px;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.4s ease;
  bottom: 0;
  overflow: auto;
  min-width: 244px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.header-menu__list {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu__li {
  text-align: left;
}

.header-menu__li::before {
  content: none;
}

.header-menu__li--bottom {
  margin-top: auto;
}

.header-menu__header-menu {
  padding: 0;
}

.header-menu__link {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.header-menu__phone {
  margin-bottom: 12px;
  text-align: center;
}

.header-menu__phone-icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: var(--primary-color, #db0032);
}

.header-menu__phone-icon--start {
  animation: phoneAnimation 5s;
}

.header-menu__phone-link {
  color: #1a1a1a;
  font-size: 16px;
}

.header-menu--open {
  pointer-events: auto;
  display: block;
  animation-play-state: running;
}

.header-menu--show .header-menu__wrp {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header-menu__callback-wrp {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}

.header-menu__callback-wrp:hover .header__callback-avatar::after {
  animation: none;
}

.header-menu__callback-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  transition: border 0.3s ease;
  border: 2px solid transparent;
}

.header-menu__callback-avatar:hover {
  border: 2px solid var(--accent-color);
  cursor: pointer;
}

.header-menu__callback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menu__callback-text span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
}

.header-menu__callback-text span:last-child {
  color: var(--secondary-color);
}

.header-menu__callback-text span:last-child::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #55a361;
  border-radius: 50%;
  animation: pulse 2s infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.header-menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.header-menu__close svg {
  stroke: var(--button-background, #c7c7c7);
  transition: stroke 0.3s ease;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-menu__close:hover svg {
  stroke: var(--button-background-hover, #db0032);
}

.header-menu__btn {
  width: 100%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.infrastructure {
  padding-top: 54px;
}

.infrastructure__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 48px;
}

.infrastructure__list {
  padding: 0 35px;
}

.infrastructure__item {
  display: none;
}

.infrastructure__item--active {
  display: block;
}

.infrastructure__item-content--hide-blocks__item-block:nth-child(n + 4) {
  display: none;
}

.infrastructure__item-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.infrastructure__item-header svg {
  width: 58px;
  height: 58px;
  margin-right: 23px;
  fill: var(--icon-color, #1a1a1a);
}

.infrastructure__item-header img {
  width: 58px;
  height: 58px;
  margin-right: 23px;
}

.infrastructure__item-box {
  padding-top: 4px;
}

.infrastructure__item-block {
  margin-bottom: 20px;
}

.infrastructure__item-block--hidden {
  display: none;
}

.infrastructure__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
}

.infrastructure__item-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: var(--infrastructure-color, #666);
}

.infrastructure__item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.infrastructure__item-address {
  font-size: 14px;
  line-height: 17px;
}

.infrastructure__list-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}

.infrastructure__list-tab {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid transparent;
  color: #999;
  margin: 0 5px;
}

.infrastructure__list-tab--active {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.infrastructure__more {
  font-size: 18px;
  line-height: 22px;
  color: var(--accent-color);
}

.location {
  padding: 48px 0;
}

.location__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.location__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.location__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--accent-color);
  text-transform: uppercase;
}

.location__btn {
  margin-top: 24px;
  height: 68px;
  padding: 0 48px;
  font-size: 18px;
}

.location__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
}

.location__item {
  -ms-flex-preferred-size: 343px;
  flex-basis: 343px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

.location__item-icon {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--accent-color);
}

.location__item-icon svg,
.location__item-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  fill: currentColor;
  margin: auto;
  display: block;
}

.location__item-title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
  font-weight: 600;
}

.location__item-text {
  font-size: 15px;
  line-height: normal;
}

.location__item-time {
  display: none;
}

.manager {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.manager__img {
  background-color: #db0032;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
}

.manager__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.manager__job {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  color: var(--secondary-color);
}

.manager__contacts {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #3579c1;
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.manager__contacts-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.list-map {
  width: 100%;
  height: 500px;
  position: relative;
  padding-top: 534px;
  overflow: hidden;
}

.list-map__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-map__container > * {
  border-radius: var(--border-radius, 0);
  overflow: hidden;
}

.map {
  overflow: hidden;
  position: relative;
  padding: 48px 0;
}

.map__top {
  padding-bottom: 12px;
}

.map__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.map__container::after {
  content: '';
  display: block;
  margin: 48px 0 24px;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.map__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.map__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
}

.map__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 12px;
}

.map__pins {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #fff;
  color: #1a1a1a;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.map__infrastructure {
  padding-top: 0;
  width: 100%;
}

.map__infrastructure .infrastructure__container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.map__infrastructure .infrastructure__list {
  padding: 0;
  margin: 0;
}

.map__pin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  gap: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.map__more {
  font-size: 18px;
  line-height: 22px;
  color: #db0032;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.map__icon {
  height: 24px;
  width: 24px;
  fill: var(--accent-color);
  padding: 2px;
}

.map__tabs {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.map__tab-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  border-bottom: 2px solid #e5e5e5;
  padding: 0 8px 8px;
  transition: color 0.3s ease, border-color 0.3s ease;
  color: inherit;
}

.map__tab-btn--active {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.map__tab {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-fill-mode: both;
  position: relative;
}

.map__tab--active {
  display: block;
  animation-play-state: running;
}

.map__tab--list {
  margin: 0 -16px;
}

.map__tab--list .list-map {
  border: 2px solid var(--accent-color);
}

.map__tab--list__more {
  display: none;
}

.map__checkbox {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 20px;
  height: 20px;
}

.map__checkbox-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #c7c7c7;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  border-radius: 2px;
}

.map__checkbox-label::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 4px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  width: 10px;
  height: 6px;
}

.map__checkbox-label--checked {
  background-color: var(--button-background, #db0032);
  border-color: var(--button-background, #db0032);
}

.map__checkbox-label--checked::after {
  opacity: 1;
}

.map__main-pin {
  position: relative;
  width: 45px;
  height: 65px;
  top: -34px;
  left: -5px;
}

.map__main-pin svg {
  fill: var(--map-pin-color, #db0032);
}

.map__common-pin {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--map-pin-background, #fff);
  padding: 8px;
  box-shadow: 0 0 4px 0 #9e9e9e;
}

.map__common-pin svg {
  width: 100%;
  height: 100%;
  fill: var(--map-pin-color, #db0032);
}

.map--new__title {
  font: 700 20px/30px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.map--new__subtitle {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.map--new__pins {
  border: 1px solid #c7c7c7;
  margin-top: 24px;
}

.map--new__icon {
  height: 24px;
  width: 24px;
  margin-right: 16px;
}

.map--new__pin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
}

.map--new__pins-wrp {
  position: relative;
}

.map--new__pins-wrp .ps__rail-x {
  display: none;
}

.map--new__pins-wrp .ps__rail-y {
  position: absolute;
  right: 10px;
  width: 4px;
  background-color: transparent;
}

.map--new__pins-wrp .ps__rail-y::before {
  display: none;
}

.map--new__pins-wrp .ps__thumb-y {
  position: absolute;
  right: 10px;
  left: 0;
  width: 100%;
  border-radius: 3px;
  background-color: #e0e0e0;
  border: none;
}

.map--new__tabs {
  padding: 0;
}

.map--new__top-container {
  margin-bottom: 16px;
}

.map--new__tab-btn {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--map-color, #1a1a1a);
}

.map--new__tab-btn--active {
  color: var(--map-tab-btn-active-color, #db0032);
  border-bottom-color: var(--map-tab-btn-active-border-color, #db0032);
}

.map--new__tab-btn:hover {
  color: var(--map-tab-btn-active-color, #db0032);
}

.map--new__head {
  height: 40px;
  color: #db0032;
  font-size: 14px;
  line-height: 20px;
  padding: 0 36px 0 13px;
  transition: color 0.3s ease;
  position: relative;
  width: 100%;
  text-align: left;
}

.map--new__head-ico {
  height: 6px;
  width: 10px;
  transition: stroke 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -3px;
}

.map--new__head-ico svg {
  height: 100%;
  width: 100%;
  stroke: #c7c7c7;
}

.partners {
  background: #f4f5f6;
  padding: 48px 0;
}

.partners__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.partners__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.partners__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--accent-color);
  text-transform: uppercase;
}

.partners__text {
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.partners__wrapper::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.partners__slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 24px;
  --columns-count: 1;
}

.partners__slide {
  padding: 24px;
  background: #fff;
}

.partners__img {
  width: 100%;
  height: auto;
}

.personalForm {
  position: relative;
  padding: 24px 0;
  color: #fff;
}

.personalForm::before,
.personalForm::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.personalForm__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.personalForm__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personalForm__back::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.personalForm__wrp {
  position: relative;
  padding: 48px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 30px;
}

.personalForm__container {
  position: static;
}

.personalForm__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: normal;
}

.personalForm__text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}

.personalForm__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.personalForm__img {
  display: block;
  height: 216px;
  width: 290px;
  margin: 0 auto;
}

.personalForm__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.personalForm__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.personalForm__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.personalForm__form .form {
  padding: 16px;
  background: #fff;
  color: #1a1a1a;
}

.popup-article {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  text-align: center;
}

.popup-article::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.28em;
}

.popup-article__container {
  position: relative;
  padding: 24px 10px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  min-height: 100%;
  height: auto;
  color: #1a1a1a;
}

.popup-article__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  width: 24px;
  height: 24px;
}

.popup-article__close svg {
  height: 100%;
  width: 100%;
  stroke: #c7c7c7;
  display: block;
  pointer-events: none;
  transition: stroke 0.3s ease;
}

.popup-article__close:hover svg {
  stroke: var(--button-background-hover, #db0032);
}

.popup-article__button {
  margin-top: auto;
  max-width: 320px;
  width: 100%;
}

.popup-article__manager {
  margin-top: auto;
}

.popup-article__title {
  font: 700 18px/27px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  margin-top: 24px;
  margin-bottom: 8px;
}

.popup-article__text {
  margin-bottom: 24px;
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.popup-callback {
  background-color: #fff;
}

.popup-callback__title {
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 16px;
}

.popup-callback__manager {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.popup-callback__manager-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f2f2f2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup-callback__manager-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.popup-callback__manager-text {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.popup-callback__manager-job {
  color: var(--secondary-color);
}

.popup-callback__input-wrp {
  margin-bottom: 20px;
}

.popup-callback__input .input__field input {
  height: 60px !important;
  padding: 16px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.popup-callback__label {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 4px;
}

.popup-callback__radio {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.popup-callback__radio input {
  display: none;
}

.popup-callback__radio input:checked + label {
  color: var(--primary-color, #db0032);
  border-color: var(--primary-color, #db0032);
}

.popup-callback__radio + .popup-callback__input > .popup-callback__label {
  margin-top: 25px;
}

.popup-callback__radio-label {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e5e5;
  transition: color 0.3s ease, border-color 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  text-align: center;
  color: #1a1a1a;
  cursor: pointer;
}

.popup-callback__button {
  width: 100%;
}

.popup-callback__agreement {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.popup-callback__agreement a {
  font-size: inherit;
  line-height: inherit;
  color: var(--accent-color) !important;
  border-bottom: none !important;
}

.popup-callback__agreement input {
  width: 18px;
  height: 18px;
  border: 2px solid #b1b5c3;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  line-height: 14px;
}

.popup-callback__agreement input::before {
  content: "\2713";
  opacity: 0;
}

.popup-callback__agreement input:checked {
  background-color: var(--primary-color, #db0032);
  border-color: var(--primary-color, #db0032);
  color: #fff;
}

.popup-callback__agreement input:checked::before {
  opacity: 1;
}

.popup-callback__agreement input.input--error {
  border-color: #db0032;
}

.popup-callback__agreement .input__error-text {
  color: #ff3535;
  padding-top: 4px;
}

.popup-callback__select {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.popup-callback__select-radio input {
  display: none;
}

.popup-callback__select-radio input:checked + .popup-callback__select-label {
  border-color: var(--highlight-color);
}

.popup-callback__select-radio input:checked + .popup-callback__select-label .popup-callback__radio-ico svg {
  fill: var(--highlight-color);
}

.popup-callback__select-radio input:checked + .popup-callback__select-label .popup-callback__radio-text {
  color: var(--highlight-color);
}

.popup-callback__select-label {
  position: relative;
  transition: border-color 0.3s ease;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid currentColor;
  padding: 10px 12px;
  --highlight-color: var(--accent-color);
}

.popup-callback__select-label:hover .popup-callback__radio-ico {
  color: var(--highlight-color);
}

.popup-callback__select-label:hover .popup-callback__radio-text {
  color: var(--highlight-color);
}

.popup-callback__select-label--telegram {
  --highlight-color: #08c;
}

.popup-callback__select-label--viber {
  --highlight-color: #7360f2;
}

.popup-callback__select-label--whatsapp {
  --highlight-color: #25d366;
}

.popup-callback__select-label--botim {
  --highlight-color: #10b7f4;
}

.popup-callback__radio-ico {
  height: 24px;
  width: 24px;
  transition: fill 0.3s ease;
}

.popup-callback__radio-ico svg {
  fill: currentColor;
}

.popup-callback__radio-text {
  color: #1a1a1a;
  font-size: 12px;
  text-align: center;
  transition: color 0.3s ease;
}

.popup-callback--new__manager-img {
  height: 78px;
  max-width: 78px;
  margin-right: 22px;
}

.popup-callback--new__manager-text {
  font: 400 14px/21px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #666;
}

.popup-callback--new__manager-name {
  font: 700 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  display: block;
  margin-bottom: 8px;
}

.popup-callback--new__input input,
.popup-callback--new__input input:-ms-input-placeholder {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #666;
  border-radius: var(--button-border-radius, 0);
}

.popup-callback--new__input input,
.popup-callback--new__input input::placeholder {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #666;
  border-radius: var(--button-border-radius, 0);
}

.popup-callback--new__label {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #666;
}

.popup-callback--new__title {
  font: 700 20px/30px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  text-align: left;
}

.popup-callback--new__button {
  width: 100%;
}

.popup-callback--new__phone .input-country__field {
  border-radius: var(--button-border-radius, 0);
}

.popup-callback--new__phone input {
  border-radius: var(--button-border-radius, 0);
}

.popup-cards {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  padding: 72px 0;
  background-color: #383838;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
}

.popup-cards--section__container {
  position: relative;
}

.popup-cards__container {
  position: relative;
}

.popup-cards__close {
  position: absolute;
  top: -44px;
  right: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  width: 24px;
  height: 24px;
}

.popup-cards__close svg {
  height: 100%;
  width: 100%;
  stroke: #c7c7c7;
  display: block;
  pointer-events: none;
}

.popup-cards__btns-nav {
  width: 100%;
  z-index: 99999;
}

.popup-cards__btn {
  z-index: 9;
  background-color: transparent;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #c7c7c7;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  position: absolute;
  top: 30%;
  display: none;
}

.popup-cards__btn--prev {
  display: none;
  -ms-transform: rotate(-90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  transform: rotate(-90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  left: -80px;
}

.popup-cards__btn--prev svg {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #fff;
}

.popup-cards__btn--next {
  -ms-transform: rotate(90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  transform: rotate(90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  right: -80px;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popup-cards__btn--next svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
}

.popup-cards__btn svg {
  width: 0.625rem;
  height: 1.125rem;
}

.popup-cards__btn.swiper-button-disabled {
  visibility: hidden;
}

.popup-cards__slide {
  max-width: 305px;
}

.popup-cards__slide.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.popup-cards__slide.swiper-slide-prev,
.popup-cards__slide.swiper-slide-next {
  opacity: 0.5;
}

.popup-cards__section-wrapper {
  width: 100%;
}

.popup-cards__section-wrapper-form {
  margin-top: 24px;
}

.popup-cards__section-title {
  font: 700 20px/30px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  margin-bottom: 16px;
}

.popup-cards__section-slider {
  width: 100%;
  margin-bottom: 24px;
}

.popup-cards__section-slider .baseSlider__tab-btn label {
  color: var(--popup-button-color, #1a1a1a);
}

.popup-cards__section-text-title {
  font: 700 20px/30px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  margin-bottom: 16px;
  color: var(--popup-color, #1a1a1a);
}

.popup-cards__section-text-conditions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.popup-cards__section-text-conditions--inline {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.popup-cards__section-text-conditions--inline svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup-cards__section-text-prices {
  margin-bottom: 24px;
}

.popup-cards__section-text-price {
  color: var(--popup-color, #1a1a1a);
  font: 700 24px/31px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.popup-cards__section-text-price--old {
  color: #666;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 30px;
}

.popup-cards__section-text-price--discount {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-left: auto;
}

.popup-cards__section-text-price + .popup-cards__section-text-price {
  margin-top: 8px;
}

.popup-cards__section-text-condition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 12px;
  font: 400 18px/26px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--popup-color, #666);
}

.popup-cards__section-text-condition img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #c7c7c7;
}

.popup-cards__section-text-description {
  margin-bottom: 8px;
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--popup-color, #666);
  max-height: 96px;
  overflow: hidden;
}

.popup-cards__section-text-description--show {
  max-height: 100%;
  transition: max-height 0.5s ease;
}

.popup-cards__section-text-description-link {
  font: 400 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--primary-color, #db0032);
}

.popup-cards__section-count {
  width: 100%;
  background-color: #f2f2f2;
  font: 400 18px/27px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 9px 12px;
  margin-bottom: 24px;
  border-radius: var(--button-border-radius, 0);
}

.popup-cards__section-count svg {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 12px;
  margin-top: 5px;
}

.popup-cards__manager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.popup-cards__manager--telegram {
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-cards__manager--telegram__manager-image-box {
  border: 2px solid rgba(0, 136, 204, 0.4);
}

.popup-cards__manager--telegram__manager-icon {
  background-color: #08c;
}

.popup-cards__manager--whatsapp {
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-cards__manager--whatsapp__manager-image-box {
  border: 2px solid rgba(37, 211, 102, 0.4);
}

.popup-cards__manager--whatsapp__manager-icon {
  background-color: #25d366;
}

.popup-cards__manager--whatsapp__manager-text {
  color: #06b502;
}

.popup-cards__manager__manager-image-box {
  width: 72px;
  height: 72px;
}

.popup-cards__manager-info a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.popup-cards__manager-icon {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
}

.popup-cards__manager-icon svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.popup-cards__manager-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3579c1;
}

.popup-cards__manager-image-box {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 50%;
}

.popup-cards__manager-image-box__manager-img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.popup-cards__manager-img {
  background-color: #db0032;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: block;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
}

.popup-cards__manager-title {
  color: var(--popup-color, #1a1a1a);
  font: 700 16px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.popup-cards__manager-job {
  font: 400 14px/21px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--secondary-color, #666);
}

.popup-cards__section-form .input-country__field {
  border-color: var(--popup-border, #e0e0e0);
}

.popup-cards__section {
  background-color: var(--popup-background, #fff);
  padding: 38px 10px 30px;
  border-radius: var(--border-radius, 0);
}

.popup-cards__section-text-address {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 20px;
  color: var(--popup-color, #666);
  margin-bottom: 17px;
}

.popup-cards__communication {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-cards__communication-link svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.popup-cards__communication-link--phone {
  color: var(--primary-color);
  margin-right: 15px;
}

.popup-cards__communication-link--phone svg {
  fill: var(--primary-color);
}

.popup-cards__communication-link--whatsapp {
  color: #06b502;
}

.popup-cards__communication-link--whatsapp svg {
  fill: #06b502;
}

.popup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #383838;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  max-height: 655px;
  padding: 0;
}

.popup-fullscreen__container {
  position: relative;
  height: 100%;
  padding: 0 2.5rem;
}

.popup-fullscreen__slider {
  height: 100%;
}

.popup-fullscreen__main-slide-text {
  position: absolute;
  padding: 12px;
  bottom: 75px;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #1a1a1a;
  font: 12px/17px var(--font-family-manrope, "Proxima Nova"), sans-serif;
}

.popup-fullscreen__main-slide-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 4px;
}

.popup-fullscreen__main-slide-description {
  font-size: 14px;
  line-height: 21px;
}

.popup-fullscreen__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  width: 24px;
  height: 24px;
}

.popup-fullscreen__close svg {
  height: 100%;
  width: 100%;
  stroke: #c7c7c7;
  display: block;
  pointer-events: none;
}

.popup-fullscreen__btns-nav {
  width: 100%;
  z-index: 99999;
}

.popup-fullscreen__btn {
  z-index: 9;
  background-color: transparent;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #c7c7c7;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  position: absolute;
  top: 50%;
  display: none;
}

.popup-fullscreen__btn--prev {
  display: none;
  -ms-transform: rotate(-90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  transform: rotate(-90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  left: -20px;
}

.popup-fullscreen__btn--prev svg {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #fff;
}

.popup-fullscreen__btn--next {
  -ms-transform: rotate(90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  transform: rotate(90deg) scale(1) skew(0deg, 0deg) translateY(-50%);
  right: -20px;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popup-fullscreen__btn--next svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
}

.popup-fullscreen__btn svg {
  width: 0.625rem;
  height: 1.125rem;
}

.popup-fullscreen__btn.swiper-button-disabled {
  visibility: hidden;
}

.popup-fullscreen__slider-btns {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.popup-fullscreen__slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--border-radius, 0);
}

.popup-fullscreen__slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius, 0);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  min-height: 100vh;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.popup--open {
  display: block;
  animation-play-state: running;
}

.popup__container {
  text-align: center;
}

.popup__content-wrap {
  text-align: left;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  position: relative;
}

.popup__content-wrap--apartment {
  width: 100%;
}

.popup__content-wrap--open {
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

.popup__content {
  position: relative;
  max-width: 575px;
  -ms-flex-preferred-size: 575px;
  flex-basis: 575px;
  padding: 40px 15px;
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 5px;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  height: 24px;
  width: 24px;
  color: #9a9c9f;
}

.popup__close-icon {
  height: 100%;
  width: 100%;
  stroke: currentColor;
  display: block;
  object-fit: contain;
}

.popup-projects-object {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
}

.popup-projects-object__content-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
}

.popup-projects-object__slider-container {
  width: 100%;
  height: 100%;
}

.popup-projects-object__slider-box {
  position: relative;
  height: 345px;
  background-color: #c4c4c4;
}

.popup-projects-object__slider-box .swiper-wrapper {
  -ms-flex-align: center;
  align-items: center;
}

.popup-projects-object__slider-button {
  display: none;
}

.popup-projects-object__slider-button svg {
  width: 8px;
  height: 14px;
  fill: none;
  stroke: var(--button-background);
}

.popup-projects-object__slider-button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.popup-projects-object__slider-button--prev {
  left: 10px;
}

.popup-projects-object__slider-button--next {
  right: 10px;
}

.popup-projects-object__slider-button--next svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-projects-object__slider-thumb-container {
  display: none;
}

.popup-projects-object__thumb-slide {
  width: 82px;
  height: 56px;
  border-radius: 4px;
  border: 3px solid transparent;
  margin-right: 10px;
  cursor: pointer;
}

.popup-projects-object__thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.popup-projects-object__thumb-slide--active {
  border-color: var(--button-background);
}

.popup-projects-object__pagination {
  position: absolute;
  width: auto;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 16px;
}

.popup-projects-object__pagination::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 22px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.7);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.popup-projects-object__close {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.popup-projects-object__close::before,
.popup-projects-object__close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--button-background);
}

.popup-projects-object__close::after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-projects-object__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-projects-object__content {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  padding: 24px;
}

.popup-projects-object__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

.popup-projects-object__description {
  margin-bottom: 24px;
}

.popup-projects-object__description span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

.popup-projects-object__characteristics span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

.popup-projects-object__characteristics ul {
  padding: 0;
}

.popup-projects-object__characteristics ul li::before {
  content: none;
}

.popup-projects-object__button {
  height: 52px;
  padding: 0 25px;
}

.popup-projects-object__manager {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-bottom: 16px;
}

.popup-projects-object__manager-image-box {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.popup-projects-object__manager-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-projects-object__manager-title {
  font: 700 20px/28px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  margin-bottom: 8px;
}

.popup-projects-object__manager-job {
  font: 400 15px/24px var(--font-family-manrope, "Proxima Nova"), sans-serif;
  color: var(--secondary-color, #666);
  margin-bottom: 8px;
}

.popup-projects-object__communication-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.popup-projects-object__communication-link svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.popup-projects-object__communication-link--phone {
  color: var(--primary-color);
}

.popup-projects-object__communication-link--phone svg {
  fill: var(--primary-color);
}

.popup-projects-object__communication-link--whatsapp {
  color: #06b502;
}

.popup-projects-object__communication-link--whatsapp svg {
  fill: #06b502;
}

.popup-projects-object__form {
  margin-bottom: 22px;
}

.popup-projects-object__form-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 2px;
}

.popup-projects-object__radio-list {
  gap: 4px;
  position: relative;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  --columns-count: 2;
}

.popup-projects-object__label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  border: 1px solid #e5e5e5;
  padding: 0 14px;
  cursor: pointer;
  transition: border-color 0.25s linear;
  --highlight-color: var(--accent-color);
}

.popup-projects-object__label-icon {
  fill: currentColor;
}

.popup-projects-object__label-text {
  -ms-flex-order: 1;
  order: 1;
  font-size: 18px;
  line-height: 28px;
  transition: color 0.25s linear;
}

.popup-projects-object__label:hover .popup-projects-object__label-icon,
.popup-projects-object__label--checked .popup-projects-object__label-icon {
  color: var(--highlight-color);
}

.popup-projects-object__label:hover .popup-projects-object__label-text,
.popup-projects-object__label--checked .popup-projects-object__label-text {
  color: var(--highlight-color);
}

.popup-projects-object__label--telegram {
  --highlight-color: #08c;
}

.popup-projects-object__label--viber {
  --highlight-color: #7360f2;
}

.popup-projects-object__label--whatsapp {
  --highlight-color: #25d366;
}

.popup-projects-object__label--botim {
  --highlight-color: #10b7f4;
}

.popup-projects-object__radio {
  display: none;
}

.popup-projects-object__radio:checked ~ .popup-projects-object__radio:checked__label-text {
  color: var(--primary-color);
}

.popup-projects-object__radio:checked ~ .popup-projects-object__radio:checked__label-background {
  border-color: var(--primary-color);
}

.popup-projects-object__radio:checked ~ .popup-projects-object__radio:checked__label-icon {
  fill: var(--primary-color);
}

.popup-projects-object__input-wrapper {
  margin-bottom: 25px;
}

.popup-projects-object__input-label {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
}

.popup-projects-object__input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0 16px;
}

.popup-projects-object__input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
}

.popup-projects-object__input::placeholder {
  font-size: 18px;
  line-height: 28px;
}

.popup-projects-object__phone .input-country__field {
  border-radius: 8px;
}

.popup-projects-object__phone .input-country__field input {
  height: 60px;
  border-radius: 8px;
}

.popup-projects-object__agreement {
  font-size: 12px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #9e9e9e;
}

.popup-projects-object__agreement input {
  width: 18px;
  height: 18px;
  border: 2px solid #b1b5c3;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  line-height: 14px;
}

.popup-projects-object__agreement input::before {
  content: "\2713";
  opacity: 0;
}

.popup-projects-object__agreement input:checked {
  background-color: var(--primary-color, #db0032);
  border-color: var(--primary-color, #db0032);
  color: #fff;
}

.popup-projects-object__agreement input:checked::before {
  opacity: 1;
}

.popup-projects-object__agreement input.input--error {
  border-color: #db0032;
}

.popup-projects-object__agreement .input__error-text {
  color: #ff3535;
  padding-top: 4px;
}

.popup-projects-object__agreement a {
  color: var(--primary-color);
}

.popup-projects-object__agreement .link {
  font-size: inherit;
  font-weight: 400;
}

.popup-success {
  background-color: #fff;
  padding: 50px 0;
}

.popup-success__container.popup__content-wrap--open {
  display: block;
}

.popup-success__container p {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.popup-success__container p:not(:last-of-type) {
  margin-bottom: 30px;
}

.popup-success__back {
  margin-bottom: 32px;
}

.popup-success__back-link {
  font-size: 16px;
  line-height: normal;
  color: #db0032;
  border-bottom: 1px dashed rgba(219, 0, 50, 0.4);
  transition: border-color 0.3s ease;
}

.popup-success__back-link:hover {
  border-color: #db0032;
}

.popup-success__title {
  font-family: var(--font-family-manrope, "Playfair Display", Arial, sans-serif);
  font-size: 28px;
  line-height: 34px;
  color: #1a1a1a;
  font-style: italic;
  margin-bottom: 6px;
}

.popup-success__title > span {
  font-style: normal;
  font-weight: 600;
}

.popup-success__subtitle {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #383838;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1100;
  max-height: 655px;
  padding: 0;
}

.popup-video__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
  width: 24px;
  height: 24px;
}

.popup-video__close svg {
  height: 100%;
  width: 100%;
  stroke: #c7c7c7;
  display: block;
  pointer-events: none;
}

.popup-video__container {
  width: 100%;
  height: 100%;
}

.popup-video__content {
  width: 100%;
  height: 100%;
}

.prizes {
  background: #f4f5f6;
  padding: 48px 0;
}

.prizes__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.prizes__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.prizes__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--accent-color);
  text-transform: uppercase;
  text-align: center;
}

.prizes__text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  text-align: center;
}

.prizes__wrapper::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.prizes__wrapper .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.prizes__slider {
  position: relative;
}

.prizes__slide {
  height: auto;
  padding: 24px;
  background: #fff;
  color: #1a1a1a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 440px;
  gap: 8px;
}

.prizes__slide-title {
  color: var(--accent-color);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.prizes__slide-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.prizes .sliderButtons {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-pack: center;
  justify-content: center;
}

.prizes .sliderButtons__btn {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  text-align: center;
}

.prizes .sliderButtons__btn svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
  fill: currentColor;
  stroke: none;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.prizes__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.prizes__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.projects {
  overflow: hidden;
  position: relative;
  padding: 48px 0;
}

.projects::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.projects__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.projects__top .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.projects__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.projects__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
}

.projects__container {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

.projects__wrp {
  min-width: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.projects__wrp--content {
  -ms-flex-order: 2;
  order: 2;
}

.projects__wrp--photo {
  -ms-flex-order: 1;
  order: 1;
}

.projects__others {
  margin-top: 40px;
}

.projects__item-docs {
  --columns-count: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.projects__item-docs .file {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.projects__item-docs .file__ico {
  margin: 0;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.projects__item-docs .file__text {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 155% !important;
  /* 27.9px */
  text-decoration: none;
  color: inherit !important;
}

.projects__item-link {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-top: 16px;
  display: inline-block;
}

.projects__content-title {
  display: none;
}

.projects__item-thumb {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 24px;
}

.projects__list {
  margin-bottom: 32px;
}

.projects__main {
  position: relative;
}

.projects__item {
  display: none;
  animation-name: fadeIn;
  animation-play-state: paused;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.projects__item--active {
  animation-play-state: running;
  display: block;
}

.projects__item-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.projects__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 48px;
}

.projects__item-title::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #e0e0e0;
  margin-right: 16px;
  position: relative;
  top: 15px;
}

.projects__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.projects__item-text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.projects__thumb-slider-pagination {
  margin-top: 24px;
}

.projects__thumb-slider-pagination--hide {
  display: none !important;
}

.projects__thumb-slide {
  cursor: pointer;
}

.projects__thumb-slide img {
  height: 72px;
  display: block;
  border: 2px solid transparent;
  object-fit: cover;
  transition: border-color 0.3s ease;
}

.projects__thumb-slide--active img {
  border-color: var(--accent-color);
}

.projects__thumb-slide-text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.projects__thumb-slide-img {
  height: 100%;
  width: 100%;
}

.properties {
  padding: 48px 0;
}

.properties__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.properties__bottom {
  padding-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.properties__content {
  padding-top: 12px;
}

.properties__content::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.properties__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}

.properties__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.properties__points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.properties__point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.properties__point::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--accent-color);
  margin: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.properties__point-text {
  max-width: 260px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.properties__photo {
  position: relative;
  margin-bottom: 80px;
}

.properties__photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.properties__badge {
  --badge-size: 112px;
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 100%;
  text-align: center;
  height: var(--badge-size);
  width: var(--badge-size);
  padding: 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -ms-flex-direction: column;
  flex-direction: column;
}

.properties__badge-count {
  font-family: "EB Garamond";
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.properties__badge-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.properties__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-bottom: 48px;
}

.properties__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 24px;
}

.properties__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.properties__item-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.properties__item-box {
  padding-bottom: 24px;
}

.properties__item-subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.properties__item-title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.properties__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.quiz-block {
  position: relative;
  padding: 24px 0;
  color: #fff;
}

.quiz-block::before,
.quiz-block::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.quiz-block__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.quiz-block__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-block__back::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.quiz-block__wrap {
  position: relative;
  padding: 48px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 30px;
}

.quiz-block__container {
  position: static;
}

.quiz-block__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.quiz-block__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.quiz-block__progress {
  height: 13px;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
}

.quiz-block__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

.quiz-block__count {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.quiz-block__question {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.quiz-block__answers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.quiz-block__answer {
  --button-background: #fff;
}

.quiz-block__answer:hover {
  color: var(--accent-color);
}

.quiz-block__quiz .form {
  padding: 16px;
  background: #fff;
  color: #1a1a1a;
}

.sectionObject {
  position: relative;
  padding: 48px 0;
}

.sectionObject__top {
  padding-bottom: 24px;
}

.sectionObject__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.sectionObject__content::after {
  content: '';
  display: block;
  margin: 24px 0;
  padding-top: 24px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}

.sectionObject__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.sectionObject__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
}

.sectionObject__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.sectionObject__wrapper {
  min-width: 0;
  position: relative;
}

.sectionObject__wrapper-form {
  position: relative;
}

.sectionObject__slider {
  width: 100%;
  margin-bottom: 24px;
}

.sectionObject__text-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 16px;
}

.sectionObject__text-conditions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.sectionObject__text-condition {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  color: var(--secondary-color);
}

.sectionObject__text-condition img {
  width: 24px;
  height: 24px;
  padding: 2px;
  fill: #c7c7c7;
}

.sectionObject__text-prices {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sectionObject__text-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}

.sectionObject__text-price--old {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.sectionObject__text-price--discount {
  color: var(--accent-color);
  font-family: Manrope;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
}

.sectionObject__text-price + .sectionObject__text-price {
  margin-top: 8px;
}

.sectionObject__text-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  max-height: 252px;
  overflow: hidden;
}

.sectionObject__text-description--show {
  max-height: 100% !important;
  transition: max-height 0.5s ease;
}

.sectionObject__text-description-link {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  margin-top: 8px;
  display: inline-block;
}

.sectionObject__count {
  padding: 9px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.sectionObject__count svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
  stroke: #f57338;
}

.sectionObject__form-wrapper {
  padding: var(--sectionObject-form-wrapper-padding-mobile, 0);
  border-radius: var(--sectionObject-form-wrapper-border-radius, 0);
  background-color: var(--sectionObject-form-wrapper-background-color, transparent);
  overflow: hidden;
}

.sectionObject__manager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  margin-bottom: 4px;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.sectionObject__manager-info {
  position: relative;
}

.sectionObject__manager-icon {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
}

.sectionObject__manager-icon svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.sectionObject__manager-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3579c1;
}

.sectionObject__manager-image-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sectionObject__manager-img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.sectionObject__manager-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 8px;
}

.sectionObject__manager-job {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  color: var(--secondary-color);
  margin-bottom: 8px;
}

.sectionObject__form {
  padding: 16px 0;
}

.sectionObject__communication {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.sectionObject__communication-link {
  color: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.sectionObject__communication-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.sectionObject__communication-link--phone {
  color: var(--accent-color);
}

.sorting__title {
  display: none;
}

.sorting__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.sorting__elem {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.sorting__elem--active {
  color: var(--accent-color);
}

.sorting__elem-ico {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
}

.sorting__elem-ico svg {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sorting__elem label {
  transition: color 0.3s ease;
}

.sorting__elem label:hover {
  cursor: pointer;
  color: var(--button-background-hover, #db0032);
}

.sorting__elem label:hover ~ svg {
  fill: var(--button-background-hover, #db0032);
}

.sorting__elem input:checked + label {
  color: var(--button-background, #db0032);
}

.sorting__elem input:checked ~ svg {
  fill: var(--primary-color, #db0032);
}

.sorting__elem input.asc ~ .sorting__elem-ico--desc {
  display: none;
}

.sorting__elem input.asc ~ .sorting__elem-ico--asc {
  display: inline-block;
}

.sorting__elem input.desc ~ .sorting__elem-ico--asc {
  display: none;
}

.sorting__elem input.desc ~ .sorting__elem-ico--desc {
  display: inline-block;
}

.sorting__elem__content {
  -ms-flex: 1;
  flex: 1;
}

.steps {
  padding: 48px 0;
}

.steps__top::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.steps__content {
  padding-top: 24px;
}

.steps__content::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.steps__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}

.steps__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.steps__list {
  --columns-count: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 24px;
}

.steps__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  gap: 24px;
  color: #1a1a1a;
}

.steps__item-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 128%;
  /* 46.08px */
}

.steps__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.steps__item-number {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  /* 57.6px */
  margin-top: auto;
}

.steps__item:nth-child(1) {
  color: #fff;
  background: linear-gradient(139deg, #931f2b 5.84%, #42050b 100.03%);
}

.steps__item:nth-child(2) {
  color: #fff;
  background: #414141;
}

.steps__item:nth-child(3) {
  background: #e5e5e5;
}

.steps__item:nth-child(4) {
  background: #f2ece0;
}

.steps__item:nth-child(5) {
  background: #c2e0ff;
}

.steps__item:nth-child(6) {
  background: linear-gradient(90deg, #fff 0%, #c6c6c6 100%);
}

.steps__button {
  display: none;
}

.stock {
  background-color: var(--body-background-color, #f2f2f2);
  padding: 56px 0 0;
}

.stock__title {
  font-family: var(--font-family-manrope, "Playfair Display", Arial, sans-serif);
  font-size: 28px;
  line-height: 34px;
  color: var(--stock-color, #1a1a1a);
  text-align: center;
  font-style: italic;
  margin-bottom: 48px;
}

.stock__title > span {
  font-style: normal;
  font-weight: 600;
}

.stock__title-normal {
  position: relative;
  z-index: 3;
}

.stock__priceOff {
  display: inline-block;
  position: relative;
  color: #fff;
  z-index: 2;
}

.stock__priceOff::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #db0032;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  z-index: -1;
}

.stock__price {
  font-size: 18px;
  line-height: 26px;
  color: var(--stock-color, #1a1a1a);
  margin-bottom: 16px;
  text-align: center;
}

.stock__price-old {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  text-decoration: line-through;
}

.stock__price-new {
  font-weight: 500;
}

.stock__term {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
}

.stock__container {
  position: relative;
  margin-top: 25px;
}

.stock__slider {
  padding-bottom: 56px;
}

.stock__slide {
  height: auto;
}

.stock__slider-buttons {
  display: none;
}

.stock--new {
  padding-bottom: 56px;
}

.stock--new__title {
  font-family: var(--font-family-manrope, "Proxima Nova"), sans-serif;
  font-weight: var(--stock-title-font-weight, 700);
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  margin-bottom: 24px;
}

.stock--new__priceOff {
  color: var(--stock-new-price-off-color, #db0032);
}

.stock--new__priceOff::before {
  display: none;
}

.stock--new__price__price-old {
  font-family: var(--font-family-manrope, "Proxima Nova");
  text-decoration: line-through;
  color: var(--stock-new-price-old-color, inherit);
}

.stock--new__term {
  font-family: var(--font-family-manrope, "Proxima Nova");
  color: var(--stock-color, #1a1a1a);
}

.stock--new__slider {
  padding-bottom: 0;
}

.stock--new__slider-buttons button {
  box-shadow: 0 3.91111px 13.6889px rgba(0, 0, 0, 0.2);
}

.topProjects {
  position: relative;
  padding: 48px 0;
}

.topProjects::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.topProjects__title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.topProjects__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--accent-color);
}

.topProjects__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  padding-bottom: 24px;
}

.topProjects__container {
  padding-bottom: 24px;
}

.topProjects__container::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.topProjects__slider {
  position: relative;
}

.topProjects__slider .swiper-container {
  margin-bottom: 24px;
}

.topProjects__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 272px;
  overflow: hidden;
}

.topProjects__slide-wrapper {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  background-color: #f4f5f6;
  gap: 12px;
}

.topProjects__slide-more {
  color: var(--accent-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  display: inline-block;
}

.topProjects__slide-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}

.topProjects__slide-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
}

.topProjects__slide-show {
  height: 238px;
  width: 100%;
}

.topProjects__button {
  width: 100%;
}

.topProjects__manager {
  position: relative;
}

.topProjects__price {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  margin-top: auto;
}

.topProjects__buttons {
  display: none;
}

.topProjects__communication {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 8px;
}

.topProjects__communication-link {
  -ms-flex: 1;
  flex: 1;
}

.topProjects__communication-link.btn {
  padding-left: 10px;
  padding-right: 10px;
}

.topProjects__communication-link svg {
  display: none;
}

.topProjects__slide-private-sale {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 238px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.topProjects__slide-private-sale img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  object-fit: contain;
}

.topProjects__slide-private-sale span {
  width: 250px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.topProjects .sliderButtons__btn {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  background-color: var(--accent-color);
  color: #fff;
  --slider-button-position: 8px;
}

.topProjects .sliderButtons__btn--prev {
  left: var(--slider-button-position);
}

.topProjects .sliderButtons__btn--next {
  right: var(--slider-button-position);
}

.video {
  padding: 48px 0;
}

.video__headLine {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.video__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 12px;
}

.video__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.video__youtube {
  padding-bottom: 24px;
}

.video__youtube .container {
  padding-top: 24px;
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
}

.video__youtube::before,
.video__youtube::after {
  content: '';
  display: block;
  margin: 24px 0;
  border-top: 1px solid #c7c7c7;
  position: relative;
}

.company {
  position: relative;
  padding: 24px 0;
  color: #fff;
}

.company__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.company__back img,
.company__back video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company__back::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.company__wrp {
  position: relative;
  padding: 24px 0 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 24px;
  --columns-count: 1;
}

.company__container {
  position: static;
}

.company__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 63px;
  /* 131.25% */
}

.company__text {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.company__btn {
  --button-background: #fff;
  margin-top: 24px;
  width: 100%;
}

.company__btn:hover {
  color: var(--accent-color);
}

.company__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.offer {
  position: relative;
  padding: 24px 0;
}

.offer__wrp {
  position: relative;
  padding: 12px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
  gap: 24px;
  --columns-count: 1;
}

.offer__container {
  position: static;
}

.offer__title {
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.offer__text {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.offer__btn {
  margin-top: 36px;
  width: 100%;
}

.offer__subtitle {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.offer__img {
  display: block;
  height: 505px;
  width: 100%;
  margin-top: 24px;
  object-fit: cover;
}

.offer__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid var(--accent-color);
}

.offer__item-icon {
  padding: 10px;
  height: 44px;
  width: 44px;
  color: var(--accent-color);
}

.offer__item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
}

.offer__item-text {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.page .weight {
  font-weight: normal;
}

.page .weight.weight--bold {
  font-weight: 700;
}

.page .weight.weight--middle {
  font-weight: 500;
}

.page .weight.weight--bolder {
  font-weight: 600;
}

.page .style {
  font-style: normal;
}

.page .style.style--oblique {
  font-style: oblique;
}

.page .style.style--italic {
  font-style: italic;
}

.page .family.family--StolzlBook {
  font-family: var(--font-family-manrope, "Stolzl Book", "Stolzl", Arial, sans-serif);
}

.page .family.family--Playfair {
  font-family: var(--font-family-manrope, "Playfair Display", Arial, sans-serif);
}

.page .family.family--Stolzl {
  font-family: var(--font-family-manrope, "Stolzl", Arial, sans-serif);
}

.detail-page {
  padding-top: 56px;
}

[data-for-bot] {
  display: none;
}

.container {
  --container-padding: 16px;
  position: relative;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.container--wide {
  max-width: 1600px;
  padding: 0;
}

.container--slider {
  max-width: 1332px;
}

.container--popup {
  padding: 36px 36px;
}

.new-theme {
  color: #1a1a1a;
  background: #fff;
  --body-background-color: #fff;
  --accent-color: #931f2b;
  --primary-color: var(--accent-color);
  --border-radius: 0;
  --button-background: var(--accent-color);
  --button-border-radius: 0;
  --button-background-hover: var(--accent-color);
  --button-background-active: var(--accent-color);
  --button-color: #fff;
  --button-height: 68px;
  --secondary-color: #9a9c9f;
  --button-font-weight: 400;
  --button-padding-5: 5px;
  --border-color: #e5e5e5;
  --text-color: #1a1a1a;
  --ul-li-circle: #1a1a1a;
  --value-0: 0;
  --transparent: transparent;
  --display-block: block;
  --display-flex: flex;
  --display-none: none;
  --flex-wrap: wrap;
  --flex-direction-row: row;
  --flex-justify-content-start: flex-start;
  --white-space-normal: normal;
  --link-color: #b6a383;
  --link-hover-color: #c8a770;
  --link-border-bottom: none;
  --button-transparent-with-border-border-color: #b6a383;
  --button-transparent-with-border-border-color-hover: #c8a770;
  --button-transparent-with-border-color: #b6a383;
  --button-transparent-with-border-color-hover: #c8a770;
  --button-transparent-with-border-radius: 12px;
  --animation-element-display: inline-block;
  --icon-color: #b6a383;
  --quiz-border-radius: 16px;
  --quiz-button-height: 76px;
  --quiz-button-background: #fff;
  --about-background: #fff;
  --gallery-padding: 32px 12px;
  --gallery-padding-tablet-min: 48px 40px;
  --gallery-padding-xl-min: 120px 0;
  --stock-padding-xxl-min: 120px 0;
  --stock-title-font-weight: 500;
  --stock-title-font-size-xl-min: 36px;
  --stock-new-price-off-color: #f57338;
  --stock-new-price-old-color: #9a9c9f;
  --file-icon-color: #b6a383;
  --file-text-color: var(--text-color);
  --baseSlider-tab-btn-active-color: #fff;
  --baseSlider-tab-btn-active-border-color: transparent;
  --baseSlider-tab-btn-active-background-color: var(--accent-color);
  --baseSlider-tab-btns-border-radius: 0;
  --baseSlider-tab-btns-overflow: hidden;
  --form-select-background: transparent;
  --infrastructure-more-color: #b6a383;
  --infrastructure-flex-column: column;
  --calculator-range-color: var(--accent-color);
  --calculator-range-color-light: #fff;
  --header-background: transparent;
  --header-link-font: 18px;
  --header-button-height: 52px;
  --footer-icon-background: transparent;
  --footer-icon-fill: var(--accent-color);
  --font-family-manrope: 'Manrope', Arial, sans-serif;
}

.new-theme .rich-content ul {
  margin-top: 20px;
  padding-left: 26px;
}

.new-theme .rich-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.new-theme .rich-content ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}

.new-theme .rich-content ol {
  margin-top: 20px;
  padding-left: 26px;
  counter-reset: item;
}

.new-theme .rich-content ol li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.new-theme .rich-content ol li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -14px;
}

.new-theme .footer .footer__container .footer__privacy {
  color: #9a9c9f;
  border: none;
}

.new-theme .footer .footer__container .footer__email {
  border: none;
}

.new-theme .form .input__field.input__field--hide-code .input-country__current-code {
  display: none;
}

.new-theme .form .input__error-text {
  width: 100%;
  top: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
}

.new-theme .form .country-list {
  color: #1a1a1a;
}

.new-theme .stock .card .card__wrp:hover {
  box-shadow: none;
}

.new-theme .header .header__dropdown-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12px;
  white-space: nowrap;
}

.new-theme .header .header__container {
  border-bottom: none;
}

.new-theme .header.header--white {
  border-bottom: none;
}

.new-theme .topProjects .manager__contacts {
  display: none;
}

.new-theme .map .infrastructure__list-tab {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.new-theme .map .infrastructure__list-tab::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(182, 163, 131, 0.4);
}

.new-theme .map .infrastructure__list-tab.infrastructure__list-tab--active {
  border: none;
}

.new-theme .map .infrastructure__list-tab.infrastructure__list-tab--active::after {
  background-color: #b6a383;
}

.new-theme .map .map__main-pin svg {
  fill: var(--primary-color);
}

.new-theme .popup-callback .input__error-text {
  width: 100%;
  top: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
}

.new-theme .quiz .quiz__answer {
  height: auto;
  padding: 24px;
}

.new-theme .selected-flag {
  border-radius: 0 !important;
  background: none !important;
}

.new-theme .swiper-pagination-bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.new-theme .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 6px;
  height: 6px;
  border: none;
  background: #c7c7c7;
  opacity: 0.4;
}

.new-theme .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--accent-color);
  opacity: 1;
}

.new-theme--dark {
  color: #fff;
  background: #252525;
  --body-background-color: #252525;
  --calculator-range-color: #fff;
}

.new-theme--dark .brief__subtitle {
  color: inherit;
}

.new-theme--dark .brief__ico {
  color: inherit;
}

.new-theme--dark .location__subtitle {
  color: inherit;
}

.new-theme--dark .location__ico {
  color: inherit;
}

.new-theme--dark .location__item-icon {
  color: inherit;
}

.new-theme--dark .location__btn {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .about__subtitle {
  color: inherit;
}

.new-theme--dark .about .form__button {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .form .input__field input {
  background: none;
  color: inherit;
}

.new-theme--dark .form__agreement a {
  color: inherit;
}

.new-theme--dark .facing-section-horizontal__subtitle {
  color: inherit;
}

.new-theme--dark .facing-section-horizontal__tab-btn {
  border-color: #fff;
  color: #fff;
}

.new-theme--dark .facing-section-horizontal__tab-btn--active {
  background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .gallery-plate__subtitle {
  color: inherit;
}

.new-theme--dark .catalog__subtitle {
  color: inherit;
}

.new-theme--dark .catalog__button {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .filter__radio {
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
}

.new-theme--dark .filter__radio input:checked + .filter__radio-label {
  background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .filter__button {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .filter__button--cancel {
  color: #fff;
}

.new-theme--dark .filter__button--cancel:hover {
  color: var(--accent-color);
}

.new-theme--dark .sorting__elem input:checked + label,
.new-theme--dark .sorting__elem label:hover {
  color: var(--secondary-color);
}

.new-theme--dark .sorting__elem-ico {
  color: var(--secondary-color);
}

.new-theme--dark .projects__subtitle {
  color: inherit;
}

.new-theme--dark .projects .file__ico {
  fill: currentColor;
}

.new-theme--dark .projects__button {
  color: #fff;
}

.new-theme--dark .projects__item-link {
  color: #fff;
}

.new-theme--dark .sectionObject__subtitle {
  color: inherit;
}

.new-theme--dark .sectionObject__communication-link {
  color: inherit;
}

.new-theme--dark .sectionObject__text-price--discount {
  color: inherit;
}

.new-theme--dark .sectionObject__text-description-link {
  color: inherit;
}

.new-theme--dark .sectionObject .form__button {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .topProjects__subtitle {
  color: inherit;
}

.new-theme--dark .topProjects__slide-wrapper {
  background: #1a1a1a;
  color: #fff;
}

.new-theme--dark .topProjects__slide-more {
  color: inherit;
}

.new-theme--dark .topProjects__communication-link--whatsapp {
  color: #fff;
}

.new-theme--dark .topProjects__communication-link--whatsapp:hover {
  border-color: #fff;
  background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .map__subtitle {
  color: inherit;
}

.new-theme--dark .map__tab-btn {
  color: var(--secondary-color);
  border-bottom-color: currentColor;
}

.new-theme--dark .map__tab-btn--active {
  color: #fff;
}

.new-theme--dark .map__tab--list .list-map {
  border-color: #fff;
}

.new-theme--dark .calculator__subtitle {
  color: inherit;
}

.new-theme--dark .calculator__title {
  color: inherit;
}

.new-theme--dark .calculator__price-box {
  background: #1a1a1a;
  color: #fff;
}

.new-theme--dark .calculator__price-button .btn {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .calculator__banks-more {
  color: #fff;
}

.new-theme--dark .video__subtitle {
  color: inherit;
}

.new-theme--dark .prizes {
  background: none;
}

.new-theme--dark .prizes__subtitle {
  color: inherit;
}

.new-theme--dark .prizes__slide {
  color: #fff;
  background: #1a1a1a;
}

.new-theme--dark .steps__subtitle {
  color: inherit;
}

.new-theme--dark .steps__button .btn {
  color: #fff;
}

.new-theme--dark .infrastructure__more {
  color: inherit;
}

.new-theme--dark .partners {
  background: none;
}

.new-theme--dark .partners__subtitle {
  color: inherit;
}

.new-theme--dark .footer__privacy {
  color: #fff;
}

.new-theme--dark .footer__social {
  color: #fff;
}

.new-theme--dark .footer__phone-icon {
  fill: #fff;
}

.new-theme--dark .footer__btn {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .error404__icon {
  color: #fff;
}

.new-theme--dark .error404__title {
  color: #fff;
}

.new-theme--dark .error404__btn {
  --button-background: #fff;
  color: var(--accent-color);
}

.new-theme--dark .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.new-theme--dark .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

@media (min-width: 375px) {
  .input.input--error .input__error-text {
    display: block;
    font-size: 0.625rem;
    line-height: 1.125rem;
    color: #ff3535;
    position: absolute;
    top: 19%;
    right: 3%;
    width: 26%;
  }

  .facing-section__main-slide-text {
    padding-right: 20px;
  }

  .facing-section-horizontal__main-slide-text {
    padding-right: 20px;
  }

  .popup-fullscreen__main-slide-text {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .btn__img {
    height: 62px;
    width: 80px;
  }

  .btn--img {
    padding: 0 15px;
  }

  .btn--big-img {
    padding-left: 117px;
  }

  .btn--big-img__img {
    width: 169px;
    height: 111px;
    top: -25px;
    left: -65px;
  }

  .input .input__field input {
    height: 3.125rem;
  }

  .input.input--error .input__error-text {
    font-size: 0.625rem;
    width: 26%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .input-country .input-country__current-code {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .iti-mobile .intl-tel-input.iti-container {
    left: 35%;
    right: 5%;
    width: 60%;
  }

  .link {
    font-size: 1.125rem;
  }

  .cselect .cselect__input {
    max-width: 87%;
  }

  .cselect .cselect__title {
    height: 3rem;
    line-height: 2.875rem;
  }

  .select {
    height: 3rem;
  }

  .file .file__text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }

  .file .file__extension {
    font-size: 1rem;
  }

  .about {
    padding: 64px 0;
  }

  .about__title {
    font-size: 52px;
  }

  .baseSlider__button-full {
    right: 32px;
    top: 30px;
  }

  .baseSlider__slider-btns {
    width: calc(100% - 64px);
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .baseSlider__tab-btns {
    width: auto;
    top: 30px;
    left: 32px;
  }

  .baseSlider__main-slider {
    margin-bottom: 14px;
  }

  .baseSlider__thumb-slide {
    width: 127px;
    height: 72px;
  }

  .brief {
    padding: 64px 0;
  }

  .brief__title {
    font-size: 52px;
  }

  .brief__container {
    padding-top: 24px;
  }

  .brief__wrapper {
    gap: 20px 24px;
  }

  .builder__title {
    margin-bottom: 56px;
  }

  .builder__title-main {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .builder__title-sub::before {
    top: 18px;
  }

  .builder__title-sub {
    font-size: 24px;
    line-height: 35px;
    padding-left: 85px;
  }

  .builder__wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .builder__content {
    max-width: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-right: 109px;
  }

  .builder__text {
    font-size: 16px;
    line-height: 23px;
  }

  .builder__files {
    margin-top: 0;
    max-width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .builder__file:not(:last-of-type) {
    margin-bottom: 48px;
  }

  .builder {
    padding: 64px 0;
  }

  .calculator {
    padding: 64px 0;
  }

  .calculator__title {
    font-size: 53px;
  }

  .calculator__filter-box {
    gap: 36px 24px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calculator__filter-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .calculator__price-box {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calculator__price-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .calculator__banks {
    padding-top: 30px;
  }

  .calculator__bank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }

  .calculator__bank--only-logo {
    width: 20%;
  }

  .calculator__bank-text {
    width: 225px;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    margin-left: 75px;
  }

  .calculator__bank-percent {
    font-size: 18px;
    line-height: 27px;
    margin-right: 72px;
    margin-left: auto;
  }

  .calculator__bank-time {
    font-size: 18px;
    line-height: 27px;
  }

  .calculator__banks-more {
    margin-top: 15px;
  }

  .card-popup__count {
    margin-bottom: 33px;
  }

  .card-popup__gallery {
    margin-bottom: 45px;
  }

  .card-popup__slider-btns {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    bottom: 20px;
    z-index: 3;
    padding: 0 24px;
  }

  .card-popup__tab-btns {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
  }

  .card-popup__tab-btn {
    width: auto;
    padding: 0;
  }

  .card-popup__btn + input + label {
    margin-left: 0;
  }

  .card-popup__btn {
    height: 48px;
    line-height: 48px;
    width: 120px;
    text-align: center;
    padding-bottom: 0;
  }

  .card-popup__main-slider {
    height: 510px;
    margin-bottom: 14px;
  }

  .card-popup__thumb-slider {
    margin: 0;
    padding-left: 24px;
  }

  .card-popup__thumb-slide {
    width: 127px;
    height: 72px;
  }

  .card-popup__info {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 48px;
  }

  .card-popup__col {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
  }

  .card-popup__title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 29px;
  }

  .card-popup__icon {
    margin-right: 25px;
  }

  .card-popup__form-wrap .form__title {
    padding-right: 50px;
  }

  .card-slider__content--manager {
    padding: 24px 24px 8px;
  }

  .card-slider__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .card-slider__button {
    right: 30px;
    top: 20px;
  }

  .card__wrp {
    height: 100%;
  }

  .card__content--manager {
    padding: 24px 24px 8px;
  }

  .card__slider {
    height: 220px;
  }

  .card__slider-hover {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .card__contacts {
    margin-top: 20px;
  }

  .card__contacts-text {
    margin-bottom: 16px;
  }

  .card__phone .input-country__wrp {
    height: 48px;
    padding-left: 70px;
  }

  .card__phone .input-country__wrp input {
    height: 46px;
    display: block;
  }

  .catalog {
    padding: 64px 0;
  }

  .catalog__title {
    font-size: 52px;
  }

  .catalog__button-wrp {
    margin-top: 32px;
  }

  .catalog__navigation-group {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-top: 30px;
  }

  .catalog__sort-wrp {
    margin-right: 15px;
  }

  .catalog__sort-title {
    font-size: 16px;
    display: none;
  }

  .catalog__sort .filter-select__title {
    font-size: 16px;
  }

  .catalog__sort .filter-select li {
    font-size: 16px;
  }

  .catalog__sort {
    width: 190px;
  }

  .error404__title {
    font-size: 40px;
  }

  .error404__text {
    font-size: 24px;
    line-height: 1.5;
  }

  .experts-slider__selected-img {
    height: 236px;
    width: 260px;
  }

  .facing-section {
    padding: 64px 0;
  }

  .facing-section__title {
    font-size: 52px;
  }

  .facing-section__button-full {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .facing-section__main-slider {
    height: 387px;
    margin-bottom: 14px;
  }

  .facing-section__thumb-slider {
    margin: 0;
  }

  .facing-section__thumb-slide {
    width: 127px;
    height: 72px;
  }

  .facing-section__content {
    padding: 32px 24px;
  }

  .facing-section {
    padding: 64px 0;
  }

  .facing-section-horizontal {
    padding: 64px 0;
  }

  .facing-section-horizontal__title {
    font-size: 52px;
  }

  .facing-section-horizontal__button-full {
    right: 30px;
    top: 20px;
  }

  .facing-section-horizontal__slider-btns::before,
  .facing-section-horizontal__slider-btns::after {
    width: 24px;
  }

  .facing-section-horizontal__slider-btns::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }

  .facing-section-horizontal__slider-btns::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }

  .facing-section-horizontal__slider-btns .sliderButtons__btn {
    --slider-button-position: 24px;
  }

  .facing-section-horizontal__main-slider {
    height: 405px;
  }

  .facing-section-horizontal__thumb-slider {
    margin: 0;
  }

  .facing-section-horizontal__thumb-slide {
    width: 100px;
    height: 57px;
  }

  .facing-section-horizontal__content {
    padding: 32px 24px;
  }

  .filter__fields {
    --columns-count: 2;
  }

  .filter__popup-button {
    height: 48px;
  }

  .filter {
    border: none;
    box-shadow: none;
  }

  .filter-popup__content {
    padding: 80px 40px;
  }

  .filter-popup__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .filter-popup__tabs {
    min-width: 273px;
    margin-right: 18px;
  }

  .filter-popup__tab {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }

  .filter-popup__search-wrp {
    margin-top: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .filter-popup__search {
    height: 46px;
  }

  .filter-popup__checkboxes {
    max-height: 644px;
    overflow: hidden;
  }

  .filter-popup__checkboxes-wrp {
    column-count: 3;
  }

  .filter-popup__button-wrp {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-popup__button {
    height: 58px;
    line-height: 56px;
    width: 273px;
    margin-right: 40px;
  }

  .filter-popup__reset-wrp {
    text-align: left;
  }

  .filter-popup__reset {
    margin-top: 0;
  }

  .filter-popup__reset span {
    font-size: 18px;
    line-height: 22px;
  }

  .first-screen__container {
    pointer-events: none;
  }

  .first-screen__content {
    margin-top: 230px;
  }

  .first-screen__title {
    font-size: 64px;
    line-height: 74px;
    /* 115.625% */
  }

  .first-screen__description {
    font-size: 24px;
    line-height: 26px;
    /* 108.333% */
  }

  .first-screen__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 96px;
    padding-right: 0;
  }

  .first-screen__btn {
    margin-top: 24px;
    width: auto;
  }

  .first-screen__slider-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 48px;
    pointer-events: auto;
  }

  .footer-accordion__head {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .footer-accordion {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
  }

  .footer {
    padding-top: 64px;
  }

  .footer__bottom .container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__bottom-policy {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bottom-text {
    display: block;
    font-size: 18px;
    line-height: 22px;
    width: 390px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .footer__bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__contacts {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer {
    padding: 64px 0 48px;
  }

  .footer__builder {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__builder img {
    max-width: 375px;
  }

  .footer__builder span {
    max-width: 45%;
  }

  .footer__links {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px 0;
  }

  .footer__accordion {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .gallery__title {
    padding: 0 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .gallery__parallax-wrap {
    width: 190px;
  }

  .gallery__subtitle {
    margin-top: 24px;
    padding: 0 40px;
  }

  .gallery__wrp {
    margin-top: 56px;
  }

  .gallery__slider-buttons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 24px;
  }

  .gallery__tab-btns {
    position: absolute;
    top: 24px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }

  .gallery__btn + input + label {
    margin-left: 0;
  }

  .gallery__btn {
    height: 48px;
    line-height: 48px;
    width: 120px;
    text-align: center;
    padding-bottom: 0;
  }

  .gallery__main-slider {
    height: 432px;
  }

  .gallery__thumb-slider {
    margin-top: 14px;
  }

  .gallery__thumb-slide {
    height: 76px;
    width: 131px;
  }

  .gallery__button-full {
    right: 30px;
    top: 20px;
  }

  .gallery--new {
    padding: var(--gallery-padding-tablet-min, 56px 40px);
  }

  .gallery--new__title {
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 650px;
  }

  .gallery--new__subtitle {
    font-size: 18px;
    line-height: 27px;
    max-width: 650px;
    margin: 0 auto;
  }

  .gallery--new__slider-buttons {
    padding: 0 30px;
  }

  .gallery-plate {
    padding: 64px 0;
  }

  .gallery-plate__title {
    font-size: 52px;
  }

  .gallery-plate__button-full {
    right: 30px;
    top: 20px;
  }

  .header__address {
    font-size: 18px;
    line-height: 22px;
  }

  .header__phone-request {
    display: block;
    right: 0;
    text-align: right;
  }

  .header__phone {
    display: initial;
  }

  .header-menu__wrp {
    overflow: visible;
  }

  .header-menu__phone {
    margin-bottom: 16px;
  }

  .header-menu__phone-link {
    font-size: 18px;
  }

  .header-menu__callback-text span {
    line-height: 27px;
    font-size: 18px;
  }

  .infrastructure__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 54px;
  }

  .infrastructure__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .infrastructure__item {
    display: block;
    width: 50%;
    margin-bottom: 38px;
  }

  .infrastructure__item:nth-child(2n) {
    padding-left: 30px;
  }

  .infrastructure__item-header {
    margin-bottom: 41px;
  }

  .infrastructure__item-box {
    padding-top: 0;
  }

  .infrastructure__item-title {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .infrastructure__list-tabs {
    display: none;
  }

  .location {
    padding: 64px 0;
  }

  .location__title {
    font-size: 52px;
  }

  .map {
    padding: 64px 0;
  }

  .map__title {
    font-size: 52px;
  }

  .map__more {
    display: none;
  }

  .map__tab--list {
    margin: 0;
  }

  .map--new__title {
    font-size: 32px;
    line-height: 42px;
  }

  .map--new__subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .map--new__pins {
    border: none;
    margin-top: 40px;
  }

  .map--new__icon {
    height: 24px;
    width: 24px;
  }

  .map--new__pin {
    width: 33.33333%;
    padding: 12px 7.5px;
  }

  .map--new__pins-wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map--new__top-container {
    margin-bottom: 40px;
  }

  .map--new__head {
    display: none;
  }

  .partners {
    padding: 64px 0;
  }

  .partners__title {
    font-size: 52px;
  }

  .partners__slider {
    --columns-count: 5;
  }

  .personalForm {
    min-height: 624px;
  }

  .personalForm__wrp {
    padding: 64px 0;
  }

  .personalForm__title {
    font-size: 52px;
    line-height: 121.154%;
  }

  .personalForm__img {
    margin: 30px 0 0;
    height: 176px;
    width: 238px;
  }

  .personalForm__form .form {
    padding: 24px;
  }

  .popup-article__container {
    padding: 56px;
    width: 682px;
    height: auto;
    min-height: initial;
  }

  .popup-article__close {
    top: 24px;
    right: 24px;
  }

  .popup-article__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .popup-article__text {
    font-size: 18px;
    line-height: 27px;
  }

  .popup-callback__radio-text {
    font-size: 14px;
  }

  .popup-cards__btn {
    padding: 28px 31px 27px;
  }

  .popup-cards__slide {
    max-width: 100%;
  }

  .popup-cards__section-wrapper-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .popup-cards__section-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .popup-cards__section-text-title {
    font-size: 24px;
    line-height: 31px;
  }

  .popup-cards__section-text-conditions {
    margin-bottom: 24px;
  }

  .popup-cards__section-text-prices {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-cards__section-text-price--old {
    margin-left: 24px;
  }

  .popup-cards__section-text-price + .popup-cards__section-text-price {
    margin-top: 0;
  }

  .popup-cards__section-text-condition {
    margin-bottom: 0;
  }

  .popup-cards__section-text-description {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
    max-height: 104px;
  }

  .popup-cards__section-text-description-link {
    font-size: 18px;
    line-height: 27px;
  }

  .popup-cards__section-count {
    margin-bottom: 33px;
  }

  .popup-cards__manager {
    margin-bottom: 0;
    width: 50%;
    display: block;
    padding-left: 68px;
  }

  .popup-cards__manager-image-box {
    height: 104px;
    width: 104px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .popup-cards__manager-img {
    height: 104px;
    width: 104px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .popup-cards__manager-job {
    font-size: 18px;
    line-height: 26px;
  }

  .popup-cards__section-form {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .popup-cards__section {
    padding: 70px 40px 40px;
  }

  .popup-fullscreen__btn {
    padding: 28px 31px 27px;
  }

  .popup__content {
    padding: 40px 60px;
  }

  .popup-projects-object__slider-box {
    height: 450px;
  }

  .popup-projects-object__content {
    max-height: calc(100% - 450px);
    padding: 30px;
  }

  .popup-success__container p {
    font-size: 16px;
    line-height: 27px;
  }

  .popup-success__back {
    margin-bottom: 56px;
  }

  .popup-success__title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px;
  }

  .popup-success__subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 56px;
  }

  .popup-success {
    padding: 60px 0;
  }

  .prizes {
    padding: 64px 0;
  }

  .prizes__title {
    font-size: 52px;
  }

  .prizes__slider {
    padding: 0 68px;
  }

  .prizes .sliderButtons {
    margin: 0;
  }

  .prizes .sliderButtons__btn {
    width: 44px;
    height: 44px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .prizes .sliderButtons__btn--prev {
    left: 0;
  }

  .prizes .sliderButtons__btn--next {
    right: 0;
  }

  .projects {
    padding: 64px 0;
  }

  .projects__top .container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .projects__title {
    font-size: 52px;
  }

  .projects__item-docs {
    --columns-count: 2;
  }

  .projects__list {
    margin-bottom: 50px;
  }

  .projects__item-image img {
    height: 296px;
  }

  .projects__item-title::before {
    top: 18px;
  }

  .projects__item-title {
    font-size: 24px;
    line-height: 35px;
    padding-left: 85px;
    margin-bottom: 56px;
  }

  .properties {
    padding: 64px 0;
  }

  .properties__title {
    font-size: 53px;
  }

  .properties__points {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }

  .properties__item-title {
    font-size: 52px;
  }

  .quiz-block {
    min-height: 624px;
  }

  .quiz-block__wrap {
    padding: 64px 0;
  }

  .quiz-block__title {
    font-size: 52px;
    line-height: 63px;
  }

  .quiz-block__answers {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quiz-block__answers > * {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .quiz-block__quiz .form {
    padding: 24px;
  }

  .sectionObject {
    padding: 64px 0;
  }

  .sectionObject__title {
    font-size: 52px;
  }

  .sectionObject__text-price--old {
    margin-left: 12px;
  }

  .sectionObject__text-price + .sectionObject__text-price {
    margin-top: 0;
  }

  .sectionObject__text-description {
    max-height: 140px;
  }

  .sectionObject__form-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: var(--sectionObject-form-wrapper-padding-tablet, 0);
  }

  .sectionObject__manager {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sectionObject__form {
    padding: 24px 0;
  }

  .sorting__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .steps {
    padding: 64px 0;
  }

  .steps__title {
    font-size: 53px;
  }

  .steps__list {
    --columns-count: 2;
  }

  .steps__item:nth-child(1) {
    -ms-grid-column: span 2;
    grid-column: span 2;
  }

  .steps__item:nth-child(6) {
    -ms-grid-column: span 2;
    grid-column: span 2;
  }

  .stock__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 56px;
  }

  .stock__priceOff::before {
    height: 72px;
    width: 72px;
  }

  .stock__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .stock__price-old {
    margin-right: 16px;
  }

  .stock__term {
    font-size: 16px;
    line-height: 23px;
  }

  .stock__term br {
    display: none;
  }

  .stock__container {
    margin-top: 39px;
  }

  .stock__slider {
    padding-bottom: 64px;
  }

  .stock__slider-buttons {
    display: -ms-flexbox;
    display: flex;
  }

  .stock {
    padding: 64px 0;
  }

  .stock--new__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .stock--new__price {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .stock--new__price__price-old {
    margin-left: 16px;
    margin-right: 0;
  }

  .stock--new__slider-buttons {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }

  .stock--new__card {
    height: 100%;
  }

  .topProjects {
    padding: 64px 0;
  }

  .topProjects__title {
    font-size: 52px;
  }

  .topProjects__slider {
    padding: 0 68px;
  }

  .topProjects .sliderButtons {
    --slider-button-position: 0;
  }

  .video {
    padding: 64px 0;
  }

  .video__headLine {
    font-size: 53px;
    font-weight: 600;
    line-height: normal;
  }

  .video__youtube .container {
    height: 400px;
  }

  .company {
    min-height: 624px;
    padding: 60px 0;
  }

  .company__wrp {
    padding-top: 60px;
  }

  .company__title {
    font-size: 53px;
    line-height: 63px;
    /* 118.868% */
  }

  .offer {
    padding: 60px 0;
  }

  .offer__wrp {
    gap: 48px;
  }

  .offer__title {
    font-size: 53px;
  }

  .container {
    --container-padding: 24px;
  }

  .new-theme .footer .footer__container .footer__address {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .about {
    padding: 80px 0;
  }

  .about__excursion {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .about__excursion > * {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    overflow: hidden;
  }

  .brief {
    padding: 80px 0;
  }

  .brief__container {
    padding-top: 32px;
  }

  .brief__wrapper {
    gap: 24px;
  }

  .brief__item {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .calculator {
    padding: 80px 0;
  }

  .card-popup__container {
    display: -ms-flexbox;
    display: flex;
  }

  .card-popup__content {
    display: block;
  }

  .card-popup__gallery {
    width: 65%;
    margin-bottom: 0;
  }

  .card-popup__info {
    display: block;
    width: 35%;
    padding: 46px 30px 51px;
  }

  .card-popup__col {
    max-width: none;
    padding-left: 0;
  }

  .card-slider:hover .card-slider__button {
    opacity: 1;
    visibility: visible;
  }

  .card-slider__button {
    opacity: 0;
    visibility: hidden;
  }

  .catalog {
    padding: 80px 0;
  }

  .catalog__list {
    --columns-count: 2;
  }

  .catalog__button-wrp {
    margin-top: 40px;
  }

  .catalog__error {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: start;
  }

  .catalog__navigation-group {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }

  .facing-section {
    padding: 80px 0;
  }

  .facing-section__container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .facing-section__container > * {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .facing-section-horizontal {
    padding: 80px 0;
  }

  .facing-section-horizontal__slider-btns::before,
  .facing-section-horizontal__slider-btns::after {
    width: 40px;
  }

  .facing-section-horizontal__slider-btns .sliderButtons__btn {
    --slider-button-position: 30px;
  }

  .filter__fields {
    --columns-count: 4;
  }

  .first-screen__text {
    font-size: 18px;
    line-height: 26px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer__bottom-policy {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__builder img {
    max-width: 220px;
  }

  .gallery__parallax-wrap {
    width: 300px;
  }

  .gallery-plate {
    padding: 80px 0;
  }

  .header__item + .header__item__item {
    margin-left: 18px;
  }

  .header__phone-request {
    bottom: -5px;
  }

  .location {
    padding: 80px 0;
  }

  .location__container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding-top: 24px;
  }

  .location__container > * {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    min-width: 0;
  }

  .location__item {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .map {
    padding: 80px 0;
  }

  .partners {
    padding: 80px 0;
  }

  .personalForm__wrp {
    padding: 80px 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .personalForm__wrp > * {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .personalForm__form .form {
    padding: 40px;
  }

  .popup-cards__btns-nav {
    width: 65%;
    margin-bottom: 0;
  }

  .popup-cards__btn {
    position: absolute;
    padding: 19px 24px;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-cards__btn--prev {
    display: -ms-flexbox;
    display: flex;
  }

  .popup-fullscreen__btns-nav {
    width: 65%;
    margin-bottom: 0;
  }

  .popup-fullscreen__btn {
    position: absolute;
    padding: 19px 24px;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-fullscreen__btn--prev {
    display: -ms-flexbox;
    display: flex;
  }

  .popup-projects-object {
    padding: 40px;
  }

  .popup-projects-object__content-box {
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
  }

  .popup-projects-object__slider-box {
    height: 100%;
    width: 61%;
    overflow: hidden;
  }

  .popup-projects-object__slider-button {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 1;
  }

  .popup-projects-object__slider-thumb-container {
    position: absolute;
    display: block;
    width: 50%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
  }

  .popup-projects-object__slider-thumb-container .swiper-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-projects-object__pagination {
    bottom: 92px;
  }

  .popup-projects-object__close {
    top: 5px;
    right: 5px;
  }

  .popup-projects-object__content {
    width: 39%;
    max-height: 100%;
    font-size: 18px;
    line-height: 28px;
    overflow: auto;
  }

  .popup-projects-object__title {
    font-size: 36px;
    line-height: 46px;
  }

  .popup-projects-object__manager-image-box {
    margin-right: 24px;
  }

  .popup-projects-object__manager-job {
    font-size: 18px;
    line-height: 26px;
  }

  .popup-projects-object__communication-link--phone {
    margin-right: 16px;
  }

  .popup-projects-object__form-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }

  .popup-projects-object__input-label {
    font-size: 18px;
    line-height: 28px;
  }

  .prizes {
    padding: 80px 0;
  }

  .projects {
    padding: 80px 0;
  }

  .properties {
    padding: 80px 0;
  }

  .properties__bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .properties__text {
    margin-bottom: 80px;
    max-width: 740px;
  }

  .properties__text {
    max-width: 900px;
  }

  .properties__list {
    gap: 80px;
  }

  .properties__item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .properties__item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .properties__item > * {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    min-width: 0;
  }

  .quiz-block__wrap {
    padding: 80px 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .quiz-block__wrap > * {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .quiz-block__quiz .form {
    padding: 40px;
  }

  .sectionObject {
    padding: 80px 0;
  }

  .sectionObject__container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sectionObject__wrapper {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sectionObject__form {
    padding: 40px 0;
  }

  .sectionObject__communication {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .steps {
    padding: 80px 0;
  }

  .topProjects {
    padding: 80px 0;
  }

  .video {
    padding: 80px 0;
  }

  .company {
    padding: 80px 0;
  }

  .company__wrp {
    padding-top: 240px;
    gap: 30px;
    --columns-count: 2;
  }

  .offer {
    padding: 120px 0;
  }

  .offer__wrp {
    gap: 30px;
    -ms-flex-align: center;
    align-items: center;
    --columns-count: 2;
  }

  .container {
    --container-padding: 30px;
  }
}

@media (min-width: 1280px) {
  .btn__img {
    height: 80px;
    width: 104px;
  }

  .btn--img {
    padding: 0 99px 0 15px;
    text-align: left;
  }

  .btn--big-img {
    padding: 0 100px 0 24px;
  }

  .btn--big-img__img {
    width: 290px;
    height: 190px;
    top: -40px;
    left: -140px;
  }

  .iti-mobile .intl-tel-input.iti-container {
    left: 50%;
    right: 5%;
    width: 40%;
  }

  .cselect .cselect__input {
    max-width: 80%;
  }

  .cselect .cselect__title {
    height: 3.5rem;
    line-height: 3.375rem;
  }

  .select {
    height: 3.5rem;
  }

  .about {
    padding: 120px 0;
  }

  .baseSlider__slider-btns {
    width: calc(100% - 60px);
  }

  .baseSlider__slide-private-sale span {
    font-size: 30px;
    line-height: 36px;
  }

  .brief {
    padding: 120px 0;
  }

  .builder__container {
    padding-left: 195px;
  }

  .builder__title {
    margin-bottom: 80px;
  }

  .builder__title-main {
    font-size: 56px;
    line-height: 67px;
  }

  .builder__title-sub::before {
    width: 120px;
    margin-right: 32px;
    top: 24px;
  }

  .builder__title-sub {
    font-size: 32px;
    line-height: 46px;
    padding-left: 95px;
  }

  .builder__content {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-right: 135px;
  }

  .builder__text {
    font-size: 18px;
    line-height: 30px;
  }

  .builder__logo {
    margin-bottom: 40px;
  }

  .builder__files {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .builder {
    padding: 104px 0;
  }

  .calculator {
    padding: 120px 0;
  }

  .calculator__container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: start;
  }

  .calculator__main {
    width: 70%;
    padding-right: 69px;
  }

  .calculator__price-box {
    padding: 40px;
    -ms-flex-preferred-size: 331px;
    flex-basis: 331px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator__price-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .calculator__banks {
    padding-top: 35px;
  }

  .calculator__bank {
    padding-bottom: 14px;
  }

  .calculator__bank--only-logo img {
    width: 180px;
    min-width: 180px;
    max-width: 100%;
  }

  .calculator__bank-logo {
    width: 160px;
    margin-right: 156px;
  }

  .calculator__bank-text {
    width: auto;
    max-width: 50%;
    margin-left: 0;
  }

  .calculator__bank-percent {
    margin-right: 0;
  }

  .calculator__bank-time {
    width: 20%;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .calculator__banks-more {
    margin-top: 22px;
  }

  .card-popup__count {
    margin-bottom: 32px;
  }

  .card-popup__gallery {
    width: 750px;
  }

  .card-popup__btn {
    height: 56px;
    line-height: 56px;
    width: 180px;
    font-size: 16px;
  }

  .card-popup__main-slider {
    height: 499px;
  }

  .card-popup__thumb-slider {
    padding-left: 15px;
  }

  .card-popup__info {
    max-width: calc(100% - 750px);
  }

  .card-slider__wrp:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .card-slider__wrp:hover__title {
    color: #db0032;
  }

  .card-slider__wrp:hover__slider-hover {
    opacity: 1;
    pointer-events: auto;
  }

  .card-slider__content--manager {
    padding: 32px 32px 16px;
  }

  .card-slider__slider-hover {
    opacity: 1;
    pointer-events: auto;
  }

  .card-slider__button {
    right: 20px;
    top: 20px;
  }

  .card__wrp:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .card__wrp:hover__title {
    color: var(--card-title-hover, #db0032);
  }

  .card__wrp:hover__slider-hover {
    opacity: 1;
    pointer-events: auto;
  }

  .card__content--manager {
    padding: 32px 32px 16px;
  }

  .card__slider {
    height: 238px;
  }

  .card__slide-private-sale span {
    font-size: 30px;
    line-height: 36px;
  }

  .catalog {
    padding: 120px 0;
  }

  .catalog__button-wrp {
    margin-top: 48px;
  }

  .catalog__sort-title {
    display: block;
  }

  .experts-slider__selected-img {
    height: 436px;
    width: 100%;
  }

  .facing-section {
    padding: 120px 0;
  }

  .facing-section__tabs ::-webkit-scrollbar {
    width: 0;
    background: rgba(255, 255, 255, 0);
  }

  .facing-section__tab--active {
    display: -ms-flexbox;
    display: flex;
  }

  .facing-section__main-slider {
    height: 422px;
  }

  .facing-section__main-slide-text {
    width: 625px;
    padding: 20px 24px;
    bottom: 26px;
  }

  .facing-section__main-slide-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .facing-section__content {
    margin-top: 0;
    padding: 48px 40px;
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    max-width: 31.5%;
  }

  .facing-section {
    padding: 104px 0;
  }

  .facing-section-horizontal {
    padding: 120px 0;
  }

  .facing-section-horizontal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1360px;
    padding: 0 40px;
  }

  .facing-section-horizontal__tabs ::-webkit-scrollbar {
    width: 0;
    background: rgba(255, 255, 255, 0);
  }

  .facing-section-horizontal__tabs-button:first-child {
    margin-top: 0;
  }

  .facing-section-horizontal__tabs-button:last-child {
    margin-bottom: 0;
  }

  .facing-section-horizontal__tabs-button {
    display: var(--display-none, inline-block);
    margin: 36px 0;
  }

  .facing-section-horizontal__slider-btns::before,
  .facing-section-horizontal__slider-btns::after {
    width: 60px;
  }

  .facing-section-horizontal__slider-btns .sliderButtons__btn {
    --slider-button-position: 60px;
  }

  .facing-section-horizontal__main-slide-text {
    width: 625px;
    padding: 20px 24px;
    bottom: 26px;
  }

  .facing-section-horizontal__main-slide-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .facing-section-horizontal__content {
    margin-top: 0;
    padding: 48px 40px;
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    max-width: 31.5%;
  }

  .facing-section-horizontal__decor {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
  }

  .facing-section-horizontal__decor svg {
    width: calc(100% + 100px);
  }

  .facing-section-horizontal__decor-item {
    position: absolute;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .facing-section-horizontal__decor-item--first {
    background-image: var(--decor-block-7-1);
  }

  .facing-section-horizontal__decor-item--second {
    background-image: var(--decor-block-7-2);
  }

  .facing-section-horizontal__decor-item--third {
    background-image: var(--decor-block-7-3);
  }

  .filter__popup-button {
    height: 56px;
  }

  .filter__popup-button:hover {
    border-color: var(--button-background-hover, #db0032);
    color: var(--button-background-hover, #db0032);
  }

  .filter-popup__content {
    max-width: 880px;
    padding: 95px 80px;
  }

  .filter-popup__head {
    margin-bottom: 40px;
  }

  .filter-popup__tab {
    height: 54px;
    line-height: 54px;
  }

  .filter-popup__search {
    height: 54px;
  }

  .filter-popup__checkboxes {
    max-height: 314px;
  }

  .filter-popup__button-wrp {
    margin-top: 40px;
  }

  .first-screen {
    padding-top: 0;
  }

  .first-screen__slider {
    padding-right: 192px;
  }

  .first-screen__bottom .container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
  }

  .first-screen__title {
    font-size: 96px;
    line-height: 100px;
  }

  .first-screen__address {
    font-size: 20px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .first-screen__description {
    font-size: 32px;
    line-height: 36px;
    /* 112.5% */
  }

  .first-screen__slider-pagination {
    left: 15px;
  }

  .footer {
    padding-top: 120px;
  }

  .footer__bottom {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__contacts {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__email {
    margin-left: auto;
  }

  .footer {
    padding: 80px 0 48px;
  }

  .form__select {
    --columns-count: 4;
  }

  .form__download {
    margin-top: 33px;
  }

  .form.popup-cards__section-form__select {
    height: 64px;
  }

  .gallery__title {
    padding: 0;
    font-size: 56px;
    line-height: 67px;
  }

  .gallery__parallax-wrap {
    width: 361px;
  }

  .gallery__subtitle {
    padding: 0;
    margin-top: 32px;
    font-size: 24px;
    line-height: 35px;
  }

  .gallery__wrp {
    margin-top: 80px;
  }

  .gallery__slider-buttons {
    padding: 0 32px;
  }

  .gallery__tab-btns {
    top: 56px;
  }

  .gallery__btn {
    height: 56px;
    line-height: 56px;
    width: 180px;
    font-size: 16px;
  }

  .gallery__main-slider {
    height: 900px;
  }

  .gallery__button-full {
    right: 40px;
    top: 40px;
  }

  .gallery__button-full {
    top: 24px;
  }

  .gallery--new {
    padding: var(--gallery-padding-xl-min, 56px 0);
  }

  .gallery--new__title {
    font-size: 48px;
    line-height: 58px;
    max-width: 740px;
    margin: 0 auto;
  }

  .gallery--new__subtitle {
    font-size: 18px;
    line-height: 27px;
    max-width: 740px;
    margin: 0 auto;
  }

  .gallery--new__slider-buttons {
    padding: 0 40px;
  }

  .gallery--new__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery--new__wrp {
    margin-top: 40px;
  }

  .gallery--new .gallery__main-slider {
    height: 448px;
  }

  .gallery--new .gallery__thumb-slide {
    width: 100px;
    height: 57px;
  }

  .gallery-plate {
    padding: 120px 0;
  }

  .gallery-plate__plates-wrp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    gap: 8px;
    overflow: hidden;
  }

  .gallery-plate__plates-wrp--count-3 {
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
  }

  .gallery-plate__plates-wrp--count-3__plate {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .gallery-plate__plates-wrp--count-3__plate:first-of-type {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .gallery-plate__plates-wrp--count-2 {
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
  }

  .gallery-plate__plates-wrp--count-2__plate {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .gallery-plate__plate {
    -ms-grid-row: span 2;
    grid-row: span 2;
  }

  .gallery-plate__plate:nth-child(4n + 2) {
    display: block;
  }

  .gallery-plate__plate:nth-child(4n + 3) {
    display: block;
    -ms-grid-row: span 1;
    grid-row: span 1;
  }

  .gallery-plate__plate:nth-child(4n + 4) {
    -ms-grid-row: span 1;
    grid-row: span 1;
  }

  .gallery-plate__plate:only-child {
    height: auto;
    grid-column: 1 / 4;
  }

  .gallery-plate__plate:last-child {
    height: auto;
  }

  .header__address {
    margin-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .header__item {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .header__phone-request {
    text-align: center;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header__social {
    width: 36px;
    height: 36px;
  }

  .header__social--whatsapp:hover {
    background-color: #1da851;
  }

  .header__social--telegram:hover {
    background-color: #006699;
  }

  .header--fixed {
    height: 77px;
  }

  .infrastructure__title {
    font-size: 56px;
    line-height: 67px;
  }

  .infrastructure__list {
    padding: 0;
    margin: 0 -40px;
  }

  .infrastructure__item {
    width: 25%;
    padding: 0 15px 0 0;
  }

  .infrastructure__item:nth-child(2n) {
    padding-left: 0;
  }

  .location {
    padding: 120px 0;
  }

  .map {
    padding: 120px 0;
  }

  .map__tab--active {
    display: -ms-flexbox;
    display: flex;
  }

  .map__tab--list .list-map {
    height: 650px;
  }

  .map__tab {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .map--new__title {
    font-size: 48px;
    line-height: 58px;
    width: 580px;
    margin-bottom: 15px;
  }

  .map--new__subtitle {
    max-width: 680px;
    font-size: 18px;
    line-height: 27px;
  }

  .map--new__pin {
    width: 25%;
  }

  .map--new__container {
    max-width: 1360px;
  }

  .map--new__top-container {
    max-width: 1360px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: var(--infrastructure-flex-column, row);
    flex-direction: var(--infrastructure-flex-column, row);
  }

  .map--new__tab-btn {
    font-size: 20px;
    line-height: 30px;
  }

  .partners {
    padding: 120px 0;
  }

  .personalForm__wrp {
    padding: 120px 0;
  }

  .personalForm__img {
    margin: 0 auto;
    height: 316px;
    width: 427px;
  }

  .personalForm__bg {
    left: auto;
    width: 50%;
  }

  .popup-article__container {
    padding: 106px;
    width: 872px;
  }

  .popup-callback__button::after {
    right: 8px;
    width: 165px;
  }

  .popup-callback__button:hover::after {
    width: 0;
  }

  .popup-callback--new__button::after {
    display: none;
  }

  .popup-cards {
    padding: 95px 0;
  }

  .popup-cards--section {
    padding: 40px 0;
  }

  .popup-cards--section__container {
    padding: 0 16px;
  }

  .popup-cards--section__close {
    top: -24px;
  }

  .popup-cards__close {
    top: -24px;
  }

  .popup-cards__btns-nav {
    width: 750px;
  }

  .popup-cards__btn--prev {
    left: -110px;
  }

  .popup-cards__btn--next {
    right: -110px;
  }

  .popup-cards__section-wrapper:first-child {
    min-width: 680px;
  }

  .popup-cards__section-wrapper {
    width: 50%;
  }

  .popup-cards__section-wrapper-form {
    padding-left: 49px;
    margin-top: 0;
    display: block;
  }

  .popup-cards__section-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
  }

  .popup-cards__section-slider {
    margin-bottom: 30px;
  }

  .popup-cards__section-text-price {
    font-size: 28px;
    line-height: 36px;
  }

  .popup-cards__section-text-description {
    margin-bottom: 8px;
    max-height: 108px;
  }

  .popup-cards__section-count {
    margin-bottom: 32px;
  }

  .popup-cards__manager {
    margin-bottom: 32px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }

  .popup-cards__manager-image-box {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .popup-cards__manager-img {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .popup-cards__manager-title {
    font-size: 24px;
    line-height: 31px;
  }

  .popup-cards__section-form {
    width: 100%;
  }

  .popup-cards__section {
    display: -ms-flexbox;
    display: flex;
    padding: 50px 40px;
  }

  .popup-cards__communication {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .popup-fullscreen__container {
    max-width: 90%;
  }

  .popup-fullscreen__main-slide-text {
    width: 625px;
    padding: 20px 24px;
    bottom: 60px;
    left: 0;
  }

  .popup-fullscreen__main-slide-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .popup-fullscreen__close {
    right: -24px;
  }

  .popup-fullscreen__btns-nav {
    width: 750px;
  }

  .popup-fullscreen__btn--prev {
    left: -65px;
  }

  .popup-fullscreen__btn--next {
    right: -65px;
  }

  .popup-projects-object__content-box {
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 80px);
    max-height: 780px;
  }

  .popup-projects-object__communication {
    display: -ms-flexbox;
    display: flex;
  }

  .popup-projects-object__radio-list {
    --columns-count: 4;
  }

  .popup-success__container p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .popup-success__back {
    text-align: center;
  }

  .popup-success__title {
    font-size: 56px;
    line-height: 67px;
    text-align: center;
  }

  .popup-success__subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }

  .popup-success {
    padding: 76px 0;
  }

  .popup-video__close {
    right: -24px;
  }

  .prizes {
    padding: 120px 0;
  }

  .projects {
    padding: 120px 0;
  }

  .projects__container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .projects__wrp--content {
    -ms-flex-order: 1;
    order: 1;
  }

  .projects__wrp--photo {
    -ms-flex-order: 2;
    order: 2;
  }

  .projects__list {
    margin-bottom: 0;
  }

  .projects__item-image img {
    height: 534px;
  }

  .projects__item-title::before {
    width: 120px;
    margin-right: 32px;
    top: 24px;
  }

  .projects__item-title {
    font-size: 32px;
    line-height: 46px;
    padding-left: 95px;
    margin-bottom: 80px;
  }

  .properties {
    padding: 120px 0;
  }

  .properties__item {
    gap: 90px;
  }

  .quiz-block__wrap {
    padding: 120px 0;
  }

  .sectionObject {
    padding: 120px 0;
  }

  .sectionObject__slider {
    margin-bottom: 30px;
  }

  .sectionObject__form-wrapper {
    display: block;
    padding: var(--sectionObject-form-wrapper-padding-desktop, 0);
  }

  .steps {
    padding: 120px 0;
  }

  .steps__list {
    --columns-count: 3;
    -ms-grid-rows: (minmax(0, 1fr))[var];
    grid-template-rows: repeat(var(--columns-count), minmax(0, 1fr));
    grid-auto-flow: column dense;
  }

  .steps__item:nth-child(1) {
    -ms-grid-row: span 2;
    grid-row: span 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .steps__item:nth-child(6) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
    grid-column: 2 / span 2;
  }

  .steps__button {
    display: initial;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .stock {
    background-image: var(--decor-block-9);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .stock__title {
    font-size: 56px;
    line-height: 67px;
    margin-bottom: 64px;
  }

  .stock__priceOff::before {
    height: 85px;
    width: 85px;
    top: 65%;
  }

  .stock__price {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .stock__price-old {
    margin-right: 32px;
  }

  .stock__term {
    font-size: 18px;
    line-height: 26px;
  }

  .stock__container {
    margin-top: 49px;
  }

  .stock__slider {
    padding-bottom: 100px;
  }

  .stock__slider-buttons {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }

  .stock {
    padding: 100px 0 0;
  }

  .stock--new {
    padding-bottom: 80px;
  }

  .stock--new__title {
    font-size: var(--stock-title-font-size-xl-min, 48px);
    line-height: var(--stock-title-line-height-xl-min, 58px);
    margin-bottom: 48px;
  }

  .stock--new__price__price-old {
    margin-left: 32px;
    margin-right: 0;
  }

  .stock--new__slider-buttons {
    width: calc(100% - 30px);
    left: 50%;
    right: auto;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .stock--new__container {
    padding: 0 40px;
  }

  .topProjects {
    padding: 120px 0;
  }

  .topProjects__slide-private-sale span {
    font-size: 30px;
    line-height: 36px;
  }

  .video {
    padding: 120px 0;
  }

  .video__youtube .container {
    height: 650px;
  }

  .video__youtube iframe {
    z-index: 1;
    position: relative;
  }

  .detail-page {
    padding-top: 0;
  }

  .container {
    --container-padding: 60px;
  }

  .container--slider {
    padding: 0 96px;
  }

  .new-theme .footer .footer__container .footer-accordion__link:hover {
    color: var(--primary-color, #db0032);
  }

  .new-theme .stock .card .card__address,
  .new-theme .stock .card .card__params-item span {
    font-size: 18px;
  }

  .new-theme .map .map__pins.map__pins--aside.map__pins--no-need-ps {
    height: auto;
  }

  .new-theme .quiz .quiz__answer {
    width: auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (min-width: 1440px) {
  .about__excursion {
    gap: 60px;
  }

  .facing-section-horizontal__slider-btns::before,
  .facing-section-horizontal__slider-btns::after {
    width: 120px;
  }

  .facing-section-horizontal__slider-btns .sliderButtons__btn {
    --slider-button-position: 120px;
  }

  .infrastructure__list {
    margin: 0 -90px;
  }

  .location__container {
    gap: 60px;
  }

  .popup-cards__btn--prev {
    left: -120px;
  }

  .popup-cards__btn--prev svg {
    margin-bottom: 20px;
  }

  .popup-cards__btn--next {
    right: -120px;
  }

  .popup-cards__btn--next svg {
    margin-bottom: 20px;
  }

  .popup-fullscreen__btn--prev svg {
    margin-bottom: 20px;
  }

  .popup-fullscreen__btn--next svg {
    margin-bottom: 10px;
  }

  .projects__top .container {
    gap: 60px;
  }

  .projects__container {
    gap: 60px;
  }

  .sectionObject__container {
    gap: 60px;
  }

  .company__wrp {
    gap: 60px;
  }

  .offer__wrp {
    gap: 60px;
  }

  .container {
    --container-padding: 120px;
  }
}

@media (min-width: 1481px) {
  .iti-mobile .intl-tel-input.iti-container {
    right: 10%;
  }

  .header__address {
    margin-right: 64px;
    font-size: 18px;
    line-height: 22px;
  }

  .header__item + .header__item__item {
    margin-left: 32px;
  }

  .popup-projects-object__slider-button--prev {
    left: 24px;
  }

  .popup-projects-object__slider-button--next {
    right: 24px;
  }
}

@media (min-width: 1900px) {
  .new-theme .footer .footer__container {
    max-width: 100%;
    padding: 0 160px;
  }
}

@media (min-width: 1920px) {
  .about__excursion {
    gap: 90px;
  }

  .catalog__list {
    --columns-count: 3;
  }

  .facing-section-horizontal__container {
    padding: 0 15px;
  }

  .facing-section-horizontal__slider-btns::before,
  .facing-section-horizontal__slider-btns::after {
    width: 180px;
  }

  .facing-section-horizontal__slider-btns .sliderButtons__btn {
    --slider-button-position: 180px;
  }

  .filter__form {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .filter__button-wrp {
    margin-top: 32px;
  }

  .gallery__parallax-wrap {
    width: 558px;
  }

  .gallery--new__container {
    max-width: 1600px;
  }

  .gallery--new__wrp {
    margin-top: 56px;
  }

  .gallery--new .gallery__main-slider {
    height: 650px;
  }

  .gallery-plate__plates {
    margin: 0 auto;
    padding: 0;
    max-width: 1600px;
  }

  .location__container {
    gap: 90px;
  }

  .popup-projects-object {
    padding: 80px;
  }

  .popup-projects-object__content-box {
    height: calc(100vh - 160px);
  }

  .popup-projects-object__close {
    top: 40px;
    right: 40px;
  }

  .popup-projects-object__content {
    padding: 32px 56px;
  }

  .projects__top .container {
    gap: 90px;
  }

  .projects__container {
    gap: 90px;
  }

  .sectionObject__container {
    gap: 90px;
  }

  .stock--new {
    padding: var(--stock-padding-xxl-min, 100px 0);
  }

  .stock--new__slider-buttons {
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .stock--new__container {
    padding: 0 68px;
  }

  .company__wrp {
    gap: 90px;
  }

  .offer__wrp {
    gap: 90px;
  }

  .container {
    --container-padding: 15px;
    max-width: 1560px;
  }

  .new-theme .quiz .quiz__answers {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1279px) {
  .filter-popup {
    padding: 0;
  }

  .filter-popup__container {
    padding: 0;
  }

  .header__address + .header__main {
    margin-left: auto;
  }

  .new-theme .popup-fullscreen .popup-fullscreen__container {
    padding: 0;
  }

  .new-theme .popup-fullscreen .popup-fullscreen__slide img {
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .card-popup__button-full {
    display: none;
  }
}

@media (max-width: 767px) {
  .stock__container {
    padding-right: 0;
  }

  .stock__slider {
    padding-right: 20px;
  }

  .new-theme .footer .footer__container .footer__address {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .new-theme .footer .footer__container .footer__builder {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .new-theme .footer .footer__container .footer__builder img {
    margin-right: 12px;
  }

  .new-theme .stock .card {
    height: 100%;
  }

  .new-theme .stock .card .card__wrp {
    height: 100%;
  }

  .new-theme .stock .card .card__address,
  .new-theme .stock .card .card__params-item span,
  .new-theme .stock .card .card__read-more {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }

  .new-theme .stock {
    padding: 32px 0;
  }

  .new-theme .stock .stock__container {
    padding-left: 16px;
  }

  .new-theme .map .infrastructure__item-address {
    font-size: 15px;
  }

  .new-theme .map .map__pins.map__pins--aside {
    width: 100%;
    margin-top: 0;
    bottom: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .file .file__ico {
    margin-right: 0;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }

  .file {
    display: block;
  }

  .file.file--new {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .file.file--new .file__ico {
    height: 1.75rem;
    width: 1.375rem;
    margin-right: 1rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}