a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #0e0e0e;
}

:focus {
  outline: none;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.b1 {
  background: url(../img/bg.jpg) center;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
}

.b1-logo img {
  max-width: 245px;
}

.b1-box {
  padding: 41px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b1 .main {
  min-height: 100vh;
  position: relative;
}

.b1-info-bottom p {
  color: #fff;
  font-weight: bold;
  margin: 0 0 0;
  font-size: 53px;
  line-height: 68px;
}

.b1-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b1-contact-it p, .b1-contact-it a {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  display: block;
}

.b1-contact-it p span {
  display: block;
  padding: 0 0 6px;
}

.b1-contact-it {
  padding: 0 54px 0 0;
}

.b1-contact-it:nth-child(2) {
  padding: 0;
}

.b1-contact-it p {
  margin: 0 0 14px;
  line-height: 21px;
}

.b1-contact-it a {
  margin: 0 0 6px;
}

.b1-info-bottom span {
  display: table;
  position: relative;
}

.b1-info-bottom {
  position: absolute;
  bottom: 11vh;
  right: 0;
}

.sp-2 {
  padding: 0 0 0 102px;
}

.b1-info-bottom b {
  background: #ff0000;
  padding: 7px 10px 3px;
}

span.sp-1:after {
  content: "";
  background: #fd0003;
  height: 10px;
  display: block;
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -530px;
}

.b2 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}

.b2-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b2-box {
  width: 50%;
  padding: 20px 0 0;
}

p.b2-zg {
  font-weight: bold;
  font-size: 39px;
  padding: 0 0 0;
}

.b2-box ul {
  padding: 41px 0 0;
  margin: 0;
}

.b2-box ul li {
  list-style: none;
  font-size: 18px;
  padding: 0 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2-box ul li span {
  font-size: 32px;
  position: relative;
  padding: 6px 2px 0 0px;
  background: url(../img/li.jpg) right top no-repeat;
  background-size: contain;
  margin: 0 12px 1px 0px;
  background-size: 12px;
}

p.b3-t1 {
  font-size: 35px;
  font-weight: bold;
}

p.b3-t2 {
  font-size: 18px;
  line-height: 27px;
}

.b3-left {
  max-width: 684px;
  padding: 20px 0 0;
}

.b3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.b3-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px;
}

.b3-img img {
  max-width: 85%;
}

.b3-img {
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: c;
  animation: c;
  margin: 0 14px 0 0px;
  align-items: center;
}

.b3-ct {
  padding: 17px 0 0;
}

.b3-it p {
  margin: 0;
  font-size: 18px;
}

p.b3-t3 {
  font-size: 18px;
  line-height: 27px;
}

.form-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-it input[type=text], .form-it input[type=tel], .form-it input[type=email] {
  border: 1px solid #a0a0a0;
  background-color: #ededed;
  border-radius: 4px;
  font-family: 'Montserrat';
  color: #595959;
  font-size: 16px;
  padding: 9px 0;
  text-indent: 15px;
  width: 100%;
}

.form-it {
  width: 100%;
  max-width: 206px;
}

.form-it input[type=submit] {
  background-image: -o-linear-gradient(348deg, #b80a0b 0%, #511414 100%);
  background-image: linear-gradient(-258deg, #b80a0b 0%, #511414 100%);
  border-radius: 50px;
  border: 0;
  letter-spacing: 0.5px;
  font-family: 'Montserrat';
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 14px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-it input[type="submit"]:hover {
  background: #ba0a0a;
}

.box-form {
  padding: 12px 0 0;
}

.b4-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 310px;
}

.b4-box-ct.im1 {
  background: url(../img/im1-bg.jpg) center no-repeat;
  background-size: cover;
  width: 83%;
}

.b4-img {
  display: block;
}

.b4-it .b4-img {
  max-height: 310px;
  overflow: hidden;
  width: 17%;
  min-width: 301px;
}

p.b4-zg {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px 0 0;
}

.b4-text {
  padding: 23px 0 29px 10%;
}

p.b4-tx {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin: 16px 0 0;
}

.im3 {
  background: url(../img/im3-bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 26px 0;
}

.b4 {
  margin: 0 auto 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b4-img img {
  min-height: 105%;
  min-width: 100%;
}

p.b4-dol {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0 0;
}

p.b4-dol:before {
  content: "";
  width: 24px;
  height: 35px;
  display: block;
  background: url(../img/dol.png) center no-repeat;
  margin: -6px 26px 0 -48px;
}

p.b4-zg i {
  margin: 6px 20px -2px -58px;
}

.b4-it.it2 {
  width: 50%;
  background-image: -o-linear-gradient(348deg, #ba0a0a 0%, #701414 100%);
  background-image: linear-gradient(-258deg, #ba0a0a 0%, #701414 100%);
}

.b4-it.it2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b4-it.it2 .b4-img {
  width: 41%;
}

.b4-it.it2 p.b4-zg i {
  margin: 20px 22px 0 0px;
}

.b4-it.it2 .b4-text {
  padding-left: 5vw;
}

.b4-it.it3 {
  width: 50%;
  padding:  0 0;
}

.b4-it.it3 .b4-text {
  padding: 0 0 0 20%;
}

.it3 p.b4-zg i {
  margin: 0 23px 0 -94px;
}

.it3 p.b4-dol {
  padding: 66px 0 0;
}

.it3 p.b4-dol:before {
  margin: -6px 48px 0 -75px;
}

.b4-box-ct.im4 {
  background: url(../img/im4-bg.jpg) center no-repeat;
  background-size: cover;
  width: 83%;
}

.it4 .b4-text {
  padding: 0 0 0 19%;
  min-width: 77%;
}

.it4 p.b4-zg i {
  margin: 6px 29px -2px -73px;
}

.it4 p.b4-dol:before {
  margin: -6px 39px 0 -64px;
}

.b4-box-ct.im5 {
  background: url(../img/im5-bg.jpg) center no-repeat;
  background-size: cover;
  width: 83%;
}

.it5 p.b4-zg i {
  margin: 6px 27px -2px -71px;
}

.it5 p.b4-dol:before {
  margin: -6px 36px 0 -60px;
}

.it5 p.b4-dol {
  padding: 56px 0 0;
}

.it5 .b4-text {
  padding: 0 0 0 9%;
}

p.b5-t1 {
  font-size: 35px;
  font-weight: bold;
}

.b5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 0;
}

.b5-it {
  width: 100%;
  max-width: 278px;
  height: 382px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.b5-it.ts1 {
  background: url(../img/ft1.jpg) center no-repeat;
  background-size: cover;
}

.b5-it.ts2 {
  background: url(../img/ft2.jpg) center no-repeat;
  background-size: cover;
}

.b5-it.ts3 {
  background: url(../img/ft3.jpg) center no-repeat;
  background-size: cover;
}

.b5-it.ts4 {
  background: url(../img/ft4.jpg) center no-repeat;
  background-size: cover;
}

.b5-tx {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

p.b5-tx1 {
  background-image: -o-linear-gradient(348deg, #ba0a0a 0%, #701414 100%);
  background-image: linear-gradient(-258deg, #ba0a0a 0%, #701414 100%);
  display: table;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 7px 22px 5px;
  border-radius: 5px;
  margin: -11px auto 21px;
}

p.b5-tx2 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 12px;
}

.b5 {
  padding: 0 0 42px;
}

p.b6-zg {
  font-size: 35px;
  font-weight: bold;
}

.b6 .main {
  background: url(../img/bgs.jpg) top 58px center no-repeat;
}

.b6-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b6-rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 587px;
}

.b6-rg p {
  margin: 9px 0;
  font-size: 18px;
}

.b6-rg p:before {
  content: "";
  background: url(../img/li.png) center no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

p.b6-t1 {
  margin: -7px 0 0;
  font-size: 18px;
}

.b6-bx {
  padding: 55px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b6-box {
  padding: 0 0 15px;
}

.b6-bx-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 578px;
}

.b6-bx-tx {
  max-width: 300px;
  padding: 0 0 0 26px;
}

.b6-bx-tx p {
  margin: 0 0 19px;
  font-size: 18px;
}

.b6 {
  padding: 0 0 32px;
}

.b7 {
  background: url(../img/bg7.jpg) center no-repeat;
  background-size: cover;
  padding: 62px 0 61px;
}

p.b7-zg {
  font-size: 60px;
  color: #fff;
  margin: 0 0 0;
  font-weight: bold;
}

p.b7-zg span {
  display: inline-block;
  background: #fc0000;
  padding: 7px 20px;
  margin: 8px 0 0 -20px;
}

.b7-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 27px;
}

.b7-sp p {
  margin: 0 0 0 15px;
  color: #fff;
  font-size: 18px;
}

.b7-sp {
  padding: 39px 0 0;
}

.b7-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b7-left {
  width: 100%;
  max-width: 626px;
}

.b7-right {
  width: 100%;
  max-width: 486px;
  padding: 36px 0 0;
}

.b7-form .form-it {
  width: 100%;
  max-width: 350px;
  margin: 0 0 21px;
}

.b7 .form-it input[type=text], .b7
.form-it input[type=tel], .b7 .form-it input[type=email] {
  background: #fff;
}

.b7 .b7-sbm input {
  border-radius: 5px !important;
  padding: 12px 23px 9px;
  letter-spacing: 1px;
}

.b7-sbm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.b7-sbm .form-it {
  max-width: 176px;
  margin: 0;
}

.b7-sbm p {
  color: #fff;
}

.b7-fms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
}

.b7-fms > * {
  width: 45% !important;
}

.b8 {
  background: url(../img/b8-bg.jpg) top center no-repeat;
  padding: 1px 0 28px;
  /* background-size: cover; */
}

p.b8-zg {
  font-size: 35px;
  font-weight: bold;
  padding: 12px 0 0;
  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;
  max-width: 785px;
}

p.b8-zg span {
  color: #fff;
  font-weight: normal;
  background: #fc0000;
  font-size: 18px;
  padding: 8px 15px 6px;
}

p.b8-t1 {
  font-size: 18px;
  line-height: 26px;
  padding: 7px 0 15px;
}

.b8-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 821px;
}

.b8-it {
  width: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.36);
  background: rgba(255, 255, 255, 0.7);
  max-width: 393px;
  position: relative;
  padding: 0 0 36px;
}

span.lab {
  position: absolute;
  right: 0;
  top: 0;
  background: #fc0000;
  color: #fff;
  padding: 8px 25px 6px;
  font-size: 12px;
  letter-spacing: 1px;
}

p.b8-pc {
  color: #ff0000;
  font-size: 40px;
  margin: 26px 0 26px 23px;
}

p.b8-pc span {
  font-size: 28px;
}

.b8-tx {
  margin: 14px 0 0 30px;
  font-size: 18px;
}

.b8-it:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98px;
  height: 11px;
  background: #fc0000;
}

.b8 .main {
  position: relative;
}

.b8-tx2 {
  font-size: 18px;
}

.b9 .box-form {
  max-width: 690px;
}

.b9 {
  padding: 18px 0 0px;
}

.b9 .main {
  position: relative;
  padding: 0 0 31px;
}

.b9 .main:after {
  content: "";
  position: absolute;
  left: 72%;
  bottom: 0;
  display: block;
  width: 1854px;
  height: 127px;
  background: url(../img/bt.png) bottom right no-repeat;
  z-index: 1;
  margin: 0 0 0 -1870px;
  background-size: cover;
}

.b9 .main > * {
  z-index: 3;
  position: relative;
}

.ft {
  background: #171717;
  padding: 37px 0 0;
  margin: -125px 0 0;
}

.ft-lf {
  padding: 135px 0 0;
}

.ft-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft-rg {
  width: 100%;
  max-width: 416px;
}

.ft-rg a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 7px;
}

.ft-rg img {
  margin: 44px 0 0;
}

.ft-hf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 0 47px;
}

.ft-hf p {
  width: 100%;
  max-width: 420px;
  color: #fff;
  margin: 0;
  font-size: 18px;
}

.ft-its a {
  color: #fff;
  border-bottom: 1px solid;
  margin: 0 38px 0 0px;
  font-size: 18px;
}

.ft {
  background: #171717 url(../img/btr.png) right 12% top 76px no-repeat;
}

.ft .b1-contact-it p span {
  padding: 0 0 14px;
}

.ft-sr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft-its a:hover {
  border-color: #fc0000;
}

p.ths-t1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 29px;
  text-align: center;
}

p.ths-t2 {
  text-align: center;
  font-size: 20px;
}
.b2 .main > img {
  position: absolute;
  top: 0;
  right: -296px;
}
.b4-box-ct.im2 {
  width: 98%;
  padding: 34px 0;
}
.b4-box-ct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.b2 {
  overflow: hidden;
}
.b3 {
  padding: 0 0 44px;
}
body{
  min-width: 1300px;
}
/* ----- Animated button ----- */

.Animated_button {
  
  
  
}

@-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }
a.fix_bt {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #07bf37;
    z-index: 19;
    color: #fff;
    padding: 15px 31px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    box-shadow: 0 0 29px 0 hsla(0, 0%, 0%, 0.29);
    -moz-animation: cycle 4s linear infinite;
    -webkit-animation: cycle 4s linear infinite;
}

