

/* Start:/novaya-glavnaya/style.css?170108400721084*/
.real-projects .block-title h2 {
	padding-top: 89px;
	margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
	.real-projects .block-title h2 {
		padding-top: 35px;
	}
}

.block-title__description {
	font-size: 0.94vw;
	line-height: 1.41vw;
	font-weight: 300;
	padding-bottom: 1.56vw;
}

@media screen and (max-width: 999px) {
	.block-title__description {
		font-size: 1.82vw;
		line-height: 2.99vw;
	}
}

@media screen and (max-width: 540px) {
	.block-title__description {
		font-size: 3vw;
		line-height: 2vw;
		padding-bottom: 18.33vw;
	}
}

@media screen and (max-width: 375px) {
	.block-title__description {
		font-size: 5vw;
		line-height: 7.5vw;
	}
}

.content-wrapper {
	position: relative;
	padding-top: 1.56vw;
}

@media screen and (max-width: 540px) {
	.content-wrapper {
		padding-top: 5.56vw;
	}
}

.content-wrapper::after {
	content: '';
	position: absolute;
	width: calc(100% + 200px);
	height: 1px;
	top: 0;
	left: -100px;
	background-color: #8e8e8e;
}

@media screen and (max-width: 540px) {
	.stars-reviews h2 {
		margin-bottom: 18.33vw;
	}
}

.real-projects .slick-arrow > svg,
.stars-reviews .slick-arrow > svg,
.month-bestsellers .slick-arrow > svg {
	fill: #8e8e8e;
}

.real-projects .slick-arrow,
.stars-reviews .slick-arrow {
	top: calc(50% - 26px);
	background: #262626;
}

.stars-reviews .slick-prev {
	left: -2.604vw;
}

.stars-reviews .slick-next {
	right: -2.604vw;
}

.real-projects .slick-prev {
	left: 30px;
}

.real-projects .slick-next {
	right: 30px;
}

@media screen and (max-width: 540px) {
	.real-projects .slick-arrow,
	.stars-reviews .slick-arrow {
		top: -40px;
		left: 0;
	}

	.real-projects .slick-next,
	.stars-reviews .slick-next {
		left: 37px;
	}
}

@media screen and (max-width: 540px) {
	.real-projects .slick-arrow,
	.stars-reviews .slick-arrow {
		top: -14.5vw;
	}
}

.real-projects .slick-list {
	overflow: visible;
}

.real-projects .author-name {
	top: -10.1vw;
	right: 0;
	left: unset;
}

@media screen and (max-width: 999px) {
	.real-projects .author-name {
		top: 0;
	}
}

@media screen and (max-width: 375px) {
	.real-projects .author-name {
		top: 12.78vw;
	}
}

.suggest-info__text_main {
	max-width: 28.073vw;
}

@media screen and (max-width: 1500px) {
	.suggest-info__text_main {
		max-width: 50.073vw;
	}
}

@media screen and (max-width: 540px) {
	.suggest-info__text_main {
		max-width: 90%;
	}
}

.stars-reviews .projects-slider_item-photo {
	min-height: 34.58vw;
}

@media screen and (max-width: 540px) {
	.stars-reviews .projects-slider_item-photo {
		min-height: 103.33vw;
	}
}

@media screen and (max-width: 540px) {
	.stars-reviews .block-title {
		margin-bottom: 64px;
	}
}

.online-order {
	margin-bottom: -60px;
}

.benefits-list {
	position: relative;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.56vw;
	padding-bottom: 30px;
}

.benefits-list::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

@media screen and (max-width: 999px) {
	.benefits-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

.benefits-list__benefit {
	--grid-column: 1;

	position: relative;

	display: flex;
	align-items: flex-end;
	grid-column: span var(--grid-column);

	min-height: 12.92vw;

	background: #35383b;
	border-radius: 8px;
	overflow: hidden;

	text-transform: uppercase;
	font-size: 0.94vw;
	line-height: 1.41vw;
	font-weight: 300;
}

@media screen and (max-width: 999px) {
	.benefits-list__benefit {
		--grid-column: 1 !important;

		font-size: 2.083vw;
		line-height: 2.604vw;
	}
}

@media screen and (max-width: 540px) {
	.benefits-list__benefit {
		font-size: 3.611vw;
		line-height: 4.333vw;
	}
}

.benefits-list__benefit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;

	user-select: none;
}

