/* 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;
}

.header {
  background: #f4f4f9;
}
.header .war {
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .war p {
  position: absolute;
  margin: 0;
  color: #ff5c5c;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.6s ease;
}
.header .war p#war-text-2 {
  opacity: 0;
  pointer-events: none;
}
.header .war p span {
  color: #0b0b0b;
}
.header .header2 {
  background: #edebf1;
}
.header .header2 .header2-cont {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.header .header2 .header2-cont .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header2 .header2-cont .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header2 .header2-cont .call {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 8px;
  line-height: normal;
  text-decoration: underline;
}
.header .header2 .header2-cont .call:before {
  content: "";
  background-image: url(../img/call.svg);
  width: 24px;
  height: 24px;
}
.header .header2 .header2-cont .btn {
  border-radius: 64px;
  background: #0b0b0b;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 48px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transform-style: preserve-3d;
}
.header .header2 .header2-cont .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section1 {
  background-color: #edebf1;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
.section1-cont {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section1-cont2 .gallery {
  overflow: hidden;
  display: grid;
  grid-template-columns: 184px 184px 286px 286px 184px;
  grid-template-rows: 274px 252px;
  gap: 19px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
  margin-top: -230px;

  width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section1-cont2 .gallery .itm {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: block;
}

.section1-cont2 .gallery .itm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1-cont2 .itm-1 {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 184px;
  height: 526px;
}

.section1-cont2 .itm-2 {
  grid-column: 2;
  grid-row: 2;
  width: 184px;
  height: 280px;
}

.section1-cont2 .itm-3 {
  grid-column: 3;
  grid-row: 2;
  width: 286px;
  height: 280px;
}

.section1-cont2 .itm-4 {
  grid-column: 4;
  grid-row: 2;
  width: 286px;
  height: 280px;
}

.section1-cont2 .itm-5 {
  grid-column: 5;
  grid-row: 1;
  width: 184px;
  height: 274px;
  align-self: start;
  position: relative;
  bottom: -20px;
}

.section1-cont2 .itm-6 {
  grid-column: 5;
  grid-row: 2;
  width: 184px;
  height: 232px;
}

.section1 h6 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section1 h1 {
  color: #0b0b0b;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.section1 h1 span {
  color: #9158db;
  font-weight: 700;
}
.section1 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 64px;
  background: #9158db;
  padding: 12px 24px;
  color: #fff;
  width: 380px;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section1 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section1 ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section1 ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section1 .sec1-bg {
  width: 100%;
  margin-top: -210px;
}
.section1 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.section1 .list .itm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.section1 .list .itm p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section2 {
  background: #f8f8f8;
  position: relative;
}
.section2 .section2-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  height: 112px;
}
.section2 .section2-cont .itm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 {
  position: relative;
}
.section3::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%);
}
.section3::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #fafafa 0%, #edebf1 50%, #fafafa 100%);
}
.section3 .section3-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 194px;
}
.section4 {
  overflow: hidden;
  padding: 80px 0px;
}
.section4 .section4-cont-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.section4 .section4-cont-top .text {
  flex: 1;
}
.section4 .section4-cont-top h1 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section4 .section4-cont-top h1 span {
  color: #9158db;
  font-weight: 700;
}
.section4 .section4-cont-top p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section4 .section4-cont-mid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.section4 .section4-cont-mid .itm {
  flex: 1;
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #edebf1 20%, #fafafa 70%);
}
.section4 .section4-cont-mid .itm .btl {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 256px;
  width: 100%;
}
.section4 .section4-cont-mid .itm h6 {
  color: #9158db;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.section4 .section4-cont-mid .itm h5 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section4 .section4-cont-mid .itm p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section4 .section4-cont-mid .itm .btn {
  border-radius: 64px;
  background: #9158db;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section4 .section4-cont-mid .itm .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section4 .section4-cont-mid .itm ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section4 .section4-cont-mid .itm ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section4 .section4-cont-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.section4 .section4-cont-bottom .text {
  flex: 1;
}
.section4 .section4-cont-bottom h1 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section4 .section4-cont-bottom p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section4 .section4-cont-bottom .btn {
  display: flex;
  height: 48px;
  width: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  background: #9158db;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section4 .section4-cont-bottom .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section5 {
  padding: 80px 0px;
  max-width: 1000px;
  margin: 0 auto;
}
.section5 h6 {
  text-align: center;
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section5 .str5 {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section5 h1 {
  color: #0b0b0b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section5 h1 span {
  color: #9158db;
  font-weight: 700;
}
.section5 h5 {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 h5 img {
  display: inline-block;
  margin-right: 8px;
}
.section5 .eligible {
  display: block;
  margin: 0 auto;
}
.section5 .section5-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}
.section5 .section5-cont .btl {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 384px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.section5 .section5-cont .list {
  flex: 0 0 370px;
}
.section5 .section5-cont .list .itm {
  margin-bottom: 40px;
}
.section5 .section5-cont .list .itm:last-child {
  margin-bottom: 0px;
}
.section5 .section5-cont .list .itm h2 {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section5 .section5-cont .list .itm p {
  color: #f0f0f0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .section5-cont .list .itm p img {
  display: block;
  margin-right: 8px;
}
.section6 {
  padding: 80px 0px;
}
.section6 .section6-cont {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.section6 .section6-cont .left-side h1 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section6 .section6-cont .left-side h1 span {
  font-weight: 700;
  color: #9158db;
}
.section6 .section6-cont .left-side p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section6 .section6-cont .left-side .btn {
  border-radius: 64px;
  background: #9158db;
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section6 .section6-cont .left-side .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section6 .section6-cont .left-side {
  flex: 1;
}

.section6 .section6-cont .right-side {
  flex: 1;
}

.section6 .section6-cont .weight-card {
  padding: 40px;
  border-radius: 32px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section6 .section6-cont .weight-card h2 {
  color: #0b0b0b;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.section6 .section6-cont .weight-card h2 .value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 500;
  gap: 4px;
}
.section6 .section6-cont .weight-card h3 {
  color: #0b0b0b;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .section6-cont .weight-card h3 .value {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 40px;
  font-weight: 700;
  gap: 4px;
}

.section6 .section6-cont .weight-card input[type="range"] {
  width: 100%;
  appearance: none;
  height: 2px;
  background: #e5e5e5;
  border-radius: 2px;
  outline: none;
}

.section6
  .section6-cont
  .weight-card
  input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #8b5cf6;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #8b5cf6;
  cursor: pointer;
}
.section7 {
  padding: 80px 0px;
}
.section7 h1 {
  color: #0b0b0b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section7 h6 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section7 .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 440px;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.section7 .gallery .itm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .gallery .itm .text {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
}
.section7 .gallery .itm:hover .text {
  opacity: 1;
  visibility: visible;
}
.section7 .gallery .itm .text p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section7 .gallery .itm img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}

.section7 .gallery .itm-1 {
  grid-column: 1;
  grid-row: 1;
} /* Лево верх (маленькая) */
.section7 .gallery .itm-2 {
  grid-column: 1;
  grid-row: 2 / 4;
} /* Лево низ (длинная) */

