

/* Start:/bitrix/templates/dn/styles.css?178574076667667*/
:root {
  --accent-color: #194196;
  --background-button: #3A3A3A;
  --background-section: #ffffff;
}

.proc-policy {
padding-bottom: 15px;
}

.video-container {
margin-top: -123px;
margin-bottom: 60px;
}

.video-container__item {
width: 100%;
}

.main-video {
max-height: 620px;
}

@media (max-width: 1400px) {
  .main-video {
    max-height: 550px;
  }}

@media (max-width: 1200px) {
  .main-video {
    max-height: 500px;
  }}

@media (max-width: 1000px) {
  .main-video {
    max-height: 400px;
  }}

@media (max-width: 900px) {
  .main-video {
    max-height: 370px;
  }}

@media (max-width: 800px) {
  .main-video {
    max-height: 350px;
  }}

@media (max-width: 768px) {
  .main-video {
    max-height: 440px;
  }}

@media (max-width: 500px) {
  .main-video {
    max-height: 230px;
margin-top: 20px;
  }}


.custom-timer {
position: absolute;
padding: 10px 15px;
border-radius: 28px;
font-weight: 700;
z-index: 1;
font-size: clamp(1rem, 0.4055rem + 1.2195vw, 1.625rem);
	}

.flat {
	display: flex;
	justify-content: center;
}
	.flat-info {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	}
	.flat__img img {
		width: 100%;
	}
	.flat__desc {
		background-color: white;
		border-radius: 28px;
		padding: 25px 45px;
		margin: 0 20px;
	}
	.desc__list-item {
		display: flex;
		justify-content: space-between;
	}
	.desc__list {
		display: flex;
    flex-direction: column;
		gap: 20px;
	}
	.flat__desc-str {
		margin-top: 15px;
		margin-bottom:25px;
	}
	.desc__list-item span{
		width: 100%;
		border-bottom: 1px dashed grey;
		margin-bottom: 4px;
	}
	.item-data {
		min-width: 50px;
	}
	.flat-price {
		margin-top: 35px;
		font-weight: bold;
		font-size: clamp(1.1875rem, 1.0902rem + 0.4098vw, 1.5rem);
	}

	.flat-price-meter {
		margin-top: 15px;
		font-size: clamp(0.9375rem, 0.8791rem + 0.2459vw, 1.125rem);
	}

	.flat__callback {
  width: fit-content;
  padding: 20px 40px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--background-button);
  background-color: var(--background-button);
  color: #ffffff;
  transition: background-color 0.6s ease, color 0.6s ease;
	}

	.flat__callback-container {
		margin-top: 50px;
		padding-bottom: 30px;
		justify-self: center;
	}
	.flat__desc-header {
		display: flex;
		justify-content: space-between;
	}
	.flat__desc-header h1{
		display: inline;
		width: fit-content;
		font-size: clamp(1.5rem, 1.3443rem + 0.6557vw, 2rem);
	}
	.flat__desc-header a{
		position: relative;
	}

.flats__title {
  margin-bottom: 90px;
  text-align: center;
}

.flats-card__img {
	max-width: 125px;
}
.flats__list {
	padding: 40px 25px;
    background-color: white;
    border-radius: 28px;
    margin: 0 10px;
}
.flats-card {
	display: flex;
    justify-content: center;
    gap: 50px;
}
.flats-card__info {
	display: flex;
    justify-content: space-between;
	width: 50%;
    gap: 20px;
}
.flats-card__main-price, .flats-card__title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: clamp(1.0625rem, 0.9262rem + 0.5738vw, 1.5rem);
}
.flats-card__main-price + p, .flats-card__title + p {
	font-size: clamp(0.6875rem, 0.6486rem + 0.1639vw, 0.8125rem);
}
@media (max-width: 680px) {
	.flats-card__info {
		flex-direction: column;
		gap: 25px;
}
}
.flats__list-item:not(:last-child){
	margin-bottom: 25px;
}
.flats-card__info-price {
	max-width: 20%;
}
.flats-card__main-price + p {
	width: max-content;
}


.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: #333;
  color: #fff;
display: none;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-consent__text {
  font-size: 14px;
  line-height: 1.4;
  margin-right: 20px;
}

.cookie-consent__link {
  color: #4dabf7;
  text-decoration: underline;
}

.cookie-consent__button {
  background: #4dabf7;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.3s;
}

.cookie-consent__button:hover {
  background: #339af0;
}

@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-consent__text {
    margin-right: 0;
    margin-bottom: 15px;
  }
 .house__number {
    max-width: 75px;
}
}

.breadcrumbs a {
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.breadcrumbs a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: grey;
  transition: width 0.3s ease;
}

.breadcrumbs a:hover::after {
  width: 100%;
}

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