@media screen and (max-width: 999px) {
	.benefits-list__benefit {
		min-width: 43.056vw;
		min-height: 50vw;
	}
}

.benefits-list__benefit > span {
	max-width: 76%;
	position: absolute;
	bottom: 1.56vw;
	left: 1.56vw;
}

@media screen and (max-width: 999px) {
	.benefits-list__benefit_video-tour {
		grid-column: span 2;
	}
}

.benefits-list__benefit_video-tour span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 17px;
	top: 50%;
	bottom: unset;
	left: 50%;
	translate: -50% -50%;
}

.video-tour-link {
	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: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 100%;
}

@media screen and (max-width: 999px) {
	.video-tour-link {
		width: 40px;
		height: 40px;
	}
}

.main-info-wrap .main-info__info {
	background-color: #35383b;
	background-image: url(/local/templates/calma/img/suggest-bg.svg);
	height: fit-content;
}

.main-info-wrap .main-info__info span {
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.main-info__info_payment::after,
.main-info__info_delivery::after,
.main-info__info_order::after {
	display: none;
}

.main-info__info img {
	position: absolute;
	right: 0;
	bottom: 0;
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

.products-list {
	position: relative;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.125vw;

	margin-top: 1.5625vw;
}

@media screen and (max-width: 999px) {
	.products-list {
		gap: 2.5vw;
	}
}

.products-list::before {
	content: '';
	position: absolute;
	top: -1.5625vw;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

@media screen and (max-width: 999px) {
	.products-list::before {
		display: none;
	}
}

.products-list::after {
	content: '';
	position: absolute;
	bottom: -1.5625vw;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

@media screen and (max-width: 999px) {
	.products-list::after {
		display: none;
	}
}

.product-wrap {
	position: relative;

	aspect-ratio: 533/270;
	width: 100%;
}

@media screen and (max-width: 999px) {
	.product-wrap {
		aspect-ratio: 104/140;
	}
}

.product-wrap:not(:nth-child(3n))::before {
	content: '';
	position: absolute;
	right: -1.5625vw;
	top: -1.5625vw;
	width: 1px;
	height: calc(100% + (1.5625vw * 2));
	background-color: #8e8e8e;
}

.product-wrap:nth-child(3n + 2)::after {
	content: '';
	position: absolute;
	left: -50vw;
	bottom: -1.5625vw;
	width: 200vw;
	height: 1px;
	background-color: #8e8e8e;
}

@media screen and (max-width: 999px) {
	.product-wrap:not(:nth-child(3n))::before,
	.product-wrap:nth-child(3n + 2)::after {
		content: none;
	}
}

.product-wrap .products-item {
	margin: 0;

	width: 100%;
	height: 100%;
}

.catalog-banner {
	overflow: hidden;
}

.catalog-banner .products-link_mob {
	display: none;
}

@media screen and (max-width: 999px) {
	.catalog-banner .inner-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.products-item .products-item_more {
		display: none;
	}

	.catalog-banner .products-link_mob {
		margin-top: 24px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

@media screen and (max-width: 540px) {
	.product-wrap .products-item_title {
		font-size: 3.333vw;
		line-height: 4.194vw;
	}
}

.stories-buttons-wrap {
	padding: 30px 0;
	position: relative;
}

.stories-buttons-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

.stories-buttons-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

.stories-button {
	width: 20.052vw;
	height: 20.052vw;
	border-radius: 8px;
	background-color: #35383b;
	color: #ffffff;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	padding: 2.083vw;
	font-size: 1.25vw;
	line-height: 1.572vw;
	position: relative;
	border: none;
}

@media screen and (max-width: 999px) {
	.stories-button {
		font-size: 3.333vw;
		line-height: 4.194vw;
	}
}

.stories-block .stories-buttons-wrap .slick-slide {
	aspect-ratio: 1/1;
	width: 20.052vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 1.563vw;
}

.stories-block .stories-buttons-wrap .slick-list {
	margin: 0 -1.563vw;
}

@media screen and (max-width: 999px) {
	.stories-block .stories-buttons-wrap .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 10px;
	}
}

.stories-block .slick-list {
	overflow: unset;
}

.stories-button__not-viewed {
	position: relative;
}

.stories-button__not-viewed::after {
	content: '';

	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;

	width: 106%;
	height: 106%;

	background: url('/upload/images/story-border.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 999px) {
	.stories-block .stories-buttons-wrap .slick-list {
		overflow: visible;
	}
}

.stories-button::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/upload/images/pattern-for-stories.svg) no-repeat;
	background-size: cover;
	inset: 0;
}

.stories-button_light {
	color: #35383b;
	background: rgb(243, 243, 243);
	background: linear-gradient(135deg, rgba(243, 243, 243, 1) 0%, rgba(221, 221, 221, 1) 100%);
}

.stories-button_light::before {
	content: none;
}

.stories-button__title {
	max-width: 70%;
	z-index: 2;
}

.stories-button__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: right bottom;
}

.scroll-lock {
	overflow: hidden;
}

.sale-banner_main .sale-banner {
	width: 100%;
	background-image: url(/upload/images/pattern-bg.png), url(/upload/images/sale-banner__main.png);
	background-repeat: repeat, no-repeat;
	background-size: contain;
	background-position: 100% 100%, 9.688vw 0%;
}

@media screen and (max-width: 768px) {
	.sale-banner_main .sale-banner {
		background-image: url(/upload/images/pattern-bg.png), url(/upload/images/object-mob-bg.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 100% 100%, 50% 100%;
		background-size: cover, contain;
		text-align: center;
		min-height: 51.11vw;
	}
}

.sale-banner_main .sale-banner__inner-wrap {
	padding: 75px 17.563vw;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.sale-banner_main .sale-banner__inner-wrap {
		padding: calc(5.563vw / 2) 5.563vw;
	}
}

.sale-banner_main .sale-banner__text {
	color: #8e8e8e;
	font-size: 0.833vw;
	line-height: 1.25vw;
	max-width: none;
}

@media screen and (max-width: 999px) {
	.sale-banner_main .sale-banner__text {
		font-size: 2.833vw;
		line-height: 3.25vw;
	}
}

@media screen and (max-width: 540px) {
	.sale-banner_main .sale-banner__text {
		font-size: 3.333vw;
		line-height: 4.194vw;
	}
}

.sale-banner_main .sale-banner__image {
	margin-right: 50px;
	max-width: 200px;
	max-height: 200px;
}

@media screen and (max-width: 768px) {
	.sale-banner_main .sale-banner__image {
		margin-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (max-width: 540px) {
	.sale-banner_main .sale-banner__image {
		width: 27.78vw;
	}
}

.sale-banner_main .sale-banner__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.sale-banner_main .sale-banner__title-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width: 768px) {
	.sale-banner_main .sale-banner__title {
		font-size: 2.865vw;
		line-height: 2.99vw;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 540px) {
	.sale-banner_main .sale-banner__title {
		font-size: 6.67vw;
		line-height: 6.39vw;
	}
}

@media screen and (max-width: 999px) {
	.month-bestsellers .content-wrapper {
		padding-top: 0;
	}
}

.month-bestsellers .catalog-item_bestseller {
	width: 43.229vw;
}

.month-bestsellers .catalog-item_bestseller .catalog-item_main {
	width: 100%;
}

.month-bestsellers .catalog-item_bestseller .catalog-item_main .catalog-item_photo {
	aspect-ratio: 16/9;
}

.month-bestsellers .catalog-item::after {
	display: none;
}

@media screen and (max-width: 999px) {
	.month-bestsellers .slick-list::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 30px;
		background-color: #8e8e8e;
	}

	.month-bestsellers .slick-list::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 30px;
		background-color: #8e8e8e;
	}
}

@media screen and (max-width: 999px) {
	.month-bestsellers .catalog-item {
		margin: 30px 45px;
	}
}

.month-bestsellers-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
	position: relative;
}

.month-bestsellers-list::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: -5.208vw;
	width: calc(100% + 10.416vw);
	height: 1px;
	background-color: #8e8e8e;
}

.banner-slider_item-photo {
	position: relative;
	z-index: -1;
}

.banner-slider_item-photo::after {
	content: '';
	position: absolute;
	right: -15.313vw;
	top: -39.948vw;
	width: 74.271vw;
	height: 74.271vw;
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.59) 61.6%, rgba(0, 0, 0, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.59) 61.6%, rgba(0, 0, 0, 0) 100%);
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.banner-slider_item-photo::after {
		right: unset;
		top: -54.948vw;
		left: -19.022vw;
		width: 149.271vw;
		height: 125.271vw;
	}
}

