

/* Start:/local/components/ag-group/main.page/templates/unauthorizen/style.css?1748249582770*/
.nav {
    display: flex;
    flex-direction: column;
    gap: 8px; }


.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    background-color: var(--white);
    border-radius: 12px;
    padding: 15px 20px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: var(--dark); }

.nav-link__box {
    display: flex;
    flex-direction: column;
    gap: 5px; }

.nav-link__desc {
    font-weight: 500;
    font-size: 13px;
    color: var(--gray); }

.nav-link__img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%; }

.nav-link__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
/* End */


/* Start:/local/components/ag-group/stories.media/templates/.default/style.css?17508335126768*/
.stories-slider {
	margin-bottom: 16px;
	overflow: hidden;
	margin-left: -16px;
	margin-right: -16px;
	padding: 0px 16px;
}
.stories-slider * {
	box-sizing: border-box;
}
.stories-slider__slide {
	width: 114px;
	height: 114px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: 3px solid #b2b2b2;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 3px;
}
.stories-slider__slide.new-story {
	border-color: #3cbeaa;
}
.stories-slider__item {
	width: 100%;
	height: 100%;
}
.stories-slider__avatar {
	width: 100%;
	height: 100%;
}
.stories-slider__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.stories-slider .swiper-slide {
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000px;
}
.stories-slider .stories-slider__item {
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.stories-slider .swiper-cube-shadow {
	background: rgba(0, 0, 0, 0.2);
}
.stories-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	display: flex;
	flex-direction: column;
}
.stories-overlay__header {
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 16;
}
.stories-overlay__user {
	display: flex;
	align-items: center;
	gap: 10px;
}
.stories-overlay__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #d9d9d9;
	overflow: hidden;
}
.stories-overlay__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.stories-overlay__username {
	font-weight: 600;
}
.stories-overlay__close {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
}
.stories-overlay__progress {
	display: flex;
	gap: 5px;
	padding: 10px;
	position: relative;
	z-index: 16;
}
.stories-overlay__progress-item {
	flex: 1;
	border-radius: 12px;
	height: 6px;
	overflow: hidden;
	background: #d9d9d9;
}
.stories-overlay__progress-bar {
	height: 100%;
	background: #fff;
	width: 0;
	transition: width 0.1s linear;
}
.stories-overlay__main {
	flex: 1;
	display: flex;
	position: relative;
	height: 100vh;
	margin-top: -75px;
	z-index: 8;
}
.stories-overlay__content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stories-overlay__content .swiper-wrapper {
	height: 100%;
}
.stories-overlay__content .swiper-slide {
	width: 100% !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000px;
}
.stories-overlay__content .swiper-cube-shadow {
	background: rgba(0, 0, 0, 0.2);
}
/* .stories-overlay__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 769px) {
	
} */
.stories-overlay__image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: contain;
}
.stories-overlay__nav-left,
.stories-overlay__nav-right {
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 2;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.2s;
}
.stories-overlay__nav-left:hover,
.stories-overlay__nav-right:hover {
	opacity: 1;
}
.stories-overlay__nav-left {
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.stories-overlay__nav-right {
	right: 0;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.stories-overlay__video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 769px) {
	.stories-overlay__video {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: 100%;
		object-fit: contain;
	}
}
.stories-overlay__video::-webkit-media-controls-panel {
	display: none !important;
}
.stories-overlay__video::-webkit-media-controls-enclosure {
	display: none !important;
}
.stories-overlay__video::-webkit-media-controls {
	display: none !important;
}
.stories-overlay__video::-moz-range-track {
	display: none !important;
}
.stories-overlay__video::-ms-fill-lower,
.stories-overlay__video::-ms-fill-upper {
	display: none !important;
}
.stories-overlay__video::-ms-fill-lower,
.stories-overlay__video::-ms-fill-upper {
	display: none !important;
}
.stories-overlay__video::-webkit-media-controls-play-button {
	display: flex !important;
	opacity: 1 !important;
}
.stories-overlay__video::-webkit-media-controls-timeline {
	display: flex !important;
	opacity: 1 !important;
}
.stories-overlay__video::-webkit-media-controls-current-time-display,
.stories-overlay__video::-webkit-media-controls-time-remaining-display {
	display: flex !important;
	opacity: 1 !important;
	color: white !important;
}
.stories-overlay__video::-webkit-media-controls-volume-slider {
	display: flex !important;
	opacity: 1 !important;
}
.stories-overlay__video::-webkit-media-controls-mute-button {
	display: flex !important;
	opacity: 1 !important;
}
.stories-overlay__video::-moz-range-thumb {
	background-color: white;
}
.stories-overlay__video::-ms-thumb {
	background-color: white;
}
.stories-overlay__text {
	width: 100%;
	height: 100%;
	padding: 80px 15px 60px;
	color: #3a3847;
	line-height: 1.5;
	text-align: center;
	word-wrap: break-word;
	overflow-y: auto;
	position: absolute;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
}
.stories-overlay__text::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.stories-overlay__text p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.stories-overlay__text_position_top {
	top: 0;
	bottom: auto;
	height: auto;
	max-height: 100vh;
}
.stories-overlay__text_position_bottom {
	top: auto;
	bottom: 0;
	height: auto;
	max-height: 100vh;
}
.stories-overlay__text_position_left {
	left: 0;
	right: auto;
	width: 50%;
}
.stories-overlay__text_position_right {
	left: auto;
	right: 0;
	width: 50%;
}
.stories-overlay * {
	box-sizing: border-box;
}
.stories-overlay .swiper-slide {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* End */


/* Start:/local/components/ag-group/stories.text/templates/.default/style.css?17526494931080*/
.promo-new {
    overflow: hidden;
    margin: 0px -16px 20px;
    padding: 0px 16px; }
.promo-new * {
    box-sizing: border-box; }
.promo-new__subtitle {
    max-width: 62%;
    font-weight: 700;
    font-size: 14px;
    color: var(--white);
    margin-top: 8px; }
.promo-new__slide {
    position: relative;
    padding: 16px;
    height: 170px;
    border-radius: 12px;
    background: #bfaca1; }
.promo-new__slide .title {
    color: var(--white); }
.promo-new__slide_green {
    background: #3cbeaa; }
.promo-new__slide_green .title {
    color: var(--dark); }
.promo-new__slide_green .promo-new__subtitle {
    color: var(--dark); }
.promo-new__img {
    position: absolute;
    border-radius: 12px;
    width: 197px;
    height: 139px;
    right: 0;
    bottom: 0; }
.promo-new__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
.promo-new .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 16; }

.promo-new__slide.swiper-slide.consultation-button
{
    cursor: pointer;
}
/* End */
/* /local/components/ag-group/main.page/templates/unauthorizen/style.css?1748249582770 */
/* /local/components/ag-group/stories.media/templates/.default/style.css?17508335126768 */
/* /local/components/ag-group/stories.text/templates/.default/style.css?17526494931080 */