html {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

main {
padding-top: 124px;
}

.hidden {
    display: none;
}

	text {
    pointer-events: none;
	}
	foreignObject {
	width: 150px;
    height: 150px;
	pointer-events: none;
	}

	/* anim */
.fade-in-element {
  opacity: 0; 
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-element.slide-up {
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-element.slide-left {
  transform: translateX(-20px);
}

.fade-in-element.slide-right {
  transform: translateX(20px);
}

.fade-in-element.visible {
  opacity: 1;
  transform: translate(0, 0);
}

	.dom-32:hover, .dom-38:hover, .dom-39:hover, .dom-33:hover, .highlighted {
		fill: #7595dd;
		opacity: 0.6;
	}

	.house__number {
    background-color: #ededed;
    padding: 5px;
    border-radius: 10px;
	transition: all 0.3s ease;
	font-size: clamp(0.6875rem, 0.5512rem + 0.5738vw, 1.125rem);
	font-weight: 600;
	}

	.house__number:hover {
		padding: 8px;
		border-radius: 5px;
	}


/* Класс, который фиксирует позицию картинок */
.trade-header__image.fixed {
  transform: translateX(0) !important;  /* фиксируем на месте */
  transition: transform 0.3s ease-out; /* Плавное изменение */
}

@media (max-width: 992px) {
main {
padding-top: 90px;
}

.video-container  {
margin-top: -90px;
}

}

@media (max-width: 576px) {
main {
padding-top: 70px;
}
.video-container  {
margin-bottom: 30px;
margin-top: 30px;
}
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

#breadcrumbs-container {
margin-top: 15px;
color: grey;
font-weight: 700;
}

.breadcrumbs a {
display: inline-block;
width: fit-content;
}

.proc-policy a {
text-decoration: underline;
}

.promo__expired {
cursor: none;
}

.promo__expired img {
    filter: contrast(0.5);
}

.legend-color {
    width: 30px;
    height: 15px;
    transform: skewX(-20deg); 
    border-radius: 3px;
}

.free {
    background-color: grey;
}

.sold {
    background-color: red;
}

.reserved {
    background-color: orange;
}

.legend-item {
    display: flex;
    gap: 15px;
}

.view-section {
margin-bottom: 50px;
}

.send-plan {
cursor: pointer;
display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.apart-container__img {
width: 100%;

max-width: 400px;
}

.apart-container {
display: flex;
flex-direction: row;
margin-top: 80px;
gap: 20px;
padding-left: 15px;
padding-right: 15px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.apart-container__block {
	background-color: white;
	border-radius: 28px;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	}

.chess-legend {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 30px;
gap: 20px;
flex-wrap: wrap;
}

.section-buttons {
    display: flex;
    gap: 15px;
flex-wrap: wrap;
justify-content: center;

}

.section-btn, #showFloors, #showChessboardView {
background: transparent;
border: none;
color: grey;
cursor: pointer;
transition: color ease 0.3s;
}

.section-btn:hover, #showFloors:hover, #showChessboardView:hover {
color: black;
}

.section-btn.active, #showFloors.active, #showChessboardView.active {
color: black;
border-bottom: 1px solid black;
cursor: default;
font-weight: 700;
}

	.chessboard {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 50px;
	}

	.filters button {
		cursor: pointer;
		color: gray;
		border: none;
		background-color: transparent;
	}

	.filters .active {
		border: none;
		cursor: default;
		color: black;
		font-weight: 700;
	}

.chess2 {
margin-top: 50px;
margin-bottom: 50px;
}

.chessboard2 {
display: flex;
flex-direction: column;
gap: 15px;
    align-items: center;
margin-top: 30px;
}

.chessboard2__row {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
}

.row__number {
width: 10px;
}

.row__apart {
max-width: 100px;
    background-color: gray;
    padding: 10px;
}

.row__apart[data-chess-status="Забронировано"] {
background-color: orange;
opacity: 0.7;
transition: opacity ease 0.4s;
}

.row__apart[data-chess-status="Продано"] {
background-color: red;
opacity: 0.7;
transition: opacity ease 0.4s;
}

.overlay {
    position: absolute;
    display: none;
    background: linear-gradient(45deg, #3A6FE2, #82A0DF);
    color: white;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 100;
    pointer-events: none;

	border-top-right-radius: 28px;
	border-bottom-left-radius: 28px;
}

#overlay {
    position: fixed;
    pointer-events: none;
}


path, polygon {
cursor: pointer;
fill: rgb(65, 103, 170, 0);
transition: fill ease 0.4s;
}

.first-apart:hover, .second-apart:hover, .third-apart:hover, .fourth-apart:hover, .fifth-apart:hover, .sixth-apart:hover {
fill: rgb(65, 103, 170, 0.8);
}

path.sold, polygon.sold, path[data-status="Продано"], polygon[data-status="Продано"] {
fill: red; 
opacity: 0.7;
transition: opacity ease 0.4s;
}

path.sold:hover, polygon.sold:hover, path[data-status="Продано"]:hover, polygon[data-status="Продано"]:hover {
fill: red;
opacity: 0.9;
}

path[data-status="Забронировано"], polygon[data-status="Забронировано"] {
fill: orange;
opacity: 0.7;
transition: opacity ease 0.4s;
}

path[data-status="Забронировано"]:hover, polygon[data-status="Забронировано"]:hover {
fill: orange;
opacity: 0.9;
}

.svg-container .polygon {
    fill: transparent;
    stroke: black;
    stroke-width: 10;
    cursor: pointer;
    transition: fill 0.3s;
}

.svg-container  .polygon:hover {
    fill: lightblue;
}

.svg-container .polygon.active {
    fill: #94aed9;
}

	.floor-container {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
    	align-items: center;
		justify-items: center;
	}

.house-navigation img {
max-width: 250px;
}

.view-buttons {
margin-top: 50px;
}

.current {
text-decoration: underline;
}

.current a {
cursor: default;
}

.lidino-map {
margin-top: 50px;
position: relative;
}

.lidino-map img {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}

.lidino-map svg {
padding-left: 15px;
padding-right: 15px;
}

.dom32 {
fill: #00BFFF;
}

.apartment-info {
display: flex;
flex-direction: column;
    align-items: center;
padding: 20px;
}

.apartment-photo img {
max-height: 222px;
width: 100%;
object-fit: contain;
}

.apart-link_block {
margin-top: 30px;
margin-bottom: 15px;
}

.apart-link {
  margin-top: 15px;
  width: fit-content;
  padding: 12px 53px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;

  border: 1px solid var(--background-button);
  background-color: var(--background-button);
  color: #ffffff;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.filters {
margin-top: 30px;
text-align: center;
}

.chessboard-item {
background-color: white;
border-radius: 28px;
}

    .image-container {
        position: relative;
        display: inline-block;
    }

		.entrance {
			width: 100%;
		}

		.building-image {
			position: relative;
			width: 100%;
}

		.image-layer {
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;
			margin-top: 15px;
		}

.house-header {
		display: flex;
		flex-direction: row;
		gap: 15px;
		justify-content: space-between;
		max-width: 1400px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
padding-top: 123px;
	}

.house-navigation {
		display: grid;
    	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		width: 100%;
		gap: 30px;
		justify-items: center;
		align-items: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}


.house-tip {
		max-width: 400px;
		border-radius: 28px;
		background-color: white;
		padding: 30px 20px;
		display: flex;
		flex-direction: column;
		gap: 25px;
		font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.25rem);
	}

	.house-subtitle {
		font-size: clamp(1rem, 1.0323rem + 0.9677vw, 2rem);
	}
    .house-container,
	.map-vostok {
        position: relative;
		max-width: 1400px;
		margin-top: 50px;
    }

	.map-vostok {
		padding-left: 15px;
		padding-right: 15px;
	}

	.map-vostok img {
		position: relative;
	}

	.map-svg {
		position: absolute;
		inset: 0;
	}

    .house-container img {
        width: 100%;

    }

    .house {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: black;
        opacity: 0;
        transition: opacity 0.3s;
        cursor: pointer;
    }

    .house:hover {
        opacity: 0.5;
    }

.floor_items {
display: flex;
flex-direction: row;
gap: 25px;
margin-top: 25px;
}


@media (max-width: 992px) {
.house-navigation img {
max-width: 150px;
}
}

@media (max-width: 576px) {
.house-navigation img {
max-width: 100px;
}
.floor_items {
display: flex;
flex-direction: column;
gap: 25px;
margin-top: 25px;
}
.swiper-pagination-bullets {
 display: none;
}
}

	.text-detailed {
		display: flex;
		gap: 50px;
		justify-content: space-between;
	}

.text-detailed img {
max-width: 40px;
display: inline;
object-fit: contain;
}

.text-detailed p {
font-size: clamp(1rem, 1.0323rem + 0.9677vw, 1.75rem);
display: inline-block;
}

.send-plan-container {
gap: 15px;
}

a {
  color: inherit;
  transition: 0.3s ease;
  text-decoration: none;
}

a span {
  transition: 0.3s ease;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
}


ul,
ol {
  list-style: none;
}

.tooltip {
    position: absolute;
    background: linear-gradient(45deg, #3A6FE2, #82A0DF);
    color: white;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none;
    display: none;
    white-space: nowrap;
    z-index: 1000;
border-top-right-radius: 28px;
border-bottom-left-radius: 28px;
}

.b24-window-popup-wrapper {
border: 10px solid white;
}

.page {
  background-color: #ededed;
  font-family: "Montserrat", sans-serif;
}

.accent-color {
  color: #326ec8;
}


.objects,
.mortgage,
.estate,
.form-container,
.card,
.tour,
.content,
.video {
  max-width: 1330px;
  margin: 100px auto;
}

.faq {
max-width: 1020px;
margin: 0 auto;
}

.objects {
  margin-top: 0px;
}

/* trade-in */

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.trade-header {
  margin: 0 15px;
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .trade-header {
    padding-top: 70px;
  }
}

@media (max-width: 576px){
 .trade-header {
    padding-top: 20px;
  }
}

.trade-header {
  position: relative;
}
.trade-header__text {
  font-size: clamp(1.875rem, 0.9315rem + 4.1935vw, 5.125rem);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .trade-header__text {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .trade-header__text {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .trade-header__text {
    margin-bottom: 30px;
  }
}
.trade-header__highlight {
  color: white;
  background-color: #194196;
  padding: 5px 10px;
  line-height: 18px;
}
.trade-header__title {
  font-size: 82px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .trade-header__title {
    font-size: 62px;
  }
}
@media (max-width: 576px) {
  .trade-header__title {
    font-size: 48px;
  }
}
.trade-header__subtitle {
  font-size: 36px;
  font-weight: 400;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .trade-header__subtitle {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .trade-header__subtitle {
    font-size: 24px;
  }
}
.trade-header__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 0;
  position: relative;
  z-index: 1;
}
.trade-header__image {
  width: 100%;
}
.trade-header .trade-header__arrow--right,
.trade-header .trade-header__arrow--left {
max-width: 700px;
  position: absolute;
 animation: arrowUp 2s infinite alternate;
}
@media (max-width: 1920px) {
  .trade-header .trade-header__arrow--right,
  .trade-header .trade-header__arrow--left {
    max-width: 473px;

    width: calc(100vw - 760px);
  }
}
@media (max-width: 992px) {
  .trade-header .trade-header__arrow--right,
  .trade-header .trade-header__arrow--left {
    width: calc(100vw - 600px);
  }
}
@media (max-width: 768px) {
  .trade-header .trade-header__arrow--right,
  .trade-header .trade-header__arrow--left {
    width: calc(50vw - 100px);
  }
}
@media (max-width: 380px) {
  .trade-header .trade-header__arrow--right,
  .trade-header .trade-header__arrow--left {
    width: calc(50vw - 50px);
  }
}
.trade-header .trade-header__arrow--right {
  z-index: 0;
  right: 37%;
  bottom: 45%;
}
@media (max-width: 992px) {
  .trade-header .trade-header__arrow--right {
    right: 35%;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .trade-header .trade-header__arrow--right {
    bottom: 20%;
  }
}
.trade-header .trade-header__arrow--left {
  z-index: 1;
  left: 37%;
  bottom: 16%;
}
@media (max-width: 992px) {
  .trade-header .trade-header__arrow--left {
    left: 42%;
    bottom: 10%;
  }
}
@media (max-width: 576px) {
  .trade-header .trade-header__arrow--left {
    bottom: 5%;
  }
}
@keyframes arrowUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.trade-privilege,
.trade-objects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.trade-privilege__container,
.trade-objects__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1370px;
  padding: 0px 20px;
  width: 100%;
}
.trade-privilege__title,
.trade-objects__title {
  text-transform: none;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .trade-privilege__title,
  .trade-objects__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .trade-privilege__title,
  .trade-objects__title {
    font-size: 32px;
  }
}
.trade-privilege__highlight,
.trade-objects__highlight {
  display: block;
  color: #194196;
}

.privilege-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.privilege-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: 100%;
  gap: 18px;
}
@media (max-width: 992px) {
  .privilege-list__items {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .privilege-list__items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.privilege-list__items .privilege-list__item--1 {
  grid-area: 1/1/1/3;
}
@media (max-width: 992px) {
  .privilege-list__items .privilege-list__item--1 {
    grid-area: auto;
  }
}
.privilege-list__items .privilege-list__item--2 {
  grid-area: 1/3/1/5;
}
@media (max-width: 992px) {
  .privilege-list__items .privilege-list__item--2 {
    grid-area: auto;
  }
}
.privilege-list__items .privilege-list__item--3 {
  grid-area: 1/5/1/7;
}
@media (max-width: 992px) {
  .privilege-list__items .privilege-list__item--3 {
    grid-area: auto;
  }
}
.privilege-list__items .privilege-list__item--4 {
  grid-area: 2/1/2/4;
}
@media (max-width: 992px) {
  .privilege-list__items .privilege-list__item--4 {
    grid-area: auto;
  }
}
.privilege-list__items .privilege-list__item--5 {
  grid-area: 2/4/2/7;
}
@media (max-width: 992px) {
  .privilege-list__items .privilege-list__item--5 {
    grid-area: auto;
  }
}
.privilege-list__item {
  background-color: white;
  border-radius: 28px;
  box-shadow: -8px 9px 30px 5px rgba(0, 0, 0, 0.25);
  padding: 48px 32px 48px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .privilege-list__item {
    padding: 50px;
  }
}
.privilege-list__number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .privilege-list__number {
    font-size: 30px;
  }
}
.privilege-list__heading {
  font-size: 20px;
  font-weight: 500;
}
.privilege-list__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.trade-privilege__button {
  border-radius: 12px;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: white;
  padding: 8px 36px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
.trade-privilege__button:hover {
  background: transparent;
  color: black;
}


.objects-list .objects-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}
@media (max-width: 768px) {
  .objects-list .objects-list__items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.objects-list .objects-list__item {
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 29.5%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 40px;
  transition: 0.3s ease;
  position: relative;
  height: 279px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .objects-list .objects-list__item {
    padding: 30px;
  }
}
.objects-list .objects-list__item .bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 29.5%,
    rgba(255, 255, 255, 0) 100%
  );
}
.objects-list .objects-list__item img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
transition: 0.3s ease;
}
.objects-list .objects-list__item:hover img {
  transform: scale(1.2);
}
.objects-list .objects-list__item--1 {
  grid-area: 1/1/1/3;
}
@media (max-width: 768px) {
  .objects-list .objects-list__item--1 {
    grid-area: auto;
  }
}
.objects-list .objects-list__item--2 {
  grid-area: 1/3/1/4;
}
@media (max-width: 768px) {
  .objects-list .objects-list__item--2 {
    grid-area: auto;
  }
}
.objects-list .objects-list__item--3 {
  grid-area: 2/1/2/1;
}
@media (max-width: 768px) {
  .objects-list .objects-list__item--3 {
    grid-area: auto;
  }
}
.objects-list .objects-list__item--4 {
  grid-area: 2/2/2/4;
}
@media (max-width: 768px) {
  .objects-list .objects-list__item--4 {
    grid-area: auto;
  }
}
.objects-list .objects-list__item p {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .objects-list .objects-list__item p {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .objects-list .objects-list__item p {
    font-size: 20px;
  }
}

/* /trade-in page */


/* Header*/

.header .container {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-title {
  text-align: left;
  padding-top: 45px;
  font-size: clamp(1.25rem, 0.8607rem + 1.6393vw, 2.5rem);
  color: #000000;
}

.nav--opened {
  overflow-y: hidden;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1.5px solid white;

}

@media (max-width: 576px) {
.header {
  background: white;
}
}

.sticky {
  border-bottom: 1px solid #326EC8;
background: white;
}
.sticky .header__layout {
  padding: 10px 3%;
}

.header__layout {
  padding: 26px 3%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  align-items: center;
transition: 0.3s ease;
}
@media (max-width: 992px) {
  .header__layout {
    padding: 10px 2%;
  }
}

@media (max-width: 576px) {
  .header__logo img {
    max-width: 190px;
  }
}

.nav__toggle {
  left: 0px !important;
}

.callback_bx {
cursor: pointer;
}

.header__nav {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 815px;
}

.header__links-list-item,
.footer__list-item,
.house-subtitle,
.floor_item {
  position: relative;
}

.header__link::after,
.footer__list-link::after,
.house-subtitle a::after,
.floor_item a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #F0CC20;
  transition: transform 0.4s ease;
  transform: scaleX(0);
}

.floor_item.current a:hover::after {
width: 0;
}


@media(min-width:993px){
.header__link:hover::after,
.footer__list-link:hover::after,
.house-subtitle a:hover::after,
.floor_item a:hover::after {
  width: 100%;
  transform: scaleX(1);
}
}

.footer__list-item,
.house-subtitle,
.floor_item {
width: fit-content;
}

@media (max-width: 992px) {
  .header__nav {
    position: absolute;
    background: var(--background-section);
    left: -1000px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-width: none;
    height: 100vh;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding: 50px 50px;
    gap: 50px;
transition: left 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .header__nav {
    padding: 50px 30px;
  }
}
@media (max-width: 576px) {
  .header__nav {
    padding: 26px 20px;
  }

}
.header__nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header__nav ul {
    flex-direction: column;
  }
}
.header__nav li {
  display: flex;
}
@media (max-width: 992px) {
  .header__nav li {
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    margin: -1px 0px;
  }
  .header__nav li:hover {
    position: relative;
    z-index: 2;
    border-top: 2px solid #F0CC20;
    border-bottom: 2px solid #F0CC20;
  }
}

.header__nav a {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 450;
}
.header__nav a:hover {
  color: #F0CC20;
}


.header__link-promo {
 color: #ffd842 !important;
}


@media (max-width: 1200px) {
  .header__nav a {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .header__nav a {
    padding: 24px 2px;
    width: 100%;
    font-size: 14px;
  }
}

.header__tel {
  display: flex;
  width: 100%;
  max-width: 193px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .header__tel {
    display: none;
    max-width: 200px;
  }
}
.header__tel:hover span {
  color: #F0CC20;
}
.header__tel span {
  font-size: 22px;
  color: black;
}
.header__tel .colored {
  color: #326EC8;
}

.header__close {
  display: none;
  cursor: pointer;
}
.header__close:hover path {
  fill: #F0CC20;
}
@media (max-width: 992px) {
  .header__close {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
}
.header__close span {
  background: #326EC8;
  height: 3px;
  width: 25px;
}

.header__hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.header__hamburger:hover span {
  background: #F0CC20;
}
@media (max-width: 992px) {
  .header__hamburger {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
}
.header__hamburger span {
  background: #326EC8;
  height: 3px;
  width: 25px;
}

.social__links {
  display: none;
}
@media (max-width: 992px) {
  .social__links {
    display: flex;
  }
}
.social__links .header__tel {
  display: flex;
}
/* /header */

.swiper-slide {
display: flex;
    justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
background: transparent;
    border-radius: 50px;
    width: 70px;
    height: 70px;
transition: 0.2s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
background: #d1d1d1;
}

@media (max-width: 992px) {
.swiper-button-next, .swiper-button-prev {
display: none;
}
}

.swiper-wrapper div img {
width: 100%;
object-fit: contain;
}


.title {
  font-size: clamp(1.75rem, 1.3333rem + 1.8519vw, 3rem);
  text-transform: uppercase;
}

.objects__title {
  margin-top: 60px;
  margin-bottom: 60px;
}

.objects__list,
.objects__title,
.mortgage__list,
.mortgage__title,
.estate__list,
.estate__title,
.tour__title,
.card__title {
  margin-left: 20px;
  margin-right: 20px;
}

.objects__list {
  display: flex;
  flex-direction: column;
  gap: 300px;
}

.objects__list-item {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "text photo photo";
  position: relative;

  background-color: var(--background-section);
  box-shadow: 0px 0px 20px gray;
}

.object-text {
  display: flex;
  flex-direction: column;

  padding-top: 64px;
  padding-left: 87px;
  padding-bottom: 15px;

  grid-area: text;
}

.objects-text__title {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 2px solid red;
  width: fit-content;
}

.objects-text__subtitle {
  font-size: clamp(1rem, 0.9583rem + 0.1852vw, 1.125rem);
}

.objects-text__link,
.commerce-item__link {
  margin-top: 68px;
  width: fit-content;
  padding: 12px 53px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;

  border: 1px solid var(--background-button);
  background-color: var(--background-button);
  color: #ffffff;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.objects-text__link:hover,
.apart-link:hover,
.commerce-item__link:hover,
.flat__callback:hover {
  background-color: transparent;
  color: var(--background-button);
}

.object__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 10%);
  grid-area: photo;
}

.mortgage__title,
.card__title,
.estate__title,
.tour__title {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
.mortgage__title,
.card__title,
.estate__title,
.tour__title {
margin-bottom: 40px;
	}
}


@media (max-width: 576px) {
.mortgage__title,
.card__title,
.estate__title,
.tour__title {
margin-bottom: 20px;
	}
}

.mortgage__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.mortgage__list-item {
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  border-radius: 28px;
  overflow: hidden;

  position: relative;
}


.mortgage__list-item-img {
position: relative;
transition: transform 0.3s;
width: 100%;
    height: 100%;
    object-fit: cover;
}

.mortgage__list-item:hover .mortgage__list-item-img {
  transform: scale(1.1);
}

.mortgage__list-item:nth-child(3) {
  grid-column: span 2;
}

.mortgage__list-item-caption {
  color: white;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0833rem + 0.1852vw, 1.25rem);
  padding: 0 25px 78px;
  position: absolute;
  z-index: 1;
}

.card {
  display: flex;
  flex-direction: column;
align-items: center;
}

.card__title {
align-self: flex-start;
}

.card__img {
width: 100%;
}

.tour {
  display: flex;
  flex-direction: column;
}

.tour-container {
  background-color: var(--background-section);
  border-radius: 32px;
  padding: 0 15px;
  margin: 0 15px;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 55px;

  transition: transform 0.3s;
  cursor: pointer;
}

.tour-container:hover {
  transform: scale(1.1);
}

.tour-container__img {
  max-width: 100px;
}

.tour a {
  align-self: center;
}

.estate__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
}

.estate__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
cursor: pointer;

  min-height: 395px;
  border-radius: 28px;

  background-repeat: no-repeat;
  background-size: cover;

transition: transform 0.4s ease;
}

.estate__list-item a {
z-index: 1;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.estate__list-item:nth-child(1) {
  background-image: url(/upload/medialibrary/00a/estate-1.png);
}
.estate__list-item:nth-child(2) {
  background-image: url(/upload/medialibrary/00a/estate-2.png);
}
.estate__list-item:nth-child(3) {
  background-image: url(/upload/medialibrary/00a/estate-3.png);
}

.estate__list-item:hover {
  transform: scale(1.05);
}

.estate__list-item::after,
.mortgage__list-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 0;
  border-radius: 28px;
}

.mortgage__list-item::after {
  background: rgba(0,0,0,.2);
}

.estate__list-item-caption {
  color: white;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.625rem, 1.5rem + 0.5556vw, 2rem);

  width: min-content;

z-index: 1;
}

.form {
margin-right: 20px;
margin-left: 20px;
}

.form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--background-section);
  border-radius: 40px;
