@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

html, body {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
body {
	font-family: "Calibri","PT Sans",sans-serif;
	background: #2E4191; /* #F3F3FF;  #ECF0FF;*/
	background-image: url(/images/header_bg_n8_7.png);
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 1.8;
}
label {
	border-bottom: dashed 1px;
	cursor: pointer;
	color: #2E4191;
	font-weight: bold;
}
a {
	color: #2E4191;
	text-decoration: none;
}

.main_wrap {
	background: white;
	width: 1160px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 370px;
	margin-bottom: 50px;
	text-align: center; 
	padding: 30px;
	padding-top: 20px; 
	/*box-shadow: 0 0 5px silver; */
	box-shadow: 0 0 35px white;
	border: solid 1px silver;
	border-radius: 30px;
}
@media (max-width: 1661px) {
	.main_wrap {
		margin-top: 270px; 
	}
}
@media (max-width: 1441px) {
	.main_wrap {
		margin-top: 235px; 
	}
}
@media (max-width: 1280px) {
	.main_wrap {
		margin-top: 215px; 
	}
}
@media (max-width: 1141px) {
	.main_wrap {
		margin-top: 190px; 
	}
}
.main_wrap_header {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 75px;
}
.main_wrap_header .wow {
	vertical-align: top;
	padding-top: 0;
}
.main_wrap .left_pan_wrap {
	display: inline-block; 
	vertical-align: top; 
	width: 65%;
}
.main_wrap .left_pan_wrap .left_pan {
	position: relative;
	padding: 5px; 
	padding-top: 0; 
	text-align: left;
}
.left_pan .pan_chap_wrap {
	margin-bottom: 30px;
}

.format_radiobtn {
	opacity: 0;
	z-index: -1;
	width: 1px;
	height: 1px;
}

input[type=range] {
	height: 10px;
}
input[type=file] {
	display: none;
}

input[type=button], input[type=submit] {
	background: rgba(46,65,145,1);
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	opacity: 1;
}
input[type=button]:hover, input[type=submit]:hover {
	opacity: 0.9;
}
input[type=submit] {
	display: none;
}
.right_pan input[type=button], input[type=submit] {
	background: #E74623;
	border: solid 2px white;
	font-weight: bold;
	font-size: 16px;
}
.left_pan input[type=button], input[type=submit] {
	background: #2E4191;
	border: solid 2px white;
	font-weight: bold;
}

.left_pan .pan_chap {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 45px; 
	padding: 15px; 
	/*background: rgba(231,70,35,0.5); */
	background: white; /* rgba(46,65,145,0.3) url(/images/bg/bg_01.png) no-repeat 0 0; */
	text-align: center; 
	font-weight: bold;
	color: #2E4191;
	border: solid 2px;
	border-radius: 0 30px 0 30px;
	text-transform: uppercase;
}

.small_link {
	text-decoration: none;
	border-bottom: dashed 1px;
	font-size: 20px;
}

.pan_chap_wrap .item_div {
	margin-bottom: 80px;
}

.item_div_inline {
	display: inline-block; 
	width: 49%;
}

.pan_chap_wrap .item_div label {
	font-size: 22px;
	text-transform: uppercase;
}
#prod_vars_wrap label {
	text-transform: none;
	font-size: 16px;
}

.item_div .item_div_desc {
	font-size: 20px;
	padding-left: 14px; 
	margin-top: 3px;
	padding-right: 10px;
}
.pars_wrap {
	margin-left: 0; 
	margin-top: 10px; 
	display: none;
	border: solid 1px silver;
	border-image: linear-gradient(0deg, #E74623, white) 1;
	border-radius: 5px;
}
.pars_wrap label {
	text-transform: none;
	font-size: 18px;
}
.station_info {
	font-size: 18px;
	font-weight: bold;
 	display: block; 
 	text-align: left;
 	vertical-align: top;
 	margin-top: 15px;
 	margin-bottom: 50px;
 	color: #E74623;
}
.station_info .info_item {
	display: inline;
	padding: 5px 10px 5px 10px;
	border: solid 1px;
	border-radius: 20px;
	margin-right: 10px;
}
.station_info .info_item:hover {
	opacity: 0.7;
	box-shadow: 0 2px 2px #2E4191;
}
.station_info p {
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
.station_info a {
	/*border-bottom: dashed 1px;*/
	color: #E74623;
	font-size: 18px;
}

.station_info .info_icon {
	height: 16px; 
	text-align: left; 
	display: inline-block;
	padding-right: 5px;
}
.station_info .info_icon img {
	height: 16px;
	margin-bottom: -2px;
}

.calc_chk {
	opacity: 0.5;
}

#calc_pre {
	/* padding-top: 10px; */
	padding-left: 10px;
	padding-right: 10px;
}
#calc_pre p {
	font-size: 16px;
}
.calc_pre_tmp {
	margin-left: 0;
	font-size: 14px;
	color: white;
	font-weight:bold;
	text-transform: uppercase;
	/* text-shadow: 2px 2px 0 black; */
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 7px;
	text-align: center;
	background: red; /*#E74623;*/
	border-radius: 30px;
}
.calc_pre_tmp span::before {
	content: '← ';
}

