@font-face {
  font-family: BebasNeueBold;
  font-display: fallback;
  src: local("BebasNeueBold"),url('../fonts/BebasNeue Bold.otf');
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: BebasNeueRegular;
  font-display: fallback;
  src: local("BebasNeueRegular"),url('../fonts/BebasNeue Regular.otf');
  font-weight: 400;
  font-style: normal
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  background: url(../image/header_bg_grad.png) right top/contain no-repeat #0e0e0e
}
.container {
  margin: auto;
  width: 1200px;
  padding: 0 15px;
  max-width: 100%
}
h1 {
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 84px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 30px
}
h1 b {
  letter-spacing: .05em
}
h1 i {
  font-style: normal
}
h1 > span {
  color: #ffea00;
  text-shadow: 0 5px 10px rgba(198,101,29,.82);
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative
}
h1 > span > span {
  color: #ffea00;
  -webkit-text-stroke: 1px #fed800;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff9b4),to(#f58c0a));
  background: linear-gradient(#fff9b4,#f58c0a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .84;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
.btn_gold {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fef292),to(#f79b0b));
  background-image: linear-gradient(180deg,#fef292 0,#f79b0b 100%);
  border-radius: 30px;
  border: none;
  outline: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #222106;
  text-shadow: 0 1px 0 rgba(255,252,250,.84);
  padding: 18px 36px;
  font-family: Montserrat,sans-serif;
  border-bottom: 5px solid #c6651d;
  -webkit-box-shadow: 0 6px 27px 0 rgba(212,106,31,.59),inset 0 0 0 1px #fed800;
  box-shadow: 0 6px 27px 0 rgba(212,106,31,.59),inset 0 0 0 1px #fed800;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s
}
.btn_gold:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.btn_black {
  border: 2px solid #da8f13;
  border-radius: 30px;
  color: #da8f13;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 21px;
  background-color: transparent;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s
}
.btn_black:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.header {
  background: url(../image/labkovsky.png) left top/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header_contacts {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header_content {
  padding: 90px 0
}
.header_content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}
.header_content_info > div {
  color: #fff;
  font-family: BebasNeueRegular;
  font-size: 24px;
  font-weight: 400;
  padding-right: 70px;
  margin-bottom: 20px
}
.header_content_info > div img {
  vertical-align: middle;
  margin-right: 10px
}
.header_content_btns .btn_gold {
  margin-right: 17px
}
.header_phone {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  font-family: Montserrat,sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px
}
.header_phone img {
  vertical-align: middle;
  margin-right: 11px
}
.header_callback {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #f9a30c;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500
}
.header_callback:after {
  position: absolute;
  content: "";
  border-top: 1px dashed #f9a30c;
  left: 0;
  bottom: 0;
  right: 0
}
.section1 {
  padding: 80px 0 60px
}
.section1_wrapper {
  background: url(../image/s1_bg.png) left calc(100%/2 + 500px) center/contain no-repeat #000f25
}
.section1_image {
  display: none
}
.section1_image img {
  display: block;
  max-width: 100%
}
.section1_content {
  width: 700px;
  padding-left: 100px;
  max-width: 100%
}
.section1_head {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  font-family: Montserrat,sans-serif;
  position: relative;
  margin-bottom: 20px
}
.section1_head:before {
  content: url(../image/quotes.png);
  position: absolute;
  right: 100%;
  top: -6px;
  margin-right: 15px
}
.section1 p {
  color: rgba(255,255,255,.8);
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px
}
.section1 ul {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 26px
}
.section1 ul li {
  color: rgba(255,255,255,.8);
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  position: relative
}
.section1 ul li:before {
  content: url(../image/s2_ul.png);
  position: absolute;
  right: 100%;
  top: 10px
}
.section2 {
  padding: 90px 0
}
.section2_head {
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center
}
.section2_btns,
.section2_item {
  text-align: center
}
.section2_item_image {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.section2_item_image img {
  display: block
}
.section2_item p {
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  max-width: 200px;
  margin: auto
}
.section2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.section2_box > div {
  padding: 0 15px;
  width: 20%
}
.section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 70px 0 60px
}
.section3_wrapper {
  background: url(../image/labkovsky2.png) bottom right calc(70% + 480px)/contain no-repeat #e8e8e8
}
.section3_container {
  position: relative
}
.section3_container:before {
  content: "";
  display: none;
  width: 183px;
  height: 429px;
  background: url(../image/s3_image.png) center/cover no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.section3_head {
  color: #0e0e0e;
  font-family: BebasNeueBold;
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 20px
}
.section3_content {
  width: 620px;
  max-width: 100%
}
.section3 P {
  color: #0e0e0e;
  font-family: Montserrat,sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px
}
.section3_box {
  margin-bottom: 30px
}
.section3_box .owl-dot {
  width: 26px;
  height: 26px;
  background-color: #f7c335;
  -webkit-box-shadow: 0 6px 10px rgba(212,106,31,.3);
  box-shadow: 0 6px 10px rgba(212,106,31,.3);
  margin: 0 8px;
  border-radius: 50%
}
.section3_box .owl-dot.active {
  background-color: #c5c5c5;
  -webkit-box-shadow: none;
  box-shadow: none
}
.section3_box .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.section3_box .owl-prev {
  width: 25px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 40px;
  background: url(../image/owl_prev.png) center no-repeat
}
.section3_box .owl-next {
  width: 25px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  background: url(../image/owl_next.png) center no-repeat
}
.section3_item {
  padding-right: 15px
}
.section3_item_content {
  color: #0e0e0e;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500
}
.section3_item_content a {
  color: #0e0e0e;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline
}
.section3_item_image {
  height: 140px
}
.section3_item_image img {
  width: auto
}
.section3 ul {
  list-style-type: none;
  margin-left: 26px;
  margin-bottom: 40px
}
.section3 ul li {
  position: relative;
  color: #0e0e0e;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px
}
.section3 ul li:before {
  content: url(../image/s3_ul.png);
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px
}
.section4 {
  padding: 80px 0 270px
}
.section4_wrapper {
  background: url(../image/s4_bg.png) center/cover no-repeat
}
.section4_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px
}
.section4_box1_head {
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 72px;
  font-weight: 400;
  line-height: 70px;
  max-width: 380px
}
.section4_box1 ul {
  list-style-type: none;
  padding-left: 145px
}
.section4_box1 ul li {
  color: rgba(255,255,255,.8);
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px
}
.section4_box1 ul li:before {
  position: absolute;
  content: url(../image/s4_ul.png);
  right: 100%;
  top: -15px;
  margin-right: 20px
}
.section4_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px
}
.section4_box2_item {
  padding: 0 15px
}
.section4_box2_item_content {
  color: rgba(255,255,255,.8);
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  text-align: center
}
.section4_box2_item_content b {
  display: block
}
.section4_box2_item_image {
  margin-bottom: 30px
}
.section4_box2_item_image span {
  display: block;
  border-radius: 50%;
  border: 4px solid rgba(247,195,53,.31);
  padding: 14px;
  margin: auto
}
.section4_box2_item_image span img {
  display: block;
  border-radius: 50%;
  border: 13px solid #f7c335;
  width: 100%
}
.section4_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px
}
.section4_box3 > div {
  width: 50%
}
.section4_box3 ul {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 26px
}
.section4_box3 ul li {
  color: rgba(255,255,255,.8);
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  margin-bottom: 10px
}
.section4_box3 ul li:before {
  content: url(../image/s2_ul.png);
  position: absolute;
  right: 100%;
  top: 10px;
  margin-right: 30px
}
.section4_box3_head {
  text-shadow: 0 0 5px rgba(20,23,26,.77);
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 72px;
  font-weight: 400;
  line-height: 70px
}
.section4_box3_head > span {
  color: #ffea00;
  text-shadow: 0 5px 10px rgba(198,101,29,.82);
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative
}
.section4_box3_head > span > span {
  color: #ffea00;
  -webkit-text-stroke: 1px #fed800;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff9b4),to(#f58c0a));
  background: linear-gradient(#fff9b4,#f58c0a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .84;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
.section4_head {
  text-align: center;
  margin-bottom: 50px
}
.section4_head span {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(253,192,2,0)),color-stop(4%,rgba(253,192,2,.14)),color-stop(29%,#fdc002),color-stop(50%,#fdc002),color-stop(76%,#fdc002),color-stop(99%,rgba(253,192,2,.04)),to(rgba(253,192,2,0)));
  background-image: linear-gradient(to right,rgba(253,192,2,0) 0,rgba(253,192,2,.14) 4%,#fdc002 29%,#fdc002 50%,#fdc002 76%,rgba(253,192,2,.04) 99%,rgba(253,192,2,0) 100%);
  padding: 15px;
  display: block;
  color: #060e19;
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 740px;
  margin: auto
}
.section4_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center;
}
.section4_btns > div {
  width: 33.333333%;
  padding: 0 15px
}
.section4_btns > div:nth-child(2) {
  text-align: center
}
.section4_btns p {
  color: rgba(254,254,254,.32);
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  position: relative
}
.section4_btns p:before {
  content: "*";
  color: #ffe400;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  position: absolute;
  top: -5px;
  left: -15px
}
.owl-carousel .section3_item_image img {
  width: auto
}
.map {
  background: url(../image/map.png) center/cover no-repeat
}
.map_box {
  position: absolute;
  z-index: 10;
  top: 60px;
  bottom: 60px
}
.map_box_wrapper {
  position: relative
}
.map iframe {
  width: 100%;
  height: 640px;
  display: block;
  border: 0
}
.map iframe .map-container {
  background: #fff
}
.map_item {
  max-width: 550px;
  background-color: rgba(0,0,0,.63);
  padding: 30px
}
.map_item_head {
  color: #fff;
  line-height: 36px;
  font-size: 24px;
  font-family: Montserrat,sans-serif;
  margin: auto auto 20px;
  text-align: center;
  max-width: 300px
}
.map_item_head span {
  color: #f9a30c
}
.map_item ul {
  list-style-type: none;
  margin-bottom: 80px;
  padding-left: 33px
}
.map_item ul li {
  font-size: 18px;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
  position: relative
}
.map_item ul li img {
  position: absolute;
  top: 6px;
  right: 100%;
  margin-right: 10px
}
.map_item ul li span {
  color: #a9a9a9;
  font-weight: 500
}
.map_item ul li b {
  margin-top: 10px;
  display: inline-block
}
.map_item ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff
}
.map_btns .btn_gold {
  margin-right: 15px
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0
}
.footer_wrapper {
  background-color: #000
}
.footer_head {
  color: #8c8c8c;
  font-family: BebasNeueRegular;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px
}
.footer_head  a{
  color: #8c8c8c;
  font-family: BebasNeueRegular;
  font-size: 18px;
  font-weight: 400;
}
.footer_item img {
  max-width: 100%
}
.ticket {
  margin: 30px auto;
  width: 478px;
  position: relative;
  -webkit-box-shadow: 0 6px 32px #000;
  box-shadow: 0 6px 32px #000;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%
}
.ticket_form div {
  margin-bottom: 20px
}
.ticket_form_content {
  background-color: #fff;
  padding: 35px 35px 30px
}
.ticket_form input {
  width: 100%;
  border: 1px solid rgba(0,0,0,.21);
  border-radius: 10px;
  padding: 12px 20px;
  color: #000;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 500;
  outline: 0
}
.ticket_form input:focus {
  border-color: #282327
}
.ticket_head {
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 36px;
  font-weight: 400
}
.ticket_head div > span {
  color: #ffea00;
  text-shadow: 0 5px 10px rgba(198,101,29,.82);
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative
}
.ticket_head div > span > span {
  color: #ffea00;
  -webkit-text-stroke: 1px #fed800;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff9b4),to(#f58c0a));
  background: linear-gradient(#fff9b4,#f58c0a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .84;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
.ticket_head b {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: Montserrat,sans-serif;
  color: #898989
}
.ticket_head_wrapper {
  background-color: #282327;
  padding: 10px 10px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ticket_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.ticket_btns .btn_gold {
  margin-right: 30px
}
.ticket_btns span {
  font-family: Montserrat,sans-serif;
  color: #282327;
  font-size: 14px;
  font-weight: 500
}
.ticket_btns span b {
  font-size: 30px;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  color: #282327
}
.ticket_police {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.ticket_police input {
  width: 15px;
  height: 16px;
  background-color: #dddedf;
  border-radius: 3px;
  margin-right: 12px;
  cursor: pointer;
  vertical-align: text-bottom
}
.ticket_police label {
  color: #898989;
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block
}
.ticket_police label a {
  color: #898989
}
.thanks {
  width: 478px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 32px #000;
  box-shadow: 0 6px 32px #000;
  margin: auto;
  padding: 40px;
  text-align: center;
  position: relative
}
.thanks_head {
  color: #282327;
  font-family: BebasNeueBold;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px
}
.thanks_image {
  margin-bottom: 30px
}
.thanks p {
  color: #282327;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px
}
.thanks_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.thanks_social a {
  text-decoration: none;
  margin: 0 5px
}
.sponsor {
  width: 867px;
  max-width: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 32px #000;
  box-shadow: 0 6px 32px #000;
  overflow: hidden;
  margin: auto
}
.sponsor_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background-color: #282327;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.sponsor_head.gray {
  background-color: #737072
}
.sponsor_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: BebasNeueBold;
  font-size: 36px;
  font-weight: 400
}
.sponsor_h2 img {
  vertical-align: middle;
  margin-right: 15px
}
.sponsor_price {
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  color: #9e9e9e;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.sponsor_price span {
  font-size: 18px;
  font-weight: 500
}
.sponsor_content {
  background-color: #fff;
  padding: 30px 70px 30px 48px
}
.sponsor ul {
  list-style-type: none;
  padding-left: 70px;
  margin-bottom: 40px
}
.sponsor ul li {
  font-weight: 500;
  line-height: 36px;
  font-size: 18px;
  font-family: Montserrat,sans-serif;
  color: #262626;
  position: relative
}
.sponsor ul li:before {
  content: url(../image/sp_ul.png);
  position: absolute;
  right: 100%;
  top: 4px;
  margin-right: 50px
}
.sponsor ul li i {
  font-size: 16px;
  display: block
}
.sponsor ul li b {
  font-weight: 700
}
.sponsor ul li ul {
  padding-left: 0
}
.sponsor ul li ul li:before {
  display: none
}
.sponsor_btns {
  padding-left: 70px
}
.mfp-close-btn-in .mfp-close {
  color: #a2293a;
  font-weight: 700
}
.mobile-button{display:none}
@media only screen and (max-width:1217px) {
  .section2_box > div {
    width: 33.33333%
  }
  .section3_container:before {
    display: block
  }
  .section3_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
  }
  .section3_container > div {
    padding: 40px 15px 0
  }
  .section3_wrapper {
    background: #e8e8e8
  }
  .section3_content {
    width: auto
  }
  .section3 {
    padding: 0 0 60px
  }
}
@media only screen and (max-width:992px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center
  }
  h1 {
    text-align: center
  }
  .header_content_info {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .header_content_info > div {
    padding: 0 15px
  }
  .header_content_btns {
    text-align: center
  }
  .section1_wrapper {
    background: #000f25
  }
  .section1_image,
  .section4_box3 {
    display: block
  }
  .section4_box3 > div {
    width: auto
  }
  .section4_box3_head {
    text-align: center;
    margin-bottom: 20px
  }
  .section4_btns > div {
    width: 50%
  }
  .section4_wrapper {
    background: url(../image/s4_min1_bg.png) center top/contain no-repeat,url(../image/s4_min2_bg.png) center bottom/contain no-repeat
  }
  .map_box_wrapper {
    background-color: #0e0e0e;
    margin: 0 -15px;
    padding: 20px 0
  }
  .map_box {
    position: static
  }
  .map_item {
    margin: auto;
    background-color: rgba(254,254,254,.05)
  }
  .map_item .map_item {
    background-color: rgba(0,15,37,.63)
  }
  .map {
    background-attachment: fixed;
    background-position-x: 65%
  }
}
@media only screen and (max-width:768px) {
	.section4_btns > div:first-child {
    display: none
  }
	.mobile-button{display:block;text-align: center; margin: 20px 0;}
  .section2_box > div {
    width: 100%
  }
  h1 {
    font-size: 52px
  }
  h1 i {
    font-size: 38px
  }
  h1 b {
    letter-spacing: normal
  }
  .section4_box1 {
    display: block
  }
  .section4_box1_head {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 30px
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .footer_pay {
    margin-bottom: 30px
  }
  .section4_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .section4_box2_item {
    margin-bottom: 30px
  }
  .section4_box2_item_image {
    padding: 0 60px
  }
  .section4_box2_item_image span img {
    border-width: 6px
  }
  .section4_box2_item_image span {
    padding: 6px;
    border-width: 1px
  }
  .header_content_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header_content_btns a {
    width: 210px
  }
  .header_content_btns .btn_gold {
    margin: 0 0 30px
  }
  .header_content_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header_callback {
    display: none
  }
  .section1_content {
    padding-left: 0
  }
  .section1_head:before {
    right: auto;
    left: 0;
    top: -15px
  }
  .section1_head {
    font-size: 23px;
    padding-left: 15px
  }
  .section2_head {
    font-size: 36px
  }
  .section3_head {
    font-size: 30px;
    line-height: 36px
  }
  .section3 p {
    line-height: 24px;
    font-size: 14px
  }
  .section4_box3_head {
    font-size: 30px;
    line-height: 42px
  }
  .section4_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .section4_btns > div:nth-child(2) {
    margin-bottom: 30px
  }
  .section4_box1 ul {
    padding-left: 70px
  }
  .section4_box3 {
    padding: 0
  }
  .section4_btns > div {
    width: auto
  }
  .section4_btns p {
    text-align: center
  }
  .section4_btns p:before {
    position: relative;
    display: inline-block;
    left: -5px;
    top: -5px
  }
  .section3_item {
    margin-bottom: 30px;
    text-align: center
  }
  .owl-carousel .section3_item_image img {
    margin: auto
  }
  .section2_item p {
    line-height: 24px
  }
  .section3 ul {
    display: none
  }
  .section3_btns {
    text-align: center
  }
  .section4_box1 ul li {
    line-height: 24px
  }
  .section4_box1 ul li:before {
    top: -23px;
    margin-right: 0
  }
  .section4_head span {
    font-size: 18px
  }
  .section1 p,
  .section1 ul li {
    font-size: 16px;
    line-height: 30px
  }
  .section1 ul li:before {
    top: 7px
  }
  .section4 {
    padding: 80px 0 130px
  }
  .section4_box3 ul li {
    font-size: 16px;
    line-height: 24px
  }
  .section4_box3 ul li:before {
    top: 4px;
    margin-right: 0
  }
  .ticket {
    width: 100%
  }
  .ticket_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .ticket_btns span {
    margin-bottom: 20px
  }
  .ticket_police {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .sponsor_h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 31px
  }
  .sponsor_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .sponsor_h2 img {
    margin-right: 0
  }
  .sponsor_content {
    padding: 30px 15px
  }
  .sponsor_btns {
    padding-left: 0;
    text-align: center
  }
  .map_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .map_btns .btn_gold {
    margin: 0 0 20px
  }
  .map_item_head {
    font-size: 18px;
    line-height: 30px
  }
  .map_item ul li {
    font-size: 16px
  }
  .map_item {
    padding: 25px
  }
  .map_item ul {
    margin-bottom: 60px
  }
  .map {
    min-height: 560px;
    height: auto
  }
}
@media only screen and (max-width:480px) {
  .section3_container:before,
  .section3_container>div {
    width: 50%
  }
  .ticket_head b {
    font-size: 15px
  }
  .ticket_head {
    font-size: 32px
  }
}
/*# sourceMappingURL=style.css.map */