overflow: hidden;
}

.form-container__img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-container__form-block {
  padding: 44px 60px 0 60px;
margin: 0px 20px;
}

.form-container__caption {
  padding: 33px 0 66px 0;
}

.b24-form {
  text-align: left;
}

.b24-form .b24-form-dark .b24-form-wrapper {
  background-color: var(--background-section);
}

.b24-form-wrapper .b24-form-content {
  padding: 0;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}

/* contacts */

.pad {
 margin-bottom: 100px;
 display: inline-block;
 width: 100px;
 height: 100px;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts {
  background-color: var(--background-section);
  border-radius: 28px;
  margin: 0 15px;
  max-width: 1330px;
}

.contacts-container__text h2 span {
  display: block;
}

.contacts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contacts-container__text {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 35px 60px; 
}

.contacts-container__number {
  font-weight: 600;
  font-size: clamp(1rem, 0.7097rem + 1.2903vw, 2rem);
}

.contacts-container__address,
.contacts-container__schedule {
  font-size: clamp(1rem, 1.0323rem + 0.9677vw, 2rem);
}


.contacts-container__schedule-text {
  font-weight: 600;
  margin-bottom: 15px;
}

.contacts-container__socials {
  display: flex;
  gap: 20px;
}

.contacts-container__socials-img {
  max-width: 40px;
}

.contacts-container__map {
  overflow: hidden;
  filter: grayscale(0.65);
  -ms-filter: grayscale(0.65);
  -webkit-filter: grayscale(0.65);
  -moz-filter: grayscale(0.65);
  -o-filter: grayscale(0.65);
}

.contacts-container__map iframe {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.contacts-mail {
font-size: clamp(1rem, 1.0323rem + 0.9677vw, 2rem);
}

@media (max-width: 992px) {
  .pad {
    width: 0;
    height: 0;
  }
  .contacts {
    width: fit-content;
  }
  .contacts-container {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
  }
  .contacts-container__text {
    padding: 35px 50px;
    width: fit-content;
  }
  .contacts-container__map iframe {
    border-top-right-radius: 0;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}

/* contacts */

/* video block */

.video-container {
  margin-left: 15px;
  margin-right: 15px;
}

.video__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  
justify-items: center
}

.video__list-item {
  width: fit-content;
min-height: 300px;
}

/* /video block */

/* tour */

.tour-map {
padding-top: 150px;

}

#top-3d-banner {
width: 100%;
height: 500px;
}


/* tour */

/* promo */

.promo {
  margin-bottom: 100px;
margin-left: 15px;
margin-right: 15px;
}

.promo-container, .flats-container {
 max-width: 1330px;
 margin: 0 auto;
}

.promo__title {
  margin-bottom: 60px;
  text-align: center;
}

.promo__list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.promo__list-item img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0px 0px 20px gray;
  transition: transform 0.4s ease;
}