.pan_chap_desc {
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: -15px;
	padding-right: 10px;
}
.pan_chap_desc p {
	margin-top: 0;
}

.right_pan .pan_chap {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px; 
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px; 
	/* background: grey url(/images/bg/bg_01_3.png) no-repeat 50% 0; */
	background: white; /*#E74623;*/
	text-align: center; 
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0 black;*/
	font-weight: bold;
	color: #2E4191;
	border-radius: 0 30px 0 30px;	
	/*text-shadow: 2px 2px 0 black;*/
}

.left_pan .item_div_subwrap .icon_div {
	position: relative;
	display: inline-block; 
	vertical-align: top;
	width: 190px; 
	height: 190px; 
	cursor: pointer;
}
.left_pan .item_div_subwrap .icon_div .icon_bg{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	opacity: 0.8;
}
.left_pan .item_div_subwrap .icon_div .icon_play{
	width: 100%;
	position: absolute;
	top: 12px;
	text-align: center;
	color: white;
	font-size: 14px;
}

.left_pan .item_div_subwrap .icon_div .icon_play .icon_play_img {
	width: 72px;
	display: none;
}

.left_pan .item_div_subwrap .desc_div {
	display: inline-block; 
	width: calc(100% - 200px);
	vertical-align: top;
}
.razm_div {
	padding-left: 10px;
}
.add_razm_a {
	font-size: 16px; 
	cursor: pointer; 
	background: white; 
	color: rgba(46,65,145,1); 
	padding: 5px; 
	border: solid 1px;
	border-radius: 5px;
	font-weight: bold;
}
.add_razm_desc {
	font-size: 14px; 
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}
.add_razm_desc #min_one {
	font-weight: bold;
	color: red;
}

.tmpl_wrap {}
.tmpl_wrap_subwrap {
	padding: 15px;
	padding-top: 10px;
}

.listen_sample {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
	color: #E74623;
}

/*
.listen_sample::before {
  content: "►";
}
*/

#prod_vars_wrap {
	padding-left: 5px; 
	padding-top: 5px; 
	margin-top: 15px; 
	margin-bottom: 10px;
	font-size: 16px; 
	border: solid 1px rgba(127,127,127,0.15);
}
#prod_vars_wrap label {
	border: none;
}
#prod_vars_wrap .prod_title {
	margin-bottom: 5px;
	font-weight: bold;
}

#prod_vars_wrap .prod_desc {
	padding-left: 25px; 
	padding-bottom: 15px; 
	font-size: 16px;
}

.item_add_btn {
	text-align: center; 
	margin-bottom: 0; 
	padding-bottom: 0;
}

.tmpl_wrap_subwrap .razm_basic_dur {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tmpl_wrap_subwrap .razm_basic_title {
	font-weight: bold;
}
.rek_3rd {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rek_3rd label {
	font-weight: normal;
}

.bottom_div {	
	background: #E74623;
	background-image: url(/images/bg/bg_ryzh.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 30px; 
	border-radius: 0 0 30px 30px;
}
.bottom_div img {
	margin-top: 20px;
	opacity: 0.85;
}

.wow2 {
	margin-top: 10px;
	margin-bottom: 60px;
}
.wow2 strong {
	/*color: #E74623;*/
	color: rgba(46,65,145,1);
}

audio {
    width: 160px;
    height: 18px;
}

.item_sum {
	/*display: none;*/
}

.triarr {
	color: gold;
}

.cast_area_table td {
	border-bottom: solid 1px silver;
}
.cast_area_table_white td {
	border-bottom: solid 1px rgba(255,255,255,0.6);
}

#calc_pre_sum {
	font-size: 20px;
}
.calc_item_div {
	padding: 10px;
	background: rgba(255,255,255,0.9);
	color: #2E4191;
	border-radius: 0 10px 0 10px;
	margin-bottom: 10px;
}
.calc_item_div p {
	margin-top: 0;
}
.calc_item_div p.calc_item_div_del_wrap {
	margin-top: -30px;
}
.calc_item_div_del {
	cursor: pointer; 
	color: white; 
	background: brown; 
	padding: 2px 6px 2px 6px; 
	border-radius: 0 0 0 0;
}
.calc_item_div_del::before{
	content: 'X';
}
.add_razm_div {
	text-align: left;
}

#razm_seas {
	text-align: left;
}
.sum_invis {
	font-weight: bold;
}
#basic_price {
	font-weight: bold;
}

