

/* Start:/local/templates/devvesna.ru/components/bitrix/news.detail/kvartiry_detail_v2/style.css?17278542551887*/
.add-desc {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #f2f5f8;
    margin-bottom: 80px;
}

.room-list {
    position: relative;
}
.room-list ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.room-list ul li {
    position: relative;
    font-size: 16px;
    color: #3f4b61;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    background-color: #fbfcfd;
    width: auto;
    border-radius: 30px;
    opacity: 1;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .2s all linear;
}

.room-list ul li:hover {
    background-color: #3f4b61;
    color: white;
}
.room-list ul li:hover a {
    color: white;
}

.room-list ul li a {
    position: relative;
    font-size: 16px;
    color: rgb(63, 75, 97);
    text-decoration: none;
}

.add-desc__list {
    display: flex;
    flex-wrap: wrap;
}

.desc-item {
    width: calc(100% / 2);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.desc-item__icon {
    margin-right: 25px;
}

.desc-item__text span {
    font-size: 16px;
    color: #a5abb4;
    display: block;
    margin-bottom: 3px;
}

.desc-item__text b {
    display: block;
    color: #4d4f63;
    font-weight: 500;
}

.add-desc__title {
    color: #3f4b61;
    font-size: 24px;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {

    .desc-item__icon {
        margin-right: 10px;
    }

    .desc-item__text span,
    .desc-item__text b {
        font-size: 14px;
    }

    .desc-item {
        margin-bottom: 10px;
    }

    .add-desc {
        margin-bottom: 0;
    }

    .add-desc__title {
        margin-bottom: 20px;
    }
}

body .big-gallery__pics {
    max-height: initial;
    padding: 0;
}

/* End */


/* Start:/local/templates/devvesna.ru/components/luxar/super/order_apartment_layout/style.css?17545608252990*/
.apalayout-block {
  margin-bottom: 20px;
  width: 50%;
}
.apalayout-block__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem auto;
  position: relative;
}
.apalayout-block__row {
  display: flex;
  flex-wrap: wrap;
}
.apalayout-block__col--form {
  flex: 1 1 auto;
}
.apalayout-block .apalayout-form {
  max-width: 750px;
}
.apalayout-block .apalayout-form__row {
  width: 100%;
  margin-bottom: 16px;
}
.apalayout-block .apalayout-form__row--checkbox input {
  display: none;
}
.apalayout-block .apalayout-form__row--checkbox input:checked + span:before {
  background-color: #9395ad;
}
.apalayout-block .apalayout-form__row--checkbox span {
  font-size: 12px;
  color: #9093aa;
  position: relative;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  padding-left: 27px;
  padding-top: 5px;
  text-wrap: balance;
}
.apalayout-block .apalayout-form__row--checkbox span a {
  color: #3f4b61;
  text-decoration: none;
}
.apalayout-block .apalayout-form__row--checkbox span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9395ad;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apalayout-block .apalayout-form__row--with-btn {
  position: relative;
  display: inline-block;
}
.apalayout-block .apalayout-form__row--with-btn label input {
  padding-right: 80px;
}
.apalayout-block .apalayout-form__row--with-btn .arrow-box {
  position: absolute;
  right: 2%;
  top: 13%;
  height: 74%;
  width: 70px;
  border: none;
  cursor: pointer;
  display: block;
  background-color: #ff0000;
  border-radius: 6px;
  transition: background-color 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 22C8.89543 22 8 22.8954 8 24C8 25.1046 8.89543 26 10 26V22ZM39.4142 25.4142C40.1953 24.6332 40.1953 23.3668 39.4142 22.5858L26.6863 9.85786C25.9052 9.07682 24.6389 9.07682 23.8579 9.85786C23.0768 10.6389 23.0768 11.9052 23.8579 12.6863L35.1716 24L23.8579 35.3137C23.0768 36.0948 23.0768 37.3611 23.8579 38.1421C24.6389 38.9232 25.9052 38.9232 26.6863 38.1421L39.4142 25.4142ZM10 24V26H38V24V22H10V24Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.apalayout-block .apalayout-form__row:last-child {
  margin-bottom: 0;
}
.apalayout-block .apalayout-form input,
.apalayout-block .apalayout-form textarea {
  outline: none;
  border: 1px solid #e8ebf1;
  padding: 15px 25px;
  width: 100%;
  resize: none;
  font: inherit;
  font-size: 16px;
}
.apalayout-block .apalayout-form input::placeholder,
.apalayout-block .apalayout-form textarea::placeholder {
  color: #9093aa;
}
.apalayout-block .apalayout-form__succes h3 {
  margin-bottom: 10px;
}
.apalayout-block .apalayout-form__succes p {
  margin: 0 0 20px 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/add_info_flat/style.css?16564047763277*/
.add-info-flat__item {
	background-color: #f1f5f8;
}

.add-info-flat {
	padding: 60px 0;
	position: relative;
}

.add-info-flat:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	height: calc(100% + 100px);
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw - 70px);
	margin-right: -50vw;
	background-color: #f1f5f8;
}

.add-info-flat__content {
	position: relative;
}

.flat-item {
	display: flex;
}

.flat-item__pics {
	width: 504px;
	height: 347px;
	flex-shrink: 0;
}

.flat-item__pics img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flat-item__content {
	padding: 100px 30px 30px 30px;
}

.flat-item__title {
	font-size: 60px;
	position: relative;
	font-weight: 100;
	padding-bottom: 30px;
	line-height: 1em;
	margin-bottom: 30px;
}

.flat-item__title:before {
	content: '';
	position: absolute;
	width: 210px;
	height: 1px;
	background-color: #c7cdda;
	left: 0;
	bottom: 0;
}

.flat-item__desc {
	font-size: 18px;
	line-height: 1.4em;
	color: #3f4b61;
}

.add-info-flat .swiper-pagination {
	display: flex;
	height: 100px;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 60px;
	justify-content: flex-start;
	width: calc(100% - 530px);
}

.add-info-flat .swiper-pagination .swiper-pagination-bullet {
	font-size: 16px;
	color: #3f4b61;
	height: 53px;
	line-height: 53px;
	padding: 0 20px;
	background-color: #fbfcfd;
	width: auto;
	border-radius: 30px;
	opacity: 1;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	transition: .2s all linear;
}

.add-info-flat .swiper-pagination .swiper-pagination-bullet:hover,
.add-info-flat .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3f4b61;
	color: white;
}

