body {
  margin: 0 auto;
  width: 100%;
  background: #FFF;
  color: #181818;
  line-height: 1.2;
  font-family: 'Roboto', Tahoma, sans-serif;
  animation: bodyShow 2s;
  -webkit-animation: bodyShow 2s;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7, input, button, textarea, select {
  margin: 0;
  font-family: 'Roboto', Tahoma, sans-serif;
  color: #181818;
  position: relative;
}
textarea { resize: none; }

b, strong {

}

label {
  cursor: pointer;
}
ul, menu, dir {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
div, input, textarea {
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  position: relative;
  box-sizing: border-box;
}
input, button, select, textarea {
  outline: none;
}

svg {
  display: block;
}
.svg_img {
  display: none;
}

iframe { 
  display: block;
  border: none;
  position: relative;
  max-width: 100%;
}



.center_wr {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 25px;
}

.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.w_ct { color: #fff; }
.or_ct { color: #F68300; }

.row {
  margin: 0 -7px;
}
.cl, .clm, .clb {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.clm { vertical-align: middle; }
.clb { vertical-align: bottom; }


.w100 { width: 100%; }
.w67 { width: 66.7%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w33 { width: 33.3%; }
.w30 { width: 30%; }
.w25 { width: 25%; }
.w20 { width: 20%; }





.btn1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 236px;
  max-width: 100%;
  text-align: center;
  line-height: 46px;
  height: 50px;
  border: 2px solid #F68300;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  border-radius: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  background: transparent;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.btn1:hover {
  color: #fff;
  background-color: #F68300;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}



.btn2 {
  width: 174px;
  line-height: 32px;
  height: 36px;
  font-size: 14px;
  border-radius: 18px;
  padding: 0 3px;
  color: #F68300;
}
.btn2:hover {

}


.btn1.phone:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -1px 14px 0 0;
  background: url(../images/phone_icon2.png) no-repeat center;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.btn1.phone:hover:before {
  background: url(../images/phone_icon3.png) no-repeat center;
}






.message {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30vh 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: none;
  -webkit-transition: none;
}
.m_text {
  max-width: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
}

.popup_wr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: none;
  -webkit-transition: none;
}

.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: -10px;
  z-index: 3;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.popup_close:after, .popup_close:before {
  content: '';
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  top: 23px;
  background-color: #403d3d;
  left: 11px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup_close:hover:before, .popup_close:hover:after { background-color: #FFA991; }

.popup {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.12);
  max-width: 1100px;
  background-color: #fff;
  padding: 30px 30px 30px;
  margin: 0 auto;
}

.popup_content {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.12);
  max-width: 400px;
  background-color: #fff;
  padding: 45px 30px 40px;
  margin: 0 auto;
}


.popup_t1 {
  font-size: 24px;
  margin: 0 0 20px;
  color: #464646;
}
.popup_t2 {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 26px;
}

.label_ch {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 14px;
  padding-right: 10px;
}
.ch_box_wr {
  width: 20px;
  height: 20px;
  border: 1px solid #E20686;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}
.ch_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.ch_box ~ i.fa-check {
  position: absolute;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  z-index: 0;
  text-align: center;
  opacity: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.ch_box:checked ~ i.fa-check { opacity: 1; }



.inp1 {
  font-family: 'Roboto', Tahoma, sans-serif;
  background: #fff;
  width: 100%;
  display: block;
  border: 1px solid #cacaca;
  border-radius: 29px;
  box-sizing: border-box;
  padding: 0 17px 1px;
  height: 54px;
  font-size: 16px;
  margin: 0;
}
.inp1::-webkit-input-placeholder  { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1::-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-ms-input-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:focus::-webkit-input-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus::-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-ms-input-placeholder { opacity: 0; text-indent: 100px; }

textarea.inp1 {
  height: 120px;
  padding: 20px 20px;
}


.form .inp1 {
  margin-bottom: 15px;
}
.inp1_t1 {
  font-size: 14px;
  color: #888;
  margin-bottom: 3px;
}




.foo_wr {
  padding-top: 30px;
}
.foo_blks1 {

}
.foo_menu {
  padding-top: 35px;
  padding-bottom: 35px;
}
.foo_menu a {
  color: #808080;
  font-size: 14px;
  margin-right: 70px;
}
.foo_menu a:hover { color: #1e1d1d; }
.foo_t1 {
  font-size: 12px;
  color: #a8a7a7;
  border-top: 1px solid #ededed;
  padding: 31px 0 95px;
}
.foo_dev {
  background: url(../images/dev-by.png) left 4px no-repeat;
  padding-left: 100px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.foo_links {
	margin: 10px 0 0;
}

.foo_soc {
  
}
.foo_soc a {
  font-size: 20px;
  color: #c5c5c5;
  vertical-align: middle;
  margin-left: 34px;
}
.foo_soc a:hover { color: #1e1d1d; }







.menu_wr {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 230px;
}
.menu_wr.bg {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
}
.menu_wr .center_wr {
  height: 100%;
}
.menu_wr .menu_wr1 {
  height: 100%;
}




.menu_inl {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.menu_a_wr {
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}


.menu_right_wr {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
.menu_right_wr .btn2 {

}
.menu_right_wr .menu_a {
  text-transform: none;
}


.menu_t1 {
  font-size: 60px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  position: absolute;
  line-height: 1;
  left: -1px;
  margin-top: -48px;
  top: 50%;
}
.menu_wr.bg .menu_t1 {
  color: #181818;
  font-size: 48px;
  margin-top: -24px;
}

.menu_num {
  font-size: 32px;
  padding: 2px 50px 0 0;
  margin-bottom: 18px;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: url(../images/phone-icon1.png) no-repeat right center;
}
.menu_wr.bg .menu_num {
  color: #181818;
  display: inline-block;
  margin: -1px 20px 0 0;
  vertical-align: middle;
  font-size: 26px;
  padding: 3px 42px 0 0;
}
.menu_wr.bg .menu_right_wr .btn1 {
  color: #181818;
  vertical-align: middle;
}
.menu_wr.bg .menu_right_wr .btn1:hover {
  color: #fff;
}



.hover_b_1 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  z-index: 2;
}
.hover_t_1 {
  width: 100%;
  height: auto;
  position: absolute;
  top: -1px;
  z-index: 2;
}







.bl1 {
  padding: 154px 0 350px;
  background: url(../images/bl1_bg.jpg) no-repeat center;
  background-size: cover;
}
.bl1_t1 {
  font-size: 16px;
  max-width: 360px;
  line-height: 32px;
}
.bl1_arr_wr {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -43px;
  bottom: 140px;
  width: 86px;
  height: 86px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}
.bl1_arr_wr:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bl1_arr_wr > div {
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  line-height: 10px;
  top: 100px;
  left: 50%;
  padding: 23px 0 0 7px;
  border-left: 1px solid #fff;
}
.bl1_arr_wr:hover {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
.bl1_arr_wr:hover > div {
  padding-top: 0;
  padding-bottom: 20px;
}







.bl2 {
  padding: 75px 0 55px;
  background: url(../images/bl2_bg.jpg) no-repeat top center;
  background-size: contain;
}
.title1 {
  font-size: 36px;
  margin-bottom: 50px;
}

.bl2_wr1 {

}
.bl2_bl {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-bottom: 20px;
}
.bl2_bl:hover {
  box-shadow: 1px 1px 12px 4px rgba(0, 0, 0, 0.3);
}
.bl2_bl_img {
  width: 100%;
  height: auto;
}
.bl2_bl_info {
  padding: 20px 20px 30px;
}
.bl2_bl_t1 {
  font-size: 16px;
  margin-bottom: 15px;
}
.bl2_bl_t2 {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.bl2_bl_t3 {
  font-size: 14px;
}
.bl2_bl_t3 span {
  color: #6b6b6b;
}

.bl2_bl_info .btn1 {
  margin-top: 21px;
}







.bl3 {
  padding: 0 0 35px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin-bottom: 35px;
}

.bl3_t1 {
  font-size: 14px;
  color: #656565;
}
.bl3_num {
  font-size: 21px;
  padding: 2px 30px 0 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/phone-icon2.png) no-repeat right center;
}









.call_me_btn {
  cursor: pointer;
  width: 85px;
  height: 85px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1000;
  padding: 34px 0 0;
  box-sizing: border-box;
  background: rgba(255,218,143,1);
  background: -moz-linear-gradient(top, rgba(255,218,143,1) 0%, rgba(255,161,146,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,218,143,1)), color-stop(100%, rgba(255,161,146,1)));
  background: -webkit-linear-gradient(top, rgba(255,218,143,1) 0%, rgba(255,161,146,1) 100%);
  background: -o-linear-gradient(top, rgba(255,218,143,1) 0%, rgba(255,161,146,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,218,143,1) 0%, rgba(255,161,146,1) 100%);
  background: linear-gradient(to bottom, rgba(255,218,143,1) 0%, rgba(255,161,146,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda8f', endColorstr='#ffa192', GradientType=0 );
  box-shadow: 0 0 6px 1px rgba(255,218,143, 0.5);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  border-radius: 50%;
}
.call_me_btn:hover {
  box-shadow: 0 0 0px 6px rgba(255,218,143, 0.7);
}
.call_me_btn img {
  display: block;
  margin: 0 auto;
}
.call_me_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  animation: btn1_sh 1s ease infinite;
  -webkit-animation: btn1_sh 1s ease infinite;
}
@-webkit-keyframes btn1_sh { 0% { box-shadow: 0 0 0 0px rgba(255,161,146, 0.7); } 100% { box-shadow: 0 0 0 16px rgba(255,161,146, 0); } }
@keyframes btn1_sh { 0% { box-shadow: 0 0 0 0px rgba(255,161,146, 0.7); } 100% { box-shadow: 0 0 0 16px rgba(255,161,146, 0); } }














.clean {
  clear: both;
}
.a_s_p div, .a_s_p img, .a_s_p, .a_s_p svg, .a_s_p a, .a_s_p input {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}
.a_s_p svg path, .a_s_p iframe, .a_s_p ~ svg path {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}


@-webkit-keyframes bodyShow {
  0% { opacity: 0; } 100% { opacity: 1; }
}
@keyframes bodyShow {
  0% { opacity: 0; } 100% { opacity: 1; }
}



@media screen and (max-width: 1366px) {

}


@media screen and (max-width: 1300px) {

}


@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1140px) {



.menu_right_wr .btn2 { z-index: 10; }




}



@media screen and (max-width: 1050px) {

.bl2_wr1 .w25 { width: 33.3%; }

}



@media screen and (max-width: 880px) {


.menu_wr.bg .menu_t1 { font-size: 32px; margin-top: -16px; }
.menu_wr.bg .menu_num { font-size: 21px; padding: 1px 29px 0 0; background-size: 20px; }
.menu_wr.bg .menu_right_wr .btn1 { width: 180px; line-height: 36px; height: 40px; font-size: 14px; border-radius: 21px; }
.menu_wr.bg .menu_right_wr .btn1.phone:before { margin: -1px 7px 0 0; }


}


@media screen and (max-width: 768px) {


.center_wr {
  padding-left: 15px;
  padding-right: 15px;
}


.bl2_wr1 .w25 { width: 50%; }
.menu_t1 { width: 100%; text-align: center; top: 250px; }
.menu_wr.bg .menu_t1 { width: auto; text-align: left; top: 50%; }
.menu_right_wr { width: 100%; text-align: center; }
.menu_num { margin: 0 auto 18px; max-width: 326px; }
.menu_wr.bg .menu_right_wr { width: auto; text-align: right; }
.menu_wr.bg .menu_num { margin: -1px 20px 0 0; max-width: 100%; }
.bl1 { padding: 306px 0 280px; }
.bl1_t1 { text-align: center; margin: 0 auto; }

}



@media screen and (max-width: 660px) {


.bl3_row .clm.w50 { width: 100%; margin-bottom: 15px; text-align: center; }
.menu_wr.bg .menu_num { display: block; font-size: 16px; margin: 0 0 4px 0; background-size: 15px; padding: 1px 20px 0 0; }


}



@media screen and (max-width: 520px) {


.center_wr {
  padding-left: 10px;
  padding-right: 10px;
}


.bl2_wr1 .w25 { width: 100%; }


.popup_wr { padding: 60px 10px 40px; }
.popup_content { padding: 39px 14px 26px; }



}


@media screen and (max-width: 440px) {

.popup { padding: 17px 17px 17px; }
.popup_t1 { font-size: 21px; }


.menu_num { max-width: 284px; font-size: 28px; padding: 2px 30px 0 0; background-size: 25px; }
.menu_t1 { top: 260px; font-size: 48px; }
.menu_wr.bg .menu_t1 { font-size: 18px; margin-top: -9px; }


}


@media screen and (max-height: 600px) {
  
}


/* ipad */
@media screen and (min-height: 1000px) and (max-width: 780px) {
  

}






/* scroll ----------------------*/

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
  background-color: #a8a8a8;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}