a.fix_bt:hover {
    background: #05a830;
}
.form-input input {
    width: 100%;
    border: 0;
    padding: 15px 0;
    font-size: 16px;
    border: 1px solid #12121238;
    margin: 0 0 13px;
    text-indent: 22px;
}

.form-polit p {
    text-align: center;
    font-size: 12px;
}

.popup {
    width: 100% !important;
    max-width: 350px !important;
}
.popup.ths {
    max-width: 450px !important;
}

button.button.bt {
    background-image: -o-linear-gradient(348deg, #b80a0b 0%, #511414 100%);
    background-image: linear-gradient(-258deg, #b80a0b 0%, #511414 100%);
    border-radius: 50px;
    border: 0;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 0px;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    width: 100%;
}p.zgp {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 28px;
}

button.button.bt:hover {
    opacity: 0.9;
}
.top_form_box {
  background: #1e1e1ecc;
  border-radius: 9px;
  max-width: 418px;
  padding: 0 0 11px;
  margin: -10px 0 0 43px;
}

.top_form_box > div {
  padding: 12px 25px;
}

.top_p {
  color: #fff;
  font-size: 19px;
  margin: 5px 0 12px;
}

.top_form_box .form-it {
  margin: 0 0 10px;
  max-width: 176px;
}

.top_form_box .form-it:last-child {
  margin: 0;
}

.top_form_box .form-it input {
  padding: 7px 0;
  font-size: 14px;
}

.top_form_box .form-it:last-child input {
  padding: 10px 19px;
  font-size: 12px;
}
.sl_bx_item img {
  max-width: 100%;
}
.slick-dots li button {
  background: #fb2114!important;
  border-radius: 50%!important;
  width: 5px!important;
  height: 5px!important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

ul.slick-dots {
  bottom: 27px !important;
}

.sl_bx {
  margin: -47px 0 -15px;
}
.slick-dots  button:before {
  display: none !important;
}
.b6-bx {
  padding: 21px 0 0;
}
.b0_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 4vh 0 0;
  position: relative;
  z-index: 9;
}

.b0_ct {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 200px;
}

.b0_ct a {
  display: block;
}

.b0_a1 {
  font-size: 17px;
  line-height: 130%;
/* or 18px */
  text-align: right;
  text-transform: uppercase;
  color: #525252;
  margin: 0 0 3px;
}

.btn {
  background: #ff5671;
  color: #fff;
  width: 156px;
  height: 41px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 11px 0 0;
  position: relative;
  z-index: 9;
}

.b0 .main {
  position: relative;
  max-width: 1130px;
}

.b0_bg_1 {
  position: absolute;
  top: 0;
  left: -493px;
  height: 100%;
  bottom: 0;
  margin: auto;
}

.b0_bg_2 {
  position: absolute;
  top: 0;
  right: -125px;
  height: 100%;
}

.b0 {
  background: #fff;
  /* height: 100vh; */
  /* max-height: 900px; */
  /* min-height: 681px; */
  /* overflow: hidden; */
}

.b0_2 {
  position: relative;
  z-index: 9;
  max-width: 700px;
  display: flex;
  justify-content: flex-end;
}

.b0_bg_1 img {
  /* height: 100vh; */
  min-height: 100%;
}

.b0_bg_2 img {
  height: 100%;
}

.b0_logo img {
  height: 51px;
}
.b0_2_box h1 {
  font-family: 'Isabel Condensed';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  margin: 8vh 0 0;
}

.b0_2_box h1 span {
  color: #C43442;
}

.b0_2_box p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 130%;
/* or 18px */
  color: #525252;
  padding: 14px 0 42px;
}

.inputs {
  background: #F1F5F9;
  box-shadow: inset 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  height: 67px;
  width: 100%;
  max-width: 312px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 15px;
}

.inputs input {
  background: none;
  border: 0;
  font-size: 16px;
  line-height: 149%;
  font-family: 'Montserrat';
  max-width: 245px;
  width: 100%;
}

.inputs_icon {
  display: flex;
  width: 50px;
  height: 35px;
  border-right: 1px solid #DEDEDE;
  justify-content: center;
  align-items: center;
}

.b0_2_box button {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 77.6%, rgba(255, 255, 255, 0.28) 100%), linear-gradient(180deg, #FF6774 0%, #F8243F 100%);
  border-radius: 58px;
  border: 0;
  width: 216px;
  height: 66px;
  margin: 26px auto 0;
  cursor: pointer;
}

.b0_2_box {
  padding: 0 0 81px;
  position: relative;
  z-index: 9;
  max-width: 388px;
  /* margin: 0 auto; */
}

@media only screen and (max-width: 680px) {
  .main {
    min-width: 310px;
    width: 95%;
    max-width: 420px;
  }
  .b1-logo img {
    width: 92px;
  }
  .b1-contact p {
    font-size: 11px;
    /* padding: 0 0 14px; */
    line-height: 13px;
  }
  .b1-contact-it {
    padding: 0 0 16px;
    /* width: 47%; */
  }
  .b1-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 0 23px;
  }
  .b1-info-bottom p {
    font-size: 20px;
    line-height: 130%;
  }
  span.sp-2 {
    padding: 0 0 0 23px;
  }
  .b1-contact p br {
    /* display: none; */
  }
  .b1-logo {
    /* display: table; */
    /* margin: 0 auto; */
  }
  .b1 {
    background-position: top -34px center;
    background-size: 1199px;
  }
  .b2-img {
    width: 100%;
    display: none;
  }
  .b2 .main {
    display: block;
    position: relative;
  }
  img {
    max-width: 100%;
  }
  p.b2-zg {
    font-size: 19px;
  }
  .b2-box {
    width: 80%;
    margin: 0 auto;
    padding: 8px 0 0;
    position: relative;
  }
  .b2-box ul li {
    font-size: 13px;
    position: relative;
    z-index: 3;
  }
  p.b3-t1 {
    font-size: 19px;
    max-width: 272px;
  }
  p.b3-t3 br {
    display: none;
  }
  .form-it {
    margin: 0 auto 13px;
    max-width: 280px;
    /* text-align: center; */
  }
  .b4-img {
    display: none !important;
  }
  .b4-box-ct {
    width: 100% !important;
    padding: 25px 15px 13px 76px;
    position: relative;
    justify-content: flex-end;
    min-height: 179px;
  }
  .b4-it {
    width: 100% !important;
    height: auto;
  }
  .b4-text {
    padding: 0 0 0 25px;
  }
  p.b4-tx {
    font-size: 11px;
    line-height: 130%;
    margin: 13px 0 0;
    transition: 0.3s;
    opacity: 0;
  }
  p.b4-zg {
    font-size: 18px;
    position: relative;
  }
  p.b5-t1 {
    font-size: 19px;
    padding: 0 0 0 31px;
  }
  .b5-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
  }
  .b5-it {
    margin: 0 0 30px;
    height: auto;
    background: none !important;
  }
  p.b6-zg {
    font-size: 19px;
    padding: 0 0 0 27px;
  }
  .b6-box {
    display: block;
    position: relative;
    padding: 0 0 33px;
  }
  .b6-rg {
    display: block;
    margin: -136px 0 0;
  }
  .b6-rg p {
    margin: 0 0 3px;
  }
  .b6-bx-tx {
    padding: 13px 0 21px;
  }
  p.b7-zg {
    font-size: 26px;
    padding: 0 0 0 6px;
  }
  p.b8-zg {
    font-size: 20px;
  }
  p.b8-zg span {
    font-size: 9px;
    width: 134px;
    padding: 8px 5px;
    text-align: center;
    margin: 0 0 0 14px;
  }
  .b8-box {
    display: block;
  }
  .b8-it {
    padding: 12px 0 27px;
    margin: 0 0 28px;
  }
  .b9 {
    background: #fff;
    padding: 0 0 0;
  }
  .ft {
    margin: 0 0 0;
    padding: 0;
  }
  .ft-lf {
    padding: 23px 0 0;
  }
  .ft-hf {
    display: block;
    text-align: center;
  }
  .ft-hf a {
    text-align: center;
    margin: 0 auto 12px;
    display: table;
  }
  .ft-sr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ft-rg img {
    margin: 34px auto 20px;
    display: table;
  }
  body {
    min-width: 0;
    background: #fff;
}