.banner-slider__title {
	position: absolute;
	right: 4.844vw;
	top: 7.135vw;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 767px) {
	.banner-slider__title {
		height: 83%;
		right: 8.333vw;
		left: 8.333vw;
		top: 13.889vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.banner-slider__title h1 {
	max-width: 38.906vw;
	text-align: right;
	font-size: 2.813vw;
	line-height: 3.538vw;
}

@media screen and (max-width: 767px) {
	.banner-slider__title h1 {
		font-size: 7.778vw;
		line-height: 9.783vw;
		text-align: left;
		max-width: none;
	}
}

.banner-slider__button {
	background-color: transparent;
	border: 2px solid #ffffff80;
	border-radius: 5px;
	padding: 20px 40px;
}

@media screen and (max-width: 767px) {
	.banner-slider__button {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 1000px) {
	.month-bestsellers .slick-arrow {
		top: -50px;
	}
}

.main-info__popup {
	font-size: 16px;
	line-height: 24px;
}

.main-info__popup ul,
.main-info__popup ol {
	list-style: unset;
	margin-left: 20px;
}

.main-info__popup ol {
	list-style: decimal;
	margin-top: 16px;
}

.main-info__popup_delivery ol li > ul {
	list-style: disc;
	margin-top: 16px;
	margin-bottom: 16px;
}

.main-info__popup_delivery .popup-content > span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}

.main-info__popup hr {
	height: 1px;
	background-color: #8e8e8e;
	border: none;
	margin: 20px 0;
}

.footer-docs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding-top: 28px;
}

@media screen and (max-width: 999px) {
	.footer-docs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-docs .contacts-info_list-link {
	height: 45px;
	font-size: 14px;
	line-height: 150%;
	padding: 12px 50px;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 1000px) and (max-width: 1919px) {
	.footer-docs .contacts-info_list-link {
		font-size: 0.781vw;
	}
}

.footer-docs .contacts-info_list-link:before {
	left: 20px;
	width: 20px;
	height: 21px;
}

.footer-docs .contacts-info_list-link:after {
	right: 20px;
	width: 18px;
	height: 17px;
}

.footer-block .footer-info {
	padding-top: 28px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;

	display: block;
	margin: 0;
	padding: 0;

	z-index: 10;

	min-width: 0;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	height: 100%;
	max-height: 100%;

	background: #0006;
	border: none;
	outline: none;
	box-shadow: 0 0 0 max(100vw, 100vh) #0006;
	opacity: 0;

	transition: opacity 0.15s;

	pointer-events: none;
}

.modal_overflow_hidden {
	overflow: hidden;
}

.modal::backdrop {
	background: transparent;
}

.modal[open] {
	opacity: 1;
	pointer-events: all;
}

.modal:not([open]) * {
	pointer-events: none !important;
}

.modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

@media (max-width: 800px) {
	.modal__inner {
		background: #000;
	}
}

.modal__inner_stories {
	aspect-ratio: 8.4/16;
	height: min(100vh, 800px);
}

@media (max-width: 800px) {
	.modal__inner_stories {
		top: 0;
		left: 0;
		translate: unset;

		aspect-ratio: unset;
		width: 100%;
		height: 100%;
	}
}

.modal__close-btn {
	position: absolute;
	top: 18px;
	right: 8px;
	z-index: 2;

	aspect-ratio: 1/1;
	width: 22px;
}

.modal__close-btn::before,
.modal__close-btn::after {
	content: '';

	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;

	width: 100%;
	height: 2px;

	background: #fff;
	border-radius: 999px;
	box-shadow: 0 0 1px #00000059;
}

.modal__close-btn::before {
	rotate: 45deg;
}

.modal__close-btn::after {
	rotate: -45deg;
}

.swiper_stories {
	position: absolute !important;
	inset: 0;
}

.swiper-slide {
	background: #fff3;
}

.swiper_stories .swiper-wrapper .swiper-slide {
	opacity: 0;

	pointer-events: none;
}

.swiper_stories .swiper-wrapper .swiper-slide-prev,
.swiper_stories .swiper-wrapper .swiper-slide-active,
.swiper_stories .swiper-wrapper .swiper-slide-next {
	opacity: 1;

	pointer-events: all;
}

.swiper_stories-item {
	position: relative;

	width: 100%;
	height: 100%;
}

.swiper-pagination {
	--grid-columns: 3;
	display: grid;
	grid-template-columns: repeat(var(--grid-columns), 1fr);
	gap: 8px;
}

.swiper__swiper-pagination {
	position: absolute;
	top: 8px !important;
	bottom: unset !important;
	left: unset !important;

	padding: 0 8px;
}

.swiper_stories-item .swiper-pagination-bullet {
	position: relative;
	width: 100%;
	height: 2px;

	margin: 0 !important;
	padding: 0;

	background: rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	box-shadow: 0 0 1px #0006;
	opacity: 1;

	overflow: hidden;
}

.swiper_stories-item .swiper-pagination-bullet span {
	position: absolute;
	inset: 0;
	translate: -100% 0;

	background: #fff;
}

.swiper_stories-item .swiper-pagination-bullet_passed span {
	translate: 0% 0;
}

.story {
	position: relative;

	display: flex;
	flex-direction: column;

	width: 100%;
	height: 100%;
}

.story__image-wrapper {
	position: relative;

	flex: auto;

	overflow: hidden;
}

.story__image-bg {
	position: absolute;
	top: -1vw;
	left: -1vw;

	width: calc(100% + 2vw);
	height: calc(100% + 2vw);

	object-fit: cover;

	filter: blur(1vw);
}

.story__image-front {
	position: absolute;
	z-index: 1;

	width: 100%;
	height: 100%;

	object-fit: contain;
}

.whatsapp-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	padding: 14px 20px;

	background: linear-gradient(227deg, #5bd066 9.27%, #27b43e 100%);
}

.story__whatsapp-btn {
	width: 100%;
}

.whatsapp-btn__icon {
	aspect-ratio: 1/1;
	min-width: 24px;
	width: 24px;
}

.whatsapp-btn__icon svg {
	width: 100%;
	height: 100%;
}

.whatsapp-btn__text {
	color: #fff;

	font-family: Geometria;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.story__slide-prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;

	width: 40%;
	height: 100%;

	cursor: pointer;
}

.story__slide-next {
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 2;

	width: 60%;
	height: 100%;

	cursor: pointer;
}

/* End */


/* Start:/local/templates/calma/components/bitrix/catalog.section.list/section_index_new/style.min.css?16952099536236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /novaya-glavnaya/style.css?170108400721084 */
/* /local/templates/calma/components/bitrix/catalog.section.list/section_index_new/style.min.css?16952099536236 */
