* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #1E1E1E;
  background: #EEF7FA;
  font: 16px/120% "Inter", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Inter", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #1E1E1E;
  text-decoration: none;
  font: 16px/120% "Inter", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
header, .content {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: 38px;
  line-height: 110%;
  color: #BFD0E6;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
h1 > span {
  color: #CC2229;
}

h2, h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  line-height: 140%;
  color: #50666D;
  margin-bottom: 20px;
}

ul, ol {
  padding-left: 20px;
}
ul > li, ol > li {
  font-size: 14px;
  line-height: 140%;
  color: #50666D;
  margin-bottom: 20px;
}
ul.disc, ol.disc {
  list-style-type: disc;
}

section {
  padding: 55px 0 40px;
  overflow: hidden;
  position: relative;
}
section.dark {
  background: #111112;
}
section.dark:before {
  display: block;
  content: "";
  width: 1433px;
  height: 176px;
  background: url(../images/honda_top.svg) center/cover no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
section.dark h2, section.dark h3 {
  color: #fff;
}

.top_wrap {
  overflow: hidden;
  background: url(../images/top_bg.jpg) center/cover no-repeat;
  padding: 54px 0 43px;
  position: relative;
}
.top_wrap:before {
  display: block;
  content: "";
  width: 1433px;
  height: 176px;
  background: url(../images/honda_top.svg) center/cover no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}
.top_wrap .content {
  position: relative;
}

.tw_img {
  display: block;
  width: 438px;
  position: absolute;
  right: 130px;
  top: -67px;
}

header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

.logo {
  max-width: 203px;
}

.h_tel {
  margin-left: 45px;
  padding-left: 41px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-left: 1px solid #3A3B3B;
}
.h_tel:before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/tel.svg) center/cover no-repeat;
}

.tw_top {
  max-width: 591px;
  margin-top: 50px;
}

.tw_text_1 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 18px;
}
.tw_text_1 > div {
  color: #fff;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
}
.tw_text_1 > div.tw_red {
  padding: 10px 14px;
  background: linear-gradient(153.63deg, #CC2229 16.57%, #7F1B1F 160.82%);
  border-radius: 16px;
  color: #FFEDC6;
  font-size: 11px;
  font-weight: 500;
}

.tw_text_2 {
  max-width: 434px;
  font-size: 14px;
  line-height: 140%;
  color: #50666D;
  margin-top: 20px;
}

.tw_tel_price {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.tw_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  margin-top: 75px;
}
.tw_bot > div {
  display: flex;
  width: 100%;
  justify-content: center;
  border-left: 1px solid #29292A;
  padding: 0 15px;
}
.tw_bot > div:first-child {
  border-left: none;
  padding-left: 0;
}

.tw_tel, .fw_tel {
  display: block;
  max-width: 294px;
  width: 100%;
  height: 78px;
  flex-shrink: 0;
  background: linear-gradient(153.63deg, #CC2229 16.57%, #7F1B1F 160.82%);
  border-radius: 22px;
  font-size: 22px;
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
.tw_tel:hover, .fw_tel:hover {
  opacity: 0.7;
}

.tw_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  gap: 5px;
}
.tw_price > del {
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
  color: #A9B5C9;
}
.tw_price > span {
  font-size: 38px;
  line-height: 100%;
  font-weight: 700;
  color: #CC2229;
}

.twb_item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 25px;
}

.twb_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  background: linear-gradient(153.63deg, #CC2229 16.57%, #7F1B1F 160.82%);
  border-radius: 22px;
}
.twb_img > img {
  max-width: 30px;
}

.twb_text {
  font-size: 13px;
  line-height: 130%;
  color: #50666D;
}
.twb_text > span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ts_table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ts_line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.ts_line:nth-child(even) > div {
  background: #F6FBFC;
}
.ts_line > div {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 35px;
  background: #fff;
  border-radius: 16px;
}
.ts_line > div > div {
  font-size: 14px;
  color: #50666D;
}
.ts_line > div > div:nth-child(2) {
  color: #CC2229;
  font-weight: 800;
}

.adv_items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ai_left {
  max-width: 452px;
  width: 100%;
  padding: 35px 50px;
  border: 1px solid #2A2C2C;
  border-radius: 22px;
}

.ail_img {
  width: 166px;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(153.63deg, #CC2229 16.57%, #7F1B1F 160.82%);
  border-radius: 44px;
  padding: 15px;
}
.ail_img > img {
  width: 100%;
  max-width: 80px;
}

.ail_head {
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}

.ail_text {
  max-width: 330px;
  font-size: 14px;
  line-height: 140%;
  color: #50666D;
  margin-top: 13px;
}

.ai_right {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.air_item {
  min-height: 184px;
  padding: 30px 40px;
  border: 1px solid #2A2C2C;
  border-radius: 22px;
}
.air_item > img {
  display: block;
  max-width: 65px;
}
.air_item > span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.fw_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 13px;
  margin-bottom: 50px;
}

.fw_item {
  min-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #BEC6C8;
  padding: 15px 10px;
  border-radius: 22px;
}

.fwi_img {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.fwi_text {
  font-size: 14px;
  color: #50666D;
  text-align: center;
  margin-top: 15px;
}

.fw_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-top: 35px;
}
.fw_tel:before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/tel_w.svg) center/cover no-repeat;
}