.splash_invis {
	display: none;
	opacity: 0;
}
.splash_vis {
	display: block;
	opacity: 1;
}

#splash_center_bg {
 	position: fixed; 
 	top: 0; 
 	left: 0; 
 	width: 100%; 
 	height: 100%; 
 	background: rgba(0, 0, 0, 0.4);
}

#splash_center_wrap {
	position: fixed; 
	top: 30px; 
	width: 1135px; 
	left: calc((100% - 1170px) / 2); 
	height: calc(100% - 100px); 
	background: white; 
	border-radius: 30px; 
	box-shadow: 0 0 25px white; 
	border: solid 2px #2E4191; 
	padding: 15px;
}

#splash_center_title_wrap {
	position: relative; 
	background: #2E4191; 
	padding: 5px; 
	padding-left: 10px; 
	border-radius: 30px;
}

#splash_center_title {
	color: white; 
	font-weight: bold; 
	text-transform: uppercase;
}

#splash_center_title_close {
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 45px; 
	height: 45px; 
	background: white; 
	color: #2E4191; 
	text-align: center; 
	border-radius: 30px; 
	border: solid 3px; 
	font-size: 24px; 
	font-weight: bold; 
	margin-top: -6px; 
	cursor: pointer;
}

#splash_center_content {
	margin-top: 20px; 
	margin-bottom: 30px; 
	height: calc(100% - 160px); 
	overflow: auto;
}

#splash_center_buttons {
	position: relative; 
	text-align: center; 
	margin-top: 20px;
}
#splash_center_buttons .small_link {
	display: inline-block; 
	/* margin-right: 100px; */
	border-bottom: none; 
	cursor: pointer;
	text-transform: uppercase;
}
#splash_center_buttons #item_submit {
	display: none; 
	margin-left: 100px; 
	font-weight: bold; 
	text-transform: uppercase;
}






#splash_right_bg {
 	position: fixed; 
 	top: 0; 
 	left: 0; 
 	width: 100%; 
 	height: 100%; 
 	background: rgba(255, 255, 255, 0.7);
}

#splash_right_wrap {
	position: fixed; 
	top: 0;
	right: 0;
	width: 450px; 
	height: 100%; 
	background: white; 
	box-shadow: 0 0 45px black; 
	border-left: solid 2px #2E4191; 
	padding: 15px;
}

#splash_right_title_wrap {
	position: relative; 
	background: #2E4191; 
	padding: 5px; 
	padding-left: 10px; 
	border-radius: 30px;
}

#splash_right_title {
	color: white; 
	font-weight: bold; 
	text-transform: uppercase;
}

#splash_right_title_close {
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 45px; 
	height: 45px; 
	background: white; 
	color: #2E4191; 
	text-align: center; 
	border-radius: 30px; 
	border: solid 3px; 
	font-size: 24px; 
	font-weight: bold; 
	margin-top: -6px; 
	cursor: pointer;
}

#splash_right_content {
	margin-top: 15px; 
	margin-bottom: 20px; 
	height: calc(100% - 160px); 
	overflow: auto;
}

#splash_right_buttons {
	position: relative; 
	text-align: center; 
	margin-top: 0;
}
#splash_right_buttons .small_link {
	display: inline-block; 
	/* margin-right: 100px; */
	border-bottom: none; 
	cursor: pointer;
	text-transform: uppercase;
}
#splash_right_buttons .a_btn {
	margin-left: 0; 
	font-weight: bold; 
	text-transform: uppercase;
}
#splash_right_buttons #item_submit {
	display: none; 
	margin-left: 100px; 
	font-weight: bold; 
	text-transform: uppercase;
}







#bottom_info {
	margin-top: 0; 
	text-align: left; 
	opacity: 1; 
	font-size: 20px;
}
#bottom_info .station_info {
	margin-top: 35px;
	margin-bottom: 20px;
}
#bottom_info .station_info .info_item{
	color: white;
	background: white;
}



.calc_item_div_del_wrap {
	text-align: right; 
	margin-top: -30px; 
	margin-bottom: 0; 
	border-bottom: solid 1px navy;
}


.a_btn {
	background: #E74623;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	opacity: 1;
}
.a_btn:hover {
	opacity: 0.9;
}
#calc_cnt {
}
#splash_bottom {
	position: fixed; 
	max-width: 450px; 
	right: 0; 
	bottom: 0; 
	background: white; 
	padding: 20px 10px 20px 20px; 
	border-radius: 10px 0 0 0; 
	box-shadow: 0 0 20px rgba(0,0,0,0.6); 
	text-transform: uppercase; 
	font-weight: bold;
	text-align: right;
}
#splash_bottom_msg {
	margin-bottom: 20px; 
	color: #E74623;
}
