@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?tptgye");
  src: url("../fonts/icons/icomoon.eot?tptgye#iefix") format('embedded-opentype'), url("../fonts/icons/icomoon.ttf?tptgye") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Medium.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {.buy_data_bot
font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Italic.woff2") format('woff2');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/TTNorms-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL
^^^^^^^^^^^^ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #242424;
  background: #fff;
  font: 19px/1.6 Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  line-height: 0;
}
a {
  text-decoration: underline;
  color: #ff4c05;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font: 100% Arial, Tahoma, Geneva, sans-serif;
}
button * {
  position: relative;
}
form,
fieldset {
  border-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#main {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 100;
  padding: 0 15px;
  min-height: 100%;
  margin: auto;
  max-width: 1920px;
}
h1 {
  font-size: 5.5rem;
  color: #ff4c05;
  line-height: 1.2;
  margin: 0 0 60px;
}
h2 {
  font-size: 4.8rem;
  color: #ff4c05;
  line-height: 1.2;
  margin: 0 0 60px;
}
h3 {
  font-size: 3.6rem;
  color: #ff4c05;
  line-height: 1.2;
  margin: 0 0 60px;
}
h4 {
  font-size: 2.4rem;
  color: #ff4c05;
  line-height: 1.2;
  margin: 0 0 26px;
}
p {
  margin: 0 0 30px;
}
ul {
  list-style: url("../img/list.png");
  margin: -4px 0 30px 18px;
}
ul li {
  padding: 4px 0 0;
}
ol {
  list-style-type: none;
  counter-reset: ol-counter;
  margin: -4px 0 30px;
}
ol > li:before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
  display: inline-block;
  margin-right: 3px;
}
ol > li {
  position: relative;
  padding: 4px 0 0;
}
.head_grey {
  color: #999;
}
.head_underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.slick-slide >div >div {
  display: block !important;
}
.number_link a {
  color: #242424;
  text-decoration: none;
}
.number_link a:hover {
  color: #ff4c05;
  font-weight: bold;
}
.number_link > li::before {
  content: '';
  display: none;
}
.number_link > li > a:before {
  margin-right: 2px;
  display: inline-block;
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
}
.list_link a {
  color: #242424;
  text-decoration: none;
}
.list_link a:hover {
  color: #ff4c05;
  font-weight: bold;
}
.style_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.style_list > div {
  width: 50%;
}
.responsive {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 42px;
}
table tr:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
}
table th {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.1;
  padding: 16px 25px 16px;
  color: #fefefe;
}
table th:first-child {
  border-radius: 5px 0 0 0;
}
table th:last-child {
  border-radius: 0 5px 0 0;
}
table td {
  border: 1px solid #dad9d9;
  border-top: 0;
  border-left: 0;
  padding: 26px 20px;
  line-height: 1.5;
}
table td:first-child {
  border-left: 2px solid #ff6800;
}
table td:last-child {
  border-right: 2px solid #ff6800;
}
table tr:last-child td {
  border-bottom: 2px solid #ff6800;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table .price_old {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: line-through;
  white-space: nowrap;
}
table .price_old span {
  font-size: 2.3rem;
}
table .price {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  color: #ff5411;
}
table .price span {
  font-size: 3rem;
}
.name_table {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.name_table .sub {
  display: block;
  font-weight: 500;
}
.tbl_center {
  text-align: center;
}
table.style_one td {
  border-left: 0;
  border-right: 0;
}
table.style_one td:first-child {
  border-left: 2px solid #ff6800;
}
table.style_one td:last-child {
  border-right: 2px solid #ff6800;
}
table.style_two td {
  border: 0;
}
table.style_two td:first-child {
  border-left: 2px solid #ff6800;
}
table.style_two td:last-child {
  border-right: 2px solid #ff6800;
}
table.style_two tr:last-child td {
  border-bottom: 2px solid #ff6800;
}
table.style_two tr:nth-child(2n+1) td {
  background: #efefef;
}
button.btn,
a.btn, input[type="submit"] {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 0;
  min-width: 210px;
  cursor: pointer;
  position: relative;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
button.btn::before,
a.btn::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 3px solid #ff6800;
  border-radius: 5px;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
button.btn::after,
a.btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fd332d;
  background: -webkit-gradient(linear, left top, right top, from(#fd332d), to(#ff6602));
  background: -webkit-linear-gradient(left, #fd332d 0%, #ff6602 100%);
  background: -o-linear-gradient(left, #fd332d 0%, #ff6602 100%);
  background: linear-gradient(to right, #fd332d 0%, #ff6602 100%);
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
button.btn i,
a.btn i {
  line-height: 0;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
button.btn i.icon-ticket,
a.btn i.icon-ticket {
  font-size: 3.6rem;
  position: relative;
  top: -2px;
  margin: 0 25px 0 0;
}
button.btn:hover,
a.btn:hover {
  color: #ff4c05;
}
button.btn:hover::before,
a.btn:hover::before {
  opacity: 1;
}
button.btn:active,
a.btn:active {
  color: #fff;
}
button.btn:active::after,
a.btn:active::after {
  opacity: 1;
}
button.btn:disabled,
a.btn:disabled,
button.btn.disabled,
a.btn.disabled {
  background: #b0b0b0;
  border-color: #b0b0b0;
}
button.btn:disabled::before,
a.btn:disabled::before,
button.btn.disabled::before,
a.btn.disabled::before,
button.btn:disabled::after,
a.btn:disabled::after,
button.btn.disabled::after,
a.btn.disabled::after {
  opacity: 0;
}
button.btn:disabled:hover,
a.btn:disabled:hover,
button.btn.disabled:hover,
a.btn.disabled:hover {
  color: #fff;
  border-color: #ff6800;
}
button.btn.btn_middle,
a.btn.btn_middle {
  font-size: 1.9rem;
  padding-top: 11px;
  padding-bottom: 11px;
  min-width: 184px;
}
button.btn.btn_small,
a.btn.btn_small {
  min-width: 160px;
  font-size: 1.6rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
button.btn.btn_all,
a.btn.btn_all {
  font-size: 1.7rem;
  min-width: 63px;
  padding: 3px 5px;
}
.btn_all_box {
  text-align: right;
  padding: 0 88px;
  margin: 0 0 23px;
}
.btn_sizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_sizer > div {
  width: 33.33%;
}
.btn_sizer .btn {
  margin: 0 0 10px;
}
.title_center {
  text-align: center;
}
.article::after {
  display: block;
  content: '';
  clear: both;
}
.img_radius img {
  border-radius: 5px;
}
.img_left {
  float: left;
  margin: 0 45px 30px 0;
}
.img_icon {
  position: relative;
  display: inline-block;
}
.img_icon::before,
.img_icon::after {
  display: block;
  content: '\e902';
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5.9rem;
  color: #fff;
  line-height: 1;
  padding: 8px 0 0 8px;
  background: -webkit-radial-gradient(circle farthest-side at 0 0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: -o-radial-gradient(circle farthest-side at 0 0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  background: radial-gradient(circle farthest-side at 0 0, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.img_icon::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.line {
  position: relative;
  height: 1px;
  margin: 65px auto 45px;
  max-width: 1200px;
}
.line::before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 40px;
  background: -webkit-radial-gradient(ellipse farthest-side at 50% 0, #eee, rgba(255,255,255,0));
  background: -o-radial-gradient(ellipse farthest-side at 50% 0, #eee, rgba(255,255,255,0));
  background: radial-gradient(ellipse farthest-side at 50% 0, #eee, rgba(255,255,255,0));
}
.nav_tab_btn {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.nav_tab_btn >li {
  padding: 0 4px;
  width: 206px;
}
.nav_tab_btn a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  color: #ff6800;
  background: #fff;
  border: 2px solid #ff6800;
  border-radius: 5px 5px 0 0;
  padding: 10px 9px 10px;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.nav_tab_btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: #fff;
  display: none;
}
.nav_tab_btn a::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
  background: #f00;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd342d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd342d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd342d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd342d 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav_tab_btn a:hover {
  color: #fff;
}
.nav_tab_btn a:hover::before {
  opacity: 1;
}
.nav_tab_btn a.active {
  border-bottom-color: #fff;
  cursor: default;
  color: #ff6800;
}
.nav_tab_btn a.active::before {
  opacity: 0;
}
.nav_tab_btn a.active::after {
  display: block;
}
.Tab {
  margin: -2px 0 20px;
  border: 2px solid #ff6800;
  padding: 30px 25px;
  border-radius: 5px;
}
.Tab.TabNoBorder {
  margin-top: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.TabBox {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.TabBox.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.list_event {
  list-style: none;
  margin: -33px 0 0;
}
.list_event > li {
  padding: 33px 0 0;
}
.one_event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.one_event .img_box {
  margin: 0 20px 0 0;
  width: 220px;
}
.one_event .img_box img {
  border-radius: 5px;
}
.one_event .one_event_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
}
.one_event .date {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1px;
  color: #fd601f;
}
.one_event .name {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0 0 5px;
}
.one_event .name a {
  color: #242424;
  text-decoration: none;
}
.one_event p {
  margin: 0;
}
.one_event p a {
  color: #242424;
  text-decoration: none;
}
a:hover .link_more {
  color: #ff4c05;
}
a:hover .link_more::after {
  opacity: 0;
}
.link_more {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff6502;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 0 0 0.3rem;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  position: relative;
  z-index: 5;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link_more::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link_more::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 0.1rem;
  font-family: 'icomoon';
  content: '\e901';
}
.nav_tab_text {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav_tab_text >li {
  padding: 0 4px 0 0;
  width: 195px;
  text-align: center;
}
.nav_tab_text a {
  height: 100%;
  display: inline-block;
  font-size: 2rem;
  color: #575756;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  padding: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav_tab_text a i {
  font-size: 6.8rem;
}
.nav_tab_text a:hover {
  color: #ff4c05;
}
.nav_tab_text a.active {
  color: #ff4c05;
  border-bottom-color: #ff4c05;
  cursor: default;
}
.yes {
  display: inline-block;
  font-size: 1.7rem;
  padding: 0 0 0 25px;
  position: relative;
  font-weight: bold;
  color: #ff4c05;
}
.yes i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.7rem;
}
.no {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
  color: #fd362b;
}
.no i {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 1.2rem;
}
.link_all {
  display: inline-block;
  font-size: 1.8rem;
  color: #242424;
  position: relative;
  text-decoration: underline;
}
.link_all:hover {
  font-weight: bold;
  color: #ff4c05;
  text-decoration: underline;
}
.slider_box {
  max-width: 227px;
  margin-bottom: 38px;
}
.slider_data {
  text-align: center;
  font-size: 1.9rem;
  color: #242424;
  margin: 0 0 16px;
}
.slider_data .sub {
  font-weight: bold;
  color: #ff4c05;
}
.slider_data .sub.grey {
  color: #575756;
}
.slider_data .slider_much {
  color: #ff4c05;
  font-weight: bold;
}
.slider_data .slider_much.grey {
  color: #575756;
}
.slider.noUi-target {
  height: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e2e2e2;
  border-top: 1px solid #b5b7b9;
  border: 0;
  border-radius: 3px;
}
.slider .noUi-handle {
  height: 20px;
  width: 20px;
  border: 1px solid rgba(170,170,170,0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
  background: -webkit-linear-gradient(#fefefe 0%, #e9e9e9 100%);
  background: -o-linear-gradient(#fefefe 0%, #e9e9e9 100%);
  background: linear-gradient(#fefefe 0%, #e9e9e9 100%);
  top: -7px;
  right: -10px;
  cursor: pointer;
}
.slider .noUi-handle::before {
  display: block;
  height: 8px;
  width: 8px;
  background: #ff4c05;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider .noUi-handle::after {
  display: none;
}
.slider .noUi-connect {
  background: -webkit-gradient(linear, left top, right top, from(#ff6403), to(#fd3929));
  background: -webkit-linear-gradient(left, #ff6403 0%, #fd3929 100%);
  background: -o-linear-gradient(left, #ff6403 0%, #fd3929 100%);
  background: linear-gradient(to right, #ff6403 0%, #fd3929 100%);
}
.on_off {
  display: block;
  height: 29px;
  width: 61px;
  position: relative;
  cursor: pointer;
  margin: 0 0 32px;
}
.on_off input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.on_off span {
  display: block;
  height: 29px;
  position: relative;
  z-index: 5;
}
.on_off span::before {
  display: block;
  content: '';
  border-radius: 13px;
  background: #a8a8a8;
  background: -webkit-gradient(linear, left top, right top, from(#a8a8a8), to(#e8e8e8));
  background: -webkit-linear-gradient(left, #a8a8a8 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #a8a8a8 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #a8a8a8 0%, #e8e8e8 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.on_off span::after {
  display: block;
  content: '';
  border-radius: 13px;
  background: #ff6603;
  background: -webkit-gradient(linear, left top, right top, from(#ff6603), to(#fd3a31));
  background: -webkit-linear-gradient(left, #ff6603 0%, #fd3a31 100%);
  background: -o-linear-gradient(left, #ff6603 0%, #fd3a31 100%);
  background: linear-gradient(to right, #ff6603 0%, #fd3a31 100%);
  border: 1px solid #fd3a31;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.on_off span i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf9), color-stop(90%, #dbdada), to(#bebebd));
  background: -webkit-linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  background: -o-linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  background: linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.on_off input:checked + span::after {
  opacity: 1;
}
.on_off input:checked + span i {
  left: 100%;
  margin-left: -28px;
}
.tags_box {
  letter-spacing: -0.36em;
}
.tags_box > * {
  letter-spacing: normal;
}
.tag {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b0b0b0;
  min-width: 14rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag:hover {
  border-color: #ff6800;
}
.tag:hover a {
  color: #ff6800;
}
.tag:hover .icon-close {
  background: #ff6106;
  color: #fff;
}
.tag a {
  padding: 9px 40px 9px 30px;
  display: block;
  color: #989898;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag .icon-close {
  position: absolute;
  display: block;
  top: 9px;
  right: 9px;
  height: 18px;
  width: 18px;
  background: #a3a3a3;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  font-size: 0.6rem;
  padding: 6px 0 0;
  z-index: 5;
}
.tag .icon-close::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#ff690a), to(#fd352c));
  background: -webkit-linear-gradient(left, #ff690a 0%, #fd352c 100%);
  background: -o-linear-gradient(left, #ff690a 0%, #fd352c 100%);
  background: linear-gradient(to right, #ff690a 0%, #fd352c 100%);
  z-index: -1;
  opacity: 0;
}
a.btn_add {
  display: inline-block;
  padding: 7px 20px 7px 40px;
  background: #fff;
  border: 2px solid #ff6800;
  border-radius: 3px;
  min-width: 140px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin: 0 5px 5px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  border-radius: 3px;
}
a.btn_add::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  background: #ff690a;
  background: -webkit-gradient(linear, left top, right top, from(#ff690a), to(#fd352c));
  background: -webkit-linear-gradient(left, #ff690a 0%, #fd352c 100%);
  background: -o-linear-gradient(left, #ff690a 0%, #fd352c 100%);
  background: linear-gradient(to right, #ff690a 0%, #fd352c 100%);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn_add .icon_plus {
  position: absolute;
  top: 4px;
  left: 13px;
  font-size: 1.8rem;
  font-style: normal;
}
a.btn_add:hover {
  color: #ff4c05;
}
a.btn_add:hover::before {
  opacity: 0;
}
.info_box {
  border: 2px solid #ff6800;
  border-radius: 7px;
  padding: 30px 25px;
  margin: 0 0 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.info_box:hover {
  background: #f8f8f8 !important;
}
.info_box .title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff4c05;
  text-transform: uppercase;
  margin: 0 0 4px;
  padding: 0 0 0 30px;
  position: relative;
}
.info_box .title i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 2rem;
}
.info_box.info_box_red {
  border-color: #ff3405;
}
.info_box.info_box_red .title {
  color: #ff3405;
}
.info_box.info_box_yellow {
  border-color: #ff7800;
}
.info_box.info_box_yellow .title {
  color: #ff7800;
}
.info_box.info_box_grey {
  border-color: #7e7e7e;
}
.info_box.info_box_grey .title {
  color: #7e7e7e;
}
.info_box.info_box_cite {
  padding: 60px 30px 60px 60px;
  position: relative;
  border-color: #b0b0b0;
}
.info_box.info_box_cite::before,
.info_box.info_box_cite::after {
  display: block;
  content: '';
  height: 19px;
  width: 23px;
  background: url("../img/bg_cite.png") no-repeat;
  position: absolute;
  top: 35px;
  left: 25px;
}
.info_box.info_box_cite::after {
  top: auto;
  bottom: 30px;
  right: 30px;
  left: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.info_box.info_box_cite .title {
  color: #9f9f9f;
}
.info_box.info_box_cite .link_more {
  border-color: #b0b0b0;
  background: #b0b0b0;
  color: #fff;
}
.info_box.info_box_cite .link_more::after {
  background: #b0b0b0;
}
.info_box.info_box_cite .one_event .img_box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
label {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
  margin: 0 0 6px;
}
.tx {
  display: block;
  width: 100%;
  height: 41px;
  border: 2px solid #b0b0b0;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 12px;
  font-size: 1.8rem;
  color: #000;
}
textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 109px;
  border: 2px solid #c7c7c7;
  border-radius: 5px;
  padding: 7px 15px;
  margin: 0 0 11px;
  font-size: 1.8rem;
  color: #000;
}
select {
  display: block;
  width: 100%;
  height: 39px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 11px;
  font-size: 1.9rem;
}
.jq-selectbox {
  display: block;
  margin: 0 0 15px;
}
.jq-selectbox:hover .jq-selectbox__trigger {
  color: #ff6b15;
}
.jq-selectbox:hover .jq-selectbox__trigger::after {
  opacity: 0;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  color: #fff;
  border-color: #b0b0b0;
  background: #b0b0b0;
}
.jq-selectbox.opened .jq-selectbox__trigger::after {
  opacity: 0;
}
.jq-selectbox__select {
  display: block;
  width: 100%;
  height: 41px;
  border: 2px solid #c7c7c7;
  border-radius: 5px;
  padding: 0 45px 0 15px;
  font-size: 1.8rem;
  line-height: 37px;
  background: #fff;
  color: #000;
}
.jq-selectbox__trigger {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  border: 2px solid #ff6800;
  width: 35px;
  border-radius: 0 5px 5px 0;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  color: #fff;
}
.jq-selectbox__trigger::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 0 5px 5px 0;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-selectbox__trigger::before {
  display: block;
  font-family: 'icomoon';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.jq-selectbox__dropdown {
  width: 100%;
}
.jq-selectbox__dropdown ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  background: #fff;
  border: 2px solid #ff4c05;
  border-radius: 3px;
}
.jq-selectbox__dropdown ul li {
  position: relative;
  padding: 6px 13px 6px 35px;
  border-top: 1px solid #dbdbdb;
  font-size: 1.6rem;
  color: #686868;
  line-height: 1.1;
  cursor: pointer;
  white-space: normal;
}
.jq-selectbox__dropdown ul li::before {
  display: block;
  font-family: 'icomoon';
  content: '\e901';
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 0.9rem;
}
.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel {
  color: #ff4c05;
  font-weight: bold;
}
.form_error .tx,
.form_error textarea {
  border-color: #ff4c05 !important;
  color: #ff4c05 !important;
}
.form_error .text_error {
  display: block;
}
.in_box {
  position: relative;
}
.text_error {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ff4c05;
  padding: 3px 0 0;
  line-height: 1.1;
}
.check {
  display: block;
  margin: 0 0 10px;
  line-height: 1.1;
}
.check label {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  cursor: pointer;
}
.check label input[type=radio] + i {
  border-radius: 50%;
}
.check label input[type=radio] + i::after {
  border-radius: 50%;
}
.check label input[type=radio] + i::before {
  height: 6px;
  width: 6px;
  content: '';
  background: #fff;
  border-radius: 50%;
}
.check label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check label i {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  border-radius: 3px;
  font-style: normal;
  text-align: center;
}
.check label i::before {
  display: block;
  font-family: 'icomoon';
  content: '\e900';
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  color: #fff;
  opacity: 0;
}
.check label i::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #b0b0b0;
}
.check label span {
  color: #242424;
}
.check label input:checked + i::after {
  display: none;
}
.check label input:checked + i:before {
  opacity: 1;
}
.check label input:checked + i + span {
  color: #ff4c05;
  font-weight: bold;
}
.form_page {
  max-width: 502px;
  margin: 0 auto 4px;
}
.form_page .btn {
  min-width: 230px;
}
.btn_center {
  text-align: center;
}
.paging_box {
  max-width: 286px;
  margin: auto;
}
.paging_btn {
  line-height: 0;
  text-align: justify;
  padding: 0 0 10px;
}
.paging_btn a {
  font-size: 1.8rem;
  color: #242424;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.paging_btn a:hover {
  color: #ff4c05;
  font-weight: bold;
}
.paging_btn a.p_prev {
  padding: 0 0 0 25px;
}
.paging_btn a.p_prev::before {
  display: block;
  font-family: 'icomoon';
  content: '\e901';
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.4rem;
  color: #ff4c05;
}
.paging_btn a.p_next {
  padding: 0 25px 0 0;
}
.paging_btn a.p_next::before {
  display: block;
  font-family: 'icomoon';
  content: '\e901';
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.4rem;
  color: #ff4c05;
}
.paging_btn::after {
  display: inline-block;
  content: '';
  height: 0;
  width: 100%;
}
.paging_btn > * {
  line-height: normal;
}
.paging {
  list-style: none;
  margin: 0 -5px;
  text-align: center;
}
.paging li {
  display: inline-block;
  line-height: 23px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 5px;
}
.paging li a {
  display: block;
  height: 23px;
  min-width: 23px;
  border-radius: 50%;
  color: #686868;
  text-decoration: none;
  padding: 0 3px;
  letter-spacing: normal;
}
.paging li a:hover {
  color: #f33f71;
  font-weight: bold;
}
.paging li a:active {
  background: #ff6503;
  background: -webkit-gradient(linear, left top, right top, from(#ff6503), to(#fd352b));
  background: -webkit-linear-gradient(left, #ff6503 0%, #fd352b 100%);
  background: -o-linear-gradient(left, #ff6503 0%, #fd352b 100%);
  background: linear-gradient(to right, #ff6503 0%, #fd352b 100%);
  color: #fff;
}
.paging li span {
  letter-spacing: normal;
  display: block;
  height: 23px;
  min-width: 23px;
  padding: 0 3px;
  background: #ff6503;
  background: -webkit-gradient(linear, left top, right top, from(#ff6503), to(#fd352b));
  background: -webkit-linear-gradient(left, #ff6503 0%, #fd352b 100%);
  background: -o-linear-gradient(left, #ff6503 0%, #fd352b 100%);
  background: linear-gradient(to right, #ff6503 0%, #fd352b 100%);
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.mobile_visable {
  display: none;
}
.imgBox {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.imgBox img {
  display: none;
}
.open_menu,
.close_menu {
  display: none;
}
/* HEADER
------------*/
#header {
  margin: 0 -15px;
  padding: 14px 15px 23px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.25);
  box-shadow: 2px 2px 10px 0px rgba(50,50,50,0.25);
  position: relative;
  z-index: 55;
}
.header_box {
  max-width: 1820px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.logo {
  width: 84px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 84px;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  margin: 0 15px 0 0;
}
.logo a {
  display: block;
}
.header_right {
  width: 100%;
}
.header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 17px;
}
.head_search {
  max-width: 384px;
  width: 100%;
}
.close_search {
  display: none;
}
.form_head_search {
  position: relative;
}
.form_head_search .tx {
  height: 38px;
  margin: 0;
  padding-right: 50px;
}
.form_head_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 35px;
  padding: 0;
  min-width: 1%;
  border-radius: 0 5px 5px 0;
}
.form_head_search .btn i {
  margin: 0;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head_nav {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.head_nav >li {
  padding: 0 0 0 45px;
  line-height: 1.2;
}
.head_nav >li >a {
  font-size: 1.5rem;
  color: #242424;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  padding: 0 0 0 40px;
  position: relative;
}
.head_nav >li >a:hover {
  color: #ff4c05;
}
.head_nav >li >a i {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  position: absolute;
  top: -4px;
  left: 0;
}
.head_nav >li >a i.icon-hands {
  font-size: 2.8rem;
}
.head_personal {
  min-width: 210px;
  padding: 0 10px 0 0;
  margin: 0 0 0 45px;
}
.head_personal .link {
  display: block;
  padding: 0 0 0 35px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.head_personal .link span {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.head_personal .link i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ff4c05;
}
.lang {
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  position: relative;
  z-index: 10;
}
.lang .name {
  display: block;
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
.lang .name i {
  font-size: 1rem;
  color: #ff4c05;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: block;
}
.lang:hover .lang_drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.lang_drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.lang_drop ul {
  list-style: none;
  margin: 5px 0 0;
  border: 2px solid #ff4c05;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
}
.lang_drop ul >li:first-child {
  padding-top: 0;
}
.lang_drop ul a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lang_drop ul a:hover {
  opacity: 0.75;
}
.lang_drop ul img {
  margin: auto;
}
.open_search {
  display: none;
}
.menu_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_btn {
  width: 260px;
  margin: 0 0 0 15px;
}
.header_btn .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.menu {
  list-style: none;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu >li {
  text-align: center;
  min-height: 100%;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  padding: 0 10px 3px;
}
.menu >li >a {
  text-align: center;
  font-size: 1.8rem;
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.menu >li >a:hover,
.menu >li >a.active {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.menu >li.HasDrop::before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 18px;
  width: 18px;
  margin: 15px 0 0;
  border: 2px solid #ff6800;
  border-bottom: 0;
  border-right: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  opacity: 0;
}
.menu >li.HasDrop:hover::before {
  opacity: 1;
}
.menu >li.HasDrop:hover > a {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.menu >li.HasDrop:hover .menu_drop {
  display: block;
}
.menu_drop {
  position: absolute;
  top: 100%;
  left: -185px;
  display: none;
}
.menu_drop .name {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  font-size-adjust: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 21px 0 30px;
}
.menu_drop_box {
  background: #fff;
  width: 804px;
  border: 2px solid #ff6800;
  border-radius: 7px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
  position: relative;
  margin: 23px 0 0;
  padding: 30px 40px;
  text-align: left;
}
.menu_nav {
  list-style: none;
  margin: -14px 0 0;
}
.menu_nav >li {
  padding: 14px 0 0 20px;
  position: relative;
}
.menu_nav >li::before {
  display: block;
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  height: 7px;
  width: 7px;
  background: #ff6800;
  border-radius: 50%;
}
.menu_nav >li >a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
}
.menu_nav >li >a:hover {
  font-weight: bold;
  color: #ff4c05;
}
.menu_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
.menu_col_1 {
  width: 35%;
}
.menu_col_2 {
  width: 42%;
}
.menu_col_3 {
  width: 23%;
}
.menu_adds {
  width: 220px;
  margin: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.menu_adds .img_box {
  display: block;
  overflow: hidden;
  height: 268px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100% 55%;
  border-top-right-radius: 100% 55%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  position: relative;
  z-index: 10;
}
.menu_adds .img_box::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100% 55%;
  border-top-right-radius: 100% 55%;
  border-top: 12px solid rgba(255,255,255,0.5);
}
.menu_adds .img_box img {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.menu_adds .name_adds {
  display: block;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  margin: -100px 0 0;
  padding: 120px 5px 18px;
}
.menu_adds .name_adds span {
  display: block;
  text-transform: uppercase;
  padding: 22px 0 0;
}
/* CONTENT
------------*/
.content {
  padding: 0;
}
.content_box {
  margin: 0 auto;
  max-width: 1200px;
}
.content_box::after {
  display: block;
  content: '';
  clear: both;
}
.content_box > *:last-child {
  margin-bottom: 0;
}
.content_top {
  padding-top: 45px;
}
.content_inner {
  position: relative;
  z-index: 15;
  /*margin: 0 -15px;*/
  padding: 0px 15px 0;
}
.content_inner .BgInner {
  position: absolute;
  top: 0;/*
  left: -15px;
  right: -15px;*/
  bottom: 0;
  z-index: -1;
}
.content_inner .BgInner img {
  display: none;
}
.column {
  max-width: 1200px;
  margin: auto;
  padding: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left_column {
  width: 33%;
  padding: 125px 50px 0 0;
}
.left_column > *:last-child {
  margin-bottom: 0 !important;
}
.right_column {
  width: 67%;
}
.right_column > *:last-child {
  margin-bottom: 0 !important;
}
.sitebar_box {
  border: 2px solid #ff6800;
  border-radius: 8px;
  padding: 22px 25px 27px;
  margin: 0 0 42px;
}
.sitebar_box .name {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff4c05;
  line-height: 1.2;
  margin: 0 0 15px;
}
.sitebar_box.sitebar_box_nostyle {
  border-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.sitebar {
  margin-top: -6px;
  margin-bottom: 0;
}
.sitebar >li {
  padding: 6px 0 0;
}
.sitebar >li >a {
  display: inline-block;
  color: #242424;
  text-decoration: none;
}
.sitebar >li >a:hover,
.sitebar >li >a.active {
  color: #ff4c05;
  font-weight: bold;
}
.adds {
  overflow: hidden;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 42px;
}
.adds img {
  width: 100%;
}
.adds .name {
  display: block;
  padding: 18px 15px;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
}
.adds .imgBox {
  display: block;
  height: 305px;
}
.offer_box {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  padding: 30px 0 35px;
  margin: 0 0 42px;
}
.offer_box > *:last-child {
  margin-bottom: 0;
}
.offer_box .event_cont {
  padding: 0 25px;
}
.offer_box .event img {
  border-radius: 0;
}
.offer_box .restaurant .img_box a {
  border-radius: 0;
}
.offer_box .restaurant {
  text-align: center;
}
.offer_box .restaurant_cont {
  padding: 0 15px;
}
.offer_box .restaurant .stars {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title_offer {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff4c05;
  margin: 0 0 30px;
  padding: 0 15px;
}
.list_offer {
  list-style: none;
  margin: -20px 0 20px;
}
.list_offer >li {
  padding: 20px 0 0;
}
.list_item_inner {
  list-style: none;
  margin: 0;
}
.list_item_inner >li {
  padding: 0;
}
.item_container {
  border: 2px solid #ff6800;
  border-radius: 8px;
  padding: 33px 25px;
  text-align: center;
  line-height: 1.2;
}
.item_container .item_shop {
  margin: 0 0 20px;
}
.item_container .item_shop .name {
  font-size: 2.6rem;
}
.item_container .item_shop .sub_name {
  font-size: 2rem;
}
.item_container_nostyle {
  border-color: transparent;
}
.index_top {
  position: relative;
  margin: 0 -15px;
}
.index_top_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../img/bg_index_top_info.png") no-repeat;
  height: 518px;
  width: 529px;
  padding: 50px 90px 50px 65px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.85;
  text-transform: uppercase;
  font-weight: bold;
}
.SliderMain .slick-dots {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
.SliderMain .slick-dots >li button {
  background: #fff;
  border-color: #fff;
}
.SliderMain .slick-arrow {
  display: none !important;
  right: 50px;
}
.SliderMain .slick-prev {
  left: 50px;
  right: auto;
}
.slick-dots {
  list-style: none;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 30;
}
.slick-dots >li {
  padding: 0 16px;
}
.slick-dots >li button {
  display: block;
  height: 20px;
  width: 20px;
  border: 0;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 2px solid #ff4c05;
}
.slick-dots >li button::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.slick-dots >li.slick-active button {
  cursor: default;
}
.slick-dots >li.slick-active button::before {
  opacity: 1;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -28px 0 0;
  display: block;
  height: 56px;
  width: 56px;
  text-align: center;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  font-size: 0.8rem;
  color: #fff;
  margin: -28px 0 0 0.3rem;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  z-index: 10;
  font-size: 0;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-arrow::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid #ff6800;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 0.1rem;
  font-family: 'icomoon';
  content: '\e901';
  font-size: 1.8rem;
  margin: 0 0 0 2px;
}
.slick-arrow:hover {
  color: #ff4c05;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-arrow:hover:after {
  opacity: 1;
}
.slick-prev {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slids {
  position: relative;
  overflow: hidden;
}
.slids img {
  min-width: 100%;
  max-width: inherit;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slids_figure {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 301px;
  width: 641px;
  background: url("../img/bg_slider_figure.png") no-repeat;
  z-index: 5;
}
.top_tiket {
  position: absolute;
  bottom: 110px;
  left: 50%;
  width: 1000px;
  margin: 0 0 0 -500px;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  padding: 35px 15px 42px;
}
.ticket_price {
  list-style: none;
  margin: 0 -25px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticket_price >li {
  padding: 20px 25px 0;
  font-size: 2rem;
  font-weight: 500;
}
.ticket_price >li i {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  font-size: 5rem;
  line-height: 0;
  margin: 0 10px 0 0;
}
.ticket_price >li .price {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.ticket_price >li .price span {
  font-size: 2.6rem;
  font-weight: bold;
}
.section {
  margin: 0 -15px;
  padding: 47px 15px 60px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.section.section_noshadow::before {
  display: none;
}
.section::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%);
}
.section .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section .btn_all_box {
  margin-top: -40px;
}
.section_white {
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  color: #fff;
}
.section_white::before {
  display: none;
}
.section_white h2 {
  color: #fff;
}
.section_white .ticket_price >li i,
.section_white .ticket_price >li .price {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.section_white button.btn,
.section_white a.btn {
  color: #ff4c05;
  border-color: #fff;
  background: #fff;
}
.section_white button.btn::before,
.section_white a.btn::before,
.section_white button.btn::after,
.section_white a.btn::after {
  opacity: 0;
  background: none;
  border: 2px solid #fff;
}
.section_white button.btn:hover,
.section_white a.btn:hover {
  background: none;
  color: #fff;
}
.section_white button.btn:hover::after,
.section_white a.btn:hover::after {
  opacity: 1;
}
.section_white button.btn:active,
.section_white a.btn:active {
  color: #ff4c05;
  border-color: #fff;
  background: #fff;
}
.section_white ul.style_white {
  list-style: url("../img/list_white.png");
  margin-bottom: 35px;
}
.section_white ul.style_white li {
  padding: 2px 0 0;
}
.section_white .slick-dots >li button::before {
  background: #242424;
}
.section_title {
  text-align: center;
  margin: 0 0 45px;
}
.section_title > *:last-child {
  margin-bottom: 0;
}
.section_title h2 {
  font-size: 5.5rem;
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_box {
  width: 24%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
.about_box .number {
  display: block;
  font-size: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.about_box .number span {
  font-size: 5.5rem;
}
.about_box p {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  margin: 0;
}
.about_box img {
  margin: 0 auto 10px;
}
.about_cont {
  width: 76%;
}
.about_cont > *:last-child {
  margin-bottom: 0;
}
.list_area {
  list-style: none;
  margin: -43px -35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_area >li {
  padding: 43px 9px 0;
}
.area {
  border: 3px solid #575756;
  border-radius: 10px;
  position: relative;
  min-height: 100%;
  text-align: center;
  padding: 0 15px 40px;
  color: #575756;
  font-size: 1.9rem;
  line-height: 1.25;
  z-index: 5;
  display: block;
  background: #fff;
  width: 298px;
}
.area::before {
  display: block;
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background: url("../img/bg_area.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.area .icon {
  height: 188px;
  position: relative;
  display: block;
}
.area .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10rem;
}
.area .name {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
  text-transform: uppercase;
  color: #ff4c05;
  line-height: 1.15;
  min-height: 60px;
  margin: 0 0 3px;
}
.area .sub {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 11px;
}
.area p {
  margin: auto;
  max-width: 190px;
}
.area:hover {
  color: #fff;
}
.area:hover::before {
  opacity: 1;
}
.area:hover .name {
  color: #fff;
}
.CaruselEvent {
  padding: 0 77px;
  margin: 0 0 60px;
}
.CaruselEvent:last-child {
  margin-bottom: 0;
}
.CaruselEvent .slick-arrow {
  top: 70px;
  margin: auto;
}
.CaruselEvent .slick-slide {
  padding: 0 11px;
}
.CaruselEvent .event {
  max-width: 330px;
  margin: auto;
}
.content_phone {
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-bottom: -60px;
  padding-bottom: 60px;
}
.content_phone .img_box {
  position: absolute;
  right: 262px;
  bottom: 0;
}
.content_phone .phone_link {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 102px;
  right: 50px;
}
.content_phone .phone_link li {
  padding: 11px 0 0;
}
.content_phone_box {
  padding-right: 600px;
}
.list_thematic {
  list-style: none;
  margin: -40px 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_thematic >li {
  padding: 40px 14px 0;
}
.thematic {
  width: 187px;
}
.thematic .img_box {
  display: block;
  border: 5px solid #fff;
  border-radius: 8px;
  position: relative;
  margin: 0 0 15px;
}
.thematic .img_box::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff4120;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.thematic .img_box::after {
  display: block;
  font-family: 'icomoon';
  content: '\e901';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
  font-size: 3.3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.thematic:hover .img_box::before,
.thematic:hover .img_box::after {
  opacity: 1;
}
.thematic .name {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  margin: 0 -14px;
}
.thematic .name a {
  color: #fff;
  text-decoration: none;
}
.list_attraction_nav {
  list-style: none;
  margin: -10px -10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_attraction_nav >li {
  padding: 10px 10px 0;
  width: 25%;
  text-align: center;
}
.list_attraction_nav >li a {
  font-size: 2rem;
  color: #242424;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding: 0 15px 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_attraction_nav >li a:hover,
.list_attraction_nav >li a.active {
  border-bottom-color: #ff4c05;
  color: #ff4c05;
}
.Tab.AttractionTab {
  border: 0;
  margin: 0 0 65px;
  padding: 0;
  border-radius: 0;
}
.list_attraction {
  list-style: none;
  margin: -50px -30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_attraction >li {
  padding: 50px 30px 0;
  width: 25%;
}
.attraction {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  text-decoration: none;
  color: #242424;
  text-align: center;
}
.attraction img {
  border: 2px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 22px;
  display: block;
  width: 100%;
}
.attraction:hover img {
  border-color: #ff4c05;
}
.section_map .section_title {
  background: url("../img/bg_map_title.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -15px;
  padding: 17px 15px;
}
.section_map .section_title h2 {
  color: #fff;
  text-align: center;
}
.map_index {
  position: relative;
  margin: 0 -15px;
}
.map_index_bg {
  height: 1310px;
  background: url("../img/img_map.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.map_help {
  height: 659px;
  width: 376px;
  position: absolute;
  bottom: 54px;
  left: 0;
  z-index: 111;
  background: url("../img/bg_map_help.png") no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map_help.hidden {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.map_help .close_help {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 1rem;
  text-decoration: none;
  color: #242424;
}
.map_help_box {
  padding: 365px 55px 45px 40px;
}
.map_help_box .btn {
  width: 100%;
}
.event.event_border {
  border-bottom: 1px solid #dad9d9;
  padding-bottom: 15px;
}
.event > *:last-child {
  margin-bottom: 0;
}
.event .img_box {
  margin: 0 0 12px;
  position: relative;
}
.event .img_box img {
  width: 100%;
  border-radius: 5px;
}
.event .free {
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
}
.event .icon_discount {
  display: block;
}
.event .year {
  display: block;
  height: 44px;
  width: 44px;
  background: #e82600;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  text-align: center;
}
.event .name {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.event .name a {
  color: #242424;
  text-decoration: none;
}
.event .event_tags {
  list-style: none;
  margin: 0 0 9px;
  letter-spacing: -0.36em;
  line-height: 1;
  border-bottom: 1px solid #dad9d9;
  padding: 0 0 14px;
}
.event .event_tags >li {
  letter-spacing: normal;
  display: inline;
  font-size: 1.6rem;
  color: #3c2f2f;
  position: relative;
  margin: 0 10px 0 0;
}
.event .event_tags >li::after {
  display: inline;
  content: '|';
  margin: 0 0 0 8px;
}
.event .event_tags >li a {
  color: #3c2f2f;
  text-decoration: none;
}
.event .event_tags >li a:hover {
  text-decoration: underline;
}
.event .date {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.event .date.date_big {
  font-size: 2rem;
}
.event .event_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_restaurant {
  max-width: 1824px;
}
.CaruselRestaurant {
  padding: 0 70px;
}
.CaruselRestaurant .slick-slide {
  padding: 0 18px;
}
.restaurant {
  line-height: 1.2;
}
.restaurant .img_box {
  margin: 0 0 16px;
}
.restaurant .img_box a {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 7px;
  overflow: hidden;
}
.restaurant .img_box a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff4120;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.restaurant .img_box a::after {
  display: block;
  font-family: 'icomoon';
  content: '\e901';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.restaurant .img_box a:hover::before,
.restaurant .img_box a:hover::after {
  opacity: 1;
}
.restaurant .img_box img {
  width: 100%;
}
.restaurant .name {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
.restaurant .name a {
  color: #242424;
  text-decoration: none;
}
.restaurant .stars {
  list-style: none;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant .stars >li {
  padding: 0 1px;
  color: #ff4c05;
  font-size: 1.2rem;
}
.CaruselShop {
  margin: 0 0 45px;
  padding: 0 60px;
}
.CaruselShop .slick-slide {
  padding: 0 20px;
}
.item_shop {
  max-width: 310px;
  margin: auto;
  text-align: center;
  line-height: 1.1;
}
.item_shop .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item_shop .name {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 8px;
}
.item_shop .name a {
  color: #242424;
  text-decoration: none;
}
.item_shop .sub_name {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 15px;
}
.item_shop .price_old {
  display: block;
  font-size: 1.6rem;
  text-decoration: line-through;
  font-weight: bold;
  margin: 0 0 3px;
}
.item_shop .price_old span {
  font-size: 2.3rem;
}
.item_shop .price {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.item_shop .price span {
  font-size: 3rem;
}
.shop_more {
  display: block;
  text-align: center;
}
.shop_more a {
  color: #242424;
  font-size: 1.8rem;
}
.SliderGalery {
  margin: 0 -15px 70px;
}
.SliderGalery .slick-arrow {
  right: 50px;
  top: 50%;
  margin-top: -28px;
}
.SliderGalery .slick-prev {
  right: auto;
  left: 50px;
}
.list_photo {
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}
.list_photo >li {
  padding: 0;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
.list_photo >li img {
  width: 105%;
  margin: -2px 0;
}
.character {
  text-align: center;
}
.character .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 440px;
}
.character .name {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
.character .name a {
  color: #242424;
  text-decoration: none;
}
.subscribe {
  position: relative;
  padding: 248px 0 0;
}
.subscribe .img_subscribe {
  width: 427px;
  height: 248px;
  background: url("../img/bg_subscribe.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.subscribe .img_subscribe::before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  right: -6px;
  height: 59px;
  width: 91px;
  background: url("../img/bg_bg_subscribe_one.png") no-repeat;
}
.form_subscribe {
  border: 3px solid #ff6800;
  border-radius: 9px;
  padding: 35px 45px 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.form_subscribe h2 {
  font-size: 4rem;
  color: #242424;
  font-weight: 500;
  margin: 0 0 10px;
}
.form_subscribe p {
  font-weight: normal;
}
.form_subscribe button.btn,
.form_subscribe a.btn {
  width: 100%;
  min-width: 100%;
}
.form_subscribe .check label {
  font-weight: 500;
}
.form_subscribe .check label input:checked + i + span {
  font-weight: 500;
  color: #242424;
}
.subscribe_left {
  width: 44%;
  padding: 0 20px 0 0;
}
.subscribe_left > *:last-child {
  margin-bottom: 0;
}
.subscribe_left p {
  max-width: 360px;
}
.subscribe_right {
  width: 56%;
  padding: 30px 0 0;
}
.subscribe_right > *:last-child {
  margin-bottom: 0;
}
.subscribe_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.subscribe_col {
  width: 33.33%;
  padding: 0 10px;
}
.navigation_box {
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  margin: 0 -15px;
}
.navigation {
  list-style: none;
  max-width: 1820px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 0;
}
.navigation >li {
  padding: 0 15px;
  text-align: center;
  line-height: 1.2;
}
.navigation >li:first-chihd {
  padding-left: 0;
}
.navigation >li:last-child {
  padding-right: 0;
}
.navigation >li >a {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}
.navigation >li >a:hover,
.navigation >li >a.active {
  text-decoration: underline;
}
.inner_top {
  margin: 0 -15px;
  position: relative;
}
.inner_top .SliderMain .slick-dots {
  bottom: 25px;
}
.slider_fiugre {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 135px;
  width: 770px;
  background: url("../img/bg_slider_figure_inner.png") no-repeat;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider_fiugre_event {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 123px;
  width: 473px;
  background: url("../img/fig_event.png") no-repeat;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 0 0 30px;
}
.inner_top_info {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_inner_top_info.png") no-repeat;
  height: 305px;
  width: 713px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 45px 220px 45px 90px;
  z-index: 10;
  line-height: 1.8;
}
.inner_top_info_one {
  background: url("../img/bg_bg_inner_top_info_one.png") no-repeat;
  height: 317px;
  width: 663px;
  padding-right: 140px;
}
.inner_top_event {
  position: absolute;
  top: 0;
  left: 0;
  height: 252px;
  width: 519px;
  background: url("../img/bg_inner_top_event.png") no-repeat;
  z-index: 10;
  padding: 50px 50px 0 90px;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.BgAttraction {
  background: url("../img/bg_attraction_top.png") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 153px;
  z-index: 15;
}
.figure_attraction_one {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/figure_attraction_one.png") no-repeat;
  height: 287px;
  width: 717px;
  z-index: 10;
}
.figure_attraction_two {
  position: absolute;
  top: 185px;
  right: 0;
  background: url("../img/figure_attraction_two.png") no-repeat;
  height: 189px;
  width: 105px;
  z-index: 10;
}
.figure_img {
  position: absolute;
  bottom: -85px;
  left: 50%;
  z-index: 22;
  margin: 0 0 0 -840px;
}
.figure_event {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 123px;
  width: 473px;
  background: url("../img/figure_event.png") no-repeat;
}
.section_column {
  margin: 0 0 42px;
  position: relative;
}
.section_column .heading_name {
  padding: 0 0 0 33%;
}
.section_column .left_column {
  padding-top: 0;
}
.section_column .column {
  padding: 0;
}
.search_shop {
  border: 2px solid #ff6800;
  border-radius: 8px;
  padding: 28px 20px 20px;
}
.search_shop h4 {
  font-size: 2.4rem;
  color: #ff4c05;
  text-align: center;
  margin: 0 0 18px;
}
.search_shop .search_more {
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  display: none;
}
.search_shop .search_more.active i {
  -webkit-transform: rotate(90deg) translateX(-50%) scaleX(-1);
  -ms-transform: rotate(90deg) translateX(-50%) scaleX(-1);
  -o-transform: rotate(90deg) translateX(-50%) scaleX(-1);
  transform: rotate(90deg) translateX(-50%) scaleX(-1);
}
.search_shop .search_more i {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  font-size: 1.5rem;
}
.form_search_box h4 {
  margin: 0 0 30px;
}
.form_search_shop {
  position: relative;
  margin: 0 0 24px;
}
.form_search_shop .tx {
  height: 38px;
  padding: 0 50px 0 20px;
  font-size: 1.7rem;
  margin: 0;
}
.form_search_shop .btn {
  height: 38px;
  width: 38px;
  padding: 0;
  min-width: inherit;
  position: absolute;
  top: 0;
  right: 0;
}
.form_search_shop .btn i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search_shop_nav {
  list-style: none;
  margin: -22px -5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_shop_nav >li {
  width: 33.33%;
  padding: 22px 5px 0;
}
.shop_nav {
  display: block;
  text-decoration: none;
  font-size: 1.7rem;
  color: #242424;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.shop_nav:hover {
  color: #ff4c05;
  font-weight: bold;
}
.shop_nav .icon {
  display: block;
  height: 66px;
  position: relative;
}
.shop_nav .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
}
.list_shop {
  list-style: none;
  margin: -38px -8px 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_shop >li {
  width: 33.33%;
  padding: 38px 8px 0;
}
.shop {
  display: block;
  border: 2px solid #cdcdcd;
  border-radius: 8px;
  min-height: 100%;
  background: #fff;
  text-decoration: none;
  color: #242424;
  padding: 0 20px 21px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.shop:hover {
  border-color: #ff6800;
}
.shop .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 115px;
}
.shop .img_box img {
  margin: auto;
}
.shop .name {
  display: block;
  margin: 0 0 5px;
}
.shop .shop_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shop .shop_location {
  text-align: center;
  line-height: 1.2;
}
.shop .shop_location .sub {
  font-size: 1.2rem;
  color: #58595b;
  display: block;
}
.shop .icon {
  font-size: 3rem;
  color: #8e8e8e;
}
.shop.shop_discount .icon_discount {
  display: block;
}
.shop.shop_discount .shop_location {
  color: #ff4c05;
}
.shop.shop_discount .shop_location .sub {
  color: #ff4c05;
}
.icon_discount {
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  height: 28px;
  padding: 0 14px 0 10px;
  position: absolute;
  top: -2px;
  right: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.14);
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.14);
}
.icon_discount::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  border-left: 12px solid transparent;
  border-top: 14px solid #ff6602;
  border-bottom: 14px solid #ff6602;
}
.icon_discount span {
  margin-right: 5px;
}
#map_shop {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.bg_map_shop {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  width: 814px;
  background: url("../img/img_map_shop.jpg") no-repeat;
}
.list_check {
  list-style: none;
  margin: -16px 0 20px;
}
.list_check >li {
  padding: 16px 0 0;
}
.list_check .check {
  margin: 0;
}
.list_check .check label {
  font-weight: 500;
}
.list_check_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.list_check_row .list_check {
  width: 50%;
  padding: 0 5px;
}
.search_shop_more > *:last-child {
  margin-bottom: 0;
}
.map_info {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.map_info_box {
  background: #fff;
  width: 668px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #ff6800;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
}
.map_info_box::before {
  display: block;
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  border: 2px solid #ff6800;
  border-bottom: 0;
  border-right: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.map_info_box .img_box {
  width: 53%;
  padding: 0 25px 0 0;
}
.map_info_box .img_box img {
  border-radius: 8px;
}
.map_info_box .name {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff4c05;
  line-height: 1.1;
  margin: 0 0 8px;
}
.map_info_box .name a {
  text-decoration: none;
}
.map_info_box p a {
  text-decoration: none;
  color: #242424;
}
.map_info_cont {
  width: 47%;
}
.map_info_cont > *:last-child {
  margin-bottom: 0;
}
.list_shop_data {
  list-style: none;
  margin: -20px -10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_shop_data >li {
  width: 25%;
  padding: 20px 10px 0;
}
.shop_data {
  text-align: center;
  font-size: 2rem;
  color: #58595b;
  font-weight: 500;
  line-height: 1.2;
}
.shop_data .icon {
  display: block;
  height: 52px;
  font-size: 3.8rem;
}
.shop_data .name {
  display: block;
}
.shop_data .phone {
  display: block;
  position: relative;
}
.shop_data .phone::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shop_data .phone a {
  text-decoration: none;
  color: #58595b;
}
.shop_data .link {
  font-size: 1.5rem;
  color: #242424;
  display: inline-block;
  margin: 10px 0 0;
}
.shop_data .link:hover {
  color: #ff4c05;
}
a.shop_data {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.shop_data:hover {
  color: #ff4c05;
}
.about_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 70px;
}
.about_page .img_box {
  width: 435px;
  padding: 0 45px 0 0;
}
.about_page .img_box img {
  border-radius: 5px;
}
.about_page .about_page_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about_page .about_page_cont >*:last-child {
  margin-bottom: 0;
}
.shop_adds {
  text-align: center;
  margin: 0 0 70px;
}
.shop_adds a {
  display: inline-block;
}
.SliderSpesial {
  padding: 0 88px;
}
.SliderSpesial .slick-slide {
  padding: 0 15px;
}
.shop_special {
  text-align: center;
  max-width: 440px;
  margin: auto;
}
.shop_special .img_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.shop_special .img_box img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.shop_special .date {
  font-size: 2.6rem;
  margin: 0 0 5px;
}
.shop_special .name {
  font-size: 1.9rem;
}
.shop_special .event_cont {
  max-width: 340px;
  margin: auto;
}
.sub_text_inner {
  max-width: 670px;
  margin: 0 auto 65px;
  font-size: 1.9rem;
  font-weight: normal;
  text-align: center;
}
.coment_title {
  text-align: center;
  margin-bottom: 65px;
}
#shop_map {
  height: 478px;
  position: relative;
}
.bg_shop_map {
  background: url("../img/bg_shop_map.jpg") no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shop_reiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 60px;
}
.shop_reiting .star {
  list-style: none;
  margin: 0 -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop_reiting .star >li {
  padding: 0 6px;
  color: #feb80f;
  font-size: 2rem;
}
.shop_reiting .sub {
  font-size: 1.9rem;
  font-weight: normal;
  padding: 4px 7px;
}
.list_rewiev {
  list-style: none;
  margin: 0 auto 60px;
  max-height: 1100px;
}
.list_rewiev >li {
  padding: 38px 0 0;
}
.list_rewiev >li:first-child {
  padding-top: 0;
}
.rewiev {
  padding: 0 0 0 135px;
  position: relative;
}
.rewiev .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.rewiev .img_box img {
  border-radius: 50%;
}
.rewiev .no_img {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  position: relative;
  color: #fff;
  font-size: 3.4rem;
}
.rewiev .no_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rewiev .name {
  display: block;
  font-size: 2.4rem;
  color: #ff4c05;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 14px;
}
.rewiev .date {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #888;
  line-height: 1.2;
  margin: 0 0 10px;
}
.rewiev .rewiev_reiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin: 0 0 7px;
}
.rewiev .rewiev_reiting .sub {
  font-size: 1.6rem;
  font-style: italic;
  color: #3c2f2f;
  display: block;
  padding: 4px 0;
}
.rewiev .star {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rewiev .star >li {
  padding: 0 9px 0 0;
  color: #feb710;
  font-size: 1.5rem;
}
.rewiev .rewiev_cont {
  max-height: 120px;
  overflow: hidden;
  margin: 0 0 8px;
}
.rewiev .rewiev_cont.active {
  max-height: 100%;
}
.rewiev .rewiev_cont_box > *:last-child {
  margin-bottom: 0;
}
.rewiev .read_rewiev {
  font-size: 1.8rem;
  color: #242424;
  display: none;
}
.rewiev .read_rewiev.active {
  display: inline-block;
}
.answer {
  margin: 55px 0 0 135px;
  padding: 0 0 0 135px;
  position: relative;
}
.answer > *:last-child {
  margin-bottom: 0;
}
.answer .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.answer .img_box img {
  border-radius: 50%;
  border: 2px solid #b0b0b0;
}
.answer .no_img {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  position: relative;
  color: #fff;
  font-size: 3.4rem;
}
.answer .no_img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.answer .name {
  display: block;
  font-size: 2.4rem;
  color: #ff4c05;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 14px;
}
.answer .date {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #888;
  line-height: 1.2;
  margin: 0 0 30px;
}
.form_rewiev {
  max-width: 660px;
  margin: 52px auto 0;
}
.form_rewiev h3 {
  text-align: center;
  margin: 0 0 60px;
}
.form_rewiev .tx {
  margin: 0 0 30px;
}
.form_rewiev textarea {
  height: 117px;
  margin: 0 0 35px;
}
.form_rewiev_box {
  border: 2px solid #ff6800;
  border-radius: 7px;
  padding: 38px 40px 45px;
}
.form_rewiev_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form_rewiev_name {
  max-width: 290px;
  width: 100%;
}
.form_rewiev_reiting {
  max-width: 165px;
  width: 100%;
}
.form_rewiev_col {
  padding: 0 10px;
}
.stars_reting {
  margin: 0 0 30px;
}
.stars_reting .jq-selectbox__select {
  display: none;
}
.stars_reting .br-widget {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stars_reting .br-widget a {
  text-decoration: none;
  color: #feb612;
  font-size: 2.2rem;
}
.stars_reting .br-widget a::before {
  display: block;
  content: '\e904';
  font-family: 'icomoon';
}
.stars_reting .br-widget a.br-active::before,
.stars_reting .br-widget a.br-selected::before {
  display: block;
  content: '\e903';
  font-family: 'icomoon';
}
.shop_recommend {
  background: url("../img/bg_shop_recommend.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 70px -15px 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.shop_recommend .name {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 37px;
  text-align: center;
}
.shop_socilas {
  list-style: none;
  margin: 0 0 0 -50px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop_socilas >li {
  padding: 0 0 0 50px;
}
.shop_socilas >li a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0 10px 65px;
  position: relative;
  display: inline-block;
}
.shop_socilas >li a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -27px 0 0;
  display: block;
  background: #fff;
  border: 3px solid #fff;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: #ff4c05;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_socilas >li a .icon::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.shop_socilas >li a .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.shop_socilas >li a:hover .icon {
  color: #fff;
}
.shop_socilas >li a:hover .icon::before {
  opacity: 1;
}
.form_separate {
  border: 2px solid #ff6800;
  border-radius: 8px;
  padding: 28px 20px;
  margin: 0 0 43px;
}
.form_separate label {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #ff4c05;
  font-weight: bold;
  margin: 0 0 30px;
}
.form_separate .jq-selectbox {
  margin-bottom: 0;
}
.form_separate .tx {
  margin: 0;
}
.form_separate .check label {
  font-size: 1.7rem;
  color: #333;
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.form_separate_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -9px 0;
}
.form_separate_col {
  width: 25%;
  padding: 30px 9px 0;
}
.form_separate_col_2 {
  padding: 30px 9px 0;
  width: 19%;
}
.form_separate_col_3 {
  padding: 30px 9px 0;
  width: 37%;
}
.form_separate_check {
  padding: 0 135px 0 0;
  position: relative;
}
.form_separate_check .check {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input_datapicker_box {
  position: relative;
}
.input_datapicker_box i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.2rem;
  color: #ff4c05;
}
.input_datapicker_box .tx {
  padding-right: 40px;
}
.list_data_inner {
  list-style: none;
  margin: -60px -12px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_data_inner >li {
  padding: 60px 12px 0;
  width: 25%;
}
.list_data_inner .adds {
  font-size: 2.2rem;
  line-height: 1.65;
  margin: 0;
  height: 100%;
  position: relative;
}
.list_data_inner .adds .name {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.list_data_inner .adds .imgBox {
  min-height: 100%;
}
.list_data_inner .event .name {
  font-size: 2.4rem;
  line-height: 1.3;
}
.list_data_inner .event .date {
  font-size: 2rem;
  margin-bottom: 0;
}
.list_data_inner .event .img_box {
  margin-bottom: 8px;
}
.list_data_inner .event .event_tags >li {
  font-weight: normal;
}
.attraction_one .img_box {
  margin: 0 0 20px;
}
.attraction_one .img_box a {
  display: block;
  position: relative;
}
.attraction_one .img_box a::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 5px;
  border: 2px solid #ff6800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.attraction_one .img_box img {
  border-radius: 5px;
  width: 100%;
}
.attraction_one .name {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  min-height: 60px;
  margin: 0 5px 14px;
}
.attraction_one .name a {
  text-decoration: none;
  color: #242424;
}
.attraction_one .name a:hover {
  text-decoration: underline;
}
.attraction_one:hover .img_box a::before {
  opacity: 1;
}
.attraction_one_data {
  list-style: none;
  margin: -13px -5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.attraction_one_data >li {
  padding: 13px 5px 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.attraction_one_data >li i {
  margin: 0 5px 0 0;
}
.much_view {
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 30px 0 0;
}
.attraction_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.attraction_more .adds .imgBox {
  height: 395px;
}
.attraction_more h2 {
  text-align: center;
  margin: 0 0 47px;
}
.attraction_more_adds {
  width: 400px;
  padding: 0 50px 0 0;
}
.attraction_more_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attraction_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 0 60px;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.45;
}
.attraction_about .day {
  list-style: none;
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 378px;
}
.attraction_about .day li {
  width: 14%;
  padding: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.attraction_about .day .day_grid {
  height: 124px;
  width: 22px;
  border-radius: 5px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
.attraction_about .day .day_grid div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #ff5d09;
}
.attraction_about .day_name {
  display: block;
  text-transform: uppercase;
  font-size: 2.1rem;
  margin: 55px 0 30px;
}
.attraction_about_left {
  width: 62%;
}
.attraction_about_right {
  width: 30%;
  padding: 10px 0 0;
}
.attraction_about_info {
  list-style: none;
  margin: -13px 0 40px;
  font-size: 1.8rem;
}
.attraction_about_info >li {
  padding: 13px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.6;
}
.attraction_about_info .name {
  padding: 0 0 0 45px;
  position: relative;
}
.attraction_about_info .name .icon {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
}
.attraction_about_info .sub {
  display: block;
  text-align: right;
}
.attraction_about_info .link {
  display: block;
  font-size: 1.5rem;
}
.attraction_about_info .link a {
  color: #242424;
  text-decoration: underline;
}
.attraction_about_info .link a:hover {
  text-decoration: none;
}
.attraction_video {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.attraction_video .btn_play {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #e82d12;
  border-radius: 50%;
}
.attraction_video .btn_play::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.attraction_galery {
  background: url("../img/bg_attraction_galery.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -15px 50px;
  padding: 50px 15px 70px;
  color: #fff;
}
.attraction_galery h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 60px;
}
.SliderAttractionGalery {
  padding: 0 115px;
}
.SliderAttractionGalery .slick-dots >li button {
  border-color: #fff;
}
.SliderAttractionGalery .slick-dots >li.slick-active button {
  background: none;
}
.SliderAttractionGalery .slick-dots >li.slick-active button::before {
  display: none;
}
.SliderAttractionGalery .slick-arrow {
  color: #ff6800;
  background: #fff;
  border: 3px solid #fff;
}
.SliderAttractionGalery .slick-arrow::after {
  display: none;
}
.SliderAttractionGalery .slick-arrow:hover {
  background: none;
  color: #fff;
}
.SliderAttractionGalery .slick-dots {
  margin-top: 45px;
}
.attraction_ticket {
  position: relative;
}
.form_ticket {
  max-width: 936px;
  margin: auto;
  position: relative;
}
.form_ticket h2 {
  text-align: center;
}
.form_ticket .ticket_price {
  margin-left: -40px;
  margin-right: -40px;
}
.form_ticket .ticket_price >li {
  padding-left: 40px;
  padding-right: 40px;
}
.form_ticket .icon_box {
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -800px;
}
.form_ticket .total {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 28px;
  text-align: center;
}
.form_ticket .total .price {
  color: #ff4c05;
  font-size: 2.4rem;
}
.form_ticket .total .price span {
  font-size: 3rem;
}
.form_ticket .much input {
  padding: 0 10px 0 40px;
}
.bg_form_ticket {
  background: url("../img/bg_bg_form_ticket.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1920px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.form_ticket_box {
  margin: 0 0 17px;
  border: 2px solid #ff6800;
  border-radius: 7px;
  padding: 38px 45px 45px;
}
.form_ticket_box .jq-selectbox {
  margin-bottom: 0;
  max-width: 202px;
}
.form_ticket_box label {
  color: #4b4b4b;
}
.ticket_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px -15px 0;
}
.ticket_col_1 {
  width: 31%;
  padding: 25px 15px 0;
}
.ticket_col_2 {
  width: 330px;
  padding: 25px 15px 0;
}
.ticket_much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px -7px 0;
}
.ticket_much_col {
  width: 33.33%;
  padding: 15px 7px 0;
}
.much {
  position: relative;
  padding: 0 35px;
  height: 41px;
  border-radius: 5px;
}
.much span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 2px solid #ff6800;
  width: 35px;
  border-radius: 0 5px 5px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
}
.much span::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 0 5px 5px 0;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.much span:hover {
  color: #ff6b15;
}
.much span:hover::after {
  opacity: 0;
}
.much span.minus {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  right: auto;
  left: 0;
}
.much i {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.much input {
  display: block;
  width: 100%;
  height: 41px;
  border: 0;
  border-top: 2px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
  text-align: center;
  padding: 0 5px;
}
.list_weiting {
  list-style: none;
  margin: 0 5px 60px;
  padding: 0 0 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ff4c05;
  border-radius: 5px;
}
.list_weiting li {
  width: 33.33%;
  padding: 35px 35px 0;
}
.weiting .name {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  min-height: 60px;
  margin: 0 0 18px;
}
.weiting .name a {
  text-decoration: none;
  color: #242424;
}
.weiting .name a:hover {
  text-decoration: underline;
}
.weiting .cat {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 15px;
}
.weiting .cat i {
  margin: 0 5px 0 0;
}
.weiting p {
  font-size: 1.9rem;
  margin: 0;
}
.weiting p a {
  color: #242424;
  text-decoration: none;
}
.attraction_location {
  background: url("../img/bg_attraction_location.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 412px -15px 50px;
  padding: 48px 15px 70px;
  color: #fff;
  position: relative;
}
.attraction_location h2 {
  color: #fff;
}
.attraction_location .top_figure {
  height: 354px;
  width: 1410px;
  background: url("../img/bg_loaction_figure.jpg") no-repeat;
  position: absolute;
  top: -354px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.attraction_location .top_figure::before {
  display: block;
  height: 35px;
  width: 336px;
  background: url("../img/bg_loaction_figure_bot.png") no-repeat;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -177px;
}
#map_attraction {
  height: 478px;
  position: relative;
}
.bgMapLocation {
  background: url("../img/bg_map_location.jpg") no-repeat 50% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.CaruselSub {
  padding: 0 70px;
  margin: 0 0 70px;
}
.CaruselSub .slick-slide {
  padding: 0 10px;
}
.attraction_sub {
  font-weight: 500;
}
.attraction_sub .img_box {
  margin: 0 0 20px;
}
.attraction_sub .img_box img {
  width: 100%;
  border-radius: 5px;
}
.attraction_sub .sub_location {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #3c2f2f;
  line-height: 1.2;
  min-height: 42px;
  margin: 0 0 15px;
}
.attraction_sub .sub_location i {
  margin: 0 5px 0 0;
  font-size: 1.6rem;
}
.attraction_sub .name {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  min-height: 60px;
  margin: 0 0 14px;
}
.attraction_sub .name a {
  text-decoration: none;
  color: #242424;
}
.attraction_sub_data {
  list-style: none;
  margin: -13px 0 22px;
}
.attraction_sub_data >li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  padding: 13px 0 0;
}
.theme_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 42px;
}
.theme_about .medium {
  font-weight: 500;
}
.theme_about_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px 0 0;
}
.theme_about_cont > *:last-child {
  margin-bottom: 0;
}
.theme_about_img {
  width: 415px;
  border-radius: 5px;
  overflow: hidden;
}
.list_theme_much {
  list-style: none;
  margin: -30px -15px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_theme_much >li {
  width: 25%;
  padding: 30px 15px 0;
}
.theme_much {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #242424;
  line-height: 1.2;
}
.theme_much .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  font-size: 8.5rem;
  color: #58595b;
  margin: 0 0 5px;
}
.theme_much .number {
  display: block;
  font-size: 5.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  margin: 0 0 5px;
}
.theme_much p {
  margin: 0;
}
.list_theme_info {
  list-style: none;
  margin: -30px -15px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_theme_info >li {
  width: 33.33%;
  padding: 30px 15px 0;
}
.theme_info {
  display: block;
  color: #fff;
  position: relative;
  z-index: 5;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 38px 0 45px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme_info .name {
  display: block;
  max-width: 160px;
}
.theme_info::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -105px;
  bottom: 0;
  width: 300px;
  background: #ff441b;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: -2;
}
.theme_info .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150px;
  z-index: -3;
}
.theme_info .figure {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: -1;
}
.theme_info:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.list_theme_area {
  list-style: none;
  margin: -60px -10px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_theme_area >li {
  padding: 60px 10px 0;
  width: 33.33%;
}
.theme_area .img_box {
  margin: 0 0 12px;
  border-radius: 5px;
  overflow: hidden;
}
.theme_area .img_box img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.theme_area .name {
  display: block;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
}
.theme_area .name a {
  color: #242424;
  text-decoration: none;
}
.theme_area:hover .img_box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.form_buy {
  margin: 0 0 33px;
}
.form_buy h2 {
  text-align: center;
}
.form_buy .form_buy_sub {
  display: block;
  text-align: center;
  max-width: 930px;
  margin: 0 auto 62px;
  text-align: center;
  font-size: 1.7rem;
  color: #010101;
  line-height: 1.8;
}
.form_buy .ticket_price {
  margin-bottom: 20px;
}
.form_buy label {
  color: #4b4b4b;
  margin: 0 0 6px;
}
.list_much {
  list-style: none;
  margin: -51px 0 0;
}
.list_much >li {
  padding: 51px 0 0;
}
.buy_much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.buy_much .much {
  max-width: 160px;
  margin: 0 25px 0 0;
}
.buy_much .price {
  position: relative;
  z-index: 6;
  display: inline-block;
  min-width: 91px;
  font-size: 2rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.buy_much .price span {
  font-size: 2.8rem;
}

.form_buy_box {
  border: 2px solid #ff6800;
  border-radius: 7px;
  padding: 35px 45px 0;
  position: relative;
  overflow: hidden;
}
.form_buy_box .form_buy_top {
  position: absolute;
  top: 37px;
  right: 45px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
}
.form_buy_box .form_buy_top .link {
  color: #242424;
  margin: 0 50px 0 0;
}
.form_buy_box .form_buy_top .step {
  font-weight: 500;
  white-space: nowrap;
}
.form_buy_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px 100px;
}


.form_buy_col_1 {
  width: 42%;
  padding: 0 20px;
}
.form_buy_col_1.v2 {width: 68%}
.form_buy_col_2 {
  width: 27%;
  padding: 45px 20px;
  margin: 90px 0 0;
  position: relative;
  border-left: 1px solid #d9d9d9;
}
.form_buy_col_3 {
  width: 31%;
  padding: 0 20px;
  margin: 90px 0 0;
  position: relative;
  border-left: 1px solid #d9d9d9;
}
.list_check_time {
  list-style: none;
  margin: -29px 0 0;
}
.list_check_time >li {
  padding: 29px 0 0;
}
label.check_time,
.check_time {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 2.8rem;
  font-weight: 500;
  color: #575756;
  text-align: center;
  margin: 0;
}
label.check_time input,
.check_time input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.check_time span,
.check_time span {
  display: block;
  padding: 8px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
label.check_time span::before,
.check_time span::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.23);
}
label.check_time:hover,
.check_time:hover {
  color: #ff4c05;
}
label.check_time input:checked + span,
.check_time input:checked + span {
  color: #fff;
  cursor: default;
}
label.check_time input:checked + span::before,
.check_time input:checked + span::before {
  opacity: 1;
}
.datepicker_box {
  position: relative;
  min-height: 100%;
}
.calendar_info {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 20px 0 0 -25px;
  width: 600px;
}
.calendar_info >li {
  padding: 0 0 0 15px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: bottom;
}
.calendar_info >li span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #4b4b4b;
  margin: 0 10px 0 0;
}
.calendar_info >li span.color {
  color: #ff4c05;
}
.calendar_info >li .icon_line {
  height: 2px;
  width: 16px;
  background: #818181;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.form_buy_total {
  margin: 0 -45px;
  padding: 26px 45px;
  background: #f2f2f2;
  line-height: 1.2;
  position: relative;
  min-height: 104px;
}
.form_buy_total .total_link {
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form_buy_total .total_link a {
  font-size: 1.8rem;
  color: #242424;
}
.form_buy_total .total_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form_buy_total .total_price .sub {
  padding: 0 10px;
}
.form_buy_total .total_price .price {
  font-size: 3.4rem;
  color: #ff4c05;
  padding: 0 10px;
}
.form_buy_total .total_price .price span {
  font-size: 4.4rem;
}
.form_buy_total .btn.btn_middle {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form_buy_bottom {
  text-align: center;
  max-width: 690px;
  margin: 28px auto 0;
  color: #010101;
}
.form_buy_bottom h5 {
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0 0 22px;
}
.form_buy_bottom .phone {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  margin: -28px 0 0;
}
.form_buy_bottom .phone::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form_buy_bottom .phone a {
  text-decoration: none;
  color: #010101;
}
.buy_more {
  border-top: 1px solid #d9d9d9;
  padding: 70px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.buy_more_left {
  width: 53%;
}
.buy_more_right {
  width: 47%;
}
.schedule {
  max-width: 556px;
  margin: auto;
}
.schedule .name {
  display: block;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0 0 60px;
}
.schedule .day {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.schedule .day li {
  width: 14%;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.schedule .day .day_grid {
  height: 170px;
  width: 30px;
  border-radius: 5px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
  margin: 0 auto 12px;
}
.schedule .day .day_grid div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #ff5d09;
}
.list_ticket_another {
  list-style: none;
  margin: -22px -11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_ticket_another >li {
  width: 50%;
  padding: 22px 11px 0;
}
.ticket_another {
  display: block;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ticket_another .imgBox {
  height: 250px;
  width: 100%;
  display: block;
}
.ticket_another .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
  padding: 10px;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
}
.ticket_another:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
#datepicker .ui-datepicker {
  padding: 0;
  border: 0;
}
#datepicker .ui-datepicker-calendar td {
  padding: 5px 0;
  font-size: 2.8rem;
  font-weight: 500;
}
#datepicker .ui-datepicker-calendar td a {
  display: block;
  height: 58px;
  width: 100%;
  max-width: 58px;
  line-height: 56px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#datepicker .ui-datepicker-calendar td span {
  /*font-size: 0;*/
  height: 58px;
  max-width: 58px;
  position: relative;
  display: block;
}
/*#datepicker .ui-datepicker-calendar td span::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  margin: -1px 0 0 -8px;
  background: #575756;
}*/
#datepicker .ui-datepicker-calendar td.hight_days a {
  color: #ff4c05;
}
#datepicker .ui-datepicker-calendar td.hight_days .ui-state-active {
  color: #fff;
}
#datepicker .ui-datepicker-calendar th {
  padding: 0 0 25px;
  font-size: 1.8rem;
}
#datepicker .ui-datepicker-header {
  padding-bottom: 50px;
  margin-bottom: 0;
}
#datepicker .ui-datepicker-header .ui-datepicker-title {
  display: inline-block;
  border-bottom: 3px solid #ff6305;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff4c05;
  padding: 0 10px 5px;
  min-width: 155px;
}
.ui-datepicker {
  background: #fff;
  border: 2px solid #ff4c05;
  z-index: 10000 !important;
  padding: 30px;
}
.ui-datepicker-calendar {
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker-calendar td {
  border: 0 !important;
  padding: 0;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
}
.ui-datepicker-calendar td a {
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid transparent;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  color: #575756;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-datepicker-calendar td a:hover {
  border-color: #575756;
  color: #575756;
}
.ui-datepicker-calendar td.hight_days a:hover{
  border-color: #ff4c05;
  color: #ff4c05;
}
.ui-datepicker-calendar td a::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #575756;
  color: #575756;
  background: -webkit-gradient(linear, left top, right top, from(#adadad), to(#575756));
  background: -webkit-linear-gradient(left, #adadad 0%, #575756 100%);
  background: -o-linear-gradient(left, #adadad 0%, #575756 100%);
  background:linear-gradient(to right, #adadad 0%, #575756 100%);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
td.hight_days a::before{
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
}
.ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
}
.ui-datepicker-calendar td a.ui-state-active::before {
  opacity: 1;
}
.ui-datepicker-calendar td span {
  /*font-size: 0;*/
  height: 58px;
  max-width: 58px;
  position: relative;
  display: block;
}
/*.ui-datepicker-calendar td span::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 16px;
  margin: -1px 0 0 -8px;
  background: #575756;
}*/
.ui-datepicker-calendar .ui-datepicker-week-end {
  color: #ff4c05;
}
.ui-datepicker-calendar .ui-datepicker-week-end a {
  color: #ff4c05;
}
.ui-datepicker-calendar th {
  padding: 0 0 15px;
  font-size: 1.6rem;
  color: #4b4b4b;
  font-weight: bold;
  text-align: center;
}
.ui-datepicker-calendar tr:first-child {
  background: none !important;
}
.ui-datepicker-header {
  position: relative;
  text-align: center;
  margin: 0 0 15px;
}
.ui-datepicker-header .ui-corner-all {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff6502;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 0 0 0.3rem;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ui-datepicker-header .ui-corner-all:hover {
  color: #ff4c05;
}
.ui-datepicker-header .ui-corner-all:hover::after {
  opacity: 0;
}
.ui-datepicker-header .ui-corner-all span {
  font-size: 0;
}
.ui-datepicker-header .ui-corner-all::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-datepicker-header .ui-corner-all::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 0.1rem;
  font-family: 'icomoon';
  content: '\e901';
}
.ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ui-datepicker-header .ui-datepicker-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #575756;
  padding: 0 10px 5px;
  min-width: 155px;
}
.buy_error {
  text-align: center;
  min-height: 707px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 100px;
  background: url("../img/bg_buy_error.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 -15px;
  padding: 30px 15px;
}
.buy_error h2 {
  font-size: 5.5rem;
  color: #fff;
  margin: 0 0 60px;
}
.buy_error p {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 0 60px;
}
.buy_error .btn.btn_middle {
  min-width: 200px;
  margin: 0 0 30px;
}
.buy_error .link {
  display: block;
  font-size: 1.8rem;
}
.buy_error .link a {
  color: #fff;
}
.buy_error button.btn,
.buy_error a.btn {
  color: #ff4c05;
  border-color: #fff;
  background: #fff;
}
.buy_error button.btn::before,
.buy_error a.btn::before,
.buy_error button.btn::after,
.buy_error a.btn::after {
  opacity: 0;
  background: none;
  border: 2px solid #fff;
}
.buy_error button.btn:hover,
.buy_error a.btn:hover {
  background: none;
  color: #fff;
}
.buy_error button.btn:hover::after,
.buy_error a.btn:hover::after {
  opacity: 1;
}
.buy_error button.btn:active,
.buy_error a.btn:active {
  color: #ff4c05;
  border-color: #fff;
  background: #fff;
}
.buy_data_main {
  min-height: 500px;
}
.buy_data {
  margin: 0 0 17px;
  padding: 7px 0 0;
}
.buy_data > *:last-child {
  margin-bottom: 0;
}
.buy_data p {
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.buy_data_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*max-width: 740px;*/
  margin: 0 0 0 -10px;
}
.buy_data_col {
  width: 33%;
  padding: 0 0 0 10px;
}
.buy_data_bot {
  border-top: 1px solid #d9d9d9;
  padding: 16px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;/*
  -webkit-justify-content: space-between;*/
  -ms-flex-pack: justify;/*
          justify-content: space-between;*/
}
.buy_data_bot .list_check {
  padding: 40px 0 0 10px;
}
.buy_data_discount {
  width: 360px;
}
.buy_data_discount label {
  display: block;
  margin: 0 0 20px;
}
.buy_last {
  border: 2px solid #b0b0b0;
  border-radius: 7px;
  overflow: hidden;
  padding: 84px 60px 40px;
  min-height: 707px;
  /*margin: 75px 0 28px;*/
}
.buy_last h2 {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 48px;
}
.buy_last h2 .icon {
  display: block;
  font-size: 10.7rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.buy_last h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #010101;
  line-height: 1.5;
  margin: 0 0 60px;
}
.list_buy_last {
  list-style: none;
  margin: -30px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_buy_last >li {
  padding: 30px 15px 0;
  width: 33.33%;
  font-size: 1.9rem;
  font-weight: 500;
  color: #010101;
}
.list_buy_last .icon {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  text-align: center;
  font-size: 3.8rem;
  height: 70px;
  margin: 0 0 5px;
}
.list_buy_last a {
  text-decoration: none;
}
.list_buy_last a:hover {
  text-decoration: underline;
}
.list_buy_last .link {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.list_buy_last .link::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list_buy_last .link a {
  color: #010101;
  text-decoration: none;
}
.promenade_main {
  max-width: 940px;
  margin: auto;
}
.promenade_main h1 {
  text-align: center;
  margin-bottom: 45px;
}
.promenade_main_info {
  list-style: none;
  margin: -30px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promenade_main_info >li {
  width: 33.33%;
  text-align: center;
  padding: 30px 15px 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #575756;
}
.promenade_main_info .icon {
  display: block;
  height: 95px;
  font-size: 10rem;
  color: #666;
  line-height: 1;
}
.promenade_main_info .number {
  display: block;
  font-size: 5.5rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.promenade .SliderMain {
  margin: 65px 0 0;
}
.promenade .SliderMain .slick-arrow {
  display: block !important;
}
.promenade .SliderMain .slick-dots {
  display: none !important;
}
.promenade h2 {
  text-align: center;
}
.promenade_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.promenade_info .sheme {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
.promenade_info .sheme img {
  margin-left: auto;
}
.promenade_info .img_box {
  width: 235px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 235px;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
}
.promenade_info .img_box img {
  margin: auto;
}
.promenade_info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.promenade_info_box > *:last-child {
  margin-bottom: 0;
}
.fig_prom_london {
  display: block;
  height: 246px;
  width: 226px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/fig_prom_1.png") no-repeat;
}
.fig_prom_rim {
  display: block;
  height: 245px;
  width: 253px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background: url("../img/fig_prom_2.png") no-repeat;
}
.fig_prom_barsa {
  display: block;
  height: 176px;
  width: 287px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: url("../img/fig_prom_barsa.png") no-repeat;
}
.fig_prom_beverly {
  display: block;
  height: 216px;
  width: 284px;
  position: absolute;
  bottom: 0;
  left: 16px;
  background: url("../img/fig_prom_beverly.png") no-repeat;
}
.fig_prom_moskow {
  display: block;
  height: 304px;
  width: 225px;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: url("../img/fig_prom_moskow.png") no-repeat;
}
.promenade_nav {
  list-style: none;
  margin: -30px -15px 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promenade_nav >li {
  width: 33.33%;
  text-align: center;
  padding: 30px 15px 0;
}
.promenade_nav a {
  display: inline-block;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  color: #242424;
  border-bottom: 3px solid transparent;
  padding: 0 40px 12px;
}
.promenade_nav a.active {
  color: #ff4c05;
  border-bottom-color: #ff4c05;
}
.promenade_nav .icon {
  display: block;
  height: 110px;
  font-size: 11rem;
  line-height: 1;
}
.list_prom_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-right: -15px;
  margin-bottom: 40px;
}
.list_prom_data >li {
  padding: 4px 25px 0 0;
  width: 16.66%;
}
.list_prom_data >li a {
  font-size: 1.9rem;
  text-decoration: none;
  color: #242424;
}
.list_prom_data >li a:hover {
  color: #ff4c05;
  font-weight: bold;
}
.all_see {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}
.all_see a {
  color: #242424;
}
.content_inner .section {
  padding-top: 0;
  padding-bottom: 0;
}
.event_info {
  list-style: none;
  margin: -20px -15px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event_info >li {
  width: 25%;
  text-align: center;
  font-size: 2rem;
  color: #58595b;
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 15px 0;
}
.event_info .icon {
  display: block;
  font-size: 3.6rem;
  height: 50px;
}
.event_info .event_info_one {
  max-width: 170px;
  margin: auto;
}
.event_info .icon_year {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #e82600;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin: auto;
}
.event_page_text {
  margin: 0 0 50px;
}
.event_page_text .event_page_map {
  float: right;
  margin: 0 0 20px 45px;
  max-width: 415px;
  overflow: hidden;
  border-radius: 5px;
}
.event_page_text .sub_text {
  font-size: 2.1rem;
  font-weight: 500;
}
.event_page_text .back {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  color: #242424;
  font-size: 1.8rem;
}
.event_page_text .back i {
  position: absolute;
  top: 5px;
  left: 0;
}
.event_page_text .img_left {
  float: left;
}
.event_page_text .img_left img {
  border-radius: 5px;
}
.form_event_write {
  max-width: 782px;
  margin: 0 auto 40px;
}
.form_event_write h3 {
  text-align: center;
  margin: 0 0 35px;
}
.event_write {
  border: 2px solid #ff6800;
  border-radius: 5px;
  padding: 40px 45px;
}
.event_write .tx {
  margin: 0;
}
.event_write .btn {
  width: 100%;
}
.event_write_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -5px 0;
}
.event_write_col {
  width: 37%;
  padding: 10px 5px 0;
}
.event_write_btn {
  width: 26%;
  padding: 10px 5px 0;
}
.section_event {
  margin: 0 0 60px;
}
.section_event h2 {
  text-align: center;
  margin: 0 0 10px;
}
.select_much {
  position: relative;
  height: 41px;
}
.select_much:hover .trigger {
  color: #ff6b15;
}
.select_much:hover .trigger::after {
  opacity: 0;
}
.select_much.active {
  z-index: 11;
}
.select_much.active .select_much_name {
  z-index: 11;
}
.select_much.active .select_much_drop {
  display: block;
}
.select_much.active .trigger {
  color: #fff;
  border-color: #b0b0b0;
  background: #b0b0b0;
}
.select_much.active .trigger::after {
  opacity: 0;
}
.select_much_name {
  color: #70747a;
  position: relative;
  padding: 0 45px 0 15px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 35px;
  font-size: 1.8rem;
  color: #3c3c3c;
  height: 41px;
  border: 2px solid #c7c7c7;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.select_much_name i {
  font-size: 3.2rem;
  color: #fd704c;
}
.select_much_name .MuchChild,
.select_much_name .MuchAduls,
.select_much_name .MuchFamily {
  text-align: center;
}
.select_much_name .trigger {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: 0;
  height: 41px;
  background: #fff;
  border: 2px solid #ff6800;
  width: 35px;
  border-radius: 0 5px 5px 0;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  color: #fff;
}
.select_much_name .trigger::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 0 5px 5px 0;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select_much_name .trigger::before {
  display: block;
  font-family: 'icomoon';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.select_much_name .text {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select_much_drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 3px;
  display: none;
  border: 2px solid #ff4c05;
  margin: 2px 0 0;
}
.select_much_drop .list_drop {
  list-style: none;
  margin: 0;
}
.select_much_drop .list_drop >li {
  padding: 0 15px;
  line-height: 1.2;
  border-top: 1px solid #dbdbdb;
}
.sel_much {
  position: relative;
  padding: 18px 0 18px 45px;
  font-size: 1.6rem;
}
.sel_much .Data {
  color: #ff4c05;
  font-weight: 500;
}
.sel_much i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fd704c;
  font-size: 3.2rem;
}
.sel_much .btn_sel_much {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  background: #fff;
  border: 2px solid #ff6800;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.13);
}
.sel_much .btn_sel_much::after {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#ff6602), to(#fd332d));
  background: -webkit-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: -o-linear-gradient(left, #ff6602 0%, #fd332d 100%);
  background: linear-gradient(to right, #ff6602 0%, #fd332d 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sel_much .btn_sel_much:hover {
  color: #ff6b15;
}
.sel_much .btn_sel_much:hover::after {
  opacity: 0;
}
.sel_much .btn_sel_much.SelPlus {
  right: 0;
}
.event_location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 690px;
  margin: auto;
  margin: 40px 0 0;
}
.event_location_map {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  overflow: hidden;
  border-radius: 5px;
}
.event_location_cont {
  padding: 0 40px 0 55px;
  position: relative;
}
.event_location_cont i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.6rem;
}
.section_shop_discount h2 {
  text-align: center;
  margin-bottom: 20px;
}
.vacancy h1 {
  text-align: center;
  margin-bottom: 45px;
}
.vacancy_text_sub {
  max-width: 870px;
  margin: 0 auto 63px;
}
.vacancy_text_sub > *:last-child {
  margin-bottom: 0;
}
.vacancy_section {
  border: 2px solid #ff6800;
  overflow: hidden;
  border-radius: 6px;
  padding: 33px 0 0;
  margin: 0 0 32px;
}
.vacancy_section > *:last-child {
  margin-bottom: 0;
}
.vacancy_section h2 {
  text-align: center;
  font-size: 2.6rem;
  color: #242424;
  margin: 0 0 40px;
}
.list_vacancy {
  list-style: none;
  margin: 0 0 33px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.list_vacancy >li {
  padding: 15px 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2;
  min-height: 90px;
}
.list_vacancy >li:nth-child(2n) {
  background: #f2f2f2;
}
.list_vacancy .name {
  font-size: 2rem;
  font-weight: bold;
  max-width: 410px;
  padding-right: 20px;
}
.list_vacancy .name a {
  text-decoration: none;
  color: #242424;
}
.list_vacancy .name a:hover {
  color: #ff4c05;
}
.list_vacancy .price {
  font-weight: bold;
  font-size: 1.6rem;
}
.list_vacancy .price span {
  font-size: 2.3rem;
}
.see_all {
  text-align: center;
  display: block;
  margin: 0 0 65px;
}
.vacancy_info {
  border: 2px solid #bababa;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0;
}
.vacancy_info .name {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff4c05;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.vacancy_info .name i {
  position: absolute;
  top: 4px;
  left: 0;
}
.vacancy_info .mail {
  font-weight: 500;
  text-decoration: none;
  color: #242424;
}
.vacancy_info .link {
  display: inline-block;
  padding: 10px 0 10px 60px;
  position: relative;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
}
.vacancy_info .link i {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  font-size: 4.2rem;
}
.vacancy_info .link .link_more {
  position: relative;
  top: 4px;
}
.vacancy_info_box {
  width: 50%;
  padding: 0 50px;
}
.vacancy_info_box > *:last-child {
  margin-bottom: 0;
}
.inner_top_landscape {
  background: url("../img/bg_inner_top_landscape.png") no-repeat;
  height: 450px;
  width: 484px;
  padding: 65px 60px 0 90px;
}
.BgLandscape {
  background: url("../img/bg_landscape.png") no-repeat 50% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 204px;
  z-index: 15;
}
.slider_fiugre_land {
  background: url("../img/bg_slider_fiugre_land.png") no-repeat;
  height: 160px;
  width: 256px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 300px;
}
.inner_top .SliderMainDotsPadd .slick-dots {
  bottom: 75px;
}
.landscape_info {
  position: relative;
  min-height: 1000px;
}
.landscape_info h2 {
  margin-bottom: 40px;
}
.landscape_map {
  position: absolute;
  top: 120px;
  left: 0;
  width: 66%;
}
.landscape_info_box {
  width: 45%;
  margin-left: auto;
  position: relative;
  z-index: 5;
  text-align: right;
}
.landscape_info_box > *:last-child {
  margin-bottom: 0;
}
.landscape_link {
  list-style: none;
  margin: -10px 0 70px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 490px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.landscape_link >li {
  width: 160px;
  padding: 10px 0 0;
}
.landscape_link a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #242424;
  line-height: 1.4;
}
.landscape_link a:hover {
  color: #ff4c05;
}
.landscape_link a:hover i {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.landscape_link a .icon {
  display: block;
  height: 120px;
  position: relative;
  font-size: 8rem;
}
.landscape_link a .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.landscape_link_two {
  max-width: 350px;
}
.GaleryInner {
  margin: 50px 0 0;
  position: relative;
}
.GaleryInner .galery_img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 -41px -930px;
  z-index: 10;
}
.GaleryInner h2 {
  text-align: center;
}
.area_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.area_about_left {
  width: 100%;
  padding: 0 90px 0 0;
}
.area_about_right {
  width: 390px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 390px;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
}
.list_area_info {
  list-style: none;
  margin: -30px -10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_area_info >li {
  padding: 30px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33%;
  font-size: 1.7rem;
  font-weight: bold;
  color: #575756;
  line-height: 1.3;
}
.list_area_info >li .icon {
  font-size: 4.8rem;
  margin-right: 10px;
}
.sub_text_in {
  font-size: 1.9rem;
  font-weight: 500;
  padding: 0 0 0 110px;
}
.list_area_adds {
  list-style: none;
  margin: -28px 0 0;
}
.list_area_adds >li {
  padding: 28px 0 0;
}
.area_map {
  overflow: hidden;
  border-radius: 5px;
}
.adds_in {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.theme_attraction {
  position: relative;
  z-index: 5;
}
.theme_attraction h2 {
  text-align: center;
}
.theme_attraction_bg {
  position: absolute;
  bottom: 33px;
  left: 50%;
  z-index: -1;
  margin: 0 0 0 -960px;
}
.list_theme_attraction {
  list-style: none;
  margin: -70px -10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_theme_attraction >li {
  padding: 70px 10px 0;
  width: 33.33%;
}
.list_theme_attraction .name {
  font-size: 2.6rem;
  min-height: inherit;
  margin: 0 0 20px;
}
.list_theme_attraction .attraction_one_data {
  margin-left: -15px;
  margin-right: -15px;
}
.list_theme_attraction .attraction_one_data >li {
  font-size: 1.6rem;
  padding-left: 15px;
  padding-right: 15px;
}
.list_theme_attraction .attraction_one_data >li i {
  font-size: 2rem;
}
.attraction_one .btn_center {
  margin-top: 22px;
}
.theme_restaurant {
  position: relative;
  z-index: 5;
  margin: 0 -15px 20px;
  padding: 0 15px 752px;
}
.theme_restaurant .img_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.theme_restaurant .img_box img {
  min-width: 100%;
  max-width: inherit;
}
.theme_restaurant_shop {
  max-width: 690px;
  text-align: center;
  margin: auto;
}
.theme_restaurant_shop h2 {
  margin-bottom: 45px;
}
.theme_restaurant_shop p a {
  text-decoration: none;
}
.theme_restaurant_shop p a:hover {
  text-decoration: underline;
}
.time_work {
  display: inline-block;
  padding: 0 0 0 60px;
  position: relative;
  color: #58595b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
}
.time_work .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.5rem;
}
.time_work ul {
  list-style: none;
  margin: 0;
}
.time_work ul >li {
  padding: 0;
}
.theme_shop {
  position: relative;
  z-index: 5;
  margin: 0 -15px 20px;
  padding: 0 15px 850px;
}
.theme_shop .img_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.theme_shop .img_box img {
  min-width: 100%;
  max-width: inherit;
}
/* FOOTER
-----------*/
#footer {
  background: #fff;
  padding: 78px 15px;
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
#footer::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fefefe));
  background: -webkit-linear-gradient(#eee 0%, #fefefe 100%);
  background: -o-linear-gradient(#eee 0%, #fefefe 100%);
  background: linear-gradient(#eee 0%, #fefefe 100%);
}
#footer::after {
  display: block;
  content: '';
  position: absolute;
  top: 280px;
  left: 0;
  height: 438px;
  width: 439px;
  background: url("../img/bg_footer.jpg") no-repeat;
  z-index: -1;
}
#footer.zIndex {
  z-index: -11;
}
.footer_box {
  max-width: 1200px;
  margin: auto;
}
.footer_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot_logo {
  width: 10%;
}
.footer_top_box {
  width: 86%;
}
.name_foot {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  margin: 0 0 10px;
}
.foot_nav {
  list-style: none;
  margin: -11px 0 33px;
}
.foot_nav >li {
  padding: 11px 0 0;
  line-height: 1;
}
.foot_nav >li >a {
  font-size: 1.5rem;
  color: #242424;
  text-decoration: none;
  display: inline-block;
}
.foot_nav >li >a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
  font-weight: bold;
}
.footer_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  min-height: 380px;
}
.footer_col_one {
  width: 22%;
  padding: 0 5px;
}
.footer_col_one > *:last-child {
  margin-bottom: 0;
}
.footer_col_two {
  width: 19%;
  padding: 0 5px;
}
.footer_col_two > *:last-child {
  margin-bottom: 0;
}
.foot_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -20px -10px 70px;
}
.foot_cont {
  padding: 20px 10px 0;
}
.foot_link {
  list-style: none;
  margin: -22px 0 0 0;
  padding: 20px 10px 0;
}
.foot_link >li {
  padding: 22px 0 0 35px;
  position: relative;
}
.foot_link >li::before {
  display: block;
  content: '\e901';
  font-family: 'icomoon';
  position: absolute;
  top: 22px;
  left: 0;
  color: #ff4c05;
}
.foot_link >li >a {
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: none;
  color: #242424;
}
.foot_link >li >a:hover {
  color: #ff4c05;
}
.foot_cont .phone {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.foot_cont .phone::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.foot_cont .phone a {
  color: #242424;
  text-decoration: none;
  font-size: 2.7rem;
  color: #ff5411;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff4c05;
}
.foot_social {
  list-style: none;
  margin: -3px -3px 0;
  padding: 20px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foot_social >li {
  padding: 3px 3px 0;
}
.foot_social >li >a {
  display: block;
  background: #fff;
  border: 3px solid #ff5010;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  position: relative;
  color: #ff4c05;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.foot_social >li >a::before {
  display: block;
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  height: 43px;
  width: 43px;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.foot_social >li >a:hover {
  color: #fff;
}
.foot_social >li >a:hover::before {
  opacity: 1;
}
.foot_social >li >a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.foot_adds {
  list-style: none;
  margin: -20px -10px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot_adds >li {
  padding: 20px 10px 0;
  max-width: 227px;
  width: 100%;
}
.foot_adds >li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
  background: #fff;
  border: 2px solid #58595b;
  border-radius: 7px;
}
.foot_adds >li a img {
  width: auto;
  margin: auto;
}
.footer_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.7rem;
}
.footer_bot a {
  color: #242424;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(255,255,255,0.75);
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.36em;
}
.popup .popup_box {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.popup::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.popup.active {
  width: auto;
  opacity: 1;
  overflow-y: scroll;
  min-width: 320px;
}
.popup.active .popup_box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup_box {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 504px;
  width: 94%;
  position: relative;
  text-align: left;
  background: #fff;
  margin: 15px 0;
  border: 2px solid #ff4c05;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close_popup {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 15;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
body.hidden {
  overflow-y: hidden;
}
.popup_title {
  position: relative;
  background: #ff6602;
  background: -webkit-gradient(linear, left top, right top, from(#fd671d), to(#fd392c));
  background: -webkit-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: -o-linear-gradient(left, #fd671d 0%, #fd392c 100%);
  background: linear-gradient(to right, #fd671d 0%, #fd392c 100%);
  color: #fff;
  text-align: center;
  padding: 23px 15px;
  border-radius: 2px 2px 0 0;
}
.popup_title h3 {
  color: #fff;
  font-weight: 500;
  font-size: 3.6rem;
  text-transform: uppercase;
  margin: 0;
}
.popup_title p {
  margin: 0;
  font-weight: normal;
  font-size: 2rem;
}
.popup_cont {
  padding: 23px 40px 30px;
}
.popup_cont p {
  margin: 0 0 23px;
}
.form_popup .btn_center {
  margin-top: 35px;
}
.form_text_sub {
  display: block;
  text-align: center;
  font-size: 1.87rem;
  font-weight: normal;
  margin: 22px 0 0;
}
.form_login {
  display: block;
  text-align: center;
}
.form_login a {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #242424;
  text-decoration: none;
  font-weight: 500;
}
.form_login a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff4c05;
  font-size: 1.4rem;
}
.popup_thx {
  background: url("../img/bg_popup_thx.png") no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -2px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 80px 15px 90px;
}
.popup_thx .icon {
  font-size: 10.6rem;
  line-height: 1;
  margin: 0 0 10px;
  display: block;
}
.popup_thx h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: bold;
}
.popup_thx p {
  font-size: 2.6rem;
  font-weight: normal;
}
.popup_thx_cont {
  max-width: 360px;
  margin: auto;
}
.popup_thx_cont > *:last-child {
  margin-bottom: 0;
}
*::-webkit-input-placeholder {
  opacity: 0.5;
}
*:-moz-placeholder {
  opacity: 0.5;
}
*::-moz-placeholder {
  opacity: 0.5;
}
*:-ms-input-placeholder {
  opacity: 0.5;
}
.gradient {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
  background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}
.gradient1 {
  background: #000;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0,0,0,0.1)), to(transparent));
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: -o-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}
#ui-datepicker-div{
  display:none;
}
.check_time {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
