

/* Start:/local/components/terem/promotion.detail/templates/.default.region/style.css?17392807244055*/
.promotion-article {
    position: relative;
    max-width: 1600px;
    padding-bottom: 117px;
    margin: 0 auto;
}

.promotion-article h1 {
    font: 600 36px/130% var(--title-font);
    color: var(--text-color);
    letter-spacing: 0;
    margin: 0 0 40px;
}

.promotion-article h1 span {
    color: var(--main-color);
}

.promotion-article .text.wrapper {
    max-width: 644px;
    padding: 0;
}

.promotion-article .text p {
    font: 400 16px/24px var(--text-font);
    color: var(--text-color);
}

.promotion-article .close-link {
    position: absolute;
    display: block;
    top: 0;
    right: 8.75%;
}

.promotion-article .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 237px;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--background);
    border-radius: 4px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 1px 0 0 1px;
    margin: 60px 0 0;
}

.promotion-article .button:hover {
    border: 1px solid var(--main-color);
    background: var(--background);
    color: var(--main-color);
}

.promotion-offer {
    padding: 115px 0;
}

.promotion-offer .l-l {
    width: calc(35% - 20px);
}

.promotion-offer .l-r {
    width: calc(35% - 20px);
}

/* MEDIA QUERY*/

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

    .promotion-article {
        padding-bottom: 36px;
    }

    .promotion-article .close-link {
        display: none;
    }

    .promotion-article .text.wrapper {
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .promotion-article .text h1 {
        color: var(--title-color);
    }

    .promotion-article .text p {
        font-size: 18px;
        line-height: 27px;
    }

    .promotion-article .button {
        width: 300px;
    }

    .promotion-offer .l-l,
    .promotion-offer .l-r {
        width: calc(100% - 20px);
    }

    .promotion-offer .l-r {
        margin-bottom: 0;
    }

    .promotion-offer.s-red {
        padding: 65px 0;
    }

    .form-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

}

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

    .promotion-article {
        padding-bottom: 16px;
    }

    .promotion-article .text.wrapper {
        width: calc(100% - 32px);
    }

    .promotion-article .text h1 {
        font-size: 30px;
    }

    .promotion-article .text p {
        font-size: 16px;
        line-height: 24px;
    }

    .red-section.promotion-offer h4 {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .promotion-offer.s-red {
        padding: 50px 0;
    }

    .promotion-offer .l-l {
        margin-bottom: 35px;
    }

    .form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 400px) {
    .promotion-article .button {
        width: 100%;
    }
}

/* benefit-projects */

.benefit-projects.sales-leader {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 102px;
}

.benefit-projects.sales-leader .benefit-projects__title {
    margin-bottom: 21px;
    color: var(--text-color);
}

.benefit-projects.sales-leader .benefit-projects__img {
    margin-bottom: 11px;
}

.benefit-projects.sales-leader .slider-controls .prev,
.benefit-projects.sales-leader .slider-controls .next {
    top: 35%;
}

@media screen and (max-width: 999px) {
    .benefit-projects.sales-leader {
        padding-top: 42px;
        padding-bottom: 0px;
        margin-bottom: 66px;
    }

    .benefit-projects.sales-leader .benefit-projects__title {
        margin-bottom: 12px;
    }

    .benefit-projects.sales-leader .benefit-projects__img {
        margin-bottom: 13px;
    }

    .benefit-projects.sales-leader .benefit-projects__info-title {
        font: 600 18px/130% var(--title-font);
    }
}

@media screen and (max-width: 640px) {
    .benefit-projects.sales-leader {
        padding-bottom: 0;
        margin-bottom: 46px;
    }
}
/* End */


/* Start:/local/components/terem/catalog.list/templates/benefit.projects/style.css?17320206236496*/
.benefit-projects__title {
  font: 600 30px/46px var(--title-font);
  color: var(--title-color);
  margin-bottom: 25px;
}

.benefit-projects .carousel {
  position: relative;
}

.benefit-projects .carousel .owl-item {
  max-width: 540px;
}

.benefit-projects .carousel .owl-item.active {
  opacity: 1;
}

.benefit-projects .carousel .item {
  width: 100%;
  margin-right: 0;
}

.benefit-projects__img {
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
}

.benefit-projects__img img {
  transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.benefit-projects__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  border: 0;
  margin-bottom: 5px;
}

.benefit-projects__info-title {
  text-align: left;
  font: 600 24px/34px var(--title-font);
  letter-spacing: 0px;
  color: var(--text-color);
  margin-right: 20px;
  margin-bottom: 10px;
}

.benefit-projects__info-title_small {
  font: 600 14px/22px var(--title-font);
}

