.cat-text-section h2:first-child {
	border-top: 4px solid var(--rfs-blue);
  border-bottom: 1px solid var(--rfs-cool-gray);
  padding: 12px 0;
  margin: 0 0 12px 0;
}

.g-sticker-custom {
	background-color: unset;
}

.subscribe-section__main .b-check-row__label p {
	margin: 0;
	font-size: 14px;
}

.subscribe-section__main .b-check-row__label .b-check-row__text {
	font-size: 14px;
}


.basket_prop_CHILD_ID,
.basket_prop_TEXT_PRICE,
.basket_prop_PRINT_ID,
.basket_prop_COLOR,
.basket_prop_COLOR_NAME,
.basket_prop_KANT_COLOR,
.basket_prop_CAPTAIN_PRICE,
.basket_prop_PRINT_CAPTAIN_ID,
.basket_prop_CHEST_PRICE,
.basket_prop_PRINT_CHEST_ID,
.basket_prop_SLEEVES_PRICE,
.basket_prop_PRINT_SLEEVES_ID,
.basket_prop_PIC {
  display: none !important;
}






.b-popup-window__content-russia, .b-popup-window__content-other {
	display: none;
}













.product .data .options .color_name > a::before {
  background: unset !important;
}

.b_constr_field_1_with_2 > .b-product__construct-form-field_1 {
	width: 34%;
  float: left;
  padding: 0 9px;
}

.b_constr_field_1_with_2 > .b-product__construct-form-field_1 > .b-form-row{
	margin-bottom: 0;
}


/****** ЦВЕТ 1 *********************/


.mini_modal
{
    position: absolute;
    z-index: 999;

    display: none;
}
/*
.product .data .options {
	padding-left: 10px;
    padding-bottom: 10px;
}*/
.product .data .options .option {
	display: flex;
}

.product .data .options .color_img
{
    margin-right: 11px;
}

.product .data .options .color_img .color_block_selected
{
    display: block;

    width: 46px;
    height: 46px;

    border-radius: 3px;
	
	outline: 1px solid #e2e5e7;
}

.product .data .options .color_name
{
    width: 209px;
}

.product .data .options .color_name > a
{
    color: #333;
  /*  font: 300 15px/43px 'FuturaFuturisc', Helvetica, Arial, sans-serif; */
	font-weight: 300;
	font-size: 15px;
	line-height: 43px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 46px;
    padding: 0 46px 0 19px;

    white-space: nowrap;
    text-decoration: none;

    border-radius: 3px;
    border: 1px solid #e2e5e7;
	background: white;
}

.product .data .options .color_name > a:before
{
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;

    display: block;

    width: 36px;
    height: 36px;

    content: '';

    border-radius: 0;
    background: #fff;
}

.product .data .options .color_name > a:after
{
    position: absolute;
  z-index: 9;
  top: 43%;
  right: 16px;
  display: block;
  width: 12px;
  height: 11px;
  margin-top: -19px;
	
	
		content: "▼";
	  font-size: 13px;

}

.product .data .options .color_name > a:hover:after,
.product .data .options .color_name > a.active:after
{
    border-color: gray;
}



.color_mini_modal
{
    color: #333;
 /*   font: 300 14px/20px 'FuturaFuturisc', Helvetica, Arial, sans-serif; */
	font-weight: 300;
	font-size: 15px;
	
	
	
    width: 210px;
    margin-top: 5px;
    padding: 14px 18px;

    white-space: nowrap;
    
    border-radius: 3px;
   border: 1px solid #e2e5e7;
    box-shadow: 0 24px 35px rgba(0,0,0,.15);
	
	overflow-y: scroll;
	max-height: 189px;
	background: white;
}

.color_mini_modal img
{
    display: inline-block;

    width: 20px;
    margin-right: 6px;

    vertical-align: top;

    border-radius: 0%;
}

.color_mini_modal .item
{
    cursor: pointer;
}

.color_mini_modal .item + .item
{
    margin-top: 7px;
}


.color_mini_modal .color_block {
	    display: inline-block;
    width: 20px;
    margin-right: 6px;
    vertical-align: top;
    border-radius: 0%;
	height: 20px;
	outline: 1px solid #e2e5e7;
}


.b-form-row-captcha {
	height: 105px !important;
}

.b-form-row-captcha > .captcha-container{
	height: 105px !important;
}  
  
  

/**************************** ЦВЕТ 2 *********************


.product .item_colors input[type=radio]{
    display: none;
}

.product .item_colors label{
    display: block;
    float: left;

    height: 36px;
  margin-left: 12px;
  padding: 2px;

    color: #404040;
    font: 12px/29px Open Sans;

    border: 1px solid #dedede;

    cursor: pointer;
    transition: border-color .2s linear;
}

.product .item_colors label img{
    display: block;
}

.product .item_colors .color label{
    padding: 0;

    border: none;
    outline: 1px solid #fff;
    outline-offset: 2px;

    transition: outline-color .2s linear;
}

.product .item_colors .color label:hover{
    outline-color: #dedede;
}

.product .item_colors input[type=radio]:checked + label{
    border-color: #808080;
    outline-color: #808080;
}

*/