.promo__list-item:hover img {
  transform: scale(1.05);
}

.exact-promo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 80px;
}

.exact-promo__list {
  display: flex;
  flex-direction: column;
justify-content: space-between;
  gap: 40px;
}

.exact-promo__list-item {
 background-color: var(--background-section);
 border-radius: 28px;
 padding: 40px 60px;
 font-size: clamp(1.125rem, 1.0161rem + 0.4839vw, 1.5rem);
 position: relative;
}

.exact-promo__list-item span {
  position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.exact-promo__img {
  width: 100%;
  border-radius: 28px;
}

.promo-second {
  background-color: var(--background-section);
  border-radius: 28px;
  
  gap: 20px;
}

.promo-second .exact-promo__list-item {
  padding: 20px 40px;
}

.promo-second__title {
  font-size: clamp(1.375rem, 1.1549rem + 0.939vw, 2rem);
  font-weight: 700;
}

.tg-block {
  text-align: center;
  padding: 30px 20px;
  max-width: 550px;
  margin: 50px auto;
  background-color: var(--background-section);
  border-radius: 28px;
}

.tg-block__title {
  font-size: clamp(1.25rem, 1.2083rem + 1.8519vw, 2.25rem);
  font-weight: 600;
  margin-bottom: 20px;
}


.promo-main {
  text-align: center;
}

.promo-link__text {
  margin-top: 30px;
}

.promo__link {
  border-radius: 12px;
  background-color: var(--background-button);
  border: 1px solid var(--background-button);
  color: white;
  padding: 16px 36px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.promo__link:hover {
  background-color: transparent;
  color: var(--background-button);
}


/* /promo */

/* footer */

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #F0CC20;
}

*::-webkit-scrollbar-track {
  border: 4px solid #fff;
}

body {
  overflow-x: hidden;
}

.footer {
  background: var(--background-section);
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -20px;
  flex-direction: column;
  align-items: center;
}
.footer h2 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 768px) {
  .footer h2 {
    text-align: center;
  }
}
.footer .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 36px 3% 20px;
  gap: 30px;
  max-width: 1600px;
}

