@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

ul[class],
ol[class] {
  list-style: none;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #292D32;
  background: white;
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.header .container {
  max-width: 1300px;
}

.header-main {
  background: #fff;
}

.header-main .container {
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .header-main .container a {
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-main .container form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #F5F5F5;
}

@media (max-width: 992px) {
  .header-main .container form {
    display: none;
  }
}

.header-main .container form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: transparent;
  padding: 0 20px;
  height: 100%;
}

.header-main .container form .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  height: 100%;
  padding: 0;
}

.header-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-top__inner {
  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;
  height: 70px;
}

.header-top__inner a:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.btn {
  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;
  height: 56px;
  padding: 0 20px;
  border-radius: 6px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .btn {
    height: 45px;
  }
}

.btn.btn-primary {
  color: white;
  background: #000;
}

.btn.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.btn-outline-black {
  border: 1px solid #000;
  color: #000;
}

.btn.btn-warning {
  color: #C33131;
  border: 1px solid #C33131;
}

.btn-between {
  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-top: 30px;
}

.screen-section {
  background: linear-gradient(90.7deg, #211C24 0.64%, #211C24 101%);
  color: white;
}

.screen-section .section-inner {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media (max-width: 992px) {
  .screen-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  .screen-section .section-inner .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.screen-section .section-inner .img {
  position: relative;
}

.screen-section .btn {
  min-width: 191px;
}

.screen-section p {
  color: #909090;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .screen-section p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.title {
  font-family: Inter;
  font-size: 40px;
  font-weight: 100;
  line-height: 72px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 24px;
  color: white;
}

@media (max-width: 768px) {
  .title {
    font-size: 27px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.section-blue {
  background: #003F62;
  padding: 27px 0;
}

.section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
}

.section-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 500px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 0 50px;
  min-height: 150px;
}

.section-row a img {
  width: 150px;
}

.section-row a p {
  color: #1B5A7D;
}

.section-row a p:first-child {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .section-row a p:first-child {
    font-size: 14px;
  }
}

.section-row a p:last-child {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .section-row a p:last-child {
    font-size: 16px;
  }
}

.default-section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .default-section {
    padding: 35px 0;
  }
}

.section-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 16px;
  }
}

.card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 992px) {
  .card-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .card-grid {
    grid-gap: 10px;
  }
}

@media (max-width: 576px) {
  .card-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.card-grid .card-item {
  border: 0.98px solid #000;
  padding: 20px 10px 40px;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #000;
}

.card-grid .card-item img {
  max-height: 160px;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.card-grid .card-item p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .card-grid .card-item p {
    font-size: 14px;
  }
}

.card-grid .card-item span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 16px;
  display: block;
}

@media (max-width: 768px) {
  .card-grid .card-item span {
    font-size: 18px;
  }
}

.card-sgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
}

@media (max-width: 992px) {
  .card-sgrid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .card-sgrid {
    grid-gap: 10px;
  }
}

.card-sgrid .card-item {
  padding-right: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
}

.card-sgrid .card-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.card-sgrid .card-item:nth-child(1) p {
  font-family: Inter;
  font-size: 49px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 768px) {
  .card-sgrid .card-item:nth-child(1) p {
    font-size: 18px;
  }
}

.card-sgrid .card-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  padding-left: 50px;
  padding-right: 0;
  background: #EDEDED;
}

@media (max-width: 768px) {
  .card-sgrid .card-item:nth-child(2) {
    padding-right: 0;
    padding-left: 20px;
  }
}

.card-sgrid .card-item:nth-child(2) p {
  font-family: Inter;
  font-size: 64px;
  font-weight: 100;
  text-align: left;
}

@media (max-width: 768px) {
  .card-sgrid .card-item:nth-child(2) p {
    font-size: 18px;
  }
}

.card-sgrid .card-item:nth-child(2) img {
  margin-left: auto;
  margin-right: 0;
}

.card-sgrid .card-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.card-sgrid .card-item:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: #353535;
  color: white;
}

.card-sgrid .card-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .card-sgrid .card-item {
    padding-right: 20px;
    grid-row: unset !important;
    grid-column: unset !important;
  }
}

.card-sgrid .card-item img {
  max-width: 100%;
  margin-right: auto;
}

.card-sgrid .card-item .btn {
  max-width: 191px;
}

.card-sgrid .card-item p {
  font-family: Inter;
  font-size: 29px;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 768px) {
  .card-sgrid .card-item p {
    font-size: 18px;
  }
}

.card-sgrid .card-item span {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #909090;
  margin: 16px 0;
}

.black-section {
  background: url(../img/Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.black-section .section-inner {
  border-radius: 20px;
  min-height: 450px;
  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;
  text-align: center;
  color: white;
}

.black-section .section-inner h4 {
  font-family: Inter;
  font-size: 36px;
  font-weight: 300;
  line-height: 43.57px;
  letter-spacing: -0.01em;
  text-align: center;
}

@media (max-width: 992px) {
  .black-section .section-inner h4 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  .black-section .section-inner h4 {
    font-size: 24px;
  }
}

.grid-review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .grid-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
}

.grid-review .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 50px 20px;
  min-height: 150px;
  border: 1px solid #BABABA;
}

.grid-review .review-item p {
  font-family: Inter;
  font-size: 15.98px;
  font-weight: 500;
  line-height: 23.97px;
  text-align: left;
  margin-bottom: 25px;
}

.grid-review .review-item span {
  display: block;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #003F62;
  background: #E2F4FF;
  border-radius: 20px;
  padding: 5px 20px;
}

.grid-news {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .grid-news {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .grid-news {
    grid-gap: 10px;
    margin-bottom: 10px;
  }
}

.grid-news .news-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border-radius: 20px;
  background: white;
  width: 100%;
  padding: 50px 20px;
  min-height: 150px;
  border: 1px solid #BABABA;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #1B5A7D;
}