.m_b1.b1 {
    background: url(../img/m/b1.jpg) top right  no-repeat;
    background-size: cover;
    /* background-size: 354px; */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 570px;
    max-height: 850px;
}

.b1_m_bx {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 90%;
}

.m_b1.b1 .main {
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    height: 100%;
}

.b1-info-bottom b {
    padding: 4px 2px 3px;
}

.b1-info-bottom {
    bottom: 0;
    position: static;
    margin: 34px 22px 0 -72px;
}

.b1-box {
    text-align: left;
    padding: 30px 0 0;
}

span.sp-1:after {
    right: -508px;
}

.top_form_box > div {
    padding: 9px 10px;
}

.top_form_box {
    margin: 33px 0 0;
}

.b1-contact-it p span {
    font-size: 13px;
}

.b1-contact-it a {
    font-size: 13px;
}

.top_form_box > div p {
    font-size: 11px;
}
.b2:after {content: "";display: block;height: 27vh;width: 100%;background: url(../img/m/b2.jpg) top center no-repeat;background-size: cover;margin: 0 auto;left: 0;right: 0;position: relative;}

.b2-box ul {
    width: 82%;
    margin: 0 auto;
    padding: 13px 0 0;
    position: relative;
}

.b2-box ul li span {
    font-size: 17px;
    background-size: 7px;
    padding: 5px 1px 0 0px;
}