.footer__layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  max-width: 1600px;
}
@media (max-width: 768px) {
  .footer__layout {
    flex-direction: column;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__left {
    align-items: center;
  }
}

.footer__right {
  display: flex;
  gap: 28px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__right {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.footer__map iframe {
  max-width: 710px;
  width: 100%;
  height: 389px;
  border-radius: 11px;
  border: none;
}

.footer__copyright {
  font-size: 16px;
  color: black;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__copyright {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
.object__header-title {
left: 30px;
bottom: 30px;
}

}
.footer__copyright a:hover {
  color: #F0CC20;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__contacts ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contacts ul li, .footer__contacts ul a {
  font-size: 16px;
  color: black;
  font-weight: 400;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__contacts ul li, .footer__contacts ul a {
    font-size: 14px;
    justify-content: center;
  }
}
.footer__contacts ul a {
  color: #326EC8;
}
.footer__contacts ul a:hover {
  color: yellow;
}
.footer__contacts a {
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__contacts a {
    text-align: center;
  }
}

.footer__logo {
  max-width: 172px;
}

.footer__disclaimer {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  max-width: 314px;
}
@media (max-width: 768px) {
  .footer__disclaimer {
    max-width: 700px;
    text-align: center;
  }
}

.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
  max-height: 200px;
}
@media (max-width: 768px) {
  .footer__menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__menu ul a {
  color: black;
}
.footer__menu ul a:hover {
  color: #F0CC20;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
margin-top: 60px;
}

.layouts {
  padding-left: 15px;
  padding-right: 15px;
}

.object__header {
position: relative;
margin-left: 15px;
margin-right: 15px;
overflow: hidden;
}

.object__header-img {
  object-fit: cover;
  position: relative;
  width: 100%;
  filter: brightness(80%)
}

.object__header-title {
  font-size: clamp(2.25rem, 1.6338rem + 2.6291vw, 4rem);
  color: white;
  position: absolute;
  bottom: 60px;
  left: 67px;
  z-index: 1;

}

.house-tip {; 
  transform: translateX(150%);
  opacity: 0;
  animation: slideFromRight 1s ease-out forwards;
  animation-delay: 0.4s;
  align-self: center; 
}

@keyframes slideFromRight {
  0% {
    transform: translateX(150%);
    opacity: 0;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.house-header {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .house-tip {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

.header-animation {
transform: translateX(-150%);
animation: slideIn 1.2s ease-out forwards;
animation-delay: 0.3s;
opacity: 0;
}



@keyframes slideIn {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


@media (max-width: 576px) {
.object__header-title {
left: 30px;
bottom: 30px;
}
}
.layouts {
  width: 100%;
}

.layouts__title {
  font-weight: 700;
}

.layouts__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;

  margin-top: 60px;
}

.layouts__list-item {
  display: grid;
  justify-content: center;
justify-items: center;
  padding: 25px;

  background-color: var(--background-section);
  border-radius: 28px;
}

.layouts__item-text {
  font-weight: 700;
  align-self: end;
  text-align: center;
}

.layouts__text-title {
  font-size: 24px;
  margin-top: 30px;
}

.layouts__text-link {
  background-color: var(--background-button);
  color: #ffffff;
  border: 1px solid var(--background-button);
  border-radius: 12px;
  
  margin-top: 40px;
  padding: 16px 8px;
  text-align: center;
max-width: 290px;

  transition: background-color 0.6s ease, color 0.6s ease;
cursor: pointer;
}

.layouts__text-link:hover {
  background-color: transparent;
  color: var(--background-button);
}

.map {
  display: grid;
  grid-template-columns: 4fr 5fr;
  background-color: var(--background-section);
  border-radius: 28px;
}

.map__text {
  padding: 60px 45px 0 45px;
}

.map__text-title {
font-size: clamp(1.75rem, 1.5739rem + 0.7512vw, 2.25rem);
  font-weight: 700;

  margin-bottom: 40px;
}

.map__text-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map__list-item {
  width: fit-content;
  border-bottom: 1px solid #326EC8;
font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
}

@media (max-width: 1270px) {
  .map {
    grid-template-columns: none;
    justify-items: center;

    margin-left: 15px;
    margin-right: 15px;
  }

  .map-img {
    border-radius: 28px;
    width: 100%;
    padding-top: 30px;

  }
}

.layouts__item-img {
object-fit: none;
}

@media (max-width: 576px) {
.layouts__item-img { 
transform: scale(0.9);
}
}

@media (max-width: 420px) {
.layouts__item-img { 
transform: scale(0.8);
}
.map-img {
transform: scale(0.9);
}
}

@media (max-width: 360px) {
.layouts__item-img { 
transform: scale(0.7);
}
.map-img {
transform: scale(0.8);
}
}

/* /footer */



@media (max-width: 960px) {
  .objects__title {
    margin-bottom: 0;
  }

  .objects__list {
    gap: 100px;
  }

  .objects__list-item {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-template-areas: "photo" "text";

    background-color: transparent;
    box-shadow: none;

    margin: 0 50px;
  }

  .object__img {
    position: relative;
    margin: 0 auto;
    margin-bottom: -25px;
  }

  .object-text {
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    background-color: var(--background-section);

    width: 100%
  }

  .form-container {
    grid-template-columns: none;
  }

  .form-container__form-block {
    text-align: center;
padding: 0px;
  }

  .form-container__img {
    display: none;
  }
.block-title {
text-align: center;
}

}
@media (max-width: 600px) {
  .objects__list-item {
    margin: 0px;
  }

  .mortgage__list {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: none;
  }

  .mortgage__list-item:nth-child(3) {
    grid-column: unset;
  }

}

.banner {
display: flex;
    justify-content: center;
}

.banner .container {
max-width: 1600px;
width: 100%;
}



.banner .banner-swiper {
height: 100%;
}
.banner .swiper-pagination-bullet-active {
background: #326EC8 !important;
border: 2px solid #326EC8 !important;
}
.banner .swiper-pagination-bullet {
width: 50px;
height: 10px;
border-radius: 5px;
background: transparent;
border: 2px solid #326EC8;
}

.banner .swiper-slide {
justify-content: center;
display: flex;
background: #ededed;
}

.banner .swiper-slide img {
max-width: 1410px;
}

/* mortgage */

.accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.faq {
  padding: 0px 20px 70px;
  position: relative;
}
@media (max-width: 768px) {
  .faq {
    padding: 0px 20px 40px;
  }
}
.faq .container {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
}
@media (max-width: 992px) {
  .faq .container {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .faq .container {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .faq .container {
    gap: 30px;
  }
}
.faq .faq__heading {
  width: 100%;
  position: relative;
  z-index: 1;
}
.faq .faq__heading h2 {
  font-size: 70px;
  font-weight: 600;
  color: black;
}
@media (max-width: 768px) {
  .faq .faq__heading h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .faq .faq__heading h2 {
    font-size: 35px;
  }
}
.faq .faq--bg {
left: 0px;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -20px;
  z-index: 0;
  opacity: 0.3;
}
.faq .container {
  max-width: 1024px;
}

.cross {
  --width: 10px;
  --weight: 1px;
  --color: black;
  --angle: 45deg;
  grid-template-rows: var(--width);
  grid-template-columns: var(--width);
  overflow: hidden;
  border: none;
  background: none;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding: 0;
}
.cross:before,
.cross:after {
  content: "";
  width: var(--width);
  height: var(--weight);
  background: black;
  transform-origin: center;
  grid-area: 1/1;
  transition: 0.3s ease;
}
.cross:before {
  transform: rotate(var(--angle));
}
.cross:after {
  transform: rotate(calc(var(--angle) + 90deg));
}

.faq-item {
  border: 1px dashed black;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq-item__question {
  padding: 24px 30px 20px 30px;
  font-size: 17px;
  color: black;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.faq-item__question:hover {
  color: #194196;
}
.faq-item_question-marker {
  --width: 16px;
  --weight: 2px;
  --color: $yellow;
  --angle: 0deg;
  transition: 0.3s;
  flex-shrink: 0;
}
[open] .faq-item__question-marker {
  --angle: 45deg;
}
.faq-item__answer {
  padding: 0 30px 24px 30px;
  font-size: 15px;
  line-height: 150%;
  color: black;
}

.video-slider__layout {
  max-width: 100%;
}

.innova_slide_innerH1 {
  display: none;
}

.mortrage__layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 38px;
  padding: 0px 20px;
}
.mortrage__layout .button {
  margin-top: 85px;
  margin-bottom: 113px;
}
@media (max-width: 768px) {
  .mortrage__layout .button {
    margin: 20px 0px 30px;
  }
}

.mortrage__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  .mortrage__items {
    justify-content: center;
  }
}
.mortrage__items .item {
  border: 1px solid black;
  border-radius: 550px;
  max-width: 175px;
}
@media (max-width: 768px) {
  .mortrage__items .item {
    max-width: 169px;
  }
}
@media (max-width: 576px) {
  .mortrage__items .item {
    max-width: 169px;
  }
}
.mortrage__items .item a {
  margin: 28px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 118px;
}
.mortrage__items .item a .title {
  color: black;
  text-align: center;
  font-size: 16px;
}

.mortgage__layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 38px;
  padding: 0px 20px;
}
.mortgage__layout .button {
  margin-top: 85px;
  margin-bottom: 113px;
}
@media (max-width: 768px) {
  .mortgage__layout .button {
    margin: 20px 0px 30px;
  }
}

.mortgage__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.mortgage__items .item {
  border-radius: 5px;
  background: #1c1c1c;
  max-width: 375px;
  width: 100%;
}
@media (max-width: 810px) {
  .mortgage__items .item {
    max-width: none;
  }
}
.mortgage__items .item:hover {
  transform: translateY(-10px);
}
.mortgage__items .item a {
  padding: 28px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.mortgage__items .item a .title {
  color: black;
  text-align: center;
  font-size: 16px;
}

.mortgage-calc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 20px 70px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .mortgage-calc {
    padding-bottom: 40px;
  }
}
.mortgage-calc select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mortgage-calc select::-ms-expand {
  display: none;
}
.mortgage-calc .container {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
}
@media (max-width: 992px) {
  .mortgage-calc .container {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .mortgage-calc .container {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .mortgage-calc .container {
    gap: 30px;
  }
}

.mortgage__heading {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 100%;
}
.mortgage__heading h1 {
  font-size: 70px;
  font-weight: 600;
  color: black;
}
@media (max-width: 768px) {
  .mortgage__heading h1 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .mortgage__heading h1 {
    font-size: 35px;
  }
}
.mortgage__heading p {
  font-size: 16px;
  color: black;
  max-width: 643px;
}

.mortgage__content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .mortgage__content {
    flex-direction: column;
    gap: 30px;
  }
}

#mortgage__form {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 497px;
}

/*form {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 497px;
}*/

/*@media (max-width: 768px) {
  form {
    max-width: none;
    gap: 35px;
  }
}*/

.mortgage__button {
  padding: 28px;
  background-color: var(--background-button);
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 1px solid var(--background-button);
  cursor: pointer;
  transition: background 0.3s;
}

.mortgage__button:hover {
  background: transparent;
  color: black;
}

.mortgage__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  border: 2px solid black;
  border-radius: 25px;
  padding: 20px;
}
@media (max-width: 768px) {
  .mortgage__value {
    padding: 10px 20px;
  }
}
.mortgage__value option {
  color: black;
}
.mortgage__value .mortgage__input,
.mortgage__value .mortgage__select {
  background: transparent;
  color: black;
  font-size: 40px;
  font-weight: 500;
  border: none;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mortgage__value .mortgage__input,
  .mortgage__value .mortgage__select {
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.mortgage__value .irs {
  position: absolute;
  width: 100%;
  bottom: 17px;
}
.mortgage__value .irs--round {
  width: 93%;
}
.mortgage__value .irs--round .irs-bar {
  background: #194196;
  top: 65px;
}
.mortgage__value .irs--round .irs-handle {
  top: 54px;
}
.mortgage__value .irs-handle.single {
  width: 24px;
  height: 14px;
  border-radius: 7px;
  background: #D9D9D9;
  border: none;
  top: 60px;
}
.mortgage__value .irs-single {
  display: none;
}
.mortgage__value .irs--round .irs-min,
.mortgage__value .irs--round .irs-max {
  font-size: 12px;
  color: black;
  border: none;
  background: none;
  top: 40px;
}
.mortgage__value label {
  font-size: 17px;
  font-weight: 400;
  color: black;
  width: 100%;
}
@media (max-width: 768px) {
  .mortgage__value label {
    padding-top: 15px;
  }
}

.mortgage__results {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 478px;
  padding: 34px 38px;
  border: 2px solid black;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .mortgage__results {
    max-width: none;
    padding: 20px;
  }
}
.mortgage__results h3 {
  font-size: 32px;
  color: #194196;
}
@media (max-width: 768px) {
  .mortgage__results h3 {
    font-size: 25px;
  }
}
.mortgage__results h4 {
  font-size: 15px;
  font-weight: 400;
  color: #a7abb1;
}
.mortgage__results span {
  color: black;
  font-size: 32px;
  font-weight: 500;
}
.mortgage__results li {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mortgage__results ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.mortgage__results ul .mortgage__result-item,
.mortgage__results ul .mortgage__payment {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.programs__detail {
  font-size: 16px;
}
.programs__detail-label {
  color: black;
}
.programs__detail-value {
  display: block;
  font-weight: 500;
  font-size: 32px;
  color: black;
}
.programs__detail-value::before {
  content: "от ";
  font-size: 14px;
  color: a7abb1;
}

.programs__goal-title {
  margin-block-end: 15px;
  font-size: 15px;
  color: black;
}

.programs__goal-value {
  font-weight: 500;
  font-size: 20px;
  color: black;
}

.programs__button {
  text-align: center;
  margin-block-start: 70px;
}

.programs__button .button {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252525;
  border: none;
  border-radius: 25px;
  padding: 28px;
  cursor: pointer;
  background-color: #f0cc20;
  transition: background-color 0.3s;
}
.programs__button .button::after {
  content: "";
  display: inline-block;
  background-image: url(/bitrix/templates/dn/../img/arrow.svg);
  background-position: center;
  margin-left: 30px;
  width: 43px;
  height: 10px;
}
.programs__button .button:hover {
  background-color: #e6b933;
}

@media (max-width: 1060px) {
  .programs__title {
    font-size: 45px;
    margin-block-start: 62px;
    margin-block-end: 50px;
  }
  .programs__item-title {
    font-size: 24px;
  }
  .programs__list {
    gap: 40px;
  }
  .programs__detail-value {
    font-size: 24px;
  }
  .programs__goal-value {
    font-size: 16px;
  }
  .programs__item-container {
    margin: 20px;
  }
  .programs__item-description {
    min-height: 76px;
  }
  .programs__details {
    gap: 15px;
  }
  .programs__button {
    margin-block-start: 50px;
  }
  .button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .programs__title {
    font-size: 36px;
    margin-block-start: 40px;
    margin-block-end: 40px;
  }
  .programs__item-title {
    font-size: 20px;
  }
  .programs__item-description {
    font-size: 14px;
    min-height: 57px;
  }
  .programs__detail {
    font-size: 14px;
  }
  .programs__goal-value {
    font-size: 14px;
  }
  .programs__item-header {
    margin-block-end: 20px;
  }
  .programs__list {
    gap: 18px;
  }
  .programs__button {
    margin-block-start: 40px;
  }
}
@media (max-width: 610px) {
  .calc {
    max-width: 308px;
    padding: 0px;
  }
  .programs__list {
    justify-content: center;
    gap: 20px;
  }
  .programs__title {
    font-size: 30px;
    margin-block-start: 25px;
    margin-block-end: 30px;
  }
  .programs__button {
    margin-block-start: 30px;
  }
  .button::after {
    margin-left: 20px;
  }
}

.programs {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.programs__title {
  font-weight: 600;
  font-size: 70px;
  color: black;
  margin-block-start: 60px;
  margin-block-end: 50px;
}

/*.programs__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 68px;
} */

.programs__item {
  border-radius: 20px;
}
.programs__item-header {
  margin-block-end: 28px;
}
.programs__item-title {
  margin-block-end: 15px;
  font-weight: 600;
  font-size: 34px;
  color: #194196;
}
.programs__item-description {
  font-weight: 400;
  font-size: 16px;
  color: black;
  min-height: 57px;
}

.programs__details {
  display: flex;
  justify-content: space-between;
  margin-block-end: 20px;
  gap: 15px;
}

.programs__detail {
  font-size: 16px;
}
.programs__detail-label {
  color: #a7abb1;
}
.programs__detail-value {
  display: block;
  font-weight: 500;
  font-size: 32px;
  color: black;
}
.programs__detail-value::before {
  content: "от ";
  font-size: 14px;
  color: #a7abb1;
}

.programs__goal-title {
  margin-block-end: 15px;
  font-size: 15px;
  color: #a7abb1;
}

.programs__goal-value {
  font-weight: 500;
  font-size: 20px;
  color: #194196;
}

.programs__button {
  text-align: center;
  margin-block-start: 70px;
}

.programs__button .button {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  border: 1px solid var(--background-button);
  border-radius: 25px;
  padding: 28px;
  cursor: pointer;
  background-color: var(--background-button);
  transition: background-color 0.3s;
}
.programs__button .button::after {
  content: "";
  display: inline-block;
  background-image: url(/upload/medialibrary/00a/arrow.svg);
  background-position: center;
  margin-left: 30px;
  width: 43px;
  height: 10px;
}
.programs__button .button:hover {
  background-color: transparent;
  color: black;
}

@media (max-width: 1060px) {
  .programs__title {
    font-size: 45px;
    margin-block-start: 62px;
    margin-block-end: 50px;
  }
  .programs__item-title {
    font-size: 24px;
  }
  .programs__list {
    gap: 40px;
  }
  .programs__detail-value {
    font-size: 24px;
  }
  .programs__goal-value {
    font-size: 16px;
  }
  .programs__item-container {
    margin: 20px;
  }
  .programs__item-description {
    min-height: 76px;
  }
  .programs__details {
    gap: 15px;
  }
  .programs__button {
    margin-block-start: 50px;
  }
  .button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .programs__title {
    font-size: 36px;
    margin-block-start: 40px;
    margin-block-end: 40px;
  }
  .programs__item-title {
    font-size: 20px;
  }
  .programs__item-description {
    font-size: 14px;
    min-height: 57px;
  }
  .programs__detail {
    font-size: 14px;
  }
  .programs__goal-value {
    font-size: 14px;
  }
  .programs__item-header {
    margin-block-end: 20px;
  }
  .programs__list {
    gap: 18px;
  }
  .programs__button {
    margin-block-start: 40px;
  }
}
@media (max-width: 610px) {
  .calc {
    max-width: 308px;
    padding: 0px;
  }
  .programs__list {
    justify-content: center;
    gap: 20px;
  }
  .programs__title {
    font-size: 30px;
    margin-block-start: 25px;
    margin-block-end: 30px;
  }
  .programs__button {
    margin-block-start: 30px;
  }
  .button::after {
    margin-left: 20px;
  }
}


/* /mortgage */

.programs__title--accent {
  color: #194196;
}

.programs {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
margin-bottom: 80px;
}

.programs__title {
  font-weight: 600;
  font-size: 70px;
  color: black;
  display: flex;
  gap: 15px;
  margin-block-start: 60px;
  margin-block-end: 50px;
}

.programs__item-title {
  padding-bottom: 15px;
}

.programs__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(275px, 1fr));
  row-gap: 50px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.programs__item {
  box-shadow: -8px 9px 30px 5px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  background: rgb(255, 255, 255);
  padding: 28px 44px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .programs__item {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .programs__item {
    padding: 20px;
  }
}
.programs__item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.programs__item:nth-child(2) {
  grid-area: 2/1/3/3;
}
.programs__item:nth-child(3) {
  grid-area: 3/1/3/3;
}
/*.programs__item:nth-child(4) {
  grid-area: 4/1/3/2;
}
.programs__item:nth-child(5) {
  grid-area: 4/2/3/3;
}*/

.programs__item-content {
  max-width: 562px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .programs__item-content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .programs__item-content .programs__item-text {
    text-align: center;
  }
}
.programs__item-content h3 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .programs__item-content h3 {
    font-size: 24px;
  }
}
.programs__item-content p {
  font-size: 20px;
  font-weight: 500;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .programs__item-content p {
    font-size: 14px;
    padding-top: 20px;
  }
}
.programs__item-content .programs__item-button {
  border-radius: 12px;
  background-color: var(--background-button);
border: 1px solid var(--background-button);
  color: white;
  padding: 8px 36px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 30px;
  text-align: center;
}
.programs__item-content .programs__item-button:hover {
  background: transparent;
color: black;
}

.programs__item-brief {
  border: 2px solid black;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  padding: 28px;
  min-width: 238px;
  max-width: 416px;
}
@media (max-width: 768px) {
  .programs__item-brief {
    max-width: none;
  }
}
.programs__item-brief-container {
  margin: 28px;
}
.programs__item-brief-title {
  font-weight: 600;
  font-size: 34px;
  color: black;
}
.programs__item-brief-description {
  font-weight: 400;
  font-size: 16px;
  color: black;
}

.programs__details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}

.programs__detail {
  font-size: 16px;
}
.programs__detail--label {
  color: black;
}
.programs__detail--value {
  display: block;
  font-weight: 500;
  font-size: 32px;
  color: black;
}
.programs__detail-value::before {
  content: "от ";
  font-size: 14px;
  color: a7abb1;
}

.programs__goal-title {
  margin-block-end: 5px;
  font-size: 15px;
  color: black;
}

.programs__goal-value {
  font-weight: 500;
  font-size: 20px;
}

.programs__item-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 992px) {
  .programs__item-brief {
    padding: 20px;
  }
  .programs__title {
    font-size: 45px;
    margin-block-start: 62px;
    margin-block-end: 50px;
  }
  .programs__item-title {
    font-size: 24px;
  }
  .programs__list {
    gap: 40px;
  }
  .programs__detail-value {
    font-size: 24px;
  }
  .programs__goal-value {
    font-size: 16px;
  }
  .programs__details {
    gap: 15px;
  }
  .button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .programs__title {
    font-size: 36px;
    margin-block-start: 40px;
    margin-block-end: 40px;
  }
  .programs__item-title {
    font-size: 20px;
  }
  .programs__item-description {
    font-size: 14px;
  }
  .programs__detail {
    font-size: 14px;
  }
  .programs__goal-value {
    font-size: 14px;
  }
  .programs__item-header {
    margin-block-end: 20px;
  }
  .programs__list {
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .programs__item {
    grid-area: auto !important;
  }
  .programs__button {
    margin-block-start: 40px;
  }
}
@media (max-width: 610px) {
  .calc {
    max-width: 308px;
    padding: 0px;
  }
  .programs__list {
    justify-content: center;
    gap: 20px;
  }
  .programs__title {
    font-size: 30px;
    margin-block-start: 25px;
    margin-block-end: 30px;
  }
  .programs__button {
    margin-block-start: 30px;
  }
  .button::after {
    margin-left: 20px;
  }

/* programs */

/* 404 */



/* 404 */


.b24-form-content form {
width: 100%;
    max-width: none;
}
.layouts .swiper-slide {
display: flex;
    justify-content: center;
    align-items: center;
	}


.trade-header__images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.trade-header__image {
  width: 50%; 
  transition: transform 0.3s ease-out;
}
}

/* banks */

.banks__list {
display: flex;
gap: 50px;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 50px;
}

.banks__list-item-img {
max-width: 150px;
transition: transform ease 0.3s;
}

.banks__list-item-img:hover {
transform: scale(1.1);
}

/* end banks*/

/* gallery */
	.gallery-page {
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 80px;
	}
	.gallery-page__list {
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		gap: 35px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.gallery-page__list-item {
		max-width: 400px;
		position: relative;
	}
	.card-card__title {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.gallery-card__img {
		width: 100%;
		border-radius: 28px;
		transition: transform ease 0.3s;
		overflow: hidden;
	}
	.gallery-card__img:hover {
		transform: scale(1.1);
	}
	.gallery-title  {
		padding-top: 153px;
		text-align: center;
	}
/* end gallery */

/* End */
/* /bitrix/templates/dn/styles.css?178574076667667 */