@media only screen and (max-width: 1200px) {
  .tw_img {
    right: 15px;
    width: 350px;
  }
  .ai_left {
    max-width: 380px;
    padding: 20px 15px;
  }
  .air_item {
    padding: 20px 15px;
  }
} /*1200*/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 28px;
    margin-top: 15px;
  }
  h2, h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section {
    padding: 30px 0 20px;
  }
  section.dark:before {
    display: none;
  }
  .top_wrap {
    padding: 30px 0;
  }
  .top_wrap:before {
    display: none;
  }
  .tw_img {
    width: 280px;
    top: -20px;
  }
  .tw_top {
    width: calc(100% - 300px);
    margin-top: 40px;
  }
  .tw_text_1 {
    flex-wrap: wrap;
  }
  .tw_tel_price {
    width: fit-content;
  }
  .twb_item {
    flex-direction: column;
    gap: 15px;
  }
  .twb_img {
    width: 40px;
    height: 40px;
  }
  .twb_img > img {
    max-width: 20px;
  }
  .tw_bot > div {
    border-left: none;
  }
  .tw_bot > div:first-child {
    border-left: none;
    padding-left: 15px;
  }
  .twb_text {
    text-align: center;
  }
  .twb_text > span {
    text-align: center;
  }
  .air_item > span br {
    display: none;
  }
  .fw_items {
    margin-bottom: 30px;
  }
  .fw_item {
    min-height: unset;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  h2, h3 {
    text-align: center;
  }
  p {
    margin-bottom: 15px;
  }
  .twb_text br {
    display: none;
  }
  .ts_line {
    gap: 10px;
  }
  .ts_line > div {
    min-height: 46px;
    border-radius: 8px;
    padding: 10px 15px;
  }
  .fw_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .fw_item:last-child {
    grid-column: 1/-1;
  }
  .fwi_text {
    margin-top: 5px;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  h1 {
    text-align: center;
  }
  h1 > span {
    display: inline-block;
  }
  .top_wrap {
    padding: 20px 0;
  }
  header {
    justify-content: space-between;
  }
  .logo {
    max-width: 120px;
  }
  .h_tel {
    border-left: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    gap: 8px;
  }
  .h_tel:before {
    width: 16px;
    height: 16px;
  }
  .tw_img {
    position: static;
    margin: 20px auto 0;
  }
  .tw_top {
    max-width: 100%;
    width: 100%;
  }
  .tw_text_1 {
    justify-content: center;
    gap: 10px 20px;
  }
  .tw_text_2 {
    text-align: center;
  }
  .tw_tel_price {
    width: unset;
    flex-direction: column;
  }
  .tw_price {
    align-items: center;
  }
  .tw_bot {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 25px;
  }
  .ts_line {
    grid-template-columns: repeat(1, 1fr);
  }
  .adv_items {
    flex-direction: column;
    gap: 10px;
  }
  .ai_left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ail_img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .ail_img > img {
    max-width: 40px;
  }
  .ail_head {
    font-size: 16px;
    text-align: center;
  }
  .ail_text {
    text-align: center;
    max-width: 100%;
  }
  .ai_right {
    grid-gap: 10px;
  }
  .air_item {
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
  }
  .air_item > img {
    max-width: 36px;
  }
  .air_item > span {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
  }
} /*600*/
@media only screen and (max-width: 480px) {
  .fwi_text {
    font-size: 12px;
  }
} /*480*/

/*# sourceMappingURL=style.css.map */
