

/* Start:/local/templates/amegazavod_new/css/pages/index.css?1766402644581*/
.promo-framer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promo-framer__title {
	max-width: 652px;
	margin-right: 20px;
}

.promo-framer__video {
	height: 462px;
}

@media (max-width: 1684px) {
	.promo-framer__video {
		max-width: 630px;
		height: 372px;
	}

	.promo-framer__title {
		max-width: 522px;
	}
}

@media (max-width: 1344px) {
	.promo-framer {
		display: block;
	}

	.promo-framer__title {
		max-width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		font-size: 24px;
	}

	.promo-framer__video {
		max-width: 100%;
		height: auto;
	}
}
/* End */


/* Start:/local/components/amega/empty/templates/index_banner/style.css?17664026443404*/
.banner-section {
	margin-top: 24px;
	padding: 40px 0;
	background: #F0F0F0;
}

.banner-wrap {
	grid-template-columns: 1067px auto;
}

.banner-wrap, .banner-second {
	display: grid;
	gap: 40px;
}

.banner-main,
.banner-glass,
.banner-dealer {
	padding: 24px;
	border-radius: 4px;
	background: #FCFCFC;
	color: #353842;
}

.banner-main:hover,
.banner-glass:hover,
.banner-dealer:hover {
	color: #353842;
	transform: scale(1.004);
}

