.banner-title-form-y {
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    top: 50px;
    font-family: 'solomon_sans_regular';
    font-size: 18px;
    color: #FFFFFF;
    background: #2EAE3D;
}

@font-face {
  font-family: 'solomon_sans_regular';
  src: url("../font/solomon_sans_normal-webfont.eot");
  src: url("../font/solomon_sans_normal-webfont.eot?#iefix") format("embedded-opentype"), url("../font/solomon_sans_normal-webfont.woff2") format("woff2"), url("../font/solomon_sans_normal-webfont.woff") format("woff"), url("../font/solomon_sans_normal-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }


.banners-wrap {
  width: 1020px;
  margin: 60px auto; }

.banner {
  position: relative;
  cursor: pointer;
  margin-top: 20px; }

.banner-title {
  position: absolute;
  left: 20px;
  top: 50px;
  font-family: 'solomon_sans_regular';
  font-size: 18px;
  color: #323232; }
  .banner-title h2 {
    color: #2c3e6f;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase; }
  .banner-title p {
    margin-top: 5px;
    font-weight: 600; }

.banner-descr {
  margin-top: 15px;
  display: none; }
  .banner-descr h4 {
    color: #323232;
    font-size: 18px; }

.banner-descr-buttons {
  margin-top: 30px;
  text-align: center; }
  .banner-descr-buttons a {
    display: inline-block;
    vertical-align: middle;
    width: 356px;
    height: 40px;
    line-height: 36px;
    margin: 0 20px;
    border: 2px solid #2c3e6f;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e6f;
    -webkit-transition: .5s;
    transition: .5s; }
    .banner-descr-buttons a:hover {
      background-color: #2c3e6f;
      color: #fff; }

.banner-form {
  width: 770px;
  margin: 0 auto;
  margin-top: 35px;
  padding: 25px 20px;
  border-top: 4px solid #2c3e6f;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.35);
  display: none; }
  .banner-form h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e6f;
    text-align: center; }
  .banner-form label,
  .banner-form input,
  .banner-form textarea {
    display: block; }
  .banner-form label {
    margin-top: 15px;
    font-size: 14px;
    color: #232323; }
    .banner-form label span {
      color: #b31616; }
  .banner-form input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 5px;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #323232; }
  .banner-form textarea {
    width: 100%;
    height: 160px;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #323232; }
  .banner-form button {
    display: block;
    width: 356px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #2c3e6f;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff; }
  .banner-form .select-container {
    position: relative;
    margin-top: 15px; }
    .banner-form .select-container p {
      font-size: 14px;
      color: #232323; }
      .banner-form .select-container p span {
        color: #b31616; }
    .banner-form .select-container:before {
      content: "";
      width: 38px;
      height: 38px;
      position: absolute;
      right: 0;
      top: 21px;
      background: url(../images/arrow.png) no-repeat center center #2c3e6f;
      border: 1px solid #2c3e6f;
      pointer-events: none; }
    .banner-form .select-container .drop-list {
      position: static;
      top: 100%;
      width: 690px;
      z-index: 1;
      max-height: inherit;
      padding-left: 0;
      border-bottom: none;
      border-top: none; }
      .banner-form .select-container .drop-list li {
        padding-left: 10px;
        border-bottom: 1px solid #acacac; }
      .banner-form .select-container .drop-list:before {
        display: none; }

		
		
.styled-filebutton {
  margin-top: 15px; }
  .styled-filebutton p {
    font-size: 14px;
    color: #232323; }
    .styled-filebutton p span {
      color: #b31616; }
  .styled-filebutton label {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    margin-top: 5px;
    border: 1px solid #acacac;
    color: #acacac;
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    cursor: pointer; }
    .styled-filebutton label:after {
      content: "";
      width: 38px;
      height: 38px;
      position: absolute;
      right: -1px;
      top: -1px;
      background: url(../images/file.png) no-repeat center center #2c3e6f;
      border: 1px solid #2c3e6f; }

input[type="file"] {  
	display: none; 
}

/* Poehali modal */
body.catalog-detail-sku-modal-open {
	overflow: hidden;
}

.poehali-modal.hidden{display:none!important;}
.poehali-modal{position:fixed;inset:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:16px;padding-top:max(16px, var(--header-height, 80px));}
.poehali-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);}
.poehali-modal__dialog{position:relative;z-index:1;width:100%;max-width:920px;max-height:calc(100vh - 32px);overflow:visible;padding:0;background:#fff;color:#232323;box-shadow:0 12px 48px rgba(0,0,0,.22);border-radius:12px;}
.poehali-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;font-size:24px;line-height:1;color:#555;cursor:pointer;background:transparent;border:0;}
.poehali-modal__title{padding:18px 52px 14px 20px;font-weight:500;font-size:18px;line-height:1.2;border-bottom:1px solid rgba(0,0,0,.08);}
.poehali-modal__body{height:min(75vh,720px);overflow:auto;-webkit-overflow-scrolling:touch;}
.poehali-modal__body .banner-form{display:block !important; width:auto; max-width:820px; margin:0 auto; box-shadow:none; border-top:0 !important;}
.poehali-modal__body .banner-descr{display:block !important;}
.poehali-modal__body .banner-form h4{color:var(--white_text_black,#232323);}

/* Убрать legacy-синие квадраты у select и file input в модалке */
.poehali-modal .select-container:before,
.poehali-modal .styled-filebutton label:after{display:none !important;}

/* Aspro-like controls inside modal */
.poehali-modal .btn.btn-default,
.poehali-modal input.btn.btn-default,
.poehali-modal button.btn.btn-default,
.poehali-modal .banner-form button,
.poehali-modal .banner-form button.submit{
	display:block;
	width:auto;
	min-width:200px;
	max-width:100%;
	height:auto;
	line-height:1.47;
	margin:20px auto 0;
	padding:12px 24px;
	background:#921a1d !important;
	border:1px solid #921a1d !important;
	color:#fff !important;
	font-size:.9375rem;
	text-transform:none;
	border-radius:var(--theme-button-border-radius,8px);
	cursor:pointer;
}
.poehali-modal .btn.btn-default:hover,
.poehali-modal input.btn.btn-default:hover,
.poehali-modal button.btn.btn-default:hover,
.poehali-modal .banner-form button:hover,
.poehali-modal .banner-form button.submit:hover{
	background:#7b1518 !important;
	border-color:#7b1518 !important;
	color:#fff !important;
}

/* Ошибки валидации в модалке */
.poehali-modal .alx_feed_back_form_error_block{
	margin:0 0 16px;
	padding:12px 16px;
	background:#fff5f5;
	border:1px solid #ffd6d6;
	border-radius:var(--theme-button-border-radius,8px);
}
.poehali-modal .alx_feed_back_form_error_block table,
.poehali-modal .alx_feed_back_form_error_block tbody,
.poehali-modal .alx_feed_back_form_error_block tr,
.poehali-modal .alx_feed_back_form_error_block td{
	display:block;
	width:100%;
}
.poehali-modal .alx_feed_back_form_error_pic{
	display:none;
}
.poehali-modal .alx_feed_back_form_title_error{
	font-weight:500;
	margin-bottom:6px;
	color:#a90000;
}
.poehali-modal .alx_feed_back_form_error_text{
	color:#ff4f64 !important;
	font-size:13px;
	line-height:1.4;
	margin-top:4px;
	white-space:normal;
}
.poehali-modal .alx_feed_back_form_error_pole .alx_feed_back_form_inputtext,
.poehali-modal .alx_feed_back_form_error_pole textarea,
.poehali-modal .alx_feed_back_form_error_pole .styled-filebutton label{
	border-color:#ff4f64 !important;
}

/* Поля формы — как form-control Aspro */
.poehali-modal .banner-form input.alx_feed_back_form_inputtext,
.poehali-modal .banner-form textarea,
.poehali-modal .banner-form .select-container input.element{
	width:100%;
	height:44px;
	line-height:1.47;
	margin-top:5px;
	padding:6px 16px;
	font-size:.9375rem;
	color:var(--input_color,#232323);
	background:var(--input_bg_color,#fff);
	border:1px solid var(--input_border_color,#dadada);
	border-radius:var(--theme-button-border-radius,8px);
	box-shadow:none;
}
.poehali-modal .banner-form textarea{
	height:auto;
	min-height:96px;
	padding-top:10px;
	line-height:1.47;
}

/* File input — без синего квадрата, в стиле uploader Aspro */
.poehali-modal .styled-filebutton label{
	width:100%;
	height:44px;
	line-height:42px;
	margin-top:5px;
	padding:0 16px 0 47px;
	border:1px solid var(--input_border_color,#dadada);
	border-radius:var(--theme-button-border-radius,8px);
	background:var(--input_bg_color,#f8f8f8);
	color:var(--secondary,#999);
	font-size:.9375rem;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}
.poehali-modal .styled-filebutton label:before{
	content:"";
	position:absolute;
	left:16px;
	top:50%;
	width:16px;
	height:16px;
	margin-top:-8px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M9.5 1v7.29l2.15-2.15 1.06 1.06L8 11.16 3.29 6.45l1.06-1.06L6.5 8.29V1h3zM2 13v1h12v-1H2z'/%3E%3C/svg%3E") center no-repeat;
}
.poehali-modal .styled-filebutton label.is-filled,
.poehali-modal .banner-form .styled-filebutton label.is-filled,
.banner-form .styled-filebutton label.is-filled{
	color:var(--input_color,#232323) !important;
	text-decoration:none !important;
	font-weight:400;
}

/* Категория — dropdown как у Aspro (специфичность выше component theme4/style.css) */
.poehali-modal .poehali-modal__body .banner-form .select-container,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select{
	position:relative;
	z-index:1;
	margin-top:15px;
}
.poehali-modal .poehali-modal__body .banner-form .select-container.is-open,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select.is-open{
	z-index:20;
}
.poehali-modal .poehali-modal__body .banner-form .select-container input.element,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select input.element{
	cursor:pointer;
	padding-right:44px;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 16px center;
	background-color:var(--input_bg_color,#fff);
}
.poehali-modal .poehali-modal__body .banner-form .select-container.is-open input.element,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select.is-open input.element{
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M1 5l4-4 4 4' stroke='%23666' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.poehali-modal .poehali-modal__body .banner-form .select-container .drop-list,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select .drop-list{
	display:none !important;
	position:absolute !important;
	left:0 !important;
	right:0 !important;
	top:100% !important;
	margin:4px 0 0 !important;
	padding:8px !important;
	list-style:none !important;
	width:auto !important;
	max-height:240px !important;
	overflow:auto !important;
	background:var(--card_bg_black,#fff) !important;
	border-radius:var(--theme-button-border-radius,8px) !important;
	box-shadow:0 5px 30px rgba(34,34,40,.12) !important;
	border:0 !important;
	z-index:30 !important;
}
.poehali-modal .poehali-modal__body .banner-form .select-container.is-open .drop-list,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select.is-open .drop-list{
	display:block !important;
}
.poehali-modal .poehali-modal__body .banner-form .select-container .drop-list li,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select .drop-list li{
	padding:9px 16px 10px !important;
	margin:0 !important;
	border:0 !important;
	border-bottom:0 !important;
	border-radius:var(--theme-button-border-radius,8px) !important;
	font-size:.9375rem !important;
	line-height:1.47 !important;
	color:var(--white_text_black,#232323) !important;
	cursor:pointer !important;
	white-space:nowrap !important;
	overflow:hidden !important;
	text-overflow:ellipsis !important;
	list-style:none !important;
}
.poehali-modal .poehali-modal__body .banner-form .select-container .drop-list li:hover,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select .drop-list li:hover{
	background:var(--card_bg_hover,#f5f5f5) !important;
}
.poehali-modal .poehali-modal__body .banner-form .select-container .drop-list:before,
.poehali-modal .poehali-modal__body .banner-form .select-container.poehali-aspro-select .drop-list:before{
	display:none !important;
}

.banners-wrap,
.banners-wrap img {
	max-width: 100%;
}
@media screen and (max-width:767px) {
	.banner-title {
		top: 20px;
		width: 100%;
		max-width: calc(100% - 175px);
	}

	.banner-title h2 {
		font-size: 20px;
	}
	.banner-title p {
		font-size: 16px;
	}
	.banner-form {
		max-width: 95%;
	}
}
@media screen and (max-width:620px) {
	.banners-wrap img  {
		max-width: none;
		position: absolute;
		right: -50px;
		top: 0;
		height: 100%;
	}
	.banner-button {
		overflow: hidden;
		position: relative;
		height: 140px;
	}
	.show-form-button,
	.banner-descr-buttons a {
		max-width: 90%;
		margin: 0;
	}
	.banner-title p br {
		display: none;
	}
	.banner-title {
		top: 20px;
		width: 100%;
		max-width: calc(100% - 146px);
	}
}
@media screen and (max-width:440px) {
	.banners-wrap img {
		right: -80px;
	}
}
@media screen and (max-width:390px) {
	.banners-wrap img {
		right: -112px;
	}
	.banner-title h2 {
		font-size: 18px;
	}
	.banner-button {
		height: 150px;
	}
	.banner-title {
		max-width: calc(100% - 105px);
	}
}