@font-face {
    font-family: OpenSans_Regular; 
    src: url(../fonts/OpenSansRegular.ttf); 
}
@font-face {
    font-family: OpenSans_Bold; 
    src: url(../fonts/OpenSansBold.ttf); 
}
@font-face {
    font-family: OpenSans_Light; 
    src: url(../fonts/OpenSansLight.ttf); 
}
body {
	margin: 0;
	padding: 0;
	font-family: OpenSans_Regular; 
	background-color: #000;
	color: #fff;
}
a {
	text-decoration: none;
}
img {
	border-style: none;
}
table {
	border-spacing: 0;
	padding: 0;
}
#top_line {
	border-bottom: 5px solid #e9aa00;
	padding: 10px;
	text-align: center;
}
#top_line table {
	width: 90%;
	margin: 0 auto;
}
#top_line td {
	vertical-align: middle;
}
img.top_icons {
	display: inline-block;
	width: 32px;
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
}
img.top_icons:hover {
	border: 1px solid #c32329;
}
img.place_icon {
	width: 35px;
}
#top_line span {
	display: block;
	padding-top: 2px;
	float: right;
	padding-bottom: 2px;
	font-size: 22px;
	border-bottom: 3px dotted #e9aa00;
}
div.aling_left {
	text-align: left;
}
div.aling_right {
	text-align: right;
}
#top_bg {
	background: url(../images/top_bg.png) no-repeat;
	background-size: 100%;
	text-align: center;
	/*padding: 10px 0 15px 0;*/
	/*border: 1px solid #fff;*/
}
#top_bg img {
	width: 35%;
}
#top_menu {
	background-color: #c32329;
	text-align: center;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li{
	display: inline-block;
	margin: 2px 1px 2px 1px;
}
a.regular {
	display: inline-block;
	padding: 14px 30px 14px 30px;
	color: #fff;
    font-family: OpenSans_Bold;
	font-size: 24px;
	transition: 0.4s;
}
a.regular:hover {
	background-color: #000;
	color: #c32329;
	transition: 0.4s;
}
a.active {
	display: inline-block;
	padding: 14px 30px 14px 30px;
	background-color: #000;
	color: #c32329;
    font-family: OpenSans_Bold;
	font-size: 24px;
	transition: 0.4s;
}
#content {
	text-align: center;
	padding: 20px 0 0 0;
}
div.top_text {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 120px 0 120px 0;
	background: url(../images/top.png) no-repeat;
	background-size: 100%;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px black;
}
.top_text span {
	color: #c32329;
	font-size: 23px;
    font-family: OpenSans_Bold; 
	text-shadow: 1px 1px 2px black;
}
div.quests {
	border-top: 3px solid #c32329;
	border-bottom: 3px solid #c32329;
	padding: 40px 0 40px 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.quests table {
	width: 95%;
	margin: 0 auto;
}
.quests td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
div.quests_p {
	border-bottom: 3px solid #c32329;
	padding: 40px 0 40px 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.quests_p table {
	width: 95%;
	margin: 0 auto;
}
.quests_p td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
div.circus {
	background: url(../images/circus.jpg) no-repeat;
	background-size: 100%;
	padding-top: 290px;
}
div.artur {
	background: url(../images/artur.jpg) no-repeat;
	background-size: 100%;
	padding-top: 290px;
}
.quests a {
	display: block;
	text-align: center;
	padding: 25px 0 25px 0;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
    font-family: OpenSans_Bold; 
	background-color: #7c7c7c;
	opacity: 0.7;
	transition: 0.7s;
}
.quests a:hover {
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	background-color: #fff;
	transition: 0.7s;
}
.quests_p a {
	display: block;
	text-align: center;
	padding: 25px 0 25px 0;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
    font-family: OpenSans_Bold; 
	background-color: #7c7c7c;
	opacity: 0.7;
	transition: 0.7s;
}
.quests_p a:hover {
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	background-color: #fff;
	transition: 0.7s;
}
div.faq {
	background: url(../images/faq.png) no-repeat;
	background-size: 100%;
	padding: 10px 0 10px 0;
}
div.sub_faq {
	width: 80%;
	margin: 0 auto;
	background: url(../images/subfaq.png) no-repeat;
	background-size: 100% 100%;
	text-align: left;
	padding: 27px 20px 30px 30px;
}
.sub_faq span {
	font-size: 18px;
	text-shadow: 1px 1px 2px black;
}
span.faq {
	display: block;
	padding: 7px 0 7px 0;
	margin: 0 auto;
	color: #c32329;
	font-size: 35px;
	text-shadow: 1px 1px 2px black;
    font-family: OpenSans_Bold; 
}
div.fq_d {
	padding: 0px 0 10px 20px;
	color: #000;
}
div.contacts_i {
	width: 90%;
	margin: 0 auto;
	border-top: 3px solid #c32329;
	padding-top: 15px;
	padding-bottom: 20px;
}
table.contacts_i {
	width: 100%;
}
.contacts_i td {
	width: 50%;
	vertical-align: top;
}
div.contacts_i_p {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
.contacts_i_p td {
	width: 50%;
	vertical-align: top;
}
.cont_txt_top {
	font-size: 28px;
	color: #c32329;
    font-family: OpenSans_Bold; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	
	
	
	
}
div.cont_phons {
	color: #727272;
	font-size: 20px;
	text-align: left;
	line-height: 35px;
	padding: 0 0 0 50px;
}
.cont_phons img {
	position: relative;
	top: 2px;
}
.cont_phons span {
	color: #c32329;
	padding-left: 10px;
}
.cont_phons a {
	color: #c32329;
	padding-left: 10px;
}
.cont_phons a:hover {text-decoration:underline}
div.cont_revers {
	color: #727272;
	font-size: 20px;
	text-align: left;
	line-height: 35px;
	margin-right: 50px;
	border: 2px solid #c32329;
	border-radius: 2px;
}
.cont_revers table{
	width: 100%;
	text-align: left;
}
.cont_revers td {
	width: 50%;
	vertical-align: top;
	padding: 10px 7px 10px 10px;
}
input.in_n_e {
	width: 65%;
	float: right;
	background-color: #000;
	outline: none;
	border: none;
	color: #fff;
	border-bottom: 2px solid #c32329;
	font-size: 16px;
	padding: 4px 0 0 0;
}
textarea.tx_n_e {
	width: 90%;
	padding: 7px;
	font-size: 16px;
	border: 1px solid #727272;
	border-radius: 2px;
	background-color: #000;
	color: #fff;
	resize: none;
	outline: none;
	font-family: OpenSans_Regular; 
	height: 120px;
}
input.rev_go {
	float: right;
	outline: none;
	background-color: #c32329;
	border-radius: 3px;
	color: #fff;
	padding: 6px 13px 6px 13px;
	font-family: OpenSans_Regular; 
	font-size: 16px;
	border: 1px solid #c32329;
	cursor: pointer;
	transition: 0.6s;
}
input.rev_go:hover {
	background-color: #fff;
	color: #c32329;
	border: 1px solid #c32329;
	transition: 0.6s;
}
div.cart {
	padding-top: 20px;
	text-align: center;
	width: 95%;
	margin: 0 auto;
}
.cart img {
	width: 100%;
}
div.cirk {
	background: url(../images/circus.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	padding-top: 170px;
}
div.king_artur {
	background: url(../images/artur3.jpg) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	padding-top: 170px;
}
div.back_page_q {
	background: url(../images/page_quest.png) no-repeat;
	background-size: 100% 100%;
	height: 60px;
	padding-left: 200px;
	padding-top: 30px;
	text-align: left;
	font-size: 50px;
	text-shadow: 3px 3px 3px #000;
	line-height: 20px;
	color: #fff;
}
.back_page_q span {
	display: inline-block;
	position: relative;
	top: 20px;
}
div.cirk_cont {
	min-height: 270px;
	/*border-bottom: 1px solid #fff;*/
	padding-top: 30px;
}
.cirk_cont table {
	width: 85%;
	margin: 0 auto;
}
.cirk_cont td {
	vertical-align: top;
}
td.cirk_cont {
	width: 70%;
	text-align: left;
}
div.desc_page {
	display: inline-block;
	padding: 10px 25px 20px 45px;
	background: url(../images/bl_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: justify;
	line-height: 25px;
}
.desc_page span {
	color: #c32329;
	font-size: 20px;
	text-shadow: 1px 1px 2px #000;
}
div.reservations_time {
	text-align: center;
	color: #c32329;
	font-size: 19px;
	padding-bottom: 10px;
}
div.calendar {
	/*border: 1px solid #fff;*/
}
table.calendar {
	width: 75%;
	margin: 0 auto;
}
.calendar td {
	padding: 5px 3px 5px 3px;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}
table.sel_time {
	width: 70%;
	margin: 0 auto;
}
.sel_time td {
	vertical-align: middle;
	text-align: center;
	padding: 10px 0 5px 0;
}
div.select_time {
	display: none;
}
div.sel_time_txt {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #c32329;
	font-size: 18px;
	display: none;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
div.form_quest_txt {
	text-align: left;
	width: 67%;
	margin: 0 auto;
	display: none;
	color: #fff;
	padding-top: 7px;
}
div.reserv_qu_t {
	color: #c32329;
	display: none;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 19px;
}
div.price_quest {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	display: none;
}
span.span_ti {
	color: #c32329;
	font-size: 18px;
}
div.form_quest {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	display: none;
	padding-top: 7px;
}
div.name_month {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 7px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}
span.days {
	color: #c32329;
	font-family: OpenSans_Bold;
}
span.no_active_quest {
	color: #999;
}
span.active_quest {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 2px;
}
span.active_quest:hover {
	background-color: #fff;
	color: #c32329;
	transition: 0.2s;
}
span.active_quest_time {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 2px;
	padding: 3px 5px 3px 5px;
}
span.active_quest_time:hover {
	background-color: #fff;
	color: #c32329;
	transition: 0.2s;
}
span.active_quest_time_s {
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 2px;
	padding: 3px 5px 3px 5px;
}
span.no_active_quest_time {
	display: inline-block;
	margin: 0 auto;
	color: #999;
	padding: 3px 5px 3px 5px;
}
.active_quest_a {
	display: block;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	transition: 0.2s;
	cursor: pointer;
	border-radius: 2px;
}
#user_name, #user_phone, #user_email {
	width: 75%;
	border: none;
	outline: none;
	font-family: OpenSans_Regular;
	font-size: 15px;
	padding: 3px 5px 3px 5px;
	margin: 5px 0 3px 0;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #000;
	color: #999;
}
#user_name:focus, #user_phone:focus, #user_email:focus {
	width: 75%;
	border: none;
	outline: none;
	font-family: OpenSans_Regular;
	font-size: 15px;
	padding: 3px 5px 3px 5px;
	margin: 5px 0 3px 0;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #4B4B4B;
	color: #fff;
	transition: 0.5s;
}
div.err_user_name, div.err_user_email, div.err_user_phone {
	display: none;
	text-align: center;
	color: #f00;
	font-size: 13px;
	padding-bottom: 5px;
}
#parent_popup {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	background-color: #fff;
	opacity: 0.7; /* Значение прозрачности */
	filter: alpha(Opacity=70); /* Прозрачность в IE */
	cursor: pointer;
}
#popup_send {
	background-color: #e2ffd9;
	position: fixed;
	top: 150px;
	left: 37%;
	width: 340px;
	border-radius: 10px;
	display: none;
	z-index: 100;
}
div.border_line {
  border: 2px solid #6edf49;
  margin: 5px;
  border-radius: 10px;
}
div.border_line_close {
	text-align: right;
}
.border_line_close span{
	background:url(../images/close.png) no-repeat;
	background-size: 100% 100%;	
	padding: 15px;
	display: inline-block;
	position: relative;
	top: -15px;
	right: -10px;
	cursor: pointer;
}
div.txt_rederv_pop {
	padding: 30px 0 30px 0;
	text-align: center;
	color: #c32329;
	font-size: 20px;
}
input.but_res {
	margin-top: 10px;
	padding: 6px 14px 6px 14px;
	color: #000;
	font-size: 16px;
	border: none;
	outline: none;
	background-color: #c32329;
	border: 1px solid #c32329;
	border-radius: 3px;
	cursor: pointer;
}
input.but_res:hover {
	color: #000;
	background-color: #fff;
}
div.img_gif {
	text-align: center;
	padding-top: 15px;
}
.img_gif img {
	width: 25px;
}
div.admin_content {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border: 3px solid #c32329;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	position:relative;
}
div.admin_content_nav_t{display:block;width:70%;margin:0 auto;text-align:left;margin-top: 20px;}
.admin_content_nav_t a{display:inline-block;font-size:0.9em;padding:5px 10px 5px 10px;background:#c32329;color:#fff;border-radius:5px 5px 0 0;border:1px solid #c32329;transition:0.3s}
.admin_content_nav_t a:hover{background:#fff;color:#c32329;transition:0.3s}
div.admin_content_gh{text-align:left;color:#000}
span.admin_content {
	color: #c32329;
	font-size: 26px;
	font-family: OpenSans_Bold;
}
table.adm_t {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.adm_td_va_t {
	vertical-align: top;
	width: 60%;
}
.adm_td_va_m {
	vertical-align: middle;
	text-align: center;
}
div.adm_qus_txt {
	text-align: left;
	font-size: 16px;
	color: #000;
	padding-bottom: 5px;
}
div.adm_qus_txt2 {
	text-align: left;
	font-size: 16px;
	color: #000;
	padding-top: 10px;
}
table.data_ret {
	width: 100%;
	color: #000;
	cursor: default;
	margin-bottom: 10px;
}
tr.ret_tr_1 {
	background-color: #FFE496;
	transition: 0.4s;
}
tr.ret_tr_2 {
	background-color: #F5F5F5;
	transition: 0.4s;
}
tr.ret_tr_1:hover, tr.ret_tr_2:hover {
	background-color: #fff;
	transition: 0.4s;
}
td.ret_i {
	width: 20px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}
td.top_ret {
	text-align: left;
	padding-left: 3px;
	font-size: 14px;
	color: #c32329;
	font-family: OpenSans_Bold;
	padding-right: 5px;
}
.fields_us_datas:nth-child(2n){background:#ffe496}
.fields_us_datas:nth-child(2n+1){background:#fff}
.fields_us_datas:hover{background:#ffdc7e}
div.show_more_datas_booking{text-align:center;padding:2%}
.showing_db_time{display:none;color:#777;font-size:0.9em}
div.booking_all_time{color:#555;text-align:left;border-top:1px solid #c32329;padding-top:5px}
div.admin_content_ghd{text-align:left;color:#777;font-size:0.9em;padding:20px 0 20px 0}
.admin_content_ghdi{display:inline-block;width:30%;outline:none;border:1px solid #ccc;padding:5px 7px 5px 5px;font-size:1em}
div.ressult_search_d{text-align:left;color:#555;font-size:0.8em}
.show_more_datas_booking span{display:inline-block;margin-bottom:10px;color:#fff;background:#c32329;padding:5px 10px 5px 10px;border-radius:3px;cursor:pointer}
.fields_us_datas td{text-align:left;vertical-align:middle;color:#555;font-size:0.9em;padding:3px 0 4px 5px;border-left:1px solid #c32329}
td.ret_qu, td.ret_name, td.ret_time, td.ret_email, td.ret_phone{
	text-align: left;
	font-size: 14px;
	padding: 5px 10px 5px 5px;
	border-left: 1px solid #c32329;
}
#change_data {
	background-color: #fff;
	color: #c32329;
	border: 1px solid #c32329;
	border-radius: 4px;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	transition: 0.3s;
}
div.edit_time_work {
	text-align: left;
}
#ei_tim_wk {
	display: inline-block;
	margin-top: 7px;
	outline: none;
	border: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 3px;
	width: 50px;
}
#ei_tim_wk_2 {
	display: inline-block;
	margin-top: 7px;
	outline: none;
	border: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 3px;
	width: 50px;
}
span.title_time_w {
	font-size: 13px;
	color: #666;
	display: block;
}
#change_data:hover {
	background-color: #c32329;
	color: #fff;
	transition: 0.3s;
}
span.ed_ti_w {
	display: inline-block;
	margin-top: 5px;
	color: #000;
	font-size: 13px;
	padding: 2px 7px 3px 7px;
	border: 1px solid #c32329;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s;
}
span.ed_ti_w:hover {
	color: #000;
	background-color: #c32329;
	transition: 0.3s;
}
div.times_come {
	text-align: left;
	display: none;
	color: #000;
}
div.times_come_2 {
	text-align: left;
	display: none;
	color: #000;
}
input.time_c {
	width: 60%;
	padding: 5px 10px 5px 5px;
	font-size: 15px;
	border: none;
	outline: none;
	border: 1px solid #c32329;
	border-radius: 3px;
	color: #000;
	font-family: OpenSans_Regular;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
input.time_c_2 {
	width: 60%;
	padding: 5px 10px 5px 5px;
	font-size: 15px;
	border: none;
	outline: none;
	border: 1px solid #c32329;
	border-radius: 3px;
	color: #000;
	font-family: OpenSans_Regular;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
span.times_come_s {
	color: #555;
	font-size: 14px;
}
table.t_auth {
	width: 50%;
	margin: 0 auto;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
td.name_auth {
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	width: 40%;
}
td.fields_auth {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
td.center_auth {
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}
#login, #pass {
	width: 60%;
	border: none;
	outline: none;
	border: 1px solid #c32329;
	border-radius: 4px;
	padding: 5px;
	font-size: 15px;
}
#submit_auth {
	outline: none;
	border: none;
	background-color: #c32329;
	display: inline-block;
	border: 1px solid #c32329;
	border-radius: 3px;
	padding: 7px 32px 7px 32px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}
div.no_adm {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
input.out_i {
	display: inline-block;
	padding: 7px 12px 7px 12px;
	border: none;
	outline: none;
	border: 1px solid #c32329;
	background-color: #c32329;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.3s;
}
input.out_i:hover {
	border: 1px solid #c32329;
	background-color: #fff;
	color: #c32329;
	font-size: 16px;
	transition: 0.3s;
}
div.letters {
	border-top: 2px solid #c32329;
	margin-top: 20px;
}
table.letters_t {
	color: #000;
}
tr.tr_let_1 {
	background-color: #FFE496;
	transition: 0.4s;
}
tr.tr_let_2 {
	background-color: #F5F5F5;
	transition: 0.4s;
}
td.i_tb_let {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 13px;
}
td.name_letter, td.email_letter, td.mess_letter, td.date_letter, td.del_letter {
	text-align: left;
	padding: 5px;
	vertical-align: middle;
	font-size: 14px;
	border-left: 1px solid #c32329;
}
#delete_letter {
	font-size: 13px;
	cursor: pointer;
}
#delete_letter:hover {
	text-decoration: underline;
	color: #f00;
}
#footer {
	clear: both;
	padding: 35px 0 15px 0;
	font-size: 20px;
	/*border-top: 1px solid #fff;*/
	text-align: center;
}
#footer a {
	color: #c32329;
}
#footer a:hover {
	text-decoration: underline;
}







@media screen and (max-width:480px) {
	a.regular,
	a.active {
		padding: 5px 4px 5px 4px;
		font-size: 12px;
	}
	div.top_text {
		width: 100%;
		padding: 0 0 20px 0;
		font-size: 13px;
	}
	.quests td,
	.quests_p td {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	table div.circus, table div.artur {
		height: 240px;
	}
	.quests a, .quests_p a {
		font-size: 16px;
	}
	.quests a:hover, .quests_p a:hover {
		font-size: 16px;
	}
	div.cont_phons {
		font-size: 17px;
		padding: 0 0 0 10px
	}
	div.cont_revers {
		margin-right: 10px;
	}
	.cont_revers td {
		display: inline-block;
		width: 90%;
	}
	.cart iframe {
		width: 100%;
	}
	iframe {
		width: 100% !important;
	}
	div.back_page_q {
		padding-left: 0;
		text-align: center;
		font-size: 24px;
	}
	.cirk_cont table {
		width: 98%;
	}
	.cont_txt_top {
		font-size: 20px;
	}
	.cont_txt_top h1 {
		font-size: 22px;
	}
	div.contacts_i_p {
		width: 98%;
	}
	div.contacts_i {
		width: 98%;
	}
	.contacts_i td {
		display: block;
		width: 96%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	table.contacts_i > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) {
		display: none;
	}
	input.in_n_e {
		margin-right: 10px;
	}
	input.rev_go {
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.cirk_cont td.cirk_cont,
	.cirk_cont > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
		display: block;
		width: 100%;
	}
	div.fq_d:last-child {
		padding-bottom: 50px;
	}
}
@media screen and (min-width:480px) and (max-width:639px) {
	a.regular,
	a.active {
		padding: 7px 15px 7px 15px;
		font-size: 13px;
	}
	div.top_text {
		width: 100%;
		padding: 20px 0 20px 0;
		font-size: 14px;
	}
	.quests td,
	.quests_p td {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	table div.circus, table div.artur {
		height: 240px;
	}
	.quests a, .quests_p a {
		font-size: 16px;
	}
	.quests a:hover, .quests_p a:hover {
		font-size: 16px;
	}
	div.cont_phons {
		font-size: 17px;
		padding: 0 0 0 10px
	}
	div.cont_revers {
		margin-right: 10px;
	}
	.cont_revers td {
		display: inline-block;
		width: 90%;
	}
	.cart iframe {
		width: 100%;
	}
	iframe {
		width: 96% !important;
	}
	div.back_page_q {
		padding-left: 0;
		text-align: center;
		font-size: 34px;
	}
	.cirk_cont table {
		width: 95%;
	}
	.cont_txt_top {
		font-size: 20px;
	}
	.cont_txt_top h1 {
		font-size: 22px;
	}
	div.contacts_i_p {
		width: 98%;
	}
	div.contacts_i {
		width: 98%;
	}
	.contacts_i td {
		display: block;
		width: 96%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	table.contacts_i > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) {
		display: none;
	}
	input.in_n_e {
		margin-right: 10px;
	}
	input.rev_go {
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.cirk_cont td.cirk_cont,
	.cirk_cont > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width:640px) and (max-width:767px) {
	a.regular,
	a.active {
		padding: 10px 20px 10px 20px;
		font-size: 14px;
	}
	div.top_text {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	table div.circus, table div.artur {
		height: 240px;
	}
	.quests a, .quests_p a {
		font-size: 16px;
	}
	.quests a:hover, .quests_p a:hover {
		font-size: 16px;
	}
	div.cont_phons {
		font-size: 17px;
		padding: 0 0 0 10px
	}
	div.cont_revers {
		margin-right: 10px;
	}
	.cont_revers td {
		display: inline-block;
		width: 90%;
	}
	.cart iframe {
		width: 100%;
	}
	div.back_page_q {
		padding-left: 0;
		text-align: center;
	}
	.cirk_cont table {
		width: 95%;
	}
	.cont_txt_top {
		font-size: 20px;
	}
	.cont_txt_top h1 {
		font-size: 22px;
	}
	div.contacts_i_p {
		width: 98%;
	}
	div.contacts_i {
		width: 98%;
	}
	.cirk_cont td.cirk_cont,
	.cirk_cont > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width:768px) and (max-width:950px) {
	a.regular,
	a.active {
		padding: 10px 20px 10px 20px;
	}
	div.top_text {
		width: 100%;
		padding: 120px 0 20px 0;
	}
	.quests a, .quests_p a {
		font-size: 16px;
	}
	.quests a:hover, .quests_p a:hover {
		font-size: 16px;
	}
	div.cont_phons {
		font-size: 17px;
	}
	.cont_revers td {
		display: inline-block;
		width: 90%;
	}
	.cart iframe {
		width: 100%;
	}
	div.back_page_q {
		padding-left: 0;
		text-align: center;
	}
	.cirk_cont table {
		width: 95%;
	}
	.cont_txt_top {
		font-size: 20px;
	}
	div.contacts_i_p {
		width: 98%;
	}
}
@media screen and (max-width:1240px) {
	div.circus,
	div.artur {
		padding-top: 0;
		height: 290px;
		position: relative;
	}
	.quests a,
	.quests_p a {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
 }