.banner-main {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-image: url(/local/components/amega/empty/templates/index_banner/pic/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.banner-main .banner-main__title {
	margin-bottom: 32px;
}

.banner-main__text {
	margin-bottom: 64px;
	max-width: 513px;
}

.banner-main__image {
	display: none;
}

.banner-main__btn {
	width: 351px;
}

.banner-glass img {
	max-width: 100%;
}

.banner-glass__title {
	margin-bottom: 8px;
}

.banner-glass__text {
	margin-bottom: 24px;
}

.banner-dealer {
	position: relative;
	height: 156px;
	display: flex;
	align-items: center;
}

.banner-dealer img {
	position: absolute;
	top: -12px;
	right: 24px;
	height: 156px;
}

@media (max-width: 1684px) {
	.banner-wrap, .banner-second {
		gap: 20px;
	}

	.banner-wrap {
		grid-template-columns: 897px auto;
	}

	.banner-main {
		background-size: 514px;
	}
}

@media (max-width: 1344px) {
	.banner-section {
		margin-top: 20px;
		padding: 32px 0;
	}

	.banner-main, .banner-glass, .banner-dealer {
		padding: 20px;
	}

	.banner-wrap {
		grid-template-columns: 593px auto;
	}

	.banner-main {
		background-image: url(/local/components/amega/empty/templates/index_banner/pic/banner-tablet.png);
		background-size: 236px;
	}

	.banner-main .banner-main__title {
		margin-bottom: 20px;
	}

	.banner-main__text {
		margin-bottom: 32px;
	}

	.banner-main__btn {
		width: 349px;
	}

	.banner-glass__title.title-h4 {
		margin-bottom: 8px;
	}

	.banner-glass__text {
		margin-bottom: 20px;
	}

	.banner-glass img {
		height: 125px;
		width: 100%;
		object-fit: cover;
	}

	.banner-dealer {
		height: 88px;
	}

	.banner-dealer .title-h4, .banner-glass__title.title-h4 {
		font-size: 20px;
	}

	.banner-dealer img {
		top: 0;
		right: 20px;
		height: 88px;
	}
}

@media (max-width: 1023px) {
	.banner-wrap {
		grid-template-columns: 1fr;
	}

	.banner-main {
		min-height: 360px;
		background-image: url(/local/components/amega/empty/templates/index_banner/pic/banner-tablet-2.png);
		background-size: 354px;
	}

	.banner-main__text {
		max-width: 370px;
	}

	.banner-main__btn {
		width: 338px;
	}

	.banner-second {
		grid-template-columns: 1fr 1fr;
	}

	.banner-glass {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.banner-glass__text {
		margin-bottom: 0;
	}

	.banner-glass img {
		height: 104px;
	}

	.banner-dealer {
		height: 144px;
		align-items: flex-start;
	}

	.banner-dealer img {
		top: -8px;
		right: 4px;
		height: 144px;
	}
}

@media (max-width: 767px) {
	.banner-main, .banner-glass, .banner-dealer {
		padding: 16px;
	}

	.banner-main {
		background-image: none;
	}

	.banner-main__text {
		margin-bottom: 0;
	}

	.banner-main__image {
		display: block;
		max-width: 296px;
		margin: 0 auto 11px;
	}

	.banner-main__btn {
		width: 100%;
	}

	.banner-second {
		display: block;
	}

	.banner-glass {
		margin-bottom: 20px;
		grid-template-columns: auto 138px;
	}

	.banner-glass img {
		height: 90px;
	}

	.banner-dealer {
		height: 91px;
	}

	.banner-dealer img {
		top: -4px;
		right: 8px;
		height: 96px;
	}
}
/* End */


/* Start:/local/components/amega/numbers/templates/.default/style.css?17664026441235*/
.numbers {
	display: flex;
	justify-content: space-between;
}

.numbers-item {
	width: 375px;
}

.numbers-item__title {
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	color: var(--amega-primary-color, #DB1F35);
	margin-bottom: 24px;
}

.numbers-item__title > span {
	font-size: 48px;
}

.numbers-liner {
	margin: 0 20px;
	width: 1px;
	background: #E3E4E5;
}

@media (max-width: 1684px) {
	.numbers-item__title {
		font-size: 48px;
	}

	.numbers-item {
		width: 305px;
	}

	.numbers-item__title > span {
		font-size: 32px;
	}

	.numbers-liner {
		margin: 0 10px;
	}
}

@media (max-width: 1344px) {
	.numbers-item {
		width: 225px;
	}

	.numbers-item__title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.numbers-item__title > span {
		font-size: 24px;
	}
}

@media (max-width: 1023px) {
	.numbers-item {
		width: 169px;
	}

	.numbers-item__title {
		font-size: 24px;
	}

	.numbers-item__title > span {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.numbers {
		display: block;
	}

	.numbers-liner {
		display: none;
	}

	.numbers-item {
		width: auto;
	}

	.numbers-item:not(:last-child) {
		margin-bottom: 24px;
	}

	.numbers-item__title {
		margin-bottom: 8px;
	}

	.numbers-item__text br {
		display: none;
	}
}
/* End */


/* Start:/local/components/amega/empty/templates/dealer_advantages/style.css?17664026441312*/
.partners-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.partners-item {
	background: #F0F0F0;
	padding: 24px;
	text-align: center;
}

.partners-item__image {
	margin-bottom: 16px;
}

.partners-item__title {
	margin-bottom: 16px;
}

.partners-item__title::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 365px;
	margin: 20px auto 0;
	height: 1px;
	background: #C5C5C5;
}

.partners-item__text {
	margin-bottom: 20px;
}

.partners-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
}

@media (max-width: 1684px) {
	.partners-list {
		gap: 20px;
	}

	.partners-item {
		padding: 24px;
	}
}

@media (max-width: 1344px) {
	.partners-section .primary-section-title br {
		display: none;
	}

	.partners-list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.partners-item {
		min-height: 276px;
		padding: 16px;
	}

	.partners-item__title {
		margin-bottom: 20px;
	}

	.partners-item__link {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	.partners-item {
		min-height: 258px;
		padding: 16px 44px;
	}
}

@media (max-width: 767px) {
	.partners-list {
		grid-template-columns: 1fr;
	}

	.partners-item {
		min-height: 242px;
	}

	.partners-item__title {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
}
/* End */


/* Start:/local/components/amega/empty/templates/index_products/style.css?17664026441820*/
.products-index {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.product-index {
	padding: 24px;
	color: #FCFCFC;
	position: relative;
	overflow: hidden;
}

.product-index:hover {
	color: #FCFCFC;
}

.product-index:hover::after {
	background: rgba(53, 56, 66, 0.9);
}

.product-index:hover .product-index__btn {
	right: 0;
}

.product-index::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(53, 56, 66, 0.7);
	transition: 0.1s;
}

.product-index__title {
	margin-bottom: 20px;
}

.product-index__title,
.product-index__list {
	position: relative;
	z-index: 1;
}

.product-index__list {
	padding-left: 12px;
}

.product-index__list-item::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-right: 13px;
	margin-bottom: 4px;
	background: #FCFCFC;
}

.product-index__list-item:not(:last-child) {
	margin-bottom: 8px;
}

.product-index__btn {
	border-radius: 8px 0 0 0;
	background: var(--amega-primary-color, #DB1F35);
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 0;
	right: -42px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s;
}

@media (max-width: 1684px) {
	.products-index {
		gap: 20px;
	}
}

@media (max-width: 1344px) {
	.products-index {
		grid-template-columns: 1fr 1fr;
	}

	.product-index {
		padding: 16px;
	}

	.product-index__title {
		margin-bottom: 16px;
	}

	.product-index__list-item:not(:last-child) {
		margin-bottom: 4px;
	}
}

@media (max-width: 767px) {
	.products-index {
		grid-template-columns: 1fr;
	}

	.product-index__list {
		display: none;
	}

	.product-index {
		height: 141px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-index__title {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/amegazavod_new/components/bitrix/news.list/news.redesign/style.css?17664026443552*/
.news-tabs {
	display: flex;
	gap: 20px;
	margin-bottom: 32px;
}

.news-tabs__button {
	padding: 29px 23px;
	display: block;
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	border-radius: 4px;
}

.news-tabs__button.active {
	background: #C5C5C5;
	border: 1px solid #E3E4E5;
}

.tab-body {
	display: none;
}

.tab-body.active {
	display: block;
}


.news {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	border-bottom: 1px solid #E3E4E5;
}

.news:not(:last-child) {
	margin-bottom: 24px;
}

.news-date {
	display: flex;
	gap: 8px;
	font-size: 12px;
	margin-right: 50px;
}

.news-date > svg {
	flex: 0 0 24px;
}

.news-date__time {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.news-image {
	margin-right: 40px;
}

.news-image__date {
	display: none;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
}

.news-image__date > span {
	display: block;
	margin-left: 8px;
}

.news-image {
	max-width: 514px;
}

.news-image img {
	max-width: 100%;
}

.news-preview {
	max-width: 651px;
	margin-right: 20px;
}

.news-preview__title {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E3E4E5;
}

.news-link {
	margin-left: auto;
	font-size: 16px;
}

.news-show {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.news-show > a {
	width: 237px;
}


.social-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
	height: 300px;
	background: #F0F0F0;
	color: #1B1C20;
}

.social-links img {
	width: 60px;
	height: 60px;
}

.social-text {
	margin-bottom: 32px;
}

@media (max-width: 1684px) {
	.news-date {
		margin-right: 20px;
	}

	.news-image {
		margin-right: 20px;
		max-width: 414px;
	}

	.news-preview {
		max-width: 521px;
	}

	.social-links {
		gap: 20px;
	}

	.social-links a {
		height: 244px;
	}
}

@media (max-width: 1344px) {
	.news-tabs__button {
		line-height: 21px;
		padding: 27px 16px;
	}

	.news-date {
		display: none;
	}

	.news-image {
		max-width: 225px;
	}

	.news-image__date {
		display: flex;
	}

	.news-preview {
		max-width: 470px;
	}

	.news-preview__title {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.news-tabs {
		gap: 20px;
	}

	.news-show {
		justify-content: flex-start;
	}

	.news-link {
		font-size: 14px;
	}

	.social-links {
		grid-template-columns: 1fr 1fr;
	}

	.social-links a {
		height: 276px;
	}

	.social-links a:nth-child(3) {
		grid-column: 1 / 3;
	}

	.social-text {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.news-image {
		max-width: 189px;
	}

	.news-preview {
		max-width: 358px;
	}

	.news-preview__text {
		line-clamp: 3;
		-webkit-line-clamp: 3;
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	.social-links a {
		height: 212px;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.news-tabs {
		display: grid;
		gap: 8px;
	}

	.news-tabs__button {
		line-height: 22px;
		font-size: 14px;
		text-align: left;
	}

	.news {
		display: block;
		padding-bottom: 16px;
	}

	.news:not(:last-child) {
		margin-bottom: 20px;
	}

	.news-image, .news-preview {
		max-width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}

	.news-preview__title {
		padding-bottom: 0;
		margin-bottom: 16px;
		border-bottom: none;
	}

	.news-show > a {
		width: 100%;
	}

	.social-links {
		grid-template-columns: 1fr;
	}

	.social-links a {
		height: 188px;
		gap: 16px;
	}

	.social-links a:nth-child(3) {
		grid-column: 1 / 2;
	}
}
/* End */


/* Start:/local/components/amega/serial/templates/.default/style.css?17635581733149*/
.serial {
	display: grid;
	gap: 40px;
	align-items: center;
	grid-template-columns: 513px auto;
}

.serial__subtitle {
	margin-bottom: 24px;
}

.serial__list {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E3E4E5;
}

.serial__list-item {
	display: flex;
	align-items: center;
	max-width: 430px;
}

.serial__list-item:not(:last-child) {
	margin-bottom: 16px;
}

.serial__list-item > svg {
	margin-right: 16px;
}

.serial__text {
	margin-bottom: 32px;
}

.series-mobile {
	display: none;
}

.series__title {
	margin-bottom: 16px;
}

.series-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 452px;
}

.series-list__item {
	background: transparent;
	border: 1px solid #3B3F48;
	font-size: 14px;
	line-height: 110%;
	padding: 12px 28px;
	border-radius: 4px;
	height: 39px;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.1s;
}

.series-list__item:hover,
.series-list__item.active {
	background: #3B3F48;
	color: #FEFEFE;
}

.serial-player {
	position: relative;
	background-image: url(/local/components/amega/serial/templates/.default/pic/layer.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 663px;
	padding: 43px 45px 88px 44px;
}

.serial-player.play .serial-play,
.serial-player.play .serial-play-button {
	display: none;
}

.serial-play {
	position: absolute;
	bottom: 19px;
	left: 50%;
	transform: translateX(-50%);
	width: 237px;
}

.serial-play-button {
	position: absolute;
	top: 265px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	border: none;
	background: transparent;
	border-radius: 50%;
}

/*.player {
	padding: 38px 38px 89px 38px;
	width: 100%;
}*/

.player {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 1684px) {
	.serial {
		gap: 20px;
	}

	.serial-player {
		height: 459px;
		padding: 30px 38px 61px 31px;
	}

	.serial-play-button {
		top: 171px;
	}

	.serial-play {
		bottom: 6px;
	}
}

@media (max-width: 1344px) {
	.serial {
		display: block;
	}

	.serial__title br {
		display: none;
	}

	.serial__subtitle {
		margin-bottom: 20px;
	}

	.serial__list-item {
		max-width: 100%;
	}

	.serial__list {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.serial__text {
		margin-bottom: 20px;
	}

	.series {
		display: none;
	}

	.serial-player {
		margin-bottom: 20px;
		height: 597px;
		padding: 38px 39px 79px 39px;
	}

	.primary-btn {
		bottom: 20px;
	}

	.serial-play-button {
		top: calc(50% - 32px);
		transform: translate(-50%, -50%);
	}

	.series-mobile {
		display: block;
	}

	.series-list {
		max-width: 100%;
	}

	.serial-play {
		width: 183px;
	}
}

@media (max-width: 1023px) {
	.serial-player {
		height: 458px;
		padding: 30px 30px 62px 31px;
	}

	.primary-btn {
		bottom: 11px;
	}

	.series-list {
		gap: 8px;
	}
}

@media (max-width: 799px) {
	.serial__list {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.serial-player {
		height: 230px;
		width: 328px;
		padding: 9px 9px 53px 10px;
		margin: 0 auto 20px;
		background-image: url(/local/components/amega/serial/templates/.default/pic/layer-min.png);
	}

	.serial-play-button svg {
		width: 48px;
		height: 48px;
	}

	.serial-play {
		bottom: 7px;
	}

	.series-list {
		gap: 16px 8px;
	}
}

/* End */


/* Start:/local/components/amega/projects/templates/.default/style.css?17664026441001*/
.project {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.project-image img {
	max-width: 100%
}

.project-info {
	display: flex;
	flex-direction: column;
}

.project-info__title {
	margin-bottom: 24px;
}

.project-info__text {
	flex: 1;
}

.project-info__btn a {
	width: 237px;
}

@media (max-width: 1684px) {
	.project {
		gap: 20px;
		grid-template-columns: 522px auto;
	}

	.project-info__btn {
		justify-content: flex-start;
	}

	.project-info__btn a {
		width: 305px;
	}
}

@media (max-width: 1344px) {
	.project {
		grid-template-columns: 1fr 1fr;
	}

	.project-info__title {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {

	.project {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.project-info__text {
		margin-bottom: 32px;
	}

	.project-info__btn a {
		width: 225px;
	}
}

@media (max-width: 767px) {
	.project {
		gap: 16px;
	}

	.project-info__title {
		margin-bottom: 8px;
	}

	.project-info__btn a {
		width: 100%;
	}

	.base-slider-nav {
		gap: 8px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1707220285122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/amegazavod_new/components/bitrix/news.list/reviews/style.css?17664026442043*/
.slider_feedback {
	position: relative;
}

.slider_feedback .swiper-slide {
	background: #FCFCFC;
}

.slider_feedback video {
	width: 100%;
}

.slider_btns {
	display: flex;
	align-items: center;
}

.slider_btns div {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #E3E4E5;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.slider_btns div::before {
	content: "";
	background-image: url("/imgs/icons/chevron-right.svg");
	height: 24px;
	width: 24px;
}

.slider_btns .slider_btn_prev::before {
	transform: rotate(-180deg);
}

.slider_btns .slider_btn_prev {
	margin-right: 16px;
}

.slider_btns div:hover {
	background: #D7D8D8;
	cursor: pointer;
}

.slider_feed_controls {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 200;
	width: 58%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feed_fio {
	font-size: 16px;
}

.feed_company {
	font-size: 18px;
	font-weight: bold;
}

.feed_title {
	font-size: 24px;
	font-weight: bold;
}

.feed_content {
	height: 100%;
	padding-bottom: 60px;
}

.slider_feedback-pagination {
	display: none;
	justify-content: center;
	align-items: center;
}

.slider_feedback-pagination .swiper-pagination-bullet {
	background: #D7D8D8;
	width: 8px;
	height: 8px;
	opacity: 1;
}

.slider_feedback-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C5C5C5;
	width: 10px;
	height: 10px;
}

.feedback-all {
	width: 237px;
}

@media (max-width: 1684px) {
	.feedback-all {
		width: 189px;
	}
}

@media (max-width: 1344px) {
	.feedback-all {
		width: 225px;
	}
}

@media (max-width: 991px) {
	.feed_content {
		margin-top: 10px;
	}

	.slider_feed_controls {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.slider_feedback-pagination {
		display: flex;
	}

	.feed_content {
		padding-bottom: 85px;
	}

	.slider_btns {
		display: none;
	}

	.slider_feed_controls {
		display: flex;
		flex-direction: column;
	}

	.slider_feed_controls .btn {
		width: 100%;
	}

	.feedback-all {
		width: 100%;
	}
}
/* End */


/* Start:/local/components/amega/form/templates/.default/style.css?17630409486179*/
.footer-form__title {
	font-weight: bold;
	font-size: 34px;
}

.footer-form__subtitle {
	font-size: 16px;
	margin-top: 16px;
}

.primary-form__image {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.footer-form .form-control {
	border-radius: 0;
	height: 50px;
	padding: 13px 24px;
	border-color: #E3E4E5;
}

.footer-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #D7D8D8;
	background-color: transparent;
	border-width: 2px !important;
}

.footer-form .btn-brand-#919399 {
	border-radius: 4px !important
}

.footer-form .form-label {
	font-size: 16px;
}

.footer-form .form-check-input {
	background-color: #fcfcfc;
	border-color: #1B1C20;
}

.footer-form .form-check-input:focus {
	outline: none;
	box-shadow: none;
}

.footer-form .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231B1C20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.footer-form__file {
	color: #E2E2E4;
	transition: .3s;
	cursor: pointer;
	position: absolute;
	left: 24px;
	bottom: 5px;
}

.footer-form__file:hover {
	color: #DB1F35;
}

.primary-form__image img {
	width: 100%;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #919399 !important;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #919399 !important;
	opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #919399 !important;
	opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #919399 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #919399 !important;
}

.form-control::placeholder {
	color: #919399 !important;
}

.city-dropdown {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 165px;
	overflow-y: auto;
	background: #FCFCFC;
	border: 1px solid #E3E4E5;
	z-index: 10;
	font-size: 16px;
	transition: .3s;
	padding: 24px;
	margin-top: -1px;
	box-shadow: 0px 5px 5px #00000052;
}

.city-dropdown.active {
	opacity: 1;
	pointer-events: auto;
}

.city-dropdown_list {
	border-bottom: 1px solid #E3E4E5;
	margin-bottom: 8px;
}

.city-dropdown_list li {
	margin-bottom: 8px;
}

.city-dropdown_list li:hover {
	cursor: pointer;
	color: #DB1F35;
}

.footer-form .btn-brand-red.none-target {
	background: #FADDE1 !important;
	border-color: #FADDE1 !important;
	opacity: 1;
}

.footer-form .btn {
	height: 50px;
	border-radius: 4px !important;
}

.primary-form-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.primary-form-field {
	margin-bottom: 32px;
}

.primary-form-field__label {
	margin-bottom: 8px;
}

.primary-form-field__input {
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	height: 50px;
	padding: 13px 24px;
	width: 100%;
	outline: #E3E4E5;
}

.primary-form-field__textarea {
	height: 100px;
	resize: none;
}

.primary-privacy {
	margin-top: 16px;
}

.primary-checkbox {
	display: flex;
	font-size: 12px;
	line-height: 130%;
	cursor: pointer;
	margin-bottom: 32px;
}

.primary-checkbox input {
	opacity: 0;
	position: absolute;
}

.primary-checkbox input:checked + .primary-checkbox__marker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6485 7.37009C18.1172 7.86353 18.1172 8.66357 17.6485 9.15701L10.2 17L6.35147 12.9477C5.88284 12.4542 5.88284 11.6542 6.35147 11.1607C6.8201 10.6673 7.5799 10.6673 8.04853 11.1607L10.2 13.4261L15.9515 7.37009C16.4201 6.87664 17.1799 6.87664 17.6485 7.37009Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

.primary-checkbox__marker {
	display: block;
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

.primary-form__image img {
	height: 100%;
	width: 100%;
}

.privacy_box {
	color: #353842;
}

@media (max-width: 1684px) {
	.primary-form-grid {
		gap: 20px;
		grid-template-columns: 522px auto;
	}
}


@media (max-width: 1344px) {
	.primary-form-grid {
		padding-bottom: 130px;
		grid-template-columns: 1fr 1fr;
	}

	.primary-form-field {
		margin-bottom: 20px;
	}

	.f-form__message {
		margin-bottom: 0;
	}

	.primary-form-field__input:not(.primary-form-field__textarea) {
		height: 39px;
	}

	.primary-privacy {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}

	.primary-checkbox {
		margin-bottom: 32px;
	}

	#ml {
		font-size: 12px;
		min-height: auto;
	}
}

@media (max-width: 1023px) {
	.primary-form-grid {
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.primary-form-grid {
		padding-bottom: 0;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.primary-form-field {
		margin-bottom: 16px;
	}

	.f-form__message {
		margin-bottom: 8px;
	}

	.primary-privacy {
		position: static;
		font-size: 10px;
	}

	#ml {
		font-size: 10px;
	}
}
/* End */


/* Start:/local/components/amega/form/templates/modal_dealer/style.css?17635581731589*/
.modal-form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.modal-form.open {
	display: block;
}

.modal-form__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.modal-form__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
	overflow: auto;
}

.modal-form__content {
	position: relative;
	z-index: 1;
	padding: 32px;
	background: #FCFCFC;
	margin: 16px 0;
	max-width: 790px;
}

.modal-form__wrap::after,
.modal-form__wrap::before {
	content: "";
	display: block;
	flex: 1;
}

.modal-close {
	position: absolute;
	top: 32px;
	right: 32px;
	border: none;
	background: transparent;
}

.modal-form__title {
	margin-bottom: 16px;
	padding-right: 32px;
}

.modal-form__text {
	margin-bottom: 24px;
}

.modal-form .primary-form-field {
	margin-bottom: 16px;
}

.modal-form .primary-privacy {
	margin-top: 8px;
	position: static !important;
}

@media (max-width: 1344px) {
	.modal-form__content {
		padding: 20px;
		max-width: 510px;
	}

	.modal-close {
		top: 20px;
		right: 20px;
	}

	.modal-form__title {
		margin-bottom: 8px;
	}

	.modal-form__text {
		margin-bottom: 24px;
	}
}

@media (max-width: 1023px) {
	.modal-form__content {
		max-width: 398px;
	}
}

@media (max-width: 767px) {
	.modal-form__content {
		padding: 16px;
	}

	.modal-close {
		top: 16px;
		right: 16px;
	}

	.modal-form__text {
		margin-bottom: 16px;
	}

	.modal-form .primary-checkbox {
		margin-bottom: 20px;
	}
}
/* End */
/* /local/templates/amegazavod_new/css/pages/index.css?1766402644581 */
/* /local/components/amega/empty/templates/index_banner/style.css?17664026443404 */
/* /local/components/amega/numbers/templates/.default/style.css?17664026441235 */
/* /local/components/amega/empty/templates/dealer_advantages/style.css?17664026441312 */
/* /local/components/amega/empty/templates/index_products/style.css?17664026441820 */
/* /local/templates/amegazavod_new/components/bitrix/news.list/news.redesign/style.css?17664026443552 */
/* /local/components/amega/serial/templates/.default/style.css?17635581733149 */
/* /local/components/amega/projects/templates/.default/style.css?17664026441001 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1707220285122 */
/* /local/templates/amegazavod_new/components/bitrix/news.list/reviews/style.css?17664026442043 */
/* /local/components/amega/form/templates/.default/style.css?17630409486179 */
/* /local/components/amega/form/templates/modal_dealer/style.css?17635581731589 */
