@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  background-color: #f9f9f9;
  min-height: 100vh;
  overflow-anchor: none;
}
body,
body a {
  color: #000;
}
body.scroll-off {
  overflow: hidden;
}
strong,
/* b {
  font-weight: 700;
} */
.inner {
  max-width: 1420px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.duration {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* header */
header {
  padding: 16px 0 18px 20px;
}

/* logo */
#logo {
	margin-right: auto;
	padding-right: 20px;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */

/* header */
/* title */
#title {
  padding: 20px;
  text-align: center;
  background: #282828;
  color: #ffffff;
}
#title .color {
  background: #3c88e4;
  padding: 30px 20px;
  color: #ffffff;
}
#title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
#title p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 auto;
}
#title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 40px 0 20px;
}
/* /title */

/* content */
#content {
  padding: 25px 20px 45px;
  overflow: hidden;
}
#content .items {
  -ms-flex-direction: column;
  flex-direction: column;
}
#content .item {
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 10px 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
#content .item .info {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid #282828;
  padding: 8px 0 10px;
}
#content .item .info:first-child {
  font-weight: 700;
}
#content .item .logo {
  overflow: hidden;
  height: 34px;
  margin: 0 0 8px;
}
#content .item .logo svg,
#content .item .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 0 50%;
}
#content .item .line {
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}
#content .item .line .icon {
  margin-right: 10px;
}
#content .item .line p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#content .item .text {
  flex-direction: column;
}

.td_price p {
  font-weight: 700;
  font-size: 22px;
}

#content .item .text .td {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#content .item .text .td .icon {
  margin-right: 10px;
}
#content .item .text .td p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  flex-grow: 1;
  align-self: center;
}
.td_price {
  font-weight: 700;
}
#content .item .text .td:first-child p {
  border-top: 0;
}
#content .item .item-btn {
  position: relative;
  z-index: 20;
}
#content .item .item-btn .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #282828;
  background: #bef761;
  border-radius: 7px;
}
#content .item .item-btn .btn:hover {
  background-color: #ceff9d;
}
#content .item .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

#content .item .info:first-child {
  font-weight: 700;
}
/* /content */

/* footer */
footer {
  padding: 20px;
  background-color: #000000;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
/* /footer */

@media (min-width: 360px) {
  /* title */
  #title h1 {
    font-size: 24px;
    line-height: 29px;
  }
  #title h2 {
    font-size: 24px;
    line-height: 29px;
  }
  /* /title */
}

@media (min-width: 720px) {
  /* title */
  #title {
    padding: 30px;
  }
  #title .color {
    padding: 50px;
  }
  #title h1 {
    font-size: 30px;
    line-height: 37px;
  }
  #title p {
    width: unset;
  }
  #title h2 {
    padding: 20px 0 0;
  }
  /* /title */

  /* content */
  #content .items {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #content .item {
    width: calc(50% - 10px);
  }
  /* /content */

  /* footer */
  footer {
    padding: 40px 20px;
  }
  /* /footer */
}

@media (min-width: 1024px) {
  /* header */
  header {
    padding: 31px 0 29px 108px;
  }
  /* header */
  /* title */
  #title .color {
    padding: 70px;
  }
  #title h1 {
    font-size: 38px;
    line-height: 49px;
  }
  #title p {
    font-size: 16px;
    line-height: 18px;
  }
  #title h2 {
    padding: 50px 0 30px;
    font-size: 36px;
    line-height: 44px;
  }
  /* /title */

  /* content */
  #content {
    padding: 40px 60px;
    overflow: hidden;
  }
  #content .item {
    padding: 15px 10px 16px;
  }
  #content .items {
    justify-content: center;
    margin: 0 -10px;
  }
  #content .item {
    width: calc(33% - 60px);
    margin: 0 3.5px 7px;
  }
  #content .item .text .td p {
    font-size: 14px;
  }
  .td_price p {
    font-size: 24px;
  }
  #content .item .item-btn .btn {
    line-height: 50px;
    font-size: 16px;
    border-radius: 10px;
  }
  /* /content */
}

@media (min-width: 1200px) {
  .inner {
    padding: 0 15px;
  }
}

@media (min-width: 1600px) {
  header {
    padding: 31px 0 29px 198px;
  }

  /* title */
  #title .color {
    padding: 70px;
  }
  #title h1 {
    font-size: 44px;
    line-height: 58px;
  }
  /* /title */

  /* content */
  #content {
    padding: 40px 57px;
  }
  #content .item {
    width: calc(25% - 120px);
    margin: 0 16px 24px;
    padding: 15px 17.5px 16px;
  }
  /* /content */

  /* footer */
  footer {
    padding: 50px 20px;
  }
  /* /footer */
}
