

/* Start:/bitrix/templates/dom-olymp/template_styles.css?17873187452553*/
.welcome__title_title {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	flex: none;
	margin-bottom: 30px;
	gap: 30px;
}

.welcome__title_title__icon {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	left: -130px;
}

.welcome__title_title__text {
	display: block;
	font-family: "Tenor Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	line-height: 35px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}

.new_welcome__title_pictures {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.new_welcome__title_pictures__big {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	container-type: inline-size;
}

.banner-promo-text {
	color: rgb(255, 255, 255);
	white-space: nowrap;
	font-size: 2.4cqw;
	line-height: 1;
	position: absolute;
	top: calc(100% - 20px);
	left: 50%;
	translate: -50% -50%;
}

.new_welcome__title_pictures__big  img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.new_welcome__title_pictures__small {
	position: relative;
	display: flex;
	width: 38%;
	border-radius: 15px;
	overflow: hidden;
	flex: none;
}

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

#modal_sale.modal.show .modal-dialog {
	margin-top: auto !important;
}

.pictures__big-js {
	cursor: pointer;
}

.pictures__small-js {
	cursor: pointer;
}

#modal_sale .modal-content p {
	font-size: 22px;
	font-family: "Roboto";
}

.mx_footer {
	position: relative;
	display: flex;
	color: rgb(255, 255, 255);
}

.mx_footer .row.inform-box {
	position: relative;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.mx_footer a {
	position: relative;
	display: flex;
	color: #fff;
	gap: 5px;
	font-size: 13px;
}

@media (max-width: 1024px) {
	.welcome__title_title__icon {
		position: relative;
		width: 80px;
		height: 80px;
		top: auto;
		margin-top: auto;
		left: auto;
	}
	#modal_sale.modal.show .modal-dialog {
		margin-top: auto !important;
	}
}

@media (max-width: 768px) {
	.welcome__title_title__text {
			font-size: 16px;
			line-height: 140%;
	}
	.new_welcome__title_pictures {
		flex-direction: column;
	}
	.new_welcome__title_pictures__big {
		
	}
	.new_welcome__title_pictures__small {
		width: 100%;
	}
	.new_welcome__title_pictures__small  img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#modal_sale.modal.show .modal-dialog {
		margin-top: auto !important;
	}
	#modal_sale ..modal-content p {
		font-size: 16px;
	}
	
}
/* End */
/* /bitrix/templates/dom-olymp/template_styles.css?17873187452553 */