@media (max-width: 576px) {
  .grid-news .news-item {
    grid-gap: 10px;
  }
}

#map iframe {
  width: 100%;
  height: 350px;
}

.footer {
  background: #000;
  padding: 104px 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.87px;
  color: white;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
}

.footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.footer-inner {
  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;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.h1 {
  margin-bottom: -30px;
  margin-top: 80px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.cardMainTitle {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
  color: black;
}

@media (max-width: 768px) {
  .cardMainTitle {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

.section-grey {
  background: #FAFAFA;
}

.bread {
  margin-bottom: 30px;
  background: black;
  color: white;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
}

.bread .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  gap: 16px;
}

@media (max-width: 768px) {
  .bread {
    margin-bottom: 40px;
  }
}

.bread span:first-child {
  color: #A4A4A4;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

@media (max-width: 576px) {
  .info {
    margin-top: 16px;
  }
}

.info-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56px 1fr;
      grid-template-columns: 56px 1fr;
  gap: 16px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #717171;
}

.info-item span {
  color: black;
}

.cardInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .cardInner {
    grid-gap: 30px;
  }
}

@media (max-width: 768px) {
  .cardInner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cardInner .img {
  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;
}

.cardInner .img img {
  max-width: 90%;
}

.cardInner .cardTitle {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .cardInner .cardTitle {
    font-size: 28px;
  }
}

.cardInner .price {
  font-family: Inter;
  font-size: 29.68px;
  font-weight: 600;
  line-height: 44.51px;
  text-align: left;
  color: #4A4A4A;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .cardInner .price {
    font-size: 18px;
  }
}

.cardInner .btn-group {
  margin-top: 45px;
}

@media (max-width: 992px) {
  .cardInner .btn-group {
    margin-top: 25px;
  }
}

.cardInner .btn-group .btn {
  width: 100%;
  max-width: 100%;
}

.cardInner .content {
  padding: 10px 0;
}

.cardInner .content .btn {
  padding: 0 50px;
}

@media (max-width: 768px) {
  .cardInner .content .btn {
    padding: 0 30px;
  }
}

.quant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-family: Inter;
  font-size: 18.17px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 768px) {
  .quant {
    font-size: 15px;
  }
}

.quant .incontrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quant button,
.quant input {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.26px;
  text-align: center;
  color: #000;
}

.quant button {
  width: 32px;
  height: 32px;
  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;
}

.quant input {
  width: 40px;
  height: 32px;
  border: 0.5px solid #D9D9D9;
  border-radius: 4px;
}

.about {
  padding: 48px 40px;
  border-radius: 8px;
  background: white;
}

@media (max-width: 768px) {
  .about {
    padding: 36px 20px;
  }
}

.about h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .about h3 {
    font-size: 16px;
  }
}

.about .text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #9D9D9D;
}

@media (max-width: 576px) {
  .about .text {
    font-size: 12px;
  }
}

.pop h2 {
  font-family: Inter;
  font-size: 27.38px;
  font-weight: 600;
  text-align: center;
  color: #1B5A7D;
  margin-bottom: 26px;
}

.cartInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.5fr;
      grid-template-columns: 2fr 1.5fr;
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .cartInner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cartInner .cartWrapper {
  overflow: auto;
}

.cartInner .cartItems {
  min-width: 600px;
}

.cartInner .cartItems .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 1fr 50px;
      grid-template-columns: 3fr 1fr 1fr 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartInner img {
  max-width: 140px;
}

.cartInner .tbody .tr {
  min-height: 115px;
  padding: 20px 0;
  border-bottom: 1px solid #C3C3C3;
  font-family: Inter;
  font-size: 22.68px;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 768px) {
  .cartInner .tbody .tr {
    font-size: 16px;
  }
}

.cartInner .tbody .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartInner .tbody .tr .td img {
  margin-right: 20px;
}

.cartInner .tbody .tr .td:first-child {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: black;
}

.cartInner .tbody .tr .td p span {
  font-weight: 300;
  display: block;
  margin-top: 16px;
}

.cartTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EBEBEB;
  padding: 26px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .cartTotal {
    padding: 20px;
  }
}

.cartTotal .top {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .cartTotal .top {
    margin-bottom: 24px;
    font-size: 17px;
  }
}

.cartTotal .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.cartTotal .content .r {
  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;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
}

.cartTotal .content .r:nth-child(2) p:first-child, .cartTotal .content .r:nth-child(3) p:first-child {
  color: #545454;
}

input {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dsffss {
  margin-top: 50px;
}

.dsffss .btn {
  width: 100%;
  margin-top: 80px;
}

.mainForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  max-width: 780px;
}

.mainForm label {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 10px;
}

.mainForm label span {
  color: #FF0000;
}

.mainForm input {
  border: 0.5px solid #CECECE;
  height: 43px;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
  background: white;
}

.mainForm select {
  border: 1px solid #CCCCCC;
  height: 43px;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
}

.thank-section .section-inner {
  min-height: 70vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Inter;
  font-size: 22.54px;
  line-height: 37.97px;
  letter-spacing: -0.2373056858778px;
  text-align: center;
}

.thank-section .section-inner svg {
  margin: 0 auto 50px;
}

.thank-section .section-inner .h2 {
  color: #000000;
  font-weight: 700;
}

.thank-section .section-inner b {
  color: #5E5E5E;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.onhide {
  display: none;
}

.dg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 576px) {
  .dg {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.section-h1 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .section-h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

article {
  font-family: Inter;
  font-size: 20px;
  margin: 50px 0;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

article br {
  margin-bottom: 10px;
}