.product .form_variant_2 .data .options .color_name > a {
	height: 35px;
	line-height: 31px;
	padding-left: 10px;
	background: white;
}

.product .form_variant_2 .data .options .color_name > a::after {
	top: 60%;
	right: 10px;
}

.product .form_variant_2 .data .options .color_img .color_block_selected {
	width: 33px;
  height: 33px;
  margin-top: 1px;
}

.product .form_variant_1 .data .options_title,
.product .form_variant_2 .data .options_title {
	color: grey;
	font-size: 13px;
}


.product .form_variant_1 .data .options_title{
	padding-bottom: 3px;
}

.product .form_variant_2 input[type="text"].prod_pic {
	height: 35px;
  width: 68px;
  font-size: 14px;
  text-align: center;
  margin-top: 21px;
  padding: 4px;
}

.product .form_variant_2 .data .options .color_name {
  width: 140px;
}

.product .form_variant_2 .form_variant_mb_2 {
	display: flex;
}

.product .form_variant_2 .data {
	width: auto;
	margin-right: 12px;
}

.product .b_constr_field_1_with_2, .product .form_variant_2 {
	padding-left: 28px;
}

/***********************************************************/
.product_popup .product__section {
  padding: 20px 14px;
}

.add_text_popup .form_variant_1 .data .options .color_name {
  width: 195px;
}

.add_text_popup .form_variant_2 .product__construct-form-field_2 {
	width: auto;
}

.add_text_popup .form_variant_2 .form_variant_mb_2 {
	flex-wrap: wrap;
}

.print_note {
	margin-bottom: 5px; 
	padding-left: 5px;
	font-weight: 600;
}






@media only screen and (max-width: 620px) {
  .add_colors_text .product__construct-form {
    display: flex;
    flex-direction: column;
  }
  
  .b_constr_field_1_with_2 > .b-product__construct-form-field_1 {
	  width: 100%;
	  max-width: 277px;
	  padding: 0 0 0 0px;
	}
	
	.product .form_variant_1 .data .options_title{
		padding-left: 10px;
	}
	
	.b-size-chart-nav > .b-size-chart-nav__col {
		width: 100%;
	}
	
	
	.b-size-table-wrapper > table th, .b-size-table-wrapper > table td {

	  word-wrap: break-word;
	}
}



@media only screen and (max-width: 560px) {
  .product .form_variant_2 .form_variant_mb_2 {
    flex-wrap: wrap;
  }
  
  .form_variant_mb_2 .b-product__construct-form-field_2 {
	  margin-bottom: 0;
  }
  
  .form_variant_mb_2 .b-product__construct-form-field_2 > .b-form-row {
	  
	   margin-bottom: 0;
  }
  
  .b-size-chart__inner .b-size-chart__aside {
		width: 49%;
		margin: 0 auto 15px;
	}
	
	.b-size-chart__content {
	  float: none;
	  width: 100%;
	}
	
}








#perc_menu, .perc_menu_nav {
	display: none;
}

@media (max-width: 1199px) {
	#perc_menu, .perc_menu_nav {
		display: block;
	}

	
}

.pers_product .product-gallery__item-inner {
	height: 752px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pers_product .product-gallery__item-inner img {
	display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pers_detail_content .additional-catalog-section {
	margin-bottom: 20px;
}

.js-main-constructor-categories-list {
	display:none;
}

.js-main-constructor-categories-list.is-active {
	display:block;
}



.product-popup > .main-constructor-section {
	margin-bottom: 0;
}


@media (min-width: 1200px) {
  .product-popup > .main-constructor-section .product-gallery__item-inner {
    height: 560px;
  }
}

.uniform .jq-selectbox__dropdown ul {
	max-height: 255px;
  overflow-y: auto;
  padding-right: 10px;
}

.add_text_uniform_inner {
	display:none;
}

.subscribe-section .abs_error {
	position: absolute;
	  bottom: 0px;
	  font-size: 11px;
	  color: red;
}

@media (max-width: 1199px) {
	.subscribe-section .abs_error {
		  position: relative;
		  bottom: 3px;
	}
}


@media (min-width: 1200px) {
	.nav .nav__main .cat_1329 .nav__groups{
		grid-template-columns: repeat(2, minmax(1px, 1fr));
	}
	
	.nav .nav__main .cat_1329 .js-nav-group    
	{
		margin-bottom: 0;
	}
	
	.nav .nav__main .cat_1329 .nav__group-title {
		font-size: 15px;
		margin-bottom: 5px;
	  }
}


.nav .cat_1329 .nav__group-title-link img {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	padding: 2px 0;
	object-fit: contain;
}



@media (max-width: 1199px) {
  .cat_1329 .nav__group-title-link {
    justify-content: unset;
  }
}

.subscribe-section #EMAIL-error {
	display: none !important;
}

.b-check-row-step-2 {
	max-width: 806px;
    margin: 25px auto;
}

.b-form-group__col .b-check-row.b-check-row_61 {
	margin-top: 5px;
}


.subscribe-section label.error {
	color: white;
}


.admin_mode .js-catalog-slider .swiper-wrapper > div:not(.swiper-slide) {
	display: flex;
}

.admin_mode .js-catalog-slider .swiper-wrapper > div > div:not(.swiper-slide, .js-item) {
	display: flex;
}

.admin_mode .js-catalog-slider .swiper-wrapper > div:not(.swiper-slide) .item__images-wrapper,
.admin_mode .js-catalog-slider .swiper-wrapper > div > div:not(.swiper-slide, .js-item)  .item__images-wrapper{
	height: 300px;
}

.product-gallery__item .product-gallery__item-inner > div:hover {
	cursor: pointer;
}

html:not(.is-touch) .footer__nav .login_footer_link:hover {
  color: var(--rfs-gold);
  cursor: pointer;
}







#personal_page {
	background-image: url('../images/bg_match_unauth.jpg');
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
	
	display: flex;
    justify-content: center; /* центрирование по горизонтали */
    align-items: center; 
}