.add-info-flat .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.add-info-flat .slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
	z-index: 20;
}

@media screen and (max-width: 1680px) {

	.add-info-flat .swiper-pagination {
		width: calc(100% - 430px);
	}

	.add-info-flat:before {
		margin-left: -50vw;
	}

	.add-info-flat .swiper-pagination .swiper-pagination-bullet {
		font-size: 15px;
		padding: 0 10px;
		margin-right: 10px;
	}

	.flat-item__pics {
		width: 400px;
	}
}

@media screen and (max-width: 1366px) {

	.add-info-flat .swiper-pagination {
		top: 20px;
		justify-content: flex-start;
	}

	.add-info-flat {
		padding-top: 100px;
	}

	.flat-item__content {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1366px) {

	.add-info-flat .swiper-pagination {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {

	.flat-item {
		flex-wrap: wrap;
	}

	.flat-item__pics {
		width: 100%;
	}

	.flat-item__content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {

	.add-info-flat .swiper-pagination {
		display: none;
	}

	.add-info-flat {
		padding-top: 0;
	}
}

@media screen and (max-width: 425px) {

	.add-info-flat {
		padding-top: 0;
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding-bottom: 0;
	}

	.flat-item__title {
		font-size: 36px;
	}

	.flat-item__content {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
	}

	.add-info-flat .slider-arrow {
		left: 50%;
		transform: translateX(-50%);
		top: 307px;
	}
}
/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/index_about/style.css?1636703202574*/
.b-readmore {
    padding: 0 0 0 0;
}
.b-readmore__link {
    color: #000;
    text-decoration: none;
}
.b-readmore__link:hover, .b-readmore__link:focus, .b-readmore__link:active {
    color: #4a4e64;
    text-decoration: none;
}
.b-readmore__open {
    display: inline-block;
}
.b-readmore__close {
    display: none;
}
.b-readmore--opened .b-readmore__open {
    display: none;
}
.b-readmore--opened .b-readmore__close {
    display: inline-block;
}

@media screen and (max-width: 999px) {

    .b-readmore {
        padding-top: 15px;
    }
}
/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/kvartiry_v2/style.css?1692722432266*/
.product-card__num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__num--href {
  z-index: 2000;
  position: relative;
  color: #5a687d;
  font-size: 16px;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/devvesna.ru/components/bitrix/news.detail/kvartiry_detail_v2/style.css?17278542551887 */
/* /local/templates/devvesna.ru/components/luxar/super/order_apartment_layout/style.css?17545608252990 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/add_info_flat/style.css?16564047763277 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/index_about/style.css?1636703202574 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/kvartiry_v2/style.css?1692722432266 */