.benefit-projects__price-group {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.benefit-projects__new-price {
  font: 600 20px/34px var(--text-font);
  color: var(--main-color);
}

.benefit-projects__old-price {
  position: relative;
  font: 400 20px/31px var(--text-font);
  color: var(--title-color);
}

.benefit-projects__old-price:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
}

.benefit-projects__button {
  float: right;
  font: 600 12px/18px var(--text-font);
  background-color: var(--background);
  padding: 10px 20px;
}

.benefit-projects__info-price {
  font: normal 500 14px/22px var(--text-font);
  color: var(--main-color);
  text-align: right;
}

.benefit-projects__info-price_ipoteka {
  font: normal 400 12px/24px var(--text-font);
  color: var(--main-color);
  text-align: right;
}

.benefit-projects .sales-leader-carousel-controls {
  position: static;
  padding: 0;
  margin: 0;
  height: 0;
}

.benefit-projects .slider-controls .prev,
.benefit-projects .slider-controls .next {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 40%;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: url(/assets/resources/images/left-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.benefit-projects .carousel-container-wrapper {
  display: inherit;
}

.benefit-projects .carousel-container-wrapper .owl-stage-outer {
  overflow: visible;
}

.benefit-projects .slider-controls .next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.benefit-projects .slider-controls button .b1,
.benefit-projects .slider-controls button .b2 {
  display: none;
}

.benefit-projects .slider-controls .prev.disabled,
.benefit-projects .slider-controls .next.disabled {
  opacity: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.benefit-projects .roub {
  margin-left: 5px;
}

.benefit-projects ._novogodnyaya-item {
  width: 49px;
  height: 49px;
  color: var(--background);
  background: transparent;
  border-radius: 50%;
  font: 600 14px/30px var(--title-font);
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--background);
}

.benefit-projects ._novogodnyaya-item._novogodnyaya-item_white{
  background: var(--background);
  color: var(--main-color);
}

.benefit-projects ._old-price {
  position: relative;
  color: var(--title-color);
  display: block;
}

.benefit-projects ._old-price::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--title-color);
  left: 0;
  top: 55%;
}

@media screen and (min-width: 1224px) {

  .benefit-projects__button_red {
    display: block;
    font: 400 14px/21px var(--title-font);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--main-color);
  }

  .benefit-projects__info-price {
    font: normal 500 20px/34px var(--text-font);
    color: var(--main-color);
  }

  .benefit-projects__info-price_ipoteka {
    font: normal 400 16px/24px var(--text-font);
    color: var(--text-color);
  }

  .benefit-projects .benefit-projects__info-title {
    font: normal 600 24px/34px var(--title-font);
    color: var(--text-color);
  }

  .benefit-projects .benefit-projects__info-title_small {
    font: normal 600 22px/27px var(--title-font);
  }

  .benefit-projects ._old-price {
    display: inline;
    font: normal 400 20px/34px var(--text-font);
    color: var(--title-color);
    margin-left: 25px;
  }

  .benefit-projects ._novogodnyaya-item {
    width: 57px;
    height: 57px;
    top: 15px;
    right: 15px;
    border: 2px solid var(--background);
    font: 600 15px/30px var(--title-font);
  }
  
  .benefit-projects .owl-item.active .benefit-projects__img:hover img {
    -webkit-transform: scale(105%);
    -ms-transform: scale(105%);
    transform: scale(105%);
  }
}

@media (max-width: 1223px) {
  .benefit-projects .carousel .owl-item {
    max-width: 270px;
  }

  .benefit-projects__info-title {
    font: 600 14px/22px var(--title-font);
    margin-bottom: 7px;
  }

  .benefit-projects__button_red {
    display: none;
  }

  .benefit-projects__carousel-controls {
    display: none;
  }

  .benefit-projects__info-price {
    text-align: right;
  }
  
  .benefit-projects__title {
    font: 600 21px/32px var(--title-font);
    margin-bottom: 4px;
  }
}

@media (max-width: 639px) {

  .benefit-projects__img {
    margin-bottom: 12px;
  }

  .benefit-projects__new-price {
    font: 600 14px/22px var(--text-font);
  }

  .benefit-projects__button {
    font: 600 8px/10px var(--text-font);
    padding: 8px 8px 7px 9px;
    letter-spacing: 1px;
  }

  .benefit-projects .carousel .owl-item {
    opacity: 1;
  }
}

/* End */


/* Start:/local/components/terem/catalog.markers/templates/catalog.marker/style.css?17334066611661*/
.catalog-marker {
	box-sizing: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	width: fit-content;
	font: 500 14px/130% var(--text-font);
	background: var(--background);
	color: var(--title-color);
	padding: 0 8px;
	border-radius: 6px;
	position: relative;
}

