/* Global */
* {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: calc(1200px + 30px);
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.order-page {
  padding-top: 146px;
}

.order-page .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.order-page .header .header-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-page .header .header-cont .left-side {
  background: #fff;
  height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 35%;
}

.order-page .header .header-cont .right-side {
  background: #9158db;
  height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 65%;
  padding: 0px 10px;
}

.order-page .header .header-cont .left-side h1 {
  color: #0b0b0b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .header .header-cont .left-side h3 {
  color: #0b0b0b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .header .header-cont .right-side h4 {
  color: #edebf1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.order-page .header .header-cont .right-side h4 span {
  font-weight: 700;
}

.order-page .header .header-cont .right-side h2 {
  margin-bottom: 8px;
  color: #edebf1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .header .header-cont .right-side .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.order-page .header .header-cont .right-side .list .itm {
  flex: 0 0 340px;
}

.order-page .header .header-cont .right-side .list .itm p {
  color: #edebf1;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section1 {
  background: #edebf1;
  padding: 40px 0px;
  padding-bottom: 80px;
}

.order-page .section1 .section1-cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.order-page .section1 h1 {
  color: #0b0b0b;
  margin-bottom: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section1 .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
    margin-bottom: 40px;
}

.order-page .section1 .list .itm {
  padding: 12px 24px;
  border-radius: 16px;
  border: 1px solid #0b0b0b;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.order-page .section1 .list .itm h2 {
  color: #9158db;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section1 .list .itm p {
  color: #0b0b0b;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section1 .section1-cont2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section1 .section1-cont2 .left-side {
  flex: 1;
}
.order-page .section1 .section1-cont2 .left-side img {
  width: 100%;
}
.order-page .section1 .section1-cont2 .right-side {
  flex: 1;
}

.order-page .section1 .section1-cont2 .right-side p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order-page .section1 .section1-cont2 .right-side p:last-child {
  margin-bottom: 0px;
}
.order-page .section2 {
  padding: 80px 0px;
  position: relative;
}

.order-page .section2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #fafafa 0%, #edebf1 50%, #fafafa 100%);
}

.order-page .section2 .section2-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.order-page .section2 .section2-cont .left-side {
  flex: 1;
}