.b2-box ul:after {content: "";display: block;height: 100%;width: 55px;background: url(../img/m/b2_l.jpg) center no-repeat;position: absolute;left: -69px;top: 0;background-size: contain;}

.b2-box ul:before {
    content: "";
    display: block;
    height: 100%;
    width: 92px;
    background: url(../img/m/b2_r.jpg) center no-repeat;
    position: absolute;
    right: -87px;
    top: 0;
    background-size: contain;
}
.b2 .main > img {
  display: none;
}
.b3-left {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

p.b3-t2 {
  font-size: 13px;
  line-height: 140%;
}

.b3-it p {
  font-size: 13px;
}

p.b3-t3 {
  font-size: 13px;
  line-height: 140%;
}

.b3-left:before, .b5 .main:before, .b6 .main:before {
  content: "";
  display: block;
  height: 100%;
  width: 79px;
  background: url(../img/m/b3_l.png) top  right no-repeat;
  position: absolute;
  left: -96px;
  top: 0;
  background-size: contain;
}

.b3-box .box-form {
  width: 60%;
  position: relative;
  padding: 9px 0 15px;
  z-index: 9;
}

.form-it input[type=submit] {
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  width: 132px;
  height: 35px;
}

.b3-right img {
  display: none;
}

.b3-box .box-form:after {content: "";display: block;height: 184px;background: url(../img/m/phone.png) top center no-repeat;position: absolute;right: -124px;background-size: cover;width: 109px;bottom: 0;}

.b3 {
  padding: 0 0;
  overflow: hidden;
}

.b3-left:after, .b5 .main:after, .b6 .main:after {
  content: "";
  display: block;
  height: 100%;
  width: 62px;
  background: url(../img/m/b3_r.png) top left no-repeat;
  position: absolute;
  right: -73px;
  top: 0;
  background-size: contain;
  z-index: 3;
}
.sl_bx_item > img {
  display: none !important;
}

.sl_mob {
  display: flex !important;
  justify-content: flex-end;
}
.sl_bx {
  margin: 0 0 0;
  border-top: 1px solid #70707114;
}

.sl_bx_item img {
  max-width: 1000%;
  width: 139%;
  margin: 0 -21% 0 0;
}
p.b4-tx br {
  /* display: none; */
}

p.b4-dol {
  font-size: 11px;
  display: block;
  line-height: 130%;
  padding: 17px 0 0 !important;
  position: relative;
  transition: 0.3s;
  opacity: 0;
}

p.b4-dol span {
  display: block;
}

p.b4-dol:before {
  position: absolute;
  left: -23px;
  margin: 0 !important;
  background-size: contain !important;
  width: 10px;
  height: 17px;
}

.b4-box-ct.im1 {
  background: url(../img/m/im1-bg.jpg) center left no-repeat;
  background-size: cover;
}
.b4-box-ct.im3 {
  background: url(../img/m/im2-bg.jpg) center right no-repeat;
  background-size: cover;
}
.b4-box-ct.im4 {
  background: url(../img/m/im3-bg.jpg) center left -90px no-repeat;
  background-size: cover;
}
.b4-box-ct.im5 {
  background: url(../img/m/im4-bg.jpg) center right -125px no-repeat;
  background-size: cover;
}
.b4-img {
  display: none;
}

p.b4-zg i img {
  width: 17px;
  margin: 0;
}

p.b4-zg i {
  margin: 0 !important;
  position: absolute;
  left: -25px;
}

.b4-box-ct.im1:before {
  background: url(../img/m/im1.jpg) center right no-repeat;
  background-size: cover;
}
.b4-box-ct.im3:before {
  background: url(../img/m/im2.jpg) center right no-repeat;
  background-size: cover;
}
.b4-box-ct.im4:before {
  background: url(../img/m/im3.jpg) center right no-repeat;
  background-size: cover;
}
.b4-box-ct.im5:before {
  background: url(../img/m/im4.jpg) center right no-repeat;
  background-size: cover;
}
.b4-box-ct:before {
  content: "";
  width: 59px;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}

.it3 p.b4-zg i {
  margin: 0;
}

.it3 p.b4-zg i img {
  width: 24px;
  margin: 0 9px 0 -8px;
}

.b4-text {
  width: 91% !important;
  padding: 0 !important;
  transform: translate(0px, 40%);
  transition: 0.3s;
}

.b4-it.it2 {
  display: none;
}

.b4-it:hover .b4-box-ct:before {
  opacity: 1;
}

.b4-it:hover .b4-text {
  transform: none;
}

.b4-it:hover p.b4-tx {
  opacity: 1;
}

.b4-it:hover p.b4-dol {
  opacity: 1;
}
@keyframes anmb {
  0%  {
    opacity: 0.6;
    transform: scale(1.4);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}
.b4-box-ct:after {animation: anmb 2s infinite alternate;content: "";display: block;background: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M227.133,0c-5.523,0-10,4.477-10,10v61.667c0,5.522,4.477,10,10,10s10-4.477,10-10V10C237.133,4.477,232.656,0,227.133,0z '/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M358.372,131.266h-61.667c-5.523,0-10,4.477-10,10s4.477,10,10,10h61.667c5.523,0,10-4.477,10-10 S363.895,131.266,358.372,131.266z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M157.533,131.239H95.867c-5.523,0-10,4.477-10,10c0,5.523,4.477,10,10,10h61.667c5.522,0,9.999-4.477,9.999-10 C167.533,135.716,163.056,131.239,157.533,131.239z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M177.662,77.633l-29.115-29.115c-3.905-3.905-10.237-3.905-14.143,0c-3.905,3.905-3.905,10.237,0,14.143l29.116,29.115 c1.953,1.953,4.512,2.929,7.071,2.929s5.119-0.976,7.071-2.929C181.567,87.871,181.567,81.539,177.662,77.633z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M319.853,48.537c-3.905-3.905-10.237-3.905-14.143,0l-29.115,29.115c-3.905,3.905-3.905,10.237,0,14.143 c1.953,1.953,4.513,2.929,7.072,2.929c2.559,0,5.119-0.976,7.071-2.929l29.115-29.115 C323.758,58.775,323.758,52.443,319.853,48.537z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M389.133,227.706c-6.751,0-13.079,1.826-18.534,4.997c-4.546-15.288-18.721-26.473-35.466-26.473 c-10.643,0-20.243,4.523-27,11.74c-6.756-7.217-16.358-11.74-27-11.74c-6.127,0-11.905,1.506-17,4.153v-69.131 c0-20.402-16.598-37-37-37c-20.402,0-37,16.598-37,37v52.727c0,5.523,4.477,10,10,10s10-4.477,10-10v-52.727 c0-9.374,7.626-17,17-17c9.374,0,17,7.626,17,17V308.66c0,5.523,4.477,10,10,10s10-4.477,10-10v-65.43c0-9.374,7.626-17,17-17 c9.374,0,17,7.626,17,17v9.651v55.779c0,5.523,4.477,10,10,10s10-4.477,10-10v-55.779v-9.651c0-9.374,7.626-17,17-17 c9.374,0,17,7.626,17,17v21.475V282v26.661c0,5.523,4.477,10,10,10s10-4.477,10-10V282v-17.295c0-9.374,7.626-17,17-17 c9.374,0,17,7.626,17,17v104.574c0,7.449-0.671,14.907-1.996,22.167c-0.991,5.434,2.61,10.641,8.043,11.632 c0.607,0.11,1.21,0.164,1.806,0.164c4.738,0,8.946-3.381,9.827-8.208c1.539-8.441,2.32-17.106,2.32-25.756V264.705 C426.133,244.304,409.535,227.706,389.133,227.706z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M381.24,459.523c-3.767-4.038-10.096-4.257-14.133-0.49C344.319,480.292,314.595,492,283.411,492 c-46.785,0-90.162-27.222-110.508-69.352L126.84,327.27c-4.155-8.602-0.928-19.082,7.345-23.859 c8.554-4.937,19.691-2.094,24.831,6.338l32.579,53.455c2.333,3.827,6.927,5.635,11.242,4.424s7.297-5.146,7.297-9.628v-98 c0-5.523-4.477-10-10-10c-5.523,0-10,4.477-10,10v62.377l-14.04-23.036c-10.926-17.928-33.728-23.748-51.909-13.25 c-17.295,9.985-24.04,31.894-15.354,49.877l46.063,95.378c11.686,24.197,29.893,44.537,52.653,58.82 C230.307,504.45,256.541,512,283.412,512c36.266,0,70.834-13.617,97.338-38.343C384.788,469.889,385.008,463.562,381.24,459.523z' /%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M407.112,425.6c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21,1.07-7.07,2.93c-1.86,1.86-2.93,4.44-2.93,7.07 c0,2.64,1.07,5.21,2.93,7.07c1.86,1.86,4.44,2.93,7.07,2.93s5.21-1.07,7.07-2.93c1.86-1.86,2.93-4.43,2.93-7.07 C410.042,430.04,408.972,427.46,407.112,425.6z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M207.202,220.93c-1.86-1.86-4.44-2.93-7.07-2.93s-5.21,1.07-7.07,2.93s-2.93,4.44-2.93,7.07s1.07,5.21,2.93,7.07 s4.44,2.93,7.07,2.93s5.21-1.07,7.07-2.93s2.93-4.44,2.93-7.07S209.062,222.79,207.202,220.93z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") center no-repeat;width: 30px;height: 30px;position: absolute;bottom: 12%;right: 10%;opacity: 0.6;}
.b4-it:hover .b4-box-ct:after {
  opacity: 0 !important;
  display: none;
}
.b5-it.ts1 .b5-tx {
  background: url(../img/m/ft1.jpg) center no-repeat;
  background-size: cover;
}
.b5-it.ts2 .b5-tx {
  background: url(../img/m/ft2.jpg) center no-repeat;
  background-size: cover;
  justify-content: flex-end;
}
.b5-it.ts3 .b5-tx {
  background: url(../img/m/ft3.jpg) center no-repeat;
  background-size: cover;
}
.b5-it.ts4 .b5-tx {
  background: url(../img/m/ft4.jpg) center no-repeat;
  background-size: cover;
  justify-content: flex-end;
}


p.b5-tx2 {
  text-align: left;
  font-size: 12px;
  line-height: 130%;
  padding: 0;
  margin: 0 0 0 16px;
  width: 58%;
}

.b5-tx {
  height: 100px;
  width: 230px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}

p.b5-tx1 {
  position: absolute;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 1px;
  top: 24px;
  margin: auto;
  right: -60px;
  min-width: 107px;
}

p.b5-tx2 br {
  display: none;
}

.b5-it.ts2, .b5-it.ts4 {
  justify-content: flex-end;
}

.b5-it.ts2 p.b5-tx1, .b5-it.ts4 p.b5-tx1 {
  right: auto;
  left: -50px;
}

.b5-it.ts2 p.b5-tx2, .b5-it.ts4 p.b5-tx2 {
  margin: 0 9px 0 0;
}

.b5 .main {}

.b5 .main {
  position: relative;
  width: 310px;
  padding: 27px 0 7px;
}
.b5 .main:before {
  left: -66px;
}

.b5 .main:after {
  right: -61px;
}
.b5 {
  overflow: hidden;
  padding: 0;
}

.b5 .main:before, .b5 .main:after {
  top: -38px;
}
.b6-lf {
  margin: 0 0 0 -180px;
  z-index: 6;
  position: relative;
}

.b6-lf img {
  width: 320px;
}

.b6-rg-it {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 9px;
}

.b6-rg p {
  width: 50%;
  font-size: 13px;
  padding: 0 0 0 19px;
}

.b6-rg-it:nth-child(1) {
  justify-content: flex-end;
}

.b6-rg-it:nth-child(2) p {
  width: 100%;
}

.b6 .main {
  background: none;
  position: relative;
  width: 310px;
}

.b5 .main:before {}

.b6 .b6-box:before {
  left: -65px;
}

.b6 .b6-box:after {
  right: -55px;
}

.b6 {
  overflow: hidden;
  padding: 13px 0 0;
}
.b6-box + p.b6-zg {
  /* padding: 0 0 0; */
  width: 210px;
}

p.b6-t1 {
  font-size: 14px;
  padding: 6px 0 0 27px;
}

.b6-bx-tx p {
  font-size: 14px;
  padding: 0 0 0 27px;
}

.b6-bx-tx p b {
  font-size: 17px;
  padding: 29px 0 116px;
  display: block;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(1) > div.b6-bx-tx > p:nth-child(1) {
  text-align: right;
  margin: -161px 0 0 0;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(1) > div.b6-img > img {
  width: 173px;
  margin: 0 0 0 33px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(2) > div.b6-img > img {
  width: 155px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(2) > div.b6-img {
  text-align: right;
  width: 100%;
  margin: 0 0 -209px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(2) > div.b6-bx-tx > p:nth-child(1) {
  width: 170px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(2) > div.b6-bx-tx > p:nth-child(1) > b {
  padding: 29px 0 45px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(2) > div.b6-bx-tx > p:nth-child(2) {
  width: 229px;
}

body > div.mob_webs > div.b6 > div > div.b6-bx > div:nth-child(1) {
  margin: 0 0 -36px;
}



.b6 .main:before {
  /* background-repeat-x: repeat !important; */
  background: url(../img/m/b3_l.png) center right;
}

.b6 .main:after {
  background: url(../img/m/b3_r.png) top  left;
}

.b4 {
  margin: 0;
  margin: 0 auto;
  max-width: 408px;
}
.b7-left .b7-sp {
  display: none;
}

.b7_mbl {
  display: block !important;
  padding: 32px 0 0;
}

p.b7-zg span {
  padding: 3px 12px;
  margin: 1px 0 0 -12px;
}

.b7 {
  background: url(../img/m/b7.jpg) center no-repeat;
  background-size: cover;
  padding: 37px 0 9px;
  overflow: hidden;
}

.b7-right {
  padding: 25px 8px 2px;
}

.b7-sbm .form-it {
  max-width: 46%;
}

.b7-sbm p {
  width: 45%;
  font-size: 11px;
}

.b7-sbm {
  justify-content: space-between;
}

.b7-form .form-it {
  margin: 0 auto 13px;
}

.b7-fms .form-it {
  margin: 0 0 12px;
}


.b7-sbm .form-it {
  margin: 0;
}

.b7-it {
  padding: 0 0 17px 14px;
}

.b7-it img {
  max-width: 25px;
}

.b7-sp p {
  font-size: 14px;
}

.b7 .main {
  width: 310px;
}

.b7-form {
  position: relative;
}

.b7-form:after {content: "";width: 500px;height: 215px;display: block;background: url(../img/m/line.png) center no-repeat;position: absolute;bottom: -55px;left: -68px;}
.b8 .main {
  max-width: 310px;
  min-width: 290px;
  width: 83%;
}

p.b8-t1 {
  font-size: 14px;
  line-height: 131%;
}

p.b8-t1 br {
  display: none;
}

.b8 {
  padding: 17px 0 7px;
}

p.b8-pc {
  font-size: 23px;
  margin: 5px 0 0;
  padding: 0 22px;
}

span.lab {
  padding: 10px 13px;
}

p.b8-pc span {
  font-size: 20px;
}

body > div.mob_webs > div.b8 > div > div > div:nth-child(2) > div > p.b8-pc {
  text-align: right;
  margin: 0;
}

body > div.mob_webs > div.b8 > div > div > div:nth-child(2) > div > span {
  right: auto;
  left: 0;
}

.b8-tx {
  font-size: 14px;
  line-height: 140%;
  margin: 14px 0 0 17px;
}

.b8-it:nth-child(1):after {
  height: 7px;
  width: 43px;
}

.b8-it:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #fc0000;
  right: 0;
  height: 7px;
  width: 43px;
}
.b8-tx2 {
  font-size: 15px;
  width: 250px;
}

.b9 .main {
  width: 280px;
  min-width: 280px;
}

.b9 .box-form {
  padding: 19px 0 0;
}
.ft-hf p {
  font-size: 15px;
}

.ft-hf a {
  font-size: 15px;
}

.ft-its {
  width: 100%;
}

.ft-rg a {
  font-size: 21px;
  margin: 0 0 18px;
}

.ft .b1-contact-it p span {
  padding: 0 0 6px;
}
.ft .main {
  width: 310px;
}
a.fix_bt {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 513.64 513.64' style='enable-background:new 0 0 513.64 513.64;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M499.66,376.96l-71.68-71.68c-25.6-25.6-69.12-15.359-79.36,17.92c-7.68,23.041-33.28,35.841-56.32,30.72 c-51.2-12.8-120.32-79.36-133.12-133.12c-7.68-23.041,7.68-48.641,30.72-56.32c33.28-10.24,43.52-53.76,17.92-79.36l-71.68-71.68 c-20.48-17.92-51.2-17.92-69.12,0l-48.64,48.64c-48.64,51.2,5.12,186.88,125.44,307.2c120.32,120.32,256,176.641,307.2,125.44 l48.64-48.64C517.581,425.6,517.581,394.88,499.66,376.96z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") center no-repeat;
  background-color: #07bf37;
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-size: 49%;
  right: 10px;
  bottom: 10px;
}
.b0_logo img {
  height: 40px;
}

.b0_a1 {
  font-size: 14px;
}

.b0_ct {
  justify-content: flex-start;
  max-width: 170px;
}

.b0_1 {
  align-items: flex-start;
}

.b0_bg_1 {
  position: static;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin: -132px 0 0;
  display: none;
}

.b0_bg_1 img {
  height: auto;
  min-height: 0;
  min-width: 485px;
}

.b0_bg_2 {
  position: static;
  height: auto;
  min-height: 0;
}

.b0_2_box h1 {
  font-size: 37px;
  text-align: center;
  margin: 41px 0 0;
  text-align: left;
}

.b0_2_box p {
  font-size: 18px;
  text-align: left;
  padding: 12px 0 23px;
}

.b0_bg_2 img {
  height: auto;
  min-height: 0;
  max-width: 10000%;
  width: 149%;
  margin: -106px 0 -15px -85px;
}

.b0 {
  max-height: 10000px;
  min-height: 0;
  height: auto;
}
.b0_bg_1_mb {
  display: flex !important;
  height: 232px;
  justify-content: center;
  align-items: center;
  margin: 77px 0 31px;
}

.b0_bg_1_mb img {
  max-width: 10000px;
  width: 380px;
  height: auto;
  margin: 0 0 0 -44px;
}
.b0_2_box {
  width: 290px;
  margin: 0 auto;
}
}

@media only screen and (max-width: 680px) and (min-height: 620px) { 

  .m_b1.b1 {
    background-position: top right 0;
    background-size: cover;
}

.b1-contact-it p span {
    font-size: 17px;
    line-height: 123%;
}

.b1-contact-it a {
    font-size: 18px;
}

.b1-contact p {
    font-size: 15px;
    line-height: 140%;
}

.top_form_box > div p {
    font-size: 13px;
}

.b1-box {
    padding: 69px 0 0;
}
.b2-box ul li {
  font-size: 15px;
  padding-right: 6px;
}
p.b3-t2 {
  font-size: 14px;
}

.b3-it p {
  font-size: 14px;
}

p.b3-t3 {
  font-size: 14px;
}
.b4-box-ct {
  padding: 25px 15px 13px 28%;
}

.b4-box-ct:before {
  width: 23%;
}
}





@media screen and (max-width: 980px) and (min-width: 681px) {
  .main {
    /* width: 680px; */
  }
  .b1-logo img {
    width: 119px;
  }
  p.b4-tx {
    font-size: 12px;
    line-height: 18px;
  }
  p.b4-dol {
    font-size: 14px;
  }
  .b4-it .b4-img {
    width: 32%;
  }
  .b4-it.it2 .b4-img {
    display: none;
  }
  .it3 p.b4-dol {
    padding: 13px 0 20px;
  }
  p.b4-zg {
    font-size: 17px;
  }
  .it5 p.b4-dol {
    padding: 33px 0 0;
  }
  .b5-box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .b5-it {
    margin: 0 0 25px;
  }
  .b6-rg p {
    font-size: 12px;
  }
  .b6-lf {
    width: 80%;
    margin: 0 21px 0 0px;
  }
  img {
    max-width: 100%;
  }
  .b8-it {
    width: 48%;
  }
  .b8-tx {
    font-size: 14px;
  }
  .b9 .main:after {
    margin: 0 0 0 -1374px;
    left: 50%;
  }
  .b9 {
    overflow: hidden;
    margin: -6px 0 0;
  }
  .ft {
    margin: -120px 0 0;
  }
  .ft-hf p {
    width: 35%;
  }
}

@media screen and (min-width: 981px) and (max-width: 1169px) {
  .main {
    /* width: 980px; */
  }
}
