/* Тема оформления "Королевский красный" */
/* Плагин RECALL */
/* WA-PRO, 2014 */

/* Контейнер окна запроса */
#recall_plugin
{
	width: 380px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

/* Шапка окна запроса */
#recall_plugin .recall_hat
{
	line-height: 30px;
	height: 30px;
	background: url('https://381bcc.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/hat.png');
	color: #ffe;
	padding-left: 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Кнопка закрытия */
#recall_plugin .recall_close
{
	width: 30px;
	height: 30px;
	float: right;
	background: url('https://b50014.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/close.png');
	cursor: pointer;
}

#recall_plugin .recall_close:hover
{
	background: url('https://c2885c.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/close_hover.png');
}

/* Рабочая область */
#recall_plugin .recall_body
{
	background: white;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* Картинка в верхней части рабочей области */
#recall_plugin .recall_header
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('https://027ef5.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/header.png');
	height: 30px;
	width: 450px;
}

/* Заголовок рабочей области */
#recall_plugin .recall_disclaimer
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* Информационное поле (описание и значение) */
#recall_plugin .recall_field
{
	clear: both;
	margin: 0;
	padding-top: 3px;
}

/* Описание поля */
#recall_plugin .recall_name
{
	float: left;
	width: 180px;
	padding-top: 0.05em;
	padding-bottom: 10px;
	font-size: 0.95em;
	color: #888;
}

/* Значение поля */
#recall_plugin .recall_value
{
	margin-left: 185px;
	margin-bottom: 5px;
	position: relative;
}

/* Значение поля c кратким описанием вопроса */
#recall_plugin .recall_value_textarea
{
	margin-left: 0px;
}

/* Значения дополнительных полей */
/* Тип RANGE */
#recall_plugin .recall_field_extra_range input
{
	width: 75px;
}

/* Тип CHECKBOX */
#recall_plugin .recall_field_extra_checkbox .recall_value_checkbox
{
	margin-bottom: 3px;
}

#recall_plugin .recall_field_extra_checkbox .recall_value_checkbox_val
{
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	margin-left: 5px;
}

/* Тип SELECT */
#recall_plugin .recall_field_extra_select select
{
	box-sizing: border-box;
	width: 160px;
	border: 1px solid #c34c53;
	outline: none;
}

/* Стили элементов textarea в форме запроса */
#recall_plugin .recall_textarea
{
	width: 345px;
	height: 120px;
	resize: none;
	border: 1px solid #c34c53;
	box-sizing: border-box;
	outline: none;
}

/* Стили элементов input в форме запроса */
#recall_plugin .recall_input_text
{
	width: 160px;
	border: 1px solid #c34c53;
	box-sizing: border-box;
	padding-left: 5px;
	background: white;
	height: 20px;
	outline: none;
}

/* Картинка в нижней части рабочей области */
#recall_plugin .recall_footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('https://9d9eaf.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/footer.png');
	height: 30px;
	width: 380px;
}

/* Кнопка отправки запроса */
#recall_plugin .recall_submit
{
	width: 300px;
	display: block;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	border-radius: 3px;
	color: white;
	border: 1px solid #a0a0a0;
	background: url('https://71bfe8.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/send.png');
}

#recall_plugin .recall_submit:hover
{
	background: url('https://614bdf.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/send_hover.png');
}

/* Текст ошибки ввода */
#recall_plugin .recall_error
{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	color: red;
	font-style: italic;
}

/* Контейнер сообщения об успешной отправке */
#recall_plugin .recall_success_container
{
	display:none;
}

/* Сообщение об успешной отправке */
#recall_plugin .recall_success
{
	color: #499756;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 20px;
}

/* Ярлык вызова окна */
.recall_deploy_window
{
	width: 30px;
	height: 200px;
	position: fixed;
	top: 100px;
	right: 0px;
	cursor: pointer;
	background: url('https://93aaf9.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/label.png');
	z-index: 9999;
}

/* Фон затенения страницы */
.b-modal
{
	background-color: #fff !important;
}

/* Кнопка отправки "Спросить о товаре" */
.recall_ask_about_the_product
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	border-radius: 3px;
	color: white;
	border: 1px solid #a0a0a0;
	background: url('https://71bfe8.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/send.png');
	text-align: center;
}

.recall_ask_about_the_product:hover
{
	cursor: pointer;
	background: url('https://614bdf.claudeassets.com/20230717015439im_/http://kupalniki.com/wa-data/public/shop/plugins/recall/themes/royalred/img/send_hover.png');
}

#recall_plugin .wa-captcha-refresh
{
	font-size: 13px;
	color: #c34c53;
}

#recall_plugin .wa-captcha input
{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	border: 1px solid #c34c53;
	outline: none;
    padding: 0px 5px !important;
    height: 23px !important;
}

#recall_plugin .wa-captcha strong
{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.recall_header_call   
{
    position: initial;
    font-size: 13px;
    font-weight: normal;
    background: none;
    padding-left: 34px;
}
/*
     FILE ARCHIVED ON 20:47:16 Oct 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:11:34 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.702
  exclusion.robots: 0.109
  exclusion.robots.policy: 0.097
  esindex: 0.011
  cdx.remote: 27.075
  LoadShardBlock: 215.018 (3)
  PetaboxLoader3.datanode: 175.372 (5)
  load_resource: 246.585
  PetaboxLoader3.resolve: 138.766
  loaddict: 36.729
*/