.catalog-marker.slider {
	position: absolute;
}

.catalog-marker.series {
	/* top: 10px;
	left: 10px; */
}

@media screen and (max-width: 767px) {
	.catalog-marker.series {
		/* top: 16px;
		left: 16px; */
	}
}

/* маркер в карточке товара */

.catalog-marker.detail {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font: 500 14px/130% var(--text-font);
	background: var(--background);
	color: var(--title-color);
	border-radius: 6px;
	position: absolute;
	height: 40px;
	font-size: 16px;
	padding: 0 16px;
	top: 40px;
	left: unset;
	right: 40px;
	z-index: 1;
}

@media screen and (max-width: 999px) {
	.catalog-marker.detail {
		top: unset;
		bottom: 356px;
		right: 30px;
	}
}

@media screen and (max-width: 680px) {
	.catalog-marker.detail {
		bottom: 189px;
	}
}

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

	.catalog-marker.detail {
		font-size: 12px;
		height: 24px;
		padding: 0 8px;
		right: 16px;
	}
}

@media screen and (max-width: 374px) {
	.catalog-marker.detail {
		font-size: 10px;
		height: 21px;
	}
}

/* маркер в слайдерах */
.catalog-marker.slider {
	top: 10px;
	left: 10px;
	z-index: 1;
}

@media screen and (min-width: 1224px) {
	.catalog-marker.slider {
		font-size: 20px;
		height: 46px;
		top: 20px;
		left: 20px;
		padding: 2px 16px 0;
	}
}

/* End */


/* Start:/local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945*/
.new-standard {
    padding: 0;
    margin: 60px 0;
}

.new-standard img {
    display: block;
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-left: -10px;
}

.new-standard .wrapper {
    display: block;
    min-height: 387px;
    border-radius: 10px;
    background-color: var(--block-background);
    padding: 20px 30px 30px;
    text-align: start;
}

.new-standard__text-container {
    margin-top: 30px;
}

.new-standard__title {
    color: var(--title-color);
    font: normal 600 21px/27px var(--title-font);
}

.new-standard__text {
    max-width: 90%;
    color: var(--dark-grey-color);
    font: normal 400 16px/24px var(--text-font);
    margin-top: 12px;
}

.new-standard__btn svg {
    display: none;
}

.new-standard__btn {
    display: block;
    max-width: 300px;
    width: 100%;
    font: 500 12px/16px var(--text-font);
    color: var(--background);
    background: var(--main-color);
    border-radius: 4px;
    letter-spacing: 0.08em;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin-top: 40px;
    padding: 10px 30px 8px;
}

.new-standard__link:hover .new-standard__btn {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: var(--main-color);
    background-color: transparent;
}

@media screen and (min-width: 767px) {
    .new-standard {
        margin: 80px 0;
    }

    .new-standard img {
        width: auto;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin: 0;
    }

    .new-standard__btn {
        max-width: 220px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 27px 8px 28px;
        margin: 40px 0 0;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -ms-grid;
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: auto 37px 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 37px;
        -moz-column-gap: 37px;
        column-gap: 37px;
        padding: 30px 30px 40px;
    }

    .new-standard .wrapper>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .new-standard .wrapper>*:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .new-standard__text-container {
        margin-top: 11px;
    }

    .new-standard__text {
        max-width: 94%;
    }
}

@media screen and (min-width: 1100px) {
    .new-standard {
        margin: 120px 0;
    }

    .new-standard img {
        max-width: 130px;
    }

    .new-standard__title {
        font: normal 600 26px/34px var(--title-font);
    }

    .new-standard__text {
        font: normal 400 18px/27px var(--text-font);
        margin-top: 12px;
    }

    .new-standard__btn {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 0;
        margin: 0;
    }

    .new-standard__btn svg {
        display: block;
        margin-left: 3px;
    }

    .new-standard__link:hover .new-standard__btn {
        background-color: var(--tab-color);
        border-color: var(--tab-color);
    }

    .new-standard__btn span {
        display: none;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 47px;
        -moz-column-gap: 47px;
        column-gap: 47px;
        padding: 35px 30px 35px 43px;
    }

    .new-standard__text-container {
        margin: 0;
    }

    .new-standard__text {
        max-width: 100%;
    }
}

/* End */
/* /local/components/terem/promotion.detail/templates/.default.region/style.css?17392807244055 */
/* /local/components/terem/catalog.list/templates/benefit.projects/style.css?17320206236496 */
/* /local/components/terem/catalog.markers/templates/catalog.marker/style.css?17334066611661 */
/* /local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945 */