#personal_page .header, #personal_page .footer, #personal_page .subscribe-section {
	display: none !important;
}

#personal_page  .content {
	flex-grow: unset;
}

#login_match {
	width: 340px;
    margin: auto;
	height: 200px;
}

#login_match .form_row {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}

#login_match .form_row > input {
	width: 260px;
}

#login_match .form_row > label{
	font-size: 18px;
	margin-right: 10px;
    white-space: nowrap;
}

#login_match  .account_field__title {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

#login_match  .account_field__login_btn {
	text-align: center;
	margin-top: 15px;
}

#login_match .g-btn {
    height: 45px;
}


.b-basket__body_specs td {
	white-space: break-spaces;
	padding: 11px 23px 10px;
}


@media (max-width: 1199px) {
  .b-basket__body_specs td {
		padding: 0 0px 10px;
	}
}

.is-filled .filter-btn__label  {
	display: none;
}



.yandex-pay-badge {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

@media (max-width: 1199px) {
	.yandex-pay-badge {
		margin-bottom: 6px;
	}
}


.ya-pay-widget {
	max-width: 400px !important;
	margin-bottom: 20px;
}


.pay_block_24 .b-check-row__aside img, .pay_block_26 .b-check-row__aside img {
  height: 33px;
  margin-top: 2px;
  margin-right: -2px;
}

@media (max-width: 768px) {	
	.pay_block_24 .b-check-row__aside img, .pay_block_26 .b-check-row__aside img {
	  height: 29px;
	}

}




.basket-new__data-row-text {
  display: inline-block;
  margin-right: 0.3em;
}

.basket-new__data-row strong[data-column-property-code] {
  display: inline-block;
  -webkit-text-fill-color: currentColor !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* ===== Бегущие строки (промо-ленты): главная («Создай свою форму») + карточка товара с нанесением, см. local/marquee.php ===== */
@keyframes mq-ltr { from { transform:translate3d(-50%,0,0); } to { transform:translate3d(0,0,0); } }
.mq-band { overflow:hidden; }
.mq-band_blue { background:#104471; color:#FFFFFF; }
.mq-band_white { background:#FFFFFF; color:#104471; border-top:1px solid rgba(16,68,113,0.14); border-bottom:1px solid rgba(16,68,113,0.14); }
.mq-band_main { padding:14px 0; }
.mq-band_main.mq-band_white { padding:13px 0; }
.home-constructor-section .mq-band_blue { margin-bottom:6px; }
.home-constructor-section + .mq-band_white { margin-top:calc(var(--mb-60) * -1); }
.mq-band_card { padding:8.5px 0; margin:-20px -24px 20px; border-radius:4px 4px 0 0; }
.mq-band_card .mq-group { gap:29px; padding-right:29px; font-size:12px; line-height:1; }
.mq-band_card .mq-ball { width:12px; height:12px; }
.mq-row { display:flex; width:max-content; animation:mq-ltr 60s linear infinite; }
.mq-band_white .mq-row { animation-duration:76s; }
.mq-band_card .mq-row { animation-duration:44s; }
.mq-group { display:flex; align-items:center; gap:48px; padding-right:48px; white-space:nowrap; font-family:Helvetica,Arial,sans-serif; font-size:20px; font-weight:800; letter-spacing:0.1em; }
.mq-band_white .mq-group { font-size:19px; }
.mq-ball { border-radius:50%; width:20px; height:20px; object-fit:cover; flex:none; transform:scale(1.25); box-shadow:0 0 0 0.375px currentColor inset; }
@media (max-width: 1199px) { .mq-band_card { margin:-15px -15px 15px; } }
@media (prefers-reduced-motion: reduce) { .mq-row { animation:none; } }

/* Главная: конструктор формы перенесён под карточки команд — отступы сверху и снизу по 30px (2026-09-14) */
.main-slider-wrapper + .home-constructor-section { margin-top: calc(var(--mb-60) / -2); }
.home-constructor-section + .mq-band_white { margin-bottom: calc(var(--mb-60) / 2); }