.section7 .gallery .itm-3 {
  grid-column: 2;
  grid-row: 1 / 3;
} /* Вторая колонка верх */
.section7 .gallery .itm-4 {
  grid-column: 2;
  grid-row: 3 / 4;
} /* Вторая колонка низ */

.section7 .gallery .itm-5 {
  grid-column: 3;
  grid-row: 1 / 4;
} /* Центральная (самая высокая) */

.section7 .gallery .itm-6 {
  grid-column: 4;
  grid-row: 1 / 3;
} /* Право верх */
.section7 .gallery .itm-7 {
  grid-column: 4;
  grid-row: 3 / 4;
} /* Право низ (горизонтальная) */

.section7 .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.section7 .list .itm {
  flex: 33%;
}
.section7 .list .itm img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.section7 .list .itm h2 {
  color: #9158db;
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section7 .list .itm p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section7 h5 {
  color: #0b0b0b;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section8 {
  position: relative;
}
.section8: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;
}
.section8 .section8-cont {
  position: relative;
  padding: 100px 0px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section8 .section8-cont .left-side {
  flex: 0 0 490px;
}
.section8 .section8-cont .left-side img {
  width: 100%;
}
.section8 .section8-cont .right-side {
  padding: 0px 40px;
  flex: 0 0 490px;
}
.section8 .section8-cont .right-side h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.section8 .section8-cont .right-side h2 span {
  color: #9158db;
  font-weight: 700;
}
.section8 .section8-cont .right-side p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section8 .section8-cont .right-side .btn {
  border-radius: 64px;
  background: #9158db;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section8 .section8-cont .right-side .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section8 .section8-cont .right-side ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.section8 .section8-cont .right-side ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section9 {
  padding: 80px 0px;
}
.section9 h2 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section9 h2 span {
  color: #9158db;
  font-weight: 700;
}
.section9 h6 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section9 .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.section9 .list .itm {
  border-radius: 32px;
  background: #fafafa;
  flex: 1;
  padding: 40px 10px;
}
.section9 .list .itm h3 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 8px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section9 .list .itm h3 span {
  color: #9158db;
}
.section9 .list .itm p {
  color: #0b0b0b;
  text-align: center;
  min-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section10 {
  padding: 80px 0px;
}
.section10 .section10-cont-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.section10 .section10-cont-top .text {
  flex: 1;
}
.section10 .section10-cont-top h1 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section10 .section10-cont-top p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section10 .section10-cont-top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 280px;
  border-radius: 64px;
  background: #9158db;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  transform-style: preserve-3d;
}
.section10 .section10-cont-top .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section10 .section10-cont-top ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.section10 .section10-cont-top ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section10 .section10-cont-bottom .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.section10 .section10-cont-bottom .list .itm {
  flex: 1;
  padding-top: 20px;
  border-top: 2px solid #9158db;
}
.section10 .section10-cont-bottom .list .itm:nth-child(2) {
  border-top: 2px solid rgba(145, 88, 219, 0.4);
}
.section10 .section10-cont-bottom .list .itm:nth-child(3) {
  border-top: 2px solid #edebf1;
}
.section10 .section10-cont-bottom .list .itm h2 {
  color: #9158db;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.section10 .section10-cont-bottom .list .itm h6 {
  color: #9158db;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section10 .section10-cont-bottom .list .itm .block {
  margin-bottom: 20px;
  min-height: 184px;
}
.section10 .section10-cont-bottom .list .itm img {
  width: 100%;
}
.section10 .section10-cont-bottom .list .itm .block p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section10 .section10-cont-bottom .list .itm .block p:last-child {
  margin-bottom: 0px;
}
.section11 {
  position: relative;
}
.section11: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;
}
.section11 .section11-cont {
  position: relative;
  padding: 100px 0px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section11 .section11-cont .left-side h2 {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section11 .section11-cont .left-side p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section11 .section11-cont .left-side ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  position: relative;
}
.section11 .section11-cont .left-side ul::before {
  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%
  );
}
.section11 .section11-cont .left-side ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section11 .section11-cont .left-side {
  padding: 0px 40px;
  flex: 0 0 490px;
}
.section11 .section11-cont .right-side {
  flex: 0 0 490px;
}
.section11 .section11-cont .right-side img {
  width: 100%;
}
.section12 {
  padding: 80px 0px;
  overflow: hidden;
}
.section12 .section12-cont-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section12 .section12-cont-top .text {
  flex: 1;
}
.section12 .section12-cont-top .text h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section12 .section12-cont-top .text p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section12 .section12-cont-top .text .btn {
  border-radius: 64px;
  background: #9158db;
  margin-bottom: 8px;
  height: 48px;
  width: 240px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section12 .section12-cont-top .text .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section12 .section12-cont-top .text ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.section12 .section12-cont-top .text ul li {
  margin-left: 10px;
  list-style: disc;
  color: #0b0b0b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section12 .section12-cont-bottom {
  position: relative;
}
.section12 .section12-cont-bottom .itms {
  width: 388px;
  max-width: 388px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px 10px;
}
.section12 .section12-cont-bottom .itms .itm1 {
  position: relative;
}
.section12 .section12-cont-bottom .itms .itm1 .ava-bg {
  width: 100%;
}
.section12 .section12-cont-bottom .itms .itm1 .info {
  position: absolute;
  left: 0px;
  bottom: 20px;
  right: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section12 .section12-cont-bottom .itms .itm1 .info h3 {
  color: #edebf1;
  margin-bottom: -15px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  position: relative;
}
.section12 .section12-cont-bottom .itms .itm1 .info h3::before {
  content: "";
  background-image: url(../img/arr-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 37px;
  width: 32px;
  position: absolute;
  left: -35px;
  bottom: 28px;
}
.section12 .section12-cont-bottom .itms .itm1 .info h3 span {
  font-size: 96px;
}
.section12 .section12-cont-bottom .itms .itm1 .info h4 {
  color: #edebf1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.section12 .section12-cont-bottom .itms .itm1 .info h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #edebf1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section12 .section12-cont-bottom .itms .itm2 {
  border-radius: 32px;
  background: #fafafa;
  padding: 40px;
}
.section12 .section12-cont-bottom .itms .itm2 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section12 .section12-cont-bottom .itms .itm2 .info .avatar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.section12 .section12-cont-bottom .itms .itm2 .info .avatar img {
  width: 48px;
}
.section12 .section12-cont-bottom .itms .itm2 .info .avatar h5 {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section12 .section12-cont-bottom .itms .itm2 .info .str5 {
  width: 128px;
}
.section12 .section12-cont-bottom .itms .itm2 p {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.section12 .section12-cont-bottom .itms .itm2 .verified {
  color: #9158db;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.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;
}
.section4 .slider-controls {
  display: none;
  position: relative;
  top: -80px;
}
.section10 .slider-controls {
  display: none;
}
.section15 .slider-controls {
  display: none;
}
.section13 {
  padding: 80px 0px;
}
.section13 .section13-cont h2 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section13 .section13-cont {
  max-width: 1000px;
  margin: 0 auto;
}
.section13 .section13-cont .accordion .accordion-item {
  margin-bottom: 40px;
}
.section13 .section13-cont .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
.section13 .section13-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;
}
.section13 .section13-cont .accordion .accordion-item .accordion-content {
  color: #0b0b0b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
  overflow: hidden;
}

.section13 .section13-cont .accordion .accordion-item .accordion-inner {
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.section13 .section13-cont .accordion .accordion-item .accordion-header .icon {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 2px;
  background-color: black;
}
.section13
  .section13-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;
}

.section13
  .section13-cont
  .accordion
  .accordion-item.active
  .accordion-header
  .icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.section14 {
  padding: 80px 0px;
}
.section14 .section14-cont {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 32px;
  border: 2px solid #ffeed3;
  background: #fffaef;
  padding: 80px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section14 .section14-cont h6 {
  color: #cca46b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section14 .section14-cont h2 {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section14 .section14-cont p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section14 .section14-cont .btn {
  border-radius: 64px;
  background: linear-gradient(135deg, #f59800 0%, #ebdb00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 260px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section14 .section14-cont .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
.section14 .section14-cont .right-side {
  padding: 0px 40px;
}
.section15 {
  overflow: hidden;
  padding: 80px 0px;
}
.section15 .section15-cont-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.section15 .section15-cont-top .text {
  flex: 1;
}
.section15 .section15-cont-top h2 {
  color: #0b0b0b;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section15 .section15-cont-top h2 span {
  color: #9158db;
  font-weight: 700;
}
.section15 .section15-cont-top p {
  color: #0b0b0b;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section15 .section15-cont-top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9158db;
  border-radius: 64px;
  height: 48px;
  width: 220px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section15 .section15-cont-top .btn span {
  transform: translateZ(5px);
}
.section15 .section15-cont-bottom .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.section15 .section15-cont-bottom .list .itm {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section15 .section15-cont-bottom .list .itm .info {
  padding: 40px;
  border-radius: 0 0 32px 32px;
  background: #fafafa;
}
.section15 .section15-cont-bottom .list .itm .ava {
  width: 100%;
}
.section15 .section15-cont-bottom .list .itm .info h3 {
  color: #0b0b0b;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section15 .section15-cont-bottom .list .itm .info p {
  color: #0b0b0b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section16 {
  padding: 80px 0px;
}
.section16 .section16-cont {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 32px;
  background: #edebf1;
  padding: 80px 200px;
}
.section16 .section16-cont h2 {
  color: #241f21;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.section16 .section16-cont .list .itm {
  position: relative;
  margin-bottom: 20px;
  display: block;
  transition: all 0.2s;
}
.section16 .section16-cont .list .itm:last-child {
  margin-bottom: 0px;
}
.section16 .section16-cont .list .itm input {
  display: none;
}

.section16 .section16-cont .list .itm .itm-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 20px;
  height: 64px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #ddd;
  cursor: pointer;
  color: #241f21;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s;
}

.section16 .section16-cont .list .itm:hover .itm-content {
  border-color: #939393;
}

.section16 .section16-cont .list .itm input:checked + .itm-content {
  border-color: #9158db;
  background-color: #edebf1;
}

.section16 .section16-cont .btn-continue {
  border-radius: 64px;
  background: #9158db;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  border: 0px;
  cursor: pointer;
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform-style: preserve-3d;
}
.section16 .section16-cont .btn-continue span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(5px);
}
footer {
  padding: 80px 0px;
  background: #0b0b0b;
}
footer .footer-cont-1 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 20px;
}
footer .footer-cont-1 .list .itm {
  flex: 1;
  border-radius: 32px;
  background: rgba(250, 250, 250, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
  gap: 20px;
}
footer .footer-cont-1 .list .itm h6 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #edebf1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-cont-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
footer .footer-cont-2 .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
footer .footer-cont-2 .right-side .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
footer .footer-cont-2 .right-side .list .itm {
  padding: 0px 20px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  background: #fafafa;
}
footer .footer-cont-2 .right-side .list .itm a {
  white-space: nowrap;
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
footer .footer-cont-2 .right-side .list .itm p {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  white-space: nowrap;
  color: #0b0b0b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-cont-2 .right-side .list .itm .call:before {
  content: "";
  background-image: url(../img/call.svg);
  width: 24px;
  height: 24px;
}
footer .footer-cont-2 .right-side .list .itm .mail:before {
  content: "";
  background-image: url(../img/address.svg);
  width: 24px;
  height: 24px;
}
footer .footer-cont-2 .right-side .list .itm .address:before {
  content: "";
  background-image: url(../img/mail.svg);
  width: 24px;
  height: 24px;
}
footer .footer-cont-3 {
  padding-bottom: 80px;
  position: relative;
}
footer .footer-cont-3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #0b0b0b 0%, #edebf1 50%, #0b0b0b 100%);
}
footer .footer-cont-3 p {
  color: #edebf1;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-cont-3 p:last-child {
  margin-bottom: 0px;
}
footer .footer-cont-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}
footer .footer-cont-4 .left-side p {
  color: #edebf1;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer-cont-4 .right-side .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer-cont-4 .right-side .list .itm {
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-self: center;
}
footer .footer-cont-4 .right-side .list .itm:last-child {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}
footer .footer-cont-4 .right-side .list .itm a {
  color: #edebf1;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-self: center;
}
@media only screen and (max-width: 1230px) {
  .section8 .section8-cont .left-side {
    flex: 0 0 390px;
  }
  .section11 .section11-cont .right-side {
    flex: 0 0 390px;
  }
  .section10 .section10-cont-bottom .list .itm .block {
    min-height: 232px;
  }
  .section12 .section12-cont-bottom .itms .itm1 .info h3 span {
    font-size: 65px;
  }
  .section12 .section12-cont-bottom .itms .itm2 {
    padding: 30px;
  }
  footer .footer-cont-1 .list .itm {
    padding: 40px 15px;
  }
  footer .footer-cont-4 .right-side .list .itm {
    padding-right: 10px;
    margin-right: 10px;
  }
  /* .section1-cont2 .gallery .itm-5,
  .section1-cont2 .gallery .itm-1,
  .section1-cont2 .gallery .itm-6 {
    display: none;
  } */
}

@media only screen and (max-width: 992px) {
  .section4 .section4-cont-top h1 {
    font-size: 28px;
  }
  .section4 .section4-cont-mid .itm ul {
    flex-direction: column;
  }
  .section4 .section4-cont-mid .itm h5 {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .section4 .section4-cont-mid .itm {
    padding: 35px;
  }
  .section8 .section8-cont {
    flex-direction: column;
  }
  .section6 .section6-cont {
    flex-direction: column;
  }
  .section11 .section11-cont {
    flex-direction: column;
  }
  .section6 .section6-cont .weight-card {
    width: 100%;
  }
  .section8 .section8-cont .right-side,
  .section8 .section8-cont .left-side {
    flex: initial;
  }
  .section11 .section11-cont .left-side,
  .section11 .section11-cont .right-side {
    flex: initial;
  }
  .section10 .section10-cont-bottom .list .itm h2 {
    font-size: 21px;
  }
  .section10 .section10-cont-bottom .list .itm .block p {
    font-size: 14px;
  }

  /* .section12-cont-bottom .slick-list {
    overflow: visible !important;
    margin-right: 100px;
  }
  .section12-cont-bottom {
    overflow: hidden;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .section12-cont-bottom .slick-slide {
    margin-right: 20px;
  } */
  .section12 .section12-cont-bottom .itms {
    width: auto;
    max-width: none;
  }

  .section14 .section14-cont {
    padding: 50px;
  }
  .section15 .section15-cont-bottom .list .itm .info {
    padding: 18px;
  }
  .section15 .section15-cont-bottom .list .itm .info h3 {
    font-size: 20px;
  }
  .section16 .section16-cont {
    padding: 80px;
  }
  footer .footer-cont-4 {
    align-items: flex-start;
    gap: 40px;
    flex-direction: column-reverse;
  }
  .section5 .section5-cont {
    gap: 20px;
  }
  .section5 .section5-cont .list {
    flex: 1;
  }
  .section5 .section5-cont .list .itm h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .section4 .section4-cont-mid {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-bottom: 120px;
  }
  .section5 .section5-cont .list .itm p img {
    margin-right: 2px;
  }
  .section5 .section5-cont .list .itm {
    margin-bottom: 20px;
}
  .section5 .section5-cont .list .itm h2 {
    font-size: 24px;
  }
  .section4 .section4-cont-bottom .btn {
    width: 100%;
  }
  .section4 .section4-cont-bottom h1 {
    font-size: 24px;
  }
  .section4 .section4-cont-bottom {
    flex-direction: column;
  }
  .section4 .slider-controls {
    display: flex;
  }
  .section10 .slider-controls {
    display: flex;
    margin-top: 25px;
  }
  .section15 .slider-controls {
    display: flex;
    margin-top: 25px;
  }
  .section12 .slider-controls {
    margin-top: 25px;
  }
  .section4-cont-mid .slick-list {
    padding: 0 !important;
  }

  .section4-cont-mid .slick-slide {
    width: 85vw;
    margin-right: 15px;
    display: block;
  }

  .section4-cont-mid .slick-track {
    display: flex !important;
    margin-left: 0 !important;
  }
  .section1-cont2 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .section1-cont2 .gallery .itm-1 img {
    object-position: center 25%;
  }
  .section1-cont2 .gallery {
    display: block !important;
    margin-top: 20px;
    max-width: 100%;
  }

  .section1-cont2 .gallery .itm {
    height: 280px !important;
    margin-right: 12px;
    display: block;

    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto !important;
    bottom: auto !important;
  }
  .section1-cont2 .itm-1,
  .section1-cont2 .itm-2,
  .section1-cont2 .itm-5,
  .section1-cont2 .itm-6 {
    width: 184px !important;
  }

  .section1-cont2 .itm-3,
  .section1-cont2 .itm-4 {
    width: 286px !important;
  }

  .section1-cont2 .slick-track {
    display: flex !important;
    align-items: center;
    transition-timing-function: linear !important;
  }
  .header .header2 .header2-cont .logo {
    width: 182px;
  }
  .header .header2 .header2-cont .logo img {
    width: 100%;
  }
  .header .header2 .header2-cont .call {
    display: none;
  }
  .section1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section1 h6 {
    margin-bottom: 20px;
  }
  .section1 h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section1 .list {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section1 .list .itm {
    width: 47%;
  }
  .section1 .list .itm p {
    font-size: 14px;
  }
  .section1 .btn {
    max-width: 345px;
    width: 100%;
  }
  .section1 ul li {
    font-size: 12px;
  }
  .section1 .list {
    margin-bottom: 20px;
  }
  .section2 .section2-cont {
    height: 84px;
  }
  .section2 .section2-cont .itm {
    transform: scale(0.8);
  }
  .section3 .section3-cont {
    height: 114px;
  }
  .section2 .section2-cont .itm img {
    width: 100%;
  }
  .section3 .section3-cont .legit {
    width: 100%;
    max-width: 345px;
  }
  .section4 {
    padding: 40px 0px;
  }
  .section4 .section4-cont-top {
    flex-direction: column;
  }
  .section4 .section4-cont-top h1 {
    font-size: 24px;
  }
  .section5 {
    padding: 40px 0px;
  }
  .section5 h1 {
    font-size: 24px;
  }
  .section6 {
    padding: 40px 0px;
  }
  .section6 .section6-cont .left-side h1 {
    font-size: 24px;
  }
  .section6 .section6-cont .left-side .btn {
    width: 100%;
  }
  .section7 .list .itm {
    flex: none;
    max-width: 400px;
    margin: 0 auto;
  }
  .section4 .section4-cont-top {
    align-items: flex-start;
  }
  .section7 {
    padding: 40px 0px;
  }
  .section7 h1 {
    font-size: 24px;
  }
  .section7 .list {
    flex-direction: column;
  }
  .section7 .gallery .itm .text {
    padding: 10px;
  }
  .section7 .gallery .itm .text p {
    font-size: 15px;
  }
  .section7 .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .section7 .gallery .itm-6,
  .section7 .gallery .itm-7,
  .section7 .gallery .itm-5 {
    display: none;
  }
  .section8 {
    padding: 40px 0px;
  }
  .section8 .section8-cont {
    padding: 20px 20px;
  }
  .section8 .section8-cont .right-side h2 {
    font-size: 24px;
  }
  .section8 .section8-cont .right-side {
    padding: 0px;
  }
  .section8:before {
    top: 40px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 80px);
  }
  .section8 .section8-cont .right-side ul {
    justify-content: center;
  }
  .section8 .section8-cont .right-side .btn {
    width: 100%;
  }
  .section9 {
    padding: 40px 0px;
  }
  .section5 .section5-cont {
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .section5 h5 img {
    margin-right: 2px;
  }

  .section11 {
    padding: 40px 0px;
  }
  .section11 .section11-cont {
    padding: 20px 20px;
  }
  .section11 .section11-cont .left-side h2 {
    font-size: 24px;
  }
  .section11 .section11-cont .left-side {
    padding: 0px;
  }
  .section11:before {
    top: 40px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 80px);
  }
  .section11 .section11-cont .left-side ul {
    justify-content: center;
  }
  .section9 h2 {
    font-size: 24px;
  }
  .section9 .list {
    flex-direction: column;
  }
  .section9 .list .itm h3 {
    margin-bottom: 0px;
  }
  .section9 .list .itm {
    padding: 40px 20px;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .section9 .list .itm p {
    text-align: left;
  }
  .section10 {
    padding: 40px 0px;
  }
  .section10 .section10-cont-top h1 {
    font-size: 24px;
  }
  .section10 .section10-cont-top {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .section10 .section10-cont-top .btn {
    width: 100%;
  }
  .section10 .section10-cont-top ul {
    justify-content: center;
  }
  .section10 .section10-cont-bottom .list .itm .block {
    min-height: 184px;
  }
  .section10 .section10-cont-bottom .list .itm h6 {
    display: none;
  }
  .section12 .section12-cont-top {
    flex-direction: column;
  }
  .section12 {
    padding: 40px 0px;
  }
  .section12 .section12-cont-top .text h2 {
    font-size: 24px;
  }
  .section12 .section12-cont-top .text ul {
    justify-content: center;
  }
  .section12 .section12-cont-top .text .btn {
    width: 100%;
  }
  .section10 .section10-cont-bottom .list .itm {
    margin: 0px 10px;
  }
  .section10 .section10-cont-bottom .list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .section12-cont-bottom .list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .section13 {
    padding: 40px 0px;
  }
  .section13 .section13-cont h2 {
    font-size: 24px;
  }
  .section14 {
    padding: 40px 0px;
  }
  .section14 .section14-cont {
    padding: 20px 15px;
    flex-direction: column;
  }
  .section14 .section14-cont h2 {
    font-size: 24px;
    text-align: center;
  }
  .section14 .section14-cont p {
    text-align: center;
  }
  .section14 .section14-cont .btn {
    width: 100%;
  }
  .section14 .section14-cont .right-side {
    padding: 0px;
  }
  .section14 .section14-cont h6 {
    text-align: center;
  }
  .section15 {
    padding: 40px 0px;
  }
  .section15 .section15-cont-top {
    flex-direction: column;
  }
  .section15 .section15-cont-top h2 {
    font-size: 24px;
  }
  .section15 .section15-cont-top .btn {
    width: 100%;
  }
  .section4 .section4-cont-mid .itm {
    flex: none;
  }
  .section15 .section15-cont-bottom .list .itm {
    flex: none;
  }
  .section15 .section15-cont-bottom .list .slick-slide {
    width: 85vw;
    margin-right: 15px;
    display: block;
  }
  .section15 .section15-cont-bottom .list {
    width: calc(100% + 30px);
    margin-right: -15px;
  }
  .section16 {
    padding: 40px 0px;
  }
  .section16 .section16-cont {
    padding: 20px;
  }
  .section16 .section16-cont h2 {
    font-size: 24px;
  }
  footer {
    padding: 40px 0px;
  }
  footer .footer-cont-1 .list {
    flex-direction: column;
    margin-bottom: 40px;
  }
  footer .footer-cont-1 .list .itm {
    width: 100%;
  }
  footer .footer-cont-2 {
    flex-direction: column;
  }
  footer .footer-cont-2 .left-side {
    gap: 40px;
  }
  footer .footer-cont-2 .right-side .list {
    flex-direction: column;
  }
  footer .footer-cont-3 {
    padding-bottom: 40px;
  }
  footer .footer-cont-4 {
    padding-top: 40px;
  }
  footer .footer-cont-4 .right-side .list {
    flex-direction: column;
  }
  footer .footer-cont-4 .right-side .list .itm {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  footer .footer-cont-4 .right-side .list {
    align-items: flex-start;
  }
  footer .footer-cont-4 .right-side .list .itm a {
    font-size: 16px;
  }
  footer .footer-cont-4 .left-side p {
    font-size: 16px;
  }
  .section10 .section10-cont-bottom .list .itm {
    border-top: 2px solid #9158db !important;
  }
  footer .footer-cont-2 .right-side .list .itm {
    padding: 0px 15px;
  }
  .header .war p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .header .header2 .header2-cont .btn {
    margin-left: 10px;
  }
  .section5 .section5-cont .list .itm h2 {
        font-size: 22px;
    }
    
    .section5 .section5-cont .list .itm p img {
      width: 30px;
    }
  .header .header2 .header2-cont .btn {
    height: 40px;
    width: 125px;
  }
  .section5 .section5-cont .list .itm p {
    font-size: 13px;
  }
  .section1 ul {
    flex-direction: column;
  }
  .section1 .list .itm {
    width: 46%;
  }
  .section1 .list {
    gap: 10px;
  }
  .section5 h5 img {
    width: 25px;
  }
  .section5 h5 {
    font-size: 13px;
  }
  .section6 .section6-cont .weight-card {
    padding: 20px;
  }
  .section8 .section8-cont .right-side ul {
    flex-direction: column;
  }
  .section9 .list .itm h3 {
    font-size: 38px;
  }
  .section11 .section11-cont .left-side ul li {
    font-size: 12px;
  }
  footer .footer-cont-2 .right-side .list .itm p {
    font-size: 11px;
  }
}