.order-page .section2 .section2-cont .right-side {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section2 .section2-cont .left-side h2 {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section2 .section2-cont .left-side p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section2 .section2-cont .left-side p span {
  color: #9158db;
  font-weight: 700;
}

.order-page .section2 .section2-cont .right-side .btl {
  width: 154px;
}

.order-page .section2 .section2-cont .right-side .text {
  border-radius: 32px;
  background: #edebf1;
  padding: 40px;
}

.order-page .section2 .section2-cont .right-side .text p {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section2 .section2-cont .right-side .text h3 {
  color: #0b0b0b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section2 .section2-cont .right-side .text h4 {
  color: #9158db;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.order-page .section3 {
  padding: 80px 0px;
}

.order-page .section3 .section3-cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section3 .section3-cont .text {
  flex: 1;
}

.order-page .section3 .section3-cont .text h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section3 .section3-cont .text ul {
  margin: 0px;
  padding: 0px;
}

.order-page .section3 .section3-cont .text ul li {
  list-style: disc;
  margin-bottom: 20px;
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}

.order-page .section3 .section3-cont .text ul li:last-child {
  margin-bottom: 0px;
}

.order-page .section4 {
  position: relative;
}

.order-page .section4:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 32px;
  background: #edebf1;
}

.order-page .section4 .section4-cont {
  position: relative;
  padding: 100px 0px;
  border-radius: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.order-page .section4 .section4-cont .left-side {
  flex: 0 0 490px;
  position: sticky;
  top: 170px;
}

.order-page .section4 .section4-cont .left-side h2 {
  color: #0b0b0b;

  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section4 .section4-cont .left-side p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section4 .section4-cont .right-side {
  flex: 0 0 490px;
}

.order-page .section4 .section4-cont .right-side h2 {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section4 .section4-cont .right-side .list .itm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 32px;
  background: #fafafa;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 32px;
  background: #fafafa;
}

.order-page .section4 .section4-cont .right-side .list .itm:last-child {
  margin-bottom: 0px;
}

.order-page .section4 .section4-cont .right-side .list .itm .btl {
  max-width: 62px;
  width: 100%;
}

.order-page .section4 .section4-cont .right-side .list .itm h3 {
  color: #0b0b0b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section4 .section4-cont .right-side .list .itm p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}

.order-page .section5 {
  padding: 80px 0px;
}

.order-page .section5 .section5-cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section5 .section5-cont .left-side {
  flex: 1;
  position: sticky;
  top: 170px;
}

.order-page .section5 .section5-cont .right-side {
  flex: 1;
}

.order-page .section5 .section5-cont .left-side h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section5 .section5-cont .right-side .list .itm {
  border-radius: 32px;
  background: #fafafa;
  padding: 40px;
  margin-bottom: 20px;
}

.order-page .section5 .section5-cont .right-side .list .itm:last-child {
  margin-bottom: 0px;
}

.order-page .section5 .section5-cont .right-side .list .itm h6 {
  color: #9158db;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.order-page .section5 .section5-cont .right-side .list .itm h3 {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section5 .section5-cont .right-side .list .itm img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.order-page .section5 .section5-cont .right-side .list .itm p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section6 {
  padding: 80px 0px;
}

.order-page .section6 .section6-cont-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.order-page .section6 .section6-cont-top .text {
  flex: 1;
}

.order-page .section6 .section6-cont-top .text h1 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section6 .section6-cont-top .text h1 span {
  color: #9158db;
  font-weight: 700;
}

.order-page .section6 .section6-cont-top .text p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section6 .section6-cont-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
.order-page .section6 .slider-controls {
  display: none;
}
.order-page .section6 .section6-cont-bottom .itm {
  border-radius: 32px;
  background: linear-gradient(180deg, #edebf1 20%, #fafafa 70%);
  padding: 40px;
  flex: 1;
}

.order-page .section6 .section6-cont-bottom .itm .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.order-page .section6 .section6-cont-bottom .itm .top h6 {
  border-radius: 8px;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 113px;
  color: #edebf1;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section6 .section6-cont-bottom .itm .top h2 {
  color: #0b0b0b;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section6 .section6-cont-bottom .itm .btl {
  max-width: 256px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.order-page .section6 .section6-cont-bottom .itm .str5 {
  max-width: 128px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.order-page .section6 .section6-cont-bottom .itm .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.order-page .section6 .section6-cont-bottom .itm .mid p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section6 .section6-cont-bottom .itm .mid p span {
  color: #9158db;
  font-weight: 700;
}

.order-page .section6 .section6-cont-bottom .itm .mid p:nth-child(2) {
  font-weight: 700;
}

.order-page .section6 .section6-cont-bottom .itm .list {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.order-page .section6 .section6-cont-bottom .itm .list .itms {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.order-page .section6 .section6-cont-bottom .itm .list::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #fafafa 0%, #edebf1 50%, #fafafa 100%);
}

.order-page .section6 .section6-cont-bottom .itm .list .itms p {
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section6 .section6-cont-bottom .itm .list .itms img {
  max-width: 24px;
  width: 100%;
}

.order-page .section6 .section6-cont-bottom .itm .list .itms:last-child {
  margin-bottom: 0px;
}

.order-page .section6 .section6-cont-bottom .itm .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 64px;
  background: #9158db;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}

.order-page .section6 .section6-cont-bottom .itm .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}

.order-page .section7 {
  position: relative;
}

.order-page .section7:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 32px;
  background: #edebf1;
}

.order-page .section7 .section7-cont {
  position: relative;
  padding: 100px 0px;
  border-radius: 32px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.order-page .section7 .section7-cont .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.order-page .section7 .section7-cont .text img {
  max-width: 24px;
  width: 100%;
}

.order-page .section7 .section7-cont .text p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section7 .section7-cont .section7-cont2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side {
  flex: 1;
  position: sticky;
  top: 170px;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block {
  width: 100%;
  padding: 0 40px 40px 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #edebf1 20%, #fafafa 70%);
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block .top h6 {
  border-radius: 8px;
  height: 32px;
  width: 160px;
  gap: 4px;
  color: #edebf1;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #9158db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .block
  .top
  h6
  img {
  max-width: 24px;
  width: 100%;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block .top h2 {
  color: #0b0b0b;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.order-page .section7 .section7-cont .section7-cont2 .left-side .block p span {
  color: #9158db;
  font-weight: 700;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3
  .list
  .itm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 9px;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3
  .list
  .itm:last-child {
  margin-bottom: 0px;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3
  .list
  .itm
  img {
  max-width: 24px;
  width: 100%;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3
  .list
  .itm
  p {
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  text-align: left;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .left-side
  .section7-cont3
  .btl {
  width: 100%;
  max-width: 96px;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side {
  flex: 1;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side h2 {
  color: #241f21;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side .form-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  .form-column {
  flex: 1;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  .form-holder {
  width: 100%;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  label {
  color: #241f21;
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  input,
.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  select {
  border-radius: 8px;
  border: 2px solid#DDD;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  padding: 0px 20px;
  transition: all 0.2s;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  select {
  padding-right: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  background: #fff url(../img/down.svg);
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  input:hover,
.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .form-row
  select:hover {
  border-color: #939393;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side .btn-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 2px solid #ddd;
  background: #0b0b0b;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 4px solid #9158db;
  background: #fff;
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.order-page .section7 .section7-cont .section7-cont2 .right-side .card-pay {
  position: relative;
  padding-top: 20px;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .card-pay::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(221, 221, 221, 0) 0%,
    #ddd 50%,
    rgba(221, 221, 221, 0) 100%
  );
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .card-pay
  .btn-send {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 64px;
  background: #9158db;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
  border: 0px;
  cursor: pointer;
}

.order-page
  .section7
  .section7-cont
  .section7-cont2
  .right-side
  .card-pay
  .btn-send
  span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}

.order-page .section8 {
  padding: 80px 0px;
}

.order-page .section8 .section8-cont-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
    margin-bottom: 40px;
}

.order-page .section8 .section8-cont-top .text {
  flex: 1;
}

.order-page .section8 .section8-cont-top .text h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section8 .section8-cont-top .text h2 span {
  font-weight: 700;
  color: #9158db;
}

.order-page .section8 .section8-cont-bottom .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order-page .section8 .section8-cont-bottom .list .itm {
  border-radius: 32px;
  background: #fafafa;
  padding: 40px;
  flex: 1;
}

.order-page .section8 .section8-cont-bottom .list .itm .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 5px;
}

.order-page .section8 .section8-cont-bottom .list .itm .row h3 {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section8 .section8-cont-bottom .list .itm .row .str5 {
  max-width: 128px;
  width: 100%;
}

.order-page .section8 .section8-cont-bottom .list .itm p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-page .section8 .section8-cont-bottom .list .itm .row h4 {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.order-page .section8 .section8-cont-bottom .list .itm .row .verified {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #9158db;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section9 {
  padding: 80px 0px;
}

.order-page .section9 .section9-cont h2 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page .section9 .section9-cont {
  max-width: 1000px;
  margin: 0 auto;
}

.order-page .section9 .section9-cont .accordion .accordion-item {
  margin-bottom: 40px;
}

.order-page .section9 .section9-cont .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item
  .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0b0b0b;
  font-size: 24px;
  gap: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item
  .accordion-content {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
  overflow: hidden;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item
  .accordion-inner {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item
  .accordion-header
  .icon {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 2px;
  background-color: black;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item
  .accordion-header
  .icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: black;
  left: 7px;
  top: -7px;
  transition: 0.2s;
}

.order-page
  .section9
  .section9-cont
  .accordion
  .accordion-item.active
  .accordion-header
  .icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.order-page footer {
  background: #0b0b0b;
  padding: 80px 0px;
}
.order-page footer .footer-cont p {
  color: #edebf1;
  margin-bottom: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order-page footer .footer-cont p:last-child {
  margin-bottom: 0px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #edebf1;
  margin: 0 auto;
  margin-top: 40px;
  height: 48px;
  width: 245px;
  padding: 0px 24px;
  border-radius: 64px;
}

.slider-controls button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-controls .paging-info {
  font-size: 16px;
  font-weight: 500;
  color: #0b0b0b;
}
@media only screen and (max-width: 1230px) {
  .order-page .section4 .section4-cont .left-side {
    flex: 0 0 390px;
  }
  .order-page .section7 .section7-cont {
    max-width: 900px;
  }
  .order-page .section8 .section8-cont-bottom .list .itm {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .order-page .header .header-cont {
    flex-direction: column;
  }
  .order-page .header .header-cont .left-side {
    height: 64px;
  }
  .order-page .header .header-cont .right-side {
    flex: none;
    width: 100%;
  }
  .order-page .header .header-cont .left-side {
    flex: none;
    width: 100%;
  }
  .order-page .header .header-cont .right-side .list .itm {
    flex: 1;
  }
  .order-page {
    padding-top: 210px;
  }
  .order-page .section2 .section2-cont .right-side .text {
    padding: 20px;
  }
  .order-page .section4 .section4-cont {
    flex-direction: column;
  }
  .order-page .section4 .section4-cont .left-side,
  .order-page .section4 .section4-cont .right-side {
        flex: initial;
        width: 100%;
        position: initial
    }
    .order-page .section4 .section4-cont {
      padding: 100px 40px;
    }
    .order-page .section5 .section5-cont .left-side {
      top: 230px
    }
    .order-page .section5 .section5-cont .right-side .list .itm {
      padding: 40px 20px;
    }
    .order-page .section6 .section6-cont-bottom .itm {
      padding: 40px 20px;
    }
        .order-page .section7 .section7-cont {
        max-width: 700px;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side .block {
          padding: 0 20px 20px 20px;
    }
     .order-page .section8 .section8-cont-bottom .list {
      flex-direction: column;
     }
     .order-page .section7 .section7-cont .section7-cont2 .left-side {
      top: 230px;
     }
}

@media only screen and (max-width: 768px) {
  .order-page .section6 .section6-cont-bottom .itm {
    flex: none;
  }
  .order-page .section6 .section6-cont-bottom {
    width: calc(100% + 30px);
        margin-right: -15px;
        margin-bottom: 0px;
  }
  
      .order-page .section6 .slick-list {
        padding: 0 !important;
    }
    .order-page .section6 .slick-slide {
        width: 85vw;
        margin-right: 15px;
        display: block;
    }
  .order-page .section6 .slick-track {
        display: flex !important;
        margin-left: 0 !important;
    }
  .order-page .section6 .slider-controls {
    display: flex;
    margin-top: 25px;
  }
  .order-page .section9 .section9-cont h2 {
    font-size: 24px;
  }
  .order-page .header .header-cont .right-side h4 {
    margin-bottom: 0px;
  }
  .order-page .header .header-cont .right-side h2 {
    margin-bottom: 0px;
  }
  .order-page .section7 .section7-cont .section7-cont2 .left-side {
    width: 100%;
  }
  .order-page .section1 {
    padding: 20px 0px;
    padding-bottom: 40px;
  }
  .order-page .section1 h1 {
    font-size: 24px;
  }
  .order-page .section1 .list {
    flex-wrap: wrap;
  }
  .order-page .section1 .section1-cont2 {
    flex-direction: column;
    align-items: center;
  }
  .order-page .section2 {
    padding: 40px 0px;
  }
  .order-page .section2 .section2-cont {
    flex-direction: column;
  }
  .order-page .section2 .section2-cont .left-side h2 {
    font-size: 24px;
  }
  .order-page .section2 .section2-cont .right-side .btl {
    width: 124px;
  }
  .order-page .section3 {
    padding: 40px 0px;
  }
  .order-page .section3 .section3-cont {
    flex-direction: column;
  }
  .order-page .section3 .section3-cont .text h2 {
    font-size: 24px;
  }
  .order-page .section4 {
    padding: 40px 0px;
  }
  .order-page .section4 .section4-cont {
   padding: 20px 20px;
  }
  .order-page .section4:before {
        top: 40px;
        left: 15px;
        right: 15px;
        bottom: 20px;
        width: calc(100% - 30px);
        height: calc(100% - 80px);
    }
    .order-page .section4 .section4-cont .left-side h2 {
      font-size: 24px;
    }
    .order-page .section4 .section4-cont .right-side h2 {
      font-size: 24px;
    }
    .order-page .section4 .section4-cont .right-side .list .itm {
      padding: 40px 20px;
    }
    .order-page .section4 .section4-cont .right-side .list .itm h3 {
      font-size: 16px;
    }
    .order-page .section5 {
      padding: 40px 0px;
    }
    .order-page .section5 .section5-cont {
      flex-direction: column;
    }
    .order-page .section5 .section5-cont .left-side h2 {
      font-size: 24px;
    }
    .order-page .section5 .section5-cont .left-side {
      position: initial;
    }
    .order-page .section5 .section5-cont .right-side .list .itm h6,
    .order-page .section5 .section5-cont .right-side .list .itm h3,
    .order-page .section5 .section5-cont .right-side .list .itm img {
      margin-bottom: 8px;
    }
    .order-page .section6 {
      padding: 40px 0px;
    }
    .order-page .section6 .section6-cont-top {
      align-items: flex-start;
      flex-direction: column;
    }
    .order-page .section6 .section6-cont-top .text h1 {
      font-size: 24px;
    }
    .order-page .section6 .section6-cont-bottom .itm .top {
      flex-direction: column;
      gap: 20px ;
    }
    .order-page .section7 .section7-cont .section7-cont2 {
      flex-direction: column;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side {
      position: initial;
    }
    .order-page .section7:before {
      display: none;
    }
    .order-page .section7 .section7-cont {
      padding: 40px 0px;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side .block {
      padding: 40px 20px;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side .block .top {
      flex-direction: column;
      gap: 20px;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side .section7-cont3 {
      flex-direction: column;
    }
    .order-page .section7 .section7-cont .section7-cont2 .left-side .section7-cont3 .btl {
      margin: 0 auto;
    }
    .order-page .section8 {
      padding: 40px 0px;
    }
    .order-page .section8 .section8-cont-top {
      flex-direction: column;
    }
    .order-page .section8 .section8-cont-top .text h2 {
      font-size: 24px;
    }
    .order-page .section9 {
      padding: 40px 0px;
    } 
    .order-page footer {
      padding: 40px 0px;
    }
}

@media only screen and (max-width: 375px) {
  .order-page .header .header-cont .right-side .list .itm p {
    font-size: 11px;
  }
  .order-page .section1 .list .itm {
    padding: 12px;
  }
  .order-page .section2 .section2-cont .right-side {
    gap: 10px;
  }
  .order-page .section7 .section7-cont .section7-cont2 .right-side .form-row input, .order-page .section7 .section7-cont .section7-cont2 .right-side .form-row select {
    height: 54px;
  }
}
